diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-07-08 06:03:47 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-07-08 06:03:47 +0000 |
commit | 425110f7cbe8b79fa0ddb790590a26623b541ba9 (patch) | |
tree | 11e921b1aa15ca8e44a1378946b069df5dbe19dc /media-video | |
parent | Bump (diff) | |
download | gentoo-2-425110f7cbe8b79fa0ddb790590a26623b541ba9.tar.gz gentoo-2-425110f7cbe8b79fa0ddb790590a26623b541ba9.tar.bz2 gentoo-2-425110f7cbe8b79fa0ddb790590a26623b541ba9.zip |
Remove networking code switches as the code was dropped.
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 16 |
2 files changed, 11 insertions, 10 deletions
diff --git a/media-video/mpv/ChangeLog b/media-video/mpv/ChangeLog index afa8e8b0cbd7..2b8d7fc9b663 100644 --- a/media-video/mpv/ChangeLog +++ b/media-video/mpv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/mpv # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.8 2013/07/05 21:12:29 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.9 2013/07/08 06:03:47 scarabeus Exp $ + + 08 Jul 2013; Tomáš Chvátal <scarabeus@gentoo.org> mpv-9999.ebuild: + Remove networking code switches as the code was dropped. 05 Jul 2013; Tomáš Chvátal <scarabeus@gentoo.org> metadata.xml, mpv-9999.ebuild: diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 217eea7f102d..9b12b0805e66 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.8 2013/07/05 21:12:29 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.9 2013/07/08 06:03:47 scarabeus Exp $ EAPI=5 @@ -18,13 +18,13 @@ LICENSE="GPL-3" SLOT="0" [[ ${PV} == *9999* ]] || \ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" -IUSE="+alsa aqua bluray bs2b cddb +cdio debug +dts dvb +dvd +enca encode fbcon ftp -+iconv ipv6 jack joystick jpeg kernel_linux ladspa lcms +libass libcaca libguess lirc mng +mp3 -+network -openal +opengl oss portaudio +postproc pulseaudio pvr +quvi radio samba +shm -v4l vcd vdpau vf-dlopen wayland +X xinerama +xscreensaver +xv" +IUSE="+alsa aqua bluray bs2b +cdio debug +dts dvb +dvd +enca encode fbcon ++iconv ipv6 jack joystick jpeg kernel_linux ladspa lcms +libass libcaca +libguess lirc mng +mp3 -openal +opengl oss portaudio +postproc pulseaudio pvr ++quvi radio samba +shm v4l vcd vdpau vf-dlopen wayland +X xinerama ++xscreensaver +xv" REQUIRED_USE=" - cddb? ( cdio network ) lcms? ( opengl ) libass? ( iconv ) opengl? ( || ( aqua wayland X ) ) @@ -159,9 +159,8 @@ src_configure() { myconf+=" --disable-sdl --disable-sdl2" use wayland || myconf+=" --disable-wayland" use encode || myconf+=" --disable-encoding" - use network || myconf+=" --disable-networking" myconf+=" $(use_enable joystick)" - uses="bluray enca ftp libass libguess vcd" + uses="bluray enca libass libguess vcd" for i in ${uses}; do use ${i} || myconf+=" --disable-${i}" done @@ -178,7 +177,6 @@ src_configure() { ######## # CDDA # ######## - use cddb || myconf+=" --disable-cddb" use cdio || myconf+=" --disable-libcdio" ################################ |