diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-06-14 19:33:37 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-06-14 19:33:37 +0000 |
commit | e17d6a175285a134635234beb44228e4c32f81bb (patch) | |
tree | 795fba8b38568def54256a391d2861b2373f38cc /net-mail | |
parent | Version bump (#200518) (diff) | |
download | historical-e17d6a175285a134635234beb44228e4c32f81bb.tar.gz historical-e17d6a175285a134635234beb44228e4c32f81bb.tar.bz2 historical-e17d6a175285a134635234beb44228e4c32f81bb.zip |
Version bump (#222253)
Package-Manager: portage-2.1.5.5
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/spamcup/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/spamcup/spamcup-1.09.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/net-mail/spamcup/ChangeLog b/net-mail/spamcup/ChangeLog index db619729c6e7..c76f75c23d90 100644 --- a/net-mail/spamcup/ChangeLog +++ b/net-mail/spamcup/ChangeLog @@ -1,6 +1,12 @@ # 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.6 2008/05/30 07:19:04 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/spamcup/ChangeLog,v 1.7 2008/06/14 19:33:37 dertobi123 Exp $ + +*spamcup-1.09 (14 Jun 2008) + + 14 Jun 2008; Tobias Scherbaum <dertobi123@gentoo.org> + +spamcup-1.09.ebuild: + Version bump (#222253) 30 May 2008; Christian Heim <phreak@gentoo.org> metadata.xml: Removing Andrej Kacian (Ticho) from metadata.xml (as per #59986). diff --git a/net-mail/spamcup/spamcup-1.09.ebuild b/net-mail/spamcup/spamcup-1.09.ebuild new file mode 100644 index 000000000000..3640b18e46fd --- /dev/null +++ b/net-mail/spamcup/spamcup-1.09.ebuild @@ -0,0 +1,23 @@ +# 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 $ + +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/" +SRC_URI="mirror://sourceforge/spamcup/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" + +KEYWORDS="~ppc ~x86" +IUSE="" + +DEPEND=">=dev-lang/perl-5.8.0 + dev-perl/Getopt-ArgvFile + dev-perl/libwww-perl" + +src_install() { + dodir /usr/bin + dobin spamcup + + dodoc ChangeLog INSTALL README +} |