diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-07-07 08:12:08 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-07-07 08:12:08 +0000 |
commit | dd4654d96c07eacae1a21546f644c60d8e3f42c3 (patch) | |
tree | 452020b792a53fe2d18f8826705620089d890bb1 /net-misc/icecast | |
parent | repoman QA issues (diff) | |
download | historical-dd4654d96c07eacae1a21546f644c60d8e3f42c3.tar.gz historical-dd4654d96c07eacae1a21546f644c60d8e3f42c3.tar.bz2 historical-dd4654d96c07eacae1a21546f644c60d8e3f42c3.zip |
repoman QA issues
Diffstat (limited to 'net-misc/icecast')
-rw-r--r-- | net-misc/icecast/ChangeLog | 12 | ||||
-rw-r--r-- | net-misc/icecast/icecast-1.3.11.ebuild | 3 | ||||
-rw-r--r-- | net-misc/icecast/icecast-1.3.12.ebuild | 3 |
3 files changed, 14 insertions, 4 deletions
diff --git a/net-misc/icecast/ChangeLog b/net-misc/icecast/ChangeLog index 221cc107ae45..a3ceb68fa8d8 100644 --- a/net-misc/icecast/ChangeLog +++ b/net-misc/icecast/ChangeLog @@ -1,18 +1,22 @@ # ChangeLog for net-misc/icecast # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.3 2002/04/26 02:55:00 tutor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.4 2002/07/07 08:12:08 phoenix Exp $ *icecast-1.3.12 (25 Apr 2002) - 25 Apr 2002: M.Jones <ashmodai@gentoo.org> icecast-1.3.12.tar.gz : + 07 Jul 2002: phoen][x <phoenix@gentoo.org> icecast-1.3.12.ebuild : + Added KEYWORDS, LICENSE, SLOT. + 25 Apr 2002: M.Jones <ashmodai@gentoo.org> icecast-1.3.12.ebuild : This is the latest version of Icecast. It contains security updates and network fixes for streams over 160kbps. *icecast-1.3.11 (1 Feb 2002) - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - + 07 Jul 2002: phoen][x <phoenix@gentoo.org> icecast-1.3.11.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/icecast/icecast-1.3.11.ebuild b/net-misc/icecast/icecast-1.3.11.ebuild index 3aec85836c8a..4de3671985ad 100644 --- a/net-misc/icecast/icecast-1.3.11.ebuild +++ b/net-misc/icecast/icecast-1.3.11.ebuild @@ -7,6 +7,9 @@ S=${WORKDIR}/${P} DESCRIPTION="Icecast is an Internet based broadcasting system based on the Mpeg Layer III streaming technology." SRC_URI="http://www.icecast.org/releases/${P}.tar.gz" HOMEPAGE="http://www.icecast.org" +KEYWORDS="x86" +LICENSE="GPL-2" +SLOT="0" DEPEND="virtual/glibc" diff --git a/net-misc/icecast/icecast-1.3.12.ebuild b/net-misc/icecast/icecast-1.3.12.ebuild index d9a6d6a739c3..794bce0c11a7 100644 --- a/net-misc/icecast/icecast-1.3.12.ebuild +++ b/net-misc/icecast/icecast-1.3.12.ebuild @@ -7,6 +7,9 @@ S=${WORKDIR}/${P} DESCRIPTION="Icecast is an Internet based broadcasting system based on the Mpeg Layer III streaming technology." SRC_URI="http://www.icecast.org/releases/${P}.tar.gz" HOMEPAGE="http://www.icecast.org" +KEYWORDS="x86" +LICENSE="GPL-2" +SLOT="0" DEPEND="virtual/glibc" |