From 7ab07a02d79318961a6243a67e74a6b2b89b6232 Mon Sep 17 00:00:00 2001 From: Ben de Groot Date: Tue, 26 Jan 2010 00:39:23 +0000 Subject: Remove obsoleted versions. Use app-text/poppler[utils] instead. (Portage version: 2.2_rc61/cvs/Linux x86_64) --- app-text/poppler-utils/ChangeLog | 7 ++++- app-text/poppler-utils/poppler-utils-0.10.6.ebuild | 29 ------------------- app-text/poppler-utils/poppler-utils-0.12.0.ebuild | 33 ---------------------- app-text/poppler-utils/poppler-utils-0.12.1.ebuild | 33 ---------------------- app-text/poppler-utils/poppler-utils-0.12.3.ebuild | 33 ---------------------- 5 files changed, 6 insertions(+), 129 deletions(-) delete mode 100644 app-text/poppler-utils/poppler-utils-0.10.6.ebuild delete mode 100644 app-text/poppler-utils/poppler-utils-0.12.0.ebuild delete mode 100644 app-text/poppler-utils/poppler-utils-0.12.1.ebuild delete mode 100644 app-text/poppler-utils/poppler-utils-0.12.3.ebuild (limited to 'app-text') diff --git a/app-text/poppler-utils/ChangeLog b/app-text/poppler-utils/ChangeLog index fecd4c17e0ee..5dd322e08d07 100644 --- a/app-text/poppler-utils/ChangeLog +++ b/app-text/poppler-utils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/poppler-utils # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-utils/ChangeLog,v 1.18 2010/01/15 22:33:03 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-utils/ChangeLog,v 1.19 2010/01/26 00:39:23 yngwin Exp $ + + 26 Jan 2010; Ben de Groot + -poppler-utils-0.10.6.ebuild, -poppler-utils-0.12.0.ebuild, + -poppler-utils-0.12.1.ebuild, -poppler-utils-0.12.3.ebuild: + Remove obsoleted versions. Use app-text/poppler[utils] instead. *poppler-utils-0.12.3 (15 Jan 2010) diff --git a/app-text/poppler-utils/poppler-utils-0.10.6.ebuild b/app-text/poppler-utils/poppler-utils-0.10.6.ebuild deleted file mode 100644 index a72aa06d69ff..000000000000 --- a/app-text/poppler-utils/poppler-utils-0.10.6.ebuild +++ /dev/null @@ -1,29 +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-utils/poppler-utils-0.10.6.ebuild,v 1.1 2009/04/16 23:23:32 loki_val Exp $ - -EAPI=2 - -POPPLER_MODULE=utils - -inherit poppler - -DESCRIPTION="PDF conversion utilities" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="+abiword" - -RDEPEND=" - ~dev-libs/poppler-${PV}[abiword?] - abiword? ( >=dev-libs/libxml2-2.7.2 ) - !app-text/pdftohtml - " -DEPEND=" - ${RDEPEND} - " - -pkg_setup() { - POPPLER_CONF="$(use_enable abiword abiword-output)" -} diff --git a/app-text/poppler-utils/poppler-utils-0.12.0.ebuild b/app-text/poppler-utils/poppler-utils-0.12.0.ebuild deleted file mode 100644 index fa138c30d87a..000000000000 --- a/app-text/poppler-utils/poppler-utils-0.12.0.ebuild +++ /dev/null @@ -1,33 +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-utils/poppler-utils-0.12.0.ebuild,v 1.1 2009/09/09 20:55:31 loki_val Exp $ - -EAPI=2 - -POPPLER_MODULE=utils - -inherit poppler - -DESCRIPTION="PDF conversion utilities" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="+abiword png" - -RDEPEND=" - ~dev-libs/poppler-${PV}[abiword?] - abiword? ( >=dev-libs/libxml2-2.7.2 ) - png? ( >=media-libs/libpng-1.2.35 ) - !app-text/pdftohtml - " -DEPEND=" - ${RDEPEND} - " - -pkg_setup() { - POPPLER_CONF=" - $(use_enable abiword abiword-output) - $(use_enable png libpng) - " -} diff --git a/app-text/poppler-utils/poppler-utils-0.12.1.ebuild b/app-text/poppler-utils/poppler-utils-0.12.1.ebuild deleted file mode 100644 index 708633c5ecde..000000000000 --- a/app-text/poppler-utils/poppler-utils-0.12.1.ebuild +++ /dev/null @@ -1,33 +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-utils/poppler-utils-0.12.1.ebuild,v 1.2 2009/10/19 19:35:30 aballier Exp $ - -EAPI=2 - -POPPLER_MODULE=utils - -inherit poppler - -DESCRIPTION="PDF conversion utilities" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" -IUSE="+abiword png" - -RDEPEND=" - ~dev-libs/poppler-${PV}[abiword?] - abiword? ( >=dev-libs/libxml2-2.7.2 ) - png? ( >=media-libs/libpng-1.2.35 ) - !app-text/pdftohtml - " -DEPEND=" - ${RDEPEND} - " - -pkg_setup() { - POPPLER_CONF=" - $(use_enable abiword abiword-output) - $(use_enable png libpng) - " -} diff --git a/app-text/poppler-utils/poppler-utils-0.12.3.ebuild b/app-text/poppler-utils/poppler-utils-0.12.3.ebuild deleted file mode 100644 index 83c91662bcb1..000000000000 --- a/app-text/poppler-utils/poppler-utils-0.12.3.ebuild +++ /dev/null @@ -1,33 +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/poppler-utils/poppler-utils-0.12.3.ebuild,v 1.1 2010/01/15 22:33:03 yngwin Exp $ - -EAPI=2 - -POPPLER_MODULE=utils - -inherit poppler - -DESCRIPTION="PDF conversion utilities" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" -IUSE="+abiword png" - -RDEPEND=" - ~dev-libs/poppler-${PV}[abiword?] - abiword? ( >=dev-libs/libxml2-2.7.2 ) - png? ( >=media-libs/libpng-1.2.35 ) - !app-text/pdftohtml - " -DEPEND=" - ${RDEPEND} - " - -pkg_setup() { - POPPLER_CONF=" - $(use_enable abiword abiword-output) - $(use_enable png libpng) - " -} -- cgit v1.2.3-65-gdbad