Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/dvipng/
Date: Wed, 02 Jan 2019 15:40:02
Message-Id: 1546443553.5dc0a8312ecb6344afe88b51722c1a48851b86d3.ulm@gentoo
1 commit: 5dc0a8312ecb6344afe88b51722c1a48851b86d3
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 2 15:39:13 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 2 15:39:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dc0a831
7
8 app-text/dvipng: Remove old.
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-text/dvipng/dvipng-1.15.ebuild | 39 --------------------------------------
14 1 file changed, 39 deletions(-)
15
16 diff --git a/app-text/dvipng/dvipng-1.15.ebuild b/app-text/dvipng/dvipng-1.15.ebuild
17 deleted file mode 100644
18 index 6b0df705d05..00000000000
19 --- a/app-text/dvipng/dvipng-1.15.ebuild
20 +++ /dev/null
21 @@ -1,39 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -inherit flag-o-matic toolchain-funcs
28 -
29 -DESCRIPTION="Translate DVI files into PNG or GIF graphics"
30 -HOMEPAGE="http://dvipng.sourceforge.net/"
31 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="LGPL-3+ Texinfo-manual"
34 -SLOT="0"
35 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
36 -IUSE="truetype test"
37 -
38 -RDEPEND="
39 - dev-libs/kpathsea:=
40 - media-libs/gd:2=[jpeg,png]
41 - media-libs/libpng:0=
42 - virtual/latex-base
43 - sys-libs/zlib
44 - truetype? ( >=media-libs/freetype-2.1.5 )"
45 -DEPEND="${RDEPEND}
46 - virtual/texi2dvi
47 - virtual/pkgconfig
48 - test? ( dev-texlive/texlive-fontsrecommended )"
49 -
50 -DOCS="ChangeLog README RELEASE"
51 -
52 -src_configure() {
53 - has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)"
54 - if ! use truetype; then
55 - sed -i -e 's/FT_Init_FreeType/dIsAbLe&/' configure || die "sed failed"
56 - fi
57 -
58 - export VARTEXFONTS="${T}/fonts"
59 - econf
60 -}