diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-07-07 08:28:54 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-07-07 08:28:54 +0000 |
commit | 23cad02120fa131b586dcb3fd00e4f40cca919df (patch) | |
tree | 12c98f6bf35cd5d5b44858c3b8b78043c9925475 /net-misc/kcmpureftpd | |
parent | repoman QA issues (diff) | |
download | gentoo-2-23cad02120fa131b586dcb3fd00e4f40cca919df.tar.gz gentoo-2-23cad02120fa131b586dcb3fd00e4f40cca919df.tar.bz2 gentoo-2-23cad02120fa131b586dcb3fd00e4f40cca919df.zip |
repoman QA issues
Diffstat (limited to 'net-misc/kcmpureftpd')
-rw-r--r-- | net-misc/kcmpureftpd/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/kcmpureftpd/kcmpureftpd-0.6.ebuild | 3 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/kcmpureftpd/ChangeLog b/net-misc/kcmpureftpd/ChangeLog index 9fb545d05f04..7cd8cb172885 100644 --- a/net-misc/kcmpureftpd/ChangeLog +++ b/net-misc/kcmpureftpd/ChangeLog @@ -1,11 +1,13 @@ # ChangeLog for net-misc/kcmpureftpd # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/kcmpureftpd/ChangeLog,v 1.1 2002/02/01 21:53:35 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kcmpureftpd/ChangeLog,v 1.2 2002/07/07 08:24:12 phoenix Exp $ *kcmpureftpd-0.6 (1 Feb 2002) - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - + 07 Jul 2002; phoen][x <phoenix@gentoo.org> kcmpureftpd-0.6.ebuild : + Added KEYWORDS. + + 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/kcmpureftpd/kcmpureftpd-0.6.ebuild b/net-misc/kcmpureftpd/kcmpureftpd-0.6.ebuild index 76bab628d73f..613419c330f1 100644 --- a/net-misc/kcmpureftpd/kcmpureftpd-0.6.ebuild +++ b/net-misc/kcmpureftpd/kcmpureftpd-0.6.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Bart Verwilst <verwilst@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/kcmpureftpd/kcmpureftpd-0.6.ebuild,v 1.4 2002/07/01 21:33:31 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kcmpureftpd/kcmpureftpd-0.6.ebuild,v 1.5 2002/07/07 08:24:12 phoenix Exp $ inherit kde-base || die need-kde 2.1 +KEYWORDS="x86" LICENSE="GPL-2" DESCRIPTION="Pure-FTPd KDE Kcontrol Configuration Panel" SRC_URI="mirror://sourceforge/pureftpd/${P}.tar.gz" |