summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Alfredsen <loki_val@gentoo.org>2009-03-29 23:40:41 +0000
committerPeter Alfredsen <loki_val@gentoo.org>2009-03-29 23:40:41 +0000
commit88cd09662b8495836cb7bbbed3257a541bc0eba6 (patch)
tree91b1a70c5da1000d08fcfd70b0837071c561b985 /virtual/poppler-qt4
parentInitial commit. Ebuild by me. To be used in the upcoming split-poppler transi... (diff)
downloadgentoo-2-88cd09662b8495836cb7bbbed3257a541bc0eba6.tar.gz
gentoo-2-88cd09662b8495836cb7bbbed3257a541bc0eba6.tar.bz2
gentoo-2-88cd09662b8495836cb7bbbed3257a541bc0eba6.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-qt4')
-rw-r--r--virtual/poppler-qt4/ChangeLog14
-rw-r--r--virtual/poppler-qt4/metadata.xml9
-rw-r--r--virtual/poppler-qt4/poppler-qt4-0.10.4.ebuild19
-rw-r--r--virtual/poppler-qt4/poppler-qt4-0.10.5.ebuild19
-rw-r--r--virtual/poppler-qt4/poppler-qt4-0.8.7.ebuild19
5 files changed, 80 insertions, 0 deletions
diff --git a/virtual/poppler-qt4/ChangeLog b/virtual/poppler-qt4/ChangeLog
new file mode 100644
index 000000000000..4d7ca9e9cc61
--- /dev/null
+++ b/virtual/poppler-qt4/ChangeLog
@@ -0,0 +1,14 @@
+# ChangeLog for gentoo-x86/virtual
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/poppler-qt4/ChangeLog,v 1.1 2009/03/29 23:40:41 loki_val Exp $
+
+*poppler-qt4-0.10.5 (29 Mar 2009)
+*poppler-qt4-0.10.4 (29 Mar 2009)
+*poppler-qt4-0.8.7 (29 Mar 2009)
+
+ 29 Mar 2009; Peter Alfredsen <loki_val@gentoo.org> +metadata.xml,
+ +poppler-qt4-0.8.7.ebuild, +poppler-qt4-0.10.4.ebuild,
+ +poppler-qt4-0.10.5.ebuild:
+ Initial commit. Ebuild by me. To be used in the upcoming split-poppler
+ transition.
+
diff --git a/virtual/poppler-qt4/metadata.xml b/virtual/poppler-qt4/metadata.xml
new file mode 100644
index 000000000000..1fab2d1eca81
--- /dev/null
+++ b/virtual/poppler-qt4/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>printing</herd>
+<maintainer>
+ <email>loki_val@gentoo.org</email>
+ <name>Peter Alfredsen</name>
+</maintainer>
+</pkgmetadata>
diff --git a/virtual/poppler-qt4/poppler-qt4-0.10.4.ebuild b/virtual/poppler-qt4/poppler-qt4-0.10.4.ebuild
new file mode 100644
index 000000000000..bd6e144e00a6
--- /dev/null
+++ b/virtual/poppler-qt4/poppler-qt4-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-qt4/poppler-qt4-0.10.4.ebuild,v 1.1 2009/03/29 23:40:41 loki_val Exp $
+
+EAPI=2
+
+DESCRIPTION="Virtual package, includes packages that contain libpoppler-qt4.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=""
+
+PROPERTIES="virtual"
+
+RDEPEND="~app-text/poppler-bindings-${PV}[qt4]"
+DEPEND="${RDEPEND}"
diff --git a/virtual/poppler-qt4/poppler-qt4-0.10.5.ebuild b/virtual/poppler-qt4/poppler-qt4-0.10.5.ebuild
new file mode 100644
index 000000000000..6e2e54aee974
--- /dev/null
+++ b/virtual/poppler-qt4/poppler-qt4-0.10.5.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-qt4/poppler-qt4-0.10.5.ebuild,v 1.1 2009/03/29 23:40:41 loki_val Exp $
+
+EAPI=2
+
+DESCRIPTION="Virtual package, includes packages that contain libpoppler-qt4.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=""
+
+PROPERTIES="virtual"
+
+RDEPEND="|| ( ~dev-libs/poppler-qt4-${PV} ~app-text/poppler-bindings-${PV}[qt4] )"
+DEPEND="${RDEPEND}"
diff --git a/virtual/poppler-qt4/poppler-qt4-0.8.7.ebuild b/virtual/poppler-qt4/poppler-qt4-0.8.7.ebuild
new file mode 100644
index 000000000000..b349204ac029
--- /dev/null
+++ b/virtual/poppler-qt4/poppler-qt4-0.8.7.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-qt4/poppler-qt4-0.8.7.ebuild,v 1.1 2009/03/29 23:40:41 loki_val Exp $
+
+EAPI=2
+
+DESCRIPTION="Virtual package, includes packages that contain libpoppler-qt4.so"
+HOMEPAGE="http://poppler.freedesktop.org/"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
+IUSE=""
+
+PROPERTIES="virtual"
+
+RDEPEND="~app-text/poppler-bindings-${PV}[qt4]"
+DEPEND="${RDEPEND}"