From 9b76082e38b549d3103a6ebab8ba229431324e8c Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Fri, 7 Jul 2023 12:05:50 +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.1.ebuild | 34 ---------------------------------- app-admin/sudox/sudox-11.0.ebuild | 34 ++++++++++++++++++++++++++++++++++ metadata/pkg_desc_index | 2 +- 4 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 app-admin/sudox/sudox-10.0.1.ebuild create mode 100644 app-admin/sudox/sudox-11.0.ebuild diff --git a/app-admin/sudox/Manifest b/app-admin/sudox/Manifest index f888472d..4dba1ca3 100644 --- a/app-admin/sudox/Manifest +++ b/app-admin/sudox/Manifest @@ -1 +1 @@ -DIST sudox-10.0.1.tar.gz 15451 BLAKE2B 1f75ac72a60e2bf4dd43adc533e92eb48648dcbb20b57fa109e4d3b21051b3c714e63ad73cfc67ac4957c3041de5f5d86f1703e1c2b4ae37be48d961e659f9ce SHA512 cb9384b8349160fb25490f186f8429220b9c7c58c4a1a84cd8b7333e95a6f304df626232ba2f05ef9500c086f5d1beb00e223346e365af7f11d7f21f6d459a4d +DIST sudox-11.0.tar.gz 15764 BLAKE2B 81664c9b231f1144dfc2a16ae3a2b18b9c7579a0c2c4241e0542572034a3d8b4771e9e7d1f9e1a1d191c07b3a3cd32526d1929b79701539459a6e44e0e7d35ba SHA512 f98581937e49de48940b18882ddd36c0e5d8b5163c4e3fa3e9fdb95d863bde258469bc3976c3450497db15d85ac5243b44eb3620439bcfde9e137523aa7fb067 diff --git a/app-admin/sudox/sudox-10.0.1.ebuild b/app-admin/sudox/sudox-10.0.1.ebuild deleted file mode 100644 index 70f688d2..00000000 --- a/app-admin/sudox/sudox-10.0.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# 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/app-admin/sudox/sudox-11.0.ebuild b/app-admin/sudox/sudox-11.0.ebuild new file mode 100644 index 00000000..300a9d49 --- /dev/null +++ b/app-admin/sudox/sudox-11.0.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-1.9.14 + 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 a0ac539e..99a5284c 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.1: wrapper for sudo which can pass X authority data and deal with screen and tmux +app-admin/sudox 11.0: 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