summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2009-09-29 14:18:42 +0000
committerHanno Böck <hanno@gentoo.org>2009-09-29 14:18:42 +0000
commit0c7599121b680a73b4c580d0011e71e51050d0af (patch)
treef6699715a68351e93920f45de07da545aa954cbd /mail-filter
parentVersion bump. (diff)
downloadgentoo-2-0c7599121b680a73b4c580d0011e71e51050d0af.tar.gz
gentoo-2-0c7599121b680a73b4c580d0011e71e51050d0af.tar.bz2
gentoo-2-0c7599121b680a73b4c580d0011e71e51050d0af.zip
Remove old libsrs2 ebuilds.
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/libsrs2/libsrs2-1.0.16.ebuild37
-rw-r--r--mail-filter/libsrs2/libsrs2-1.0.17.ebuild37
2 files changed, 0 insertions, 74 deletions
diff --git a/mail-filter/libsrs2/libsrs2-1.0.16.ebuild b/mail-filter/libsrs2/libsrs2-1.0.16.ebuild
deleted file mode 100644
index dcb95a7aaea0..000000000000
--- a/mail-filter/libsrs2/libsrs2-1.0.16.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/libsrs2/libsrs2-1.0.16.ebuild,v 1.3 2009/09/23 17:54:41 patrick Exp $
-
-DESCRIPTION="libsrs2 is the next generation Sender Rewriting Scheme library"
-HOMEPAGE="http://www.libsrs2.org/"
-SRC_URI="http://www.libsrs2.org/srs/libsrs2-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make install DESTDIR=${D} || die "make install failed"
-
- dodoc AUTHORS COPYING INSTALL NEWS README
-}
-
-pkg_postinst() {
- elog "${P} was successfully installed."
- elog "Please read the associated docs for help."
- elog "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/libsrs2/libsrs2-1.0.17.ebuild b/mail-filter/libsrs2/libsrs2-1.0.17.ebuild
deleted file mode 100644
index b982d4fd0fa4..000000000000
--- a/mail-filter/libsrs2/libsrs2-1.0.17.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/libsrs2/libsrs2-1.0.17.ebuild,v 1.4 2009/09/23 17:54:41 patrick Exp $
-
-DESCRIPTION="libsrs2 is the next generation Sender Rewriting Scheme library"
-HOMEPAGE="http://www.libsrs2.org/"
-SRC_URI="http://www.libsrs2.org/srs/libsrs2-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make install DESTDIR=${D} || die "make install failed"
-
- dodoc AUTHORS COPYING INSTALL NEWS README
-}
-
-pkg_postinst() {
- elog "${P} was successfully installed."
- elog "Please read the associated docs for help."
- elog "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."
-}