diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-06-04 08:58:25 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-06-04 08:58:25 +0000 |
commit | 0343b987ccce997b9e9e65d9292c7214c93eb05c (patch) | |
tree | 172d31576be0eacb9b4350133205ded3f0eb83d8 /dev-tex | |
parent | Fixed building with libtool >1.5.14 and on amd64, thanks to Joe Bormolini <lo... (diff) | |
download | gentoo-2-0343b987ccce997b9e9e65d9292c7214c93eb05c.tar.gz gentoo-2-0343b987ccce997b9e9e65d9292c7214c93eb05c.tar.bz2 gentoo-2-0343b987ccce997b9e9e65d9292c7214c93eb05c.zip |
Removed libungif dep; bug #94946.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/latex2html/ChangeLog | 6 | ||||
-rw-r--r-- | dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild | 5 | ||||
-rw-r--r-- | dev-tex/latex2html/latex2html-2002.2.ebuild | 5 |
3 files changed, 9 insertions, 7 deletions
diff --git a/dev-tex/latex2html/ChangeLog b/dev-tex/latex2html/ChangeLog index 7e2ee894ca8c..28c621d862c3 100644 --- a/dev-tex/latex2html/ChangeLog +++ b/dev-tex/latex2html/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tex/latex2html # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/ChangeLog,v 1.21 2005/04/21 19:04:23 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/ChangeLog,v 1.22 2005/06/04 08:58:25 usata Exp $ + + 04 Jun 2005; Mamoru KOMACHI <usata@gentoo.org> latex2html-2002.2.ebuild, + latex2html-2002.2.1_pre20041025.ebuild: + Removed libungif dep; bug #94946. 21 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> latex2html-2002.2.1_pre20041025.ebuild: diff --git a/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild b/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild index 8224e75b396a..e112a6725d0a 100644 --- a/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild +++ b/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild,v 1.8 2005/04/21 19:04:23 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/latex2html-2002.2.1_pre20041025.ebuild,v 1.9 2005/06/04 08:58:25 usata Exp $ inherit eutils @@ -29,8 +29,7 @@ DEPEND="virtual/ghostscript virtual/tetex media-libs/netpbm dev-lang/perl - gif? ( media-libs/giflib - media-libs/libungif ) + gif? ( media-libs/giflib ) png? ( media-libs/libpng )" #src_unpack() { diff --git a/dev-tex/latex2html/latex2html-2002.2.ebuild b/dev-tex/latex2html/latex2html-2002.2.ebuild index 56bb6c0cee5f..adc586f05d0a 100644 --- a/dev-tex/latex2html/latex2html-2002.2.ebuild +++ b/dev-tex/latex2html/latex2html-2002.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/latex2html-2002.2.ebuild,v 1.9 2005/02/10 09:51:01 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/latex2html-2002.2.ebuild,v 1.10 2005/06/04 08:58:25 usata Exp $ MY_P=${P/./-} S=${WORKDIR}/${MY_P} @@ -17,8 +17,7 @@ DEPEND="virtual/ghostscript virtual/tetex media-libs/netpbm dev-lang/perl - gif? ( media-libs/giflib - media-libs/libungif ) + gif? ( media-libs/giflib ) png? ( media-libs/libpng )" src_compile() { |