summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2009-09-15 13:31:26 +0000
committerHanno Böck <hanno@gentoo.org>2009-09-15 13:31:26 +0000
commit6a1aee1ef0bbb863f9cbb84930b8258213751493 (patch)
treee9bec5a05127192afe9eb485165c72e84fa8c822 /mail-filter/libsrs2
parentForgot to mask ati-drivers too. Sorry :) (diff)
downloadgentoo-2-6a1aee1ef0bbb863f9cbb84930b8258213751493.tar.gz
gentoo-2-6a1aee1ef0bbb863f9cbb84930b8258213751493.tar.bz2
gentoo-2-6a1aee1ef0bbb863f9cbb84930b8258213751493.zip
libsrs ebuild cleanup and ~amd64 keyword
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'mail-filter/libsrs2')
-rw-r--r--mail-filter/libsrs2/ChangeLog8
-rw-r--r--mail-filter/libsrs2/libsrs2-1.0.18.ebuild26
2 files changed, 13 insertions, 21 deletions
diff --git a/mail-filter/libsrs2/ChangeLog b/mail-filter/libsrs2/ChangeLog
index a1c4a3846a82..48c8c069275e 100644
--- a/mail-filter/libsrs2/ChangeLog
+++ b/mail-filter/libsrs2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-filter/libsrs2
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/libsrs2/ChangeLog,v 1.7 2007/03/19 13:15:05 kloeri Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/libsrs2/ChangeLog,v 1.8 2009/09/15 13:31:26 hanno Exp $
+
+ 15 Sep 2009; Hanno Boeck <hanno@gentoo.org> libsrs2-1.0.18.ebuild:
+ Add ~amd64 keyword, fix RDEPEND, remove bogus elog/ewarn-messages,
+ cleanup.
19 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> metadata.xml:
Remove pfeifer from metadata.xml due to retirement.
diff --git a/mail-filter/libsrs2/libsrs2-1.0.18.ebuild b/mail-filter/libsrs2/libsrs2-1.0.18.ebuild
index 1eed7fc68743..2af286bf10ab 100644
--- a/mail-filter/libsrs2/libsrs2-1.0.18.ebuild
+++ b/mail-filter/libsrs2/libsrs2-1.0.18.ebuild
@@ -1,18 +1,18 @@
-# Copyright 1999-2007 Gentoo Foundation
+# 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.18.ebuild,v 1.2 2007/03/18 04:21:49 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/libsrs2/libsrs2-1.0.18.ebuild,v 1.3 2009/09/15 13:31:26 hanno 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"
+SRC_URI="http://www.libsrs2.org/srs/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="~amd64 ~x86 ~ppc"
IUSE=""
DEPEND="virtual/libc"
-RDEPEND=""
+RDEPEND="${DEPEND}"
src_compile() {
econf || die "econf failed"
@@ -20,18 +20,6 @@ src_compile() {
}
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."
+ emake DESTDIR="${D}" install || die "make install failed"
+ dodoc AUTHORS INSTALL NEWS README
}