summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2013-03-17 16:00:23 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2013-03-17 16:00:23 +0000
commit949802fb0b1ace75165bde26b0190d1e11691a34 (patch)
treef158b0f40b99261002446ccb931ca9e903dd5d42 /app-text/diffpdf
parentAdd proxy-maintainers to metadata.xml (diff)
downloadgentoo-2-949802fb0b1ace75165bde26b0190d1e11691a34.tar.gz
gentoo-2-949802fb0b1ace75165bde26b0190d1e11691a34.tar.bz2
gentoo-2-949802fb0b1ace75165bde26b0190d1e11691a34.zip
EAPI=5 and poppler subslot dependencies
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'app-text/diffpdf')
-rw-r--r--app-text/diffpdf/ChangeLog6
-rw-r--r--app-text/diffpdf/diffpdf-1.9.2.ebuild10
-rw-r--r--app-text/diffpdf/diffpdf-2.1.1.ebuild10
3 files changed, 15 insertions, 11 deletions
diff --git a/app-text/diffpdf/ChangeLog b/app-text/diffpdf/ChangeLog
index 91bfd5d4823c..189375d60d25 100644
--- a/app-text/diffpdf/ChangeLog
+++ b/app-text/diffpdf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/diffpdf
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/diffpdf/ChangeLog,v 1.7 2013/03/02 19:41:14 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/diffpdf/ChangeLog,v 1.8 2013/03/17 16:00:23 dilfridge Exp $
+
+ 17 Mar 2013; Andreas K. Huettel <dilfridge@gentoo.org> diffpdf-1.9.2.ebuild,
+ diffpdf-2.1.1.ebuild:
+ EAPI=5 and poppler subslot dependencies
02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> diffpdf-1.9.2.ebuild,
diffpdf-2.1.1.ebuild:
diff --git a/app-text/diffpdf/diffpdf-1.9.2.ebuild b/app-text/diffpdf/diffpdf-1.9.2.ebuild
index 3ca79bc3f8f8..21cff90ce44b 100644
--- a/app-text/diffpdf/diffpdf-1.9.2.ebuild
+++ b/app-text/diffpdf/diffpdf-1.9.2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/diffpdf/diffpdf-1.9.2.ebuild,v 1.2 2013/03/02 19:41:14 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/diffpdf/diffpdf-1.9.2.ebuild,v 1.3 2013/03/17 16:00:23 dilfridge Exp $
-EAPI="4"
+EAPI=5
inherit qt4-r2 eutils
@@ -16,7 +16,7 @@ SLOT="0"
IUSE=""
DEPEND="
- >=app-text/poppler-0.12.3[qt4]
+ >=app-text/poppler-0.12.3:=[qt4]
>=dev-qt/qtcore-4.5:4
>=dev-qt/qtgui-4.5:4
"
@@ -32,6 +32,6 @@ src_configure() {
src_install() {
qt4-r2_src_install
- dobin diffpdf || die 'dobin failed'
- doman diffpdf.1 || die 'doman failed'
+ dobin diffpdf
+ doman diffpdf.1
}
diff --git a/app-text/diffpdf/diffpdf-2.1.1.ebuild b/app-text/diffpdf/diffpdf-2.1.1.ebuild
index a808661bf8ea..e55be6643f51 100644
--- a/app-text/diffpdf/diffpdf-2.1.1.ebuild
+++ b/app-text/diffpdf/diffpdf-2.1.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/diffpdf/diffpdf-2.1.1.ebuild,v 1.2 2013/03/02 19:41:14 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/diffpdf/diffpdf-2.1.1.ebuild,v 1.3 2013/03/17 16:00:23 dilfridge Exp $
-EAPI="4"
+EAPI=5
inherit qt4-r2 eutils
@@ -16,7 +16,7 @@ SLOT="0"
IUSE=""
DEPEND="
- >=app-text/poppler-0.12.3[qt4]
+ app-text/poppler:=[qt4]
>=dev-qt/qtcore-4.6:4
>=dev-qt/qtgui-4.6:4
"
@@ -32,6 +32,6 @@ src_configure() {
src_install() {
qt4-r2_src_install
- dobin diffpdf || die 'dobin failed'
- doman diffpdf.1 || die 'doman failed'
+ dobin diffpdf
+ doman diffpdf.1
}