summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-05-06 17:52:44 +0000
committerMarinus Schraal <foser@gentoo.org>2003-05-06 17:52:44 +0000
commitd9668b92838517145f326cb6c87ca9563808ab2d (patch)
tree871845f105a665b1236676b5eb4b51a00bb98f97 /gnome-extra/lock-keys-applet
parentVersion bumped. (diff)
downloadhistorical-d9668b92838517145f326cb6c87ca9563808ab2d.tar.gz
historical-d9668b92838517145f326cb6c87ca9563808ab2d.tar.bz2
historical-d9668b92838517145f326cb6c87ca9563808ab2d.zip
initial commit
Diffstat (limited to 'gnome-extra/lock-keys-applet')
-rw-r--r--gnome-extra/lock-keys-applet/ChangeLog8
-rw-r--r--gnome-extra/lock-keys-applet/files/digest-lock-keys-applet-1.01
-rw-r--r--gnome-extra/lock-keys-applet/lock-keys-applet-1.0.ebuild25
3 files changed, 34 insertions, 0 deletions
diff --git a/gnome-extra/lock-keys-applet/ChangeLog b/gnome-extra/lock-keys-applet/ChangeLog
new file mode 100644
index 000000000000..06413477e8bc
--- /dev/null
+++ b/gnome-extra/lock-keys-applet/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for gnome-extra/lock-keys-applet
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/lock-keys-applet/ChangeLog,v 1.1 2003/05/06 17:52:44 foser Exp $
+
+*lock-keys-applet-1.0 (06 May 2003)
+
+ 06 May 2003; foser <foser@gentoo.org> lock-keys-applet-1.0.ebuild, ChangeLog :
+ Initial commit (#15179)
diff --git a/gnome-extra/lock-keys-applet/files/digest-lock-keys-applet-1.0 b/gnome-extra/lock-keys-applet/files/digest-lock-keys-applet-1.0
new file mode 100644
index 000000000000..08bfe5a317e5
--- /dev/null
+++ b/gnome-extra/lock-keys-applet/files/digest-lock-keys-applet-1.0
@@ -0,0 +1 @@
+MD5 8dc772d62f0881c8978513d7e69de3db lock-keys-applet-1.0.tar.gz 278970
diff --git a/gnome-extra/lock-keys-applet/lock-keys-applet-1.0.ebuild b/gnome-extra/lock-keys-applet/lock-keys-applet-1.0.ebuild
new file mode 100644
index 000000000000..8349940eec56
--- /dev/null
+++ b/gnome-extra/lock-keys-applet/lock-keys-applet-1.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/lock-keys-applet/lock-keys-applet-1.0.ebuild,v 1.1 2003/05/06 17:52:44 foser Exp $
+
+inherit gnome2
+
+DESCRIPTION="An applet that shows the status of your Caps, Num and Scroll Lock keys"
+HOMEPAGE="http://mfcn.ilo.de/led_applet/"
+SRC_URI="http://mfcn.ilo.de/led_applet/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND=">=gnome-base/libgnomeui-2
+ >=gnome-base/gnome-panel-2"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ >=dev-util/intltool-0.21
+ app-text/scrollkeeper"
+
+DOCS="ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO"
+