diff options
Diffstat (limited to 'x11-themes/lush')
-rw-r--r-- | x11-themes/lush/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/lush/lush-0.1.0-r2.ebuild | 21 | ||||
-rw-r--r-- | x11-themes/lush/metadata.xml | 5 |
3 files changed, 27 insertions, 0 deletions
diff --git a/x11-themes/lush/Manifest b/x11-themes/lush/Manifest new file mode 100644 index 000000000000..055686f70353 --- /dev/null +++ b/x11-themes/lush/Manifest @@ -0,0 +1 @@ +DIST lush-0.1.0dave.tar.gz 2072409 RMD160 ff5e41ea64143505a3aa3a2d17c88ed225c15aca SHA1 e3eaf0e09848227e1c724e09ebc0ca5ddf45b58e SHA256 af1f15142d0580951359fbacee3822365720f449b3b16cbe34b11ac48aa6d3e0 diff --git a/x11-themes/lush/lush-0.1.0-r2.ebuild b/x11-themes/lush/lush-0.1.0-r2.ebuild new file mode 100644 index 000000000000..42faa34c86b2 --- /dev/null +++ b/x11-themes/lush/lush-0.1.0-r2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +S="${WORKDIR}" +DESCRIPTION="Lush KDE icon theme" +SRC_URI="mirror://gentoo/${P}dave.tar.gz" +HOMEPAGE="http://www.kde-look.org/content/show.php?content=5483" + +KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~x86-fbsd" +LICENSE="GPL-1" + +SLOT="0" +IUSE="" + +RESTRICT="strip binchecks" + +src_install(){ + insinto /usr/share/icons + doins -r lush +} diff --git a/x11-themes/lush/metadata.xml b/x11-themes/lush/metadata.xml new file mode 100644 index 000000000000..8d1e86a9cefb --- /dev/null +++ b/x11-themes/lush/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde</herd> +</pkgmetadata> |