diff options
author | Peter Volkov <pva@gentoo.org> | 2009-12-26 19:27:30 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-12-26 19:27:30 +0000 |
commit | 47816f8cde5633e1135cb366440318badc054668 (patch) | |
tree | 9d9d33cf03f6074eb8a8919bbf7864fa1ed5162b /app-text/pdf2html | |
parent | virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only im... (diff) | |
download | gentoo-2-47816f8cde5633e1135cb366440318badc054668.tar.gz gentoo-2-47816f8cde5633e1135cb366440318badc054668.tar.bz2 gentoo-2-47816f8cde5633e1135cb366440318badc054668.zip |
virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only implementation left in the tree.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'app-text/pdf2html')
-rw-r--r-- | app-text/pdf2html/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/pdf2html/pdf2html-1.4.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-text/pdf2html/ChangeLog b/app-text/pdf2html/ChangeLog index 2d95d4657705..beb61e799883 100644 --- a/app-text/pdf2html/ChangeLog +++ b/app-text/pdf2html/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/pdf2html -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/ChangeLog,v 1.17 2008/05/12 15:57:26 aballier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/ChangeLog,v 1.18 2009/12/26 19:27:30 pva Exp $ + + 26 Dec 2009; Peter Volkov <pva@gentoo.org> pdf2html-1.4.ebuild: + virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only + implementation left in the tree. 12 May 2008; Alexis Ballier <aballier@gentoo.org> pdf2html-1.4.ebuild: improve deps, dont prestrip files (bug #152263), honour ldflags and diff --git a/app-text/pdf2html/pdf2html-1.4.ebuild b/app-text/pdf2html/pdf2html-1.4.ebuild index 05de196637db..2f9f5317e945 100644 --- a/app-text/pdf2html/pdf2html-1.4.ebuild +++ b/app-text/pdf2html/pdf2html-1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild,v 1.17 2008/05/12 15:57:26 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild,v 1.18 2009/12/26 19:27:30 pva Exp $ inherit eutils toolchain-funcs @@ -15,7 +15,7 @@ SLOT="0" DEPEND=">=media-libs/libpng-1.2.5" RDEPEND="${DEPEND} - virtual/ghostscript + app-text/ghostscript-gpl >=media-gfx/imagemagick-5.4.9" src_unpack() { |