From f769097150baed23b2f05946e8eda2e4199cb347 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Wed, 21 Jun 2023 22:13:28 +0200 Subject: app-admin/sudox: Version bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Väth --- app-admin/sudox/Manifest | 2 +- app-admin/sudox/sudox-10.0-r1.ebuild | 34 ---------------------------------- app-admin/sudox/sudox-10.0.1.ebuild | 34 ++++++++++++++++++++++++++++++++++ metadata/pkg_desc_index | 2 +- 4 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 app-admin/sudox/sudox-10.0-r1.ebuild create mode 100644 app-admin/sudox/sudox-10.0.1.ebuild diff --git a/app-admin/sudox/Manifest b/app-admin/sudox/Manifest index b743d55e..f888472d 100644 --- a/app-admin/sudox/Manifest +++ b/app-admin/sudox/Manifest @@ -1 +1 @@ -DIST sudox-10.0.tar.gz 15397 BLAKE2B 30dcde43ea59d2b988fccca69e3788c855d1996f70b16150bb538eed09b0b0282a050625dee18c3e8f11a06be6853ea38851e9d575286284aa6fc9c2aff5accc SHA512 3981fcbf08d85be38eae1171c64735791979ebb000910a4b5c74ef22cf2427dc0a5eb9be332ca6d86c669e0d3796985cecfbc3e183a7b67fa1642b25fb2fe054 +DIST sudox-10.0.1.tar.gz 15451 BLAKE2B 1f75ac72a60e2bf4dd43adc533e92eb48648dcbb20b57fa109e4d3b21051b3c714e63ad73cfc67ac4957c3041de5f5d86f1703e1c2b4ae37be48d961e659f9ce SHA512 cb9384b8349160fb25490f186f8429220b9c7c58c4a1a84cd8b7333e95a6f304df626232ba2f05ef9500c086f5d1beb00e223346e365af7f11d7f21f6d459a4d diff --git a/app-admin/sudox/sudox-10.0-r1.ebuild b/app-admin/sudox/sudox-10.0-r1.ebuild deleted file mode 100644 index 00ba2948..00000000 --- a/app-admin/sudox/sudox-10.0-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2011-2022 Martin V\"ath -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -RESTRICT="mirror" - -DESCRIPTION="wrapper for sudo which can pass X authority data and deal with screen and tmux" -HOMEPAGE="https://github.com/vaeth/sudox/" -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" -IUSE="split-usr" -RDEPEND="app-admin/sudo - app-shells/push:0/1" -DEPEND="" - -src_prepare() { - use prefix || sed -i \ - -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}$(usex split-usr '' /usr)"'/bin/sh"' \ - -- bin/* || die - default -} - -src_install() { - dodoc README.md ChangeLog - newdoc sudoers.d/${PN} sudoers.d - dobin bin/* - insinto /usr/share/zsh/site-functions - doins zsh/* - insinto /usr/share/wayland-sessions - doins usr/share/wayland-sessions/* -} diff --git a/app-admin/sudox/sudox-10.0.1.ebuild b/app-admin/sudox/sudox-10.0.1.ebuild new file mode 100644 index 00000000..70f688d2 --- /dev/null +++ b/app-admin/sudox/sudox-10.0.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 2011-2023 Martin V\"ath +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +RESTRICT="mirror" + +DESCRIPTION="wrapper for sudo which can pass X authority data and deal with screen and tmux" +HOMEPAGE="https://github.com/vaeth/sudox/" +SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" +IUSE="split-usr" +RDEPEND="app-admin/sudo + app-shells/push:0/1" +DEPEND="" + +src_prepare() { + use prefix || sed -i \ + -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}$(usex split-usr '' /usr)"'/bin/sh"' \ + -- bin/* || die + default +} + +src_install() { + dodoc README.md ChangeLog + newdoc sudoers.d/${PN} sudoers.d + dobin bin/* + insinto /usr/share/zsh/site-functions + doins zsh/* + insinto /usr/share/wayland-sessions + doins usr/share/wayland-sessions/* +} diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index 2ceef6b8..d59617ed 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -3,7 +3,7 @@ acct-group/schedule 0: Group for sys-apps/schedule acct-user/flexlm 0: User for app-admin/flexlm acct-user/schedule 0: User for sys-apps/schedule app-admin/flexlm 9.5-r4: Macrovision FLEXlm license manager and utils -app-admin/sudox 10.0-r1: wrapper for sudo which can pass X authority data and deal with screen and tmux +app-admin/sudox 10.0.1: wrapper for sudo which can pass X authority data and deal with screen and tmux app-arch/archwrap 12.2: A collection of POSIX shell scripts to invoke archiver programs app-arch/bzwc 5.1-r1: A POSIX shell wrapper for wc, supporting compressed files (xz, lzma, bz2, gz) app-arch/paq8l 20070308: Open source file compressor and archiver -- cgit v1.2.3-65-gdbad