diff options
author | Ben de Groot <yngwin@gentoo.org> | 2008-02-25 16:34:48 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2008-02-25 16:34:48 +0000 |
commit | b15ea48702e19888c73399d793087a5cc43da326 (patch) | |
tree | 06685a55309be5996227c6d0dfd75f6b6a09bd30 /x11-themes | |
parent | Edit qtcurve ebuilds to correctly use current cmake-utils.eclass (diff) | |
download | gentoo-2-b15ea48702e19888c73399d793087a5cc43da326.tar.gz gentoo-2-b15ea48702e19888c73399d793087a5cc43da326.tar.bz2 gentoo-2-b15ea48702e19888c73399d793087a5cc43da326.zip |
Edit qtcurve ebuilds to correctly use current cmake-utils.eclass
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-themes')
5 files changed, 13 insertions, 83 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 -} |