diff options
author | Thomas Raschbacher <lordvan@gentoo.org> | 2012-01-29 20:20:38 +0000 |
---|---|---|
committer | Thomas Raschbacher <lordvan@gentoo.org> | 2012-01-29 20:20:38 +0000 |
commit | 0a4200df40d6433a3e6da95447c1e1575146b758 (patch) | |
tree | 5c00e3fde3159b13669d7317173cca8c9f7dc7f0 /media-video/submux-dvd/submux-dvd-0.5.1.ebuild | |
parent | arm stable, bug #395735 (diff) | |
download | gentoo-2-0a4200df40d6433a3e6da95447c1e1575146b758.tar.gz gentoo-2-0a4200df40d6433a3e6da95447c1e1575146b758.tar.bz2 gentoo-2-0a4200df40d6433a3e6da95447c1e1575146b758.zip |
fixed HOMEPAGE and SRC_URI
Diffstat (limited to 'media-video/submux-dvd/submux-dvd-0.5.1.ebuild')
-rw-r--r-- | media-video/submux-dvd/submux-dvd-0.5.1.ebuild | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/media-video/submux-dvd/submux-dvd-0.5.1.ebuild b/media-video/submux-dvd/submux-dvd-0.5.1.ebuild index 5f28e4568159..4d3b016d074a 100644 --- a/media-video/submux-dvd/submux-dvd-0.5.1.ebuild +++ b/media-video/submux-dvd/submux-dvd-0.5.1.ebuild @@ -1,12 +1,16 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/submux-dvd/submux-dvd-0.5.1.ebuild,v 1.2 2010/03/25 21:22:40 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/submux-dvd/submux-dvd-0.5.1.ebuild,v 1.3 2012/01/29 20:20:38 lordvan Exp $ inherit eutils toolchain-funcs DESCRIPTION="A subtitle multiplexer, muxes subtitles into .vob" -HOMEPAGE="http://ip51cf87c4.direct-adsl.nl/panteltje/dvd/" -SRC_URI="http://ip51cf87c4.direct-adsl.nl/panteltje/dvd/${P}.tgz" +# 404 on those original pages +#HOMEPAGE="http://ip51cf87c4.direct-adsl.nl/panteltje/dvd/" +#SRC_URI="http://ip51cf87c4.direct-adsl.nl/panteltje/dvd/${P}.tgz" +# temporarily linking lsm + sunsite +HOMEPAGE="http://www.boutell.com/lsm/lsmbyid.cgi/002197" +SRC_URI="ftp://sunsite.unc.edu/pub/linux/apps/video/${P}.tgz" LICENSE="GPL-2" SLOT="0" |