diff options
author | Ben de Groot <yngwin@gentoo.org> | 2010-01-26 00:41:54 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2010-01-26 00:41:54 +0000 |
commit | fac25858678f9221081bc62c126f42d4744fcd83 (patch) | |
tree | 8d8137b85fce61226912ccf69869358709120c3a /app-text | |
parent | Remove obsoleted versions. Use app-text/poppler[utils] instead. (diff) | |
download | gentoo-2-fac25858678f9221081bc62c126f42d4744fcd83.tar.gz gentoo-2-fac25858678f9221081bc62c126f42d4744fcd83.tar.bz2 gentoo-2-fac25858678f9221081bc62c126f42d4744fcd83.zip |
Remove obsoleted versions.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/poppler/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/poppler/poppler-0.10.4.ebuild | 58 | ||||
-rw-r--r-- | app-text/poppler/poppler-0.10.5.ebuild | 58 |
3 files changed, 5 insertions, 117 deletions
diff --git a/app-text/poppler/ChangeLog b/app-text/poppler/ChangeLog index 7b583ab31131..8071310ad30d 100644 --- a/app-text/poppler/ChangeLog +++ b/app-text/poppler/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/poppler # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v 1.206 2010/01/24 22:20:04 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v 1.207 2010/01/26 00:41:54 yngwin Exp $ + + 26 Jan 2010; Ben de Groot <yngwin@gentoo.org> -poppler-0.10.4.ebuild, + -poppler-0.10.5.ebuild: + Remove obsoleted versions. *poppler-0.12.3-r2 (24 Jan 2010) diff --git a/app-text/poppler/poppler-0.10.4.ebuild b/app-text/poppler/poppler-0.10.4.ebuild deleted file mode 100644 index 77e6eac41185..000000000000 --- a/app-text/poppler/poppler-0.10.4.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.10.4.ebuild,v 1.7 2009/04/01 14:42:17 loki_val Exp $ - -EAPI=2 - -inherit libtool eutils - -DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base" -HOMEPAGE="http://poppler.freedesktop.org/" -SRC_URI="http://poppler.freedesktop.org/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="doc" - -RDEPEND=" - >=media-libs/freetype-2.1.8 - >=media-libs/fontconfig-2 - app-text/poppler-data - >=media-libs/jpeg-6b - media-libs/openjpeg - sys-libs/zlib - dev-libs/libxml2 - !app-text/pdftohtml - !dev-libs/poppler-qt3 - !dev-libs/poppler-qt4 - !dev-libs/poppler - !dev-libs/poppler-glib - !app-text/poppler-utils - " -DEPEND=" - ${RDEPEND} - dev-util/pkgconfig - doc? ( >=dev-util/gtk-doc-1.0 ) - " - -src_configure() { - econf --disable-static \ - --disable-poppler-qt4 \ - --disable-poppler-glib \ - --disable-poppler-qt \ - --disable-gtk-test \ - --disable-cairo-output \ - --enable-xpdf-headers \ - --enable-libjpeg \ - --enable-libopenjpeg \ - --enable-zlib \ - $(use_enable doc gtk-doc) \ - || die "configuration failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc README AUTHORS ChangeLog NEWS README-XPDF TODO - rm -f $(find "${D}" -name '*.la') -} diff --git a/app-text/poppler/poppler-0.10.5.ebuild b/app-text/poppler/poppler-0.10.5.ebuild deleted file mode 100644 index ea808bce7e01..000000000000 --- a/app-text/poppler/poppler-0.10.5.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.10.5.ebuild,v 1.2 2009/04/01 14:42:17 loki_val Exp $ - -EAPI=2 - -inherit libtool eutils - -DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base" -HOMEPAGE="http://poppler.freedesktop.org/" -SRC_URI="http://poppler.freedesktop.org/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="doc" - -RDEPEND=" - >=media-libs/freetype-2.1.8 - >=media-libs/fontconfig-2 - app-text/poppler-data - >=media-libs/jpeg-6b - media-libs/openjpeg - sys-libs/zlib - dev-libs/libxml2 - !app-text/pdftohtml - !dev-libs/poppler-qt3 - !dev-libs/poppler-qt4 - !dev-libs/poppler - !dev-libs/poppler-glib - !app-text/poppler-utils - " -DEPEND=" - ${RDEPEND} - dev-util/pkgconfig - doc? ( >=dev-util/gtk-doc-1.0 ) - " - -src_configure() { - econf --disable-static \ - --disable-poppler-qt4 \ - --disable-poppler-glib \ - --disable-poppler-qt \ - --disable-gtk-test \ - --disable-cairo-output \ - --enable-xpdf-headers \ - --enable-libjpeg \ - --enable-libopenjpeg \ - --enable-zlib \ - $(use_enable doc gtk-doc) \ - || die "configuration failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc README AUTHORS ChangeLog NEWS README-XPDF TODO - rm -f $(find "${D}" -name '*.la') -} |