diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 17:20:02 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 17:20:02 +0000 |
commit | 5c9f65798bcd4fe2d5a2bc13478eaa37add0574e (patch) | |
tree | 5f754c83d0df4603868a68572e913c2846a76411 /app-misc/kleds | |
parent | repoman'd (diff) | |
download | historical-5c9f65798bcd4fe2d5a2bc13478eaa37add0574e.tar.gz historical-5c9f65798bcd4fe2d5a2bc13478eaa37add0574e.tar.bz2 historical-5c9f65798bcd4fe2d5a2bc13478eaa37add0574e.zip |
repoman'd
Diffstat (limited to 'app-misc/kleds')
-rw-r--r-- | app-misc/kleds/kleds-0.7.1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-misc/kleds/kleds-0.7.1.ebuild b/app-misc/kleds/kleds-0.7.1.ebuild index 398f8c163260..53559c0993f4 100644 --- a/app-misc/kleds/kleds-0.7.1.ebuild +++ b/app-misc/kleds/kleds-0.7.1.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-misc/kleds/kleds-0.7.1.ebuild,v 1.1 2002/07/05 15:40:44 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/kleds/kleds-0.7.1.ebuild,v 1.2 2002/07/25 17:20:02 seemant Exp $ inherit kde-base || die -LICENSE="GPL-2" S="${WORKDIR}/kleds-${PV}" need-kde 3.0 @@ -11,3 +10,6 @@ DESCRIPTION="A KDE applet that displays the keyboard lock states." SRC_URI="http://www.hansmatzen.de/software/kleds/${P}.tar.gz" HOMEPAGE="http://www.hansmatzen.de/english/kleds.html" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" |