From 43ffc08d439f471cf05577d6b260f38ce7773fa8 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sat, 5 Sep 2015 13:45:15 +0200 Subject: Bump termcolors-mv, zshrc-mv, sundtek-tv, classic-theme-restorer --- app-shells/termcolors-mv/ChangeLog | 5 + app-shells/termcolors-mv/Manifest | 2 +- app-shells/termcolors-mv/termcolors-mv-3.10.ebuild | 48 ------ app-shells/termcolors-mv/termcolors-mv-3.11.ebuild | 48 ++++++ app-shells/zshrc-mv/ChangeLog | 5 + app-shells/zshrc-mv/Manifest | 2 +- app-shells/zshrc-mv/zshrc-mv-2.21.ebuild | 34 ---- app-shells/zshrc-mv/zshrc-mv-2.22.ebuild | 34 ++++ media-tv/sundtek-tv/ChangeLog | 5 + media-tv/sundtek-tv/Manifest | 2 +- .../sundtek-tv/sundtek-tv-150716.005115.ebuild | 188 --------------------- .../sundtek-tv/sundtek-tv-150728.175535.ebuild | 188 +++++++++++++++++++++ www-plugins/classic-theme-restorer/ChangeLog | 5 + www-plugins/classic-theme-restorer/Manifest | 2 +- .../classic-theme-restorer-1.3.5.ebuild | 18 -- .../classic-theme-restorer-1.3.8.ebuild | 18 ++ 16 files changed, 312 insertions(+), 292 deletions(-) delete mode 100644 app-shells/termcolors-mv/termcolors-mv-3.10.ebuild create mode 100644 app-shells/termcolors-mv/termcolors-mv-3.11.ebuild delete mode 100644 app-shells/zshrc-mv/zshrc-mv-2.21.ebuild create mode 100644 app-shells/zshrc-mv/zshrc-mv-2.22.ebuild delete mode 100644 media-tv/sundtek-tv/sundtek-tv-150716.005115.ebuild create mode 100644 media-tv/sundtek-tv/sundtek-tv-150728.175535.ebuild delete mode 100644 www-plugins/classic-theme-restorer/classic-theme-restorer-1.3.5.ebuild create mode 100644 www-plugins/classic-theme-restorer/classic-theme-restorer-1.3.8.ebuild diff --git a/app-shells/termcolors-mv/ChangeLog b/app-shells/termcolors-mv/ChangeLog index 0d1f8b3f..55c4193b 100644 --- a/app-shells/termcolors-mv/ChangeLog +++ b/app-shells/termcolors-mv/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*termcolors-3.11 (05 Sep 2015) + + 05 Sep 2015; Martin Väth : + Version bump, remove old ebuild + *termcolors-3.10 (24 Jul 2015) 24 Jul 2015; Martin Väth : diff --git a/app-shells/termcolors-mv/Manifest b/app-shells/termcolors-mv/Manifest index afd8b3da..85b3f608 100644 --- a/app-shells/termcolors-mv/Manifest +++ b/app-shells/termcolors-mv/Manifest @@ -1 +1 @@ -DIST termcolors-mv-3.10.tar.gz 7738 SHA256 d6e12a4170a31cbc02d3ad54371a595d01c9a5a60aa6942b714db39ff79eec9c SHA512 1cb0a68edef8379457b204fc500dcc2b40e13fc94f26e840a58c5a3472fcf3bd5fafeca409f64263d07eeacf6208c5bfd68cacf2abf85cdf5a10c5a05473d058 WHIRLPOOL d7579709d2c79bd2931d791fb06d5e3f253a0f19ffbb40553f4c2985f186580182ff7b8de8e18b011ce00a42c230d2abdf4e64306f60486591af8f929b1c4715 +DIST termcolors-mv-3.11.tar.gz 7821 SHA256 d2938b2e6e9080782c71e355090cc1f14ada6fa43b8c5dd866422545603f4489 SHA512 c8784352f5d6652fe358ee65d5481cc146b8ee57a83b20f7af5a1a3864b17230244e03e8e6a60e9e65ac3323db3ad2a82b3621416dddf342399a73b848965fbe WHIRLPOOL a646b0b0c8961f826d3c578c24fc4528186da2240d112753906584aace574c5e682ed3520ce5c6c84014f9a0c6b4323ef0dcd9eca7998f6369c477b8e2c62d01 diff --git a/app-shells/termcolors-mv/termcolors-mv-3.10.ebuild b/app-shells/termcolors-mv/termcolors-mv-3.10.ebuild deleted file mode 100644 index dddc447e..00000000 --- a/app-shells/termcolors-mv/termcolors-mv-3.10.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -RESTRICT="mirror" -inherit eutils readme.gentoo - -DESCRIPTION="256colors sample script and dircolors configuration for standard or 256 colors" -HOMEPAGE="https://github.com/vaeth/termcolors-mv/" -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="create +perl" -DEPEND="dev-lang/perl" -RDEPEND="create? ( dev-lang/perl ) -perl? ( dev-lang/perl )" - -DISABLE_AUTOFORMATTING="true" -DOC_CONTENTS="To use the colorschemes of ${PN} call - eval \"\`dircolors-mv\`\" -e.g. in your bashrc; make sure that SOLARIZED (if desired) -and DEFAULTS is set appropriately, see the documentation. -For zsh, this happens if you use zshrc-mv" - -src_prepare() { - use prefix || sed -i \ - -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \ - -e '1s"^#!/usr/bin/env perl$"#!'"${EPREFIX}/usr/bin/perl"'"' \ - -- bin/* || die - epatch_user -} - -src_compile() { - perl bin/DIR_COLORS-create -} - -src_install() { - dodoc README - dobin bin/dircolors-mv - use create && dobin bin/DIR_COLORS-create - use perl && dobin bin/256colors - insinto /etc/dir_colors - doins DIR_COLORS* - readme.gentoo_create_doc -} diff --git a/app-shells/termcolors-mv/termcolors-mv-3.11.ebuild b/app-shells/termcolors-mv/termcolors-mv-3.11.ebuild new file mode 100644 index 00000000..dddc447e --- /dev/null +++ b/app-shells/termcolors-mv/termcolors-mv-3.11.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +RESTRICT="mirror" +inherit eutils readme.gentoo + +DESCRIPTION="256colors sample script and dircolors configuration for standard or 256 colors" +HOMEPAGE="https://github.com/vaeth/termcolors-mv/" +SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="create +perl" +DEPEND="dev-lang/perl" +RDEPEND="create? ( dev-lang/perl ) +perl? ( dev-lang/perl )" + +DISABLE_AUTOFORMATTING="true" +DOC_CONTENTS="To use the colorschemes of ${PN} call + eval \"\`dircolors-mv\`\" +e.g. in your bashrc; make sure that SOLARIZED (if desired) +and DEFAULTS is set appropriately, see the documentation. +For zsh, this happens if you use zshrc-mv" + +src_prepare() { + use prefix || sed -i \ + -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \ + -e '1s"^#!/usr/bin/env perl$"#!'"${EPREFIX}/usr/bin/perl"'"' \ + -- bin/* || die + epatch_user +} + +src_compile() { + perl bin/DIR_COLORS-create +} + +src_install() { + dodoc README + dobin bin/dircolors-mv + use create && dobin bin/DIR_COLORS-create + use perl && dobin bin/256colors + insinto /etc/dir_colors + doins DIR_COLORS* + readme.gentoo_create_doc +} diff --git a/app-shells/zshrc-mv/ChangeLog b/app-shells/zshrc-mv/ChangeLog index 9034f4af..b3e538d5 100644 --- a/app-shells/zshrc-mv/ChangeLog +++ b/app-shells/zshrc-mv/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*zshrc-2.22 (05 Sep 2015) + + 05 Sep 2015; Martin Väth : + Version bump, remove old ebuild + *zshrc-2.21 (24 Jul 2015) 24 Jul 2015; Martin Väth : diff --git a/app-shells/zshrc-mv/Manifest b/app-shells/zshrc-mv/Manifest index 759c48bd..fc7f4b24 100644 --- a/app-shells/zshrc-mv/Manifest +++ b/app-shells/zshrc-mv/Manifest @@ -1 +1 @@ -DIST zshrc-mv-2.21.tar.gz 9186 SHA256 6537d8cdb44733dd52999c0e2a391ea00b3f980fefc7dccf5b01e41497707d44 SHA512 50d6fb8ba72e93b2d0c070cb2b62cf53012332feff1374cc5d45efaf623c10739ec2bf5bdaef978c6b40f0662df99f34c4c2b00a79bb49ef7949e80fbc6f6674 WHIRLPOOL 5ad86453b66b5f5cfe67b1ea40e28da959a4326cc8293471c268fb6d0c9a45d13deaa1723a00e594f16544d38a2c6fcc3ba95d0a47ff7df30ee9db394ca02016 +DIST zshrc-mv-2.22.tar.gz 9335 SHA256 b8239c42abc7ba7cca92b7f21da137f082c722002027473deb24881300353f84 SHA512 5da027365d77f61735031c9a1d298b4d01131921c2b4fab8f7d9777a775a124c203446f3f1d7872c04f6da58e9d474b9b777a2940250b336f89fa103c72640b3 WHIRLPOOL d0bef8dce9b5219a461d056e9bf20b1c2842a8ad173db6b49bb960102d5d945814de3799b6376650335218d1f969130b538f37e9e7cead9ca4deec33f17ac904 diff --git a/app-shells/zshrc-mv/zshrc-mv-2.21.ebuild b/app-shells/zshrc-mv/zshrc-mv-2.21.ebuild deleted file mode 100644 index 6f08fdd9..00000000 --- a/app-shells/zshrc-mv/zshrc-mv-2.21.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -RESTRICT="mirror" -inherit eutils - -DESCRIPTION="A zshrc file initializing zsh specific interactive features" -HOMEPAGE="https://github.com/vaeth/zshrc-mv/" -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RDEPEND="!app-shells/auto-fu-zsh[kill-line(-)]" - -src_prepare() { - epatch_user -} - -src_install() { - dodoc README - insinto /etc/zsh - doins zshrc -} - -pkg_postinst() { - optfeature "automagic completion" '>=app-shells/auto-fu-zsh-0.0.1.13' - optfeature "syntax highlighting" 'app-shells/zsh-syntax-highlighting' - optfeature "a nice prompt" 'app-shells/set_prompt' - optfeature "nice directory colors" 'app-shells/termcolors-mv' -} diff --git a/app-shells/zshrc-mv/zshrc-mv-2.22.ebuild b/app-shells/zshrc-mv/zshrc-mv-2.22.ebuild new file mode 100644 index 00000000..6f08fdd9 --- /dev/null +++ b/app-shells/zshrc-mv/zshrc-mv-2.22.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +RESTRICT="mirror" +inherit eutils + +DESCRIPTION="A zshrc file initializing zsh specific interactive features" +HOMEPAGE="https://github.com/vaeth/zshrc-mv/" +SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RDEPEND="!app-shells/auto-fu-zsh[kill-line(-)]" + +src_prepare() { + epatch_user +} + +src_install() { + dodoc README + insinto /etc/zsh + doins zshrc +} + +pkg_postinst() { + optfeature "automagic completion" '>=app-shells/auto-fu-zsh-0.0.1.13' + optfeature "syntax highlighting" 'app-shells/zsh-syntax-highlighting' + optfeature "a nice prompt" 'app-shells/set_prompt' + optfeature "nice directory colors" 'app-shells/termcolors-mv' +} diff --git a/media-tv/sundtek-tv/ChangeLog b/media-tv/sundtek-tv/ChangeLog index 44b49a36..b269e50f 100644 --- a/media-tv/sundtek-tv/ChangeLog +++ b/media-tv/sundtek-tv/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*sundtek-tv-150728.175535 (05 Sep 2015) + + 05 Sep 2015; Martin Väth : + Version bump, remove old ebuild + *sundtek-tv-150716.005115 (17 Jul 2015) 07 Jun 2015; Martin Väth : diff --git a/media-tv/sundtek-tv/Manifest b/media-tv/sundtek-tv/Manifest index 3ea392c5..79a8f255 100644 --- a/media-tv/sundtek-tv/Manifest +++ b/media-tv/sundtek-tv/Manifest @@ -1 +1 @@ -DIST sundtek_installer_150716.005115.sh 27185565 SHA256 bb93514f652ec22ffa15966310cc3cd7949390c7961dd0286d5c64915957bec1 SHA512 b453abaf6ea9e36e9478aff9db10d4ccbd2ccf590880a8748e1808b17d96dd4e1332f1dc0d3f425fffcf4c2636aff8920a363482f6d5e9335c2bfbd8c6b54266 WHIRLPOOL 9f6756336e48e954f45c8181736552c83e33aa69640f16357d04e775d91e3c8e77f5bb1762e34e9bb0895a1860df98f1a5168a200a042c955d5de9ca80cbfbbd +DIST sundtek_installer_150728.175535.sh 27386117 SHA256 a29f7be87380a0d8ad556c29b6b38e90c69e7469157f6825428d89abfdd049c1 SHA512 485b43e60c1bf33f222fa872a4d3743bbb51f57a907a18b0834146853126ddfbde1ad69073c735e083a3b8880d4c0f87db27fcbdf21c646baa5dbaefb94efd8e WHIRLPOOL 3a9fba6e252bfb6a994baf8d868a630305dc766099400d699dad823d3bc7230e228138a9ea61b4645eacf0ac40dd18b6939b954843ba51dd6ab83196b87593d0 diff --git a/media-tv/sundtek-tv/sundtek-tv-150716.005115.ebuild b/media-tv/sundtek-tv/sundtek-tv-150716.005115.ebuild deleted file mode 100644 index 2025ee3f..00000000 --- a/media-tv/sundtek-tv/sundtek-tv-150716.005115.ebuild +++ /dev/null @@ -1,188 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit eutils linux-info pax-utils readme.gentoo systemd unpacker - -# The following variable is only for testing purposes. Leave it to "false" -keep_original=false - -DESCRIPTION="Sundtek MediaTV Pro III Drivers" -HOMEPAGE="http://support.sundtek.com/index.php/topic,2.0.html" -# Current version number can be found in http://sundtek.de/media/latest.phtml -SRC_URI="http://www.sundtek.de/media/sundtek_installer_${PV}.sh" - -RESTRICT="mirror strip" -LICENSE="sundtek" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="ld-preload-env +ld-preload-file pax_kernel" -RDEPEND="!"${mypkgconfig}/libmedia.pc" || die - sed -i -e "s#/opt#${EPREFIX}/${mybinprefix}#" \ - etc/udev/rules.d/*.rules 1/doc/*.service sundtek.initd || die - sed -i -e "s/^\([^#]\)/#\1/" \ - etc/udev/rules.d/80-mediasrv-eeti.rules || die - mv etc/udev/rules.d/80-mediasrv.rules etc/hal . || die - mv etc/udev "${myudev}" || die - mv 1/doc/hardware.conf 1/doc/sundtek.conf "${mylirc}" || die - rm 1/doc/lirc_install.sh 1/doc/libmedia.pc || die - mv 1/doc/*.service "${S}" || die - mkdir "${S}/doc" && mkdir "${S}/doc/bin" || die - mv 1/doc/README 1/doc/*.conf "${S}/doc" || die - mv 1/doc/*.cgi "${S}/doc/bin" || die - rmdir 1/doc || die "${S}/1/doc contains files not known to the ebuild" - rmdir 1 || die "${S}/1 contains files not known to the ebuild" - my_movlibdir "${mylibdir}" - mkdir etc/revdep-rebuild || die - echo "SEARCH_DIRS_MASK=\"${EPREFIX}/${mybinprefix}/bin/audio/libpulse.so\"" \ - >etc/revdep-rebuild/50-sundtek-tv - if use ld-preload-file - then echo "/${mylibdir}/libmediaclient.so" >etc/ld.so.preload - fi - if use ld-preload-env - then mkdir etc/env.d - echo "LD_PRELOAD=\"/${mylibdir}/libmediaclient.so\"" >etc/env.d/50sundtek-tv - fi - DOC_CONTENTS="${DOC_CONTENTS} -You have to put /${mylibdir}/libmediaclient.so into /etc/ld.so.preload -or to export LD_PRELOAD=\"/${mylibdir}/libmediaclient.so\" -before you start a multimedia applications like mplayer or mpv which should -be able to access the sundtek device. - -This happens with USE=ld-preload-file or with ld-preload-env (in the global -environment), respectively. - -However, such a global setting in some cases this gives warnings when -32-bit applications are used. - -Thus, it might be a good idea to do it only locally by writing -corresponding wrapper scripts for those multimedia applications you -want to use with sundtek-tv. -" - ln -sfn mediaclient.video mediaclient.audio - ln -sfn mediaclient.video mediaclient.dvb - epatch_user -} - -src_install() { - insinto / - local i - for i in etc lib64 lib32 lib usr opt - do test -d "${i}" && mv -- "${i}" "${ED}" - done - for i in "${ED}"/usr/bin "${ED}"/usr/$(get_libdir) "${ED}"/opt - do test -d "${i}" && chmod -R 755 "${i}" - done - if ! ${keep_original} - then newinitd sundtek.initd sundtek - systemd_dounit *.service - dodoc doc/README doc/*.conf - mv -- doc/bin "${ED}/usr/share/doc/${PF}" || die - docompress -x "/usr/share/doc/${PF}/bin" - fi - dobin mediaclient.video - insinto /usr/bin - doins mediaclient.dvb mediaclient.audio - insinto /usr/share/zsh/site-functions - doins _mediaclient - readme.gentoo_create_doc -} - -pkg_pretend() { - local CONFIG_CHECK="~INPUT_UINPUT" - check_extra_config -} - -pkg_postinst() { - einfo "Adding root to the audio group" - usermod -aG audio root || { - ewarn "Could not add root to the audio group." - ewarn "You should do this manually if you have problems with sound" - } - false chmod 6111 "${EPREFIX}/opt/bin/mediasrv" || \ - elog "You might need to chmod 6111 ${EPREFIX}/opt/bin/mediasrv" - if ! use ld-preload-file - then if use ld-preload-env - then elog "You might have to call env-update and source /etc/profile" - else elog "You need to set LD_PRELOAD locally, see /usr/share/doc/${PF}/README.gentoo*" - fi - fi -} diff --git a/media-tv/sundtek-tv/sundtek-tv-150728.175535.ebuild b/media-tv/sundtek-tv/sundtek-tv-150728.175535.ebuild new file mode 100644 index 00000000..2025ee3f --- /dev/null +++ b/media-tv/sundtek-tv/sundtek-tv-150728.175535.ebuild @@ -0,0 +1,188 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils linux-info pax-utils readme.gentoo systemd unpacker + +# The following variable is only for testing purposes. Leave it to "false" +keep_original=false + +DESCRIPTION="Sundtek MediaTV Pro III Drivers" +HOMEPAGE="http://support.sundtek.com/index.php/topic,2.0.html" +# Current version number can be found in http://sundtek.de/media/latest.phtml +SRC_URI="http://www.sundtek.de/media/sundtek_installer_${PV}.sh" + +RESTRICT="mirror strip" +LICENSE="sundtek" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="ld-preload-env +ld-preload-file pax_kernel" +RDEPEND="!"${mypkgconfig}/libmedia.pc" || die + sed -i -e "s#/opt#${EPREFIX}/${mybinprefix}#" \ + etc/udev/rules.d/*.rules 1/doc/*.service sundtek.initd || die + sed -i -e "s/^\([^#]\)/#\1/" \ + etc/udev/rules.d/80-mediasrv-eeti.rules || die + mv etc/udev/rules.d/80-mediasrv.rules etc/hal . || die + mv etc/udev "${myudev}" || die + mv 1/doc/hardware.conf 1/doc/sundtek.conf "${mylirc}" || die + rm 1/doc/lirc_install.sh 1/doc/libmedia.pc || die + mv 1/doc/*.service "${S}" || die + mkdir "${S}/doc" && mkdir "${S}/doc/bin" || die + mv 1/doc/README 1/doc/*.conf "${S}/doc" || die + mv 1/doc/*.cgi "${S}/doc/bin" || die + rmdir 1/doc || die "${S}/1/doc contains files not known to the ebuild" + rmdir 1 || die "${S}/1 contains files not known to the ebuild" + my_movlibdir "${mylibdir}" + mkdir etc/revdep-rebuild || die + echo "SEARCH_DIRS_MASK=\"${EPREFIX}/${mybinprefix}/bin/audio/libpulse.so\"" \ + >etc/revdep-rebuild/50-sundtek-tv + if use ld-preload-file + then echo "/${mylibdir}/libmediaclient.so" >etc/ld.so.preload + fi + if use ld-preload-env + then mkdir etc/env.d + echo "LD_PRELOAD=\"/${mylibdir}/libmediaclient.so\"" >etc/env.d/50sundtek-tv + fi + DOC_CONTENTS="${DOC_CONTENTS} +You have to put /${mylibdir}/libmediaclient.so into /etc/ld.so.preload +or to export LD_PRELOAD=\"/${mylibdir}/libmediaclient.so\" +before you start a multimedia applications like mplayer or mpv which should +be able to access the sundtek device. + +This happens with USE=ld-preload-file or with ld-preload-env (in the global +environment), respectively. + +However, such a global setting in some cases this gives warnings when +32-bit applications are used. + +Thus, it might be a good idea to do it only locally by writing +corresponding wrapper scripts for those multimedia applications you +want to use with sundtek-tv. +" + ln -sfn mediaclient.video mediaclient.audio + ln -sfn mediaclient.video mediaclient.dvb + epatch_user +} + +src_install() { + insinto / + local i + for i in etc lib64 lib32 lib usr opt + do test -d "${i}" && mv -- "${i}" "${ED}" + done + for i in "${ED}"/usr/bin "${ED}"/usr/$(get_libdir) "${ED}"/opt + do test -d "${i}" && chmod -R 755 "${i}" + done + if ! ${keep_original} + then newinitd sundtek.initd sundtek + systemd_dounit *.service + dodoc doc/README doc/*.conf + mv -- doc/bin "${ED}/usr/share/doc/${PF}" || die + docompress -x "/usr/share/doc/${PF}/bin" + fi + dobin mediaclient.video + insinto /usr/bin + doins mediaclient.dvb mediaclient.audio + insinto /usr/share/zsh/site-functions + doins _mediaclient + readme.gentoo_create_doc +} + +pkg_pretend() { + local CONFIG_CHECK="~INPUT_UINPUT" + check_extra_config +} + +pkg_postinst() { + einfo "Adding root to the audio group" + usermod -aG audio root || { + ewarn "Could not add root to the audio group." + ewarn "You should do this manually if you have problems with sound" + } + false chmod 6111 "${EPREFIX}/opt/bin/mediasrv" || \ + elog "You might need to chmod 6111 ${EPREFIX}/opt/bin/mediasrv" + if ! use ld-preload-file + then if use ld-preload-env + then elog "You might have to call env-update and source /etc/profile" + else elog "You need to set LD_PRELOAD locally, see /usr/share/doc/${PF}/README.gentoo*" + fi + fi +} diff --git a/www-plugins/classic-theme-restorer/ChangeLog b/www-plugins/classic-theme-restorer/ChangeLog index 0ba7e3d8..bab6a346 100644 --- a/www-plugins/classic-theme-restorer/ChangeLog +++ b/www-plugins/classic-theme-restorer/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*classic-theme-restorer-1.3.8 (05 Sep 2015) + + 05 Sep 2015; Martin Väth : + Version bump, remove old ebuild + *classic-theme-restorer-1.3.5 (17 Jul 2015) 17 Jul 2015; Martin Väth : diff --git a/www-plugins/classic-theme-restorer/Manifest b/www-plugins/classic-theme-restorer/Manifest index 13a82224..7cfbcba7 100644 --- a/www-plugins/classic-theme-restorer/Manifest +++ b/www-plugins/classic-theme-restorer/Manifest @@ -1 +1 @@ -DIST classic_theme_restorer_customize_ui-1.3.5-fx.xpi 536950 SHA256 5b4c981b32e1a4c6d408ea61e5514f7b7d90fef350e7a51b038bb8502d8a0cda SHA512 81a5e48d16def9f3cb3fc9d9f1f0f5ee93ba13a005627c63f5f86df8bd07b3380800aba5ae297bb94f3c5170b7949101cbdfc1632138b711c98858f8630c017b WHIRLPOOL 68b9119abad5b82543b1a4859247b646249a4b1bfd15ee7b5d412b8fc6a28bcf69ffb3a6f6d4e5bc971e51d5ec2d0d74c682c52c7ea1bfee9b67bb4ee1ba3e3f +DIST classic_theme_restorer_customize_ui-1.3.8-fx.xpi 586840 SHA256 f9cb91cd0ed57168ea3233077709dfddc886d6666a8e91618c0680db5a000a72 SHA512 a263a150de01e8e1824b00f70079bde3ef1172f43554a97e7fef09b58d4f0b3035455805e1be717a5addf27094da75fb2d668e44fb36840acd3e43d8e411f47e WHIRLPOOL a6baf4edad9f7736c188b902cff8e193732ba78fa951c83c62dc97846baa6477a900e687e59181202051abf9ce93b6f770690544cb63535cd6eb592ba763a856 diff --git a/www-plugins/classic-theme-restorer/classic-theme-restorer-1.3.5.ebuild b/www-plugins/classic-theme-restorer/classic-theme-restorer-1.3.5.ebuild deleted file mode 100644 index 7a5245db..00000000 --- a/www-plugins/classic-theme-restorer/classic-theme-restorer-1.3.5.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -MV_MOZ_MOZILLAS="firefox" -inherit mv_mozextension -RESTRICT="mirror" - -mPN="${PN//-/_}_customize_ui-${PV}" -DESCRIPTION="Firefox plugin: restore partially the functionality of non-broken firefox versions" -HOMEPAGE="https://addons.mozilla.org/de/firefox/addon/classicthemerestorer/" -SRC_URI="https://addons.cdn.mozilla.net/user-media/addons/472577/${mPN}-fx.xpi" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" diff --git a/www-plugins/classic-theme-restorer/classic-theme-restorer-1.3.8.ebuild b/www-plugins/classic-theme-restorer/classic-theme-restorer-1.3.8.ebuild new file mode 100644 index 00000000..7a5245db --- /dev/null +++ b/www-plugins/classic-theme-restorer/classic-theme-restorer-1.3.8.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +MV_MOZ_MOZILLAS="firefox" +inherit mv_mozextension +RESTRICT="mirror" + +mPN="${PN//-/_}_customize_ui-${PV}" +DESCRIPTION="Firefox plugin: restore partially the functionality of non-broken firefox versions" +HOMEPAGE="https://addons.mozilla.org/de/firefox/addon/classicthemerestorer/" +SRC_URI="https://addons.cdn.mozilla.net/user-media/addons/472577/${mPN}-fx.xpi" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" -- cgit v1.2.3-65-gdbad