summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2008-10-27 04:58:35 +0000
committerJeremy Olexa <darkside@gentoo.org>2008-10-27 04:58:35 +0000
commit8d4026099e2d7b0b9961c8d0a0ba7e49c1cc8c9a (patch)
tree29ca34e092f8d86f6fa5c420d923fb62994f666b /net-mail
parentamd64 stable, bug 241634 (diff)
downloadgentoo-2-8d4026099e2d7b0b9961c8d0a0ba7e49c1cc8c9a.tar.gz
gentoo-2-8d4026099e2d7b0b9961c8d0a0ba7e49c1cc8c9a.tar.bz2
gentoo-2-8d4026099e2d7b0b9961c8d0a0ba7e49c1cc8c9a.zip
net-mail/spamcup - modify dobin call to actually do something, bug #241192 and add ~amd64 kw, bug #241170
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-git6 x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/spamcup/ChangeLog6
-rw-r--r--net-mail/spamcup/spamcup-1.09.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/net-mail/spamcup/ChangeLog b/net-mail/spamcup/ChangeLog
index c76f75c23d90..dd4d64371752 100644
--- a/net-mail/spamcup/ChangeLog
+++ b/net-mail/spamcup/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/spamcup
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/spamcup/ChangeLog,v 1.7 2008/06/14 19:33:37 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/spamcup/ChangeLog,v 1.8 2008/10/27 04:58:35 darkside Exp $
+
+ 27 Oct 2008; Jeremy Olexa <darkside@gentoo.org> spamcup-1.09.ebuild:
+ net-mail/spamcup - modify dobin call to actually do something, bug #241192
+ and add ~amd64 kw, bug #241170
*spamcup-1.09 (14 Jun 2008)
diff --git a/net-mail/spamcup/spamcup-1.09.ebuild b/net-mail/spamcup/spamcup-1.09.ebuild
index 3640b18e46fd..3f801a30c575 100644
--- a/net-mail/spamcup/spamcup-1.09.ebuild
+++ b/net-mail/spamcup/spamcup-1.09.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/spamcup/spamcup-1.09.ebuild,v 1.1 2008/06/14 19:33:37 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/spamcup/spamcup-1.09.ebuild,v 1.2 2008/10/27 04:58:35 darkside Exp $
DESCRIPTION="This script does the same you would do when you report spam with your browser in Spamcop.net."
HOMEPAGE="http://sourceforge.net/projects/spamcup/"
@@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/spamcup/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=">=dev-lang/perl-5.8.0
@@ -17,7 +17,7 @@ DEPEND=">=dev-lang/perl-5.8.0
src_install() {
dodir /usr/bin
- dobin spamcup
+ dobin spamcup.pl || die "dobin failed"
- dodoc ChangeLog INSTALL README
+ dodoc ChangeLog INSTALL
}