diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2009-04-01 14:43:10 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2009-04-01 14:43:10 +0000 |
commit | b84162e2396be8314788fdd587ee07681cfaa658 (patch) | |
tree | b1faac55cc91b6aa3acd68ba251f96baa422c14e /app-text | |
parent | Update deps w.r.t. bug 264230 (diff) | |
download | gentoo-2-b84162e2396be8314788fdd587ee07681cfaa658.tar.gz gentoo-2-b84162e2396be8314788fdd587ee07681cfaa658.tar.bz2 gentoo-2-b84162e2396be8314788fdd587ee07681cfaa658.zip |
Add app-text/poppler-utils w.r.t. bug 264230
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/poppler-utils/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/poppler-utils/metadata.xml | 15 | ||||
-rw-r--r-- | app-text/poppler-utils/poppler-utils-0.10.5.ebuild | 29 |
3 files changed, 54 insertions, 0 deletions
diff --git a/app-text/poppler-utils/ChangeLog b/app-text/poppler-utils/ChangeLog new file mode 100644 index 000000000000..2abc492772f0 --- /dev/null +++ b/app-text/poppler-utils/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-text/poppler-utils +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-utils/ChangeLog,v 1.1 2009/04/01 14:43:10 loki_val Exp $ + +*poppler-utils-0.10.5 (01 Apr 2009) + + 01 Apr 2009; Peter Alfredsen <loki_val@gentoo.org> +metadata.xml, + +poppler-utils-0.10.5.ebuild: + Add app-text/poppler-utils w.r.t. bug 264230 + diff --git a/app-text/poppler-utils/metadata.xml b/app-text/poppler-utils/metadata.xml new file mode 100644 index 000000000000..cfad6ac39c65 --- /dev/null +++ b/app-text/poppler-utils/metadata.xml @@ -0,0 +1,15 @@ +<?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> +<use> + <flag name='abiword'> + Enable support for <pkg>app-office/abiword</pkg> output. + Requires <pkg>dev-libs/libxml2</pkg>. + </flag> +</use> +</pkgmetadata> diff --git a/app-text/poppler-utils/poppler-utils-0.10.5.ebuild b/app-text/poppler-utils/poppler-utils-0.10.5.ebuild new file mode 100644 index 000000000000..f1cda3c02146 --- /dev/null +++ b/app-text/poppler-utils/poppler-utils-0.10.5.ebuild @@ -0,0 +1,29 @@ +# 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.5.ebuild,v 1.1 2009/04/01 14:43:10 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)" +} |