diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-06-04 12:21:47 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-06-04 12:21:47 +0000 |
commit | 32ccf85b8051d30dae33bd2420a80870a9c585dc (patch) | |
tree | d4c08d60e789b54a2fec22f0da4160bdcbfc0a11 /app-emacs | |
parent | Add 1.14.07 for testing. Resolves bug 203810. (diff) | |
download | gentoo-2-32ccf85b8051d30dae33bd2420a80870a9c585dc.tar.gz gentoo-2-32ccf85b8051d30dae33bd2420a80870a9c585dc.tar.bz2 gentoo-2-32ccf85b8051d30dae33bd2420a80870a9c585dc.zip |
Remove intermediate version.
(Portage version: 2.2_pre7-r1/cvs/Linux 2.6.25-gentoo-r4 Intel(R) Pentium(R) M processor 1.73GHz)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/ocaml-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/ocaml-mode/ocaml-mode-3.10.0.ebuild | 25 |
2 files changed, 4 insertions, 26 deletions
diff --git a/app-emacs/ocaml-mode/ChangeLog b/app-emacs/ocaml-mode/ChangeLog index 35dd4760af52..484156070cd6 100644 --- a/app-emacs/ocaml-mode/ChangeLog +++ b/app-emacs/ocaml-mode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/ocaml-mode # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.28 2008/02/29 17:08:59 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.29 2008/06/04 12:21:47 ulm Exp $ + + 04 Jun 2008; Ulrich Mueller <ulm@gentoo.org> -ocaml-mode-3.10.0.ebuild: + Remove intermediate version. *ocaml-mode-3.10.2 (29 Feb 2008) diff --git a/app-emacs/ocaml-mode/ocaml-mode-3.10.0.ebuild b/app-emacs/ocaml-mode/ocaml-mode-3.10.0.ebuild deleted file mode 100644 index c16dbc98add4..000000000000 --- a/app-emacs/ocaml-mode/ocaml-mode-3.10.0.ebuild +++ /dev/null @@ -1,25 +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.10.0.ebuild,v 1.6 2007/10/29 14:09:32 flameeyes Exp $ - -inherit elisp - -MY_P=${P/-mode/} - -DESCRIPTION="Emacs mode for OCaml" -HOMEPAGE="http://www.ocaml.org/" -# because versioning scheme is not consistent -SRC_URI="http://caml.inria.fr/distrib/${MY_P/\.0/}/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" - -S="${WORKDIR}/${MY_P}/emacs" -SITEFILE=50${PN}-gentoo.el -DOCS="README README.itz" - -src_compile() { - elisp-comp *.el || die "elisp-comp failed" -} |