From fcdbeb0d086d6054d95ff526d9c38100b30aaff9 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sat, 30 Jan 2016 12:09:11 +0100 Subject: app-shells/termcolors-mv: Version bump --- app-shells/termcolors-mv/Manifest | 2 +- app-shells/termcolors-mv/termcolors-mv-3.11.ebuild | 52 ---------------------- app-shells/termcolors-mv/termcolors-mv-3.12.ebuild | 52 ++++++++++++++++++++++ 3 files changed, 53 insertions(+), 53 deletions(-) delete mode 100644 app-shells/termcolors-mv/termcolors-mv-3.11.ebuild create mode 100644 app-shells/termcolors-mv/termcolors-mv-3.12.ebuild (limited to 'app-shells') diff --git a/app-shells/termcolors-mv/Manifest b/app-shells/termcolors-mv/Manifest index d9fd9436..09b97209 100644 --- a/app-shells/termcolors-mv/Manifest +++ b/app-shells/termcolors-mv/Manifest @@ -1 +1 @@ -DIST termcolors-mv-3.11.tar.gz 7821 SHA256 d2938b2e6e9080782c71e355090cc1f14ada6fa43b8c5dd866422545603f4489 +DIST termcolors-mv-3.12.tar.gz 7941 SHA256 36f9181a37dff8a032399cbda9c923211471e02179225b30bc7bba6bdc5466d0 diff --git a/app-shells/termcolors-mv/termcolors-mv-3.11.ebuild b/app-shells/termcolors-mv/termcolors-mv-3.11.ebuild deleted file mode 100644 index 2e76dd4f..00000000 --- a/app-shells/termcolors-mv/termcolors-mv-3.11.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -RESTRICT="mirror" -inherit readme.gentoo-r1 - -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 - eapply_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 -} - -pkg_postinst() { - readme.gentoo_print_elog -} diff --git a/app-shells/termcolors-mv/termcolors-mv-3.12.ebuild b/app-shells/termcolors-mv/termcolors-mv-3.12.ebuild new file mode 100644 index 00000000..2e76dd4f --- /dev/null +++ b/app-shells/termcolors-mv/termcolors-mv-3.12.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +RESTRICT="mirror" +inherit readme.gentoo-r1 + +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 + eapply_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 +} + +pkg_postinst() { + readme.gentoo_print_elog +} -- cgit v1.2.3-65-gdbad