summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Alfredsen <loki_val@gentoo.org>2009-05-12 12:05:04 +0000
committerPeter Alfredsen <loki_val@gentoo.org>2009-05-12 12:05:04 +0000
commitac34fbe2c0330975750f3b8c341778d18ccd6ad2 (patch)
tree556aeffb58dbc0229d9100574dc7b3c7a17cb5a0 /virtual
parentBump for poppler-0.11.0 (diff)
downloadgentoo-2-ac34fbe2c0330975750f3b8c341778d18ccd6ad2.tar.gz
gentoo-2-ac34fbe2c0330975750f3b8c341778d18ccd6ad2.tar.bz2
gentoo-2-ac34fbe2c0330975750f3b8c341778d18ccd6ad2.zip
Bump for poppler-0.11.0
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'virtual')
-rw-r--r--virtual/poppler/ChangeLog7
-rw-r--r--virtual/poppler/poppler-0.11.0.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/virtual/poppler/ChangeLog b/virtual/poppler/ChangeLog
index 9e670453f2ef..e46080926bcd 100644
--- a/virtual/poppler/ChangeLog
+++ b/virtual/poppler/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for virtual/poppler
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/poppler/ChangeLog,v 1.11 2009/04/22 11:13:54 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/poppler/ChangeLog,v 1.12 2009/05/12 12:05:04 loki_val Exp $
+
+*poppler-0.11.0 (12 May 2009)
+
+ 12 May 2009; Peter Alfredsen <loki_val@gentoo.org> +poppler-0.11.0.ebuild:
+ Bump for poppler-0.11.0
22 Apr 2009; Raúl Porcel <armin76@gentoo.org> poppler-0.10.5.ebuild:
arm/ia64/s390/sh/sparc stable wrt #263028
diff --git a/virtual/poppler/poppler-0.11.0.ebuild b/virtual/poppler/poppler-0.11.0.ebuild
new file mode 100644
index 000000000000..ac387d35bee3
--- /dev/null
+++ b/virtual/poppler/poppler-0.11.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/poppler/poppler-0.11.0.ebuild,v 1.1 2009/05/12 12:05:04 loki_val Exp $
+
+EAPI=2
+
+DESCRIPTION="Virtual package, includes packages that contain libpoppler-glib.so"
+HOMEPAGE="http://poppler.freedesktop.org/"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE="lcms"
+
+PROPERTIES="virtual"
+
+RDEPEND="~dev-libs/poppler-${PV}[lcms?]"
+DEPEND="${RDEPEND}"