summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2008-02-25 16:28:01 +0000
committerBen de Groot <yngwin@gentoo.org>2008-02-25 16:28:01 +0000
commit91f936a676b54316c1bf4e4b1514ee5c7743ec63 (patch)
tree98eaa8ed5b4c35be395ab26536542fdd24d80154 /x11-themes/qtcurve
parentold (diff)
downloadgentoo-2-91f936a676b54316c1bf4e4b1514ee5c7743ec63.tar.gz
gentoo-2-91f936a676b54316c1bf4e4b1514ee5c7743ec63.tar.bz2
gentoo-2-91f936a676b54316c1bf4e4b1514ee5c7743ec63.zip
Edit qtcurve ebuilds to correctly use current cmake-utils.eclass
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-themes/qtcurve')
-rw-r--r--x11-themes/qtcurve/ChangeLog6
-rw-r--r--x11-themes/qtcurve/qtcurve-0.55.1.ebuild30
-rw-r--r--x11-themes/qtcurve/qtcurve-0.55.2.ebuild31
-rw-r--r--x11-themes/qtcurve/qtcurve-0.55.3.ebuild8
-rw-r--r--x11-themes/qtcurve/qtcurve-0.56.0.ebuild8
5 files changed, 9 insertions, 74 deletions
diff --git a/x11-themes/qtcurve/ChangeLog b/x11-themes/qtcurve/ChangeLog
index 6767386640ff..f5bb93ffc201 100644
--- a/x11-themes/qtcurve/ChangeLog
+++ b/x11-themes/qtcurve/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-themes/qtcurve
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.13 2008/02/25 11:59:37 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.14 2008/02/25 16:28:01 yngwin Exp $
+
+ 25 Feb 2008; Ben de Groot <yngwin@gentoo.org> -qtcurve-0.55.1.ebuild,
+ -qtcurve-0.55.2.ebuild, qtcurve-0.55.3.ebuild, qtcurve-0.56.0.ebuild:
+ Change to correct cmake-utils.eclass usage. Removing some older versions.
*qtcurve-0.56.0 (25 Feb 2008)
diff --git a/x11-themes/qtcurve/qtcurve-0.55.1.ebuild b/x11-themes/qtcurve/qtcurve-0.55.1.ebuild
deleted file mode 100644
index b19c444dd53e..000000000000
--- a/x11-themes/qtcurve/qtcurve-0.55.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-0.55.1.ebuild,v 1.2 2007/12/02 20:02:41 drac Exp $
-
-ARTS_REQUIRED="never"
-
-# Order is important, so we get src_compile from cmake-utils.
-inherit kde cmake-utils
-
-MY_P=${P/qtcurve/QtCurve-KDE3}
-
-DESCRIPTION="A set of widget styles for KDE based apps, also available for 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="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-util/cmake-2.4"
-
-need-kde 3.5
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- cmake-utils_src_install
- dodoc ChangeLog README TODO
-}
diff --git a/x11-themes/qtcurve/qtcurve-0.55.2.ebuild b/x11-themes/qtcurve/qtcurve-0.55.2.ebuild
deleted file mode 100644
index ece24d377c98..000000000000
--- a/x11-themes/qtcurve/qtcurve-0.55.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-0.55.2.ebuild,v 1.1 2008/01/24 18:08:16 nelchael Exp $
-
-ARTS_REQUIRED="never"
-
-# Order is important, so we get src_compile from cmake-utils.
-inherit kde qt3 cmake-utils
-
-MY_P=${P/qtcurve/QtCurve-KDE3}
-
-DESCRIPTION="A set of widget styles for KDE based apps, also available for 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="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-util/cmake-2.4
- $(qt_min_version 3)"
-
-need-kde 3.5
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- cmake-utils_src_install
- dodoc ChangeLog README TODO
-}
diff --git a/x11-themes/qtcurve/qtcurve-0.55.3.ebuild b/x11-themes/qtcurve/qtcurve-0.55.3.ebuild
index ddf82e602c83..627c912b9049 100644
--- a/x11-themes/qtcurve/qtcurve-0.55.3.ebuild
+++ b/x11-themes/qtcurve/qtcurve-0.55.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-0.55.3.ebuild,v 1.1 2008/02/17 17:11:51 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-0.55.3.ebuild,v 1.2 2008/02/25 16:28:01 yngwin Exp $
# Order is important, so we get src_compile from cmake-utils.
inherit kde-functions qt3 cmake-utils
@@ -22,11 +22,7 @@ DEPEND=">=dev-util/cmake-2.4
need-kde 3.5
S="${WORKDIR}/${MY_P}"
-
-src_install() {
- cmake-utils_src_install
- dodoc ChangeLog README TODO
-}
+DOCS="ChangeLog README TODO"
pkg_postinst() {
buildsycoca
diff --git a/x11-themes/qtcurve/qtcurve-0.56.0.ebuild b/x11-themes/qtcurve/qtcurve-0.56.0.ebuild
index e4696cf2b607..54e7f664b94c 100644
--- a/x11-themes/qtcurve/qtcurve-0.56.0.ebuild
+++ b/x11-themes/qtcurve/qtcurve-0.56.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-0.56.0.ebuild,v 1.1 2008/02/25 11:59:37 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-0.56.0.ebuild,v 1.2 2008/02/25 16:28:01 yngwin Exp $
# Order is important, so we get src_compile from cmake-utils.
inherit kde-functions qt3 cmake-utils
@@ -22,11 +22,7 @@ DEPEND=">=dev-util/cmake-2.4
need-kde 3.5
S="${WORKDIR}/${MY_P}"
-
-src_install() {
- cmake-utils_src_install
- dodoc ChangeLog README TODO
-}
+DOCS="ChangeLog README TODO"
pkg_postinst() {
buildsycoca