summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-05-26 22:27:21 +0000
committerUlrich Müller <ulm@gentoo.org>2010-05-26 22:27:21 +0000
commitffc20c5ac56ff4b90752233c3633da0d1375f46d (patch)
tree784f263607abe5146e6d9ac35a2c98bcf1ff28df /app-text/dvipng
parentold (diff)
downloadgentoo-2-ffc20c5ac56ff4b90752233c3633da0d1375f46d.tar.gz
gentoo-2-ffc20c5ac56ff4b90752233c3633da0d1375f46d.tar.bz2
gentoo-2-ffc20c5ac56ff4b90752233c3633da0d1375f46d.zip
Remove vulnerable version wrt security bug 320961.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-text/dvipng')
-rw-r--r--app-text/dvipng/ChangeLog5
-rw-r--r--app-text/dvipng/dvipng-1.12-r1.ebuild41
2 files changed, 4 insertions, 42 deletions
diff --git a/app-text/dvipng/ChangeLog b/app-text/dvipng/ChangeLog
index aab235dc436c..7b811b19d04c 100644
--- a/app-text/dvipng/ChangeLog
+++ b/app-text/dvipng/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/dvipng
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dvipng/ChangeLog,v 1.72 2010/05/26 19:15:40 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dvipng/ChangeLog,v 1.73 2010/05/26 22:27:21 ulm Exp $
+
+ 26 May 2010; Ulrich Mueller <ulm@gentoo.org> -dvipng-1.12-r1.ebuild:
+ Remove vulnerable version wrt security bug 320961.
26 May 2010; Brent Baude <ranger@gentoo.org> dvipng-1.13.ebuild:
Marking dvipng-1.13 ppc64 for bug 320961
diff --git a/app-text/dvipng/dvipng-1.12-r1.ebuild b/app-text/dvipng/dvipng-1.12-r1.ebuild
deleted file mode 100644
index 8e566c042715..000000000000
--- a/app-text/dvipng/dvipng-1.12-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dvipng/dvipng-1.12-r1.ebuild,v 1.7 2010/02/15 19:59:24 josejx Exp $
-
-EAPI="2"
-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"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="t1lib truetype test"
-
-RDEPEND="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 app-text/ptex ) )"
-
-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
-
- export VARTEXFONTS="${T}/fonts"
- econf $(use_with truetype freetype)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc ChangeLog README RELEASE || die "dodoc failed"
-}