summaryrefslogtreecommitdiff
path: root/app-text/ps2pkm
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
commit9452a6e87b6c2c70513bc47a2470bf9f1168920e (patch)
tree8ac67e26b45f34d71c5aab3621813b100a0d5f00 /app-text/ps2pkm
parentf516638b7fe9592837389826a6152a7e1b251c54 (diff)
gentoo resync : 13.06.2020
Diffstat (limited to 'app-text/ps2pkm')
-rw-r--r--app-text/ps2pkm/Manifest4
-rw-r--r--app-text/ps2pkm/ps2pkm-1.8_p20190410.ebuild25
-rw-r--r--app-text/ps2pkm/ps2pkm-1.8_p20200406.ebuild2
3 files changed, 2 insertions, 29 deletions
diff --git a/app-text/ps2pkm/Manifest b/app-text/ps2pkm/Manifest
index cd3d46d1bf16..18180b2b4c01 100644
--- a/app-text/ps2pkm/Manifest
+++ b/app-text/ps2pkm/Manifest
@@ -1,5 +1,3 @@
-DIST texlive-20190410-source.tar.xz 53783408 BLAKE2B 8e34c7c2b74eab1c4d16ddbf7eddd8566593e6d68c42a2634760f11d86e68970698d8b9deddcf3297966968ede11ecf30e0b04ec19b708dc3e6d0a2abcc3799d SHA512 7759d8e668e53c0c73e48907096da9d8fb6384dd9c3342ddfb05e17d077054c5351d35256cf4e63a6da502de2f09f521979bede7209cdd5bd8ae80eba0efed2e
DIST texlive-20200406-source.tar.xz 55383320 BLAKE2B 3bc024166ebfc269389531c7cf818b062856cd2dcc27cf0a2e790f07cd941d9905c9c6a54566ea627ea1ca334d2b6da8d3e5bd1c686dc9d6f8ac15aac388c1e3 SHA512 65be52cb5e1b52f12feb62c6cf23e56c581b9dccb8d3b9ccc85c12c62b0cb67dd71de8d22d967d2cbf8403502c66bccb238523d13a0d081be104fc9f9c68b477
-EBUILD ps2pkm-1.8_p20190410.ebuild 796 BLAKE2B 86ac25a8da4e244dacf6ddd45ed7afd4c55f7f522ffdb7f435bec6c5e62fa2b0583c2c47a5c4229553bab05afdecff0c503ed984f08e1386b22518626d03161a SHA512 06317e329c658aea63a708ca556167d75ff01543710dd99ed9bfbec5aed2fe48c272da91a291b6ea4e4cc0092fe4b1ada24b970ef2cfcf08ef343b924430dfbc
-EBUILD ps2pkm-1.8_p20200406.ebuild 800 BLAKE2B 03e345a3b505e57774fa830d9fffd07c65d1b741fb537bfb35718babf3074c34952c84bf710054b576760d23c96188f09b9909d2fa1e9224cb65c75bc3c4fa65 SHA512 f7ada34aaf1d263d536c0d46c0ad8fce7cbf64c64f38bb12db650596cb11f00a3cc63c16c715856e6f8f7701c7d6c6a8a7486c0aebefed1823dc9d859c32d5a7
+EBUILD ps2pkm-1.8_p20200406.ebuild 796 BLAKE2B 86ac25a8da4e244dacf6ddd45ed7afd4c55f7f522ffdb7f435bec6c5e62fa2b0583c2c47a5c4229553bab05afdecff0c503ed984f08e1386b22518626d03161a SHA512 06317e329c658aea63a708ca556167d75ff01543710dd99ed9bfbec5aed2fe48c272da91a291b6ea4e4cc0092fe4b1ada24b970ef2cfcf08ef343b924430dfbc
MISC metadata.xml 358 BLAKE2B b5a2e9424ef1e5bb23c34e089d9204443dd5ad528b56db71d2fc2b3c5d428c14367805ca94a307f8856d21356abe76092c54ba0f0df204b5bce3665f9f3fd657 SHA512 51f6411780af5d7775f8f80d246d5f4e297abb1960a0b0c21c6dc5c03a9a407dad8cbc4977a679590cffb4523f1b72a0f7b15ab100c938391a5abfd3e17e8818
diff --git a/app-text/ps2pkm/ps2pkm-1.8_p20190410.ebuild b/app-text/ps2pkm/ps2pkm-1.8_p20190410.ebuild
deleted file mode 100644
index 052184f3d529..000000000000
--- a/app-text/ps2pkm/ps2pkm-1.8_p20190410.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Tool that converts a PostScript type1 font into a corresponding TeX PK font"
-HOMEPAGE="http://tug.org/texlive/"
-SRC_URI="https://dev.gentoo.org/~zlogene/distfiles/texlive/texlive-${PV#*_p}-source.tar.xz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND=">=dev-libs/kpathsea-6.2.1"
-RDEPEND="${DEPEND}"
-
-BDEPEND="virtual/pkgconfig"
-
-S=${WORKDIR}/texlive-${PV#*_p}-source/texk/ps2pk
-DOCS=( "ChangeLog" "CHANGES.type1" "README" "README.14m" "README.type1" )
-
-src_configure() {
- econf --with-system-kpathsea
-}
diff --git a/app-text/ps2pkm/ps2pkm-1.8_p20200406.ebuild b/app-text/ps2pkm/ps2pkm-1.8_p20200406.ebuild
index e6d5a682e314..052184f3d529 100644
--- a/app-text/ps2pkm/ps2pkm-1.8_p20200406.ebuild
+++ b/app-text/ps2pkm/ps2pkm-1.8_p20200406.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~zlogene/distfiles/texlive/texlive-${PV#*_p}-sou
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND=">=dev-libs/kpathsea-6.2.1"