diff options
25 files changed, 58 insertions, 533 deletions
diff --git a/app-emacs/php-mode/ChangeLog b/app-emacs/php-mode/ChangeLog index 73cde55b75ea..93416b101ae5 100644 --- a/app-emacs/php-mode/ChangeLog +++ b/app-emacs/php-mode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/php-mode -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/php-mode/ChangeLog,v 1.30 2008/12/13 17:21:04 ulm Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/php-mode/ChangeLog,v 1.31 2009/01/29 07:16:21 fauli Exp $ + + 29 Jan 2009; Christian Faulhammer <fauli@gentoo.org> + -php-mode-1.2.0.ebuild: + clean up 13 Dec 2008; Ulrich Mueller <ulm@gentoo.org> -files/php-mode-1.4.0_beta-conditional-key.patch, diff --git a/app-emacs/php-mode/php-mode-1.2.0.ebuild b/app-emacs/php-mode/php-mode-1.2.0.ebuild deleted file mode 100644 index 5a934ed2bf3c..000000000000 --- a/app-emacs/php-mode/php-mode-1.2.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/php-mode/php-mode-1.2.0.ebuild,v 1.7 2007/11/06 08:11:56 opfer Exp $ - -inherit elisp - -DESCRIPTION="GNU Emacs major mode for editing PHP code" -HOMEPAGE="http://php-mode.sourceforge.net" -SRC_URI="mirror://sourceforge/php-mode/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" -IUSE="" - -S="${WORKDIR}" - -SITEFILE=51${PN}-gentoo.el diff --git a/app-emacs/pymacs/ChangeLog b/app-emacs/pymacs/ChangeLog index f2f1591af122..3af017361516 100644 --- a/app-emacs/pymacs/ChangeLog +++ b/app-emacs/pymacs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/pymacs -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.39 2008/11/24 11:00:55 ulm Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.40 2009/01/29 07:20:41 fauli Exp $ + + 29 Jan 2009; Christian Faulhammer <fauli@gentoo.org> + -files/0.22-character-encoding-gentoo.patch, -pymacs-0.22-r1.ebuild: + clean up 24 Nov 2008; Ulrich Mueller <ulm@gentoo.org> pymacs-0.23.ebuild: Remove test from IUSE, bug 232497. diff --git a/app-emacs/pymacs/files/0.22-character-encoding-gentoo.patch b/app-emacs/pymacs/files/0.22-character-encoding-gentoo.patch deleted file mode 100644 index 0a5a7bfaf9c4..000000000000 --- a/app-emacs/pymacs/files/0.22-character-encoding-gentoo.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff -ur Pymacs-0.22.orig/Pymacs/Rebox/rebox.py Pymacs-0.22/Pymacs/Rebox/rebox.py ---- Pymacs-0.22.orig/Pymacs/Rebox/rebox.py 2002-11-13 18:01:02.000000000 -0600 -+++ Pymacs-0.22/Pymacs/Rebox/rebox.py 2006-08-08 02:04:47.000000000 -0500 -@@ -1,4 +1,5 @@ - #!/usr/bin/env python -+# -*- coding: Latin-1 -*- - # Copyright © 1991-1998, 2000, 2002 Progiciels Bourbeau-Pinard inc. - # François Pinard <pinard@iro.umontreal.ca>, April 1991. - -diff -ur Pymacs-0.22.orig/Pymacs/__init__.py Pymacs-0.22/Pymacs/__init__.py ---- Pymacs-0.22.orig/Pymacs/__init__.py 2003-05-17 13:57:07.000000000 -0500 -+++ Pymacs-0.22/Pymacs/__init__.py 2006-08-08 02:05:05.000000000 -0500 -@@ -1,4 +1,5 @@ - #!/usr/bin/env python -+# -*- coding: Latin-1 -*- - # Copyright © 2002, 2003 Progiciels Bourbeau-Pinard inc. - # François Pinard <pinard@iro.umontreal.ca>, 2002. - -diff -ur Pymacs-0.22.orig/Pymacs/pymacs.py Pymacs-0.22/Pymacs/pymacs.py ---- Pymacs-0.22.orig/Pymacs/pymacs.py 2003-05-16 13:03:07.000000000 -0500 -+++ Pymacs-0.22/Pymacs/pymacs.py 2006-08-08 02:05:12.000000000 -0500 -@@ -1,4 +1,5 @@ - #!/usr/bin/env python -+# -*- coding: Latin-1 -*- - # Copyright © 2001, 2002, 2003 Progiciels Bourbeau-Pinard inc. - # François Pinard <pinard@iro.umontreal.ca>, 2001. - diff --git a/app-emacs/pymacs/pymacs-0.22-r1.ebuild b/app-emacs/pymacs/pymacs-0.22-r1.ebuild deleted file mode 100644 index 888cf2b27907..000000000000 --- a/app-emacs/pymacs/pymacs-0.22-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.22-r1.ebuild,v 1.14 2007/07/26 18:30:21 corsair Exp $ - -inherit distutils elisp eutils - -DESCRIPTION="A tool that allows both-side communication beetween Python and Emacs-lisp" -HOMEPAGE="http://pymacs.progiciels-bpi.ca/" -SRC_URI="http://pymacs.progiciels-bpi.ca/archives/${P/pymacs/Pymacs}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="amd64 arm ~hppa ia64 ppc ~ppc64 s390 sh x86 ~x86-fbsd" -IUSE="doc" - -DEPEND="virtual/python" -SITEFILE=50${PN}-gentoo.el - -S="${WORKDIR}/Pymacs-${PV}" - -src_unpack() { - unpack ${A} - epatch "${FILESDIR}"/${PV}-character-encoding-gentoo.patch -} - -src_compile() { - distutils_src_compile - elisp-compile pymacs.el -} - -src_install() { - elisp-install ${PN} pymacs.el pymacs.elc - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - distutils_src_install - if use doc ; then - insinto /usr/share/doc/${PF} - doins ./pymacs.pdf - fi - cd "${S}" - dodoc THANKS THANKS-rebox -} diff --git a/app-emacs/quack/ChangeLog b/app-emacs/quack/ChangeLog index db59c6298d52..665121505c66 100644 --- a/app-emacs/quack/ChangeLog +++ b/app-emacs/quack/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/quack -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/quack/ChangeLog,v 1.12 2008/06/14 23:29:12 ulm Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quack/ChangeLog,v 1.13 2009/01/29 07:22:39 fauli Exp $ + + 29 Jan 2009; Christian Faulhammer <fauli@gentoo.org> + -files/70quack-gentoo.el, -quack-0.29.ebuild: + clean up 14 Jun 2008; Ulrich Mueller <ulm@gentoo.org> quack-0.30.ebuild: Do not assign SIMPLE_ELISP since elisp.eclass now detects this case diff --git a/app-emacs/quack/files/70quack-gentoo.el b/app-emacs/quack/files/70quack-gentoo.el deleted file mode 100644 index 6b1b4f63d51b..000000000000 --- a/app-emacs/quack/files/70quack-gentoo.el +++ /dev/null @@ -1,5 +0,0 @@ - -;;; site-lisp configuration for quack - -(add-to-list 'load-path "@SITELISP@") -(require 'quack) diff --git a/app-emacs/quack/quack-0.29.ebuild b/app-emacs/quack/quack-0.29.ebuild deleted file mode 100644 index 5ea01a9de1c2..000000000000 --- a/app-emacs/quack/quack-0.29.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/quack/quack-0.29.ebuild,v 1.2 2007/02/08 23:09:36 opfer Exp $ - -inherit elisp - -DESCRIPTION="Enhances Emacs support for Scheme." -HOMEPAGE="http://www.neilvandyke.org/quack/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" -DEPEND="" - -SITEFILE=70quack-gentoo.el diff --git a/app-emacs/remember/ChangeLog b/app-emacs/remember/ChangeLog index 4c77b4f8faf2..c50f686e7a7a 100644 --- a/app-emacs/remember/ChangeLog +++ b/app-emacs/remember/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/remember -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/remember/ChangeLog,v 1.14 2008/07/28 19:18:21 ulm Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/remember/ChangeLog,v 1.15 2009/01/29 07:25:29 fauli Exp $ + + 29 Jan 2009; Christian Faulhammer <fauli@gentoo.org> + -remember-1.9-r1.ebuild: + clean up 28 Jul 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml: Add USE flag description to metadata wrt GLEP 56. diff --git a/app-emacs/remember/remember-1.9-r1.ebuild b/app-emacs/remember/remember-1.9-r1.ebuild deleted file mode 100644 index 83912efdf212..000000000000 --- a/app-emacs/remember/remember-1.9-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/remember/remember-1.9-r1.ebuild,v 1.3 2008/04/18 14:49:27 ulm Exp $ - -inherit elisp eutils - -DESCRIPTION="Simplify writing short notes in emacs" -HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/RememberMode" -SRC_URI="http://download.gna.org/remember-el/${P}.tar.gz" - -LICENSE="GPL-2 FDL-1.2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="bbdb planner" - -RDEPEND="bbdb? ( app-emacs/bbdb ) - planner? ( app-emacs/planner )" -DEPEND="${RDEPEND}" - -SITEFILE=50${PN}-gentoo.el - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-make-elc.patch" -} - -src_compile() { - local EL="remember.el remember-diary.el read-file-name.el" - use bbdb && EL="${EL} remember-bbdb.el" - use planner && EL="${EL} remember-planner.el remember-experimental.el" - - emake EL="${EL}" || die "emake failed" -} - -src_install() { - elisp-install ${PN} *.{el,elc} - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - doinfo remember-el.info - dodoc ChangeLog -} diff --git a/app-emacs/riece/ChangeLog b/app-emacs/riece/ChangeLog index 5c5b09e5053a..7d43b2396191 100644 --- a/app-emacs/riece/ChangeLog +++ b/app-emacs/riece/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/riece -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/riece/ChangeLog,v 1.70 2008/08/24 11:58:39 corsair Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/riece/ChangeLog,v 1.71 2009/01/29 07:27:35 fauli Exp $ + + 29 Jan 2009; Christian Faulhammer <fauli@gentoo.org> -riece-3.1.2.ebuild, + -riece-4.0.0.ebuild: + clean up 24 Aug 2008; Markus Rothe <corsair@gentoo.org> riece-5.0.0.ebuild: Stable on ppc64; bug #234864 diff --git a/app-emacs/riece/riece-3.1.2.ebuild b/app-emacs/riece/riece-3.1.2.ebuild deleted file mode 100644 index a26e6583bc22..000000000000 --- a/app-emacs/riece/riece-3.1.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/riece/riece-3.1.2.ebuild,v 1.9 2007/11/16 00:08:22 beandog Exp $ - -inherit elisp - -DESCRIPTION="Riece is a redesign of Liece IRC client" -HOMEPAGE="http://www.nongnu.org/riece/" -SRC_URI="http://savannah.nongnu.org/download/riece/${P}.tar.gz" - -LICENSE="GPL-2 FDL-1.1" -SLOT="0" -KEYWORDS="alpha amd64 ppc ppc64 x86" -IUSE="" -RESTRICT="test" - -SITEFILE=50${PN}-gentoo.el - -src_compile() { - econf --with-lispdir="${SITELISP}" || die "econf failed" - emake || die "emake failed" -} - -src_install () { - einstall lispdir="${D}/${SITELISP}" || die "einstall failed" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - - dodoc AUTHORS NEWS README doc/HACKING lisp/ChangeLog* || die "dodoc failed" -} diff --git a/app-emacs/riece/riece-4.0.0.ebuild b/app-emacs/riece/riece-4.0.0.ebuild deleted file mode 100644 index 8ae40f0b2954..000000000000 --- a/app-emacs/riece/riece-4.0.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/riece/riece-4.0.0.ebuild,v 1.6 2007/11/23 21:12:46 corsair Exp $ - -inherit elisp - -DESCRIPTION="A redesign of Liece IRC client" -HOMEPAGE="http://www.nongnu.org/riece/" -SRC_URI="http://savannah.nongnu.org/download/riece/${P}.tar.gz" - -LICENSE="GPL-2 FDL-1.1" -SLOT="0" -KEYWORDS="alpha amd64 ppc ppc64 x86" -IUSE="" -RESTRICT="test" - -SITEFILE=50${PN}-gentoo.el - -src_compile() { - econf --with-lispdir="${SITELISP}" || die "econf failed" - emake || die "emake failed" -} - -src_install () { - einstall lispdir="${D}/${SITELISP}" || die "einstall failed" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - - dodoc AUTHORS NEWS README doc/HACKING lisp/ChangeLog* || die "dodoc failed" -} diff --git a/app-emacs/slime/ChangeLog b/app-emacs/slime/ChangeLog index 675cdacab926..28a0477e6731 100644 --- a/app-emacs/slime/ChangeLog +++ b/app-emacs/slime/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-emacs/slime -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/ChangeLog,v 1.61 2008/08/27 08:41:25 ulm Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/ChangeLog,v 1.62 2009/01/29 07:31:27 fauli Exp $ + + 29 Jan 2009; Christian Faulhammer <fauli@gentoo.org> + -files/2.0_p20070816/70slime-gentoo.el, + -files/2.0_p20070816/changelog-date.patch, + -files/2.0_p20070816/save-restriction-if-possible.patch, + -files/2.0_p20070816/swank.asd, -slime-2.0_p20070816-r3.ebuild: + clean up 27 Aug 2008; Ulrich Mueller <ulm@gentoo.org> slime-2.0_p20061118.ebuild, slime-2.0_p20070816-r3.ebuild, slime-2.0_p20080731.ebuild: diff --git a/app-emacs/slime/files/2.0_p20070816/70slime-gentoo.el b/app-emacs/slime/files/2.0_p20070816/70slime-gentoo.el deleted file mode 100644 index 9859b9b6ff78..000000000000 --- a/app-emacs/slime/files/2.0_p20070816/70slime-gentoo.el +++ /dev/null @@ -1,15 +0,0 @@ - -;;; slime site-lisp configuration - -(add-to-list 'load-path "@SITELISP@") - -(require 'slime-autoloads) -(eval-after-load 'slime - (slime-setup)) - -;; this allows us not to require dev-lisp/hyperspec -;; (which is non-free) as a hard dependency -(setq common-lisp-hyperspec-root - (if (file-exists-p "/usr/share/doc/hyperspec/HyperSpec") - "file:///usr/share/doc/hyperspec/HyperSpec/" - "http://www.lispworks.com/reference/HyperSpec/")) diff --git a/app-emacs/slime/files/2.0_p20070816/changelog-date.patch b/app-emacs/slime/files/2.0_p20070816/changelog-date.patch deleted file mode 100644 index bf816bc771e2..000000000000 --- a/app-emacs/slime/files/2.0_p20070816/changelog-date.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- slime-2.0_p20070816-old/slime.el 2008-07-30 10:37:28.000000000 +0200 -+++ slime-2.0_p20070816/slime.el 2008-07-30 10:39:53.000000000 +0200 -@@ -113,13 +113,7 @@ - (defun slime-changelog-date () - "Return the datestring of the latest entry in the ChangeLog file. - Return nil if the ChangeLog file cannot be found." -- (let ((changelog (concat slime-path "ChangeLog"))) -- (if (file-exists-p changelog) -- (with-temp-buffer -- (insert-file-contents changelog nil 0 100) -- (goto-char (point-min)) -- (symbol-name (read (current-buffer)))) -- nil)))) -+ "@SLIME-CHANGELOG-DATE@")) - - (defvar slime-protocol-version nil) - (setq slime-protocol-version diff --git a/app-emacs/slime/files/2.0_p20070816/save-restriction-if-possible.patch b/app-emacs/slime/files/2.0_p20070816/save-restriction-if-possible.patch deleted file mode 100644 index 952b3a79c00d..000000000000 --- a/app-emacs/slime/files/2.0_p20070816/save-restriction-if-possible.patch +++ /dev/null @@ -1,82 +0,0 @@ ---- slime-2.0_p20070816-orig/slime.el 2007-08-16 10:26:33.000000000 +0200 -+++ slime-2.0_p20070816/slime.el 2007-09-08 19:32:09.000000000 +0200 -@@ -5341,6 +5341,39 @@ - (set-buffer buffer) - (goto-char (point-min)))))) - -+(defmacro save-restriction-if-possible (&rest body) -+ "Very similiarly to `save-restriction'. The only difference is -+that it's not enforcing the restriction as strictly: It's only -+enforced if `point' was not moved outside of the restriction -+after executing BODY. -+ -+Example: -+ -+ (progn (goto-line 1000) -+ (narrow-to-page) -+ (save-restriction-if-possible (widen) (goto-line 999))) -+ -+ In this case, the buffer is narrowed to the current page, and -+ point is on line 999. -+ -+ (progn (goto-char 1000) -+ (narrow-to-page) -+ (save-restriction-if-possible (widen) (goto-line 1))) -+ -+ Whereas in this case, the buffer is widened and point is on -+ line 1." -+ (let ((gcfg (gensym "NARROWING-CFG+")) -+ (gbeg (gensym "OLDBEG+")) -+ (gend (gensym "OLDEND+"))) -+ `(let ((,gcfg (current-slime-narrowing-configuration))) -+ (unwind-protect (progn ,@body) -+ (let ((,gbeg (slime-narrowing-configuration.beg ,gcfg)) -+ (,gend (slime-narrowing-configuration.end ,gcfg))) -+ (when (and (>= (point) ,gbeg) (<= (point) ,gend)) -+ (set-slime-narrowing-configuration ,gcfg))))))) -+ -+(put 'save-restriction-if-possible 'lisp-indent-function 0) -+ - (defun slime-goto-location-position (position) - (save-restriction-if-possible ; try to keep restriction if possible. - (widen) -@@ -11128,39 +11161,6 @@ - (total (buffer-size))) - (or (/= beg 1) (/= end (1+ total)))))) - --(defmacro save-restriction-if-possible (&rest body) -- "Very similiarly to `save-restriction'. The only difference is --that it's not enforcing the restriction as strictly: It's only --enforced if `point' was not moved outside of the restriction --after executing BODY. -- --Example: -- -- (progn (goto-line 1000) -- (narrow-to-page) -- (save-restriction-if-possible (widen) (goto-line 999))) -- -- In this case, the buffer is narrowed to the current page, and -- point is on line 999. -- -- (progn (goto-char 1000) -- (narrow-to-page) -- (save-restriction-if-possible (widen) (goto-line 1))) -- -- Whereas in this case, the buffer is widened and point is on -- line 1." -- (let ((gcfg (gensym "NARROWING-CFG+")) -- (gbeg (gensym "OLDBEG+")) -- (gend (gensym "OLDEND+"))) -- `(let ((,gcfg (current-slime-narrowing-configuration))) -- (unwind-protect (progn ,@body) -- (let ((,gbeg (slime-narrowing-configuration.beg ,gcfg)) -- (,gbeg (slime-narrowing-configuration.end ,gcfg))) -- (when (and (>= (point) ,gbeg) (<= (point) ,gend)) -- (set-slime-current-narrowing-configuration ,gcfg))))))) -- --(put 'save-restriction-if-possible 'lisp-indent-function 0) -- - ;;;;; Common Lisp-style package-qualified symbols - - (defun slime-cl-symbol-name (symbol) diff --git a/app-emacs/slime/files/2.0_p20070816/swank.asd b/app-emacs/slime/files/2.0_p20070816/swank.asd deleted file mode 100644 index 35c64b9ee2fb..000000000000 --- a/app-emacs/slime/files/2.0_p20070816/swank.asd +++ /dev/null @@ -1,63 +0,0 @@ -;;; -*- mode: lisp; syntax: common-lisp; package: common-lisp -*- - -(defpackage #:swank-system - (:use #:common-lisp #:asdf)) - -(defpackage #:swank-loader - (:use #:common-lisp) - (:export #:*source-directory*)) - -(in-package #:swank-system) - -(defun load-user-init-file () - "Load the user init file, return NIL if it does not exist." - (load (merge-pathnames (user-homedir-pathname) - (make-pathname :name ".swank" :type "lisp")) - :if-does-not-exist nil)) - -(defun load-site-init-file () - (load (make-pathname :name "site-init" :type "lisp" - :defaults *load-truename*) - :if-does-not-exist nil)) - -(defmacro define-swank-system (sysdep-files) - `(defsystem swank - :name "Swank is the Common Lips back-end to SLIME" - :serial t - :components ((:file "swank-backend") - (:file "nregex") - ,@(mapcar #'(lambda (component) - (if (atom component) - (list :file component) - component)) - sysdep-files) - (:file "swank")) - :depends-on (#+sbcl sb-bsd-sockets) - :perform (load-op :after (op swank) - (load-site-init-file) - (load-user-init-file)))) - -#+(or cmu scl sbcl openmcl lispworks allegro clisp armedbear cormanlisp ecl) -(define-swank-system - #+cmu (swank-source-path-parser swank-source-file-cache swank-cmucl) - #+scl (swank-source-path-parser swank-source-file-cache swank-scl) - #+sbcl (swank-source-path-parser swank-source-file-cache swank-sbcl swank-gray) - #+openmcl (metering swank-openmcl swank-gray) - #+lispworks (swank-lispworks swank-gray) - #+allegro (swank-allegro swank-gray) - #+clisp (xref metering swank-clisp swank-gray) - #+armedbear (swank-abcl) - #+cormanlisp (swank-corman swank-gray) - #+ecl (swank-source-path-parser swank-source-file-cache swank-ecl swank-gray)) - -#-(or cmu scl sbcl openmcl lispworks allegro clisp armedbear cormanlisp ecl) -(error "Your CL implementation is not supported !") - -(in-package #:swank-loader) - -(defparameter *source-directory* - (asdf:component-pathname (asdf:find-system :swank))) - -;; (funcall (intern (string :warn-unimplemented-interfaces) :swank-backend)) - -;; swank.asd ends here diff --git a/app-emacs/slime/slime-2.0_p20070816-r3.ebuild b/app-emacs/slime/slime-2.0_p20070816-r3.ebuild deleted file mode 100644 index 8597dde6605f..000000000000 --- a/app-emacs/slime/slime-2.0_p20070816-r3.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/slime-2.0_p20070816-r3.ebuild,v 1.5 2008/08/27 08:41:25 ulm Exp $ - -inherit common-lisp elisp eutils - -DESCRIPTION="SLIME, the Superior Lisp Interaction Mode (Extended)" -HOMEPAGE="http://common-lisp.net/project/slime/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2 xref.lisp" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="doc" - -RDEPEND="virtual/commonlisp dev-lisp/cl-asdf" -DEPEND="${RDEPEND} - doc? ( virtual/texi2dvi )" - -CLPACKAGE=swank -SITEFILE=70${PN}-gentoo.el - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/${PV}/changelog-date.patch - epatch "${FILESDIR}"/${PV}/save-restriction-if-possible.patch - - # extract date of last update from ChangeLog, bug 233270 - SLIME_CHANGELOG_DATE=$(awk '/^[-0-9]+ / { print $1; exit; }' ChangeLog) - [ -n "${SLIME_CHANGELOG_DATE}" ] || die "cannot determine ChangeLog date" - - sed -i "/(defvar \*swank-wire-protocol-version\*/s:nil:\"${SLIME_CHANGELOG_DATE}\":" swank.lisp \ - || die "sed swank.lisp failed" - sed -i "s:@SLIME-CHANGELOG-DATE@:${SLIME_CHANGELOG_DATE}:" slime.el \ - || die "sed slime.el failed" -} - -src_compile() { - elisp-compile *.el || die "elisp-compile failed" - emake -j1 -C doc slime.info || die "emake slime.info failed" - if use doc; then - VARTEXFONTS="${T}"/fonts \ - emake -j1 -C doc slime.{ps,pdf} || die "emake doc failed" - fi -} - -src_install() { - elisp-install ${PN} *.el{,c} "${FILESDIR}"/swank-loader.lisp \ - || die "Cannot install SLIME core" - elisp-site-file-install "${FILESDIR}"/${PV}/${SITEFILE} \ - || die "elisp-site-file-install failed" - insinto "${CLSOURCEROOT%/}"/swank - doins *.lisp "${FILESDIR}"/${PV}/swank.asd - dodir "${CLSYSTEMROOT}" - dosym "${CLSOURCEROOT%/}"/swank/swank.asd "${CLSYSTEMROOT}" - dosym "${SITELISP}"/${PN}/swank-version.el "${CLSOURCEROOT%/}"/swank - - dodoc README* ChangeLog HACKING NEWS PROBLEMS || die "dodoc failed" - doinfo doc/slime.info - if use doc; then - dodoc doc/slime.{ps,pdf} || die "dodoc failed" - fi -} diff --git a/app-emacs/tempo-snippets/ChangeLog b/app-emacs/tempo-snippets/ChangeLog index 06f5d796dd5d..11326c50d15c 100644 --- a/app-emacs/tempo-snippets/ChangeLog +++ b/app-emacs/tempo-snippets/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/tempo-snippets -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tempo-snippets/ChangeLog,v 1.2 2008/08/11 16:04:22 ulm Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tempo-snippets/ChangeLog,v 1.3 2009/01/29 07:33:07 fauli Exp $ + + 29 Jan 2009; Christian Faulhammer <fauli@gentoo.org> + -tempo-snippets-0.1.4.ebuild: + clean up *tempo-snippets-0.1.5 (11 Aug 2008) diff --git a/app-emacs/tempo-snippets/tempo-snippets-0.1.4.ebuild b/app-emacs/tempo-snippets/tempo-snippets-0.1.4.ebuild deleted file mode 100644 index 11640bef2f15..000000000000 --- a/app-emacs/tempo-snippets/tempo-snippets-0.1.4.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tempo-snippets/tempo-snippets-0.1.4.ebuild,v 1.1 2008/07/30 13:42:20 ulm Exp $ - -NEED_EMACS=22 - -inherit elisp - -DESCRIPTION="Visual insertion of tempo templates" -HOMEPAGE="http://nschum.de/src/emacs/tempo-snippets/ - http://www.emacswiki.org/cgi-bin/wiki/TempoSnippets" -SRC_URI="mirror://gentoo/${P}.el.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -SITEFILE=50${PN}-gentoo.el diff --git a/app-emacs/u-vm-color/ChangeLog b/app-emacs/u-vm-color/ChangeLog index 80984ba5641f..3eced149bbfa 100644 --- a/app-emacs/u-vm-color/ChangeLog +++ b/app-emacs/u-vm-color/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/u-vm-color -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/u-vm-color/ChangeLog,v 1.24 2008/06/14 23:31:15 ulm Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/u-vm-color/ChangeLog,v 1.25 2009/01/29 07:37:35 fauli Exp $ + + 29 Jan 2009; Christian Faulhammer <fauli@gentoo.org> + -files/50u-vm-color-gentoo.el, -u-vm-color-1.7.ebuild: + clean up 14 Jun 2008; Ulrich Mueller <ulm@gentoo.org> u-vm-color-2.10.ebuild: Do not assign SIMPLE_ELISP since elisp.eclass now detects this case diff --git a/app-emacs/u-vm-color/files/50u-vm-color-gentoo.el b/app-emacs/u-vm-color/files/50u-vm-color-gentoo.el deleted file mode 100644 index 14969766ec8d..000000000000 --- a/app-emacs/u-vm-color/files/50u-vm-color-gentoo.el +++ /dev/null @@ -1,9 +0,0 @@ - -;;; u-vm-color site-lisp configuration - -(setq load-path (cons "@SITELISP@" load-path)) -(require 'u-vm-color) -(add-hook 'vm-mode-hook 'u-vm-color-presentation-mode) -(add-hook 'vm-presentation-mode-hook 'u-vm-color-presentation-mode) -(add-hook 'vm-summary-mode-hook 'u-vm-color-summary-mode) - diff --git a/app-emacs/u-vm-color/u-vm-color-1.7.ebuild b/app-emacs/u-vm-color/u-vm-color-1.7.ebuild deleted file mode 100644 index 4e5b065f5346..000000000000 --- a/app-emacs/u-vm-color/u-vm-color-1.7.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/u-vm-color/u-vm-color-1.7.ebuild,v 1.12 2007/10/06 17:38:43 ulm Exp $ - -inherit elisp - -DESCRIPTION="Color schemes for VM" -HOMEPAGE="ftp://ftp.cis.ohio-state.edu/pub/emacs-lisp/archive/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -DEPEND="app-emacs/vm" - -SITEFILE=50${PN}-gentoo.el - -src_compile() { - emacs --batch -f batch-byte-compile --no-site-file --no-init-file *.el -} - -src_install() { - elisp-install ${PN} *.el *.elc - elisp-site-file-install "${FILESDIR}/${SITEFILE}" -} - -pkg_postinst() { - elisp-site-regen - elog "Please see ${SITELISP}/${PN}/u-vm-color.el for the complete documentation." -} - -pkg_postrm() { - elisp-site-regen -} diff --git a/app-emacs/vhdl-mode/Manifest b/app-emacs/vhdl-mode/Manifest index 36e928334779..b54525f98b05 100644 --- a/app-emacs/vhdl-mode/Manifest +++ b/app-emacs/vhdl-mode/Manifest @@ -5,14 +5,16 @@ AUX 50vhdl-mode-gentoo.el 148 RMD160 01e0c04c8e62e33c240c82c07f651224aa247d77 SH AUX vhdl-mode-info-dir-gentoo.patch 522 RMD160 096c77e11a33ac3be68bce5e0d8070fada5c4315 SHA1 753e6b005d3c6f610e9e88b57685c8f0d8415349 SHA256 495736c107f97ab5174d4c024595e55c49ffe71bfb73ed17a32dc40bfcd29af3 DIST vhdl-mode-3.33.22.tar.gz 315488 RMD160 e218874bbe9853a12aaa38f6ddcc44b22afa57fa SHA1 08b4fb676cef70c08148d6aab9a1c2f9a7fe4564 SHA256 0d2ff8f0ab8235e04c16617b30ccfa0003b2aa6830fa5d1345253c47c2318cbc DIST vhdl-mode-3.33.23.tar.gz 316038 RMD160 70998070fa3f608a040b5a0a74f5d4927f38cbdb SHA1 465ae562ffb7c78e7c791d74fc697b8d2aa00b88 SHA256 81f613e88797cbe3074abe997bacea60db7e03baf651a6cd0d5d2a38ee5ac298 +DIST vhdl-mode-3.33.27.tar.gz 321982 RMD160 c44311de0c0e1c4df9b115f2e5ace98c3c774641 SHA1 8ae5c41f906d6d06521e91b3cf7fdeb5c8fafbf3 SHA256 4d599316c1776414ae23e62f53d9ab4a3c7359f88b29117a58ec5ed3302b53eb EBUILD vhdl-mode-3.33.22.ebuild 709 RMD160 c1752c6d58b20f43573fc6737ee9d61f07b14e1d SHA1 7558d9f68e3297e56d9a84a5f2a51b6a4a41e38a SHA256 332d34ef0b354e95680025bf0a8338c22a4c8444508e44b22fc287fa230e1851 EBUILD vhdl-mode-3.33.23.ebuild 709 RMD160 47146d460e53d232ee57ba63a52e9e62860c6fbb SHA1 2339e273976bde3235457f553d4cec9e8582a66d SHA256 b4e7695cfee545a6e100b992e33b3367e5db4f8de713c2221debeb3ec923a108 -MISC ChangeLog 3147 RMD160 54641ea7efc8be1a8035ac443249a10a1718a36d SHA1 1bccd828ec5333f010c4f84d804897e7fe7a941c SHA256 6d5572a680b225b310e09f1e10d6ecbfd53f75298cf89ef12712e4d3f58f7312 +EBUILD vhdl-mode-3.33.27.ebuild 711 RMD160 2e9dc4e4bb845e7c85180081e51d6a023d4fa1d6 SHA1 b861db2bc84d08830be535f5a0060fd3c7356d88 SHA256 55c3fed2d0bc605399b67574305c4887634ac3d784a15c1325e01da56fc24468 +MISC ChangeLog 3283 RMD160 29128497b810337e185b8ac8d9dff67ae1a069e3 SHA1 7eeb4ddae4006a91179f7ef5ea93aab3d801423f SHA256 acdcb5372796d639dd72de333769cc8a8f8014b1c1f92144c5e866491d966254 MISC metadata.xml 158 RMD160 415d172437ca754d24fc5ab186ba8e77934d96e4 SHA1 61f6eff9729cd87a725c2a70c81aca4270a17fc4 SHA256 1393bdef3a74343fdb40a112c7096a1af16f67e7a43413250de28dfe73810eab -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.9 (GNU/Linux) +Version: GnuPG v2.0.9 (GNU/Linux) -iEYEARECAAYFAkf9nXwACgkQOeoy/oIi7uyQqgCg17NMM2925reqCDNU9w1/dnUl -s+AAoNV5H3CmqOyBtQ/scqGa8/FxWOG/ -=otkW +iEYEARECAAYFAkmBXT0ACgkQNQqtfCuFneOz5QCfSlLq3nL6hlqQPrYsvyGNJbos +ftYAni9zt7pjbeXGlAg8NsdoA/1PeLBa +=Gj0c -----END PGP SIGNATURE----- |