From 36fa0aae6b1bf233d5c9331af4e6ce815d38ed13 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Tue, 10 Apr 2012 11:39:00 +0200 Subject: Bump sudox --- app-admin/sudox/ChangeLog | 5 +++++ app-admin/sudox/Manifest | 2 +- app-admin/sudox/sudox-3.6.ebuild | 26 -------------------------- app-admin/sudox/sudox-3.7.ebuild | 26 ++++++++++++++++++++++++++ 4 files changed, 32 insertions(+), 27 deletions(-) delete mode 100644 app-admin/sudox/sudox-3.6.ebuild create mode 100644 app-admin/sudox/sudox-3.7.ebuild (limited to 'app-admin') diff --git a/app-admin/sudox/ChangeLog b/app-admin/sudox/ChangeLog index 919c4bd0..2cb909d6 100644 --- a/app-admin/sudox/ChangeLog +++ b/app-admin/sudox/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header $ +*sudox-3.7 (10 Apr 2012) + + 10 Apr 2012; Martin Väth + Version bump, remove old ebuild. + *sudox-3.6 (08 Apr 2012) 08 Apr 2012; Martin Väth diff --git a/app-admin/sudox/Manifest b/app-admin/sudox/Manifest index aeb2c835..4a000d41 100644 --- a/app-admin/sudox/Manifest +++ b/app-admin/sudox/Manifest @@ -1 +1 @@ -DIST sudox-3.6.tar.gz 5123 RMD160 da8f2e81c98dfffabb9ac60932c7d10680d91040 SHA1 28a00e3074cbec32b502e437ceb1c782db9f9b9f SHA256 a713c371c34f6b0777645ad3418abfa7a4c62fdac6d739ed58b18024a95f4cb5 +DIST sudox-3.7.tar.gz 5208 RMD160 f8ba875787eeae3a9a18e7b6893e15c35046e8c5 SHA1 1110f1b2d51cbec1bef994bb5d2ab6b7ebbfa517 SHA256 b12d544540267cb1910699825217541eeb9d7c8bba7ec58e9720a61f8f9c9e5d diff --git a/app-admin/sudox/sudox-3.6.ebuild b/app-admin/sudox/sudox-3.6.ebuild deleted file mode 100644 index 9e4bfe1b..00000000 --- a/app-admin/sudox/sudox-3.6.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header $ - -EAPI="4" -RESTRICT="mirror" -inherit vcs-snapshot - -DESCRIPTION="sudox is a wrapper for sudo which can pass X authority data and deal with screen and tmux" -HOMEPAGE="https://github.com/vaeth/sudox/" -SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="zsh-completion" - -RDEPEND="app-admin/sudo" - -src_install() { - dobin "${PN}" - if use zsh-completion - then insinto /usr/share/zsh/site-functions - doins "_${PN}" - fi -} diff --git a/app-admin/sudox/sudox-3.7.ebuild b/app-admin/sudox/sudox-3.7.ebuild new file mode 100644 index 00000000..9e4bfe1b --- /dev/null +++ b/app-admin/sudox/sudox-3.7.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header $ + +EAPI="4" +RESTRICT="mirror" +inherit vcs-snapshot + +DESCRIPTION="sudox is a wrapper for sudo which can pass X authority data and deal with screen and tmux" +HOMEPAGE="https://github.com/vaeth/sudox/" +SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="zsh-completion" + +RDEPEND="app-admin/sudo" + +src_install() { + dobin "${PN}" + if use zsh-completion + then insinto /usr/share/zsh/site-functions + doins "_${PN}" + fi +} -- cgit v1.2.3-65-gdbad