diff options
author | 2003-11-11 13:21:34 +0000 | |
---|---|---|
committer | 2003-11-11 13:21:34 +0000 | |
commit | b307203d0dacbcd1e8cd6b662bab3d5bf62617de (patch) | |
tree | 1cfa30e9dc22f6d01b5e25670450449e2c8286bb /x11-misc/xsetleds | |
parent | old (diff) | |
download | historical-b307203d0dacbcd1e8cd6b662bab3d5bf62617de.tar.gz historical-b307203d0dacbcd1e8cd6b662bab3d5bf62617de.tar.bz2 historical-b307203d0dacbcd1e8cd6b662bab3d5bf62617de.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" |