From 55a305997324ce7b0bbd3de8c3105c78aad35fa9 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Fri, 1 Sep 2017 08:59:31 +0200 Subject: app-arch/archwrap: Version bump. Fix extension created by pd --- app-arch/archwrap/Manifest | 2 +- app-arch/archwrap/archwrap-4.2.ebuild | 44 ----------------------------------- app-arch/archwrap/archwrap-4.3.ebuild | 44 +++++++++++++++++++++++++++++++++++ metadata/pkg_desc_index | 2 +- 4 files changed, 46 insertions(+), 46 deletions(-) delete mode 100644 app-arch/archwrap/archwrap-4.2.ebuild create mode 100644 app-arch/archwrap/archwrap-4.3.ebuild diff --git a/app-arch/archwrap/Manifest b/app-arch/archwrap/Manifest index 91a8fca7..25596606 100644 --- a/app-arch/archwrap/Manifest +++ b/app-arch/archwrap/Manifest @@ -1 +1 @@ -DIST archwrap-4.2.tar.gz 16145 SHA256 133dc21f3d0b3fa92f781175960cb2171359b23fbd7b4ed94aa56fff26316cd9 SHA512 e30a25d6cd2b203b8c30bd745c3d121dda032aee5514b3c070f20314e14da514ee29a01452d9fc3215f9626b29cf89a0878f7fb663c0afb046437065dac1079b +DIST archwrap-4.3.tar.gz 16148 SHA256 1c6c7b0c2c7021860c2e53ed6af5cad1a082b8c585728c261fb0a17a5b9114bb SHA512 5c6acf95585a208926f89db393534fb39b57b29c072276d68c89a9959fde5304818684597a2a7d73c277416c0d0a6fa03eb14b019c844dd35c947bdd166c8c30 diff --git a/app-arch/archwrap/archwrap-4.2.ebuild b/app-arch/archwrap/archwrap-4.2.ebuild deleted file mode 100644 index 61234c2c..00000000 --- a/app-arch/archwrap/archwrap-4.2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -RESTRICT="mirror" - -DESCRIPTION="A collection of POSIX shell scripts to invoke archiver programs" -HOMEPAGE="https://github.com/vaeth/archwrap/" -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"'"' \ - -e 's"^\. archwrap\.sh$". '"${EPREFIX}/usr/lib/archwrap/archwrap.sh"'"' \ - -- "${i}" || die - done - default -} - -src_install() { - local i - insinto /usr/bin - for i in bin/* - do if test -h "${i}" - then doins "${i}" - elif [ "${i#*/}" != 'archwrap.sh' ] - then dobin "${i}" - fi - done - insinto /usr/lib/archwrap - doins bin/archwrap.sh - insinto /usr/share/zsh/site-functions - doins zsh/* - dodoc README archwrap_alias -} diff --git a/app-arch/archwrap/archwrap-4.3.ebuild b/app-arch/archwrap/archwrap-4.3.ebuild new file mode 100644 index 00000000..61234c2c --- /dev/null +++ b/app-arch/archwrap/archwrap-4.3.ebuild @@ -0,0 +1,44 @@ +# Copyright 2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +RESTRICT="mirror" + +DESCRIPTION="A collection of POSIX shell scripts to invoke archiver programs" +HOMEPAGE="https://github.com/vaeth/archwrap/" +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"'"' \ + -e 's"^\. archwrap\.sh$". '"${EPREFIX}/usr/lib/archwrap/archwrap.sh"'"' \ + -- "${i}" || die + done + default +} + +src_install() { + local i + insinto /usr/bin + for i in bin/* + do if test -h "${i}" + then doins "${i}" + elif [ "${i#*/}" != 'archwrap.sh' ] + then dobin "${i}" + fi + done + insinto /usr/lib/archwrap + doins bin/archwrap.sh + insinto /usr/share/zsh/site-functions + doins zsh/* + dodoc README archwrap_alias +} diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index 7f06cc28..aed2c9b2 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -2,7 +2,7 @@ app-accessibility/gespeaker 0.8.6-r2 0.8.6_p0: A GTK+ frontend for espeak app-admin/checksec 1.7.5 99999999: Tool to check properties of executables (e.g. ASLR/PIE, RELRO, PaX, Canaries) 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 4.2: A collection of POSIX shell scripts to invoke archiver programs +app-arch/archwrap 4.3: 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/paq8l 20070308: Open source file compressor and archiver app-dicts/ispell-de 20161207: German and Swiss dictionaries for ispell -- cgit v1.2.3-18-g5258