summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alberto Suarez Lopez <bass@gentoo.org>2002-12-16 23:23:06 +0000
committerJose Alberto Suarez Lopez <bass@gentoo.org>2002-12-16 23:23:06 +0000
commitbe3a7782612f8e17d0e3fa2456044d62d5ba879b (patch)
tree66c22e24d4d5c46b3dc8fa2a4190db0d53a5d486 /x11-plugins/gkacpi
parentMore ~alpha updates (diff)
downloadgentoo-2-be3a7782612f8e17d0e3fa2456044d62d5ba879b.tar.gz
gentoo-2-be3a7782612f8e17d0e3fa2456044d62d5ba879b.tar.bz2
gentoo-2-be3a7782612f8e17d0e3fa2456044d62d5ba879b.zip
First relase
Diffstat (limited to 'x11-plugins/gkacpi')
-rw-r--r--x11-plugins/gkacpi/ChangeLog9
-rw-r--r--x11-plugins/gkacpi/files/digest-gkacpi-0.51
-rw-r--r--x11-plugins/gkacpi/gkacpi-0.5.ebuild24
3 files changed, 34 insertions, 0 deletions
diff --git a/x11-plugins/gkacpi/ChangeLog b/x11-plugins/gkacpi/ChangeLog
new file mode 100644
index 000000000000..00cb075a1c21
--- /dev/null
+++ b/x11-plugins/gkacpi/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for x11-plugins/gkacpi
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkacpi/ChangeLog,v 1.1 2002/12/16 23:23:06 bass Exp $
+
+*gkacpi-0.5 (16 Dec 2002)
+
+ 06 Dec 2002; J.Alberto Suarez Lopez <bass@gentoo.org> : gkacpi-0.5.ebuild
+
+ First relase
diff --git a/x11-plugins/gkacpi/files/digest-gkacpi-0.5 b/x11-plugins/gkacpi/files/digest-gkacpi-0.5
new file mode 100644
index 000000000000..e4684bbdbf2b
--- /dev/null
+++ b/x11-plugins/gkacpi/files/digest-gkacpi-0.5
@@ -0,0 +1 @@
+MD5 0cf614f508ad1e53f20adb4628886dbb gkacpi-0.5.tar.gz 31831
diff --git a/x11-plugins/gkacpi/gkacpi-0.5.ebuild b/x11-plugins/gkacpi/gkacpi-0.5.ebuild
new file mode 100644
index 000000000000..66653cd69cf4
--- /dev/null
+++ b/x11-plugins/gkacpi/gkacpi-0.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkacpi/gkacpi-0.5.ebuild,v 1.1 2002/12/16 23:23:06 bass Exp $
+
+S="${WORKDIR}/${P}"
+DESCRIPTION="ACPI monitor for Gkrellm"
+SRC_URI="http://uname.dyndns.org/~uname/files/gkacpi/${P}.tar.gz"
+HOMEPAGE="http://uname.dyndns.org/~uname/software.php"
+LICENSE="GPL-2"
+DEPEND="app-admin/gkrellm"
+RDEPEND="${DEPEND}"
+KEYWORDS="x86"
+SLOT="0"
+
+src_compile() {
+ emake || die
+}
+
+src_install () {
+ insinto /usr/lib/gkrellm2/plugins
+ doins gkacpi.so
+
+ dodoc AUTHORS ChangeLog COPYING INSTALL README
+}