summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2010-05-14 20:37:53 +0000
committerAlex Alexander <wired@gentoo.org>2010-05-14 20:37:53 +0000
commitb92b178f185d2c3f71ff5c6da294d2e88733fcef (patch)
treecafdd8a21bd3b0efbda17abd5ea90467d39ca5a5 /x11-themes/qtcurve-qt4
parentVersion bump. New and updated bindings. (diff)
downloadgentoo-2-b92b178f185d2c3f71ff5c6da294d2e88733fcef.tar.gz
gentoo-2-b92b178f185d2c3f71ff5c6da294d2e88733fcef.tar.bz2
gentoo-2-b92b178f185d2c3f71ff5c6da294d2e88733fcef.zip
[qtcurve-qt4] 1.4.0 version bump, removed old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/qtcurve-qt4')
-rw-r--r--x11-themes/qtcurve-qt4/ChangeLog11
-rw-r--r--x11-themes/qtcurve-qt4/qtcurve-qt4-1.0.1-r2.ebuild41
-rw-r--r--x11-themes/qtcurve-qt4/qtcurve-qt4-1.1.0.ebuild43
-rw-r--r--x11-themes/qtcurve-qt4/qtcurve-qt4-1.1.1.ebuild43
-rw-r--r--x11-themes/qtcurve-qt4/qtcurve-qt4-1.2.0.ebuild41
-rw-r--r--x11-themes/qtcurve-qt4/qtcurve-qt4-1.3.0.ebuild41
-rw-r--r--x11-themes/qtcurve-qt4/qtcurve-qt4-1.4.0.ebuild (renamed from x11-themes/qtcurve-qt4/qtcurve-qt4-1.0.2.ebuild)2
7 files changed, 11 insertions, 211 deletions
diff --git a/x11-themes/qtcurve-qt4/ChangeLog b/x11-themes/qtcurve-qt4/ChangeLog
index 938de7d0dec9..1562ef75f039 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog,v 1.99 2010/04/17 16:18:27 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog,v 1.100 2010/05/14 20:37:53 wired Exp $
+
+*qtcurve-qt4-1.4.0 (14 May 2010)
+
+ 14 May 2010; Alex Alexander <wired@gentoo.org>
+ -qtcurve-qt4-1.0.1-r2.ebuild, -qtcurve-qt4-1.0.2.ebuild,
+ -qtcurve-qt4-1.1.0.ebuild, -qtcurve-qt4-1.1.1.ebuild,
+ -qtcurve-qt4-1.2.0.ebuild, -qtcurve-qt4-1.3.0.ebuild,
+ +qtcurve-qt4-1.4.0.ebuild:
+ 1.4.0 version bump, removed old
*qtcurve-qt4-1.3.1 (17 Apr 2010)
diff --git a/x11-themes/qtcurve-qt4/qtcurve-qt4-1.0.1-r2.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-1.0.1-r2.ebuild
deleted file mode 100644
index fc46aa886be9..000000000000
--- a/x11-themes/qtcurve-qt4/qtcurve-qt4-1.0.1-r2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-1.0.1-r2.ebuild,v 1.2 2010/01/22 08:25:30 wired Exp $
-
-EAPI="2"
-KDE_REQUIRED="optional"
-KDE_MINIMAL="4.2"
-inherit confutils cmake-utils kde4-base
-
-MY_P="${P/qtcurve-qt4/QtCurve-KDE4}"
-DESCRIPTION="A set of widget styles for Qt4 based apps, also available for GTK2"
-HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492"
-SRC_URI="http://craigd.wikispaces.com/file/view/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="kde windeco"
-
-DEPEND="x11-libs/qt-gui:4[dbus]
- x11-libs/qt-svg:4
- kde? ( >=kde-base/systemsettings-${KDE_MINIMAL}
- windeco? ( >=kde-base/kwin-${KDE_MINIMAL} ) )"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-DOCS="ChangeLog README TODO"
-
-pkg_setup() {
- confutils_use_depend_all windeco kde
- use kde && kde4-base_pkg_setup
-}
-
-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-1.1.0.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-1.1.0.ebuild
deleted file mode 100644
index d0915e4011c0..000000000000
--- a/x11-themes/qtcurve-qt4/qtcurve-qt4-1.1.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-1.1.0.ebuild,v 1.1 2010/02/23 08:08:08 wired Exp $
-
-EAPI="2"
-KDE_REQUIRED="optional"
-KDE_MINIMAL="4.2"
-inherit confutils cmake-utils kde4-base
-
-MY_P="${P/qtcurve-qt4/QtCurve-KDE4}"
-DESCRIPTION="A set of widget styles for Qt4 based apps, also available for GTK2"
-HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492"
-SRC_URI="http://craigd.wikispaces.com/file/view/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="kde windeco"
-
-DEPEND="x11-libs/qt-gui:4[dbus]
- x11-libs/qt-svg:4
- kde? ( >=kde-base/systemsettings-${KDE_MINIMAL}
- windeco? ( >=kde-base/kwin-${KDE_MINIMAL} ) )"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-DOCS="ChangeLog README TODO"
-
-PATCHES=( "${FILESDIR}/${P}-no-kde-fail.patch" )
-
-pkg_setup() {
- confutils_use_depend_all windeco kde
- use kde && kde4-base_pkg_setup
-}
-
-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-1.1.1.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-1.1.1.ebuild
deleted file mode 100644
index 36bafad584e7..000000000000
--- a/x11-themes/qtcurve-qt4/qtcurve-qt4-1.1.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-1.1.1.ebuild,v 1.1 2010/02/26 14:12:06 wired Exp $
-
-EAPI="2"
-KDE_REQUIRED="optional"
-KDE_MINIMAL="4.2"
-inherit confutils cmake-utils kde4-base
-
-MY_P="${P/qtcurve-qt4/QtCurve-KDE4}"
-DESCRIPTION="A set of widget styles for Qt4 based apps, also available for GTK2"
-HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492"
-SRC_URI="http://craigd.wikispaces.com/file/view/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="kde windeco"
-
-DEPEND="x11-libs/qt-gui:4[dbus]
- x11-libs/qt-svg:4
- kde? ( >=kde-base/systemsettings-${KDE_MINIMAL}
- windeco? ( >=kde-base/kwin-${KDE_MINIMAL} ) )"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-DOCS="ChangeLog README TODO"
-
-PATCHES=( "${FILESDIR}/${P}-no-kde-fail.patch" )
-
-pkg_setup() {
- confutils_use_depend_all windeco kde
- use kde && kde4-base_pkg_setup
-}
-
-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-1.2.0.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-1.2.0.ebuild
deleted file mode 100644
index 991b3a6d41f7..000000000000
--- a/x11-themes/qtcurve-qt4/qtcurve-qt4-1.2.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-1.2.0.ebuild,v 1.1 2010/03/19 07:30:21 wired Exp $
-
-EAPI="2"
-KDE_REQUIRED="optional"
-KDE_MINIMAL="4.2"
-inherit confutils cmake-utils kde4-base
-
-MY_P="${P/qtcurve-qt4/QtCurve-KDE4}"
-DESCRIPTION="A set of widget styles for Qt4 based apps, also available for GTK2"
-HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492"
-SRC_URI="http://craigd.wikispaces.com/file/view/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="kde windeco"
-
-DEPEND="x11-libs/qt-gui:4[dbus]
- x11-libs/qt-svg:4
- kde? ( >=kde-base/systemsettings-${KDE_MINIMAL}
- windeco? ( >=kde-base/kwin-${KDE_MINIMAL} ) )"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-DOCS="ChangeLog README TODO"
-
-pkg_setup() {
- confutils_use_depend_all windeco kde
- use kde && kde4-base_pkg_setup
-}
-
-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-1.3.0.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-1.3.0.ebuild
deleted file mode 100644
index 5d7787d030d0..000000000000
--- a/x11-themes/qtcurve-qt4/qtcurve-qt4-1.3.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-1.3.0.ebuild,v 1.1 2010/04/12 10:21:23 wired Exp $
-
-EAPI="2"
-KDE_REQUIRED="optional"
-KDE_MINIMAL="4.2"
-inherit confutils cmake-utils kde4-base
-
-MY_P="${P/qtcurve-qt4/QtCurve-KDE4}"
-DESCRIPTION="A set of widget styles for Qt4 based apps, also available for GTK2"
-HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492"
-SRC_URI="http://craigd.wikispaces.com/file/view/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="kde windeco"
-
-DEPEND="x11-libs/qt-gui:4[dbus]
- x11-libs/qt-svg:4
- kde? ( >=kde-base/systemsettings-${KDE_MINIMAL}
- windeco? ( >=kde-base/kwin-${KDE_MINIMAL} ) )"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-DOCS="ChangeLog README TODO"
-
-pkg_setup() {
- confutils_use_depend_all windeco kde
- use kde && kde4-base_pkg_setup
-}
-
-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-1.0.2.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-1.4.0.ebuild
index dd25ba2796d8..84645b6269fd 100644
--- a/x11-themes/qtcurve-qt4/qtcurve-qt4-1.0.2.ebuild
+++ b/x11-themes/qtcurve-qt4/qtcurve-qt4-1.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-1.0.2.ebuild,v 1.1 2010/02/01 14:41:32 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-1.4.0.ebuild,v 1.1 2010/05/14 20:37:53 wired Exp $
EAPI="2"
KDE_REQUIRED="optional"