From 616579b5d773c50af31ee56f00105d96ce641ca2 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Aug 2021 10:30:13 +0100 Subject: gentoo resync : 14.08.2021 --- app-text/ps2pkm/Manifest | 2 +- app-text/ps2pkm/ps2pkm-1.8_p20210325-r1.ebuild | 24 ++++++++++++++++++++++++ app-text/ps2pkm/ps2pkm-1.8_p20210325.ebuild | 24 ------------------------ 3 files changed, 25 insertions(+), 25 deletions(-) create mode 100644 app-text/ps2pkm/ps2pkm-1.8_p20210325-r1.ebuild delete mode 100644 app-text/ps2pkm/ps2pkm-1.8_p20210325.ebuild (limited to 'app-text/ps2pkm') diff --git a/app-text/ps2pkm/Manifest b/app-text/ps2pkm/Manifest index b421a41be2cd..cc213e8279b5 100644 --- a/app-text/ps2pkm/Manifest +++ b/app-text/ps2pkm/Manifest @@ -1,3 +1,3 @@ DIST texlive-20210325-source.tar.xz 54837368 BLAKE2B 66bd4bdd43ff53513004b9b9b90ababa0ab5efcf183a27864a3d39cde9cf90721456bda90c49ad6014f4b12d2e6293feaf9a8b152b85a89ffaa96bf5056347df SHA512 afd6eb24efaeac7c58d43ff24162aece919079a9ae02934509f068c7a3828223c33c14d9db11ff7fea3560b08a06f352446ba7f845eefb4a56a87b96f088f213 -EBUILD ps2pkm-1.8_p20210325.ebuild 785 BLAKE2B de32e7f98c38797d5fdcda4b77ad942d770ee5d6069566305044f7b6ce6c854a93bd01aa485aec31f6f57cd915fcaaa39003cd753734b0663c528a9c03fa1a5d SHA512 04332f0df8002f5b69f6d0c6da226c2a26a3a59b28fa4e92e08e9ab05c4e37c0b55d75ce5fc2c75a0aa798e9c95f17b6566d7e8ef0261a73b590950b23f398ca +EBUILD ps2pkm-1.8_p20210325-r1.ebuild 787 BLAKE2B f700a133a2ceb6945bb4ceb612d3a728e799426019318c2f72fcb9312bf3bd37af38a13e888870edcbe24dbcdd4e986fa3d49fcbe45491b1a17b43811a43be88 SHA512 4c54c0fb50730dbe643f9b7dc8e69794c80f1490f11d73cefb1d25a8a5cba4eff7a4fc273bce00e3febd6b0de297de2fa06b821925a61be73333bf727b11b414 MISC metadata.xml 358 BLAKE2B b5a2e9424ef1e5bb23c34e089d9204443dd5ad528b56db71d2fc2b3c5d428c14367805ca94a307f8856d21356abe76092c54ba0f0df204b5bce3665f9f3fd657 SHA512 51f6411780af5d7775f8f80d246d5f4e297abb1960a0b0c21c6dc5c03a9a407dad8cbc4977a679590cffb4523f1b72a0f7b15ab100c938391a5abfd3e17e8818 diff --git a/app-text/ps2pkm/ps2pkm-1.8_p20210325-r1.ebuild b/app-text/ps2pkm/ps2pkm-1.8_p20210325-r1.ebuild new file mode 100644 index 000000000000..c1d0a1b552da --- /dev/null +++ b/app-text/ps2pkm/ps2pkm-1.8_p20210325-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 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 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" + +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_p20210325.ebuild b/app-text/ps2pkm/ps2pkm-1.8_p20210325.ebuild deleted file mode 100644 index 5296e0bb44c1..000000000000 --- a/app-text/ps2pkm/ps2pkm-1.8_p20210325.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 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 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" - -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 -} -- cgit v1.2.3