summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/mv_emacs/mv_emacs-1.1.ebuild')
-rw-r--r--app-emacs/mv_emacs/mv_emacs-1.1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/app-emacs/mv_emacs/mv_emacs-1.1.ebuild b/app-emacs/mv_emacs/mv_emacs-1.1.ebuild
deleted file mode 100644
index 5912133d..00000000
--- a/app-emacs/mv_emacs/mv_emacs-1.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-RESTRICT="mirror"
-inherit eutils elisp-common vcs-snapshot
-
-DESCRIPTION="A collection of perl scripts (replacement in files, syncing dirs etc)"
-HOMEPAGE="https://github.com/vaeth/mv_emacs/"
-SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-PDEPEND="virtual/emacs"
-
-src_prepare() {
- epatch_user
-}
-
-src_install() {
- insinto "${SITELISP}/mv_emacs"
- doins *.el
- dodoc README
-}