diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 10:58:10 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 10:58:10 +0000 |
commit | d29bbd40badd599681a34f1e413b266da4f09aff (patch) | |
tree | bd4ee1942003801e7a3ea4d2874cb68fe7f6e487 /net-misc/shout | |
parent | Added LICENSE, KEYWORDS and SLOT tags (diff) | |
download | gentoo-2-d29bbd40badd599681a34f1e413b266da4f09aff.tar.gz gentoo-2-d29bbd40badd599681a34f1e413b266da4f09aff.tar.bz2 gentoo-2-d29bbd40badd599681a34f1e413b266da4f09aff.zip |
repoman QA issues
Diffstat (limited to 'net-misc/shout')
-rw-r--r-- | net-misc/shout/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/shout/shout-0.8.0.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-misc/shout/ChangeLog b/net-misc/shout/ChangeLog index 0fc07056c90b..85e214157679 100644 --- a/net-misc/shout/ChangeLog +++ b/net-misc/shout/ChangeLog @@ -1,11 +1,13 @@ # ChangeLog for net-misc/shout # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/shout/ChangeLog,v 1.1 2002/02/01 21:53:35 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/shout/ChangeLog,v 1.2 2002/07/09 10:53:59 phoenix Exp $ *shout-0.8.0 (1 Feb 2002) - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - + 09 Jul 2002; phoen][x <phoenix@gentoo.org> shout-0.8.0.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/shout/shout-0.8.0.ebuild b/net-misc/shout/shout-0.8.0.ebuild index c7281fad7ca9..82d0fefbdce4 100644 --- a/net-misc/shout/shout-0.8.0.ebuild +++ b/net-misc/shout/shout-0.8.0.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: Chris Arndt <arndtc@mailandnews.com> -# $Header: /var/cvsroot/gentoo-x86/net-misc/shout/shout-0.8.0.ebuild,v 1.1 2002/01/13 22:04:20 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/shout/shout-0.8.0.ebuild,v 1.2 2002/07/09 10:53:59 phoenix Exp $ S=${WORKDIR}/${P} DESCRIPTION="Shout is a prgram for creatinga mp3 stream for use with icecast or shoutcast." SRC_URI="http://www.icecast.org/releases/${P}.tar.gz" HOMEPAGE="http://www.icecast.org" +KEYWORDS="x86" +LICENSE="GPL" +SLOT="0" DEPEND="virtual/glibc" |