diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-14 17:15:03 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-14 17:15:03 +0000 |
commit | f2a0fe66460b39efcb19c0e04dd7599789362705 (patch) | |
tree | bc76afb183539b4b54f24a023ef2b446696179f2 /x11-themes/nuvola/nuvola-1.0-r1.ebuild | |
parent | Spelling. (diff) | |
download | gentoo-2-f2a0fe66460b39efcb19c0e04dd7599789362705.tar.gz gentoo-2-f2a0fe66460b39efcb19c0e04dd7599789362705.tar.bz2 gentoo-2-f2a0fe66460b39efcb19c0e04dd7599789362705.zip |
Block =kde-base/kdeartwork-iconthemes-4* wrt #250898.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/nuvola/nuvola-1.0-r1.ebuild')
-rw-r--r-- | x11-themes/nuvola/nuvola-1.0-r1.ebuild | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/x11-themes/nuvola/nuvola-1.0-r1.ebuild b/x11-themes/nuvola/nuvola-1.0-r1.ebuild index 6cb5876bf50f..0dd5c97a421e 100644 --- a/x11-themes/nuvola/nuvola-1.0-r1.ebuild +++ b/x11-themes/nuvola/nuvola-1.0-r1.ebuild @@ -1,23 +1,25 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/nuvola/nuvola-1.0-r1.ebuild,v 1.12 2006/11/28 00:28:32 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/nuvola/nuvola-1.0-r1.ebuild,v 1.13 2009/10/14 17:15:03 ssuominen Exp $ -DESCRIPTION="Nuvola SVG icon theme." -SRC_URI="http://www.icon-king.com/files/${P}.tar.gz" +DESCRIPTION="Nuvola SVG icon theme" HOMEPAGE="http://www.kde-look.org/content/show.php?content=5358" -LICENSE="LGPL-2" +SRC_URI="http://www.icon-king.com/files/${P}.tar.gz" -IUSE="" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" +LICENSE="LGPL-2" SLOT="0" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" +IUSE="" RESTRICT="strip binchecks" -S="${WORKDIR}" +DEPEND="!=kde-base/kdeartwork-iconthemes-4*" + +S=${WORKDIR} -src_install(){ +src_install() { cd nuvola - dodoc thanks.to readme.txt author license.txt + dodoc thanks.to readme.txt author rm thanks.to thanks.to~ readme.txt author license.txt cd "${S}" |