diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2010-10-04 12:40:02 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2010-10-04 12:40:02 +0000 |
commit | a92c3fbfc36e24be26c025effa9ada603b79196a (patch) | |
tree | 5625bba8e7e34e4030850a13a839afd7722a645d /net-mail | |
parent | Respect LDFLAGS. Bug #337241 (diff) | |
download | gentoo-2-a92c3fbfc36e24be26c025effa9ada603b79196a.tar.gz gentoo-2-a92c3fbfc36e24be26c025effa9ada603b79196a.tar.bz2 gentoo-2-a92c3fbfc36e24be26c025effa9ada603b79196a.zip |
version bump
(Portage version: 2.2_rc83/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/vchkuser/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/vchkuser/vchkuser-0.3.3.ebuild | 4 | ||||
-rw-r--r-- | net-mail/vchkuser/vchkuser-0.4.ebuild (renamed from net-mail/vchkuser/vchkuser-0.3.2.ebuild) | 12 |
3 files changed, 16 insertions, 8 deletions
diff --git a/net-mail/vchkuser/ChangeLog b/net-mail/vchkuser/ChangeLog index ce542c4c1618..b831ff73abe7 100644 --- a/net-mail/vchkuser/ChangeLog +++ b/net-mail/vchkuser/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-mail/vchkuser # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/vchkuser/ChangeLog,v 1.3 2010/04/10 06:47:48 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/vchkuser/ChangeLog,v 1.4 2010/10/04 12:40:02 hollow Exp $ + +*vchkuser-0.4 (04 Oct 2010) + + 04 Oct 2010; Benedikt Böhm <hollow@gentoo.org> -vchkuser-0.3.2.ebuild, + vchkuser-0.3.3.ebuild, +vchkuser-0.4.ebuild: + version bump *vchkuser-0.3.3 (10 Apr 2010) diff --git a/net-mail/vchkuser/vchkuser-0.3.3.ebuild b/net-mail/vchkuser/vchkuser-0.3.3.ebuild index 5382be39f43d..f57c6fa7c210 100644 --- a/net-mail/vchkuser/vchkuser-0.3.3.ebuild +++ b/net-mail/vchkuser/vchkuser-0.3.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/vchkuser/vchkuser-0.3.3.ebuild,v 1.1 2010/04/10 06:47:48 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/vchkuser/vchkuser-0.3.3.ebuild,v 1.2 2010/10/04 12:40:02 hollow Exp $ EAPI="2" inherit autotools qmail DESCRIPTION="qmail-spp plugin to check recipient existance with vpopmail" -HOMEPAGE="http://bb.xnull.de/projects/vchkuser/" +HOMEPAGE="http://github.com/hollow/vchkuser" SRC_URI="http://bb.xnull.de/projects/vchkuser/dist/${P}.tar.bz2" LICENSE="BSD" diff --git a/net-mail/vchkuser/vchkuser-0.3.2.ebuild b/net-mail/vchkuser/vchkuser-0.4.ebuild index ac372d4b4603..76a6360d48c5 100644 --- a/net-mail/vchkuser/vchkuser-0.3.2.ebuild +++ b/net-mail/vchkuser/vchkuser-0.4.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/vchkuser/vchkuser-0.3.2.ebuild,v 1.1 2009/05/23 09:57:11 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/vchkuser/vchkuser-0.4.ebuild,v 1.1 2010/10/04 12:40:02 hollow Exp $ -EAPI="2" +EAPI="3" inherit autotools qmail DESCRIPTION="qmail-spp plugin to check recipient existance with vpopmail" -HOMEPAGE="http://bb.xnull.de/projects/vchkuser/" -SRC_URI="http://bb.xnull.de/projects/vchkuser/dist/${P}.tar.bz2" +HOMEPAGE="http://github.com/hollow/vchkuser" +SRC_URI="http://github.com/hollow/vchkuser/tarball/v${PV} -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" @@ -19,6 +19,8 @@ DEPEND="net-mail/vpopmail || ( mail-mta/netqmail[qmail-spp] mail-mta/qmail-ldap[qmail-spp] )" RDEPEND="" +S="${WORKDIR}/hollow-${PN}-8a048f7" + src_prepare() { eautoreconf } |