diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-13 13:44:10 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-13 13:44:10 +0000 |
commit | 470ca9ef207267c07d22004f742a495ec7da8aa9 (patch) | |
tree | c91ffcf233685bb6e8cfde8d738bce4702a44318 /app-cdr | |
parent | QA: Use full atoms for best_version, has_version and built_with_use queries. (diff) | |
download | historical-470ca9ef207267c07d22004f742a495ec7da8aa9.tar.gz historical-470ca9ef207267c07d22004f742a495ec7da8aa9.tar.bz2 historical-470ca9ef207267c07d22004f742a495ec7da8aa9.zip |
QA: Use full atoms for best_version, has_version and built_with_use queries.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/k3b/Manifest | 26 | ||||
-rw-r--r-- | app-cdr/k3b/k3b-0.12.1.ebuild | 6 | ||||
-rw-r--r-- | app-cdr/k3b/k3b-0.12.2.ebuild | 6 |
3 files changed, 24 insertions, 14 deletions
diff --git a/app-cdr/k3b/Manifest b/app-cdr/k3b/Manifest index 34abb6b5ecfc..d566d9b4bdce 100644 --- a/app-cdr/k3b/Manifest +++ b/app-cdr/k3b/Manifest @@ -1,12 +1,22 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 419e10bc84bb473b0d35948e5566dff1 ChangeLog 16630 -MD5 674bd00f350c31180b2be53f3c382192 k3b-0.12.2.ebuild 3297 -MD5 7c4d88e8d9a45acd7fc43e62b8346c4c k3b-0.12.1.ebuild 3298 -MD5 f4e8aaaad243ce6f84523bc506aefcf7 k3b-0.11.23-r2.ebuild 3135 -MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 -MD5 8301bd543222ef1a6725f916bb546dca k3b-0.11.24.ebuild 3121 +MD5 fcb8d7651ef3f8e8edbb1407b9b26a87 files/digest-k3b-0.11.23-r2 132 +MD5 a1b5a05a8513587c957d81f2f7eb44c0 files/digest-k3b-0.11.24 133 MD5 8d4e4938963821d50c7001a994b28737 files/digest-k3b-0.12.1 133 MD5 726d6efec9202090ddd671a39891920c files/digest-k3b-0.12.2 133 -MD5 a1b5a05a8513587c957d81f2f7eb44c0 files/digest-k3b-0.11.24 133 -MD5 5f469d8bb9067596d861b4a9a0a450a1 files/k3b-dvdrip-transcode.patch 1999 -MD5 fcb8d7651ef3f8e8edbb1407b9b26a87 files/digest-k3b-0.11.23-r2 132 MD5 513df86e2c91f7c1209b63cea7d41b84 files/k3b-0.11.17-noarts.patch 893 +MD5 5f469d8bb9067596d861b4a9a0a450a1 files/k3b-dvdrip-transcode.patch 1999 +MD5 f4e8aaaad243ce6f84523bc506aefcf7 k3b-0.11.23-r2.ebuild 3135 +MD5 8301bd543222ef1a6725f916bb546dca k3b-0.11.24.ebuild 3121 +MD5 aba8acddef3cfdd61cfb9d3ee801c18f k3b-0.12.1.ebuild 3311 +MD5 64709f480f5044ded3a45ce3c6e47f37 k3b-0.12.2.ebuild 3309 +MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFC1RrBI1lqEGTUzyQRAqITAKDK5UQKxsK05658UNKw37+3TXAHDQCgkqay +lOilfuCSvElxTKoOXEYzavQ= +=ng2H +-----END PGP SIGNATURE----- diff --git a/app-cdr/k3b/k3b-0.12.1.ebuild b/app-cdr/k3b/k3b-0.12.1.ebuild index d610324adcd5..aa023d634270 100644 --- a/app-cdr/k3b/k3b-0.12.1.ebuild +++ b/app-cdr/k3b/k3b-0.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-0.12.1.ebuild,v 1.2 2005/06/19 17:07:31 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-0.12.1.ebuild,v 1.3 2005/07/13 13:44:10 swegener Exp $ inherit kde eutils flag-o-matic @@ -58,8 +58,8 @@ for X in ${LANGS}; do done pkg_setup() { - use hal && if ! built_with_use dbus qt ; then - eerror "You are trying to compile ${CATEGORY}/${P} with the \"hal\" USE flag enabled," + use hal && if ! built_with_use sys-apps/dbus qt ; then + eerror "You are trying to compile ${CATEGORY}/${PF} with the \"hal\" USE flag enabled," eerror "but sys-apps/dbus is not built with Qt support." die fi diff --git a/app-cdr/k3b/k3b-0.12.2.ebuild b/app-cdr/k3b/k3b-0.12.2.ebuild index 7ad8f9279f0f..df78247fda87 100644 --- a/app-cdr/k3b/k3b-0.12.2.ebuild +++ b/app-cdr/k3b/k3b-0.12.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-0.12.2.ebuild,v 1.3 2005/07/11 09:55:58 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-0.12.2.ebuild,v 1.4 2005/07/13 13:44:10 swegener Exp $ inherit kde eutils flag-o-matic @@ -58,8 +58,8 @@ for X in ${LANGS}; do done pkg_setup() { - use hal && if ! built_with_use dbus qt ; then - eerror "You are trying to compile ${CATEGORY}/${P} with the \"hal\" USE flag enabled," + use hal && if ! built_with_use sys-apps/dbus qt ; then + eerror "You are trying to compile ${CATEGORY}/${PF} with the \"hal\" USE flag enabled," eerror "but sys-apps/dbus is not built with Qt support." die fi |