diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 11:46:18 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 11:46:18 +0000 |
commit | f73f70a286e7db54873b972e1e61682f0fd8feda (patch) | |
tree | b192c7045f37372a100e81acadd98b5880d9f292 /net-misc/whatmask/whatmask-1.1.ebuild | |
parent | Masked util-linux-2.11r-r1 (diff) | |
download | historical-f73f70a286e7db54873b972e1e61682f0fd8feda.tar.gz historical-f73f70a286e7db54873b972e1e61682f0fd8feda.tar.bz2 historical-f73f70a286e7db54873b972e1e61682f0fd8feda.zip |
repoman QA issues
Diffstat (limited to 'net-misc/whatmask/whatmask-1.1.ebuild')
-rw-r--r-- | net-misc/whatmask/whatmask-1.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-misc/whatmask/whatmask-1.1.ebuild b/net-misc/whatmask/whatmask-1.1.ebuild index 95b4a30284d8..54fffd81c359 100644 --- a/net-misc/whatmask/whatmask-1.1.ebuild +++ b/net-misc/whatmask/whatmask-1.1.ebuild @@ -1,13 +1,16 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ben Lutgens <lamer@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/whatmask/whatmask-1.1.ebuild,v 1.1 2001/09/25 15:58:58 lamer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whatmask/whatmask-1.1.ebuild,v 1.2 2002/07/09 11:37:27 phoenix Exp $ S=${WORKDIR}/${P} DESCRIPTION="little C program to compute different subnet mask notations" SRC_URI="http://downloads.laffeycomputer.com/current_builds/whatmask/${P}.tar.gz" HOMEPAGE="http://www.laffeycomputer.com/whatmask.html" DEPEND="virtual/glibc" +KEYWORDS="x86" +LICENSE="GPL-2" +SLOT="0" #RDEPEND="" |