diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-30 17:39:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-30 17:39:37 +0200 |
commit | bfe63cce2098fdbdaf10a662666f5b7e0bc1319d (patch) | |
tree | 5990a5c64ee278a8a2c6dc75942758b930baf58f /mail-filter | |
parent | dev-libs/roct-thunk-interface: Include patches from -2.8.0 in -9999 (diff) | |
download | gentoo-bfe63cce2098fdbdaf10a662666f5b7e0bc1319d.tar.gz gentoo-bfe63cce2098fdbdaf10a662666f5b7e0bc1319d.tar.bz2 gentoo-bfe63cce2098fdbdaf10a662666f5b7e0bc1319d.zip |
mail-filter/ask: Remove last-rited pkg
Closes: https://bugs.gentoo.org/680412
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/ask/Manifest | 2 | ||||
-rw-r--r-- | mail-filter/ask/ask-2.4.1.ebuild | 58 | ||||
-rw-r--r-- | mail-filter/ask/ask-2.5.3.ebuild | 43 | ||||
-rw-r--r-- | mail-filter/ask/metadata.xml | 12 |
4 files changed, 0 insertions, 115 deletions
diff --git a/mail-filter/ask/Manifest b/mail-filter/ask/Manifest deleted file mode 100644 index cc3d7f55b43d..000000000000 --- a/mail-filter/ask/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST ask-2.4.1.tar.gz 102631 BLAKE2B 7aa23cdc2f85c552cd28a43d79f15a19117e7912ba9b351ecd58cd63b9ba978576262e3a7b069b2a90b5d9d5b6efc5ad23861806dbbc9efbe77f9fd75727e080 SHA512 a6e84f6846019f5ac76f127abdcb27d74e3661aa396ab442fa0805679543cadd3de6c9e37d3e7e7aa778543893e6e5fa9067279c040f90d7b2053a9d03cb5a9c -DIST ask-2.5.3.tar.gz 106339 BLAKE2B e9b01c6a779c92f0e2cd1127942aa81cda385d4abea5386eeb0b64e795919d206a6a5cbef0976305d4636da2ab879e03628e892795bd4043034f6352f9fec4d0 SHA512 cd3be1ecf989372d3127d7c54cee1a7c4ceea37bcd445a759f59df3569dc339fc93e20b073d2a75e8d8b99a8d2d422ad6a327c21155f86c2c4b1daf87cca09bf diff --git a/mail-filter/ask/ask-2.4.1.ebuild b/mail-filter/ask/ask-2.4.1.ebuild deleted file mode 100644 index bf734aa08f02..000000000000 --- a/mail-filter/ask/ask-2.4.1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="Active Spam Killer: A program to filter spam" -HOMEPAGE="http://www.paganini.net/ask/index.html" -SRC_URI="mirror://sourceforge/a-s-k/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="ppc x86" - -IUSE="procmail" -RDEPEND=">=dev-lang/python-2.2 - virtual/mta - procmail? ( >=mail-filter/procmail-3.22 )" - -src_install() { - into / - dobin ask.py asksetup.py askversion.py utils/asksenders.py - - insinto /usr/lib/ask - doins askconfig.py asklock.py asklog.py askmail.py askmain.py \ - askmessage.py askremote.py - - insinto /usr/share/ask/samples - doins samples/* - - insinto /usr/share/ask/templates - doins templates/* - - insinto /usr/share/ask/utils - doins utils/* - - doman docs/*.1 - - dodoc ChangeLog TODO docs/ask_doc* -} - -pkg_postinst() { - elog - elog "You MUST run the asksetup.py file to configure ASK!" - elog - if use procmail; then - elog "To use ASK's procmail support these should be your first two procmail rules:" - elog - elog ":0 fW" - elog "|/path_to_ask/ask.py --procmail --loglevel=5 --logfile=/your_home/ask.log" - elog - elog ":0 e" - elog "/dev/null" - elog - elog "The second rule above instructs procmail to deliver the message to /dev/null" - elog "if ASK returns a fail code. If you're truly paranoid, you can save those" - elog "messages to a file instead for later inspection." - fi -} diff --git a/mail-filter/ask/ask-2.5.3.ebuild b/mail-filter/ask/ask-2.5.3.ebuild deleted file mode 100644 index 2e7c8d080acc..000000000000 --- a/mail-filter/ask/ask-2.5.3.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit multilib - -DESCRIPTION="Active Spam Killer: A program to filter spam" -HOMEPAGE="http://www.paganini.net/ask/index.html" -SRC_URI="mirror://sourceforge/a-s-k/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -IUSE="procmail" -RDEPEND="dev-lang/python - virtual/mta - procmail? ( >=mail-filter/procmail-3.22 )" - -src_install() { - dobin askfilter asksetup askversion.py utils/asksenders - - insinto /usr/$(get_libdir)/ask - doins askconfig.py asklock.py asklog.py askmail.py askmain.py \ - askmessage.py askremote.py - - insinto /usr/share/ask/templates - doins templates/* - - insinto /usr/share/ask/utils - doins utils/* - - doman docs/*.1 - - dodoc ChangeLog docs/ask_doc* -} - -pkg_postinst() { - elog "You MUST run the asksetup file to configure ASK!" - elog "WARNING: if you upgrade from ask-2.4.1, you must replace ask.py with askfilter" - elog " in your procmail/maildrop recipe!" -} diff --git a/mail-filter/ask/metadata.xml b/mail-filter/ask/metadata.xml deleted file mode 100644 index 30efab86d68a..000000000000 --- a/mail-filter/ask/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <use> - <flag name="procmail">Adds support for - <pkg>mail-filter/procmail</pkg></flag> - </use> - <upstream> - <remote-id type="sourceforge">a-s-k</remote-id> - </upstream> -</pkgmetadata> |