diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-06-17 18:33:59 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-06-17 18:33:59 +0000 |
commit | 3a78cd86e7254ab230b2c7d75bb54700f92265d3 (patch) | |
tree | eb9e7a5a4178aeca508a315f03ffb0a392012322 /x11-themes | |
parent | alpha/ia64/sparc stable wrt #413871 (diff) | |
download | gentoo-2-3a78cd86e7254ab230b2c7d75bb54700f92265d3.tar.gz gentoo-2-3a78cd86e7254ab230b2c7d75bb54700f92265d3.tar.bz2 gentoo-2-3a78cd86e7254ab230b2c7d75bb54700f92265d3.zip |
old
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
5 files changed, 6 insertions, 129 deletions
diff --git a/x11-themes/gtk-engines-xfce/ChangeLog b/x11-themes/gtk-engines-xfce/ChangeLog index 7a60e839af54..2b91375e9e20 100644 --- a/x11-themes/gtk-engines-xfce/ChangeLog +++ b/x11-themes/gtk-engines-xfce/ChangeLog @@ -1,6 +1,11 @@ # 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.152 2012/06/17 18:27:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.153 2012/06/17 18:33:58 ssuominen Exp $ + + 17 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> + -gtk-engines-xfce-2.99.0-r200.ebuild, -gtk-engines-xfce-2.99.0-r300.ebuild, + -gtk-engines-xfce-2.99.3-r200.ebuild, -gtk-engines-xfce-2.99.3-r300.ebuild: + old 17 Jun 2012; Raúl Porcel <armin76@gentoo.org> gtk-engines-xfce-3.0.0-r300.ebuild: diff --git a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild deleted file mode 100644 index a4b8d3e88442..000000000000 --- a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.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-2.99.0-r200.ebuild,v 1.8 2012/05/05 04:10:04 jdhore 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 ~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-2.99.0-r300.ebuild b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild deleted file mode 100644 index 3bf1979587d9..000000000000 --- a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.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-2.99.0-r300.ebuild,v 1.8 2012/05/05 04:10:04 jdhore 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 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="debug" - -RDEPEND=">=dev-libs/glib-2.24 - x11-libs/gtk+:3" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/${MY_PN}-${PV} - -pkg_setup() { - XFCONF=( - --disable-gtk2 - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS README ) -} diff --git a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.3-r200.ebuild b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.3-r200.ebuild deleted file mode 100644 index d837a77c8603..000000000000 --- a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.3-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-2.99.3-r200.ebuild,v 1.2 2012/05/05 04:10:04 jdhore 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 ~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-2.99.3-r300.ebuild b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.3-r300.ebuild deleted file mode 100644 index 797272f13028..000000000000 --- a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.3-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-2.99.3-r300.ebuild,v 1.2 2012/05/05 04:10:04 jdhore 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 ~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 ) -} |