diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-10-20 09:44:35 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-10-20 09:44:35 +0000 |
commit | e9411682cef8ee5988c3be374800a76006b571b0 (patch) | |
tree | 90c90f06aaf50fee63997337fbe52349b7ac77e5 /x11-themes/gnome-themes-standard | |
parent | Fix SRC_URI for emboss (diff) | |
download | gentoo-2-e9411682cef8ee5988c3be374800a76006b571b0.tar.gz gentoo-2-e9411682cef8ee5988c3be374800a76006b571b0.tar.bz2 gentoo-2-e9411682cef8ee5988c3be374800a76006b571b0.zip |
QA: these ebuilds install a theme engine, remove restrictions.
(Portage version: 2.2.0_alpha69/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/gnome-themes-standard')
3 files changed, 7 insertions, 7 deletions
diff --git a/x11-themes/gnome-themes-standard/ChangeLog b/x11-themes/gnome-themes-standard/ChangeLog index 3e642b2daf12..93cbd96900dc 100644 --- a/x11-themes/gnome-themes-standard/ChangeLog +++ b/x11-themes/gnome-themes-standard/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/gnome-themes-standard # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-standard/ChangeLog,v 1.6 2011/10/19 04:25:39 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-standard/ChangeLog,v 1.7 2011/10/20 09:44:35 flameeyes Exp $ + + 20 Oct 2011; Diego E. Pettenò <flameeyes@gentoo.org> + gnome-themes-standard-3.0.2.ebuild, gnome-themes-standard-3.2.1.ebuild: + QA: these ebuilds install a theme engine, remove restrictions. *gnome-themes-standard-3.2.1 (19 Oct 2011) diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.0.2.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.0.2.ebuild index 560411e1368f..7dd00faef419 100644 --- a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.0.2.ebuild +++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.0.2.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/gnome-themes-standard/gnome-themes-standard-3.0.2.ebuild,v 1.4 2011/10/16 17:47:21 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-standard/gnome-themes-standard-3.0.2.ebuild,v 1.5 2011/10/20 09:44:35 flameeyes Exp $ EAPI="3" GCONF_DEBUG="no" @@ -28,8 +28,6 @@ DEPEND="${COMMON_DEPEND} RDEPEND="${COMMON_DEPEND} !<x11-themes/gnome-themes-2.32.1-r1" -# This ebuild does not install any binaries -RESTRICT="binchecks strip" # FIXME: --enable-placeholders fails G2CONF="--disable-static --disable-placeholders" DOCS="ChangeLog NEWS" diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.2.1.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.2.1.ebuild index b1e7012e93a9..680395be99ed 100644 --- a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.2.1.ebuild +++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.2.1.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/gnome-themes-standard/gnome-themes-standard-3.2.1.ebuild,v 1.1 2011/10/19 04:25:39 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-standard/gnome-themes-standard-3.2.1.ebuild,v 1.2 2011/10/20 09:44:35 flameeyes Exp $ EAPI="4" GCONF_DEBUG="no" @@ -29,8 +29,6 @@ DEPEND="${COMMON_DEPEND} RDEPEND="${COMMON_DEPEND} !<x11-themes/gnome-themes-2.32.1-r1" -# This ebuild does not install any binaries -RESTRICT="binchecks strip" # FIXME: --enable-placeholders fails G2CONF="--disable-static --disable-placeholders" DOCS="ChangeLog NEWS" |