diff options
author | 2002-07-09 11:57:18 +0000 | |
---|---|---|
committer | 2002-07-09 11:57:18 +0000 | |
commit | d149c9d3bb1ff937ec575b5cc0f4a1093226df9a (patch) | |
tree | c0d8cd065a4f8805616b0a61a60bbe3c373ef4f1 /net-misc/LinNeighborhood | |
parent | New licenses (diff) | |
download | historical-d149c9d3bb1ff937ec575b5cc0f4a1093226df9a.tar.gz historical-d149c9d3bb1ff937ec575b5cc0f4a1093226df9a.tar.bz2 historical-d149c9d3bb1ff937ec575b5cc0f4a1093226df9a.zip |
repoman QA issues
Diffstat (limited to 'net-misc/LinNeighborhood')
-rw-r--r-- | net-misc/LinNeighborhood/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/LinNeighborhood/LinNeighborhood-0.6.4.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-misc/LinNeighborhood/ChangeLog b/net-misc/LinNeighborhood/ChangeLog index 14f39337c162..bb9165758eca 100644 --- a/net-misc/LinNeighborhood/ChangeLog +++ b/net-misc/LinNeighborhood/ChangeLog @@ -1,11 +1,13 @@ # ChangeLog for net-misc/LinNeighborhood # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/LinNeighborhood/ChangeLog,v 1.1 2002/02/01 21:53:34 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/LinNeighborhood/ChangeLog,v 1.2 2002/07/09 11:53:22 phoenix Exp $ *LinNeighborhood-0.6.4 (1 Feb 2002) - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - + 09 Jul 2002; phoen][x <phoenix@gentoo.org> LinNeigborhood-0.6.4.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/LinNeighborhood/LinNeighborhood-0.6.4.ebuild b/net-misc/LinNeighborhood/LinNeighborhood-0.6.4.ebuild index f021902cc655..1ce0077738b1 100644 --- a/net-misc/LinNeighborhood/LinNeighborhood-0.6.4.ebuild +++ b/net-misc/LinNeighborhood/LinNeighborhood-0.6.4.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: Joao Schim <joao@schim.net> -# $Header: /var/cvsroot/gentoo-x86/net-misc/LinNeighborhood/LinNeighborhood-0.6.4.ebuild,v 1.4 2002/05/23 06:50:17 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/LinNeighborhood/LinNeighborhood-0.6.4.ebuild,v 1.5 2002/07/09 11:53:22 phoenix Exp $ S=${WORKDIR}/${P} DESCRIPTION="LinNeighborhood is a easy to use frontend to samba/NETBios." SRC_URI="http://www.bnro.de/~schmidjo/download/${P}.tar.gz" HOMEPAGE="http://www.bnro.de/~schmidjo/index.html" +KEYWORDS="x86" +LICENSE="GPL-2" +SLOT="0" DEPEND=" =x11-libs/gtk+-1.2* net-fs/samba nls? ( sys-devel/gettext ) " |