diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-04-18 21:16:34 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-04-18 21:16:34 +0000 |
commit | 76c5258b003d2f1ae808a706319d1e807ed5f670 (patch) | |
tree | 1eb69cb6e02d9b0222ca42dc6fea3f1a2f3b45d5 /app-emacs | |
parent | Drop unused USEflag in metadata. (diff) | |
download | gentoo-2-76c5258b003d2f1ae808a706319d1e807ed5f670.tar.gz gentoo-2-76c5258b003d2f1ae808a706319d1e807ed5f670.tar.bz2 gentoo-2-76c5258b003d2f1ae808a706319d1e807ed5f670.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/apel/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/apel/apel-10.8.ebuild | 47 |
2 files changed, 4 insertions, 48 deletions
diff --git a/app-emacs/apel/ChangeLog b/app-emacs/apel/ChangeLog index d923afde6794..c351064f7f0a 100644 --- a/app-emacs/apel/ChangeLog +++ b/app-emacs/apel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/apel # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/ChangeLog,v 1.61 2015/04/18 20:39:18 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/ChangeLog,v 1.62 2015/04/18 21:16:34 ulm Exp $ + + 18 Apr 2015; Ulrich Müller <ulm@gentoo.org> -apel-10.8.ebuild: + Remove old. 18 Apr 2015; Pacho Ramos <pacho@gentoo.org> apel-10.8-r1.ebuild: ppc64 stable wrt bug #505424 diff --git a/app-emacs/apel/apel-10.8.ebuild b/app-emacs/apel/apel-10.8.ebuild deleted file mode 100644 index dd9d58ba1cbd..000000000000 --- a/app-emacs/apel/apel-10.8.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/apel-10.8.ebuild,v 1.9 2014/08/10 17:43:22 slyfox Exp $ - -EAPI=3 - -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 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" -IUSE="" - -src_prepare() { - cat <<-EOF >> APEL-CFG - (setq APEL_PREFIX "apel") - (setq EMU_PREFIX "apel") - EOF -} - -src_compile() { - emake PREFIX="${ED}/usr" \ - LISPDIR="${ED}/${SITELISP}" \ - VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" || die -} - -src_install() { - einstall PREFIX="${ED}/usr" \ - LISPDIR="${ED}/${SITELISP}" \ - VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" || die - - 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}." -} |