diff options
author | Ben de Groot <yngwin@gentoo.org> | 2009-03-11 18:25:00 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2009-03-11 18:25:00 +0000 |
commit | 5fa4bf5735ee4bc08618d3e7e061bf67d152b7f6 (patch) | |
tree | cf44f5940f0cdc92e27d78ffe09a9938b5f3ac0f /x11-themes | |
parent | Add ~arm/~s390/~sh (diff) | |
download | gentoo-2-5fa4bf5735ee4bc08618d3e7e061bf67d152b7f6.tar.gz gentoo-2-5fa4bf5735ee4bc08618d3e7e061bf67d152b7f6.tar.bz2 gentoo-2-5fa4bf5735ee4bc08618d3e7e061bf67d152b7f6.zip |
Version bump with several fixes
(Portage version: 2.2_rc24/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/qtcurve-qt4/ChangeLog | 11 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.3-r1.ebuild | 27 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.6-r1.ebuild | 32 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/qtcurve-qt4-0.60.0.ebuild | 31 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/qtcurve-qt4-0.61.1.ebuild | 31 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/qtcurve-qt4-0.62.0.ebuild (renamed from x11-themes/qtcurve-qt4/qtcurve-qt4-0.61.2.ebuild) | 5 |
6 files changed, 13 insertions, 124 deletions
diff --git a/x11-themes/qtcurve-qt4/ChangeLog b/x11-themes/qtcurve-qt4/ChangeLog index a265e5c9a1a7..23b3661ef934 100644 --- a/x11-themes/qtcurve-qt4/ChangeLog +++ b/x11-themes/qtcurve-qt4/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for x11-themes/qtcurve-qt4 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog,v 1.57 2009/03/02 22:56:49 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog,v 1.58 2009/03/11 18:25:00 yngwin Exp $ + +*qtcurve-qt4-0.62.0 (11 Mar 2009) + + 11 Mar 2009; Ben de Groot <yngwin@gentoo.org> + -qtcurve-qt4-0.59.3-r1.ebuild, -qtcurve-qt4-0.59.6-r1.ebuild, + -qtcurve-qt4-0.60.0.ebuild, -qtcurve-qt4-0.61.1.ebuild, + -qtcurve-qt4-0.61.2.ebuild, +qtcurve-qt4-0.62.0.ebuild: + Version bump. Re-add ~alpha and ~sparc now that kde4-base.eclass is fixed. + Drop some old versions. 02 Mar 2009; Ben de Groot <yngwin@gentoo.org> qtcurve-qt4-0.61.4.ebuild: Add NEED_KDE=none to prevent kde dependency even with USE=-kde. Fixes bug diff --git a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.3-r1.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.3-r1.ebuild deleted file mode 100644 index bc180be10b53..000000000000 --- a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.3-r1.ebuild +++ /dev/null @@ -1,27 +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/qtcurve-qt4/qtcurve-qt4-0.59.3-r1.ebuild,v 1.13 2008/10/11 20:00:40 yngwin Exp $ - -EAPI="1" -inherit flag-o-matic cmake-utils - -MY_P="${P/qtcurve-qt4/QtCurve-KDE4}" -DESCRIPTION="A set of widget styles for Qt4 based apps, also available for KDE3 and GTK2" -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="" - -DEPEND="|| ( x11-libs/qt-gui:4 <x11-libs/qt-4.4:4 )" - -S="${WORKDIR}/${MY_P}" -DOCS="ChangeLog README TODO" - -src_compile() { - append-cppflags "-DQTC_NO_KDE4_LINKING=true -DQTC_DISABLE_KDEFILEDIALOG_CALLS=true"; - sed -i "s/find_package(KDE4)/#&/" "${S}"/CMakeLists.txt - cmake-utils_src_compile -} diff --git a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.6-r1.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.6-r1.ebuild deleted file mode 100644 index 45407cc6eed5..000000000000 --- a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.6-r1.ebuild +++ /dev/null @@ -1,32 +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/qtcurve-qt4/qtcurve-qt4-0.59.6-r1.ebuild,v 1.1 2008/10/11 20:00:40 yngwin Exp $ - -EAPI="1" -inherit flag-o-matic cmake-utils - -MY_P="${P/qtcurve-qt4/QtCurve-KDE4}" -DESCRIPTION="A set of widget styles for Qt4 based apps, also available for KDE3 and GTK2" -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 ~ppc ~ppc64 ~sparc ~x86" -IUSE="kde" - -DEPEND="|| ( x11-libs/qt-gui:4 <x11-libs/qt-4.4:4 ) - amd64? ( kde? ( >=kde-base/kwin-4.1.0 x11-libs/qt-gui:4 ) ) - x86? ( kde? ( >=kde-base/kwin-4.1.0 x11-libs/qt-gui:4 ) )" -# kde-4 support needs methods from qt-gui-4.4 - -S="${WORKDIR}/${MY_P}" -DOCS="ChangeLog README TODO" - -src_compile() { - if use !kde ; then - append-cppflags "-DQTC_NO_KDE4_LINKING=true -DQTC_DISABLE_KDEFILEDIALOG_CALLS=true"; - sed -i "s/find_package(KDE4)/#&/" "${S}"/CMakeLists.txt - fi - cmake-utils_src_compile -} diff --git a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.60.0.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-0.60.0.ebuild deleted file mode 100644 index 3161a77c9aeb..000000000000 --- a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.60.0.ebuild +++ /dev/null @@ -1,31 +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/qtcurve-qt4/qtcurve-qt4-0.60.0.ebuild,v 1.3 2009/02/20 23:28:05 yngwin Exp $ - -EAPI="2" -inherit flag-o-matic cmake-utils - -MY_P="${P/qtcurve-qt4/QtCurve-KDE4}" -DESCRIPTION="A set of widget styles for Qt4 based apps, also available for KDE3 and GTK2" -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 ~ppc ~ppc64 ~sparc ~x86" -IUSE="kde" - -DEPEND="x11-libs/qt-gui:4[dbus] - kde? ( >=kde-base/kwin-4.1.0 )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" -DOCS="ChangeLog README TODO" - -src_compile() { - if use !kde ; then - append-cppflags "-DQTC_NO_KDE4_LINKING=true -DQTC_DISABLE_KDEFILEDIALOG_CALLS=true"; - sed -i "s/find_package(KDE4)/#&/" "${S}"/CMakeLists.txt - fi - cmake-utils_src_compile -} diff --git a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.61.1.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-0.61.1.ebuild deleted file mode 100644 index a8c7ab0bb529..000000000000 --- a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.61.1.ebuild +++ /dev/null @@ -1,31 +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/qtcurve-qt4/qtcurve-qt4-0.61.1.ebuild,v 1.1 2009/02/20 23:28:05 yngwin Exp $ - -EAPI="2" -inherit flag-o-matic cmake-utils - -MY_P="${P/qtcurve-qt4/QtCurve-KDE4}" -DESCRIPTION="A set of widget styles for Qt4 based apps, also available for KDE3 and GTK2" -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 ~ppc ~ppc64 ~sparc ~x86" -IUSE="kde" - -DEPEND="x11-libs/qt-gui:4[dbus] - kde? ( >=kde-base/kwin-4.1.0 )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" -DOCS="ChangeLog README TODO" - -src_compile() { - if use !kde ; then - append-cppflags "-DQTC_NO_KDE4_LINKING=true -DQTC_DISABLE_KDEFILEDIALOG_CALLS=true"; - sed -i "s/find_package(KDE4)/#&/" "${S}"/CMakeLists.txt - fi - cmake-utils_src_compile -} diff --git a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.61.2.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-0.62.0.ebuild index 3ff39f8c3b6e..44b54aed679e 100644 --- a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.61.2.ebuild +++ b/x11-themes/qtcurve-qt4/qtcurve-qt4-0.62.0.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-0.61.2.ebuild,v 1.2 2009/02/25 07:02:42 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-0.62.0.ebuild,v 1.1 2009/03/11 18:25:00 yngwin Exp $ EAPI="2" -inherit flag-o-matic cmake-utils +NEED_KDE="none" +inherit flag-o-matic cmake-utils kde4-base MY_P="${P/qtcurve-qt4/QtCurve-KDE4}" DESCRIPTION="A set of widget styles for Qt4 based apps, also available for KDE3 and GTK2" |