diff options
author | Mats Lidell <matsl@gentoo.org> | 2021-10-03 09:57:59 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2021-10-03 09:57:59 +0200 |
commit | 631d59e0428b8e1933616008570d28178b8609e6 (patch) | |
tree | b9bb4ee1c51d47fc93d2cfb103392b12f0a88775 /app-xemacs/sieve/sieve-1.18.ebuild | |
parent | app-xemacs/re-builder: drop 1.05 (diff) | |
download | gentoo-631d59e0428b8e1933616008570d28178b8609e6.tar.gz gentoo-631d59e0428b8e1933616008570d28178b8609e6.tar.bz2 gentoo-631d59e0428b8e1933616008570d28178b8609e6.zip |
app-xemacs/sieve: drop 1.18
Signed-off-by: Mats Lidell <matsl@gentoo.org>
Diffstat (limited to 'app-xemacs/sieve/sieve-1.18.ebuild')
-rw-r--r-- | app-xemacs/sieve/sieve-1.18.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/app-xemacs/sieve/sieve-1.18.ebuild b/app-xemacs/sieve/sieve-1.18.ebuild deleted file mode 100644 index d4386114af2b..000000000000 --- a/app-xemacs/sieve/sieve-1.18.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -SLOT="0" -DESCRIPTION="Manage Sieve email filtering scripts" -XEMACS_PKG_CAT="standard" - -RDEPEND="app-xemacs/xemacs-base -app-xemacs/mail-lib -app-xemacs/cc-mode -app-xemacs/sasl -app-xemacs/ecrypto -app-xemacs/sh-script -" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" - -inherit xemacs-packages |