summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2004-09-19 20:53:42 +0000
committerAndrej Kacian <ticho@gentoo.org>2004-09-19 20:53:42 +0000
commitaec9ab01a0dd8e9412c9c736b58ba8359e8e807f (patch)
tree531f2265504330b54fbe936c99d463153f19be5d /net-mail/spamcup
parentStable on alpha. (Manifest recommit) (diff)
downloadgentoo-2-aec9ab01a0dd8e9412c9c736b58ba8359e8e807f.tar.gz
gentoo-2-aec9ab01a0dd8e9412c9c736b58ba8359e8e807f.tar.bz2
gentoo-2-aec9ab01a0dd8e9412c9c736b58ba8359e8e807f.zip
Initial version, fixes #42920.
Diffstat (limited to 'net-mail/spamcup')
-rw-r--r--net-mail/spamcup/ChangeLog10
-rw-r--r--net-mail/spamcup/Manifest3
-rw-r--r--net-mail/spamcup/metadata.xml8
-rw-r--r--net-mail/spamcup/spamcup-1.08.ebuild23
4 files changed, 44 insertions, 0 deletions
diff --git a/net-mail/spamcup/ChangeLog b/net-mail/spamcup/ChangeLog
new file mode 100644
index 000000000000..d0fe76f86c73
--- /dev/null
+++ b/net-mail/spamcup/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for net-mail/spamcup
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/spamcup/ChangeLog,v 1.1 2004/09/19 20:53:42 ticho Exp $
+
+*spamcup-1.08 (19 Sep 2004)
+
+ 19 Sep 2004; Andrej Kacian <ticho@gentoo.org> +metadata.xml,
+ +spamcup-1.08.ebuild:
+ Initial version. Closes #42920.
+
diff --git a/net-mail/spamcup/Manifest b/net-mail/spamcup/Manifest
new file mode 100644
index 000000000000..80828f0156ee
--- /dev/null
+++ b/net-mail/spamcup/Manifest
@@ -0,0 +1,3 @@
+MD5 71fc194100a0a4247a848bbcb6ff95cc spamcup-1.08.ebuild 520
+MD5 779bb1df8351bad5b97749502589372d files/digest-spamcup-1.06 62
+MD5 7615c8407d7006e44fac9ba7ce7197d9 files/digest-spamcup-1.08 62
diff --git a/net-mail/spamcup/metadata.xml b/net-mail/spamcup/metadata.xml
new file mode 100644
index 000000000000..93df6b622623
--- /dev/null
+++ b/net-mail/spamcup/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>net-mail</herd>
+<maintainer>
+ <email>ticho@gentoo.org</email>
+</maintainer>
+</pkgmetadata>
diff --git a/net-mail/spamcup/spamcup-1.08.ebuild b/net-mail/spamcup/spamcup-1.08.ebuild
new file mode 100644
index 000000000000..e35578f1eed4
--- /dev/null
+++ b/net-mail/spamcup/spamcup-1.08.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/spamcup/spamcup-1.08.ebuild,v 1.1 2004/09/19 20:53:42 ticho 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="~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 LICENSE README
+}