summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-04-20 15:31:25 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-04-20 15:31:25 +0000
commitbf57062a53ddecb88794f5d2d3ad501c11e2def7 (patch)
tree365ebb41074a09ddb76cbdeb7fd8fe0e6dedbd5f /x11-plugins/gkrellm-trayicons
parent (Manifest recommit) (diff)
downloadgentoo-2-bf57062a53ddecb88794f5d2d3ad501c11e2def7.tar.gz
gentoo-2-bf57062a53ddecb88794f5d2d3ad501c11e2def7.tar.bz2
gentoo-2-bf57062a53ddecb88794f5d2d3ad501c11e2def7.zip
Initial ebuild.
Diffstat (limited to 'x11-plugins/gkrellm-trayicons')
-rw-r--r--x11-plugins/gkrellm-trayicons/ChangeLog10
-rw-r--r--x11-plugins/gkrellm-trayicons/Manifest2
-rw-r--r--x11-plugins/gkrellm-trayicons/files/digest-gkrellm-trayicons-1.021
-rw-r--r--x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild24
-rw-r--r--x11-plugins/gkrellm-trayicons/metadata.xml8
5 files changed, 45 insertions, 0 deletions
diff --git a/x11-plugins/gkrellm-trayicons/ChangeLog b/x11-plugins/gkrellm-trayicons/ChangeLog
new file mode 100644
index 000000000000..5546e3d1a9be
--- /dev/null
+++ b/x11-plugins/gkrellm-trayicons/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-plugins/gkrellm-trayicons
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-trayicons/ChangeLog,v 1.1 2004/04/20 15:31:22 mholzer Exp $
+
+*gkrellm-trayicons-1.02 (20 Apr 2004)
+
+ 20 Apr 2004; Martin Holzer <mholzer@gentoo.org>
+ gkrellm-trayicons-1.02.ebuild, metadata.xml:
+ Initial ebuild. Submitted by Dale K Dicks <dale_d@telusplanet.net> in 43717
+
diff --git a/x11-plugins/gkrellm-trayicons/Manifest b/x11-plugins/gkrellm-trayicons/Manifest
new file mode 100644
index 000000000000..01ff3041dac1
--- /dev/null
+++ b/x11-plugins/gkrellm-trayicons/Manifest
@@ -0,0 +1,2 @@
+MD5 201fdeaab9ebce0c51ca55d87d5c051e gkrellm-trayicons-1.02.ebuild 643
+MD5 e8d365b59588dee3c9dd7d3e0e3cea77 files/digest-gkrellm-trayicons-1.02 74
diff --git a/x11-plugins/gkrellm-trayicons/files/digest-gkrellm-trayicons-1.02 b/x11-plugins/gkrellm-trayicons/files/digest-gkrellm-trayicons-1.02
new file mode 100644
index 000000000000..e612e908aef5
--- /dev/null
+++ b/x11-plugins/gkrellm-trayicons/files/digest-gkrellm-trayicons-1.02
@@ -0,0 +1 @@
+MD5 06d341cb7549dc3d8e7702cd16c0b6b6 gkrellm-trayicons-1.02.tar.gz 185202
diff --git a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild
new file mode 100644
index 000000000000..590effc2eed8
--- /dev/null
+++ b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild,v 1.1 2004/04/20 15:31:22 mholzer Exp $
+
+DESCRIPTION="Configurable Tray Icons for GKrellM"
+HOMEPAGE="http://sweb.cz/tripie/gkrellm/trayicons/"
+SRC_URI="http://sweb.cz/tripie/gkrellm/trayicons/dist/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE="mpeg4"
+
+DEPEND="app-admin/gkrellm"
+
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ insinto /usr/lib/gkrellm2/plugins
+ doins trayicons.so
+ dodoc AUTHORS LICENSE ChangeLog
+}
diff --git a/x11-plugins/gkrellm-trayicons/metadata.xml b/x11-plugins/gkrellm-trayicons/metadata.xml
new file mode 100644
index 000000000000..ea303dc8c30d
--- /dev/null
+++ b/x11-plugins/gkrellm-trayicons/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>mholzer@gentoo.org</email>
+</maintainer>
+</pkgmetadata>