From 56c2f367db08a65580317976fabd4270f3058ab8 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Fri, 18 Aug 2017 17:51:54 +0200 Subject: app-arch/archwrap: Version bump; support zopfli --- app-arch/archwrap/Manifest | 2 +- app-arch/archwrap/archwrap-4.0.ebuild | 44 ----------------------------------- app-arch/archwrap/archwrap-4.1.ebuild | 44 +++++++++++++++++++++++++++++++++++ metadata/pkg_desc_index | 2 +- 4 files changed, 46 insertions(+), 46 deletions(-) delete mode 100644 app-arch/archwrap/archwrap-4.0.ebuild create mode 100644 app-arch/archwrap/archwrap-4.1.ebuild diff --git a/app-arch/archwrap/Manifest b/app-arch/archwrap/Manifest index 7fc845b9..deb6ed82 100644 --- a/app-arch/archwrap/Manifest +++ b/app-arch/archwrap/Manifest @@ -1 +1 @@ -DIST archwrap-4.0.tar.gz 15341 SHA256 68bf75fd3f8e9d653eeadb3971dcb9df674bc0cc935aa2131adc5e360bfb4608 +DIST archwrap-4.1.tar.gz 15689 SHA256 9560783fa3ed58c8bcdcd3113a877dc4d88427d4804b623789c553228165ac06 diff --git a/app-arch/archwrap/archwrap-4.0.ebuild b/app-arch/archwrap/archwrap-4.0.ebuild deleted file mode 100644 index 188d9bd3..00000000 --- a/app-arch/archwrap/archwrap-4.0.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 - eapply_user -} - -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.1.ebuild b/app-arch/archwrap/archwrap-4.1.ebuild new file mode 100644 index 00000000..188d9bd3 --- /dev/null +++ b/app-arch/archwrap/archwrap-4.1.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 + eapply_user +} + +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 5e5c3626..85e36bb6 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.0: A collection of POSIX shell scripts to invoke archiver programs +app-arch/archwrap 4.1: 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-65-gdbad