diff options
author | 2006-02-12 10:37:31 +0000 | |
---|---|---|
committer | 2006-02-12 10:37:31 +0000 | |
commit | 9015283453b9e624fd3f9b5a6794f0f15f96534f (patch) | |
tree | 883e02e2909dd6aeaa53cf1dec6a74b7804c444c /media-plugins | |
parent | rev bump, clean up DEPENDs (diff) | |
download | gentoo-2-9015283453b9e624fd3f9b5a6794f0f15f96534f.tar.gz gentoo-2-9015283453b9e624fd3f9b5a6794f0f15f96534f.tar.bz2 gentoo-2-9015283453b9e624fd3f9b5a6794f0f15f96534f.zip |
clean up DEPENDs
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/mythmusic/mythmusic-0.19.ebuild | 9 | ||||
-rw-r--r-- | media-plugins/mythnews/mythnews-0.19.ebuild | 4 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.19.ebuild | 6 |
3 files changed, 9 insertions, 10 deletions
diff --git a/media-plugins/mythmusic/mythmusic-0.19.ebuild b/media-plugins/mythmusic/mythmusic-0.19.ebuild index 18edb2b460a9..5fb9672ed78c 100644 --- a/media-plugins/mythmusic/mythmusic-0.19.ebuild +++ b/media-plugins/mythmusic/mythmusic-0.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/mythmusic-0.19.ebuild,v 1.1 2006/02/12 09:59:17 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/mythmusic-0.19.ebuild,v 1.2 2006/02/12 10:33:52 cardoe Exp $ inherit mythtv-plugins flag-o-matic toolchain-funcs eutils @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="aac fftw sdl" -DEPEND=">=media-sound/cdparanoia-3.9.8 +RDEPEND=">=media-sound/cdparanoia-3.9.8 >=media-libs/libmad-0.15.1b >=media-libs/libid3tag-0.15.1b >=media-libs/libvorbis-1.0 @@ -22,8 +22,9 @@ DEPEND=">=media-sound/cdparanoia-3.9.8 >=media-libs/flac-1.1.0 aac? ( >=media-libs/faad2-2.0-r7 ) fftw? ( =sci-libs/fftw-2* ) - sdl? ( >=media-libs/libsdl-1.2.5 ) - ~media-tv/mythtv-${PV}" + sdl? ( >=media-libs/libsdl-1.2.5 )" + +DEPEND="${RDEPEND}" src_unpack() { if [[ $(gcc-version) = "3.2" || $(gcc-version) == "3.3" ]]; then diff --git a/media-plugins/mythnews/mythnews-0.19.ebuild b/media-plugins/mythnews/mythnews-0.19.ebuild index 65f6b15f1973..1092a5ec0cfd 100644 --- a/media-plugins/mythnews/mythnews-0.19.ebuild +++ b/media-plugins/mythnews/mythnews-0.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/mythnews-0.19.ebuild,v 1.1 2006/02/12 10:13:26 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/mythnews-0.19.ebuild,v 1.2 2006/02/12 10:34:40 cardoe Exp $ inherit mythtv-plugins @@ -11,5 +11,3 @@ IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" - -RDEPEND="~media-tv/mythtv-${PV}" diff --git a/media-plugins/mythvideo/mythvideo-0.19.ebuild b/media-plugins/mythvideo/mythvideo-0.19.ebuild index 0b7b0740c45a..7ab57ed0a1c0 100644 --- a/media-plugins/mythvideo/mythvideo-0.19.ebuild +++ b/media-plugins/mythvideo/mythvideo-0.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.19.ebuild,v 1.1 2006/02/12 06:03:39 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.19.ebuild,v 1.2 2006/02/12 10:37:31 cardoe Exp $ inherit mythtv-plugins @@ -12,9 +12,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -DEPEND="dev-perl/libwww-perl +RDEPEND="dev-perl/libwww-perl dev-perl/HTML-Parser dev-perl/URI dev-perl/XML-Simple - ~media-tv/mythtv-${PV} media-video/mplayer" +DEPEND="${RDEPEND}" |