diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-10-16 18:29:04 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-10-16 18:29:04 +0000 |
commit | 0d726c79a218b36f7047b2f7b53e0fe78fd7b3e4 (patch) | |
tree | d6b88920a949a375af9829755bbdc7e204129cf0 /mail-filter/libspf2 | |
parent | version bump for bug 239927 (diff) | |
download | gentoo-2-0d726c79a218b36f7047b2f7b53e0fe78fd7b3e4.tar.gz gentoo-2-0d726c79a218b36f7047b2f7b53e0fe78fd7b3e4.tar.bz2 gentoo-2-0d726c79a218b36f7047b2f7b53e0fe78fd7b3e4.zip |
Version bump, bug #242254
(Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'mail-filter/libspf2')
-rw-r--r-- | mail-filter/libspf2/ChangeLog | 9 | ||||
-rw-r--r-- | mail-filter/libspf2/libspf2-1.0.4.ebuild | 37 | ||||
-rw-r--r-- | mail-filter/libspf2/libspf2-1.2.5-r1.ebuild | 45 | ||||
-rw-r--r-- | mail-filter/libspf2/libspf2-1.2.5.ebuild | 37 | ||||
-rw-r--r-- | mail-filter/libspf2/libspf2-1.2.8.ebuild | 24 |
5 files changed, 32 insertions, 120 deletions
diff --git a/mail-filter/libspf2/ChangeLog b/mail-filter/libspf2/ChangeLog index 7dd997dff4f1..e9f19cf4a247 100644 --- a/mail-filter/libspf2/ChangeLog +++ b/mail-filter/libspf2/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for mail-filter/libspf2 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/ChangeLog,v 1.26 2008/03/30 01:41:19 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/ChangeLog,v 1.27 2008/10/16 18:29:04 dertobi123 Exp $ + +*libspf2-1.2.8 (16 Oct 2008) + + 16 Oct 2008; Tobias Scherbaum <dertobi123@gentoo.org> + -libspf2-1.0.4.ebuild, -libspf2-1.2.5.ebuild, -libspf2-1.2.5-r1.ebuild, + +libspf2-1.2.8.ebuild: + Version bump, bug #242254 30 Mar 2008; Mark Loeser <halcy0n@gentoo.org> libspf2-1.0.4.ebuild, libspf2-1.2.5.ebuild, libspf2-1.2.5-r1.ebuild, libspf2-1.2.5-r2.ebuild: diff --git a/mail-filter/libspf2/libspf2-1.0.4.ebuild b/mail-filter/libspf2/libspf2-1.0.4.ebuild deleted file mode 100644 index 089e73584fd7..000000000000 --- a/mail-filter/libspf2/libspf2-1.0.4.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.0.4.ebuild,v 1.3 2008/03/30 01:41:19 halcy0n Exp $ - -DESCRIPTION="libspf2 implements the Sender Policy Framework, a part of the SPF/SRS protocol pair." -HOMEPAGE="http://www.libspf2.org/" -SRC_URI="http://www.libspf2.org/spf/libspf2-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="virtual/libc" -RDEPEND="!dev-perl/Mail-SPF-Query" - -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make install DESTDIR="${D}" || die "make install failed" - - dodoc Changelog INSTALL README TODO docs/*.txt docs/API -} - -pkg_postinst() { - einfo "${P} was successfully installed." - einfo "Please read the associated docs for help." - einfo "Or visit the website @ ${HOMEPAGE}" - echo - ewarn "This package is still in unstable." - ewarn "Please report bugs to http://bugs.gentoo.org/" - ewarn "However, please do an advanced query to search for bugs" - ewarn "before reporting. This will keep down on duplicates." -} diff --git a/mail-filter/libspf2/libspf2-1.2.5-r1.ebuild b/mail-filter/libspf2/libspf2-1.2.5-r1.ebuild deleted file mode 100644 index 5624b0a7fbf8..000000000000 --- a/mail-filter/libspf2/libspf2-1.2.5-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5-r1.ebuild,v 1.14 2008/03/30 01:41:19 halcy0n Exp $ - -inherit eutils - -DESCRIPTION="libspf2 implements the Sender Policy Framework, a part of the SPF/SRS protocol pair." -HOMEPAGE="http://www.libspf2.org/" -SRC_URI="http://www.libspf2.org/spf/libspf2-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="" - -DEPEND="virtual/libc" -RDEPEND="!dev-perl/Mail-SPF-Query" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/patch-libspf2-1.2.5-nointernal || die -} - -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make install DESTDIR="${D}" || die "make install failed" - - dodoc Changelog INSTALL README TODO docs/*.txt docs/API -} - -pkg_postinst() { - einfo "${P} was successfully installed." - einfo "Please read the associated docs for help." - einfo "Or visit the website @ ${HOMEPAGE}" - echo - ewarn "This package is still in unstable." - ewarn "Please report bugs to http://bugs.gentoo.org/" - ewarn "However, please do an advanced query to search for bugs" - ewarn "before reporting. This will keep down on duplicates." -} diff --git a/mail-filter/libspf2/libspf2-1.2.5.ebuild b/mail-filter/libspf2/libspf2-1.2.5.ebuild deleted file mode 100644 index a389acce3439..000000000000 --- a/mail-filter/libspf2/libspf2-1.2.5.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.2.5.ebuild,v 1.3 2008/03/30 01:41:19 halcy0n Exp $ - -DESCRIPTION="libspf2 implements the Sender Policy Framework, a part of the SPF/SRS protocol pair." -HOMEPAGE="http://www.libspf2.org/" -SRC_URI="http://www.libspf2.org/spf/libspf2-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc ~x86" -IUSE="" - -DEPEND="virtual/libc" -RDEPEND="!dev-perl/Mail-SPF-Query" - -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make install DESTDIR="${D}" || die "make install failed" - - dodoc Changelog INSTALL README TODO docs/*.txt docs/API -} - -pkg_postinst() { - einfo "${P} was successfully installed." - einfo "Please read the associated docs for help." - einfo "Or visit the website @ ${HOMEPAGE}" - echo - ewarn "This package is still in unstable." - ewarn "Please report bugs to http://bugs.gentoo.org/" - ewarn "However, please do an advanced query to search for bugs" - ewarn "before reporting. This will keep down on duplicates." -} diff --git a/mail-filter/libspf2/libspf2-1.2.8.ebuild b/mail-filter/libspf2/libspf2-1.2.8.ebuild new file mode 100644 index 000000000000..74bf52055f4e --- /dev/null +++ b/mail-filter/libspf2/libspf2-1.2.8.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.2.8.ebuild,v 1.1 2008/10/16 18:29:04 dertobi123 Exp $ + +inherit eutils + +DESCRIPTION="libspf2 implements the Sender Policy Framework, a part of the SPF/SRS protocol pair." +HOMEPAGE="http://www.libspf2.org" +SRC_URI="http://www.libspf2.org/spf/libspf2-${PV}.tar.gz" + +LICENSE="|| ( LGPL-2.1 BSD-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="virtual/libc" +RDEPEND="!dev-perl/Mail-SPF-Query" + +RESTRICT="test" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed." + dodoc README TODO docs/*.txt docs/API +} |