diff options
author | Alex Alexander <wired@gentoo.org> | 2009-10-18 22:55:05 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-10-18 22:55:05 +0000 |
commit | 9a4b44890869f7b221f654ad3958705576bc26f9 (patch) | |
tree | b6023952dd1be99fae441424dc8d7b1df16cbebd /x11-themes | |
parent | mask Claws Mail 3.7.3 and plugins until bump is finished (diff) | |
download | historical-9a4b44890869f7b221f654ad3958705576bc26f9.tar.gz historical-9a4b44890869f7b221f654ad3958705576bc26f9.tar.bz2 historical-9a4b44890869f7b221f654ad3958705576bc26f9.zip |
removed old versions - switched maintainer to qt herd
Package-Manager: portage-2.2_rc46/cvs/Linux x86_64
Diffstat (limited to 'x11-themes')
27 files changed, 26 insertions, 745 deletions
diff --git a/x11-themes/gtk-engines-qtcurve/ChangeLog b/x11-themes/gtk-engines-qtcurve/ChangeLog index 8ba04f253d36..cb3c5fdc8f9b 100644 --- a/x11-themes/gtk-engines-qtcurve/ChangeLog +++ b/x11-themes/gtk-engines-qtcurve/ChangeLog @@ -1,6 +1,14 @@ # 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.70 2009/10/18 22:18:17 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v 1.71 2009/10/18 22:55:05 wired Exp $ + + 18 Oct 2009; Alex Alexander <wired@gentoo.org> + -gtk-engines-qtcurve-0.64.2.ebuild, -gtk-engines-qtcurve-0.67.0.ebuild, + -gtk-engines-qtcurve-0.67.1.ebuild, -gtk-engines-qtcurve-0.67.2.ebuild, + -gtk-engines-qtcurve-0.67.4.ebuild, -gtk-engines-qtcurve-0.68.0.ebuild, + -gtk-engines-qtcurve-0.69.0.ebuild, -gtk-engines-qtcurve-0.69.1.ebuild, + metadata.xml: + removed old versions - switched maintainer to qt herd *gtk-engines-qtcurve-0.69.2 (18 Oct 2009) diff --git a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.64.2.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.64.2.ebuild deleted file mode 100644 index 23b7bb8ef7c4..000000000000 --- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.64.2.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.64.2.ebuild,v 1.1 2009/06/14 14:52:58 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 ~ppc ~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/pkgconfig" - -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.67.0.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.67.0.ebuild deleted file mode 100644 index 8a53a5c85eac..000000000000 --- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.67.0.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.67.0.ebuild,v 1.1 2009/07/24 09:15:33 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 ~ppc ~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/pkgconfig" - -S=${WORKDIR}/${MY_P} -DOCS="ChangeLog README TODO" - -src_compile() { - local mycmakeargs="" - use mozilla && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_OLD_MOZILLA=true" - use firefox3 && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_OLD_MOZILLA=false" - cmake-utils_src_compile -} diff --git a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.67.1.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.67.1.ebuild deleted file mode 100644 index 98db33c2cfd0..000000000000 --- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.67.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.67.1.ebuild,v 1.1 2009/07/29 13:39:31 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 ~ppc ~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/pkgconfig" - -S=${WORKDIR}/${MY_P} -DOCS="ChangeLog README TODO" - -src_compile() { - local mycmakeargs="" - use mozilla && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_OLD_MOZILLA=true" - use firefox3 && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_OLD_MOZILLA=false" - cmake-utils_src_compile -} diff --git a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.67.2.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.67.2.ebuild deleted file mode 100644 index 4a9fc2259e14..000000000000 --- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.67.2.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.67.2.ebuild,v 1.1 2009/08/05 13:50:28 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 ~ppc ~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/pkgconfig" - -S=${WORKDIR}/${MY_P} -DOCS="ChangeLog README TODO" - -src_compile() { - local mycmakeargs="" - use mozilla && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_OLD_MOZILLA=true" - use firefox3 && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_OLD_MOZILLA=false" - cmake-utils_src_compile -} diff --git a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.67.4.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.67.4.ebuild deleted file mode 100644 index 5ece92c05168..000000000000 --- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.67.4.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.67.4.ebuild,v 1.1 2009/08/13 07:52:45 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 ~ppc ~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/pkgconfig" - -S=${WORKDIR}/${MY_P} -DOCS="ChangeLog README TODO" - -src_compile() { - local mycmakeargs="" - use mozilla && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_OLD_MOZILLA=true" - use firefox3 && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_OLD_MOZILLA=false" - cmake-utils_src_compile -} diff --git a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.68.0.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.68.0.ebuild deleted file mode 100644 index a6d06ece0eeb..000000000000 --- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.68.0.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.68.0.ebuild,v 1.1 2009/08/27 23:27:29 wired 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 ~ppc ~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/pkgconfig" - -S=${WORKDIR}/${MY_P} -DOCS="ChangeLog README TODO" - -src_compile() { - local mycmakeargs="" - use mozilla && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_OLD_MOZILLA=true" - use firefox3 && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_OLD_MOZILLA=false" - cmake-utils_src_compile -} diff --git a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.69.0.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.69.0.ebuild deleted file mode 100644 index ca8a7dfaf531..000000000000 --- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.69.0.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.69.0.ebuild,v 1.1 2009/10/09 19:34:15 nelchael 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 ~ppc ~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/pkgconfig" - -S=${WORKDIR}/${MY_P} -DOCS="ChangeLog README TODO" - -src_compile() { - local mycmakeargs="" - use mozilla && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_OLD_MOZILLA=true" - use firefox3 && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_OLD_MOZILLA=false" - cmake-utils_src_compile -} diff --git a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.69.1.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.69.1.ebuild deleted file mode 100644 index 8ec4c29ca34b..000000000000 --- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.69.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.69.1.ebuild,v 1.1 2009/10/14 22:55:48 wired 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 ~ppc ~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/pkgconfig" - -S=${WORKDIR}/${MY_P} -DOCS="ChangeLog README TODO" - -src_compile() { - local mycmakeargs="" - use mozilla && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_OLD_MOZILLA=true" - use firefox3 && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_OLD_MOZILLA=false" - cmake-utils_src_compile -} diff --git a/x11-themes/gtk-engines-qtcurve/metadata.xml b/x11-themes/gtk-engines-qtcurve/metadata.xml index 13d509004221..9ca8f41799ce 100644 --- a/x11-themes/gtk-engines-qtcurve/metadata.xml +++ b/x11-themes/gtk-engines-qtcurve/metadata.xml @@ -1,11 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>desktop-misc</herd> - <maintainer> - <email>yngwin@gentoo.org</email> - <name>Ben de Groot</name> - </maintainer> + <herd>qt</herd> <longdescription> The gtk-engines-qtcurve package offers a cross-toolkit uniform look and feel, together with the qtcurve and qtcurve-qt4 packages, for GTK+, Qt diff --git a/x11-themes/qtcurve-qt4/ChangeLog b/x11-themes/qtcurve-qt4/ChangeLog index b5400a45a093..e49fa1eb2520 100644 --- a/x11-themes/qtcurve-qt4/ChangeLog +++ b/x11-themes/qtcurve-qt4/ChangeLog @@ -1,6 +1,13 @@ # 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.81 2009/10/18 22:19:40 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog,v 1.82 2009/10/18 22:46:50 wired Exp $ + + 18 Oct 2009; Alex Alexander <wired@gentoo.org> -qtcurve-qt4-0.64.2.ebuild, + -qtcurve-qt4-0.67.0.ebuild, -qtcurve-qt4-0.67.1.ebuild, + -qtcurve-qt4-0.67.2.ebuild, -qtcurve-qt4-0.67.5.ebuild, + -qtcurve-qt4-0.68.0.ebuild, -qtcurve-qt4-0.69.0.ebuild, + -qtcurve-qt4-0.69.1.ebuild, metadata.xml: + removed old versions - switched maintainer to qt herd *qtcurve-qt4-0.69.2 (18 Oct 2009) diff --git a/x11-themes/qtcurve-qt4/metadata.xml b/x11-themes/qtcurve-qt4/metadata.xml index 854e1deb96c3..c056021253fa 100644 --- a/x11-themes/qtcurve-qt4/metadata.xml +++ b/x11-themes/qtcurve-qt4/metadata.xml @@ -1,11 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>desktop-misc</herd> - <maintainer> - <email>yngwin@gentoo.org</email> - <name>Ben de Groot</name> - </maintainer> + <herd>qt</herd> <use> <flag name='kde'>Enable KDE4 support. This adds a QtCurve configuration module to KDE's SystemSettings. diff --git a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.64.2.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-0.64.2.ebuild deleted file mode 100644 index 543e206f903e..000000000000 --- a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.64.2.ebuild +++ /dev/null @@ -1,34 +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.64.2.ebuild,v 1.2 2009/10/11 21:50:58 abcd Exp $ - -EAPI="2" -KDE_REQUIRED="optional" -KDE_MINIMAL="4.2" -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" -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-${KDE_MINIMAL} )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" -DOCS="ChangeLog README TODO" - -src_configure() { - if use kde ; then - kde4-base_src_configure - else - mycmakeargs="-DQTC_QT_ONLY=true" - cmake-utils_src_configure - fi -} diff --git a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.67.0.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-0.67.0.ebuild deleted file mode 100644 index cf011c7ad08e..000000000000 --- a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.67.0.ebuild +++ /dev/null @@ -1,34 +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.67.0.ebuild,v 1.2 2009/10/11 21:50:58 abcd Exp $ - -EAPI="2" -KDE_REQUIRED="optional" -KDE_MINIMAL="4.2" -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" -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-${KDE_MINIMAL} )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" -DOCS="ChangeLog README TODO" - -src_configure() { - if use kde ; then - kde4-base_src_configure - else - mycmakeargs="-DQTC_QT_ONLY=true" - cmake-utils_src_configure - fi -} diff --git a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.67.1.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-0.67.1.ebuild deleted file mode 100644 index f6bf39be8cf7..000000000000 --- a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.67.1.ebuild +++ /dev/null @@ -1,34 +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.67.1.ebuild,v 1.2 2009/10/11 21:50:58 abcd Exp $ - -EAPI="2" -KDE_REQUIRED="optional" -KDE_MINIMAL="4.2" -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" -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-${KDE_MINIMAL} )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" -DOCS="ChangeLog README TODO" - -src_configure() { - if use kde ; then - kde4-base_src_configure - else - mycmakeargs="-DQTC_QT_ONLY=true" - cmake-utils_src_configure - fi -} diff --git a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.67.2.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-0.67.2.ebuild deleted file mode 100644 index 3e973be48eb4..000000000000 --- a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.67.2.ebuild +++ /dev/null @@ -1,34 +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.67.2.ebuild,v 1.2 2009/10/11 21:50:58 abcd Exp $ - -EAPI="2" -KDE_REQUIRED="optional" -KDE_MINIMAL="4.2" -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" -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-${KDE_MINIMAL} )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" -DOCS="ChangeLog README TODO" - -src_configure() { - if use kde ; then - kde4-base_src_configure - else - mycmakeargs="-DQTC_QT_ONLY=true" - cmake-utils_src_configure - fi -} diff --git a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.67.5.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-0.67.5.ebuild deleted file mode 100644 index c48822371a88..000000000000 --- a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.67.5.ebuild +++ /dev/null @@ -1,34 +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.67.5.ebuild,v 1.2 2009/10/11 21:50:58 abcd Exp $ - -EAPI="2" -KDE_REQUIRED="optional" -KDE_MINIMAL="4.2" -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" -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-${KDE_MINIMAL} )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" -DOCS="ChangeLog README TODO" - -src_configure() { - if use kde ; then - kde4-base_src_configure - else - mycmakeargs="-DQTC_QT_ONLY=true" - cmake-utils_src_configure - fi -} diff --git a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.68.0.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-0.68.0.ebuild deleted file mode 100644 index 78868a31da12..000000000000 --- a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.68.0.ebuild +++ /dev/null @@ -1,34 +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.68.0.ebuild,v 1.2 2009/10/11 21:50:58 abcd Exp $ - -EAPI="2" -KDE_REQUIRED="optional" -KDE_MINIMAL="4.2" -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" -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-${KDE_MINIMAL} )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" -DOCS="ChangeLog README TODO" - -src_configure() { - if use kde ; then - kde4-base_src_configure - else - mycmakeargs="-DQTC_QT_ONLY=true" - cmake-utils_src_configure - fi -} diff --git a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.69.0.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-0.69.0.ebuild deleted file mode 100644 index a7467cec82bc..000000000000 --- a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.69.0.ebuild +++ /dev/null @@ -1,34 +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.69.0.ebuild,v 1.2 2009/10/11 21:50:58 abcd Exp $ - -EAPI="2" -KDE_REQUIRED="optional" -KDE_MINIMAL="4.2" -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" -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-${KDE_MINIMAL} )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" -DOCS="ChangeLog README TODO" - -src_configure() { - if use kde ; then - kde4-base_src_configure - else - mycmakeargs="-DQTC_QT_ONLY=true" - cmake-utils_src_configure - fi -} diff --git a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.69.1.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-0.69.1.ebuild deleted file mode 100644 index b176ad0eb2f0..000000000000 --- a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.69.1.ebuild +++ /dev/null @@ -1,34 +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.69.1.ebuild,v 1.1 2009/10/14 23:02:25 wired Exp $ - -EAPI="2" -KDE_REQUIRED="optional" -KDE_MINIMAL="4.2" -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" -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-${KDE_MINIMAL} )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" -DOCS="ChangeLog README TODO" - -src_configure() { - if use kde ; then - kde4-base_src_configure - else - mycmakeargs="-DQTC_QT_ONLY=true" - cmake-utils_src_configure - fi -} diff --git a/x11-themes/qtcurve/ChangeLog b/x11-themes/qtcurve/ChangeLog index 73b72c505668..436cbfad4035 100644 --- a/x11-themes/qtcurve/ChangeLog +++ b/x11-themes/qtcurve/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-themes/qtcurve # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.69 2009/10/14 22:53:43 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.70 2009/10/18 22:50:09 wired Exp $ + + 18 Oct 2009; Alex Alexander <wired@gentoo.org> -qtcurve-0.64.2.ebuild, + -qtcurve-0.67.0.ebuild, -qtcurve-0.67.2.ebuild, -qtcurve-0.68.0.ebuild, + -qtcurve-0.69.0.ebuild, metadata.xml: + removed old versions - switched maintainer to qt herd *qtcurve-0.69.1 (14 Oct 2009) diff --git a/x11-themes/qtcurve/metadata.xml b/x11-themes/qtcurve/metadata.xml index 29d7908cc2a5..3cbebd85b7e2 100644 --- a/x11-themes/qtcurve/metadata.xml +++ b/x11-themes/qtcurve/metadata.xml @@ -1,9 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>desktop-misc</herd> - <maintainer> - <email>yngwin@gentoo.org</email> - <name>Ben de Groot</name> - </maintainer> + <herd>qt</herd> </pkgmetadata> diff --git a/x11-themes/qtcurve/qtcurve-0.64.2.ebuild b/x11-themes/qtcurve/qtcurve-0.64.2.ebuild deleted file mode 100644 index 0959069aeecc..000000000000 --- a/x11-themes/qtcurve/qtcurve-0.64.2.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/qtcurve/qtcurve-0.64.2.ebuild,v 1.1 2009/06/14 14:58:49 yngwin Exp $ - -EAPI=1 - -# Order is important, so we get src_compile from cmake-utils. -inherit kde-functions qt3 cmake-utils - -MY_P=${P/qtcurve/QtCurve-KDE3} - -DESCRIPTION="A set of widget styles for KDE3 based apps, also available for GTK2 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 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -RDEPEND="x11-libs/qt:3" -DEPEND="${RDEPEND}" - -need-kde 3.5 - -S=${WORKDIR}/${MY_P} -DOCS="ChangeLog README TODO" - -pkg_postinst() { - buildsycoca -} - -pkg_postrm() { - buildsycoca -} diff --git a/x11-themes/qtcurve/qtcurve-0.67.0.ebuild b/x11-themes/qtcurve/qtcurve-0.67.0.ebuild deleted file mode 100644 index 03fb1c870004..000000000000 --- a/x11-themes/qtcurve/qtcurve-0.67.0.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/qtcurve/qtcurve-0.67.0.ebuild,v 1.1 2009/07/24 08:47:09 yngwin Exp $ - -EAPI=1 - -# Order is important, so we get src_compile from cmake-utils. -inherit kde-functions qt3 cmake-utils - -MY_P=${P/qtcurve/QtCurve-KDE3} - -DESCRIPTION="A set of widget styles for KDE3 based apps, also available for GTK2 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 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -RDEPEND="x11-libs/qt:3" -DEPEND="${RDEPEND}" - -need-kde 3.5 - -S=${WORKDIR}/${MY_P} -DOCS="ChangeLog README TODO" - -pkg_postinst() { - buildsycoca -} - -pkg_postrm() { - buildsycoca -} diff --git a/x11-themes/qtcurve/qtcurve-0.67.2.ebuild b/x11-themes/qtcurve/qtcurve-0.67.2.ebuild deleted file mode 100644 index da7720c7793d..000000000000 --- a/x11-themes/qtcurve/qtcurve-0.67.2.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/qtcurve/qtcurve-0.67.2.ebuild,v 1.1 2009/08/13 07:58:56 yngwin Exp $ - -EAPI=1 - -# Order is important, so we get src_compile from cmake-utils. -inherit kde-functions qt3 cmake-utils - -MY_P=${P/qtcurve/QtCurve-KDE3} - -DESCRIPTION="A set of widget styles for KDE3 based apps, also available for GTK2 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 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -RDEPEND="x11-libs/qt:3" -DEPEND="${RDEPEND}" - -need-kde 3.5 - -S=${WORKDIR}/${MY_P} -DOCS="ChangeLog README TODO" - -pkg_postinst() { - buildsycoca -} - -pkg_postrm() { - buildsycoca -} diff --git a/x11-themes/qtcurve/qtcurve-0.68.0.ebuild b/x11-themes/qtcurve/qtcurve-0.68.0.ebuild deleted file mode 100644 index b337f5329e47..000000000000 --- a/x11-themes/qtcurve/qtcurve-0.68.0.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/qtcurve/qtcurve-0.68.0.ebuild,v 1.1 2009/08/27 23:29:10 wired Exp $ - -EAPI=1 - -# Order is important, so we get src_compile from cmake-utils. -inherit kde-functions qt3 cmake-utils - -MY_P=${P/qtcurve/QtCurve-KDE3} - -DESCRIPTION="A set of widget styles for KDE3 based apps, also available for GTK2 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 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -RDEPEND="x11-libs/qt:3" -DEPEND="${RDEPEND}" - -need-kde 3.5 - -S=${WORKDIR}/${MY_P} -DOCS="ChangeLog README TODO" - -pkg_postinst() { - buildsycoca -} - -pkg_postrm() { - buildsycoca -} diff --git a/x11-themes/qtcurve/qtcurve-0.69.0.ebuild b/x11-themes/qtcurve/qtcurve-0.69.0.ebuild deleted file mode 100644 index 71922fe6cc2f..000000000000 --- a/x11-themes/qtcurve/qtcurve-0.69.0.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/qtcurve/qtcurve-0.69.0.ebuild,v 1.1 2009/10/09 19:36:26 nelchael Exp $ - -EAPI=1 - -# Order is important, so we get src_compile from cmake-utils. -inherit kde-functions qt3 cmake-utils - -MY_P=${P/qtcurve/QtCurve-KDE3} - -DESCRIPTION="A set of widget styles for KDE3 based apps, also available for GTK2 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 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -RDEPEND="x11-libs/qt:3" -DEPEND="${RDEPEND}" - -need-kde 3.5 - -S=${WORKDIR}/${MY_P} -DOCS="ChangeLog README TODO" - -pkg_postinst() { - buildsycoca -} - -pkg_postrm() { - buildsycoca -} |