summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-02-14 18:26:30 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-02-14 18:26:30 +0000
commit3dce280bd5b7ed1f0c675437e4dc3ed0fd9b8337 (patch)
treea20d1a67ed22c6f8cafdb14b3a0a0e02da4554c1 /app-emacs/apel
parentVersion bump. CVS snapshot for bug #164153. (diff)
downloadgentoo-2-3dce280bd5b7ed1f0c675437e4dc3ed0fd9b8337.tar.gz
gentoo-2-3dce280bd5b7ed1f0c675437e4dc3ed0fd9b8337.tar.bz2
gentoo-2-3dce280bd5b7ed1f0c675437e4dc3ed0fd9b8337.zip
version bump
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-emacs/apel')
-rw-r--r--app-emacs/apel/ChangeLog7
-rw-r--r--app-emacs/apel/apel-10.7.ebuild53
-rw-r--r--app-emacs/apel/files/digest-apel-10.73
3 files changed, 62 insertions, 1 deletions
diff --git a/app-emacs/apel/ChangeLog b/app-emacs/apel/ChangeLog
index 6fa6c1bf8719..5f111586ef92 100644
--- a/app-emacs/apel/ChangeLog
+++ b/app-emacs/apel/ChangeLog
@@ -1,6 +1,11 @@
# 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.15 2007/01/28 04:00:57 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/ChangeLog,v 1.16 2007/02/14 18:26:30 opfer Exp $
+
+*apel-10.7 (14 Feb 2007)
+
+ 14 Feb 2007; Christian Faulhammer <opfer@gentoo.org> +apel-10.7.ebuild:
+ version bump
28 Jan 2007; Marius Mauch <genone@gentoo.org> apel-10.6.ebuild:
Replacing einfo with elog
diff --git a/app-emacs/apel/apel-10.7.ebuild b/app-emacs/apel/apel-10.7.ebuild
new file mode 100644
index 000000000000..7a726d2a098b
--- /dev/null
+++ b/app-emacs/apel/apel-10.7.ebuild
@@ -0,0 +1,53 @@
+# 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.1 2007/02/14 18:26:30 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"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86"
+
+DEPEND="virtual/emacs"
+
+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 /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/digest-apel-10.7 b/app-emacs/apel/files/digest-apel-10.7
new file mode 100644
index 000000000000..dd56ba38ed28
--- /dev/null
+++ b/app-emacs/apel/files/digest-apel-10.7
@@ -0,0 +1,3 @@
+MD5 fadc7823f2bc22c7b25cb5185232820d apel-10.7.tar.gz 125811
+RMD160 3ab1286f0862bca79b92f142c499f68e37ca8cf1 apel-10.7.tar.gz 125811
+SHA256 c2ed634798fbdf1d9498815c929561cd75bea86e9bb4d19697477f6939a35366 apel-10.7.tar.gz 125811