summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-01-23 12:08:15 -0500
committerTim Harder <radhermit@gentoo.org>2016-01-23 12:09:17 -0500
commit5847b0834ec1c04874aa3d5f20d2668a2e4b6a0c (patch)
tree6043dfb8db356a8f64daf7ec4521e40b694b9fa8 /app-editors/vim/vim-7.4.769.ebuild
parentapp-admin/vault: use go env GOOS and GOARCH (diff)
downloadgentoo-5847b0834ec1c04874aa3d5f20d2668a2e4b6a0c.tar.gz
gentoo-5847b0834ec1c04874aa3d5f20d2668a2e4b6a0c.tar.bz2
gentoo-5847b0834ec1c04874aa3d5f20d2668a2e4b6a0c.zip
app-editors/vim: fix SRC_URI for 7.4.769
Diffstat (limited to 'app-editors/vim/vim-7.4.769.ebuild')
-rw-r--r--app-editors/vim/vim-7.4.769.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/app-editors/vim/vim-7.4.769.ebuild b/app-editors/vim/vim-7.4.769.ebuild
index 0fcf8554c138..b346e3a97c38 100644
--- a/app-editors/vim/vim-7.4.769.ebuild
+++ b/app-editors/vim/vim-7.4.769.ebuild
@@ -8,14 +8,11 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE=threads
inherit eutils vim-doc flag-o-matic fdo-mime versionator bash-completion-r1 python-r1
-MY_PV=${PV//./-}
-
if [[ ${PV} == 9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/vim/vim.git"
- EGIT_CHECKOUT_DIR=${WORKDIR}/vim-${MY_PV}
else
- SRC_URI="https://github.com/vim/vim/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz
+ SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> ${P}.tar.gz
https://dev.gentoo.org/~radhermit/vim/vim-7.4.542-gentoo-patches.tar.bz2"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
fi
@@ -63,8 +60,6 @@ DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )
"
-S=${WORKDIR}/vim-${MY_PV}
-
pkg_setup() {
# people with broken alphabets run into trouble. bug 82186.
unset LANG LC_ALL