summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-07-05 09:09:51 +0200
committerConrad Kostecki <conikost@gentoo.org>2023-07-07 23:53:13 +0200
commit9ac16fd0fcddf40c0d33120d9a54abc950ea9ed6 (patch)
tree9417a7272262ff07a582a3999c99641bf0fd4400 /app-text/ttf2pk2
parentapp-text/ps2pkm: use HTTPS, minor style changes (diff)
downloadgentoo-9ac16fd0fcddf40c0d33120d9a54abc950ea9ed6.tar.gz
gentoo-9ac16fd0fcddf40c0d33120d9a54abc950ea9ed6.tar.bz2
gentoo-9ac16fd0fcddf40c0d33120d9a54abc950ea9ed6.zip
app-text/ttf2pk2: use HTTPS, minor style changes
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-text/ttf2pk2')
-rw-r--r--app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild b/app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild
index 6bdaa21c4e2a..a6a15aa046a2 100644
--- a/app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild
+++ b/app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild
@@ -4,13 +4,13 @@
EAPI=7
DESCRIPTION="Freetype 2 based TrueType font to TeX's PK format converter"
-HOMEPAGE="http://tug.org/texlive/"
+HOMEPAGE="https://tug.org/texlive/"
SRC_URI="https://dev.gentoo.org/~sam/texlive/texlive-${PV#*_p}-source.tar.xz"
+S="${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE=""
# Note about blockers: it is a freetype2 based replacement for ttf2pk and
# ttf2tfm from freetype1, so block freetype1.
@@ -24,8 +24,6 @@ RDEPEND=">=dev-libs/kpathsea-6.2.1
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
-S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}
-
src_configure() {
econf --with-system-kpathsea \
--with-system-freetype2 \