diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-05-06 17:52:44 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-05-06 17:52:44 +0000 |
commit | 6fbdb60e9dbad4f8776aac685d0ac7478690e635 (patch) | |
tree | 27936be18772523f4e4d069ad58fce5ae53fd3e1 /gnome-extra/lock-keys-applet | |
parent | Version bumped. (diff) | |
download | gentoo-2-6fbdb60e9dbad4f8776aac685d0ac7478690e635.tar.gz gentoo-2-6fbdb60e9dbad4f8776aac685d0ac7478690e635.tar.bz2 gentoo-2-6fbdb60e9dbad4f8776aac685d0ac7478690e635.zip |
initial commit
Diffstat (limited to 'gnome-extra/lock-keys-applet')
-rw-r--r-- | gnome-extra/lock-keys-applet/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/lock-keys-applet/files/digest-lock-keys-applet-1.0 | 1 | ||||
-rw-r--r-- | gnome-extra/lock-keys-applet/lock-keys-applet-1.0.ebuild | 25 |
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" + |