commit: 9ac16fd0fcddf40c0d33120d9a54abc950ea9ed6 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Wed Jul 5 07:09:51 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri Jul 7 21:53:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ac16fd0
app-text/ttf2pk2: use HTTPS, minor style changes Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-text/ttf2pk2/ttf2pk2-2.0_p20210325.ebuild | 6 ++---- 1 file 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 \