commit:     5dc0a8312ecb6344afe88b51722c1a48851b86d3
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  2 15:39:13 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jan  2 15:39:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dc0a831

app-text/dvipng: Remove old.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-text/dvipng/dvipng-1.15.ebuild | 39 --------------------------------------
 1 file changed, 39 deletions(-)

diff --git a/app-text/dvipng/dvipng-1.15.ebuild 
b/app-text/dvipng/dvipng-1.15.ebuild
deleted file mode 100644
index 6b0df705d05..00000000000
--- a/app-text/dvipng/dvipng-1.15.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="Translate DVI files into PNG or GIF graphics"
-HOMEPAGE="http://dvipng.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3+ Texinfo-manual"
-SLOT="0"
-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"
-IUSE="truetype test"
-
-RDEPEND="
-       dev-libs/kpathsea:=
-       media-libs/gd:2=[jpeg,png]
-       media-libs/libpng:0=
-       virtual/latex-base
-       sys-libs/zlib
-       truetype? ( >=media-libs/freetype-2.1.5 )"
-DEPEND="${RDEPEND}
-       virtual/texi2dvi
-       virtual/pkgconfig
-       test? ( dev-texlive/texlive-fontsrecommended )"
-
-DOCS="ChangeLog README RELEASE"
-
-src_configure() {
-       has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags 
"$($(tc-getPKG_CONFIG) --cflags kpathsea)"
-       if ! use truetype; then
-               sed -i -e 's/FT_Init_FreeType/dIsAbLe&/' configure || die "sed 
failed"
-       fi
-
-       export VARTEXFONTS="${T}/fonts"
-       econf
-}

Reply via email to