summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2004-07-25 20:57:03 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2004-07-25 20:57:03 +0000
commitcbc7e9ac294081631e6667e36aefe0699f61cc18 (patch)
treef67a659af6c9503c4721b08363c9c0d779983b15 /app-emacs
parentAssign x11-pluting/wmbiff to the desktop-dock herd. (Manifest recommit) (diff)
downloadgentoo-2-cbc7e9ac294081631e6667e36aefe0699f61cc18.tar.gz
gentoo-2-cbc7e9ac294081631e6667e36aefe0699f61cc18.tar.bz2
gentoo-2-cbc7e9ac294081631e6667e36aefe0699f61cc18.zip
*** empty log message ***
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/slime/ChangeLog9
-rw-r--r--app-emacs/slime/Manifest10
-rw-r--r--app-emacs/slime/files/README.Gentoo8
-rw-r--r--app-emacs/slime/files/digest-slime-1.0_alpha1
-rw-r--r--app-emacs/slime/slime-0.13.ebuild3
-rw-r--r--app-emacs/slime/slime-1.0_alpha.ebuild46
6 files changed, 71 insertions, 6 deletions
diff --git a/app-emacs/slime/ChangeLog b/app-emacs/slime/ChangeLog
index 12b073bfa9e1..686d09ebe5b6 100644
--- a/app-emacs/slime/ChangeLog
+++ b/app-emacs/slime/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-emacs/slime
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/ChangeLog,v 1.4 2004/06/30 02:47:23 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/ChangeLog,v 1.5 2004/07/25 20:57:03 mkennedy Exp $
+
+*slime-1.0_alpha (25 Jul 2004)
+
+ 25 Jul 2004; <mkennedy@gentoo.org> +files/README.Gentoo, slime-0.13.ebuild,
+ +slime-1.0_alpha.ebuild:
+ New upstream version; Ebuild refined to make use of elisp and common-lisp
+ eclasses
29 Jun 2004; Aron Griffis <agriffis@gentoo.org> slime-0.13.ebuild:
sync IUSE (missing)
diff --git a/app-emacs/slime/Manifest b/app-emacs/slime/Manifest
index 9afc018dbde4..6133c4276b34 100644
--- a/app-emacs/slime/Manifest
+++ b/app-emacs/slime/Manifest
@@ -1,7 +1,11 @@
-MD5 055458646a82a96e989adb50a4779a47 slime-0.13.ebuild 1902
+MD5 0c3337e1b98f831f2bcdb05481167e93 slime-1.0_alpha.ebuild~ 1950
+MD5 7aa2f7b5f4c4f36cc61a9077a427683a slime-0.13.ebuild 1901
MD5 f499daed72984c8f8cf4b85e6306421b ChangeLog 628
+MD5 98d09800e15aca4b5316134fa8aaa744 slime-1.0_alpha.ebuild 1164
MD5 1d3cd7b126c58b1963097af2cdf39c54 metadata.xml 183
+MD5 909ff27dec8d97d16b944bf184b638b6 files/digest-slime-0.13 63
+MD5 7f1a60ba5bcc9381a0e8262405792b62 files/README.Gentoo 287
+MD5 4ea22499288a1d3aed28b7a885dfabea files/swank.asd 1239
MD5 910993d2e23f61b956f2df6fad49b657 files/70slime-gentoo.el 577
MD5 e4086b50bade07de735b2e62d60c41cb files/swank-loader.lisp 50
-MD5 4ea22499288a1d3aed28b7a885dfabea files/swank.asd 1239
-MD5 909ff27dec8d97d16b944bf184b638b6 files/digest-slime-0.13 63
+MD5 702882777d51e5b941f4d14bc4bd4028 files/digest-slime-1.0_alpha 66
diff --git a/app-emacs/slime/files/README.Gentoo b/app-emacs/slime/files/README.Gentoo
new file mode 100644
index 000000000000..1290bad759ab
--- /dev/null
+++ b/app-emacs/slime/files/README.Gentoo
@@ -0,0 +1,8 @@
+SLIME notes for Gentoo
+----------------------
+
+If you're interested in hacking this port, please note that this port
+uses its own swank.asd and swank-loader.lisp. For this reason, always
+report problems to the Gentoo Bugzilla http://bugs.gentoo.org and not
+to the upstream authors.
+
diff --git a/app-emacs/slime/files/digest-slime-1.0_alpha b/app-emacs/slime/files/digest-slime-1.0_alpha
new file mode 100644
index 000000000000..41d4160ca36a
--- /dev/null
+++ b/app-emacs/slime/files/digest-slime-1.0_alpha
@@ -0,0 +1 @@
+MD5 b208ec0b6a61a2d93a54a1939fbc469e slime-1.0alpha.tar.gz 294584
diff --git a/app-emacs/slime/slime-0.13.ebuild b/app-emacs/slime/slime-0.13.ebuild
index 93d36665794d..793d93403cda 100644
--- a/app-emacs/slime/slime-0.13.ebuild
+++ b/app-emacs/slime/slime-0.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/slime-0.13.ebuild,v 1.5 2004/07/14 01:07:29 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/slime-0.13.ebuild,v 1.6 2004/07/25 20:57:03 mkennedy Exp $
inherit elisp
@@ -16,7 +16,6 @@ DEPEND="virtual/emacs
dev-lisp/common-lisp-controller
virtual/commonlisp"
-
CLPACKAGE=swank
src_compile() {
diff --git a/app-emacs/slime/slime-1.0_alpha.ebuild b/app-emacs/slime/slime-1.0_alpha.ebuild
new file mode 100644
index 000000000000..24a40b3b120c
--- /dev/null
+++ b/app-emacs/slime/slime-1.0_alpha.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/slime-1.0_alpha.ebuild,v 1.1 2004/07/25 20:57:03 mkennedy Exp $
+
+inherit common-lisp elisp
+
+MY_PV=${PV/_/}
+DESCRIPTION="SLIME, the Superior Lisp Interaction Mode (Extended)"
+HOMEPAGE="http://common-lisp.net/project/slime/"
+SRC_URI="http://www.common-lisp.net/project/slime/slime-${MY_PV}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="virtual/emacs
+ dev-lisp/common-lisp-controller
+ virtual/commonlisp"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+CLPACKAGE=swank
+
+src_compile() {
+ echo "(add-to-list 'load-path \".\")" >script
+ emacs --batch -q -l script -f batch-byte-compile hyperspec.el slime.el || die
+}
+
+src_install() {
+ elisp-install ${PN} *.{el,elc} ${FILESDIR}/swank-loader.lisp
+ elisp-site-file-install ${FILESDIR}/70slime-gentoo.el
+ dodoc ChangeLog HACKING NEWS README*
+ common-lisp-install *.lisp ${FILESDIR}/swank.asd ChangeLog
+ common-lisp-system-symlink
+}
+
+pkg_postinst() {
+ common-lisp_pkg_postinst
+ elisp_pkg_postinst
+ while read line; do einfo "${line}"; done <${FILESDIR}/README.Gentoo
+}
+
+pkg_postrm() {
+ common-lisp_pkg_postrm
+ elisp_pkg_postrm
+}