diff options
author | Alex Alexander <wired@gentoo.org> | 2010-07-09 13:19:19 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2010-07-09 13:19:19 +0000 |
commit | 04adf1ca83f98848ee0ed93ba53df43a9e8ff539 (patch) | |
tree | e2fb3703b435eeb7528acb7e27c2849440509160 /x11-themes | |
parent | Set PYTHON_DEPEND. Fix src_install(). (diff) | |
download | gentoo-2-04adf1ca83f98848ee0ed93ba53df43a9e8ff539.tar.gz gentoo-2-04adf1ca83f98848ee0ed93ba53df43a9e8ff539.tar.bz2 gentoo-2-04adf1ca83f98848ee0ed93ba53df43a9e8ff539.zip |
qtcurve-qt4: version bump, removed old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/qtcurve-qt4/ChangeLog | 9 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/qtcurve-qt4-1.4.0.ebuild | 41 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/qtcurve-qt4-1.4.1.ebuild | 41 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/qtcurve-qt4-1.4.2.ebuild | 41 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/qtcurve-qt4-1.5.1.ebuild (renamed from x11-themes/qtcurve-qt4/qtcurve-qt4-1.3.1.ebuild) | 2 |
5 files changed, 9 insertions, 125 deletions
diff --git a/x11-themes/qtcurve-qt4/ChangeLog b/x11-themes/qtcurve-qt4/ChangeLog index 038ff5c3349e..ca83e782099a 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog,v 1.106 2010/06/29 15:50:40 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog,v 1.107 2010/07/09 13:19:19 wired Exp $ + +*qtcurve-qt4-1.5.1 (09 Jul 2010) + + 09 Jul 2010; Alex Alexander <wired@gentoo.org> -qtcurve-qt4-1.3.1.ebuild, + -qtcurve-qt4-1.4.0.ebuild, -qtcurve-qt4-1.4.1.ebuild, + -qtcurve-qt4-1.4.2.ebuild, +qtcurve-qt4-1.5.1.ebuild: + version bump, removed old 29 Jun 2010; Alex Alexander <wired@gentoo.org> qtcurve-qt4-1.5.0.ebuild: fixed bug #326017 diff --git a/x11-themes/qtcurve-qt4/qtcurve-qt4-1.4.0.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-1.4.0.ebuild deleted file mode 100644 index 84645b6269fd..000000000000 --- a/x11-themes/qtcurve-qt4/qtcurve-qt4-1.4.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.4.0.ebuild,v 1.1 2010/05/14 20:37:53 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.4.1.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-1.4.1.ebuild deleted file mode 100644 index ff4417c0bbf8..000000000000 --- a/x11-themes/qtcurve-qt4/qtcurve-qt4-1.4.1.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.4.1.ebuild,v 1.1 2010/05/19 08:59:44 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.4.2.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-1.4.2.ebuild deleted file mode 100644 index 8a6f10333984..000000000000 --- a/x11-themes/qtcurve-qt4/qtcurve-qt4-1.4.2.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.4.2.ebuild,v 1.1 2010/05/27 07:47:37 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.1.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-1.5.1.ebuild index b70a91498d0b..60dc243740a1 100644 --- a/x11-themes/qtcurve-qt4/qtcurve-qt4-1.3.1.ebuild +++ b/x11-themes/qtcurve-qt4/qtcurve-qt4-1.5.1.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.3.1.ebuild,v 1.1 2010/04/17 16:18:27 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-1.5.1.ebuild,v 1.1 2010/07/09 13:19:19 wired Exp $ EAPI="2" KDE_REQUIRED="optional" |