summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2009-07-24 08:47:09 +0000
committerBen de Groot <yngwin@gentoo.org>2009-07-24 08:47:09 +0000
commit38aa0a0ccb23f27ce1006f3c047a24704b1b06eb (patch)
treeaa0deb5b9073fbcf0bbc4d7e7e075055c842dba8 /x11-themes
parentVersion bump, removing some old ebuilds (diff)
downloadgentoo-2-38aa0a0ccb23f27ce1006f3c047a24704b1b06eb.tar.gz
gentoo-2-38aa0a0ccb23f27ce1006f3c047a24704b1b06eb.tar.bz2
gentoo-2-38aa0a0ccb23f27ce1006f3c047a24704b1b06eb.zip
Version bump, removing some old ebuilds
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/qtcurve/ChangeLog12
-rw-r--r--x11-themes/qtcurve/qtcurve-0.61.4.ebuild36
-rw-r--r--x11-themes/qtcurve/qtcurve-0.62.0.ebuild36
-rw-r--r--x11-themes/qtcurve/qtcurve-0.62.2.ebuild35
-rw-r--r--x11-themes/qtcurve/qtcurve-0.62.4.ebuild35
-rw-r--r--x11-themes/qtcurve/qtcurve-0.62.6.ebuild35
-rw-r--r--x11-themes/qtcurve/qtcurve-0.62.7.ebuild35
-rw-r--r--x11-themes/qtcurve/qtcurve-0.64.1.ebuild35
-rw-r--r--x11-themes/qtcurve/qtcurve-0.67.0.ebuild (renamed from x11-themes/qtcurve/qtcurve-0.62.5.ebuild)2
9 files changed, 11 insertions, 250 deletions
diff --git a/x11-themes/qtcurve/ChangeLog b/x11-themes/qtcurve/ChangeLog
index 1b0c294e56c3..49ece9b1c60c 100644
--- a/x11-themes/qtcurve/ChangeLog
+++ b/x11-themes/qtcurve/ChangeLog
@@ -1,6 +1,14 @@
# 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.60 2009/07/02 13:51:49 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.61 2009/07/24 08:47:09 yngwin Exp $
+
+*qtcurve-0.67.0 (24 Jul 2009)
+
+ 24 Jul 2009; Ben de Groot <yngwin@gentoo.org> -qtcurve-0.61.4.ebuild,
+ -qtcurve-0.62.0.ebuild, -qtcurve-0.62.2.ebuild, -qtcurve-0.62.4.ebuild,
+ -qtcurve-0.62.5.ebuild, -qtcurve-0.62.6.ebuild, -qtcurve-0.62.7.ebuild,
+ -qtcurve-0.64.1.ebuild, +qtcurve-0.67.0.ebuild:
+ Version bump, removing some old ebuilds
*qtcurve-0.65.2 (02 Jul 2009)
@@ -210,7 +218,7 @@
17 Feb 2008; Ben de Groot <yngwin@gentoo.org> metadata.xml,
+qtcurve-0.55.3.ebuild:
- Version bump. Incorporated changes suggested by Davide Pesavento in
+ Version bump. Incorporated changes suggested by Davide Pesavento in
#201779. Fixes #209414.
*qtcurve-0.55.2 (24 Jan 2008)
diff --git a/x11-themes/qtcurve/qtcurve-0.61.4.ebuild b/x11-themes/qtcurve/qtcurve-0.61.4.ebuild
deleted file mode 100644
index affea3903347..000000000000
--- a/x11-themes/qtcurve/qtcurve-0.61.4.ebuild
+++ /dev/null
@@ -1,36 +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.61.4.ebuild,v 1.1 2009/03/02 13:27:45 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}
- >=dev-util/cmake-2.4"
-
-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.62.0.ebuild b/x11-themes/qtcurve/qtcurve-0.62.0.ebuild
deleted file mode 100644
index 7ac4d67bfe07..000000000000
--- a/x11-themes/qtcurve/qtcurve-0.62.0.ebuild
+++ /dev/null
@@ -1,36 +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.62.0.ebuild,v 1.1 2009/03/11 18:26:41 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}
- >=dev-util/cmake-2.4"
-
-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.62.2.ebuild b/x11-themes/qtcurve/qtcurve-0.62.2.ebuild
deleted file mode 100644
index 5b198b02af1a..000000000000
--- a/x11-themes/qtcurve/qtcurve-0.62.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.62.2.ebuild,v 1.1 2009/03/13 02:26:28 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.62.4.ebuild b/x11-themes/qtcurve/qtcurve-0.62.4.ebuild
deleted file mode 100644
index 0fb58b5aa582..000000000000
--- a/x11-themes/qtcurve/qtcurve-0.62.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/qtcurve/qtcurve-0.62.4.ebuild,v 1.1 2009/03/16 11:36:58 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.62.6.ebuild b/x11-themes/qtcurve/qtcurve-0.62.6.ebuild
deleted file mode 100644
index c8f279f7eb65..000000000000
--- a/x11-themes/qtcurve/qtcurve-0.62.6.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.62.6.ebuild,v 1.1 2009/04/10 01:32:08 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.62.7.ebuild b/x11-themes/qtcurve/qtcurve-0.62.7.ebuild
deleted file mode 100644
index acc965649ad5..000000000000
--- a/x11-themes/qtcurve/qtcurve-0.62.7.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.62.7.ebuild,v 1.1 2009/04/17 10:11:55 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.64.1.ebuild b/x11-themes/qtcurve/qtcurve-0.64.1.ebuild
deleted file mode 100644
index 1e13a6a3bead..000000000000
--- a/x11-themes/qtcurve/qtcurve-0.64.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/qtcurve/qtcurve-0.64.1.ebuild,v 1.1 2009/06/11 23:21:18 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.62.5.ebuild b/x11-themes/qtcurve/qtcurve-0.67.0.ebuild
index b5625f3240da..03fb1c870004 100644
--- a/x11-themes/qtcurve/qtcurve-0.62.5.ebuild
+++ b/x11-themes/qtcurve/qtcurve-0.67.0.ebuild
@@ -1,6 +1,6 @@
# 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.62.5.ebuild,v 1.1 2009/03/21 08:20:29 yngwin Exp $
+# $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