summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-11-14 07:50:21 +0000
committerUlrich Müller <ulm@gentoo.org>2007-11-14 07:50:21 +0000
commit88546683dc0edde6f4896bb180fcda0542d99e59 (patch)
tree0fc0c8cadcc1c62c93c668b1d0a8482d52a69488 /app-emacs/ocaml-mode
parentremoving bogus blocker on sys-devel/gcc (diff)
downloadgentoo-2-88546683dc0edde6f4896bb180fcda0542d99e59.tar.gz
gentoo-2-88546683dc0edde6f4896bb180fcda0542d99e59.tar.bz2
gentoo-2-88546683dc0edde6f4896bb180fcda0542d99e59.zip
Stable on amd64, bug #195095. Remove old.
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-emacs/ocaml-mode')
-rw-r--r--app-emacs/ocaml-mode/ChangeLog6
-rw-r--r--app-emacs/ocaml-mode/files/digest-ocaml-mode-3.073
-rw-r--r--app-emacs/ocaml-mode/files/digest-ocaml-mode-3.08.13
-rw-r--r--app-emacs/ocaml-mode/ocaml-mode-3.07.ebuild45
-rw-r--r--app-emacs/ocaml-mode/ocaml-mode-3.08.1.ebuild29
-rw-r--r--app-emacs/ocaml-mode/ocaml-mode-3.09.3-r1.ebuild4
6 files changed, 7 insertions, 83 deletions
diff --git a/app-emacs/ocaml-mode/ChangeLog b/app-emacs/ocaml-mode/ChangeLog
index 4699d4d99cc7..44b40578bb4c 100644
--- a/app-emacs/ocaml-mode/ChangeLog
+++ b/app-emacs/ocaml-mode/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/ocaml-mode
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.23 2007/10/29 14:09:32 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.24 2007/11/14 07:50:20 ulm Exp $
+
+ 14 Nov 2007; Ulrich Mueller <ulm@gentoo.org> -ocaml-mode-3.07.ebuild,
+ -ocaml-mode-3.08.1.ebuild, ocaml-mode-3.09.3-r1.ebuild:
+ Stable on amd64, bug #195095. Remove old.
29 Oct 2007; Diego Pettenò <flameeyes@gentoo.org>
ocaml-mode-3.09.3-r1.ebuild, ocaml-mode-3.10.0.ebuild:
diff --git a/app-emacs/ocaml-mode/files/digest-ocaml-mode-3.07 b/app-emacs/ocaml-mode/files/digest-ocaml-mode-3.07
deleted file mode 100644
index ee04720db993..000000000000
--- a/app-emacs/ocaml-mode/files/digest-ocaml-mode-3.07
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 2dd038055f5e1350078ad81270411b78 ocaml-3.07.tar.gz 2537449
-RMD160 3e9e3f0c1a3a4afb40cf4f6a8b8958ca71539268 ocaml-3.07.tar.gz 2537449
-SHA256 f6bee46311906849dd6958e196ee39f42c4f8713e8c5f1b7763c8971ba1756d6 ocaml-3.07.tar.gz 2537449
diff --git a/app-emacs/ocaml-mode/files/digest-ocaml-mode-3.08.1 b/app-emacs/ocaml-mode/files/digest-ocaml-mode-3.08.1
deleted file mode 100644
index 90137b2bdda5..000000000000
--- a/app-emacs/ocaml-mode/files/digest-ocaml-mode-3.08.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 dbe9defdf7491854e8ec852bee367307 ocaml-3.08.1.tar.bz2 2050084
-RMD160 4c06876304890cab020ff1a7ffc0cbcbd86a1b6f ocaml-3.08.1.tar.bz2 2050084
-SHA256 b8a31dc75521e172beffbd896bc4003635ae3abfb82ff3636d0c332d220caedc ocaml-3.08.1.tar.bz2 2050084
diff --git a/app-emacs/ocaml-mode/ocaml-mode-3.07.ebuild b/app-emacs/ocaml-mode/ocaml-mode-3.07.ebuild
deleted file mode 100644
index 3e7fa985ad9e..000000000000
--- a/app-emacs/ocaml-mode/ocaml-mode-3.07.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.07.ebuild,v 1.8 2005/07/10 19:58:23 swegener Exp $
-
-inherit elisp
-
-MY_P=${P/-mode/}
-
-DESCRIPTION="Emacs mode for OCaml"
-HOMEPAGE="http://www.ocaml.org/"
-SRC_URI="http://caml.inria.fr/distrib/${MY_P}/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc amd64"
-IUSE=""
-
-DEPEND="virtual/emacs"
-
-S="${WORKDIR}/${MY_P}/emacs"
-
-src_compile() {
- COMPILECMD='(progn
- (setq load-path (cons "." load-path))
- (byte-compile-file "caml-xemacs.el")
- (byte-compile-file "caml-emacs.el")
- (byte-compile-file "caml.el")
- (byte-compile-file "inf-caml.el")
- (byte-compile-file "caml-help.el")
- (byte-compile-file "camldebug.el"))'
- emacs -batch -eval "${COMPILECMD}"
-}
-
-src_install() {
- elisp-install ${PN} *.el *.elc
- elisp-site-file-install ${FILESDIR}/50ocaml-mode-gentoo.el
-}
-
-pkg_postinst() {
- elisp-site-regen
-}
-
-pkg_postrm() {
- elisp-site-regen
-}
diff --git a/app-emacs/ocaml-mode/ocaml-mode-3.08.1.ebuild b/app-emacs/ocaml-mode/ocaml-mode-3.08.1.ebuild
deleted file mode 100644
index e68751d60815..000000000000
--- a/app-emacs/ocaml-mode/ocaml-mode-3.08.1.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/ocaml-mode/ocaml-mode-3.08.1.ebuild,v 1.4 2007/05/12 09:04:34 ulm Exp $
-
-inherit elisp
-
-MY_P=${P/-mode/}
-
-DESCRIPTION="Emacs mode for OCaml"
-HOMEPAGE="http://www.ocaml.org/"
-SRC_URI="http://caml.inria.fr/distrib/${MY_P}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}/emacs"
-SITEFILE=50${PN}-gentoo.el
-
-src_compile() {
- elisp-comp *.el || die "elisp-comp failed"
-}
-
-src_install() {
- elisp-install ${PN} *.el *.elc
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
- dodoc README README.itz || die "dodoc failed"
-}
diff --git a/app-emacs/ocaml-mode/ocaml-mode-3.09.3-r1.ebuild b/app-emacs/ocaml-mode/ocaml-mode-3.09.3-r1.ebuild
index 5a9009dcef61..93557f5bc14a 100644
--- a/app-emacs/ocaml-mode/ocaml-mode-3.09.3-r1.ebuild
+++ b/app-emacs/ocaml-mode/ocaml-mode-3.09.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.09.3-r1.ebuild,v 1.10 2007/10/29 14:09:32 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.09.3-r1.ebuild,v 1.11 2007/11/14 07:50:20 ulm Exp $
inherit elisp
@@ -12,7 +12,7 @@ SRC_URI="http://caml.inria.fr/distrib/${MY_P}/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
IUSE=""
S="${WORKDIR}/${MY_P}/emacs"