diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-07-07 06:54:01 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-07-07 06:54:01 +0000 |
commit | 78b26ff522f0c651ac749fee240353f189b49c86 (patch) | |
tree | 52b59cb8081e8f3edd538cdef377818f117e73af /net-misc/gnomba | |
parent | repoman QA issues (diff) | |
download | gentoo-2-78b26ff522f0c651ac749fee240353f189b49c86.tar.gz gentoo-2-78b26ff522f0c651ac749fee240353f189b49c86.tar.bz2 gentoo-2-78b26ff522f0c651ac749fee240353f189b49c86.zip |
repoman QA issues
Diffstat (limited to 'net-misc/gnomba')
-rw-r--r-- | net-misc/gnomba/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/gnomba/gnomba-0.6.2.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-misc/gnomba/ChangeLog b/net-misc/gnomba/ChangeLog index cf364282f15e..7ef9d8a129d5 100644 --- a/net-misc/gnomba/ChangeLog +++ b/net-misc/gnomba/ChangeLog @@ -1,11 +1,13 @@ # ChangeLog for net-misc/gnomba # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/gnomba/ChangeLog,v 1.1 2002/06/14 18:44:05 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gnomba/ChangeLog,v 1.2 2002/07/07 06:54:01 phoenix Exp $ *gnomba-0.6.2 (14 June 2002) - 14 June 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : - + 14 June 2002; phoen][x <phoenix@gentoo.org> gnomba-0.6.2.ebuild : + Added KEYWORDS, LICENSE, SLOT. + + 14 June 2002; Ryan Phillips <rphillips@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/gnomba/gnomba-0.6.2.ebuild b/net-misc/gnomba/gnomba-0.6.2.ebuild index 631f06acb1c4..5e9bc193818c 100644 --- a/net-misc/gnomba/gnomba-0.6.2.ebuild +++ b/net-misc/gnomba/gnomba-0.6.2.ebuild @@ -1,11 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/gnomba/gnomba-0.6.2.ebuild,v 1.1 2002/06/14 18:44:05 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gnomba/gnomba-0.6.2.ebuild,v 1.2 2002/07/07 06:54:01 phoenix Exp $ S=${WORKDIR}/${P} DESCRIPTION="Gnome Samba Browser" SRC_URI="http://gnomba.sourceforge.net/src/${P}.tar.gz" HOMEPAGE="http://gnomba.sourceforge.net" +LICENSE="GPL-2" +KEYWORDS="x86" +SLOT="0" DEPEND="virtual/glibc gnome-libs" |