diff options
author | Chris Bainbridge <chrb@gentoo.org> | 2004-08-06 11:02:24 +0000 |
---|---|---|
committer | Chris Bainbridge <chrb@gentoo.org> | 2004-08-06 11:02:24 +0000 |
commit | a018af004cd877978871cd4b62c01020e8367789 (patch) | |
tree | 045929788acc1a21f0a470a5ff6419cc97870484 /net-fs | |
parent | Stable on alpha, bug #59424. (Manifest recommit) (diff) | |
download | gentoo-2-a018af004cd877978871cd4b62c01020e8367789.tar.gz gentoo-2-a018af004cd877978871cd4b62c01020e8367789.tar.bz2 gentoo-2-a018af004cd877978871cd4b62c01020e8367789.zip |
added inherit
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/ccxstream/ChangeLog | 5 | ||||
-rw-r--r-- | net-fs/ccxstream/ccxstream-1.0.15.ebuild | 2 |
2 files changed, 6 insertions, 1 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/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" |