diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 11:40:12 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 11:40:12 +0000 |
commit | 50adbe3177c1c95d7eae0859257e3559f93d43f0 (patch) | |
tree | c975a8d191db54abbdd29816df5cc834ae2f96f3 /net-misc/whatmask | |
parent | repoman QA issues (diff) | |
download | gentoo-2-50adbe3177c1c95d7eae0859257e3559f93d43f0.tar.gz gentoo-2-50adbe3177c1c95d7eae0859257e3559f93d43f0.tar.bz2 gentoo-2-50adbe3177c1c95d7eae0859257e3559f93d43f0.zip |
repoman QA issues
Diffstat (limited to 'net-misc/whatmask')
-rw-r--r-- | net-misc/whatmask/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/whatmask/whatmask-1.1.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-misc/whatmask/ChangeLog b/net-misc/whatmask/ChangeLog index d4f6605e8cc4..593986a5e6c3 100644 --- a/net-misc/whatmask/ChangeLog +++ b/net-misc/whatmask/ChangeLog @@ -1,11 +1,13 @@ # ChangeLog for net-misc/whatmask # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/whatmask/ChangeLog,v 1.1 2002/02/01 21:53:36 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whatmask/ChangeLog,v 1.2 2002/07/09 11:37:27 phoenix Exp $ *whatmask-1.1 (1 Feb 2002) - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - + 09 Jul 2002; phoen][x <phoenix@gentoo.org> whatmask-1.1.ebuild : + Added KEYWORDS, LICENSE, SLOT. + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is updated in any way. This changelog is targetted to users. This means that the comments should well explained and written in clean English. The details about 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="" |