diff options
author | Ben de Groot <yngwin@gentoo.org> | 2009-03-11 18:39:16 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2009-03-11 18:39:16 +0000 |
commit | eab8ff440cc412b00f57c9f4c2603ab4b994932a (patch) | |
tree | 7bbf5fbe4b923797067619d9706a573641d79a4e /x11-themes | |
parent | Add ~arm/~s390/~sh (diff) | |
download | gentoo-2-eab8ff440cc412b00f57c9f4c2603ab4b994932a.tar.gz gentoo-2-eab8ff440cc412b00f57c9f4c2603ab4b994932a.tar.bz2 gentoo-2-eab8ff440cc412b00f57c9f4c2603ab4b994932a.zip |
Version bump. Add pkgconfig dep to fix bug 239647.
(Portage version: 2.2_rc24/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-engines-qtcurve/ChangeLog | 16 | ||||
-rw-r--r-- | x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.5.ebuild | 30 | ||||
-rw-r--r-- | x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.6.ebuild | 30 | ||||
-rw-r--r-- | x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.7-r1.ebuild | 35 | ||||
-rw-r--r-- | x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.60.0.ebuild | 35 | ||||
-rw-r--r-- | x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.61.1.ebuild | 35 | ||||
-rw-r--r-- | x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.62.0.ebuild (renamed from x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.61.2.ebuild) | 4 |
7 files changed, 15 insertions, 170 deletions
diff --git a/x11-themes/gtk-engines-qtcurve/ChangeLog b/x11-themes/gtk-engines-qtcurve/ChangeLog index cb5969580abf..b9620966d16f 100644 --- a/x11-themes/gtk-engines-qtcurve/ChangeLog +++ b/x11-themes/gtk-engines-qtcurve/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for x11-themes/gtk-engines-qtcurve # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v 1.49 2009/03/02 13:26:08 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v 1.50 2009/03/11 18:39:16 yngwin Exp $ + +*gtk-engines-qtcurve-0.62.0 (11 Mar 2009) + + 11 Mar 2009; Ben de Groot <yngwin@gentoo.org> + -gtk-engines-qtcurve-0.59.5.ebuild, -gtk-engines-qtcurve-0.59.6.ebuild, + -gtk-engines-qtcurve-0.59.7-r1.ebuild, -gtk-engines-qtcurve-0.60.0.ebuild, + -gtk-engines-qtcurve-0.61.1.ebuild, -gtk-engines-qtcurve-0.61.2.ebuild, + +gtk-engines-qtcurve-0.62.0.ebuild: + Version bump. Eclass provides cmake dependency now. Add dependency on + pkgconfig to fix bug 239647. Drop some old versions. *gtk-engines-qtcurve-0.61.4 (02 Mar 2009) @@ -191,8 +201,8 @@ 29 Feb 2008; Ben de Groot <yngwin@gentoo.org> +files/build.patch, +gtk-engines-qtcurve-0.56.2.ebuild: - And another bugfix release version bump. This one should fix some issues with - Firefox 3 betas. From the website: To aid testing with Firefox 3, edit your + And another bugfix release version bump. This one should fix some issues with + Firefox 3 betas. From the website: To aid testing with Firefox 3, edit your qtcurvestylerc and add the following line: newFirefox=true diff --git a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.5.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.5.ebuild deleted file mode 100644 index 38a5c043ecb0..000000000000 --- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.5.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.5.ebuild,v 1.1 2008/07/01 18:36:23 yngwin Exp $ - -inherit eutils cmake-utils - -MY_P=${P/gtk-engines-qtcurve/QtCurve-Gtk2} - -DESCRIPTION="A set of widget styles for GTK2 based apps, also available for KDE3 and Qt4" -HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492" -SRC_URI="http://home.freeuk.com/cpdrummond/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~sparc ~x86" -IUSE="mozilla" - -RDEPEND=">=x11-libs/gtk+-2 - x11-libs/cairo" -DEPEND="${RDEPEND} - >=dev-util/cmake-2.4" - -S=${WORKDIR}/${MY_P} -DOCS="ChangeLog README TODO" - -src_compile() { - local mycmakeargs="" - use mozilla && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_MODIFY_MOZILLA_USER_JS=true" - cmake-utils_src_compile -} diff --git a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.6.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.6.ebuild deleted file mode 100644 index 2af6e00b13ab..000000000000 --- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.6.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.6.ebuild,v 1.1 2008/07/19 22:06:20 yngwin Exp $ - -inherit eutils cmake-utils - -MY_P=${P/gtk-engines-qtcurve/QtCurve-Gtk2} - -DESCRIPTION="A set of widget styles for GTK2 based apps, also available for KDE3 and Qt4" -HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492" -SRC_URI="http://home.freeuk.com/cpdrummond/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~sparc ~x86" -IUSE="mozilla" - -RDEPEND=">=x11-libs/gtk+-2 - x11-libs/cairo" -DEPEND="${RDEPEND} - >=dev-util/cmake-2.4" - -S=${WORKDIR}/${MY_P} -DOCS="ChangeLog README TODO" - -src_compile() { - local mycmakeargs="" - use mozilla && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_MODIFY_MOZILLA_USER_JS=true" - cmake-utils_src_compile -} diff --git a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.7-r1.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.7-r1.ebuild deleted file mode 100644 index 3bf7f44ea650..000000000000 --- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.7-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.7-r1.ebuild,v 1.1 2008/08/05 17:30:17 yngwin Exp $ - -EAPI=1 -inherit eutils cmake-utils - -MY_P=${P/gtk-engines-qtcurve/QtCurve-Gtk2} - -DESCRIPTION="A set of widget styles for GTK2 based apps, also available for KDE3 and Qt4" -HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492" -SRC_URI="http://home.freeuk.com/cpdrummond/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~sparc ~x86" -IUSE="mozilla firefox3" - -RDEPEND="x11-libs/gtk+:2 - x11-libs/cairo - firefox3? ( || ( >=www-client/mozilla-firefox-3.0 - >=www-client/mozilla-firefox-bin-3.0 ) )" -DEPEND="x11-libs/gtk+:2 - x11-libs/cairo - >=dev-util/cmake-2.4" - -S=${WORKDIR}/${MY_P} -DOCS="ChangeLog README TODO" - -src_compile() { - local mycmakeargs="" - use mozilla && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_MODIFY_MOZILLA_USER_JS=true" - use firefox3 && mycmakeargs="-DQTC_NEW_MOZILLA=true -DQTC_MODIFY_MOZILLA=true -DQTC_MODIFY_MOZILLA_USER_JS=true" - cmake-utils_src_compile -} diff --git a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.60.0.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.60.0.ebuild deleted file mode 100644 index 4940c1ddc783..000000000000 --- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.60.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.60.0.ebuild,v 1.1 2008/12/30 04:19:21 yngwin Exp $ - -EAPI=1 -inherit eutils cmake-utils - -MY_P=${P/gtk-engines-qtcurve/QtCurve-Gtk2} - -DESCRIPTION="A set of widget styles for GTK2 based apps, also available for KDE3 and Qt4" -HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492" -SRC_URI="http://home.freeuk.com/cpdrummond/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~sparc ~x86" -IUSE="mozilla firefox3" - -RDEPEND="x11-libs/gtk+:2 - x11-libs/cairo - firefox3? ( || ( >=www-client/mozilla-firefox-3.0 - >=www-client/mozilla-firefox-bin-3.0 ) )" -DEPEND="x11-libs/gtk+:2 - x11-libs/cairo - >=dev-util/cmake-2.4" - -S=${WORKDIR}/${MY_P} -DOCS="ChangeLog README TODO" - -src_compile() { - local mycmakeargs="" - use mozilla && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_MODIFY_MOZILLA_USER_JS=true" - use firefox3 && mycmakeargs="-DQTC_NEW_MOZILLA=true -DQTC_MODIFY_MOZILLA=true -DQTC_MODIFY_MOZILLA_USER_JS=true" - cmake-utils_src_compile -} diff --git a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.61.1.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.61.1.ebuild deleted file mode 100644 index 0a0d4ade0d43..000000000000 --- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.61.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.61.1.ebuild,v 1.1 2009/02/20 23:42:46 yngwin Exp $ - -EAPI=1 -inherit eutils cmake-utils - -MY_P=${P/gtk-engines-qtcurve/QtCurve-Gtk2} - -DESCRIPTION="A set of widget styles for GTK2 based apps, also available for KDE3 and Qt4" -HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492" -SRC_URI="http://home.freeuk.com/cpdrummond/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~sparc ~x86" -IUSE="mozilla firefox3" - -RDEPEND="x11-libs/gtk+:2 - x11-libs/cairo - firefox3? ( || ( >=www-client/mozilla-firefox-3.0 - >=www-client/mozilla-firefox-bin-3.0 ) )" -DEPEND="x11-libs/gtk+:2 - x11-libs/cairo - >=dev-util/cmake-2.4" - -S=${WORKDIR}/${MY_P} -DOCS="ChangeLog README TODO" - -src_compile() { - local mycmakeargs="" - use mozilla && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_MODIFY_MOZILLA_USER_JS=true" - use firefox3 && mycmakeargs="-DQTC_NEW_MOZILLA=true -DQTC_MODIFY_MOZILLA=true -DQTC_MODIFY_MOZILLA_USER_JS=true" - cmake-utils_src_compile -} diff --git a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.61.2.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.62.0.ebuild index ba219bbb0c1c..8efbcac11085 100644 --- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.61.2.ebuild +++ b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.62.0.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/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.61.2.ebuild,v 1.2 2009/02/25 17:35:14 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.62.0.ebuild,v 1.1 2009/03/11 18:39:16 yngwin Exp $ EAPI=1 inherit eutils cmake-utils @@ -22,7 +22,7 @@ RDEPEND="x11-libs/gtk+:2 >=www-client/mozilla-firefox-bin-3.0 ) )" DEPEND="x11-libs/gtk+:2 x11-libs/cairo - >=dev-util/cmake-2.4" + dev-util/pkgconfig" S=${WORKDIR}/${MY_P} DOCS="ChangeLog README TODO" |