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
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.
-rw-r--r--x11-plugins/gkrellm-gamma/ChangeLog9
-rw-r--r--x11-plugins/gkrellm-gamma/Manifest2
-rw-r--r--x11-plugins/gkrellm-gamma/files/digest-gkrellm-gamma-2.031
-rw-r--r--x11-plugins/gkrellm-gamma/gkrellm-gamma-2.03.ebuild20
4 files changed, 32 insertions, 0 deletions
diff --git a/x11-plugins/gkrellm-gamma/ChangeLog b/x11-plugins/gkrellm-gamma/ChangeLog
new file mode 100644
index 000000000000..543efc4ff031
--- /dev/null
+++ b/x11-plugins/gkrellm-gamma/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for x11-plugins/gkrellm-gamma
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-gamma/ChangeLog,v 1.1 2004/06/13 04:28:19 pyrania Exp $
+
+*gkrellm-gamma-2.03 (13 Jun 2004)
+
+ 13 Jun 2004; <pyrania@gentoo.org> +gkrellm-gamma-2.03.ebuild:
+ Initial import. Closing bug #52748.
+
diff --git a/x11-plugins/gkrellm-gamma/Manifest b/x11-plugins/gkrellm-gamma/Manifest
new file mode 100644
index 000000000000..c7e2c1cc36df
--- /dev/null
+++ b/x11-plugins/gkrellm-gamma/Manifest
@@ -0,0 +1,2 @@
+MD5 5ebb86e2f7cc9be92ec1553e97de774d gkrellm-gamma-2.03.ebuild 471
+MD5 b862c88d160f3585f6184dd2161c9aac files/digest-gkrellm-gamma-2.03 69
diff --git a/x11-plugins/gkrellm-gamma/files/digest-gkrellm-gamma-2.03 b/x11-plugins/gkrellm-gamma/files/digest-gkrellm-gamma-2.03
new file mode 100644
index 000000000000..be0e37df72cb
--- /dev/null
+++ b/x11-plugins/gkrellm-gamma/files/digest-gkrellm-gamma-2.03
@@ -0,0 +1 @@
+MD5 38d6f122fce67abd042bebd68361300d gkrellm-gamma-2.03.tar.gz 24655
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
+}