diff options
-rw-r--r-- | app-text/dvipng/Manifest | 1 | ||||
-rw-r--r-- | app-text/dvipng/dvipng-1.14.ebuild | 49 | ||||
-rw-r--r-- | app-text/dvipng/files/dvipng-1.14-wait.patch | 18 | ||||
-rw-r--r-- | app-text/dvipng/metadata.xml | 4 |
4 files changed, 0 insertions, 72 deletions
diff --git a/app-text/dvipng/Manifest b/app-text/dvipng/Manifest index 09eb08fc9bef..9ad33f7aa391 100644 --- a/app-text/dvipng/Manifest +++ b/app-text/dvipng/Manifest @@ -1,2 +1 @@ -DIST dvipng-1.14.tar.gz 173686 SHA256 43f5b57d0fab29398dcec1b849e8bebbcacb0b9c06875d2ac84a049be3c5b350 SHA512 d7dda0e83ec93c0ebb9c970f2464ed1b04cdd41c178165db6da7c37b90810f3be0a513b9a43162563cb5ca15a7dec3c12a49f27abeb44fca3739090661ab53ba WHIRLPOOL 5510c41343ddc4f628eaac44b47e1e865b964d043ebf920706098f98e9f56d4557553487c15fd1931ea862350b1984f2276a37bd85ed60fb9a0b2caaa7293bc6 DIST dvipng-1.15.tar.gz 171529 SHA256 197e9fd0f87ede32dc4bc1d39ec2cd72fa5260856f9d0dc2d8e6895130408347 SHA512 54647526a9d3a26d2ba9c7ef17f285a426d9df06ffb1d5336a1da95cbf24cd17505ba7f6b1ffd14a0beb7f91ab3e519612ce3d3ea3f30c278733127dfbf07c5c WHIRLPOOL 4c0c5e410b107cd6cb56f9360acd556ae4336855d0624800d96e46cd29caead0467bc554d3d1c404e4564a3ce7b3732386f6af93ea98312c6b17745582f4ef92 diff --git a/app-text/dvipng/dvipng-1.14.ebuild b/app-text/dvipng/dvipng-1.14.ebuild deleted file mode 100644 index 9b84d76210e5..000000000000 --- a/app-text/dvipng/dvipng-1.14.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils - -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 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="t1lib truetype test" - -RDEPEND=" - dev-libs/kpathsea - media-libs/gd[jpeg,png] - media-libs/libpng - virtual/latex-base - sys-libs/zlib - t1lib? ( media-libs/t1lib ) - truetype? ( >=media-libs/freetype-2.1.5 )" -DEPEND="${RDEPEND} - virtual/texi2dvi - test? ( dev-texlive/texlive-fontsrecommended )" - -DOCS="ChangeLog README RELEASE" - -src_prepare() { - epatch "${FILESDIR}"/${P}-wait.patch -} - -src_configure() { - if ! use t1lib; then - # The build system autodetects libt1. We don't want that if the - # USE flag is not set, so confuse it with a wrong name. - sed -i -e 's/T1_InitLib/dIsAbLe&/' configure || die "sed failed" - fi - - if ! use truetype; then - sed -i -e 's/FT_Init_FreeType/dIsAbLe&/' configure || die "sed failed" - fi - - export VARTEXFONTS="${T}/fonts" - econf -} diff --git a/app-text/dvipng/files/dvipng-1.14-wait.patch b/app-text/dvipng/files/dvipng-1.14-wait.patch deleted file mode 100644 index d7f629fb372b..000000000000 --- a/app-text/dvipng/files/dvipng-1.14-wait.patch +++ /dev/null @@ -1,18 +0,0 @@ -Patch by MATSUI Tetsushi to fix compilation issue on OSX - -sys/wait.h seems to be the man-page include for waitpid on Linux, -Solaris and OSX - -https://bugs.gentoo.org/show_bug.cgi?id=369363 - ---- special.c -+++ special.c -@@ -26,7 +26,7 @@ - - #ifndef MIKTEX - #ifndef WIN32 --#include <wait.h> -+#include <sys/wait.h> - #else /* WIN32 */ - #include <fcntl.h> - #include <io.h> diff --git a/app-text/dvipng/metadata.xml b/app-text/dvipng/metadata.xml index c6cccf210d52..08df7bc3b39c 100644 --- a/app-text/dvipng/metadata.xml +++ b/app-text/dvipng/metadata.xml @@ -23,10 +23,6 @@ (X)Emacs. Yes, you get to see your formulas in the (X)Emacs buffer, see <https://www.gnu.org/software/auctex/preview-latex.html>. </longdescription> -<use> - <flag name="t1lib">Enable support for T1lib font rendering - (<pkg>media-libs/t1lib</pkg>)</flag> -</use> <upstream> <remote-id type="sourceforge">dvipng</remote-id> </upstream> |