diff options
author | 2011-12-19 16:59:45 +0100 | |
---|---|---|
committer | 2015-10-11 10:46:57 +0200 | |
commit | 15fb9b067291c2997f0df2c12350ba20df062cc0 (patch) | |
tree | 29d044917e9240bbac2fd6aef118d05d70bb3124 /app-admin | |
parent | Add sudox and portage-bashrc-mv/metadata.xml (diff) | |
download | mv-15fb9b067291c2997f0df2c12350ba20df062cc0.tar.gz mv-15fb9b067291c2997f0df2c12350ba20df062cc0.tar.bz2 mv-15fb9b067291c2997f0df2c12350ba20df062cc0.zip |
sudox, portage-bashrc-mv: tarballs instead of live-ebuilds
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/sudox/Manifest | 1 | ||||
-rw-r--r-- | app-admin/sudox/sudox-3.4.ebuild (renamed from app-admin/sudox/sudox-99999999.ebuild) | 12 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-admin/sudox/Manifest b/app-admin/sudox/Manifest new file mode 100644 index 00000000..2df9521d --- /dev/null +++ b/app-admin/sudox/Manifest @@ -0,0 +1 @@ +DIST sudox-3.4.tar.gz 5116 RMD160 673efc484ac598fa2c2ac9f649bec3e0c2304dc6 SHA1 84f652208ddda94a5d7ced1c7c559d79b7a3cb19 SHA256 978632fa4cca4bb0d617a31d28bdf723335b953d9205b372a2c683861050f794 diff --git a/app-admin/sudox/sudox-99999999.ebuild b/app-admin/sudox/sudox-3.4.ebuild index 40e675a6..eaf965c2 100644 --- a/app-admin/sudox/sudox-99999999.ebuild +++ b/app-admin/sudox/sudox-3.4.ebuild @@ -3,13 +3,11 @@ # $Header $ EAPI="4" - -EGIT_REPO_URI="git://github.com/vaeth/${PN}.git" -[ -n "${EVCS_OFFLINE}" ] || EGIT_REPACK=true -inherit git-2 +RESTRICT="mirror" 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}" +SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" @@ -17,6 +15,12 @@ KEYWORDS="~amd64 ~x86" IUSE="zsh-completion" PROPERTIES="live" +src_unpack() { + default + cd *"${PN}"-* + S="${PWD}" +} + src_install() { dobin sudox if use zsh-completion |