summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/eselect-emacs/eselect-emacs-0.7-r1.ebuild')
-rw-r--r--app-admin/eselect-emacs/eselect-emacs-0.7-r1.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-admin/eselect-emacs/eselect-emacs-0.7-r1.ebuild b/app-admin/eselect-emacs/eselect-emacs-0.7-r1.ebuild
deleted file mode 100644
index f90cba4..0000000
--- a/app-admin/eselect-emacs/eselect-emacs-0.7-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Manages the /usr/bin/emacs symlink"
-HOMEPAGE="http://www.gentoo.org/"
-#SRC_URI="mirror://gentoo/${P}.tar.bz2"
-SRC_URI="http://wwwa1.kph.uni-mainz.de/users/ulm/distfiles/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-RDEPEND=">=app-admin/eselect-1.0.7"
-
-src_install() {
- insinto /usr/share/eselect/modules
- doins emacs.eselect || die "doins failed"
- doman emacs.eselect.5 || die "doman failed"
-}