From c5f32c1fe12ac260f4fb973334a59027773b0cca Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sat, 26 Aug 2017 22:26:51 +0200 Subject: app-shells/termcolors-mv: Version bump. Support zst --- app-shells/termcolors-mv/Manifest | 2 +- app-shells/termcolors-mv/termcolors-mv-4.1.ebuild | 51 ----------------------- app-shells/termcolors-mv/termcolors-mv-4.2.ebuild | 51 +++++++++++++++++++++++ metadata/pkg_desc_index | 2 +- 4 files changed, 53 insertions(+), 53 deletions(-) delete mode 100644 app-shells/termcolors-mv/termcolors-mv-4.1.ebuild create mode 100644 app-shells/termcolors-mv/termcolors-mv-4.2.ebuild diff --git a/app-shells/termcolors-mv/Manifest b/app-shells/termcolors-mv/Manifest index 3b291a4a..10b4bc47 100644 --- a/app-shells/termcolors-mv/Manifest +++ b/app-shells/termcolors-mv/Manifest @@ -1 +1 @@ -DIST termcolors-mv-4.1.tar.gz 8522 SHA256 0ea5a199f5e7cd63e2d55d2aba294e543645ed533603774ba6a013aa58ddf1ff +DIST termcolors-mv-4.2.tar.gz 8538 SHA256 10f02ee31d2cc3312d0989d9ef7bf74624ab9d052d75dcf6e0b57d5de2e8d685 SHA512 c8ccc20c5c3bd6582d4022c5d408e6e3b0d12bddda22a6f3e6651e3c1d484712470a8602d1b6029e8873d97e45ae06771e5b2717be7bc89b4c5bc1f9dfbfc1d0 diff --git a/app-shells/termcolors-mv/termcolors-mv-4.1.ebuild b/app-shells/termcolors-mv/termcolors-mv-4.1.ebuild deleted file mode 100644 index 56e29f7d..00000000 --- a/app-shells/termcolors-mv/termcolors-mv-4.1.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 /usr/lib/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.2.ebuild b/app-shells/termcolors-mv/termcolors-mv-4.2.ebuild new file mode 100644 index 00000000..8d71bbb7 --- /dev/null +++ b/app-shells/termcolors-mv/termcolors-mv-4.2.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 + default +} + +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 +} diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index 37720a9c..71d1b031 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -43,7 +43,7 @@ app-shells/quoter 4.0: Quote arguments or standard input for usage in POSIX shel app-shells/runtitle 2.10: Scripts to run commands and set the hard status line (windows title) app-shells/schily-tools 2017.08.14-r1: Many tools from Joerg Schilling, including a POSIX compliant Bourne Shell app-shells/set_prompt 3.0.0: An intelligent prompt for zsh or bash with status line (window title) support -app-shells/termcolors-mv 4.1: 256colors sample script and dircolors configuration for standard or 256 colors +app-shells/termcolors-mv 4.2: 256colors sample script and dircolors configuration for standard or 256 colors app-shells/zsh 5.4.1 99999999: UNIX Shell similar to the Korn shell app-shells/zsh-completions 0.26.0 99999999: Additional completion definitions for Zsh app-shells/zsh-syntax-highlighting 0.6.0_rc1 99999999: Fish shell like syntax highlighting for zsh -- cgit v1.2.3-65-gdbad