summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/apel')
-rw-r--r--app-emacs/apel/ChangeLog6
-rw-r--r--app-emacs/apel/apel-10.7.ebuild11
2 files changed, 7 insertions, 10 deletions
diff --git a/app-emacs/apel/ChangeLog b/app-emacs/apel/ChangeLog
index 261dab2b06ed..13d9f0764bf6 100644
--- a/app-emacs/apel/ChangeLog
+++ b/app-emacs/apel/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/apel
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/ChangeLog,v 1.27 2007/04/19 17:23:46 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/ChangeLog,v 1.28 2007/07/03 09:13:50 opfer Exp $
+
+ 03 Jul 2007; Christian Faulhammer <opfer@gentoo.org> apel-10.7.ebuild:
+ removed virtual/emacs from DEPEND; changed location of IUSE; removed
+ pkg_postrm()
19 Apr 2007; Christian Faulhammer <opfer@gentoo.org>
-files/APEL-CFG.patch, -apel-10.6.ebuild:
diff --git a/app-emacs/apel/apel-10.7.ebuild b/app-emacs/apel/apel-10.7.ebuild
index 0a5fe0382d93..a57386482642 100644
--- a/app-emacs/apel/apel-10.7.ebuild
+++ b/app-emacs/apel/apel-10.7.ebuild
@@ -1,11 +1,9 @@
# Copyright 1999-2007 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.10 2007/04/19 14:30:27 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/apel-10.7.ebuild,v 1.11 2007/07/03 09:13:50 opfer Exp $
inherit elisp
-IUSE=""
-
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"
@@ -13,8 +11,7 @@ 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"
-
-DEPEND="virtual/emacs"
+IUSE=""
src_unpack() {
unpack ${A}
@@ -47,7 +44,3 @@ pkg_postinst() {
elog "See the /usr/share/doc/${P}/README.en.gz for tips on how to customize this package"
elog "And you need to rebuild packages depending on ${PN}."
}
-
-pkg_postrm() {
- elisp-site-regen
-}