| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/app-text/poppler-utils/Attic/poppler-utils-0.10.7.ebuild,v 1.1 2009/05/17 09:47:11 loki_val Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-text/poppler-utils/Attic/poppler-utils-0.10.7.ebuild,v 1.2 2009/06/11 14:15:09 fauli Exp $ |
| 4 | |
4 | |
| 5 | EAPI=2 |
5 | EAPI=2 |
| 6 | |
6 | |
| 7 | POPPLER_MODULE=utils |
7 | POPPLER_MODULE=utils |
| 8 | |
8 | |
| … | |
… | |
| 10 | |
10 | |
| 11 | DESCRIPTION="PDF conversion utilities" |
11 | DESCRIPTION="PDF conversion utilities" |
| 12 | |
12 | |
| 13 | LICENSE="GPL-2" |
13 | LICENSE="GPL-2" |
| 14 | SLOT="0" |
14 | SLOT="0" |
| 15 | KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" |
15 | KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" |
| 16 | IUSE="+abiword" |
16 | IUSE="+abiword" |
| 17 | |
17 | |
| 18 | RDEPEND=" |
18 | RDEPEND=" |
| 19 | ~dev-libs/poppler-${PV}[abiword?] |
19 | ~dev-libs/poppler-${PV}[abiword?] |
| 20 | abiword? ( >=dev-libs/libxml2-2.7.2 ) |
20 | abiword? ( >=dev-libs/libxml2-2.7.2 ) |