diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-04-25 11:37:10 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-04-25 11:37:10 +0100 |
commit | 38423c67c8a23f6a1bc42038193182e2da3116eb (patch) | |
tree | 04e2cf4bd43601b77daa79fe654e409187093c5e /app-text/ps2pkm | |
parent | 623ee73d661e5ed8475cb264511f683407d87365 (diff) |
gentoo resync : 25.04.2020
Diffstat (limited to 'app-text/ps2pkm')
-rw-r--r-- | app-text/ps2pkm/Manifest | 2 | ||||
-rw-r--r-- | app-text/ps2pkm/ps2pkm-1.8_p20200406.ebuild | 25 |
2 files changed, 27 insertions, 0 deletions
diff --git a/app-text/ps2pkm/Manifest b/app-text/ps2pkm/Manifest index 8a007416be32..17de85080739 100644 --- a/app-text/ps2pkm/Manifest +++ b/app-text/ps2pkm/Manifest @@ -1,3 +1,5 @@ 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 762 BLAKE2B cff23395359b9e62171868f06b7104fa56ed0497d46b1c09852193fd7244be02d5af4fd2d2c42a4bee35288d23c2e61d0cea4d81846f6fa7305a126f04820326 SHA512 6491c4889e25d339f6c9a22c8152f9dfa28b6c88fa6b06fa8ac9052cc627680befc4f68162c468d77b0267ab0ab1afc9a334e57dafa859efb0567f37df87de7c +EBUILD ps2pkm-1.8_p20200406.ebuild 806 BLAKE2B 070e1ea1c8254e8912d3b04cdca949e49a61542f35dc5dd37ba254acfa4be5a04779b7947f1d96ad977a90545513872476ba10c1d1ff3a9e4b4ec24865227ff5 SHA512 87fff1d7f9cf4183c702b2b19671507da02870f4c9d4a8b2f23c6584fc7f4f2c4e269ad63ea55d180efe6a7a669ea8242355d5752fcd0c95662eb366d6ed32b4 MISC metadata.xml 358 BLAKE2B b5a2e9424ef1e5bb23c34e089d9204443dd5ad528b56db71d2fc2b3c5d428c14367805ca94a307f8856d21356abe76092c54ba0f0df204b5bce3665f9f3fd657 SHA512 51f6411780af5d7775f8f80d246d5f4e297abb1960a0b0c21c6dc5c03a9a407dad8cbc4977a679590cffb4523f1b72a0f7b15ab100c938391a5abfd3e17e8818 diff --git a/app-text/ps2pkm/ps2pkm-1.8_p20200406.ebuild b/app-text/ps2pkm/ps2pkm-1.8_p20200406.ebuild new file mode 100644 index 000000000000..0f3e463a83e6 --- /dev/null +++ b/app-text/ps2pkm/ps2pkm-1.8_p20200406.ebuild @@ -0,0 +1,25 @@ +# 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 +} |