summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-03-23 20:11:42 +0000
committerUlrich Müller <ulm@gentoo.org>2007-03-23 20:11:42 +0000
commit74d34e666022406a6b6a49fc50aff7ddb46576f6 (patch)
treeadf69869ba1573e07764c81b91ac726a7cdeaff0 /app-admin/eselect-emacs/eselect-emacs-0.1.ebuild
parentAdded digest files. (diff)
downloademacs-74d34e666022406a6b6a49fc50aff7ddb46576f6.tar.gz
emacs-74d34e666022406a6b6a49fc50aff7ddb46576f6.tar.bz2
emacs-74d34e666022406a6b6a49fc50aff7ddb46576f6.zip
MimeType added to desktop file.
svn path=/emacs-overlay/; revision=147
Diffstat (limited to 'app-admin/eselect-emacs/eselect-emacs-0.1.ebuild')
-rw-r--r--app-admin/eselect-emacs/eselect-emacs-0.1.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/app-admin/eselect-emacs/eselect-emacs-0.1.ebuild b/app-admin/eselect-emacs/eselect-emacs-0.1.ebuild
deleted file mode 100644
index 903d8bc..0000000
--- a/app-admin/eselect-emacs/eselect-emacs-0.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-DESCRIPTION="Manages the /usr/bin/emacs symlink"
-HOMEPAGE="http://www.gentoo.org/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-RDEPEND=">=app-admin/eselect-1.0.7"
-
-src_install() {
- cd "${S}"
- #touch 50emacs
- #doenvd 50emacs
- domenu emacs.desktop
- doicon emacs.png
- insinto /usr/share/eselect/modules
- doins emacs.eselect || die "doins failed"
-}