summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Kapusta <ayoy@gentoo.org>2009-10-05 19:31:16 +0000
committerDominik Kapusta <ayoy@gentoo.org>2009-10-05 19:31:16 +0000
commit6ceb7e27cc926b5fc6039b344bec4300846658b9 (patch)
treee8cf6c3586914015a98879f7291628b1f4904a5a /app-text
parentversion bump (diff)
downloadgentoo-2-6ceb7e27cc926b5fc6039b344bec4300846658b9.tar.gz
gentoo-2-6ceb7e27cc926b5fc6039b344bec4300846658b9.tar.bz2
gentoo-2-6ceb7e27cc926b5fc6039b344bec4300846658b9.zip
Removed alternative dependency on Qt metapackage
(Portage version: 2.2_rc43/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/poppler-bindings/ChangeLog7
-rw-r--r--app-text/poppler-bindings/poppler-bindings-0.10.4.ebuild12
-rw-r--r--app-text/poppler-bindings/poppler-bindings-0.10.5-r1.ebuild12
-rw-r--r--app-text/poppler-bindings/poppler-bindings-0.10.5.ebuild12
-rw-r--r--app-text/poppler-bindings/poppler-bindings-0.8.7.ebuild12
5 files changed, 22 insertions, 33 deletions
diff --git a/app-text/poppler-bindings/ChangeLog b/app-text/poppler-bindings/ChangeLog
index d8957272ec12..8a25928ab81d 100644
--- a/app-text/poppler-bindings/ChangeLog
+++ b/app-text/poppler-bindings/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/poppler-bindings
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-bindings/ChangeLog,v 1.138 2009/04/22 11:11:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-bindings/ChangeLog,v 1.139 2009/10/05 19:31:16 ayoy Exp $
+
+ 05 Oct 2009; Dominik Kapusta <ayoy@gentoo.org>
+ poppler-bindings-0.8.7.ebuild, poppler-bindings-0.10.4.ebuild,
+ poppler-bindings-0.10.5.ebuild, poppler-bindings-0.10.5-r1.ebuild:
+ Removed alternative dependency on Qt metapackage
22 Apr 2009; Raúl Porcel <armin76@gentoo.org>
poppler-bindings-0.10.5-r1.ebuild:
diff --git a/app-text/poppler-bindings/poppler-bindings-0.10.4.ebuild b/app-text/poppler-bindings/poppler-bindings-0.10.4.ebuild
index 97cdbfbe18eb..04bf23ffcbea 100644
--- a/app-text/poppler-bindings/poppler-bindings-0.10.4.ebuild
+++ b/app-text/poppler-bindings/poppler-bindings-0.10.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-bindings/poppler-bindings-0.10.4.ebuild,v 1.9 2009/04/01 14:42:45 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-bindings/poppler-bindings-0.10.4.ebuild,v 1.10 2009/10/05 19:31:16 ayoy Exp $
EAPI="2"
@@ -43,13 +43,9 @@ RDEPEND="
)
qt3? ( >=x11-libs/qt-3.3:3 )
qt4? (
- || (
- ( x11-libs/qt-core:4
- x11-libs/qt-gui:4
- x11-libs/qt-test:4 )
-
- =x11-libs/qt-4.3*
- )
+ x11-libs/qt-core:4
+ x11-libs/qt-gui:4
+ x11-libs/qt-test:4
)
!dev-libs/poppler-qt3
!dev-libs/poppler-qt4
diff --git a/app-text/poppler-bindings/poppler-bindings-0.10.5-r1.ebuild b/app-text/poppler-bindings/poppler-bindings-0.10.5-r1.ebuild
index eeffe8afca5c..0f511d9eb17e 100644
--- a/app-text/poppler-bindings/poppler-bindings-0.10.5-r1.ebuild
+++ b/app-text/poppler-bindings/poppler-bindings-0.10.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-bindings/poppler-bindings-0.10.5-r1.ebuild,v 1.6 2009/04/22 11:11:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-bindings/poppler-bindings-0.10.5-r1.ebuild,v 1.7 2009/10/05 19:31:16 ayoy Exp $
EAPI="2"
@@ -43,13 +43,9 @@ RDEPEND="
)
qt3? ( >=x11-libs/qt-3.3:3 )
qt4? (
- || (
- ( x11-libs/qt-core:4
- x11-libs/qt-gui:4
- x11-libs/qt-test:4 )
-
- =x11-libs/qt-4.3*
- )
+ x11-libs/qt-core:4
+ x11-libs/qt-gui:4
+ x11-libs/qt-test:4
)
!dev-libs/poppler-qt3
!dev-libs/poppler-qt4
diff --git a/app-text/poppler-bindings/poppler-bindings-0.10.5.ebuild b/app-text/poppler-bindings/poppler-bindings-0.10.5.ebuild
index 61fb5be531bd..ed2060f085fa 100644
--- a/app-text/poppler-bindings/poppler-bindings-0.10.5.ebuild
+++ b/app-text/poppler-bindings/poppler-bindings-0.10.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-bindings/poppler-bindings-0.10.5.ebuild,v 1.2 2009/04/01 14:42:45 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-bindings/poppler-bindings-0.10.5.ebuild,v 1.3 2009/10/05 19:31:16 ayoy Exp $
EAPI="2"
@@ -43,13 +43,9 @@ RDEPEND="
)
qt3? ( >=x11-libs/qt-3.3:3 )
qt4? (
- || (
- ( x11-libs/qt-core:4
- x11-libs/qt-gui:4
- x11-libs/qt-test:4 )
-
- =x11-libs/qt-4.3*
- )
+ x11-libs/qt-core:4
+ x11-libs/qt-gui:4
+ x11-libs/qt-test:4
)
!dev-libs/poppler-qt3
!dev-libs/poppler-qt4
diff --git a/app-text/poppler-bindings/poppler-bindings-0.8.7.ebuild b/app-text/poppler-bindings/poppler-bindings-0.8.7.ebuild
index ebbfc1605f4b..81c5d492a356 100644
--- a/app-text/poppler-bindings/poppler-bindings-0.8.7.ebuild
+++ b/app-text/poppler-bindings/poppler-bindings-0.8.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-bindings/poppler-bindings-0.8.7.ebuild,v 1.17 2009/04/01 14:42:45 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-bindings/poppler-bindings-0.8.7.ebuild,v 1.18 2009/10/05 19:31:16 ayoy Exp $
EAPI="1"
@@ -36,13 +36,9 @@ RDEPEND="
)
qt3? ( >=x11-libs/qt-3.3:3 )
qt4? (
- || (
- ( x11-libs/qt-core:4
- x11-libs/qt-gui:4
- x11-libs/qt-test:4 )
-
- =x11-libs/qt-4.3*
- )
+ x11-libs/qt-core:4
+ x11-libs/qt-gui:4
+ x11-libs/qt-test:4
)
!dev-libs/poppler-qt3
!dev-libs/poppler-qt4