Diff dvipng-1.17 with a dvipng-1.18
| /usr/portage/app-text/dvipng/dvipng-1.18.ebuild 2025-07-29 16:22:12.600448172 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2024 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 | 5 | |
| 6 | 6 |
inherit flag-o-matic toolchain-funcs |
| 7 | 7 | |
| 8 | 8 |
DESCRIPTION="Translate DVI files into PNG or GIF graphics" |
| 9 | 9 |
HOMEPAGE="https://dvipng.sourceforge.net/" |
| 10 | 10 |
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
|
| 11 |
S="${WORKDIR}"
|
|
| 11 | 12 | |
| 12 | 13 |
LICENSE="LGPL-3+ Texinfo-manual" |
| 13 | 14 |
SLOT="0" |
| ... | ... | |
| 28 | 29 |
test? ( dev-texlive/texlive-fontsrecommended )" |
| 29 | 30 | |
| 30 | 31 |
DOCS="ChangeLog README RELEASE" |
| 31 |
S="${WORKDIR}"
|
|
| 32 | 32 | |
| 33 | 33 |
src_configure() {
|
| 34 | 34 |
append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)" |