diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-08 13:47:11 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-08 13:47:11 +0000 |
commit | 225e4fda43b089d25e18d701b80d829975aacdc2 (patch) | |
tree | 8c69a6b3aa652c82d16efe2acf4b6c8c1e7f8b93 /x11-wm/pwm | |
parent | typo (diff) | |
download | gentoo-2-225e4fda43b089d25e18d701b80d829975aacdc2.tar.gz gentoo-2-225e4fda43b089d25e18d701b80d829975aacdc2.tar.bz2 gentoo-2-225e4fda43b089d25e18d701b80d829975aacdc2.zip |
LICENSE, SLOT and KEYWORDS addings
Diffstat (limited to 'x11-wm/pwm')
-rw-r--r-- | x11-wm/pwm/pwm-1.0.20010309.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-wm/pwm/pwm-1.0.20010309.ebuild b/x11-wm/pwm/pwm-1.0.20010309.ebuild index b22bb3114710..4feefabbf6cc 100644 --- a/x11-wm/pwm/pwm-1.0.20010309.ebuild +++ b/x11-wm/pwm/pwm-1.0.20010309.ebuild @@ -1,13 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-wm/pwm/pwm-1.0.20010309.ebuild,v 1.2 2001/12/21 16:07:31 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/pwm/pwm-1.0.20010309.ebuild,v 1.3 2002/07/08 13:47:11 aliz Exp $ NPV=20010309 S=${WORKDIR}/pwm-${NPV} DESCRIPTION="A lightweight window manager" SRC_URI="http://www.students.tut.fi/~tuomov/dl/pwm-${NPV}.tar.gz" HOMEPAGE="http://www.students.tut.fi/~tuomov/pwm" +LICENSE="Artistic" +SLOT="0" +KEYWORDS="x86" DEPEND="virtual/x11" |