summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-06-29 17:50:30 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-06-29 17:50:30 +0000
commit0403d14ad116688f7c8bed9c3269a627023d774e (patch)
tree8d084343147221a28b2d8f6eed9e15f02d9ed786 /app-emacs/initsplit/initsplit-1.6.ebuild
parentVersion bumped. (diff)
downloadgentoo-2-0403d14ad116688f7c8bed9c3269a627023d774e.tar.gz
gentoo-2-0403d14ad116688f7c8bed9c3269a627023d774e.tar.bz2
gentoo-2-0403d14ad116688f7c8bed9c3269a627023d774e.zip
.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-emacs/initsplit/initsplit-1.6.ebuild')
-rw-r--r--app-emacs/initsplit/initsplit-1.6.ebuild14
1 files changed, 2 insertions, 12 deletions
diff --git a/app-emacs/initsplit/initsplit-1.6.ebuild b/app-emacs/initsplit/initsplit-1.6.ebuild
index ac1ecdfca3b8..8492ed7de1a9 100644
--- a/app-emacs/initsplit/initsplit-1.6.ebuild
+++ b/app-emacs/initsplit/initsplit-1.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/initsplit/initsplit-1.6.ebuild,v 1.2 2005/01/01 13:50:42 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/initsplit/initsplit-1.6.ebuild,v 1.3 2005/06/29 17:50:30 mkennedy Exp $
inherit elisp
@@ -9,17 +9,7 @@ HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki?InitSplit"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="x86 ~amd64"
IUSE=""
-DEPEND="virtual/emacs"
SITEFILE=50initsplit-gentoo.el
-
-src_compile() {
- elisp_src_compile
-}
-
-src_install() {
- elisp-install ${PN} *.el *.elc
- elisp-site-file-install ${FILESDIR}/${SITEFILE}
-}