summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2003-07-12 15:12:21 +0000
committerMamoru Komachi <usata@gentoo.org>2003-07-12 15:12:21 +0000
commitc6f57c9f6170839fbc0b694df6b902836144258f (patch)
tree5033807cf71e8c93dead81233a20d3310fdfae20 /app-emacs/apel
parentVersion bump (diff)
downloadhistorical-c6f57c9f6170839fbc0b694df6b902836144258f.tar.gz
historical-c6f57c9f6170839fbc0b694df6b902836144258f.tar.bz2
historical-c6f57c9f6170839fbc0b694df6b902836144258f.zip
Version bump
Diffstat (limited to 'app-emacs/apel')
-rw-r--r--app-emacs/apel/Manifest4
-rw-r--r--app-emacs/apel/apel-10.6.ebuild56
-rw-r--r--app-emacs/apel/files/digest-apel-10.61
3 files changed, 59 insertions, 2 deletions
diff --git a/app-emacs/apel/Manifest b/app-emacs/apel/Manifest
index 89c64e9e8d6c..70e60193eab2 100644
--- a/app-emacs/apel/Manifest
+++ b/app-emacs/apel/Manifest
@@ -1,7 +1,7 @@
-MD5 f5d0d0b2a3c55e890f9a6b792bd55914 ChangeLog 711
+MD5 eb94b0c85e7deae711720b813eaf31e3 ChangeLog 712
MD5 8fca68b08116d310fb3ddf1394234257 apel-10.3.ebuild 1092
MD5 44742b1e73356b2d986cf28e3e304dab apel-10.4.ebuild 1166
-MD5 298111460f7229a8eedb3d5eb526c385 apel-10.6.ebuild 1158
+MD5 7a6c1b993447261571e63be51fb3e399 apel-10.6.ebuild 1251
MD5 b2b778c61c92731c7232e6ec804b5aaa files/digest-apel-10.6 61
MD5 e52818b69c2a27e2183e873ec8063dc3 files/50apel-gentoo.el 82
MD5 02d88e19d8966fd975726ba7301c05ed files/APEL-CFG.patch 427
diff --git a/app-emacs/apel/apel-10.6.ebuild b/app-emacs/apel/apel-10.6.ebuild
new file mode 100644
index 000000000000..90e38ce9b2d8
--- /dev/null
+++ b/app-emacs/apel/apel-10.6.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# 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.1 2003/07/12 15:11:56 usata 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"
+
+DEPEND="virtual/emacs"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${P}"
+
+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
+
+ einfo "See the /usr/share/doc/${P}/README.en.gz for tips on how to customize this package"
+ einfo "And you need to rebuild packages depending on ${PN}."
+}
+
+pkg_postrm() {
+ elisp-site-regen
+}
diff --git a/app-emacs/apel/files/digest-apel-10.6 b/app-emacs/apel/files/digest-apel-10.6
new file mode 100644
index 000000000000..dea4beb22d36
--- /dev/null
+++ b/app-emacs/apel/files/digest-apel-10.6
@@ -0,0 +1 @@
+MD5 a770333c50a4bb79c0923dee78d5e358 apel-10.6.tar.gz 131279