diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-07-17 10:00:34 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-07-17 10:00:34 +0000 |
commit | 208fab4f26ff168f51440a6e02c239c56abbd294 (patch) | |
tree | 634617021b53ca0a9a27366de37c391e6873c8ef /media-video/xvideoservicethief | |
parent | stable x86, bug 328439 (diff) | |
download | gentoo-2-208fab4f26ff168f51440a6e02c239c56abbd294.tar.gz gentoo-2-208fab4f26ff168f51440a6e02c239c56abbd294.tar.bz2 gentoo-2-208fab4f26ff168f51440a6e02c239c56abbd294.zip |
Remove old ebuilds
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-video/xvideoservicethief')
4 files changed, 6 insertions, 223 deletions
diff --git a/media-video/xvideoservicethief/ChangeLog b/media-video/xvideoservicethief/ChangeLog index 45bf5fe6f557..8c9af407f11a 100644 --- a/media-video/xvideoservicethief/ChangeLog +++ b/media-video/xvideoservicethief/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/xvideoservicethief # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/xvideoservicethief/ChangeLog,v 1.16 2010/07/17 09:24:08 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xvideoservicethief/ChangeLog,v 1.17 2010/07/17 10:00:34 hwoarang Exp $ + + 17 Jul 2010; Markos Chandras <hwoarang@gentoo.org> + -xvideoservicethief-2.2.ebuild, -xvideoservicethief-2.3.ebuild, + -xvideoservicethief-2.3.2.ebuild: + Remove old ebuilds 17 Jul 2010; Christian Faulhammer <fauli@gentoo.org> xvideoservicethief-2.4.ebuild: diff --git a/media-video/xvideoservicethief/xvideoservicethief-2.2.ebuild b/media-video/xvideoservicethief/xvideoservicethief-2.2.ebuild deleted file mode 100644 index a31421a99b02..000000000000 --- a/media-video/xvideoservicethief/xvideoservicethief-2.2.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/xvideoservicethief/xvideoservicethief-2.2.ebuild,v 1.3 2009/11/26 21:05:37 maekke Exp $ - -EAPI=2 -inherit eutils qt4 versionator - -MY_PN="xVST" -MY_PV=$(replace_all_version_separators '_') -MY_P=${MY_PN}_${MY_PV}_src - -DESCRIPTION="Download (and convert) videos from various Web Video Services" -HOMEPAGE="http://xviservicethief.sourceforge.net/" -SRC_URI="mirror://sourceforge/xviservicethief/${MY_P}.zip" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug linguas_br linguas_ca linguas_cs linguas_da linguas_de linguas_es -linguas_fr linguas_gl linguas_hu linguas_it linguas_ja linguas_nl linguas_pl linguas_ro -linguas_sv" - -DEPEND="app-arch/unzip - >=x11-libs/qt-gui-4.5.0:4" -RDEPEND=">=x11-libs/qt-gui-4.5.0:4 - media-video/ffmpeg - media-video/flvstreamer" - -S="${WORKDIR}/${PN}-src" - -LANGS="br ca cs da de es fr gl hu it pl ro sv" - -src_prepare() { - # fix translations - mv "${S}"/resources/translations/${MY_PN}_cz.ts "${S}"/resources/translations/${MY_PN}_cs.ts - mv "${S}"/resources/translations/${MY_PN}_jp.ts "${S}"/resources/translations/${MY_PN}_ja.ts - mv "${S}"/resources/translations/${MY_PN}_du.ts "${S}"/resources/translations/${MY_PN}_nl.ts - # fix plugins, language path - sed -i -e "s/getApplicationPath()\ +\ \"/\"\/usr\/share\/${PN}/g" \ - "${S}"/src/options.cpp || die "failed to fix paths" -} - -src_configure() { - eqmake4 xVideoServiceThief.pro -} - -src_compile() { - local lang= - emake || die "emake failed" - for lang in "${S}"/resources/translations/*.ts; do - lrelease ${lang} - done -} - -src_install() { - dobin bin/xvst || die "dobin failed" - local dest=/usr/share/${PN}/plugins - dodir ${dest} - find resources/services -name '*.js' -exec cp -dpR {} "${D}"${dest} \; - dodoc changelog.txt - newicon resources/images/InformationLogo.png xvst.png - make_desktop_entry /usr/bin/xvst xVideoServiceThief xvst 'Qt;AudioVideo;Video' - - #install translations - insinto /usr/share/${PN}/languages/ - local lang= tlang= - for lang in ${LINGUAS}; do - for tlang in ${LANGS}; do - [[ ${lang} == ${tlang} ]] && doins "${S}"/resources/translations/xVST_${tlang}.qm - done - done -} diff --git a/media-video/xvideoservicethief/xvideoservicethief-2.3.2.ebuild b/media-video/xvideoservicethief/xvideoservicethief-2.3.2.ebuild deleted file mode 100644 index 2dfd10cf5a0a..000000000000 --- a/media-video/xvideoservicethief/xvideoservicethief-2.3.2.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/xvideoservicethief/xvideoservicethief-2.3.2.ebuild,v 1.1 2010/01/23 20:00:51 hwoarang Exp $ - -EAPI=2 - -LANGS="br ca cs da de es fr gl hu it ja nl pl ro sv" - -inherit eutils qt4-r2 versionator - -MY_PV=$(replace_all_version_separators '_') -MY_P="xVST_${MY_PV}_src" - -DESCRIPTION="Download (and convert) videos from various Web Video Services" -HOMEPAGE="http://xviservicethief.sourceforge.net/" -SRC_URI="mirror://sourceforge/xviservicethief/${MY_P}.zip.zip" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug doc" - -DEPEND="app-arch/unzip - >=x11-libs/qt-gui-4.5.3:4 - doc? ( app-doc/doxygen )" -RDEPEND=">=x11-libs/qt-gui-4.5.3:4 - media-video/ffmpeg - media-video/flvstreamer" - -RES_NAME="xVST" - -S="${WORKDIR}" - -src_prepare() { - # fix translations - mv "${S}"/resources/translations/${RES_NAME}_cz.ts "${S}"/resources/translations/${RES_NAME}_cs.ts - mv "${S}"/resources/translations/${RES_NAME}_jp.ts "${S}"/resources/translations/${RES_NAME}_ja.ts - mv "${S}"/resources/translations/${RES_NAME}_du.ts "${S}"/resources/translations/${RES_NAME}_nl.ts - # fix plugins, language path - sed -i -e "s/getApplicationPath()\ +\ \"/\"\/usr\/share\/${PN}/g" \ - "${S}"/src/options.cpp || die "failed to fix paths" -} - -src_compile() { - local lang= - emake || die "emake failed" - for lang in "${S}"/resources/translations/*.ts; do - lrelease ${lang} - done -} - -src_install() { - dobin bin/xvst || die "dobin failed" - local dest=/usr/share/${PN}/plugins - dodir ${dest} - find resources/services -name '*.js' -exec cp -dpR {} "${D}"${dest} \; - newicon resources/images/InformationLogo.png xvst.png - make_desktop_entry /usr/bin/xvst xVideoServiceThief xvst 'Qt;AudioVideo;Video' - if use doc; then - cd "${S}/documentation/source" - sed -i "/OUTPUT_DIRECTORY/s:G\:.*:docs:" Doxyfile - doxygen Doxyfile - dohtml -r docs/html/* || die "dohtml failed" - fi - - #install translations - insinto /usr/share/${PN}/languages/ - local lang= tlang= - for lang in ${LINGUAS}; do - for tlang in ${LANGS}; do - [[ ${lang} == ${tlang} ]] && doins "${S}"/resources/translations/xVST_${tlang}.qm - done - done -} diff --git a/media-video/xvideoservicethief/xvideoservicethief-2.3.ebuild b/media-video/xvideoservicethief/xvideoservicethief-2.3.ebuild deleted file mode 100644 index 933adcdf17a8..000000000000 --- a/media-video/xvideoservicethief/xvideoservicethief-2.3.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/xvideoservicethief/xvideoservicethief-2.3.ebuild,v 1.2 2010/04/29 08:02:28 hwoarang Exp $ - -EAPI=2 -LANGS="br ca cs da de es fr gl hu it pl ro sv" - -inherit eutils qt4-r2 versionator - -MY_PN="xVideoServiceThief" -MY_PV=$(replace_all_version_separators '_') -MY_P="xVST_${MY_PV}_src" - -DESCRIPTION="Download (and convert) videos from various Web Video Services" -HOMEPAGE="http://xviservicethief.sourceforge.net/" -SRC_URI="mirror://sourceforge/xviservicethief/${MY_P}.zip" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug doc linguas_br linguas_ca linguas_cs linguas_da linguas_de linguas_es -linguas_fr linguas_gl linguas_hu linguas_it linguas_ja linguas_nl linguas_pl linguas_ro -linguas_sv" - -DEPEND="app-arch/unzip - >=x11-libs/qt-gui-4.5.0:4 - doc? ( app-doc/doxygen )" -RDEPEND=">=x11-libs/qt-gui-4.5.0:4 - media-video/ffmpeg - media-video/flvstreamer" - -S="${WORKDIR}/${MY_PN}-src" - -RES_NAME="xVST" - -src_prepare() { - # fix translations - mv "${S}"/resources/translations/${RES_NAME}_cz.ts "${S}"/resources/translations/${RES_NAME}_cs.ts - mv "${S}"/resources/translations/${RES_NAME}_jp.ts "${S}"/resources/translations/${RES_NAME}_ja.ts - mv "${S}"/resources/translations/${RES_NAME}_du.ts "${S}"/resources/translations/${RES_NAME}_nl.ts - # fix plugins, language path - sed -i -e "s/getApplicationPath()\ +\ \"/\"\/usr\/share\/${PN}/g" \ - "${S}"/src/options.cpp || die "failed to fix paths" -} - -src_compile() { - local lang= - emake || die "emake failed" - for lang in "${S}"/resources/translations/*.ts; do - lrelease ${lang} - done -} - -src_install() { - dobin bin/xvst || die "dobin failed" - local dest=/usr/share/${PN}/plugins - dodir ${dest} - find resources/services -name '*.js' -exec cp -dpR {} "${D}"${dest} \; - newicon resources/images/InformationLogo.png xvst.png - make_desktop_entry /usr/bin/xvst xVideoServiceThief xvst 'Qt;AudioVideo;Video' - if use doc; then - cd "${S}/documentation/source" - sed -i "/OUTPUT_DIRECTORY/s:G\:.*:docs:" Doxyfile - doxygen Doxyfile - dohtml -r docs/html/* || die "dohtml failed" - fi - - #install translations - insinto /usr/share/${PN}/languages/ - local lang= tlang= - for lang in ${LINGUAS}; do - for tlang in ${LANGS}; do - [[ ${lang} == ${tlang} ]] && doins "${S}"/resources/translations/xVST_${tlang}.qm - done - done -} |