From 0ede5f56410584ae4540890e8bb40737d64a774f Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sun, 30 Aug 2015 12:11:26 +0200 Subject: Bump video-mv, cpi, noscript --- media-video/video-mv/ChangeLog | 5 +++ media-video/video-mv/Manifest | 2 +- media-video/video-mv/video-mv-8.2.ebuild | 63 --------------------------- media-video/video-mv/video-mv-8.3.ebuild | 63 +++++++++++++++++++++++++++ sys-apps/cpi/ChangeLog | 5 +++ sys-apps/cpi/Manifest | 2 +- sys-apps/cpi/cpi-2.10.ebuild | 31 +++++++++++++ sys-apps/cpi/cpi-2.9.ebuild | 31 ------------- www-plugins/noscript/ChangeLog | 5 +++ www-plugins/noscript/Manifest | 2 +- www-plugins/noscript/noscript-2.6.9.34.ebuild | 20 --------- www-plugins/noscript/noscript-2.6.9.36.ebuild | 20 +++++++++ 12 files changed, 132 insertions(+), 117 deletions(-) delete mode 100644 media-video/video-mv/video-mv-8.2.ebuild create mode 100644 media-video/video-mv/video-mv-8.3.ebuild create mode 100644 sys-apps/cpi/cpi-2.10.ebuild delete mode 100644 sys-apps/cpi/cpi-2.9.ebuild delete mode 100644 www-plugins/noscript/noscript-2.6.9.34.ebuild create mode 100644 www-plugins/noscript/noscript-2.6.9.36.ebuild diff --git a/media-video/video-mv/ChangeLog b/media-video/video-mv/ChangeLog index 33e73231..5ecb35e3 100644 --- a/media-video/video-mv/ChangeLog +++ b/media-video/video-mv/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*video-mv-8.3 (30 Aug 2015) + + 30 Aug 2015; Martin Väth : + Version bump, remove old ebuild + *video-mv-8.2 (12 Jul 2015) 12 Jul 2015; Martin Väth : diff --git a/media-video/video-mv/Manifest b/media-video/video-mv/Manifest index 452323d9..680c5f66 100644 --- a/media-video/video-mv/Manifest +++ b/media-video/video-mv/Manifest @@ -1 +1 @@ -DIST video-mv-8.2.tar.gz 17723 SHA256 15f09c9cf59a81c45b7721c551068c71f690afa3ddc71a1c17f9dced82eecf83 SHA512 3931df716332a7f7d003592d695e29b59b5e77c1704ca7e6abb2d8a7d65dca42b32a2c4a0769de9917e143867b9dcf57816526284c533171dcd8157c6d6d0e1f WHIRLPOOL 2f03163bd1568fb9b7f44428689b4c45903293cd2c7b212a59cf336384020eeaa02bc2d6ed3a982cc8544b2bb96311c114d67730079f419d4ce0a70d799b8e55 +DIST video-mv-8.3.tar.gz 17719 SHA256 fbb72248e98735819b4b9999efb56e4a8f95daec752233062c2ce487585ae5eb SHA512 cb1e061c5c04134ac0469af7f996b1432e20589b557f12bcd20d34501f85ec718f9ac299a08601b029d3403b6b4fa4fb2066547f27e31b7af9921f6e316a2223 WHIRLPOOL 70e93420136cb9751e5b3130fddb9d037259d75412603854284ac3f14ebdc8bb77ebba78992f8ed1880861dac44da4601ce55239d997a4a237d7700cd941ef32 diff --git a/media-video/video-mv/video-mv-8.2.ebuild b/media-video/video-mv/video-mv-8.2.ebuild deleted file mode 100644 index 6f357fd4..00000000 --- a/media-video/video-mv/video-mv-8.2.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 -RESTRICT="mirror" -inherit eutils readme.gentoo - -DESCRIPTION="Frontends for using mplayer/mencoder, ffmpeg/libav, or tzap as video recorder" -HOMEPAGE="https://github.com/vaeth/video-mv/" -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RDEPEND="app-shells/push - >=app-shells/runtitle-2.3 - || ( ( media-sound/alsa-utils - || ( media-video/mplayer[encode] virtual/ffmpeg ) ) - media-tv/linuxtv-dvb-apps )" -DEPEND="" - -DISABLE_AUTOFORMATTING="true" -DOC_CONTENTS="If you use dvb-t with zsh completion, you might want to put -zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' -into your ~/.zshrc or /etc/zshrc for case-insensitive matching." - -src_prepare() { - local i - use prefix || for i in bin/* - do test -h "${i}" || sed -i \ - -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \ - -e 's"^\. _videoscript\.sh$". '"${EPREFIX}/usr/share/video-mv/_videoscript.sh"'"' \ - -- "${i}" || die - done - epatch_user -} - -src_install() { - local i - insinto /usr/bin - for i in bin/* - do if test -h "${i}" - then doins "${i}" - elif [ "${i#*/}" != '_videoscript.sh' ] - then dobin "${i}" - fi - done - insinto /usr/share/video-mv - doins bin/_videoscript.sh - insinto /etc - doins etc/* - insinto /usr/share/zsh/site-functions - doins zsh/* - dodoc README - readme.gentoo_create_doc -} - -pkg_postinst() { - optfeature "status bar support" app-shells/runtitle - readme.gentoo_pkg_postinst -} diff --git a/media-video/video-mv/video-mv-8.3.ebuild b/media-video/video-mv/video-mv-8.3.ebuild new file mode 100644 index 00000000..6f357fd4 --- /dev/null +++ b/media-video/video-mv/video-mv-8.3.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +RESTRICT="mirror" +inherit eutils readme.gentoo + +DESCRIPTION="Frontends for using mplayer/mencoder, ffmpeg/libav, or tzap as video recorder" +HOMEPAGE="https://github.com/vaeth/video-mv/" +SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RDEPEND="app-shells/push + >=app-shells/runtitle-2.3 + || ( ( media-sound/alsa-utils + || ( media-video/mplayer[encode] virtual/ffmpeg ) ) + media-tv/linuxtv-dvb-apps )" +DEPEND="" + +DISABLE_AUTOFORMATTING="true" +DOC_CONTENTS="If you use dvb-t with zsh completion, you might want to put +zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' +into your ~/.zshrc or /etc/zshrc for case-insensitive matching." + +src_prepare() { + local i + use prefix || for i in bin/* + do test -h "${i}" || sed -i \ + -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \ + -e 's"^\. _videoscript\.sh$". '"${EPREFIX}/usr/share/video-mv/_videoscript.sh"'"' \ + -- "${i}" || die + done + epatch_user +} + +src_install() { + local i + insinto /usr/bin + for i in bin/* + do if test -h "${i}" + then doins "${i}" + elif [ "${i#*/}" != '_videoscript.sh' ] + then dobin "${i}" + fi + done + insinto /usr/share/video-mv + doins bin/_videoscript.sh + insinto /etc + doins etc/* + insinto /usr/share/zsh/site-functions + doins zsh/* + dodoc README + readme.gentoo_create_doc +} + +pkg_postinst() { + optfeature "status bar support" app-shells/runtitle + readme.gentoo_pkg_postinst +} diff --git a/sys-apps/cpi/ChangeLog b/sys-apps/cpi/ChangeLog index 8ac8bc2d..01690301 100644 --- a/sys-apps/cpi/ChangeLog +++ b/sys-apps/cpi/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*cpi-2.10 (30 Aug 2015) + + 30 Aug 2015; Martin Väth : + Version bump, remove old ebuild + *cpi-2.9 (12 Jul 2015) 12 Jul 2015; Martin Väth : diff --git a/sys-apps/cpi/Manifest b/sys-apps/cpi/Manifest index 8034063b..50552014 100644 --- a/sys-apps/cpi/Manifest +++ b/sys-apps/cpi/Manifest @@ -1 +1 @@ -DIST cpi-2.9.tar.gz 3405 SHA256 9ae78ca605dabd5a288df30e86ce5a5e77da0e3547f357c718dcdb25b89470b9 SHA512 f0dbfc122fa5bad90ead67b1d22d388500b93269c7b20c492f618d779ffc5e37bf79c2ef3e0427071a10638d12a1550f3b82ca8d393c8e945efa95e9d89be0a0 WHIRLPOOL 5752e884899f6e8d892d5d110b922df53956aee7862b30de36bd75d271f2908c24bf9707918d2f1b56bd9e1822e8dfb1045de4aa9d4782eb9533ef6968f8d6e9 +DIST cpi-2.10.tar.gz 3416 SHA256 67d6ea00b9817c1da523158ea61ed4441683343b9df83babdf1b707ac7d6d35f SHA512 19e6c6aa297e7ebba73eddfe1eb1d78252756eda39ac34b82557747c78789d0503e824d9e2902e42d63c1bea1c49becf02ad5c6b7c4fd4737a29e6708a2f4633 WHIRLPOOL 9592f1bab4a3a516a3e94e45c60a80046e963f47347099820f8a5a5649e207e403780b712eeb613be9d2dadbee15b781f35ce7c2f39ef6b393866ef62decc7cf diff --git a/sys-apps/cpi/cpi-2.10.ebuild b/sys-apps/cpi/cpi-2.10.ebuild new file mode 100644 index 00000000..eeedf85c --- /dev/null +++ b/sys-apps/cpi/cpi-2.10.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +RESTRICT="mirror" +inherit eutils + +DESCRIPTION="A wrapper for cp -i -a, making use of diff" +HOMEPAGE="https://github.com/vaeth/cpi/" +SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +src_prepare() { + use prefix || sed -i \ + -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \ + -- bin/cpi || die + epatch_user +} + +src_install() { + dobin bin/cpi + insinto /usr/bin + doins bin/mvi + insinto /usr/share/zsh/site-functions + doins zsh/* +} diff --git a/sys-apps/cpi/cpi-2.9.ebuild b/sys-apps/cpi/cpi-2.9.ebuild deleted file mode 100644 index eeedf85c..00000000 --- a/sys-apps/cpi/cpi-2.9.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 -RESTRICT="mirror" -inherit eutils - -DESCRIPTION="A wrapper for cp -i -a, making use of diff" -HOMEPAGE="https://github.com/vaeth/cpi/" -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -src_prepare() { - use prefix || sed -i \ - -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \ - -- bin/cpi || die - epatch_user -} - -src_install() { - dobin bin/cpi - insinto /usr/bin - doins bin/mvi - insinto /usr/share/zsh/site-functions - doins zsh/* -} diff --git a/www-plugins/noscript/ChangeLog b/www-plugins/noscript/ChangeLog index 2f51ece0..9133c8b5 100644 --- a/www-plugins/noscript/ChangeLog +++ b/www-plugins/noscript/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*noscript-2.6.9.36 (30 Aug 2015) + + 30 Aug 2015; Martin Väth : + Version bump, remove old ebuild + *noscript-2.6.9.34 (05 Aug 2015) 05 Aug 2015; Martin Väth : diff --git a/www-plugins/noscript/Manifest b/www-plugins/noscript/Manifest index c4fd7e29..cc993ec6 100644 --- a/www-plugins/noscript/Manifest +++ b/www-plugins/noscript/Manifest @@ -1 +1 @@ -DIST noscript-2.6.9.34.xpi 548893 SHA256 32d79e8df0348a0cd26a84eaed1d8fb4daad5eeface2949f815eda7576eee3e3 SHA512 9e83d28d6f2d4b8b87549dbdc14ab9465e3ede7881865be917b38fd38a3ff61a61de61973dba0cd99a90f30a3355bb72174c92756c7f659a067dc4867ab2e31a WHIRLPOOL 7f156764ab4e7338dc0c876fccfd6d5f6b7b28f1184aff469ea7841ebcaa9122e7f3871b72f1e251edbbd1343769d2cbc1c4bf6735b03e114c25af9427eef343 +DIST noscript-2.6.9.36.xpi 561807 SHA256 0585d95161711f6e4bcd56ed6f160c15bbf08ab6c559a675ce659e6c8ffb150d SHA512 a9c1f14748b4dc59147bf7b0ac29f2b3f2e0125e069bf0046fd27585a2457066339baf468a686311c2389ff2bbb59d8c8baf469f9aff150ba0a00f58e1e1ac4d WHIRLPOOL 3515f1a630664d2576a1bde9a5a63e67b1a10a65c5b64367d12844a60adb45349cfa012014a5d9c550c047574ae98e3605d68ef7c65ed8fc7cae5207fd9e7259 diff --git a/www-plugins/noscript/noscript-2.6.9.34.ebuild b/www-plugins/noscript/noscript-2.6.9.34.ebuild deleted file mode 100644 index 82dc8b3b..00000000 --- a/www-plugins/noscript/noscript-2.6.9.34.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 -inherit mv_mozextension -RESTRICT="mirror" - -DESCRIPTION="Mozilla plugin: Restrict active contents like java/javascript/flash" -HOMEPAGE="http://noscript.net/" -SRC_URI="https://secure.informaction.com/download/releases/${P}.xpi -https://addons.cdn.mozilla.net/user-media/addons/722/noscript_security_suite-${PV}-sm+fx+fn.xpi -> ${P}.xpi" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -# NOTES: -# can also be used for Flock, MidBrowser, eMusic, Toolkit, Songbird, Fennec diff --git a/www-plugins/noscript/noscript-2.6.9.36.ebuild b/www-plugins/noscript/noscript-2.6.9.36.ebuild new file mode 100644 index 00000000..82dc8b3b --- /dev/null +++ b/www-plugins/noscript/noscript-2.6.9.36.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit mv_mozextension +RESTRICT="mirror" + +DESCRIPTION="Mozilla plugin: Restrict active contents like java/javascript/flash" +HOMEPAGE="http://noscript.net/" +SRC_URI="https://secure.informaction.com/download/releases/${P}.xpi +https://addons.cdn.mozilla.net/user-media/addons/722/noscript_security_suite-${PV}-sm+fx+fn.xpi -> ${P}.xpi" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# NOTES: +# can also be used for Flock, MidBrowser, eMusic, Toolkit, Songbird, Fennec -- cgit v1.2.3-65-gdbad