diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 09:39:42 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 09:39:42 +0000 |
commit | e9846fe7199494f22b89520891515d8487007c0d (patch) | |
tree | 6ece3fdb6dbfcb6e850bc864ec11ab6dd4cf343c /net-misc/netkit-routed | |
parent | added LICENSE (diff) | |
download | gentoo-2-e9846fe7199494f22b89520891515d8487007c0d.tar.gz gentoo-2-e9846fe7199494f22b89520891515d8487007c0d.tar.bz2 gentoo-2-e9846fe7199494f22b89520891515d8487007c0d.zip |
repoman QA issues
Diffstat (limited to 'net-misc/netkit-routed')
-rw-r--r-- | net-misc/netkit-routed/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/netkit-routed/netkit-routed-0.17-r1.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-misc/netkit-routed/ChangeLog b/net-misc/netkit-routed/ChangeLog index cfad82ea55d2..49c60656ce3b 100644 --- a/net-misc/netkit-routed/ChangeLog +++ b/net-misc/netkit-routed/ChangeLog @@ -1,11 +1,13 @@ # ChangeLog for net-misc/netkit-routed # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-routed/ChangeLog,v 1.1 2002/02/01 21:53:35 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-routed/ChangeLog,v 1.2 2002/07/09 09:36:09 phoenix Exp $ *netkit-routed-0.17-r1 (1 Feb 2002) - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - + 09 Jul 2002; phoen][x <phoenix@gentoo.org> netkit-routed-0.17-r1.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/netkit-routed/netkit-routed-0.17-r1.ebuild b/net-misc/netkit-routed/netkit-routed-0.17-r1.ebuild index a8ef44ee3e91..eb35b8cbac37 100644 --- a/net-misc/netkit-routed/netkit-routed-0.17-r1.ebuild +++ b/net-misc/netkit-routed/netkit-routed-0.17-r1.ebuild @@ -1,12 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-routed/netkit-routed-0.17-r1.ebuild,v 1.5 2002/04/27 21:01:44 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-routed/netkit-routed-0.17-r1.ebuild,v 1.6 2002/07/09 09:36:09 phoenix Exp $ S=${WORKDIR}/${P} DESCRIPTION="Netkit - routed" SRC_URI="http://ftp.debian.org/debian/pool/main/n/netkit-routed/${PN}_${PV}.orig.tar.gz" HOMEPAGE="http://packages.debian.org/unstable/net/routed.html" +KEYWORDS="x86" +LICENSE="bsd" +SLOT="0" DEPEND=">=sys-libs/glibc-2.1.3" |