diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-07-05 06:00:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-07-05 06:00:57 +0000 |
commit | c0eaf897107052ea5d88b2a9b9e2fcbd9114db6a (patch) | |
tree | 86b3dff56f12f94450ee734f2596868e2d20ab6d /x11-themes/hicolor-icon-theme | |
parent | sh love (diff) | |
download | gentoo-2-c0eaf897107052ea5d88b2a9b9e2fcbd9114db6a.tar.gz gentoo-2-c0eaf897107052ea5d88b2a9b9e2fcbd9114db6a.tar.bz2 gentoo-2-c0eaf897107052ea5d88b2a9b9e2fcbd9114db6a.zip |
sh love
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'x11-themes/hicolor-icon-theme')
3 files changed, 8 insertions, 13 deletions
diff --git a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.8.ebuild b/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.8.ebuild index 1c3330381b4c..6ecb319e248b 100644 --- a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.8.ebuild +++ b/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.8.ebuild,v 1.12 2005/10/10 06:40:29 hardave Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.8.ebuild,v 1.13 2006/07/05 06:00:57 vapier Exp $ DESCRIPTION="Fallback theme for the freedesktop icon theme specification" HOMEPAGE="http://icon-theme.freedesktop.org/wiki/HicolorTheme" @@ -8,7 +8,7 @@ SRC_URI="http://icon-theme.freedesktop.org/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86" IUSE="" DEPEND="" diff --git a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.9-r1.ebuild b/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.9-r1.ebuild index 92e613be9597..a09930bcc41e 100644 --- a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.9-r1.ebuild +++ b/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.9-r1.ebuild,v 1.1 2006/03/11 20:36:58 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.9-r1.ebuild,v 1.2 2006/07/05 06:00:57 vapier Exp $ # The gnome2 eclass must be inherited to update the icon cache. All exported # functions should be overridden @@ -13,7 +13,7 @@ SRC_URI="http://icon-theme.freedesktop.org/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" IUSE="" DEPEND="" @@ -21,15 +21,10 @@ RDEPEND="" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" # Add the dropped stock icons - epatch ${FILESDIR}/${PN}-0.9-stock-document-icons.patch -} - -src_compile() { - econf || die "configure failed" - emake || die "make failed" + epatch "${FILESDIR}"/${PN}-0.9-stock-document-icons.patch } src_install() { diff --git a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.9.ebuild b/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.9.ebuild index 5d9b79f3996f..59390ee373e2 100644 --- a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.9.ebuild +++ b/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.9.ebuild,v 1.1 2006/02/11 07:32:56 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.9.ebuild,v 1.2 2006/07/05 06:00:57 vapier Exp $ DESCRIPTION="Fallback theme for the freedesktop icon theme specification" HOMEPAGE="http://icon-theme.freedesktop.org/wiki/HicolorTheme" @@ -8,7 +8,7 @@ SRC_URI="http://icon-theme.freedesktop.org/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" IUSE="" DEPEND="" |