summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-01-29 02:39:46 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-01-29 02:39:46 +0000
commit016172f24d67790cd4848a421bb0c4cdb4b42f91 (patch)
tree6a7288d1eb3e63ad99e630bbcbc72e4d2ff5cb5e /app-emacs
parentEAPI=2; add use-based dep (diff)
downloadhistorical-016172f24d67790cd4848a421bb0c4cdb4b42f91.tar.gz
historical-016172f24d67790cd4848a421bb0c4cdb4b42f91.tar.bz2
historical-016172f24d67790cd4848a421bb0c4cdb4b42f91.zip
clean up
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 i686
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/matlab/ChangeLog8
-rw-r--r--app-emacs/matlab/files/50matlab-gentoo.el12
-rw-r--r--app-emacs/matlab/matlab-2.2.3.ebuild16
-rw-r--r--app-emacs/mic-paren/ChangeLog8
-rw-r--r--app-emacs/mic-paren/mic-paren-3.7.ebuild17
-rw-r--r--app-emacs/mpg123-el/ChangeLog8
-rw-r--r--app-emacs/mpg123-el/mpg123-el-1.47.ebuild39
-rw-r--r--app-emacs/mu-cite/ChangeLog8
-rw-r--r--app-emacs/mu-cite/mu-cite-8.1_p20020225.ebuild27
-rw-r--r--app-emacs/ngnus/ChangeLog7
-rw-r--r--app-emacs/ngnus/ngnus-0.6.ebuild46
-rw-r--r--app-emacs/nxml-gentoo-schemas/ChangeLog8
-rw-r--r--app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20080301.ebuild37
-rw-r--r--app-emacs/paredit/ChangeLog8
-rw-r--r--app-emacs/paredit/paredit-20-r1.ebuild22
15 files changed, 41 insertions, 230 deletions
diff --git a/app-emacs/matlab/ChangeLog b/app-emacs/matlab/ChangeLog
index 556242e8cd4e..4b9a0a036de0 100644
--- a/app-emacs/matlab/ChangeLog
+++ b/app-emacs/matlab/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/matlab
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/ChangeLog,v 1.17 2008/08/27 13:26:37 ulm Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/ChangeLog,v 1.18 2009/01/29 02:23:48 fauli Exp $
+
+ 29 Jan 2009; Christian Faulhammer <fauli@gentoo.org>
+ -files/50matlab-gentoo.el, -matlab-2.2.3.ebuild:
+ clean up
27 Aug 2008; Ulrich Mueller <ulm@gentoo.org>
matlab-3.1.0_pre20070306.ebuild:
diff --git a/app-emacs/matlab/files/50matlab-gentoo.el b/app-emacs/matlab/files/50matlab-gentoo.el
deleted file mode 100644
index 818161ec3e5a..000000000000
--- a/app-emacs/matlab/files/50matlab-gentoo.el
+++ /dev/null
@@ -1,12 +0,0 @@
-
-;;; matlab site-lisp configuration
-
-(add-to-list 'load-path "@SITELISP@")
-
-(autoload 'matlab-mode "matlab" "Enter Matlab mode." t)
-(setq auto-mode-alist (cons '("\\.m\\'" . matlab-mode) auto-mode-alist))
-(autoload 'matlab-shell "matlab" "Interactive Matlab mode." t)
-
-(autoload 'tlc-mode "tlc" "tlc Editing Mode" t)
-(add-to-list 'auto-mode-alist '("\\.tlc$" . tlc-mode))
-(setq tlc-indent-function t)
diff --git a/app-emacs/matlab/matlab-2.2.3.ebuild b/app-emacs/matlab/matlab-2.2.3.ebuild
deleted file mode 100644
index e58f9c5e37c5..000000000000
--- a/app-emacs/matlab/matlab-2.2.3.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/matlab/matlab-2.2.3.ebuild,v 1.13 2007/12/18 13:15:59 ulm Exp $
-
-inherit elisp
-
-DESCRIPTION="Major modes for MATLAB dot-m and dot-tlc files"
-HOMEPAGE="http://matlab-emacs.sourceforge.net/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc sparc x86"
-IUSE=""
-
-SITEFILE=50${PN}-gentoo.el
diff --git a/app-emacs/mic-paren/ChangeLog b/app-emacs/mic-paren/ChangeLog
index e16e450ca688..cf531f4b2b58 100644
--- a/app-emacs/mic-paren/ChangeLog
+++ b/app-emacs/mic-paren/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/mic-paren
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/mic-paren/ChangeLog,v 1.6 2008/06/14 23:27:42 ulm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/mic-paren/ChangeLog,v 1.7 2009/01/29 02:26:53 fauli Exp $
+
+ 29 Jan 2009; Christian Faulhammer <fauli@gentoo.org>
+ -mic-paren-3.7.ebuild:
+ clean up
14 Jun 2008; Ulrich Mueller <ulm@gentoo.org> mic-paren-3.7.ebuild,
mic-paren-3.8.ebuild:
diff --git a/app-emacs/mic-paren/mic-paren-3.7.ebuild b/app-emacs/mic-paren/mic-paren-3.7.ebuild
deleted file mode 100644
index 4a6bf4763223..000000000000
--- a/app-emacs/mic-paren/mic-paren-3.7.ebuild
+++ /dev/null
@@ -1,17 +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/mic-paren/mic-paren-3.7.ebuild,v 1.4 2008/06/14 23:27:42 ulm Exp $
-
-inherit elisp
-
-DESCRIPTION="Advanced highlighting of matching parentheses"
-HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/MicParen
- http://user.it.uu.se/~mic/emacs.shtml"
-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/mpg123-el/ChangeLog b/app-emacs/mpg123-el/ChangeLog
index 922df8c07d51..472a49461f2f 100644
--- a/app-emacs/mpg123-el/ChangeLog
+++ b/app-emacs/mpg123-el/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/mpg123-el
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v 1.14 2008/01/14 19:24:40 angelos Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/mpg123-el/ChangeLog,v 1.15 2009/01/29 02:30:36 fauli Exp $
+
+ 29 Jan 2009; Christian Faulhammer <fauli@gentoo.org>
+ -mpg123-el-1.47.ebuild:
+ clean up
14 Jan 2008; Christoph Mende <angelos@gentoo.org> mpg123-el-1.50.ebuild:
Stable on amd64 wrt bug #204003
diff --git a/app-emacs/mpg123-el/mpg123-el-1.47.ebuild b/app-emacs/mpg123-el/mpg123-el-1.47.ebuild
deleted file mode 100644
index 2af182a0b0ca..000000000000
--- a/app-emacs/mpg123-el/mpg123-el-1.47.ebuild
+++ /dev/null
@@ -1,39 +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/mpg123-el/mpg123-el-1.47.ebuild,v 1.4 2007/10/07 07:40:38 ulm Exp $
-
-inherit elisp toolchain-funcs
-
-DESCRIPTION="Emacs front-end to mpg123 audio player and OggVorbis audio player"
-HOMEPAGE="http://www.gentei.org/~yuuji/software/mpg123el/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE="vorbis"
-
-DEPEND=""
-RDEPEND="${DEPEND}
- virtual/mpg123
- media-sound/aumix
- vorbis? ( media-sound/vorbis-tools )"
-
-SITEFILE=50${PN}-gentoo.el
-
-src_compile(){
- sed -i -e "s/\(mainloop:\)/\1 ;/" tagput.c || die
- $(tc-getCC) ${CFLAGS} -o tagput tagput.c || die
- $(tc-getCC) ${CFLAGS} -o id3put id3put.c || die
- elisp-compile *.el
-}
-
-src_install(){
- dobin tagput || die
- dobin id3put || die
-
- elisp-install ${PN} *.el *.elc
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-
- dodoc README
-}
diff --git a/app-emacs/mu-cite/ChangeLog b/app-emacs/mu-cite/ChangeLog
index b71c9a279c2f..740263e81bb2 100644
--- a/app-emacs/mu-cite/ChangeLog
+++ b/app-emacs/mu-cite/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/mu-cite
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/mu-cite/ChangeLog,v 1.6 2007/09/23 18:20:16 ulm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/mu-cite/ChangeLog,v 1.7 2009/01/29 02:32:09 fauli Exp $
+
+ 29 Jan 2009; Christian Faulhammer <fauli@gentoo.org>
+ -mu-cite-8.1_p20020225.ebuild:
+ clean up
*mu-cite-8.1_p20070903 (23 Sep 2007)
diff --git a/app-emacs/mu-cite/mu-cite-8.1_p20020225.ebuild b/app-emacs/mu-cite/mu-cite-8.1_p20020225.ebuild
deleted file mode 100644
index 2513100487f1..000000000000
--- a/app-emacs/mu-cite/mu-cite-8.1_p20020225.ebuild
+++ /dev/null
@@ -1,27 +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/mu-cite/mu-cite-8.1_p20020225.ebuild,v 1.6 2007/09/23 18:20:16 ulm Exp $
-
-inherit elisp
-
-MY_P="${PN}-200202250931"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="Message citation utilities for emacsen"
-HOMEPAGE="http://www.jpl.org/elips/mu/"
-SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="app-emacs/apel
- virtual/flim"
-IUSE=""
-
-SITEFILE="50mu-cite-gentoo.el"
-DOCS="ChangeLog NEWS README.en"
-
-src_compile() {
- emake EMACS=emacs || die "emake failed"
-}
diff --git a/app-emacs/ngnus/ChangeLog b/app-emacs/ngnus/ChangeLog
index 2b36262d3ae2..085dfe0f245e 100644
--- a/app-emacs/ngnus/ChangeLog
+++ b/app-emacs/ngnus/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/ngnus
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/ngnus/ChangeLog,v 1.4 2008/04/18 06:26:34 ulm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ngnus/ChangeLog,v 1.5 2009/01/29 02:34:38 fauli Exp $
+
+ 29 Jan 2009; Christian Faulhammer <fauli@gentoo.org> -ngnus-0.6.ebuild:
+ clean up
*ngnus-0.8 (18 Apr 2008)
diff --git a/app-emacs/ngnus/ngnus-0.6.ebuild b/app-emacs/ngnus/ngnus-0.6.ebuild
deleted file mode 100644
index ac64a6271080..000000000000
--- a/app-emacs/ngnus/ngnus-0.6.ebuild
+++ /dev/null
@@ -1,46 +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/ngnus/ngnus-0.6.ebuild,v 1.3 2007/12/01 16:09:49 ulm Exp $
-
-inherit elisp
-
-DESCRIPTION="Current alpha branch of the Gnus news- and mail-reader"
-HOMEPAGE="http://gnus.org/"
-SRC_URI="http://gnus.org/dist/${P}.tar.gz"
-
-LICENSE="GPL-2 FDL-1.2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~alpha ~sparc ~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="!app-emacs/gnus
- !app-emacs/gnus-cvs"
-
-SITEFILE=70${PN}-gentoo.el
-
-src_compile() {
- econf \
- --with-emacs --without-w3 --without-url \
- --with-lispdir=${SITELISP}/${PN} \
- --with-etcdir=${SITEETC} \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- einstall \
- lispdir="${D}${SITELISP}/${PN}" \
- etcdir="${D}${SITEETC}" \
- || die "einstall failed"
-
- # fix info documentation
- for i in "${D}"/usr/share/info/*; do
- mv "${i}" "${i}".info || die "mv info failed"
- done
-
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
- || die "elisp-site-file-install failed"
-
- dodoc ChangeLog GNUS-NEWS README todo || die "dodoc failed"
-}
diff --git a/app-emacs/nxml-gentoo-schemas/ChangeLog b/app-emacs/nxml-gentoo-schemas/ChangeLog
index 57e271b1f604..b4dc24b2a9a2 100644
--- a/app-emacs/nxml-gentoo-schemas/ChangeLog
+++ b/app-emacs/nxml-gentoo-schemas/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/nxml-gentoo-schemas
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-gentoo-schemas/ChangeLog,v 1.15 2008/04/05 21:10:09 flameeyes Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/nxml-gentoo-schemas/ChangeLog,v 1.16 2009/01/29 02:35:57 fauli Exp $
+
+ 29 Jan 2009; Christian Faulhammer <fauli@gentoo.org>
+ -nxml-gentoo-schemas-20080301.ebuild:
+ clean up
*nxml-gentoo-schemas-20080405 (05 Apr 2008)
diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20080301.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20080301.ebuild
deleted file mode 100644
index 02578a426fdf..000000000000
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20080301.ebuild
+++ /dev/null
@@ -1,37 +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/nxml-gentoo-schemas/nxml-gentoo-schemas-20080301.ebuild,v 1.2 2008/03/01 14:13:54 ulm Exp $
-
-inherit elisp
-
-DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
-HOMEPAGE="http://blog.flameeyes.eu/"
-SRC_URI="http://www.flameeyes.eu/files/${P}.tar.bz2"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="|| ( >=app-emacs/nxml-mode-20041004-r3 >=virtual/emacs-23 )"
-
-SITEFILE=60${PN}-gentoo.el
-
-src_compile() { :; }
-
-src_install() {
- insinto ${SITEETC}/${PN}
- doins schemas.xml *.rnc || die "install failed"
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
- dodoc DONATING
-}
-
-pkg_postinst () {
- elisp-site-regen
-
- if [ $(emacs -batch -q --eval "(princ (fboundp 'nxml-mode))") = nil ]; then
- ewarn "This package needs nxml-mode. You should either install"
- ewarn "app-emacs/nxml-mode, or use \"eselect emacs\" to select"
- ewarn "an Emacs version >= 23."
- fi
-}
diff --git a/app-emacs/paredit/ChangeLog b/app-emacs/paredit/ChangeLog
index acf9537c98cb..ea1256bc993c 100644
--- a/app-emacs/paredit/ChangeLog
+++ b/app-emacs/paredit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/paredit
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/paredit/ChangeLog,v 1.8 2008/07/25 22:15:32 ulm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/paredit/ChangeLog,v 1.9 2009/01/29 02:39:46 fauli Exp $
+
+ 29 Jan 2009; Christian Faulhammer <fauli@gentoo.org>
+ -paredit-20-r1.ebuild:
+ clean up
*paredit-21 (25 Jul 2008)
diff --git a/app-emacs/paredit/paredit-20-r1.ebuild b/app-emacs/paredit/paredit-20-r1.ebuild
deleted file mode 100644
index 6300247e12b1..000000000000
--- a/app-emacs/paredit/paredit-20-r1.ebuild
+++ /dev/null
@@ -1,22 +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/paredit/paredit-20-r1.ebuild,v 1.2 2008/07/06 15:36:20 ulm Exp $
-
-inherit elisp
-
-DESCRIPTION="Minor mode for performing structured editing of S-expressions"
-HOMEPAGE="http://mumble.net/~campbell/emacs/
- http://www.emacswiki.org/cgi-bin/wiki/ParEdit"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-SITEFILE=50${PN}-gentoo.el
-
-src_install() {
- elisp_src_install
- dohtml *.html
-}