diff options
author | Joel Martin <kanaka@gentoo.org> | 2004-04-26 19:28:40 +0000 |
---|---|---|
committer | Joel Martin <kanaka@gentoo.org> | 2004-04-26 19:28:40 +0000 |
commit | 10f4676aca942dcde2276625a44264ff616151b1 (patch) | |
tree | 0f0532aa251cada0973d6265bf226e3d47e28ac8 /media-video | |
parent | Add die following econf for bug 48950 (diff) | |
download | historical-10f4676aca942dcde2276625a44264ff616151b1.tar.gz historical-10f4676aca942dcde2276625a44264ff616151b1.tar.bz2 historical-10f4676aca942dcde2276625a44264ff616151b1.zip |
Make download URI more generic and general cleanup
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/helixplayer-bin/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/helixplayer-bin/Manifest | 4 | ||||
-rw-r--r-- | media-video/helixplayer-bin/helixplayer-bin-0.3.0.71.ebuild | 7 |
3 files changed, 10 insertions, 7 deletions
diff --git a/media-video/helixplayer-bin/ChangeLog b/media-video/helixplayer-bin/ChangeLog index df80b98dfb21..5c7c77721b3a 100644 --- a/media-video/helixplayer-bin/ChangeLog +++ b/media-video/helixplayer-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/helixplayer-bin # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/helixplayer-bin/ChangeLog,v 1.1 2004/04/26 19:23:05 kanaka Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/helixplayer-bin/ChangeLog,v 1.2 2004/04/26 19:28:40 kanaka Exp $ + + 26 Apr 2004; Joel Martin <kanaka@gentoo.org> + helixplayer-bin-0.3.0.71.ebuild: + Make download URI more generic and general cleanup *helixplayer-bin-0.3.0.71 (26 Apr 2004) diff --git a/media-video/helixplayer-bin/Manifest b/media-video/helixplayer-bin/Manifest index 6a20959aa2ee..65b6bef5a635 100644 --- a/media-video/helixplayer-bin/Manifest +++ b/media-video/helixplayer-bin/Manifest @@ -1,4 +1,4 @@ -MD5 5edfea770b239c5b88211f10eac5a234 helixplayer-bin-0.3.0.71.ebuild 1361 -MD5 0252d977a24f0eb1042df1cf3ed5d3d1 ChangeLog 411 +MD5 6664a2bfeb0167ab10006b22e5c74109 helixplayer-bin-0.3.0.71.ebuild 1176 +MD5 c5594a227dea013e519a6ddda716793d ChangeLog 547 MD5 9ef4af14dad87b03fde8e43f19e08d26 metadata.xml 225 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-helixplayer-bin-0.3.0.71 0 diff --git a/media-video/helixplayer-bin/helixplayer-bin-0.3.0.71.ebuild b/media-video/helixplayer-bin/helixplayer-bin-0.3.0.71.ebuild index 72587909fcca..e730d6791dc7 100644 --- a/media-video/helixplayer-bin/helixplayer-bin-0.3.0.71.ebuild +++ b/media-video/helixplayer-bin/helixplayer-bin-0.3.0.71.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/helixplayer-bin/helixplayer-bin-0.3.0.71.ebuild,v 1.1 2004/04/26 19:23:05 kanaka Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/helixplayer-bin/helixplayer-bin-0.3.0.71.ebuild,v 1.2 2004/04/26 19:28:40 kanaka Exp $ inherit nsplugins -#A="hxplay-linux-2.2-libc6-gcc32-i586.tar.gz" A="hxplay-0.3.0.71-linux-2.2-libc6-gcc32-i586.tar.bz2" +S=${WORKDIR}/hxplay-linux-2.2-libc6-gcc32-i586 DESCRIPTION="Helix Player" -DOWNLOAD_URI="http://forms.helixcommunity.org/helixdnaclient/index.html?filename=20040423/player_all-helix-player-20040423-linux-2.2-libc6-gcc32-i586/hxplay-0.3.0.71-linux-2.2-libc6-gcc32-i586.tar.bz2" +DOWNLOAD_URI="http://forms.helixcommunity.org/helixdnaclient/" HOMEPAGE="https://player.helixcommunity.org" LICENSE="realsdk" @@ -19,7 +19,6 @@ DEPEND="virtual/x11 media-libs/libvorbis media-libs/libogg media-libs/faad2" -S=${WORKDIR}/hxplay-linux-2.2-libc6-gcc32-i586 RESTRICT="nostrip fetch" |