summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-emacs/riece/ChangeLog5
-rw-r--r--app-emacs/riece/files/digest-riece-1.0.7b3
-rw-r--r--app-emacs/riece/riece-1.0.7b.ebuild30
-rw-r--r--app-emacs/ruby-mode/ChangeLog5
-rw-r--r--app-emacs/ruby-mode/files/digest-ruby-mode-1.8.23
-rw-r--r--app-emacs/ruby-mode/ruby-mode-1.8.2.ebuild22
-rw-r--r--app-emacs/sml-mode/ChangeLog6
-rw-r--r--app-emacs/sml-mode/files/50sml-mode-gentoo.el2
-rw-r--r--app-emacs/sml-mode/files/digest-sml-mode-3.9.53
-rw-r--r--app-emacs/sml-mode/sml-mode-3.9.5.ebuild31
10 files changed, 13 insertions, 97 deletions
diff --git a/app-emacs/riece/ChangeLog b/app-emacs/riece/ChangeLog
index d31e2209bff3..5d7f87bae11f 100644
--- a/app-emacs/riece/ChangeLog
+++ b/app-emacs/riece/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/riece
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/riece/ChangeLog,v 1.57 2007/11/16 00:08:22 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/riece/ChangeLog,v 1.58 2007/11/16 07:27:43 ulm Exp $
+
+ 16 Nov 2007; Ulrich Mueller <ulm@gentoo.org> -riece-1.0.7b.ebuild:
+ Remove old.
16 Nov 2007; Steve Dibb <beandog@gentoo.org> riece-3.1.2.ebuild:
amd64 stable, bug 195167
diff --git a/app-emacs/riece/files/digest-riece-1.0.7b b/app-emacs/riece/files/digest-riece-1.0.7b
deleted file mode 100644
index f696199520a6..000000000000
--- a/app-emacs/riece/files/digest-riece-1.0.7b
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 782e199908e583216822550ffc705813 riece-1.0.7b.tar.gz 353765
-RMD160 bfe038090d2a86243facd1078a388ae012231ef0 riece-1.0.7b.tar.gz 353765
-SHA256 da5ea2cc0b4ddcda3395ccdce7d3edea730d434fe5f348b85664706eb36c7047 riece-1.0.7b.tar.gz 353765
diff --git a/app-emacs/riece/riece-1.0.7b.ebuild b/app-emacs/riece/riece-1.0.7b.ebuild
deleted file mode 100644
index dc7623fe0818..000000000000
--- a/app-emacs/riece/riece-1.0.7b.ebuild
+++ /dev/null
@@ -1,30 +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-1.0.7b.ebuild,v 1.8 2007/10/07 16:30:49 ulm Exp $
-
-inherit elisp
-
-S="${WORKDIR}/${P/b/}"
-
-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="x86 alpha ppc ppc64 amd64"
-IUSE=""
-
-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 ChangeLog INSTALL NEWS README
-}
diff --git a/app-emacs/ruby-mode/ChangeLog b/app-emacs/ruby-mode/ChangeLog
index b220dbad0565..49fb4c9f5f79 100644
--- a/app-emacs/ruby-mode/ChangeLog
+++ b/app-emacs/ruby-mode/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/ruby-mode
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/ruby-mode/ChangeLog,v 1.35 2007/11/16 00:11:51 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ruby-mode/ChangeLog,v 1.36 2007/11/16 07:32:02 ulm Exp $
+
+ 16 Nov 2007; Ulrich Mueller <ulm@gentoo.org> -ruby-mode-1.8.2.ebuild:
+ Remove old.
16 Nov 2007; Steve Dibb <beandog@gentoo.org> ruby-mode-1.8.6.ebuild:
amd64 stable, bug 198532
diff --git a/app-emacs/ruby-mode/files/digest-ruby-mode-1.8.2 b/app-emacs/ruby-mode/files/digest-ruby-mode-1.8.2
deleted file mode 100644
index ebdc22296829..000000000000
--- a/app-emacs/ruby-mode/files/digest-ruby-mode-1.8.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 8ffc79d96f336b80f2690a17601dea9b ruby-1.8.2.tar.gz 3627349
-RMD160 fc4dcdc2dda9bfbcf8ca19ca090aa55a18ea06a4 ruby-1.8.2.tar.gz 3627349
-SHA256 34cf95791323c96dc92c672c16daaef69f00a0ba69e1c43bab893ae38b7eeb3e ruby-1.8.2.tar.gz 3627349
diff --git a/app-emacs/ruby-mode/ruby-mode-1.8.2.ebuild b/app-emacs/ruby-mode/ruby-mode-1.8.2.ebuild
deleted file mode 100644
index 14420f6666fc..000000000000
--- a/app-emacs/ruby-mode/ruby-mode-1.8.2.ebuild
+++ /dev/null
@@ -1,22 +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/ruby-mode/ruby-mode-1.8.2.ebuild,v 1.6 2007/07/04 06:04:58 ulm Exp $
-
-inherit elisp
-
-DESCRIPTION="Emacs major mode for editing Ruby code"
-HOMEPAGE="http://www.ruby-lang.org/"
-SRC_URI="mirror://ruby/ruby-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 alpha ppc amd64"
-IUSE=""
-
-SITEFILE=50${PN}-gentoo.el
-
-S="${WORKDIR}/ruby-${PV}/misc"
-
-src_compile() {
- elisp-comp *.el || die
-}
diff --git a/app-emacs/sml-mode/ChangeLog b/app-emacs/sml-mode/ChangeLog
index 1d4cbfbcb5ff..17c537c88980 100644
--- a/app-emacs/sml-mode/ChangeLog
+++ b/app-emacs/sml-mode/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/sml-mode
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/ChangeLog,v 1.15 2007/11/16 00:06:37 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/ChangeLog,v 1.16 2007/11/16 07:36:00 ulm Exp $
+
+ 16 Nov 2007; Ulrich Mueller <ulm@gentoo.org> -files/50sml-mode-gentoo.el,
+ -sml-mode-3.9.5.ebuild:
+ Remove old.
16 Nov 2007; Steve Dibb <beandog@gentoo.org> sml-mode-4.0.ebuild:
amd64 stable, bug 195116
diff --git a/app-emacs/sml-mode/files/50sml-mode-gentoo.el b/app-emacs/sml-mode/files/50sml-mode-gentoo.el
deleted file mode 100644
index 7c52fef2f427..000000000000
--- a/app-emacs/sml-mode/files/50sml-mode-gentoo.el
+++ /dev/null
@@ -1,2 +0,0 @@
-
-(add-to-list 'load-path "@SITELISP@")
diff --git a/app-emacs/sml-mode/files/digest-sml-mode-3.9.5 b/app-emacs/sml-mode/files/digest-sml-mode-3.9.5
deleted file mode 100644
index 5b8c825d86c7..000000000000
--- a/app-emacs/sml-mode/files/digest-sml-mode-3.9.5
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 6496ac75c6db10b4ee34ba03a04375be sml-mode-3.9.5.tar.gz 61639
-RMD160 42655c0ce29d42aba1b65305704c051ccf27304d sml-mode-3.9.5.tar.gz 61639
-SHA256 cb06bb8abd82a9545b95bad71a42cc8a70d5ed464a9a7aa94600d326832333cd sml-mode-3.9.5.tar.gz 61639
diff --git a/app-emacs/sml-mode/sml-mode-3.9.5.ebuild b/app-emacs/sml-mode/sml-mode-3.9.5.ebuild
deleted file mode 100644
index 5da95fcdea28..000000000000
--- a/app-emacs/sml-mode/sml-mode-3.9.5.ebuild
+++ /dev/null
@@ -1,31 +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/sml-mode/sml-mode-3.9.5.ebuild,v 1.11 2007/10/08 14:38:32 opfer Exp $
-
-inherit elisp
-
-DESCRIPTION="Emacs major mode for editing Standard ML"
-HOMEPAGE="http://www.iro.umontreal.ca/~monnier/elisp/"
-SRC_URI="http://www.iro.umontreal.ca/~monnier/elisp/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 x86"
-IUSE=""
-
-SITEFILE=50sml-mode-gentoo.el
-
-src_unpack() {
- unpack ${A}
- cat "${FILESDIR}/${SITEFILE}" "${S}/sml-mode-startup.el" >"${WORKDIR}/${SITEFILE}"
-}
-
-src_compile() {
- make || die
-}
-
-src_install() {
- elisp-install ${PN} *.el *.elc
- elisp-site-file-install "${WORKDIR}/${SITEFILE}"
- doinfo *.info*
- dodoc BUGS ChangeLog NEWS README TODO INSTALL
-}