summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2014-07-06 10:57:17 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:49:11 +0200
commit81e8c6c109daa6974ddda917a1966d694e94eb8c (patch)
tree062f6ce8369b79bc390fb236dcea1a2d0a86dcff /app-emacs/mv_emacs/mv_emacs-1.2.ebuild
parentBump squashmount (diff)
downloadmv-81e8c6c109daa6974ddda917a1966d694e94eb8c.tar.gz
mv-81e8c6c109daa6974ddda917a1966d694e94eb8c.tar.bz2
mv-81e8c6c109daa6974ddda917a1966d694e94eb8c.zip
New style github tarballs. Bump squashmount
Diffstat (limited to 'app-emacs/mv_emacs/mv_emacs-1.2.ebuild')
-rw-r--r--app-emacs/mv_emacs/mv_emacs-1.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/mv_emacs/mv_emacs-1.2.ebuild b/app-emacs/mv_emacs/mv_emacs-1.2.ebuild
index 31218584..54a6bf64 100644
--- a/app-emacs/mv_emacs/mv_emacs-1.2.ebuild
+++ b/app-emacs/mv_emacs/mv_emacs-1.2.ebuild
@@ -4,11 +4,11 @@
EAPI=5
RESTRICT="mirror"
-inherit elisp-common eutils vcs-snapshot
+inherit elisp-common eutils
DESCRIPTION="(X)Emacs extensions: block support, macrorecorder, verify change"
HOMEPAGE="https://github.com/vaeth/mv_emacs/"
-SRC_URI="https://github.com/vaeth/${PN}/tarball/${PV} -> ${P}.tar.gz"
+SRC_URI="https://github.com/vaeth/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -19,7 +19,7 @@ DEPEND="virtual/emacs"
RDEPEND=${DEPEND}
src_unpack() {
- vcs-snapshot_src_unpack
+ default
cd "${S}"
mkdir sitefile
cat >"sitefile/50${PN}-gentoo.el" <<EOF