diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-08-27 18:02:47 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-08-27 18:02:47 +0000 |
commit | 4466bf137d1bbfa196f07c9a2469de0cd886da23 (patch) | |
tree | bf7c5263ef24777a2c63c9bfedf06c54efbbf33d /media-video | |
parent | Use valid atoms in flag restrict attributes. (diff) | |
download | gentoo-2-4466bf137d1bbfa196f07c9a2469de0cd886da23.tar.gz gentoo-2-4466bf137d1bbfa196f07c9a2469de0cd886da23.tar.bz2 gentoo-2-4466bf137d1bbfa196f07c9a2469de0cd886da23.zip |
Put the tarball on gentoo mirrors. Fix S variable to match the latest code
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/get_flash_videos/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/get_flash_videos/get_flash_videos-1.23-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-video/get_flash_videos/ChangeLog b/media-video/get_flash_videos/ChangeLog index 88db84097ee3..2d36e0cf4529 100644 --- a/media-video/get_flash_videos/ChangeLog +++ b/media-video/get_flash_videos/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/get_flash_videos # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/get_flash_videos/ChangeLog,v 1.4 2010/08/20 22:27:37 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/get_flash_videos/ChangeLog,v 1.5 2010/08/27 18:02:47 hwoarang Exp $ + + 27 Aug 2010; Markos Chandras <hwoarang@gentoo.org> + get_flash_videos-1.23-r1.ebuild: + Put the tarball on gentoo mirrors. Fix S variable to match the latest code *get_flash_videos-1.23-r1 (20 Aug 2010) diff --git a/media-video/get_flash_videos/get_flash_videos-1.23-r1.ebuild b/media-video/get_flash_videos/get_flash_videos-1.23-r1.ebuild index 3ead20667f24..cdf29d7cd788 100644 --- a/media-video/get_flash_videos/get_flash_videos-1.23-r1.ebuild +++ b/media-video/get_flash_videos/get_flash_videos-1.23-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/get_flash_videos/get_flash_videos-1.23-r1.ebuild,v 1.1 2010/08/20 22:27:37 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/get_flash_videos/get_flash_videos-1.23-r1.ebuild,v 1.2 2010/08/27 18:02:47 hwoarang Exp $ EAPI=2 inherit perl-module DESCRIPTION="Downloads videos from various Flash-based video hosting sites" HOMEPAGE="http://code.google.com/p/get-flash-videos/" -SRC_URI="http://github.com/monsieurvideo/get-flash-videos/tarball/v1.23 -> ${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" @@ -28,7 +28,7 @@ DEPEND="${RDEPEND} SRC_TEST="do" -S="${WORKDIR}/monsieurvideo-get-flash-videos-1690b88" +S="${WORKDIR}/monsieurvideo-get-flash-videos-9897240" SRC_TEST="do" mymake="default ${PN}.1" myinst="DESTDIR=${D}" |