diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-14 19:02:41 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-14 19:02:41 +0000 |
commit | 88ee77de6fc61bc403d940fab1b030bdc5621df7 (patch) | |
tree | 5ebacd2a75cc343f8521efe8753121f6501fa797 /x11-themes | |
parent | ppc stable wrt #344827, #354237 (diff) | |
download | gentoo-2-88ee77de6fc61bc403d940fab1b030bdc5621df7.tar.gz gentoo-2-88ee77de6fc61bc403d940fab1b030bdc5621df7.tar.bz2 gentoo-2-88ee77de6fc61bc403d940fab1b030bdc5621df7.zip |
alpha/ia64/sparc stable wrt #349053
(Portage version: 2.1.9.39/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-engines-xfce/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.6.0.ebuild | 29 | ||||
-rw-r--r-- | x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.8.0.ebuild | 5 |
3 files changed, 8 insertions, 32 deletions
diff --git a/x11-themes/gtk-engines-xfce/ChangeLog b/x11-themes/gtk-engines-xfce/ChangeLog index 201aea679cf7..b0e67cf188cd 100644 --- a/x11-themes/gtk-engines-xfce/ChangeLog +++ b/x11-themes/gtk-engines-xfce/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/gtk-engines-xfce # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.114 2011/02/05 18:09:42 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.115 2011/02/14 19:02:41 ssuominen Exp $ + + 14 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> + gtk-engines-xfce-2.8.0.ebuild: + alpha/ia64/sparc stable wrt #349053 05 Feb 2011; Markus Meier <maekke@gentoo.org> gtk-engines-xfce-2.8.0.ebuild: arm stable, bug #349053 diff --git a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.6.0.ebuild b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.6.0.ebuild deleted file mode 100644 index b31fef5a208e..000000000000 --- a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.6.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2011 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.6.0.ebuild,v 1.13 2011/02/04 18:02:46 ssuominen Exp $ - -EAPI=3 -MY_PN=gtk-xfce-engine -inherit xfconf - -DESCRIPTION="GTK+ Xfce4 theme engine" -HOMEPAGE="http://www.xfce.org/" -SRC_URI="mirror://xfce/src/xfce/${MY_PN}/2.6/${MY_PN}-${PV}.tar.bz2" - -LICENSE="GPL-3" -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="" - -RDEPEND=">=x11-libs/gtk+-2.12:2" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S=${WORKDIR}/${MY_PN}-${PV} - -pkg_setup() { - DOCS="AUTHORS ChangeLog NEWS README" - XFCONF=( - --disable-dependency-tracking - ) -} diff --git a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.8.0.ebuild b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.8.0.ebuild index 282f5a87e3a3..72a95aee3644 100644 --- a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.8.0.ebuild +++ b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.8.0.ebuild,v 1.5 2011/02/05 18:09:42 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.8.0.ebuild,v 1.6 2011/02/14 19:02:41 ssuominen Exp $ EAPI=3 MY_PN=gtk-xfce-engine @@ -12,7 +12,7 @@ SRC_URI="mirror://xfce/src/xfce/${MY_PN}/2.8/${MY_PN}-${PV}.tar.bz2" LICENSE="GPL-3" 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" +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.18:2 @@ -25,6 +25,7 @@ S=${WORKDIR}/${MY_PN}-${PV} pkg_setup() { XFCONF=( --disable-dependency-tracking + --disable-static $(xfconf_use_debug) ) |