summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Alfredsen <loki_val@gentoo.org>2009-03-29 23:37:25 +0000
committerPeter Alfredsen <loki_val@gentoo.org>2009-03-29 23:37:25 +0000
commit34ff9266d86a4a9dc46bcaf78a18cae2625a3edc (patch)
tree4ef760ad5252f2fb45b0f40da0f85e5570efa960 /virtual/poppler-glib/poppler-glib-0.10.4.ebuild
parentInitial commit. Ebuild by me. To be used in the upcoming split-poppler transi... (diff)
downloadgentoo-2-34ff9266d86a4a9dc46bcaf78a18cae2625a3edc.tar.gz
gentoo-2-34ff9266d86a4a9dc46bcaf78a18cae2625a3edc.tar.bz2
gentoo-2-34ff9266d86a4a9dc46bcaf78a18cae2625a3edc.zip
Initial commit. Ebuild by me. To be used in the upcoming split-poppler transition.
(Portage version: 2.2_rc28/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'virtual/poppler-glib/poppler-glib-0.10.4.ebuild')
-rw-r--r--virtual/poppler-glib/poppler-glib-0.10.4.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/virtual/poppler-glib/poppler-glib-0.10.4.ebuild b/virtual/poppler-glib/poppler-glib-0.10.4.ebuild
new file mode 100644
index 000000000000..792c87776985
--- /dev/null
+++ b/virtual/poppler-glib/poppler-glib-0.10.4.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-glib/poppler-glib-0.10.4.ebuild,v 1.1 2009/03/29 23:37:25 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 sh sparc x86 ~x86-fbsd"
+IUSE="cairo"
+
+PROPERTIES="virtual"
+
+RDEPEND="~app-text/poppler-bindings-${PV}[gtk,cairo?]"
+DEPEND="${RDEPEND}"