From 210999b41091a11f8373e4f973b4aefca2fad40b Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Tue, 1 Aug 2017 16:46:38 +0200 Subject: app-shells/termcolors-mv: Version bump --- app-shells/termcolors-mv/Manifest | 2 +- app-shells/termcolors-mv/termcolors-mv-3.20.ebuild | 51 ---------------------- app-shells/termcolors-mv/termcolors-mv-4.0.ebuild | 51 ++++++++++++++++++++++ 3 files changed, 52 insertions(+), 52 deletions(-) delete mode 100644 app-shells/termcolors-mv/termcolors-mv-3.20.ebuild create mode 100644 app-shells/termcolors-mv/termcolors-mv-4.0.ebuild (limited to 'app-shells/termcolors-mv') diff --git a/app-shells/termcolors-mv/Manifest b/app-shells/termcolors-mv/Manifest index 9821e5f8..26700151 100644 --- a/app-shells/termcolors-mv/Manifest +++ b/app-shells/termcolors-mv/Manifest @@ -1 +1 @@ -DIST termcolors-mv-3.20.tar.gz 8323 SHA256 a15b48fc1957c4d80369a64a0fe4e51ac995ec666095f3ab21d29e2a9ab9890c +DIST termcolors-mv-4.0.tar.gz 8513 SHA256 7064e9755e4cf363efb24743de7f41ff67895c803fc7bca4787a261a7f6a518c diff --git a/app-shells/termcolors-mv/termcolors-mv-3.20.ebuild b/app-shells/termcolors-mv/termcolors-mv-3.20.ebuild deleted file mode 100644 index 549cc647..00000000 --- a/app-shells/termcolors-mv/termcolors-mv-3.20.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -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-4.0.ebuild b/app-shells/termcolors-mv/termcolors-mv-4.0.ebuild new file mode 100644 index 00000000..56e29f7d --- /dev/null +++ b/app-shells/termcolors-mv/termcolors-mv-4.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +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 /usr/lib/dir_colors + doins DIR_COLORS* + readme.gentoo_create_doc +} + +pkg_postinst() { + readme.gentoo_print_elog +} -- cgit v1.2.3-65-gdbad