* [gentoo-commits] repo/gentoo:master commit in: profiles/, mail-filter/ask/
@ 2019-09-30 15:42 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2019-09-30 15:42 UTC (permalink / raw
To: gentoo-commits
commit: bfe63cce2098fdbdaf10a662666f5b7e0bc1319d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 30 15:39:37 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 30 15:39:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfe63cce
mail-filter/ask: Remove last-rited pkg
Closes: https://bugs.gentoo.org/680412
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
mail-filter/ask/Manifest | 2 --
mail-filter/ask/ask-2.4.1.ebuild | 58 ----------------------------------------
mail-filter/ask/ask-2.5.3.ebuild | 43 -----------------------------
mail-filter/ask/metadata.xml | 12 ---------
profiles/package.mask | 5 ----
5 files changed, 120 deletions(-)
diff --git a/mail-filter/ask/Manifest b/mail-filter/ask/Manifest
deleted file mode 100644
index cc3d7f55b43..00000000000
--- 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 bf734aa08f0..00000000000
--- 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 2e7c8d080ac..00000000000
--- 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 30efab86d68..00000000000
--- 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>
diff --git a/profiles/package.mask b/profiles/package.mask
index 4adb8041083..4b45f16cd22 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1120,11 +1120,6 @@ www-apps/pcgi
# Removal in 30 days. Bug #693128.
mail-filter/opensmtpd-extras
-# Michał Górny <mgorny@gentoo.org> (2019-08-30)
-# Unmaintained. EAPI=0. HOMEPAGE and SRC_URI are gone. Last release
-# in 2006. Removal in 30 days. Bug #680412.
-mail-filter/ask
-
# Miroslav Šulc <fordfrog@gentoo.org> (2019-08-19)
# Depends on >=virtual/{jdk,jre}-11 which is masked
=www-servers/tomcat-9.0.24
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-09-30 15:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-30 15:42 [gentoo-commits] repo/gentoo:master commit in: profiles/, mail-filter/ask/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox