diff options
author | 2012-09-02 10:19:59 +0000 | |
---|---|---|
committer | 2012-09-02 10:19:59 +0000 | |
commit | 31daff139f749f047ba7f54a838479c2f033a8fb (patch) | |
tree | 4028bd4705918f490a49804b0021563e7541f7ee /media-video | |
parent | Version bump. (diff) | |
download | gentoo-2-31daff139f749f047ba7f54a838479c2f033a8fb.tar.gz gentoo-2-31daff139f749f047ba7f54a838479c2f033a8fb.tar.bz2 gentoo-2-31daff139f749f047ba7f54a838479c2f033a8fb.zip |
Localised docs are goner. So remove those.
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mplayer2/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/mplayer2/mplayer2-2.0_p20120902.ebuild | 20 | ||||
-rw-r--r-- | media-video/mplayer2/mplayer2-9999.ebuild | 20 |
3 files changed, 9 insertions, 37 deletions
diff --git a/media-video/mplayer2/ChangeLog b/media-video/mplayer2/ChangeLog index 434577c44fcd..4e075e083379 100644 --- a/media-video/mplayer2/ChangeLog +++ b/media-video/mplayer2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/mplayer2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer2/ChangeLog,v 1.64 2012/09/02 10:14:23 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer2/ChangeLog,v 1.65 2012/09/02 10:19:59 scarabeus Exp $ + + 02 Sep 2012; Tomáš Chvátal <scarabeus@gentoo.org> + mplayer2-2.0_p20120902.ebuild, mplayer2-9999.ebuild: + Localised docs are goner. So remove those. *mplayer2-2.0_p20120902 (02 Sep 2012) diff --git a/media-video/mplayer2/mplayer2-2.0_p20120902.ebuild b/media-video/mplayer2/mplayer2-2.0_p20120902.ebuild index 674422daa170..26ff29258359 100644 --- a/media-video/mplayer2/mplayer2-2.0_p20120902.ebuild +++ b/media-video/mplayer2/mplayer2-2.0_p20120902.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer2/mplayer2-2.0_p20120902.ebuild,v 1.1 2012/09/02 10:14:23 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer2/mplayer2-2.0_p20120902.ebuild,v 1.2 2012/09/02 10:19:59 scarabeus Exp $ EAPI=4 @@ -467,23 +467,7 @@ src_configure() { src_compile() { base_src_compile - # Build only user-requested docs if they're available. - if use doc ; then - # select available languages from $LINGUAS - LINGUAS=${LINGUAS/zh/zh_CN} - local ALLOWED_LINGUAS="cs de en es fr hu it pl ru zh_CN" - local BUILT_DOCS="" - for i in ${LINGUAS} ; do - has ${i} ${ALLOWED_LINGUAS} && BUILT_DOCS+=" ${i}" - done - if [[ -z $BUILT_DOCS ]]; then - emake -j1 -C DOCS/xml html-chunked - else - for i in ${BUILT_DOCS}; do - emake -j1 -C DOCS/xml html-chunked-${i} - done - fi - fi + use doc && emake -j1 -C DOCS/xml html-chunked } src_install() { diff --git a/media-video/mplayer2/mplayer2-9999.ebuild b/media-video/mplayer2/mplayer2-9999.ebuild index 69b95a657c1a..1e45ad1120d3 100644 --- a/media-video/mplayer2/mplayer2-9999.ebuild +++ b/media-video/mplayer2/mplayer2-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer2/mplayer2-9999.ebuild,v 1.43 2012/09/02 10:14:23 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer2/mplayer2-9999.ebuild,v 1.44 2012/09/02 10:19:59 scarabeus Exp $ EAPI=4 @@ -467,23 +467,7 @@ src_configure() { src_compile() { base_src_compile - # Build only user-requested docs if they're available. - if use doc ; then - # select available languages from $LINGUAS - LINGUAS=${LINGUAS/zh/zh_CN} - local ALLOWED_LINGUAS="cs de en es fr hu it pl ru zh_CN" - local BUILT_DOCS="" - for i in ${LINGUAS} ; do - has ${i} ${ALLOWED_LINGUAS} && BUILT_DOCS+=" ${i}" - done - if [[ -z $BUILT_DOCS ]]; then - emake -j1 -C DOCS/xml html-chunked - else - for i in ${BUILT_DOCS}; do - emake -j1 -C DOCS/xml html-chunked-${i} - done - fi - fi + use doc && emake -j1 -C DOCS/xml html-chunked } src_install() { |