summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2008-02-25 16:34:48 +0000
committerBen de Groot <yngwin@gentoo.org>2008-02-25 16:34:48 +0000
commita7e3399ae7db10572b1d6f733465ae0a3c8f9ab3 (patch)
tree5ce5462e165654ddc6e37d6e271eb5ce630d0d07 /x11-themes
parentold (diff)
downloadhistorical-a7e3399ae7db10572b1d6f733465ae0a3c8f9ab3.tar.gz
historical-a7e3399ae7db10572b1d6f733465ae0a3c8f9ab3.tar.bz2
historical-a7e3399ae7db10572b1d6f733465ae0a3c8f9ab3.zip
Edit qtcurve ebuilds to correctly use current cmake-utils.eclass
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gtk-engines-qtcurve/ChangeLog8
-rw-r--r--x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.55.1.ebuild34
-rw-r--r--x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.55.2.ebuild34
-rw-r--r--x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.55.3.ebuild10
-rw-r--r--x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.56.0.ebuild10
-rw-r--r--x11-themes/qtcurve-qt4/ChangeLog7
-rw-r--r--x11-themes/qtcurve-qt4/qtcurve-qt4-0.55.1.ebuild23
-rw-r--r--x11-themes/qtcurve-qt4/qtcurve-qt4-0.55.2.ebuild23
-rw-r--r--x11-themes/qtcurve-qt4/qtcurve-qt4-0.55.3.ebuild12
-rw-r--r--x11-themes/qtcurve-qt4/qtcurve-qt4-0.56.0.ebuild12
-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
15 files changed, 32 insertions, 224 deletions
diff --git a/x11-themes/gtk-engines-qtcurve/ChangeLog b/x11-themes/gtk-engines-qtcurve/ChangeLog
index b58a16b14c9d..0454dc977cac 100644
--- a/x11-themes/gtk-engines-qtcurve/ChangeLog
+++ b/x11-themes/gtk-engines-qtcurve/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-themes/gtk-engines-qtcurve
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v 1.9 2008/02/25 12:02:48 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v 1.10 2008/02/25 16:34:48 yngwin Exp $
+
+ 25 Feb 2008; Ben de Groot <yngwin@gentoo.org>
+ -gtk-engines-qtcurve-0.55.1.ebuild, -gtk-engines-qtcurve-0.55.2.ebuild,
+ gtk-engines-qtcurve-0.55.3.ebuild, gtk-engines-qtcurve-0.56.0.ebuild:
+ Change to correctly use current cmake-utils.eclass. Removing some older
+ versions.
*gtk-engines-qtcurve-0.56.0 (25 Feb 2008)
diff --git a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.55.1.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.55.1.ebuild
deleted file mode 100644
index 2c105164204a..000000000000
--- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.55.1.ebuild
+++ /dev/null
@@ -1,34 +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/gtk-engines-qtcurve/gtk-engines-qtcurve-0.55.1.ebuild,v 1.1 2007/12/02 18:10:43 drac Exp $
-
-inherit cmake-utils eutils
-
-MY_P=${P/gtk-engines-qtcurve/QtCurve-Gtk2}
-
-DESCRIPTION="A set of widget styles for GTK2 based apps, also available for KDE3 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="~amd64 ~x86"
-IUSE="mozilla"
-
-RDEPEND=">=x11-libs/gtk+-2
- x11-libs/cairo"
-DEPEND="${RDEPEND}
- >=dev-util/cmake-2.4"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- local mycmakeargs="-DQTC_ADD_EVENT_FILTER=true"
- use mozilla && mycmakeargs="-DQTC_MODIFY_MOZILLA=true"
- cmake-utils_src_compile
-}
-
-src_install() {
- cmake-utils_src_install
- dodoc AUTHORS ChangeLog README TODO
-}
diff --git a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.55.2.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.55.2.ebuild
deleted file mode 100644
index 3717a2428d58..000000000000
--- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.55.2.ebuild
+++ /dev/null
@@ -1,34 +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/gtk-engines-qtcurve/gtk-engines-qtcurve-0.55.2.ebuild,v 1.1 2008/01/24 18:12:57 nelchael Exp $
-
-inherit cmake-utils eutils
-
-MY_P=${P/gtk-engines-qtcurve/QtCurve-Gtk2}
-
-DESCRIPTION="A set of widget styles for GTK2 based apps, also available for KDE3 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="~amd64 ~x86"
-IUSE="mozilla"
-
-RDEPEND=">=x11-libs/gtk+-2
- x11-libs/cairo"
-DEPEND="${RDEPEND}
- >=dev-util/cmake-2.4"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- local mycmakeargs="-DQTC_ADD_EVENT_FILTER=true"
- use mozilla && mycmakeargs="-DQTC_MODIFY_MOZILLA=true"
- cmake-utils_src_compile
-}
-
-src_install() {
- cmake-utils_src_install
- dodoc AUTHORS ChangeLog README TODO
-}
diff --git a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.55.3.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.55.3.ebuild
index 20fce4611081..2456b2d45ae3 100644
--- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.55.3.ebuild
+++ b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.55.3.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.55.3.ebuild,v 1.1 2008/02/17 17:11:49 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.55.3.ebuild,v 1.2 2008/02/25 16:34:48 yngwin Exp $
-inherit cmake-utils eutils
+inherit eutils cmake-utils
MY_P=${P/gtk-engines-qtcurve/QtCurve-Gtk2}
@@ -21,14 +21,10 @@ DEPEND="${RDEPEND}
>=dev-util/cmake-2.4"
S=${WORKDIR}/${MY_P}
+DOCS="ChangeLog README TODO"
src_compile() {
local mycmakeargs="-DQTC_ADD_EVENT_FILTER=true"
use mozilla && mycmakeargs="-DQTC_MODIFY_MOZILLA=true"
cmake-utils_src_compile
}
-
-src_install() {
- cmake-utils_src_install
- dodoc AUTHORS ChangeLog README TODO
-}
diff --git a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.56.0.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.56.0.ebuild
index 59723fb531f2..bd71712a8fd1 100644
--- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.56.0.ebuild
+++ b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.56.0.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.56.0.ebuild,v 1.1 2008/02/25 12:02:48 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.56.0.ebuild,v 1.2 2008/02/25 16:34:48 yngwin Exp $
-inherit cmake-utils eutils
+inherit eutils cmake-utils
MY_P=${P/gtk-engines-qtcurve/QtCurve-Gtk2}
@@ -21,14 +21,10 @@ DEPEND="${RDEPEND}
>=dev-util/cmake-2.4"
S=${WORKDIR}/${MY_P}
+DOCS="ChangeLog README TODO"
src_compile() {
local mycmakeargs="-DQTC_ADD_EVENT_FILTER=true"
use mozilla && mycmakeargs="-DQTC_MODIFY_MOZILLA=true"
cmake-utils_src_compile
}
-
-src_install() {
- cmake-utils_src_install
- dodoc AUTHORS ChangeLog README TODO
-}
diff --git a/x11-themes/qtcurve-qt4/ChangeLog b/x11-themes/qtcurve-qt4/ChangeLog
index be0f50bca877..6e6f57cd13d1 100644
--- a/x11-themes/qtcurve-qt4/ChangeLog
+++ b/x11-themes/qtcurve-qt4/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-themes/qtcurve-qt4
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog,v 1.8 2008/02/25 12:07:21 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog,v 1.9 2008/02/25 16:30:57 yngwin Exp $
+
+ 25 Feb 2008; Ben de Groot <yngwin@gentoo.org> -qtcurve-qt4-0.55.1.ebuild,
+ -qtcurve-qt4-0.55.2.ebuild, qtcurve-qt4-0.55.3.ebuild,
+ qtcurve-qt4-0.56.0.ebuild:
+ Change to correct cmake-utils.eclass usage. Removing some older versions.
*qtcurve-qt4-0.56.0 (25 Feb 2008)
diff --git a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.55.1.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-0.55.1.ebuild
deleted file mode 100644
index eec90bbe3fd1..000000000000
--- a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.55.1.ebuild
+++ /dev/null
@@ -1,23 +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-qt4/qtcurve-qt4-0.55.1.ebuild,v 1.3 2007/12/04 01:02:56 nelchael Exp $
-
-inherit qt4 cmake-utils
-
-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="~amd64 ~x86"
-
-DEPEND="$(qt4_min_version 4.0)"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install () {
- cmake-utils_src_install || die "make install failed"
- dodoc ChangeLog README TODO
-}
diff --git a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.55.2.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-0.55.2.ebuild
deleted file mode 100644
index c2cb936926c2..000000000000
--- a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.55.2.ebuild
+++ /dev/null
@@ -1,23 +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-qt4/qtcurve-qt4-0.55.2.ebuild,v 1.1 2008/01/24 07:52:26 nelchael Exp $
-
-inherit qt4 cmake-utils
-
-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="~amd64 ~x86"
-
-DEPEND="$(qt4_min_version 4.0)"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install () {
- cmake-utils_src_install || die "make install failed"
- dodoc ChangeLog README TODO
-}
diff --git a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.55.3.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-0.55.3.ebuild
index 4fad00d8524a..4c143cd87ca6 100644
--- a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.55.3.ebuild
+++ b/x11-themes/qtcurve-qt4/qtcurve-qt4-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-qt4/qtcurve-qt4-0.55.3.ebuild,v 1.2 2008/02/22 21:27:29 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-0.55.3.ebuild,v 1.3 2008/02/25 16:30:57 yngwin Exp $
inherit qt4 cmake-utils
@@ -16,12 +16,4 @@ KEYWORDS="~amd64 ~x86"
DEPEND="$(qt4_min_version 4.0)"
S="${WORKDIR}/${MY_P}"
-
-src_install () {
- # because cmake-utils_src_install fails on ~amd64
- dodir /usr/$(get_libdir)/qt4/plugins/styles/
- insinto /usr/$(get_libdir)/qt4/plugins/styles/
- insopts -m755
- doins "${WORKDIR}"/${PN}_build/style/qtcurve.so || die "make install failed"
- dodoc ChangeLog README TODO
-}
+DOCS="ChangeLog README TODO"
diff --git a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.56.0.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-0.56.0.ebuild
index a085589777da..5ebe1d8c5f33 100644
--- a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.56.0.ebuild
+++ b/x11-themes/qtcurve-qt4/qtcurve-qt4-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-qt4/qtcurve-qt4-0.56.0.ebuild,v 1.1 2008/02/25 12:07:21 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-0.56.0.ebuild,v 1.2 2008/02/25 16:30:57 yngwin Exp $
inherit qt4 cmake-utils
@@ -16,12 +16,4 @@ KEYWORDS="~amd64 ~x86"
DEPEND="$(qt4_min_version 4.0)"
S="${WORKDIR}/${MY_P}"
-
-src_install () {
- # because cmake-utils_src_install fails on ~amd64
- dodir /usr/$(get_libdir)/qt4/plugins/styles/
- insinto /usr/$(get_libdir)/qt4/plugins/styles/
- insopts -m755
- doins "${WORKDIR}"/${PN}_build/style/qtcurve.so || die "make install failed"
- dodoc ChangeLog README TODO
-}
+DOCS="ChangeLog README TODO"
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