summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2010-05-14 20:43:11 +0000
committerAlex Alexander <wired@gentoo.org>2010-05-14 20:43:11 +0000
commitade27cf0dcf83bb42fec15a4d20492df52905aef (patch)
tree526035e8b5575bcae142b0b2721422ed5ae01274 /x11-themes/gtk-engines-qtcurve
parent[qtcurve-qt4] 1.4.0 version bump, removed old (diff)
downloadgentoo-2-ade27cf0dcf83bb42fec15a4d20492df52905aef.tar.gz
gentoo-2-ade27cf0dcf83bb42fec15a4d20492df52905aef.tar.bz2
gentoo-2-ade27cf0dcf83bb42fec15a4d20492df52905aef.zip
[gtk-engines-qtcurve] 1.4.0 version bump, removed old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/gtk-engines-qtcurve')
-rw-r--r--x11-themes/gtk-engines-qtcurve/ChangeLog10
-rw-r--r--x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.0.1.ebuild35
-rw-r--r--x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.0.2.ebuild35
-rw-r--r--x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.1.0.ebuild35
-rw-r--r--x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.1.1.ebuild35
-rw-r--r--x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.4.0.ebuild (renamed from x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.2.0.ebuild)2
6 files changed, 10 insertions, 142 deletions
diff --git a/x11-themes/gtk-engines-qtcurve/ChangeLog b/x11-themes/gtk-engines-qtcurve/ChangeLog
index 424f9c3f5b99..5e2521d8da1a 100644
--- a/x11-themes/gtk-engines-qtcurve/ChangeLog
+++ b/x11-themes/gtk-engines-qtcurve/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for x11-themes/gtk-engines-qtcurve
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v 1.86 2010/04/12 10:19:51 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v 1.87 2010/05/14 20:43:11 wired Exp $
+
+*gtk-engines-qtcurve-1.4.0 (14 May 2010)
+
+ 14 May 2010; Alex Alexander <wired@gentoo.org>
+ -gtk-engines-qtcurve-1.0.1.ebuild, -gtk-engines-qtcurve-1.0.2.ebuild,
+ -gtk-engines-qtcurve-1.1.0.ebuild, -gtk-engines-qtcurve-1.1.1.ebuild,
+ -gtk-engines-qtcurve-1.2.0.ebuild, +gtk-engines-qtcurve-1.4.0.ebuild:
+ 1.4.0 version bump, removed old
*gtk-engines-qtcurve-1.3.0 (12 Apr 2010)
diff --git a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.0.1.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.0.1.ebuild
deleted file mode 100644
index 41bf1151c336..000000000000
--- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.0.1.ebuild
+++ /dev/null
@@ -1,35 +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/gtk-engines-qtcurve/gtk-engines-qtcurve-1.0.1.ebuild,v 1.1 2010/01/11 23:25:49 yngwin Exp $
-
-EAPI=1
-inherit eutils cmake-utils
-
-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://craigd.wikispaces.com/file/view/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="mozilla firefox3"
-
-RDEPEND="x11-libs/gtk+:2
- x11-libs/cairo
- firefox3? ( || ( >=www-client/mozilla-firefox-3.0
- >=www-client/firefox-bin-3.0 ) )"
-DEPEND="x11-libs/gtk+:2
- x11-libs/cairo
- dev-util/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-DOCS="ChangeLog README TODO"
-
-src_compile() {
- local mycmakeargs=""
- use mozilla && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_OLD_MOZILLA=true"
- use firefox3 && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_OLD_MOZILLA=false"
- cmake-utils_src_compile
-}
diff --git a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.0.2.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.0.2.ebuild
deleted file mode 100644
index 9a67f7a4ef88..000000000000
--- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.0.2.ebuild
+++ /dev/null
@@ -1,35 +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/gtk-engines-qtcurve/gtk-engines-qtcurve-1.0.2.ebuild,v 1.1 2010/02/01 14:39:56 wired Exp $
-
-EAPI=1
-inherit eutils cmake-utils
-
-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://craigd.wikispaces.com/file/view/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="mozilla firefox3"
-
-RDEPEND="x11-libs/gtk+:2
- x11-libs/cairo
- firefox3? ( || ( >=www-client/mozilla-firefox-3.0
- >=www-client/firefox-bin-3.0 ) )"
-DEPEND="x11-libs/gtk+:2
- x11-libs/cairo
- dev-util/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-DOCS="ChangeLog README TODO"
-
-src_compile() {
- local mycmakeargs=""
- use mozilla && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_OLD_MOZILLA=true"
- use firefox3 && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_OLD_MOZILLA=false"
- cmake-utils_src_compile
-}
diff --git a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.1.0.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.1.0.ebuild
deleted file mode 100644
index 9d31356717c1..000000000000
--- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.1.0.ebuild
+++ /dev/null
@@ -1,35 +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/gtk-engines-qtcurve/gtk-engines-qtcurve-1.1.0.ebuild,v 1.1 2010/02/23 08:09:39 wired Exp $
-
-EAPI=1
-inherit eutils cmake-utils
-
-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://craigd.wikispaces.com/file/view/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="mozilla firefox3"
-
-RDEPEND="x11-libs/gtk+:2
- x11-libs/cairo
- firefox3? ( || ( >=www-client/mozilla-firefox-3.0
- >=www-client/firefox-bin-3.0 ) )"
-DEPEND="x11-libs/gtk+:2
- x11-libs/cairo
- dev-util/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-DOCS="ChangeLog README TODO"
-
-src_compile() {
- local mycmakeargs=""
- use mozilla && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_OLD_MOZILLA=true"
- use firefox3 && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_OLD_MOZILLA=false"
- cmake-utils_src_compile
-}
diff --git a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.1.1.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.1.1.ebuild
deleted file mode 100644
index 7c76e0fcb0c0..000000000000
--- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.1.1.ebuild
+++ /dev/null
@@ -1,35 +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/gtk-engines-qtcurve/gtk-engines-qtcurve-1.1.1.ebuild,v 1.1 2010/02/26 14:09:24 wired Exp $
-
-EAPI=1
-inherit eutils cmake-utils
-
-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://craigd.wikispaces.com/file/view/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="mozilla firefox3"
-
-RDEPEND="x11-libs/gtk+:2
- x11-libs/cairo
- firefox3? ( || ( >=www-client/mozilla-firefox-3.0
- >=www-client/firefox-bin-3.0 ) )"
-DEPEND="x11-libs/gtk+:2
- x11-libs/cairo
- dev-util/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-DOCS="ChangeLog README TODO"
-
-src_compile() {
- local mycmakeargs=""
- use mozilla && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_OLD_MOZILLA=true"
- use firefox3 && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_OLD_MOZILLA=false"
- cmake-utils_src_compile
-}
diff --git a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.2.0.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.4.0.ebuild
index 1efe55f5610c..17231bd1af39 100644
--- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.2.0.ebuild
+++ b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.4.0.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/gtk-engines-qtcurve/gtk-engines-qtcurve-1.2.0.ebuild,v 1.1 2010/03/19 07:31:36 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-1.4.0.ebuild,v 1.1 2010/05/14 20:43:11 wired Exp $
EAPI=1
inherit eutils cmake-utils