summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-08-31 18:07:34 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-08-31 18:07:34 +0000
commitfb028711b7e7596200a7bbf590938691133e8dff (patch)
treec6de96c9f5636dbc87ae509f691c33db8d32d8e5 /app-emacs
parentstable ppc64, bug 276640 (diff)
downloadgentoo-2-fb028711b7e7596200a7bbf590938691133e8dff.tar.gz
gentoo-2-fb028711b7e7596200a7bbf590938691133e8dff.tar.bz2
gentoo-2-fb028711b7e7596200a7bbf590938691133e8dff.zip
clean up
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/mell/ChangeLog8
-rw-r--r--app-emacs/mell/files/50mell-gentoo-1.0.0.el1
-rw-r--r--app-emacs/mell/mell-1.0.0.ebuild34
3 files changed, 6 insertions, 37 deletions
diff --git a/app-emacs/mell/ChangeLog b/app-emacs/mell/ChangeLog
index 17f979f32e5f..b3b6c2dae7a1 100644
--- a/app-emacs/mell/ChangeLog
+++ b/app-emacs/mell/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/mell
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/mell/ChangeLog,v 1.25 2009/08/31 17:56:34 ranger Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/mell/ChangeLog,v 1.26 2009/08/31 18:07:29 fauli Exp $
+
+ 31 Aug 2009; Christian Faulhammer <fauli@gentoo.org> -mell-1.0.0.ebuild,
+ -files/50mell-gentoo-1.0.0.el:
+ clean up
31 Aug 2009; Brent Baude <ranger@gentoo.org> mell-1.0.0-r1.ebuild:
stable ppc64, bug 265618
diff --git a/app-emacs/mell/files/50mell-gentoo-1.0.0.el b/app-emacs/mell/files/50mell-gentoo-1.0.0.el
deleted file mode 100644
index f49ca386779a..000000000000
--- a/app-emacs/mell/files/50mell-gentoo-1.0.0.el
+++ /dev/null
@@ -1 +0,0 @@
-(require 'init-mell)
diff --git a/app-emacs/mell/mell-1.0.0.ebuild b/app-emacs/mell/mell-1.0.0.ebuild
deleted file mode 100644
index f7f6f4193bd9..000000000000
--- a/app-emacs/mell/mell-1.0.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/mell/mell-1.0.0.ebuild,v 1.15 2009/04/10 06:32:32 ulm Exp $
-
-inherit elisp
-
-DESCRIPTION="M Emacs Lisp Library"
-HOMEPAGE="http://taiyaki.org/elisp/mell/"
-SRC_URI="http://taiyaki.org/elisp/mell/src/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="alpha ~amd64 ppc ppc64 x86"
-SLOT="0"
-IUSE=""
-SITEFILE="50${PN}-gentoo-${PV}.el"
-
-src_compile() {
-
- econf --with-emacs-sitelispdir="${D}/usr/share/emacs/site-lisp" \
- --with-mell-docdir="${D}/usr/share/doc/${PF}/html" \
- || die "econf failed"
- emake || die "emake failed"
-
-}
-
-src_install() {
-
- einstall || die "einstall failed"
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
- dosed "${SITELISP}/init-mell.el" || die "dosed failed"
-
- dodoc README AUTHORS NEWS ChangeLog
-
-}