diff options
author | 2009-10-18 22:46:50 +0000 | |
---|---|---|
committer | 2009-10-18 22:46:50 +0000 | |
commit | 6cb9975f1b5bb0610fd245def0c41760b45be6a8 (patch) | |
tree | 25fa692accedee30098a0cdb51ff00c77d81c9b2 | |
parent | stable x86, bug 289174 (diff) | |
download | gentoo-2-6cb9975f1b5bb0610fd245def0c41760b45be6a8.tar.gz gentoo-2-6cb9975f1b5bb0610fd245def0c41760b45be6a8.tar.bz2 gentoo-2-6cb9975f1b5bb0610fd245def0c41760b45be6a8.zip |
removed old versions - switched maintainer to qt herd
(Portage version: 2.2_rc46/cvs/Linux x86_64)
-rw-r--r-- | x11-themes/qtcurve-qt4/ChangeLog | 9 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/metadata.xml | 6 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/qtcurve-qt4-0.64.2.ebuild | 34 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/qtcurve-qt4-0.67.0.ebuild | 34 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/qtcurve-qt4-0.67.1.ebuild | 34 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/qtcurve-qt4-0.67.2.ebuild | 34 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/qtcurve-qt4-0.67.5.ebuild | 34 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/qtcurve-qt4-0.68.0.ebuild | 34 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/qtcurve-qt4-0.69.0.ebuild | 34 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/qtcurve-qt4-0.69.1.ebuild | 34 |
10 files changed, 9 insertions, 278 deletions
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 -} |