diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-11 13:22:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-11 13:22:41 +0000 |
commit | 67fd132158e4bee2e6f03b04804f43f2c90dc740 (patch) | |
tree | 709a9a6031b181e4f4d529274e17aeb5f6ea89eb /x11-misc/xsetleds | |
parent | touchups (diff) | |
download | gentoo-2-67fd132158e4bee2e6f03b04804f43f2c90dc740.tar.gz gentoo-2-67fd132158e4bee2e6f03b04804f43f2c90dc740.tar.bz2 gentoo-2-67fd132158e4bee2e6f03b04804f43f2c90dc740.zip |
touchups
Diffstat (limited to 'x11-misc/xsetleds')
-rw-r--r-- | x11-misc/xsetleds/xsetleds-0.1.3.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/x11-misc/xsetleds/xsetleds-0.1.3.ebuild b/x11-misc/xsetleds/xsetleds-0.1.3.ebuild index e1db73bf5ebf..3f85e07b56d3 100644 --- a/x11-misc/xsetleds/xsetleds-0.1.3.ebuild +++ b/x11-misc/xsetleds/xsetleds-0.1.3.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsetleds/xsetleds-0.1.3.ebuild,v 1.1 2003/10/16 01:09:08 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsetleds/xsetleds-0.1.3.ebuild,v 1.2 2003/11/11 13:19:29 vapier Exp $ -IUSE="" -DESCRIPTION="xsetleds is a small tool to report and change the keyboard LED states of an X display." -HOMEPAGE="ftp://ftp.unix-ag.org/user/bmeurer/xsetleds" -SRC_URI="${HOMEPAGE}/src/${P}.tar.gz" +DESCRIPTION="small tool to report and change the keyboard LED states of an X display" +HOMEPAGE="ftp://ftp.unix-ag.org/user/bmeurer/xsetleds/" +SRC_URI="ftp://ftp.unix-ag.org/user/bmeurer/xsetleds/src/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~arm ~amd64 ~ia64" DEPEND="virtual/x11" |