summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-11-28 09:59:42 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-11-28 09:59:42 +0000
commit6408f4a14458f5dc4adee1519bfccf54c579c4a8 (patch)
treefc15a535f029d1e872fa9d4723a6444043908d2b /x11-themes
parentalpha/hppa/ia64/ppc/ppc64/sparc stable wrt #429484. only trivial changes to t... (diff)
downloadgentoo-2-6408f4a14458f5dc4adee1519bfccf54c579c4a8.tar.gz
gentoo-2-6408f4a14458f5dc4adee1519bfccf54c579c4a8.tar.bz2
gentoo-2-6408f4a14458f5dc4adee1519bfccf54c579c4a8.zip
old
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gtk-engines-xfce/ChangeLog8
-rw-r--r--x11-themes/gtk-engines-xfce/files/gtk-engines-xfce-3.0.0-destroy_gradient.patch11
-rw-r--r--x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.0.0-r200.ebuild32
-rw-r--r--x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.0.0-r201.ebuild34
-rw-r--r--x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.0.0-r300.ebuild32
5 files changed, 7 insertions, 110 deletions
diff --git a/x11-themes/gtk-engines-xfce/ChangeLog b/x11-themes/gtk-engines-xfce/ChangeLog
index a4f1686e56b0..0a3145d52ce0 100644
--- a/x11-themes/gtk-engines-xfce/ChangeLog
+++ b/x11-themes/gtk-engines-xfce/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-themes/gtk-engines-xfce
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.162 2012/11/28 09:58:41 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.163 2012/11/28 09:59:42 ssuominen Exp $
+
+ 28 Nov 2012; Samuli Suominen <ssuominen@gentoo.org>
+ -gtk-engines-xfce-3.0.0-r200.ebuild, -gtk-engines-xfce-3.0.0-r201.ebuild,
+ -gtk-engines-xfce-3.0.0-r300.ebuild,
+ -files/gtk-engines-xfce-3.0.0-destroy_gradient.patch:
+ old
28 Nov 2012; Samuli Suominen <ssuominen@gentoo.org>
gtk-engines-xfce-3.0.1-r200.ebuild, gtk-engines-xfce-3.0.1-r300.ebuild:
diff --git a/x11-themes/gtk-engines-xfce/files/gtk-engines-xfce-3.0.0-destroy_gradient.patch b/x11-themes/gtk-engines-xfce/files/gtk-engines-xfce-3.0.0-destroy_gradient.patch
deleted file mode 100644
index 8f92cc71f279..000000000000
--- a/x11-themes/gtk-engines-xfce/files/gtk-engines-xfce-3.0.0-destroy_gradient.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-http://bugs.gentoo.org/show_bug.cgi?id=408529
-http://bugzilla.xfce.org/show_bug.cgi?id=8521
-
---- gtk-2.0/gradient_draw.c
-+++ gtk-2.0/gradient_draw.c
-@@ -278,4 +278,5 @@ void gradient_draw_shaded(cairo_t *cr, gint x, gint y, gint width, gint height,
- cairo_fill (cr);
-
- cairo_restore(cr);
-+ cairo_pattern_destroy(gradient);
- }
diff --git a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.0.0-r200.ebuild b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.0.0-r200.ebuild
deleted file mode 100644
index ad7c2a4632e6..000000000000
--- a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.0.0-r200.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.0.0-r200.ebuild,v 1.9 2012/05/28 17:24:04 armin76 Exp $
-
-EAPI=4
-MY_PN=gtk-xfce-engine
-inherit xfconf
-
-DESCRIPTION="A port of Xfce engine to GTK+-2.x"
-HOMEPAGE="http://www.xfce.org/projects/"
-SRC_URI="mirror://xfce/src/xfce/${MY_PN}/${PV%.*}/${MY_PN}-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/glib-2.24
- >=x11-libs/gtk+-2.20:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-pkg_setup() {
- XFCONF=(
- --disable-gtk3
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS README )
-}
diff --git a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.0.0-r201.ebuild b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.0.0-r201.ebuild
deleted file mode 100644
index 823bde58cf32..000000000000
--- a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.0.0-r201.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.0.0-r201.ebuild,v 1.1 2012/09/05 11:09:48 ssuominen Exp $
-
-EAPI=4
-MY_PN=gtk-xfce-engine
-inherit xfconf
-
-DESCRIPTION="A port of Xfce engine to GTK+-2.x"
-HOMEPAGE="http://www.xfce.org/projects/"
-SRC_URI="mirror://xfce/src/xfce/${MY_PN}/${PV%.*}/${MY_PN}-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/glib-2.24
- >=x11-libs/gtk+-2.20:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-pkg_setup() {
- PATCHES=( "${FILESDIR}"/${P}-destroy_gradient.patch )
-
- XFCONF=(
- --disable-gtk3
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS README )
-}
diff --git a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.0.0-r300.ebuild b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.0.0-r300.ebuild
deleted file mode 100644
index 2b565625a8d4..000000000000
--- a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.0.0-r300.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.0.0-r300.ebuild,v 1.9 2012/06/17 18:27:42 armin76 Exp $
-
-EAPI=4
-MY_PN=gtk-xfce-engine
-inherit xfconf
-
-DESCRIPTION="A port of Xfce engine to GTK+-3.x"
-HOMEPAGE="http://www.xfce.org/projects/"
-SRC_URI="mirror://xfce/src/xfce/${MY_PN}/${PV%.*}/${MY_PN}-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="3"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/glib-2.24
- >=x11-libs/gtk+-3.2:3"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-pkg_setup() {
- XFCONF=(
- --disable-gtk2
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS README )
-}