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
commit85abac6fd64da692725b28c3ab459960e8ae8a6e (patch)
tree11e5c67b7a8d1140f2148eb987b01316831584c4 /app-emacs
parentVersion bump (diff)
downloadgentoo-2-85abac6fd64da692725b28c3ab459960e8ae8a6e.tar.gz
gentoo-2-85abac6fd64da692725b28c3ab459960e8ae8a6e.tar.bz2
gentoo-2-85abac6fd64da692725b28c3ab459960e8ae8a6e.zip
Version bump
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/apel/ChangeLog8
-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
4 files changed, 66 insertions, 3 deletions
diff --git a/app-emacs/apel/ChangeLog b/app-emacs/apel/ChangeLog
index 502e9bd5c731..6d0a88f837df 100644
--- a/app-emacs/apel/ChangeLog
+++ b/app-emacs/apel/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emacs/apel
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/ChangeLog,v 1.3 2003/06/29 19:00:22 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/ChangeLog,v 1.4 2003/07/12 15:11:53 usata Exp $
+
+*apel-10.6 (12 Jul 2003)
+
+ 12 Jul 2003; Mamoru KOMACHI <usata@gentoo.org> apel-10.6.ebuild:
+ New version, added ~sparc, ~ppc and ~alpha to KEYWORDS.
+ Changed HOMEPAGE to point at correct URI.
*apel-10.4 (31 Oct 2002)
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