summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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