diff options
author | Markus Dittrich <markusle@gentoo.org> | 2008-04-21 13:35:48 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2008-04-21 13:35:48 +0000 |
commit | c57e18a1d7b162305589ee1c4909103a2d8b7cb9 (patch) | |
tree | 8cbed59398a3321076c6d938c9d26c1a4ac79b1a /sci-calculators | |
parent | Fix RDEPEND for pkgconfig (see bug #217278). (diff) | |
download | gentoo-2-c57e18a1d7b162305589ee1c4909103a2d8b7cb9.tar.gz gentoo-2-c57e18a1d7b162305589ee1c4909103a2d8b7cb9.tar.bz2 gentoo-2-c57e18a1d7b162305589ee1c4909103a2d8b7cb9.zip |
Fix RDEPEND for pkgconfig (see bug #217278).
(Portage version: 2.1.5_rc3)
Diffstat (limited to 'sci-calculators')
4 files changed, 21 insertions, 10 deletions
diff --git a/sci-calculators/qalculate-currency/ChangeLog b/sci-calculators/qalculate-currency/ChangeLog index ce070cd29a5d..145efd8925d0 100644 --- a/sci-calculators/qalculate-currency/ChangeLog +++ b/sci-calculators/qalculate-currency/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-calculators/qalculate-currency # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog,v 1.12 2008/02/04 14:08:09 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog,v 1.13 2008/04/21 13:35:48 markusle Exp $ + + 21 Apr 2008; Markus Dittrich <markusle@gentoo.org> + qalculate-currency-0.9.4.ebuild, qalculate-currency-0.9.4-r1.ebuild, + qalculate-currency-0.9.4-r2.ebuild: + Fix RDEPEND for pkgconfig (see bug #217278). *qalculate-currency-0.9.4-r2 (04 Feb 2008) diff --git a/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r1.ebuild b/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r1.ebuild index 3bdfd5e52826..39c12b12f3bf 100644 --- a/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r1.ebuild +++ b/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r1.ebuild,v 1.3 2008/01/12 12:19:36 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r1.ebuild,v 1.4 2008/04/21 13:35:48 markusle Exp $ DESCRIPTION="A GTK+ currency converter" LICENSE="GPL-2" @@ -11,11 +11,13 @@ SLOT="0" IUSE="nls" KEYWORDS="~amd64 ~x86" -DEPEND=">=sci-libs/libqalculate-0.9.4 +RDEPEND=">=sci-libs/libqalculate-0.9.4 >=x11-libs/gtk+-2.4 - dev-util/pkgconfig nls? ( sys-devel/gettext )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + src_compile() { econf --disable-clntest || die "Configuration failed." emake || die "Compilation failed." diff --git a/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild b/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild index de4f381e6eb0..eb2ef8ba12c2 100644 --- a/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild +++ b/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild,v 1.1 2008/02/04 14:08:09 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild,v 1.2 2008/04/21 13:35:48 markusle Exp $ inherit autotools @@ -13,11 +13,13 @@ SLOT="0" IUSE="nls" KEYWORDS="~amd64 ~x86" -DEPEND=">=sci-libs/libqalculate-0.9.6-r1 +RDEPEND=">=sci-libs/libqalculate-0.9.6-r1 >=x11-libs/gtk+-2.4 - dev-util/pkgconfig nls? ( sys-devel/gettext )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + src_unpack() { unpack ${A} cd "${S}" diff --git a/sci-calculators/qalculate-currency/qalculate-currency-0.9.4.ebuild b/sci-calculators/qalculate-currency/qalculate-currency-0.9.4.ebuild index f0cf13f487bd..3d2ddc43648f 100644 --- a/sci-calculators/qalculate-currency/qalculate-currency-0.9.4.ebuild +++ b/sci-calculators/qalculate-currency/qalculate-currency-0.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4.ebuild,v 1.3 2008/01/12 12:19:36 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4.ebuild,v 1.4 2008/04/21 13:35:48 markusle Exp $ DESCRIPTION="A GTK+ currency converter" LICENSE="GPL-2" @@ -11,11 +11,13 @@ SLOT="0" IUSE="nls" KEYWORDS="x86" -DEPEND="~sci-libs/libqalculate-0.9.4 +RDEPEND="~sci-libs/libqalculate-0.9.4 >=x11-libs/gtk+-2.4 - dev-util/pkgconfig nls? ( sys-devel/gettext )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + src_compile() { econf --disable-clntest || die "Configuration failed." emake || die "Compilation failed." |