diff options
-rw-r--r-- | net-fs/ccxstream/ChangeLog | 5 | ||||
-rw-r--r-- | net-fs/ccxstream/Manifest | 4 | ||||
-rw-r--r-- | net-fs/ccxstream/ccxstream-1.0.15.ebuild | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/net-fs/ccxstream/ChangeLog b/net-fs/ccxstream/ChangeLog index cee4ad82c2f8..46db8a537b24 100644 --- a/net-fs/ccxstream/ChangeLog +++ b/net-fs/ccxstream/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-fs/ccxstream # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/ccxstream/ChangeLog,v 1.1 2004/07/23 11:58:18 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/ccxstream/ChangeLog,v 1.2 2004/08/06 11:02:24 chrb Exp $ + + 06 Aug 2004; Chris Bainbridge <chrb@gentoo.org> ccxstream-1.0.15.ebuild: + added inherit *ccxstream-1.0.15 (23 Jul 2004) diff --git a/net-fs/ccxstream/Manifest b/net-fs/ccxstream/Manifest index 73c65cded506..48acef8216e2 100644 --- a/net-fs/ccxstream/Manifest +++ b/net-fs/ccxstream/Manifest @@ -1,6 +1,6 @@ MD5 ced95cbc95521a341635b22cbbfc0c92 metadata.xml 331 -MD5 105a5e374844f9c4b92fcab7e875b353 ccxstream-1.0.15.ebuild 606 -MD5 40d18656d10c16489a80183e4a1ef21b ChangeLog 491 +MD5 c4ebc149d0aaa4d6bac9313bc051f397 ccxstream-1.0.15.ebuild 622 +MD5 1283657b30407d556399737b57750e8c ChangeLog 583 MD5 97b69dad34ff8cf74407cfd6acdcf1a6 files/ccxstream-termcap.patch 232 MD5 73c83b29f34c5ee6bfeb874e05afd201 files/ccxstream.confd 1228 MD5 fe3f207263e89aa78ad98ebd24819254 files/ccxstream.initd 463 diff --git a/net-fs/ccxstream/ccxstream-1.0.15.ebuild b/net-fs/ccxstream/ccxstream-1.0.15.ebuild index bb7e663b436e..ff7c29a0890c 100644 --- a/net-fs/ccxstream/ccxstream-1.0.15.ebuild +++ b/net-fs/ccxstream/ccxstream-1.0.15.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +inherit eutils + DESCRIPTION="XStream Server" HOMEPAGE="http://xbplayer.sourceforge.net" SRC_URI="mirror://sourceforge/xbplayer/${P}.tar.gz" |