Diff ps2pkm-1.8_p20210325-r1 with a ps2pkm-1.8_p20240311
| /usr/portage/app-text/ps2pkm/ps2pkm-1.8_p20240311.ebuild 2025-02-03 17:39:32.318665099 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2023 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 |
EAPI=7 |
|
| 4 |
EAPI=8 |
|
| 5 | ||
| 6 |
inherit flag-o-matic |
|
| 5 | 7 | |
| 6 | 8 |
DESCRIPTION="Tool that converts a PostScript type1 font into a corresponding TeX PK font" |
| 7 | 9 |
HOMEPAGE="https://tug.org/texlive/" |
| 8 |
SRC_URI="https://dev.gentoo.org/~sam/distfiles/texlive/texlive-${PV#*_p}-source.tar.xz"
|
|
| 10 |
SRC_URI="https://mirrors.ctan.org/systems/texlive/Source/texlive-${PV#*_p}-source.tar.xz"
|
|
| 9 | 11 |
S="${WORKDIR}/texlive-${PV#*_p}-source/texk/ps2pk"
|
| 10 | 12 | |
| 11 | 13 |
LICENSE="MIT" |
| 12 | 14 |
SLOT="0" |
| 13 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
| 15 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
| 14 | 16 | |
| 15 | 17 |
DEPEND=">=dev-libs/kpathsea-6.2.1:=" |
| 16 | 18 |
RDEPEND="${DEPEND}"
|
| ... | ... | |
| 19 | 21 |
DOCS=( "ChangeLog" "CHANGES.type1" "README" "README.14m" "README.type1" ) |
| 20 | 22 | |
| 21 | 23 |
src_configure() {
|
| 22 |
econf --with-system-kpathsea |
|
| 24 |
# bug #944098 |
|
| 25 |
append-cflags -std=gnu17 |
|
| 26 | ||
| 27 |
econf \ |
|
| 28 |
--with-system-kpathsea |
|
| 23 | 29 |
} |