summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2012-03-19 22:27:05 +0100
committerMartin Väth <martin@mvath.de>2015-10-11 10:47:26 +0200
commit01451f3cbe50cd6f38b3d3a8fe3e1cb5a648af8f (patch)
tree51faca7560d66b840a9f4a6d040e89d48315dcab /app-admin
parentBump noscript (diff)
downloadmv-01451f3cbe50cd6f38b3d3a8fe3e1cb5a648af8f.tar.gz
mv-01451f3cbe50cd6f38b3d3a8fe3e1cb5a648af8f.tar.bz2
mv-01451f3cbe50cd6f38b3d3a8fe3e1cb5a648af8f.zip
Bump getdelta. Use vcs-snapshot.eclass. Homepage without variable
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/sudox/ChangeLog5
-rw-r--r--app-admin/sudox/sudox-3.5.ebuild9
2 files changed, 6 insertions, 8 deletions
diff --git a/app-admin/sudox/ChangeLog b/app-admin/sudox/ChangeLog
index 8643354b..dc9961a1 100644
--- a/app-admin/sudox/ChangeLog
+++ b/app-admin/sudox/ChangeLog
@@ -4,7 +4,10 @@
*sudox-3.5 (28 Feb 2012)
- 28 Feb 2011; Martin Väth <martin@mvath.de>
+ 19 Mar 2012; Martin Väth <martin@mvath.de>
+ Use vcs-snapshot.eclass
+
+ 28 Feb 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
*sudox-3.4 (26 Dec 2011)
diff --git a/app-admin/sudox/sudox-3.5.ebuild b/app-admin/sudox/sudox-3.5.ebuild
index 9872762a..9e4bfe1b 100644
--- a/app-admin/sudox/sudox-3.5.ebuild
+++ b/app-admin/sudox/sudox-3.5.ebuild
@@ -4,9 +4,10 @@
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/${PN}"
+HOMEPAGE="https://github.com/vaeth/sudox/"
SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
LICENSE="BSD"
@@ -16,12 +17,6 @@ IUSE="zsh-completion"
RDEPEND="app-admin/sudo"
-src_unpack() {
- default
- cd *"${PN}"-*
- S="${PWD}"
-}
-
src_install() {
dobin "${PN}"
if use zsh-completion