summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2004-06-13 04:28:19 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2004-06-13 04:28:19 +0000
commit05e5943e17da74dceed6f1ecfe83749455346efb (patch)
tree8b7c047e99bfb671f610ee969a7d4ea135637e23 /x11-plugins/gkrellm-gamma/gkrellm-gamma-2.03.ebuild
parentAdded 'provide dns' in files/posadis-init. Bug #50437. (Manifest recommit) (diff)
downloadgentoo-2-05e5943e17da74dceed6f1ecfe83749455346efb.tar.gz
gentoo-2-05e5943e17da74dceed6f1ecfe83749455346efb.tar.bz2
gentoo-2-05e5943e17da74dceed6f1ecfe83749455346efb.zip
Initial import. Closing bug #52748.
Diffstat (limited to 'x11-plugins/gkrellm-gamma/gkrellm-gamma-2.03.ebuild')
-rw-r--r--x11-plugins/gkrellm-gamma/gkrellm-gamma-2.03.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-plugins/gkrellm-gamma/gkrellm-gamma-2.03.ebuild b/x11-plugins/gkrellm-gamma/gkrellm-gamma-2.03.ebuild
new file mode 100644
index 000000000000..471f0ecc8908
--- /dev/null
+++ b/x11-plugins/gkrellm-gamma/gkrellm-gamma-2.03.ebuild
@@ -0,0 +1,20 @@
+# 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-gamma/gkrellm-gamma-2.03.ebuild,v 1.1 2004/06/13 04:28:19 pyrania Exp $
+
+IUSE=""
+DESCRIPTION="A gamma control plugin for gkrellm"
+HOMEPAGE="http://sweb.cz/tripie/gkrellm/gamma/"
+SRC_URI="http://sweb.cz/tripie/gkrellm/gamma/dist/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="2"
+KEYWORDS="~x86"
+
+DEPEND="=app-admin/gkrellm-2*"
+
+src_install() {
+ insinto /usr/lib/gkrellm2/plugins
+ doins gamma.so
+ dodoc AUTHORS COPYING README
+}