summaryrefslogtreecommitdiff
path: root/net-mail/spamcup
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
commit77398e424e45d9e98c1cef3c43bdadb9d56e81ef (patch)
tree5aeffd3fc7b92fc615bd2c222fa8831aeda1925b /net-mail/spamcup
parentbd4aeefe33e63f613512604e47bfca7b2187697d (diff)
gentoo resync : 10.11.2019
Diffstat (limited to 'net-mail/spamcup')
-rw-r--r--net-mail/spamcup/Manifest3
-rw-r--r--net-mail/spamcup/metadata.xml8
-rw-r--r--net-mail/spamcup/spamcup-1.09.ebuild26
3 files changed, 0 insertions, 37 deletions
diff --git a/net-mail/spamcup/Manifest b/net-mail/spamcup/Manifest
deleted file mode 100644
index f7c4c6bbd8e8..000000000000
--- a/net-mail/spamcup/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST spamcup-1.09.tar.gz 6801 BLAKE2B c19c1904d6c2f8f0c7b66ba6fd28a9591ecf95470dcfedbeb7e96376498c66e994ad44fdb407b076243d1efa5ee4c50cdf821f8888f269d6c9ed8d8da4d12f51 SHA512 a43a194b7f90fd4ca9a444cba0d42b7a87284842fa2bba6bbd5e2bc2bf8e5aed17de5ba6fbfd7c439fcd40fd0f9233d989ba7abf4d907d857f9c72f2c3bb0504
-EBUILD spamcup-1.09.ebuild 611 BLAKE2B 1eb2a73698e33f5ddf30894f4d92567fdee5f02021df52ccd907a3b7e18404d4ff562832c88d7f5f569bf7d160b9c32a31206cd467d107076e1adf7ecdf85900 SHA512 6792473a6daa49cf5fe248ae5383f78677c19c544e95fbc648865572f355bf85b415c0b8a696d65364ca1d0ffe59907b485f1169b27611dbeff149fb0edebe50
-MISC metadata.xml 244 BLAKE2B 72d38f9d89ced95e1eb4246a5a24e654cba4c2e6408d890c0920542816a3b9363cc30903b50e187d1bfd742bb35100e681fdb1c6e8133d4cc2d3594d9bf9721a SHA512 7642c4bc265938695d1007e2a83fe3f3b01930c05354e4607e0011f7d5abd4d0a68b866153877a5407ff28be7381f278a4ebd5aded924919199af70091d591bb
diff --git a/net-mail/spamcup/metadata.xml b/net-mail/spamcup/metadata.xml
deleted file mode 100644
index ae3e25185e2b..000000000000
--- a/net-mail/spamcup/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">spamcup</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/net-mail/spamcup/spamcup-1.09.ebuild b/net-mail/spamcup/spamcup-1.09.ebuild
deleted file mode 100644
index 051d61595daf..000000000000
--- a/net-mail/spamcup/spamcup-1.09.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="This script does the same you would do when you report spam with your browser in Spamcop.net"
-HOMEPAGE="https://sourceforge.net/projects/spamcup/"
-SRC_URI="mirror://sourceforge/spamcup/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-DEPEND=">=dev-lang/perl-5.8.0
- dev-perl/Getopt-ArgvFile
- dev-perl/HTML-Form
- >dev-perl/libwww-perl-6"
-RDEPEND="${DEPEND}"
-
-src_install() {
- dodir /usr/bin
- dobin spamcup.pl || die "dobin failed"
-
- dodoc ChangeLog INSTALL
-}