Gentoo Archives: gentoo-commits

From: Mats Lidell <matsl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-xemacs/ps-print/
Date: Fri, 08 Oct 2021 07:18:05
Message-Id: 1633677418.6cfe70631365b5669d259b8d21cecb77733c2c5a.matsl@gentoo
1 commit: 6cfe70631365b5669d259b8d21cecb77733c2c5a
2 Author: Mats Lidell <matsl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 8 07:16:58 2021 +0000
4 Commit: Mats Lidell <matsl <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 8 07:16:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cfe7063
7
8 app-xemacs/ps-print: drop 1.11, 1.12
9
10 Signed-off-by: Mats Lidell <matsl <AT> gentoo.org>
11
12 app-xemacs/ps-print/Manifest | 2 --
13 app-xemacs/ps-print/ps-print-1.11.ebuild | 14 --------------
14 app-xemacs/ps-print/ps-print-1.12.ebuild | 15 ---------------
15 3 files changed, 31 deletions(-)
16
17 diff --git a/app-xemacs/ps-print/Manifest b/app-xemacs/ps-print/Manifest
18 index fc4846e7d06..4123b390330 100644
19 --- a/app-xemacs/ps-print/Manifest
20 +++ b/app-xemacs/ps-print/Manifest
21 @@ -1,3 +1 @@
22 -DIST ps-print-1.11-pkg.tar.gz 156222 BLAKE2B fb297012e292b737c6e3da4ecc84d532163bbdbbdbfc28f91a0d45a48c8f75cbf3836c4ffe831089ff85ea56f00a05393d81d2343bcaa96e08ce4364bccf3063 SHA512 c63cd0b399ab35c9171f452ddfcd914af61d37b17db27a9913fcf4a11195bafb107cd993f8db8aab68914e00211ab858319b08949f0a1173b784f4eafb6ea0a4
23 -DIST ps-print-1.12-pkg.tar.gz 156197 BLAKE2B 0eab7740f3b0fec7573b9da4583060ac051c233da033da299bd7756f3910af34c61a9fc676e6a8741cef628f5cecddcf6bc2eae0f5104fe34f037837551d26ae SHA512 0ba500177a9dff6d8e0b48938f3519af0700461c06af7224ed1a1e4c42465a7717761bbf1578895f32c71a205f10912d3b6ef47da2399121b47ed838bf7385fc
24 DIST ps-print-1.14-pkg.tar.gz 156374 BLAKE2B 9e2fc8b75c23d4a9768210a82b42a8ee77f2f7541c46af037172a96213ab3d800a3e8b4fdc6964e3aa6bbe1276a4bc09759edd6301932505a9c4d737a8f3d527 SHA512 9dd2208bcd2963f83e4b895ff01ca95e66031ca4003535a672a14a735b892c0522810dd7f0ed5bceefe10a6becab0f0cafb19b09d1dbd6656ce6cc99b7dd4023
25
26 diff --git a/app-xemacs/ps-print/ps-print-1.11.ebuild b/app-xemacs/ps-print/ps-print-1.11.ebuild
27 deleted file mode 100644
28 index 572de37ed57..00000000000
29 --- a/app-xemacs/ps-print/ps-print-1.11.ebuild
30 +++ /dev/null
31 @@ -1,14 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -SLOT="0"
38 -DESCRIPTION="Printing functions and utilities"
39 -XEMACS_PKG_CAT="standard"
40 -
41 -RDEPEND="app-xemacs/text-modes
42 -"
43 -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
44 -
45 -inherit xemacs-packages
46
47 diff --git a/app-xemacs/ps-print/ps-print-1.12.ebuild b/app-xemacs/ps-print/ps-print-1.12.ebuild
48 deleted file mode 100644
49 index 62fb0fb6347..00000000000
50 --- a/app-xemacs/ps-print/ps-print-1.12.ebuild
51 +++ /dev/null
52 @@ -1,15 +0,0 @@
53 -# Copyright 1999-2020 Gentoo Authors
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=6
57 -
58 -SLOT="0"
59 -DESCRIPTION="Printing functions and utilities"
60 -XEMACS_PKG_CAT="standard"
61 -
62 -RDEPEND="app-xemacs/text-modes
63 -app-xemacs/xemacs-base
64 -"
65 -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
66 -
67 -inherit xemacs-packages