diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-04-19 17:23:46 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-04-19 17:23:46 +0000 |
commit | ccf38008069307a363e201bcfca9b1b5a23e7059 (patch) | |
tree | ef9f128344c6c8bc6c22567fa90b0f8e06650ca4 /app-emacs/apel | |
parent | (#174959) Tell people they may need to recompile xorg-server for compositing ... (diff) | |
download | gentoo-2-ccf38008069307a363e201bcfca9b1b5a23e7059.tar.gz gentoo-2-ccf38008069307a363e201bcfca9b1b5a23e7059.tar.bz2 gentoo-2-ccf38008069307a363e201bcfca9b1b5a23e7059.zip |
clean up
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-emacs/apel')
-rw-r--r-- | app-emacs/apel/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/apel/apel-10.6.ebuild | 53 | ||||
-rw-r--r-- | app-emacs/apel/files/APEL-CFG.patch | 13 | ||||
-rw-r--r-- | app-emacs/apel/files/digest-apel-10.6 | 3 |
4 files changed, 5 insertions, 70 deletions
diff --git a/app-emacs/apel/ChangeLog b/app-emacs/apel/ChangeLog index 7f84978cff7c..261dab2b06ed 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.26 2007/04/19 14:30:27 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/ChangeLog,v 1.27 2007/04/19 17:23:46 opfer Exp $ + + 19 Apr 2007; Christian Faulhammer <opfer@gentoo.org> + -files/APEL-CFG.patch, -apel-10.6.ebuild: + clean up 19 Apr 2007; Bryan Østergaard <kloeri@gentoo.org> apel-10.7.ebuild: Stable on Alpha, bug 173556. diff --git a/app-emacs/apel/apel-10.6.ebuild b/app-emacs/apel/apel-10.6.ebuild deleted file mode 100644 index c90bcf3aa13b..000000000000 --- a/app-emacs/apel/apel-10.6.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# 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.6.ebuild,v 1.16 2007/03/30 19:56:24 grobian 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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 alpha sparc ppc hppa amd64 ppc64 ia64" - -DEPEND="virtual/emacs" - -src_unpack() { - unpack ${A} - cd ${S} - cat <<-EOF >> APEL-CFG - (setq APEL_PREFIX "apel") - (setq EMU_PREFIX "apel") - EOF -} - -src_compile() { - make PREFIX=${D}/usr \ - LISPDIR=${D}/${SITELISP} \ - VERSION_SPECIFIC_LISPDIR=${D}/${SITELISP} || die -} - -src_install() { - make PREFIX=${D}/usr \ - LISPDIR=${D}/${SITELISP} \ - VERSION_SPECIFIC_LISPDIR=${D}/${SITELISP} install || die - - elisp-site-file-install ${FILESDIR}/50apel-gentoo.el - - dodoc ChangeLog README* -} - -pkg_postinst() { - elisp-site-regen - - 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 -} diff --git a/app-emacs/apel/files/APEL-CFG.patch b/app-emacs/apel/files/APEL-CFG.patch deleted file mode 100644 index 43bfb158b9eb..000000000000 --- a/app-emacs/apel/files/APEL-CFG.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- apel-10.3/APEL-CFG.org Sat Jun 23 19:25:54 2001 -+++ apel-10.3/APEL-CFG Sat Jun 23 19:26:09 2001 -@@ -74,8 +74,8 @@ - ;; XEmacs 21.0 and later. - ;; (setq PACKAGEDIR "/usr/local/lib/xemacs/xemacs-packages") - --;; (setq APEL_PREFIX "apel") --;; (setq EMU_PREFIX "emu") -+(setq APEL_PREFIX "apel") -+(setq EMU_PREFIX "apel") - - ;; If you want to install all of APEL modules to VERSION_SPECIFIC_LISPDIR, - ;; uncomment and edit this. diff --git a/app-emacs/apel/files/digest-apel-10.6 b/app-emacs/apel/files/digest-apel-10.6 deleted file mode 100644 index 4b7d3b19e744..000000000000 --- a/app-emacs/apel/files/digest-apel-10.6 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 a770333c50a4bb79c0923dee78d5e358 apel-10.6.tar.gz 131279 -RMD160 846cc960dec111da195ad7cb38d513cc8b18cdd7 apel-10.6.tar.gz 131279 -SHA256 9e7023a4b838b83d40d0f3e0df401b0ddee8880df7939a9a0b98f3b66af02e38 apel-10.6.tar.gz 131279 |