summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-plugins/karamba-test/ChangeLog9
-rw-r--r--x11-plugins/karamba-test/files/digest-karamba-test-0.171
-rw-r--r--x11-plugins/karamba-test/karamba-test-0.17.ebuild29
3 files changed, 39 insertions, 0 deletions
diff --git a/x11-plugins/karamba-test/ChangeLog b/x11-plugins/karamba-test/ChangeLog
new file mode 100644
index 000000000000..a4ae0e6c4b3b
--- /dev/null
+++ b/x11-plugins/karamba-test/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for x11-plugins/karamba-weather
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/karamba-test/ChangeLog,v 1.1 2003/05/04 05:47:56 prez Exp $
+
+*karamba-test-0.17 (03 May 2003)
+
+ 03 May 2003; Preston A. Elder <prez@gentoo.org> karamba-test-0.17.ebuild:
+ Initial import.
+
diff --git a/x11-plugins/karamba-test/files/digest-karamba-test-0.17 b/x11-plugins/karamba-test/files/digest-karamba-test-0.17
new file mode 100644
index 000000000000..42388abd2429
--- /dev/null
+++ b/x11-plugins/karamba-test/files/digest-karamba-test-0.17
@@ -0,0 +1 @@
+MD5 8d2f5adaac3f0d4ffb137b722b1853bd karamba_test.tar.gz 9021
diff --git a/x11-plugins/karamba-test/karamba-test-0.17.ebuild b/x11-plugins/karamba-test/karamba-test-0.17.ebuild
new file mode 100644
index 000000000000..ccf7ade5f09c
--- /dev/null
+++ b/x11-plugins/karamba-test/karamba-test-0.17.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/karamba-test/karamba-test-0.17.ebuild,v 1.1 2003/05/04 05:47:56 prez Exp $
+
+DESCRIPTION="Samba status plugin for Karamba"
+HOMEPAGE="http://www.efd.lth.se/~d98hk/karamba/"
+SRC_URI="http://www.efd.lth.se/~d98hk/karamba/karamba_test.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+RDEPEND="|| ( >=x11-misc/karamba-0.17 >=x11-misc/superkaramba-0.21 )"
+
+src_unpack () {
+ unpack ${A}
+ mv karamba_test ${P}
+}
+
+src_compile () {
+ echo -n ""
+}
+
+src_install () {
+ dodir /usr/share/karamba/themes/test
+ cp -r * ${D}/usr/share/karamba/themes/test/
+ chmod -R go=u,go-w ${D}/usr/share/karamba/themes/test
+
+ dodoc README
+}