Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ps2pkm/
Date: Thu, 10 Oct 2019 18:06:37
Message-Id: 1570730741.67b3b0c64604a149bc31f0082778198fe07f818a.zlogene@gentoo
1 commit: 67b3b0c64604a149bc31f0082778198fe07f818a
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 10 17:59:16 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 10 18:05:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b3b0c6
7
8 app-text/ps2pkm: Drop old
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 app-text/ps2pkm/Manifest | 3 ---
14 app-text/ps2pkm/ps2pkm-1.7_p20150521.ebuild | 28 ----------------------------
15 app-text/ps2pkm/ps2pkm-1.8_p20160523.ebuild | 28 ----------------------------
16 app-text/ps2pkm/ps2pkm-1.8_p20170524.ebuild | 28 ----------------------------
17 4 files changed, 87 deletions(-)
18
19 diff --git a/app-text/ps2pkm/Manifest b/app-text/ps2pkm/Manifest
20 index 2eec26130dc..3318fe46b7f 100644
21 --- a/app-text/ps2pkm/Manifest
22 +++ b/app-text/ps2pkm/Manifest
23 @@ -1,4 +1 @@
24 -DIST texlive-20150521-source.tar.xz 45459552 BLAKE2B 639eaee7c9dd173e5ede9f157ccd9a9655ee55cabf232985915f10afa36dce618b8b78848e5d9853bf0f96f818d03d68fa17d8abcdc4d1a1349fe13dfe3a1ddc SHA512 9d06bb88c489715787ce619c4c6b5e2d4251e1db8d48ae7fe2d1a253634c76bc6d7282ef9c93c77847845cae01eafb58dfb37ba3fb83a6d223f0d7fe8f5d3855
25 -DIST texlive-20160523-source.tar.xz 45941100 BLAKE2B 8752212d41d6bbabc725d9b1dcc187dd4dbb34df4271c768e83c13a2dd4e7170aa162d01a15d87fa02bc1b5abee648a2d35e3aa1380569851cc21d6f33f2f109 SHA512 915fa2f5e2099dd385ef81033db7aafdf09558c0c200fed0748a8a42fd61f69d3eaac9decea334e30981af739dd81061a9b1d6853c7f6d00285fe0be40e26c3e
26 -DIST texlive-20170524-source.tar.xz 63483372 BLAKE2B 44669d1228f5be27e9d93672a4f4ead40f7f4c6cf386f2db6fef54d64f8b8a743a485fe1170904d8117b9745f71ec77db8434caa6cdd79359b1f3f387130a3b4 SHA512 18c18940992ab94ce22e22ccd4ad798253ea14ac2ab296a10ea5e9a8da9f33989f2e2641b42b564d1d5fb53bd371da3e68726b676d706b469016ad146cd19daa
27 DIST texlive-20190410-source.tar.xz 53783408 BLAKE2B 8e34c7c2b74eab1c4d16ddbf7eddd8566593e6d68c42a2634760f11d86e68970698d8b9deddcf3297966968ede11ecf30e0b04ec19b708dc3e6d0a2abcc3799d SHA512 7759d8e668e53c0c73e48907096da9d8fb6384dd9c3342ddfb05e17d077054c5351d35256cf4e63a6da502de2f09f521979bede7209cdd5bd8ae80eba0efed2e
28
29 diff --git a/app-text/ps2pkm/ps2pkm-1.7_p20150521.ebuild b/app-text/ps2pkm/ps2pkm-1.7_p20150521.ebuild
30 deleted file mode 100644
31 index 7843327c3e7..00000000000
32 --- a/app-text/ps2pkm/ps2pkm-1.7_p20150521.ebuild
33 +++ /dev/null
34 @@ -1,28 +0,0 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -
40 -DESCRIPTION="Tool that converts a PostScript type1 font into a corresponding TeX PK font"
41 -HOMEPAGE="http://tug.org/texlive/"
42 -SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="alpha amd64 arm arm64 hppa ~mips ppc ppc64 ~s390 ~sh x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
47 -IUSE=""
48 -
49 -DEPEND=">=dev-libs/kpathsea-6.2.1"
50 -RDEPEND="
51 - !<app-text/texlive-core-2010
52 - !app-text/ptex
53 - ${DEPEND}"
54 -DEPEND="${DEPEND}
55 - virtual/pkgconfig"
56 -
57 -S=${WORKDIR}/texlive-${PV#*_p}-source/texk/ps2pk
58 -DOCS=( "ChangeLog" "CHANGES.type1" "README" "README.14m" "README.type1" )
59 -
60 -src_configure() {
61 - econf --with-system-kpathsea
62 -}
63
64 diff --git a/app-text/ps2pkm/ps2pkm-1.8_p20160523.ebuild b/app-text/ps2pkm/ps2pkm-1.8_p20160523.ebuild
65 deleted file mode 100644
66 index b545997a469..00000000000
67 --- a/app-text/ps2pkm/ps2pkm-1.8_p20160523.ebuild
68 +++ /dev/null
69 @@ -1,28 +0,0 @@
70 -# Copyright 1999-2017 Gentoo Foundation
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=5
74 -
75 -DESCRIPTION="Tool that converts a PostScript type1 font into a corresponding TeX PK font"
76 -HOMEPAGE="http://tug.org/texlive/"
77 -SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
78 -
79 -LICENSE="MIT"
80 -SLOT="0"
81 -KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
82 -IUSE=""
83 -
84 -DEPEND=">=dev-libs/kpathsea-6.2.1"
85 -RDEPEND="
86 - !<app-text/texlive-core-2010
87 - !app-text/ptex
88 - ${DEPEND}"
89 -DEPEND="${DEPEND}
90 - virtual/pkgconfig"
91 -
92 -S=${WORKDIR}/texlive-${PV#*_p}-source/texk/ps2pk
93 -DOCS=( "ChangeLog" "CHANGES.type1" "README" "README.14m" "README.type1" )
94 -
95 -src_configure() {
96 - econf --with-system-kpathsea
97 -}
98
99 diff --git a/app-text/ps2pkm/ps2pkm-1.8_p20170524.ebuild b/app-text/ps2pkm/ps2pkm-1.8_p20170524.ebuild
100 deleted file mode 100644
101 index 59318b16b5a..00000000000
102 --- a/app-text/ps2pkm/ps2pkm-1.8_p20170524.ebuild
103 +++ /dev/null
104 @@ -1,28 +0,0 @@
105 -# Copyright 1999-2018 Gentoo Foundation
106 -# Distributed under the terms of the GNU General Public License v2
107 -
108 -EAPI=5
109 -
110 -DESCRIPTION="Tool that converts a PostScript type1 font into a corresponding TeX PK font"
111 -HOMEPAGE="http://tug.org/texlive/"
112 -SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
113 -
114 -LICENSE="MIT"
115 -SLOT="0"
116 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
117 -IUSE=""
118 -
119 -DEPEND=">=dev-libs/kpathsea-6.2.1"
120 -RDEPEND="
121 - !<app-text/texlive-core-2010
122 - !app-text/ptex
123 - ${DEPEND}"
124 -DEPEND="${DEPEND}
125 - virtual/pkgconfig"
126 -
127 -S=${WORKDIR}/texlive-${PV#*_p}-source/texk/ps2pk
128 -DOCS=( "ChangeLog" "CHANGES.type1" "README" "README.14m" "README.type1" )
129 -
130 -src_configure() {
131 - econf --with-system-kpathsea
132 -}