diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-03-02 21:18:03 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-03-02 21:18:03 +0000 |
commit | 75c50f164b5ea60201f70633db0badc7d9f32b20 (patch) | |
tree | 93193f9a92ac3e118b17a04951a1e936d97fdeaa /media-tv | |
parent | Remove --with-datadir configure option. Define DESTDIR for installation. (diff) | |
download | gentoo-2-75c50f164b5ea60201f70633db0badc7d9f32b20.tar.gz gentoo-2-75c50f164b5ea60201f70633db0badc7d9f32b20.tar.bz2 gentoo-2-75c50f164b5ea60201f70633db0badc7d9f32b20.zip |
Move SRC_URI to tarball instead of SVN
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/mythtv/ChangeLog | 5 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.21_p18314-r1.ebuild | 12 |
2 files changed, 11 insertions, 6 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog index 31e8215c5304..9757df417de9 100644 --- a/media-tv/mythtv/ChangeLog +++ b/media-tv/mythtv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-tv/mythtv # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.269 2009/02/22 03:55:42 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.270 2009/03/02 21:18:03 beandog Exp $ + + 02 Mar 2009; Steve Dibb <beandog@gentoo.org> mythtv-0.21_p18314-r1.ebuild: + Move SRC_URI to tarball instead of SVN *mythtv-0.21_p19961-r1 (22 Feb 2009) diff --git a/media-tv/mythtv/mythtv-0.21_p18314-r1.ebuild b/media-tv/mythtv/mythtv-0.21_p18314-r1.ebuild index 6104f04f38c3..8d0c98d937d7 100644 --- a/media-tv/mythtv/mythtv-0.21_p18314-r1.ebuild +++ b/media-tv/mythtv/mythtv-0.21_p18314-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_p18314-r1.ebuild,v 1.5 2008/12/23 17:16:50 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_p18314-r1.ebuild,v 1.6 2009/03/02 21:18:03 beandog Exp $ EAPI=1 inherit flag-o-matic multilib eutils qt3 mythtv toolchain-funcs python confutils @@ -9,6 +9,8 @@ DESCRIPTION="Homebrew PVR project" SLOT="0" KEYWORDS="amd64 ppc x86" +SRC_URI="mirrors://gentoo/${P}.tar.bz2" + IUSE_VIDEO_CARDS="video_cards_nvidia" IUSE="aac alsa altivec autostart debug directv dvb dvd fftw ieee1394 jack lcd \ lirc mmx opengl perl python xvmc ${IUSE_VIDEO_CARDS}" @@ -52,8 +54,6 @@ DEPEND="${RDEPEND} PDEPEND="=x11-themes/mythtv-themes-${MY_PV}*" -S="${WORKDIR}/${PN}-${MY_PV}" - MYTHTV_GROUPS="video,audio,tty,uucp" pkg_setup() { @@ -73,7 +73,9 @@ pkg_setup() { } src_unpack() { - subversion_src_unpack + + unpack ${A} + cd "${S}" # upstream wants the revision number in their version.cpp # since the subversion.eclass strips out the .svn directory |