diff options
author | Mats Lidell <matsl@gentoo.org> | 2021-10-08 09:16:58 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2021-10-08 09:16:58 +0200 |
commit | 6cfe70631365b5669d259b8d21cecb77733c2c5a (patch) | |
tree | 0a8619452d3711856df61c4baea96d7e25273b66 /app-xemacs/ps-print | |
parent | app-xemacs/prog-modes: drop 2.10, 2.20 (diff) | |
download | gentoo-6cfe70631365b5669d259b8d21cecb77733c2c5a.tar.gz gentoo-6cfe70631365b5669d259b8d21cecb77733c2c5a.tar.bz2 gentoo-6cfe70631365b5669d259b8d21cecb77733c2c5a.zip |
app-xemacs/ps-print: drop 1.11, 1.12
Signed-off-by: Mats Lidell <matsl@gentoo.org>
Diffstat (limited to 'app-xemacs/ps-print')
-rw-r--r-- | app-xemacs/ps-print/Manifest | 2 | ||||
-rw-r--r-- | app-xemacs/ps-print/ps-print-1.11.ebuild | 14 | ||||
-rw-r--r-- | app-xemacs/ps-print/ps-print-1.12.ebuild | 15 |
3 files changed, 0 insertions, 31 deletions
diff --git a/app-xemacs/ps-print/Manifest b/app-xemacs/ps-print/Manifest index fc4846e7d061..4123b390330c 100644 --- a/app-xemacs/ps-print/Manifest +++ b/app-xemacs/ps-print/Manifest @@ -1,3 +1 @@ -DIST ps-print-1.11-pkg.tar.gz 156222 BLAKE2B fb297012e292b737c6e3da4ecc84d532163bbdbbdbfc28f91a0d45a48c8f75cbf3836c4ffe831089ff85ea56f00a05393d81d2343bcaa96e08ce4364bccf3063 SHA512 c63cd0b399ab35c9171f452ddfcd914af61d37b17db27a9913fcf4a11195bafb107cd993f8db8aab68914e00211ab858319b08949f0a1173b784f4eafb6ea0a4 -DIST ps-print-1.12-pkg.tar.gz 156197 BLAKE2B 0eab7740f3b0fec7573b9da4583060ac051c233da033da299bd7756f3910af34c61a9fc676e6a8741cef628f5cecddcf6bc2eae0f5104fe34f037837551d26ae SHA512 0ba500177a9dff6d8e0b48938f3519af0700461c06af7224ed1a1e4c42465a7717761bbf1578895f32c71a205f10912d3b6ef47da2399121b47ed838bf7385fc DIST ps-print-1.14-pkg.tar.gz 156374 BLAKE2B 9e2fc8b75c23d4a9768210a82b42a8ee77f2f7541c46af037172a96213ab3d800a3e8b4fdc6964e3aa6bbe1276a4bc09759edd6301932505a9c4d737a8f3d527 SHA512 9dd2208bcd2963f83e4b895ff01ca95e66031ca4003535a672a14a735b892c0522810dd7f0ed5bceefe10a6becab0f0cafb19b09d1dbd6656ce6cc99b7dd4023 diff --git a/app-xemacs/ps-print/ps-print-1.11.ebuild b/app-xemacs/ps-print/ps-print-1.11.ebuild deleted file mode 100644 index 572de37ed57a..000000000000 --- a/app-xemacs/ps-print/ps-print-1.11.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -SLOT="0" -DESCRIPTION="Printing functions and utilities" -XEMACS_PKG_CAT="standard" - -RDEPEND="app-xemacs/text-modes -" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" - -inherit xemacs-packages diff --git a/app-xemacs/ps-print/ps-print-1.12.ebuild b/app-xemacs/ps-print/ps-print-1.12.ebuild deleted file mode 100644 index 62fb0fb6347e..000000000000 --- a/app-xemacs/ps-print/ps-print-1.12.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -SLOT="0" -DESCRIPTION="Printing functions and utilities" -XEMACS_PKG_CAT="standard" - -RDEPEND="app-xemacs/text-modes -app-xemacs/xemacs-base -" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" - -inherit xemacs-packages |