diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-02-15 16:05:14 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-02-15 16:05:14 +0000 |
commit | 410ba4e01983fb0b276f0aa23e588037c16a5e09 (patch) | |
tree | ebfd7fdf78540720f1cf90527bceaaeb60ffa35f /x11-themes | |
parent | Version bump. (diff) | |
download | gentoo-2-410ba4e01983fb0b276f0aa23e588037c16a5e09.tar.gz gentoo-2-410ba4e01983fb0b276f0aa23e588037c16a5e09.tar.bz2 gentoo-2-410ba4e01983fb0b276f0aa23e588037c16a5e09.zip |
add restrict strip binchecks as we dont install binaries (bug #166985)
(Portage version: 2.1.2-r9)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-icon-theme/ChangeLog | 7 | ||||
-rw-r--r-- | x11-themes/gnome-icon-theme/gnome-icon-theme-2.14.2.ebuild | 7 | ||||
-rw-r--r-- | x11-themes/gnome-icon-theme/gnome-icon-theme-2.16.1.ebuild | 5 |
3 files changed, 15 insertions, 4 deletions
diff --git a/x11-themes/gnome-icon-theme/ChangeLog b/x11-themes/gnome-icon-theme/ChangeLog index 71d19710ae85..da1a115f16ff 100644 --- a/x11-themes/gnome-icon-theme/ChangeLog +++ b/x11-themes/gnome-icon-theme/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-themes/gnome-icon-theme # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.123 2007/01/21 19:34:45 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.124 2007/02/15 16:05:14 compnerd Exp $ + + 15 Feb 2007; Saleem Abdulrasool <compnerd@gentoo.org> + gnome-icon-theme-2.14.2.ebuild, gnome-icon-theme-2.16.1.ebuild: + Add restrictions for binchecks and strip as we dont install any binaries + (bug #166985) 21 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> gnome-icon-theme-2.16.1.ebuild: diff --git a/x11-themes/gnome-icon-theme/gnome-icon-theme-2.14.2.ebuild b/x11-themes/gnome-icon-theme/gnome-icon-theme-2.14.2.ebuild index 9b98742b480a..68a5231ab9c0 100644 --- a/x11-themes/gnome-icon-theme/gnome-icon-theme-2.14.2.ebuild +++ b/x11-themes/gnome-icon-theme/gnome-icon-theme-2.14.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-2.14.2.ebuild,v 1.14 2006/10/20 15:19:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-2.14.2.ebuild,v 1.15 2007/02/15 16:05:14 compnerd Exp $ inherit gnome2 @@ -20,3 +20,6 @@ DEPEND="${RDEPEND} >=dev-util/intltool-0.29" DOCS="AUTHORS ChangeLog NEWS TODO" + +# This ebuild does not install any binaries +RESTRICT="binchecks strip" diff --git a/x11-themes/gnome-icon-theme/gnome-icon-theme-2.16.1.ebuild b/x11-themes/gnome-icon-theme/gnome-icon-theme-2.16.1.ebuild index bd9b1316583c..eb32c46e8826 100644 --- a/x11-themes/gnome-icon-theme/gnome-icon-theme-2.16.1.ebuild +++ b/x11-themes/gnome-icon-theme/gnome-icon-theme-2.16.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-2.16.1.ebuild,v 1.10 2007/01/26 09:37:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-2.16.1.ebuild,v 1.11 2007/02/15 16:05:14 compnerd Exp $ inherit gnome2 @@ -20,3 +20,6 @@ DEPEND="${RDEPEND} sys-devel/gettext" DOCS="AUTHORS ChangeLog NEWS TODO" + +# This ebuild does not install any binaries +RESTRICT="binchecks strip" |