public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emacs/ocaml-mode: ChangeLog ocaml-mode-3.10.2.ebuild
@ 2008-02-29 17:09 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2008-02-29 17:09 UTC (permalink / raw
  To: gentoo-commits

ulm         08/02/29 17:09:00

  Modified:             ChangeLog
  Added:                ocaml-mode-3.10.2.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.28                 app-emacs/ocaml-mode/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ocaml-mode/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ocaml-mode/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ocaml-mode/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	27 Nov 2007 14:31:31 -0000	1.27
+++ ChangeLog	29 Feb 2008 17:08:59 -0000	1.28
@@ -1,6 +1,11 @@
 # 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.27 2007/11/27 14:31:31 armin76 Exp $
+# 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 $
+
+*ocaml-mode-3.10.2 (29 Feb 2008)
+
+  29 Feb 2008; Ulrich Mueller <ulm@gentoo.org> +ocaml-mode-3.10.2.ebuild:
+  Version bump.
 
   27 Nov 2007; Raúl Porcel <armin76@gentoo.org>
   ocaml-mode-3.09.3-r1.ebuild:



1.1                  app-emacs/ocaml-mode/ocaml-mode-3.10.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.10.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.10.2.ebuild?rev=1.1&content-type=text/plain

Index: ocaml-mode-3.10.2.ebuild
===================================================================
# Copyright 1999-2008 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.2.ebuild,v 1.1 2008/02/29 17:08:59 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="~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"
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-emacs/ocaml-mode: ChangeLog ocaml-mode-3.10.2.ebuild
@ 2011-03-05 20:43 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-03-05 20:43 UTC (permalink / raw
  To: gentoo-commits

ulm         11/03/05 20:43:00

  Modified:             ChangeLog
  Removed:              ocaml-mode-3.10.2.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.47                 app-emacs/ocaml-mode/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ocaml-mode/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ocaml-mode/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ocaml-mode/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	5 Mar 2011 20:16:37 -0000	1.46
+++ ChangeLog	5 Mar 2011 20:43:00 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/ocaml-mode
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.46 2011/03/05 20:16:37 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.47 2011/03/05 20:43:00 ulm Exp $
+
+  05 Mar 2011; Ulrich Mueller <ulm@gentoo.org> -ocaml-mode-3.10.2.ebuild:
+  Remove old.
 
   05 Mar 2011; Joseph Jezak <josejx@gentoo.org> ocaml-mode-3.11.2.ebuild:
   Marked ppc stable for bug #272454.






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-03-05 20:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-05 20:43 [gentoo-commits] gentoo-x86 commit in app-emacs/ocaml-mode: ChangeLog ocaml-mode-3.10.2.ebuild Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2008-02-29 17:09 Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox