summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-05-23 19:56:07 +0000
committerUlrich Müller <ulm@gentoo.org>2010-05-23 19:56:07 +0000
commit8737ec5d39911d39f8e8391f1b98f56f7316da0d (patch)
treed9ee73adb7dbd99a8c2058f0e08c9ff16197deab /app-emacs/apel
parentstable amd64, bug 312535 (diff)
downloadhistorical-8737ec5d39911d39f8e8391f1b98f56f7316da0d.tar.gz
historical-8737ec5d39911d39f8e8391f1b98f56f7316da0d.tar.bz2
historical-8737ec5d39911d39f8e8391f1b98f56f7316da0d.zip
Remove old.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'app-emacs/apel')
-rw-r--r--app-emacs/apel/ChangeLog5
-rw-r--r--app-emacs/apel/apel-10.7.ebuild47
-rw-r--r--app-emacs/apel/files/50apel-gentoo.el3
3 files changed, 4 insertions, 51 deletions
diff --git a/app-emacs/apel/ChangeLog b/app-emacs/apel/ChangeLog
index a6c0be5541c0..29aaebc62e0d 100644
--- a/app-emacs/apel/ChangeLog
+++ b/app-emacs/apel/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/apel
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/ChangeLog,v 1.37 2010/05/23 18:22:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/ChangeLog,v 1.38 2010/05/23 19:52:00 ulm Exp $
+
+ 23 May 2010; Ulrich Mueller <ulm@gentoo.org> -apel-10.7.ebuild:
+ Remove old.
23 May 2010; Pacho Ramos <pacho@gentoo.org> apel-10.7-r1.ebuild:
stable amd64, bug 307573
diff --git a/app-emacs/apel/apel-10.7.ebuild b/app-emacs/apel/apel-10.7.ebuild
deleted file mode 100644
index b6c2a79d1f61..000000000000
--- a/app-emacs/apel/apel-10.7.ebuild
+++ /dev/null
@@ -1,47 +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/apel/apel-10.7.ebuild,v 1.12 2009/06/06 15:58:03 ulm Exp $
-
-inherit elisp
-
-DESCRIPTION="A Portable Emacs Library is a library for making portable Emacs Lisp programs."
-HOMEPAGE="http://cvs.m17n.org/elisp/APEL/"
-SRC_URI="ftp://ftp.jpl.org/pub/elisp/apel/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- cat <<-EOF >> APEL-CFG
- (setq APEL_PREFIX "apel")
- (setq EMU_PREFIX "apel")
- EOF
-}
-
-src_compile() {
- emake PREFIX="${D}/usr" \
- LISPDIR="${D}/${SITELISP}" \
- VERSION_SPECIFIC_LISPDIR="${D}/${SITELISP}" || die "emake failed"
-}
-
-src_install() {
- einstall PREFIX="${D}/usr" \
- LISPDIR="${D}/${SITELISP}" \
- VERSION_SPECIFIC_LISPDIR="${D}/${SITELISP}" || die "einstall failed"
-
- elisp-site-file-install "${FILESDIR}/50apel-gentoo.el"
-
- dodoc ChangeLog README*
-}
-
-pkg_postinst() {
- elisp-site-regen
-
- elog "See the README.en file in /usr/share/doc/${PF} for tips"
- elog "on how to customize this package."
- elog "And you need to rebuild packages depending on ${PN}."
-}
diff --git a/app-emacs/apel/files/50apel-gentoo.el b/app-emacs/apel/files/50apel-gentoo.el
index e24d342f324a..431f7e90ae73 100644
--- a/app-emacs/apel/files/50apel-gentoo.el
+++ b/app-emacs/apel/files/50apel-gentoo.el
@@ -1,4 +1 @@
-
-;;; APEL site-lisp configuration
-
(add-to-list 'load-path "@SITELISP@")