From 273f35252422248f1832324330be87cfb9fe57ec Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Mon, 4 Sep 2017 17:03:42 +0200 Subject: app-arch/bzwc: Version bump --- app-arch/bzwc/Manifest | 2 +- app-arch/bzwc/bzwc-3.00.ebuild | 39 --------------------------------------- app-arch/bzwc/bzwc-4.0.ebuild | 39 +++++++++++++++++++++++++++++++++++++++ metadata/pkg_desc_index | 2 +- 4 files changed, 41 insertions(+), 41 deletions(-) delete mode 100644 app-arch/bzwc/bzwc-3.00.ebuild create mode 100644 app-arch/bzwc/bzwc-4.0.ebuild diff --git a/app-arch/bzwc/Manifest b/app-arch/bzwc/Manifest index ddc708e7..3841f84b 100644 --- a/app-arch/bzwc/Manifest +++ b/app-arch/bzwc/Manifest @@ -1 +1 @@ -DIST bzwc-3.00.tar.gz 1899 SHA256 04f6b81f525cd2901f9e4692df6064765eefcb7aa22db6b4e5c09dc31e009756 +DIST bzwc-4.0.tar.gz 2085 SHA256 5373494070b2334fa32289b691aef097cc806e6d5dc363806800874805cb6e9d SHA512 4d586e7982ecef4630695208e2cb4bd481959ceee8e72dbf33b882e5ffa89801366e7c8dde2b09ffe1bb7e32536b876b7a6807d6707faac3ff35bd4499d7d711 diff --git a/app-arch/bzwc/bzwc-3.00.ebuild b/app-arch/bzwc/bzwc-3.00.ebuild deleted file mode 100644 index 9a2c3175..00000000 --- a/app-arch/bzwc/bzwc-3.00.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -RESTRICT="mirror" - -DESCRIPTION="A POSIX shell wrapper for wc, supporting compressed files (xz, lzma, bz2, gz)" -HOMEPAGE="https://github.com/vaeth/bzwc/" -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RDEPEND=">=app-shells/push-2.0-r2" -DEPEND="" - -src_prepare() { - local i - use prefix || for i in bin/* - do test -h "${i}" || \ - sed -i -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' -- "${i}" \ - || die - done - eapply_user -} - -src_install() { - local i - insinto /usr/bin - for i in bin/* - do if test -h "${i}" - then doins "${i}" - else dobin "${i}" - fi - done - insinto /usr/share/zsh/site-functions - doins zsh/* -} diff --git a/app-arch/bzwc/bzwc-4.0.ebuild b/app-arch/bzwc/bzwc-4.0.ebuild new file mode 100644 index 00000000..b5cd672a --- /dev/null +++ b/app-arch/bzwc/bzwc-4.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +RESTRICT="mirror" + +DESCRIPTION="A POSIX shell wrapper for wc, supporting compressed files (xz, lzma, bz2, gz)" +HOMEPAGE="https://github.com/vaeth/bzwc/" +SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RDEPEND=">=app-shells/push-2.0-r2" +DEPEND="" + +src_prepare() { + local i + use prefix || for i in bin/* + do test -h "${i}" || \ + sed -i -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' -- "${i}" \ + || die + done + default +} + +src_install() { + local i + insinto /usr/bin + for i in bin/* + do if test -h "${i}" + then doins "${i}" + else dobin "${i}" + fi + done + insinto /usr/share/zsh/site-functions + doins zsh/* +} diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index da2f2857..dd25bfc9 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -3,7 +3,7 @@ app-admin/checksec 1.7.5 99999999: Tool to check properties of executables (e.g. app-admin/flexlm 9.5-r2: Macrovision FLEXlm license manager and utils app-admin/sudox 9.0.1: wrapper for sudo which can pass X authority data and deal with screen and tmux app-arch/archwrap 5.0: A collection of POSIX shell scripts to invoke archiver programs -app-arch/bzwc 3.00: A POSIX shell wrapper for wc, supporting compressed files (xz, lzma, bz2, gz) +app-arch/bzwc 4.0: A POSIX shell wrapper for wc, supporting compressed files (xz, lzma, bz2, gz) app-arch/paq8l 20070308: Open source file compressor and archiver app-dicts/ispell-de 20161207: German and Swiss dictionaries for ispell app-dicts/ispell-de-alt 2-r1: German dictionary (traditional orthography) for ispell -- cgit v1.2.3-65-gdbad