diff options
Diffstat (limited to 'x11-themes/noia/noia-1.0-r1.ebuild')
-rw-r--r-- | x11-themes/noia/noia-1.0-r1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-themes/noia/noia-1.0-r1.ebuild b/x11-themes/noia/noia-1.0-r1.ebuild new file mode 100644 index 000000000000..e3786b5dbc15 --- /dev/null +++ b/x11-themes/noia/noia-1.0-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +DESCRIPTION="The Noia icon theme" +HOMEPAGE="http://www.kde-look.org/content/show.php?content=3883" +SRC_URI="mirror://debian/pool/main/k/kde-icons-noia/kde-icons-noia_1.0.orig.tar.gz" + +KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd" +SLOT="0" +IUSE="" +LICENSE="LGPL-2.1" + +S="${WORKDIR}/noia_kde_100" + +RESTRICT="binchecks strip" + +src_install() { + insinto /usr/share/icons/${PN} + doins -r . +} |