diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-08 21:31:08 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-08 21:31:08 +0000 |
commit | 2d7bdcf56161d31816f48832b4ea8302399642a5 (patch) | |
tree | a7a8bef2b961267cbd7fa24a38972b6dfe6dcc3c /x11-misc/wmnetselect | |
parent | Updated both the old and new version of mon with dependency changes; cleaned ... (diff) | |
download | gentoo-2-2d7bdcf56161d31816f48832b4ea8302399642a5.tar.gz gentoo-2-2d7bdcf56161d31816f48832b4ea8302399642a5.tar.bz2 gentoo-2-2d7bdcf56161d31816f48832b4ea8302399642a5.zip |
LICENSE, SLOT and KEYWORDS addings
Diffstat (limited to 'x11-misc/wmnetselect')
-rw-r--r-- | x11-misc/wmnetselect/wmnetselect-0.8-r1.ebuild | 5 | ||||
-rw-r--r-- | x11-misc/wmnetselect/wmnetselect-0.8.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/x11-misc/wmnetselect/wmnetselect-0.8-r1.ebuild b/x11-misc/wmnetselect/wmnetselect-0.8-r1.ebuild index ecabc06c6080..2a75abae239d 100644 --- a/x11-misc/wmnetselect/wmnetselect-0.8-r1.ebuild +++ b/x11-misc/wmnetselect/wmnetselect-0.8-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Arcady Genkin <agenkin@thpoon.com> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmnetselect/wmnetselect-0.8-r1.ebuild,v 1.1 2002/02/10 09:24:07 vitaly Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmnetselect/wmnetselect-0.8-r1.ebuild,v 1.2 2002/07/08 21:31:07 aliz Exp $ S=${WORKDIR}/${P} @@ -11,6 +11,9 @@ HOMEPAGE="http://freshmeat.net/projects/wmnetselect/" # Technically, the URL is http://home.att.net/~apathos/code/${P}.tar.gz, # but it's dead. :^( SRC_URI="ftp://ftp11.freebsd.org/pub/FreeBSD/ports/distfiles/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 DEPEND="x11-base/xfree virtual/glibc" diff --git a/x11-misc/wmnetselect/wmnetselect-0.8.ebuild b/x11-misc/wmnetselect/wmnetselect-0.8.ebuild index e266b976bd15..e56028403a13 100644 --- a/x11-misc/wmnetselect/wmnetselect-0.8.ebuild +++ b/x11-misc/wmnetselect/wmnetselect-0.8.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Arcady Genkin <agenkin@thpoon.com> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmnetselect/wmnetselect-0.8.ebuild,v 1.1 2002/02/07 08:49:58 vitaly Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmnetselect/wmnetselect-0.8.ebuild,v 1.2 2002/07/08 21:31:07 aliz Exp $ S=${WORKDIR}/${P} @@ -11,6 +11,9 @@ HOMEPAGE="http://freshmeat.net/projects/wmnetselect/" # Technically, the URL is http://home.att.net/~apathos/code/${P}.tar.gz, # but it's dead. :^( SRC_URI="ftp://ftp11.freebsd.org/pub/FreeBSD/ports/distfiles/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 DEPEND="x11-base/xfree virtual/glibc" |