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 +++++++++++++++ 8 files changed, 94 insertions(+), 84 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 (limited to 'app-shells') 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' +} -- cgit v1.2.3-65-gdbad