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
commit482ae1410d8393299e85a43cbf3152489f02f276 (patch)
tree5bffb733a75586857c90b7a23996da16e46f97c6 /x11-plugins/gkrellm-gamma
parentAdded 'provide dns' in files/posadis-init. Bug #50437. (diff)
downloadhistorical-482ae1410d8393299e85a43cbf3152489f02f276.tar.gz
historical-482ae1410d8393299e85a43cbf3152489f02f276.tar.bz2
historical-482ae1410d8393299e85a43cbf3152489f02f276.zip
Initial import. Closing bug #52748.
Diffstat (limited to 'x11-plugins/gkrellm-gamma')
-rw-r--r--x11-plugins/gkrellm-gamma/ChangeLog9
-rw-r--r--x11-plugins/gkrellm-gamma/Manifest3
-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, 33 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..e43ab2c752bc
--- /dev/null
+++ b/x11-plugins/gkrellm-gamma/Manifest
@@ -0,0 +1,3 @@
+MD5 bad57403b83c17447774fc6195387a89 ChangeLog 370
+MD5 bc1a919dfc7d9053696608a771203dc7 gkrellm-gamma-2.03.ebuild 585
+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
+}