summaryrefslogtreecommitdiff
path: root/app-text/ps2pkm
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-08 04:18:34 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-08 04:18:34 +0100
commitd84be18029b166ee26fe5416098974a8d05b2983 (patch)
tree0fbc3087c3911f2ac23f738e4f43fcc77cc40386 /app-text/ps2pkm
parent4242446a1af7d38662da76b31d2e6254d64706ec (diff)
gentoo auto-resync : 08:07:2023 - 04:18:34
Diffstat (limited to 'app-text/ps2pkm')
-rw-r--r--app-text/ps2pkm/Manifest2
-rw-r--r--app-text/ps2pkm/ps2pkm-1.8_p20210325-r1.ebuild5
2 files changed, 3 insertions, 4 deletions
diff --git a/app-text/ps2pkm/Manifest b/app-text/ps2pkm/Manifest
index 87d5a7525a08..7c57a81a53ee 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-r1.ebuild 762 BLAKE2B 34d2a0a8d5a965f2041df2541c548a5910bd5817274c5b3745f827cfd285f751f8769a4ffb3c5dd9712a756d8c96b35105644f532916e8f4d0d736531a4d9c15 SHA512 69a9640a6071dcf361299d8ae2981bae32fe080e00407912a0368db314c9577a6732c39857225c075fb2ea308e2f18254c95a0c4757be4ce3abf8b7ba9b9250b
+EBUILD ps2pkm-1.8_p20210325-r1.ebuild 764 BLAKE2B ff799c5b93be409166797d4e849dc070233f573d3e01573de7c73f1ac60f49214bd17f00a456038a01374c973e1cc13882ab1e216f4c51b743e655b1cd7e0de3 SHA512 75a95e345cdab7208f327a2e04e63a604cd9143d92d8252e485b404d9fbdefa7309f6dfcb4653231e20eb12dd56ccd745b6975f559a918ad93e7056b5730f1e8
MISC metadata.xml 360 BLAKE2B ca0683dcc7068d813ba25f8444bd821ed98d79fb6a4cf3cce07b6cf94e013a3a65fd26d97c356200a49ebf708830ce68d3192f74cf680aa90bab9dca961982c7 SHA512 8c8f28e45ce3107a176c8c901cfd44f20b4c423d5de1ab759cae327a8cedff0530a5fbea7f33afbd416c78e3b37ede619324cbdcdeb995205f8b5b2bcf5790a4
diff --git a/app-text/ps2pkm/ps2pkm-1.8_p20210325-r1.ebuild b/app-text/ps2pkm/ps2pkm-1.8_p20210325-r1.ebuild
index da2b39e65c16..c2bf98350593 100644
--- a/app-text/ps2pkm/ps2pkm-1.8_p20210325-r1.ebuild
+++ b/app-text/ps2pkm/ps2pkm-1.8_p20210325-r1.ebuild
@@ -4,8 +4,9 @@
EAPI=7
DESCRIPTION="Tool that converts a PostScript type1 font into a corresponding TeX PK font"
-HOMEPAGE="http://tug.org/texlive/"
+HOMEPAGE="https://tug.org/texlive/"
SRC_URI="https://dev.gentoo.org/~sam/distfiles/texlive/texlive-${PV#*_p}-source.tar.xz"
+S="${WORKDIR}/texlive-${PV#*_p}-source/texk/ps2pk"
LICENSE="MIT"
SLOT="0"
@@ -13,10 +14,8 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390
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() {