summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2008-07-12 20:13:02 +0000
committerBen de Groot <yngwin@gentoo.org>2008-07-12 20:13:02 +0000
commit58e044f18778c9cb2bf119681648395fb33b65e5 (patch)
tree433c6acc116e493754e996f20ff75ee0a6c6b3bb /x11-themes
parent1.0.2 version bump for security bug 231587. Thanks to 7v5w7go9ub0o (diff)
downloadgentoo-2-58e044f18778c9cb2bf119681648395fb33b65e5.tar.gz
gentoo-2-58e044f18778c9cb2bf119681648395fb33b65e5.tar.bz2
gentoo-2-58e044f18778c9cb2bf119681648395fb33b65e5.zip
Clean out old gtk-engines-qtcurve versions. Fixes bug 225587.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-hh7 i686)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gtk-engines-qtcurve/ChangeLog7
-rw-r--r--x11-themes/gtk-engines-qtcurve/files/build.patch11
-rw-r--r--x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.57.1.ebuild30
-rw-r--r--x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.2.ebuild30
-rw-r--r--x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.3.ebuild30
5 files changed, 6 insertions, 102 deletions
diff --git a/x11-themes/gtk-engines-qtcurve/ChangeLog b/x11-themes/gtk-engines-qtcurve/ChangeLog
index 26852993c0a7..598a356cf4be 100644
--- a/x11-themes/gtk-engines-qtcurve/ChangeLog
+++ b/x11-themes/gtk-engines-qtcurve/ChangeLog
@@ -1,6 +1,11 @@
# 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.35 2008/07/06 17:37:25 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-qtcurve/ChangeLog,v 1.36 2008/07/12 20:13:01 yngwin Exp $
+
+ 12 Jul 2008; Ben de Groot <yngwin@gentoo.org> -files/build.patch,
+ -gtk-engines-qtcurve-0.57.1.ebuild, -gtk-engines-qtcurve-0.59.2.ebuild,
+ -gtk-engines-qtcurve-0.59.3.ebuild:
+ Clean out old versions. Fixes bug 225587.
06 Jul 2008; Friedrich Oslage <bluebird@gentoo.org>
gtk-engines-qtcurve-0.59.4.ebuild:
diff --git a/x11-themes/gtk-engines-qtcurve/files/build.patch b/x11-themes/gtk-engines-qtcurve/files/build.patch
deleted file mode 100644
index 62b0e55cfc84..000000000000
--- a/x11-themes/gtk-engines-qtcurve/files/build.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- style/qt_settings.c.orig 2008-02-29 23:31:03.000000000 +0100
-+++ style/qt_settings.c 2008-02-29 23:31:39.000000000 +0100
-@@ -1381,7 +1381,7 @@
- processMozillaApp(!opts->gtkButtonOrder, add_menu_colors, "firefox", TRUE);
- else if(thunderbird)
- processMozillaApp(!opts->gtkButtonOrder, add_menu_colors, "thunderbird", FALSE);
-- else if(mozThunderbird
-+ else if(mozThunderbird)
- processMozillaApp(!opts->gtkButtonOrder, add_menu_colors, "mozilla-thunderbird", FALSE);
- #endif
- qtSettings.app= (firefox && opts->newFirefox) ||
diff --git a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.57.1.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.57.1.ebuild
deleted file mode 100644
index 0a260d863b9c..000000000000
--- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.57.1.ebuild
+++ /dev/null
@@ -1,30 +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.57.1.ebuild,v 1.4 2008/05/12 16:29:09 maekke Exp $
-
-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://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}
-DOCS="ChangeLog README TODO"
-
-src_compile() {
- local mycmakeargs=""
- use mozilla && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_MODIFY_MOZILLA_USER_JS=true"
- cmake-utils_src_compile
-}
diff --git a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.2.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.2.ebuild
deleted file mode 100644
index b9c0227576dd..000000000000
--- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.2.ebuild
+++ /dev/null
@@ -1,30 +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.59.2.ebuild,v 1.1 2008/05/04 00:21:10 yngwin Exp $
-
-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://home.freeuk.com/cpdrummond/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~x86"
-IUSE="mozilla"
-
-RDEPEND=">=x11-libs/gtk+-2
- x11-libs/cairo"
-DEPEND="${RDEPEND}
- >=dev-util/cmake-2.4"
-
-S=${WORKDIR}/${MY_P}
-DOCS="ChangeLog README TODO"
-
-src_compile() {
- local mycmakeargs=""
- use mozilla && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_MODIFY_MOZILLA_USER_JS=true"
- cmake-utils_src_compile
-}
diff --git a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.3.ebuild b/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.3.ebuild
deleted file mode 100644
index 05c655145858..000000000000
--- a/x11-themes/gtk-engines-qtcurve/gtk-engines-qtcurve-0.59.3.ebuild
+++ /dev/null
@@ -1,30 +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.59.3.ebuild,v 1.1 2008/05/14 20:09:19 yngwin Exp $
-
-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://home.freeuk.com/cpdrummond/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~x86"
-IUSE="mozilla"
-
-RDEPEND=">=x11-libs/gtk+-2
- x11-libs/cairo"
-DEPEND="${RDEPEND}
- >=dev-util/cmake-2.4"
-
-S=${WORKDIR}/${MY_P}
-DOCS="ChangeLog README TODO"
-
-src_compile() {
- local mycmakeargs=""
- use mozilla && mycmakeargs="-DQTC_MODIFY_MOZILLA=true -DQTC_MODIFY_MOZILLA_USER_JS=true"
- cmake-utils_src_compile
-}