summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2010-06-01 22:16:21 +0200
committerSebastian Pipping <sping@gentoo.org>2010-06-01 22:18:39 +0200
commit1ae374033fe65a8cb72707850f8aa5b9c20e6a5c (patch)
tree5e9f0755a9925bc4fb233a5ec02772c5a668f37b /x11-themes
parentSet repo_name (diff)
downloadbetagarden-1ae374033fe65a8cb72707850f8aa5b9c20e6a5c.tar.gz
betagarden-1ae374033fe65a8cb72707850f8aa5b9c20e6a5c.tar.bz2
betagarden-1ae374033fe65a8cb72707850f8aa5b9c20e6a5c.zip
Migrate some ebuilds from sping overlay
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/murrinastormcloud/Manifest3
-rw-r--r--x11-themes/murrinastormcloud/metadata.xml9
-rw-r--r--x11-themes/murrinastormcloud/murrinastormcloud-0.3.ebuild19
3 files changed, 31 insertions, 0 deletions
diff --git a/x11-themes/murrinastormcloud/Manifest b/x11-themes/murrinastormcloud/Manifest
new file mode 100644
index 0000000..84cf0db
--- /dev/null
+++ b/x11-themes/murrinastormcloud/Manifest
@@ -0,0 +1,3 @@
+DIST 61418-MurrinaStormCloud-0.3.tar.gz 1808 RMD160 725e9e275d524219035a475b8d6a6533b23d350b SHA1 d3f69e164b51f9ac62c45213e796a3d6611abd60 SHA256 816546739c953e2af2ce78731bd3b895dc74401efb741a44639f0ad0cb4124a5
+EBUILD murrinastormcloud-0.3.ebuild 511 RMD160 b3c45ddb67a851a68c9bc2012ee7d16a10820aba SHA1 5b43ebc12d2bc8ec858cfd54aedc9f2b58a176ec SHA256 a44ad288b9fb5e9210b4b6ab656ca679139a237f93291676287eb632087adc66
+MISC metadata.xml 257 RMD160 04e4c6e678ba8e8ffde93f57d06a40b60f9eaa69 SHA1 e3c39bf9a25beebbe626726bb94f6e22db4fa06d SHA256 b4a209de2bfbbcc5ceab61bf458a1ee79da4c60a30e4aabf54b76e9709b56db8
diff --git a/x11-themes/murrinastormcloud/metadata.xml b/x11-themes/murrinastormcloud/metadata.xml
new file mode 100644
index 0000000..328fbd1
--- /dev/null
+++ b/x11-themes/murrinastormcloud/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>sping@gentoo.org</email>
+ <name>Sebastian Pipping</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/x11-themes/murrinastormcloud/murrinastormcloud-0.3.ebuild b/x11-themes/murrinastormcloud/murrinastormcloud-0.3.ebuild
new file mode 100644
index 0000000..6d72fd1
--- /dev/null
+++ b/x11-themes/murrinastormcloud/murrinastormcloud-0.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Theme for Murrine GTK+ 2.x engine known from Xubuntu"
+HOMEPAGE="http://xfce-look.org/content/show.php/MurrinaStormCloud?content=61418"
+SRC_URI="http://xfce-look.org/CONTENT/content-files/61418-MurrinaStormCloud-0.3.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/"
+
+src_install() {
+ insinto /usr/share/themes
+ doins -r * || die "doins failed"
+}