public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ml/utop: ChangeLog utop-1.2.ebuild
@ 2012-08-02 12:37 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2012-08-02 12:37 UTC (permalink / raw
  To: gentoo-commits

aballier    12/08/02 12:37:53

  Modified:             ChangeLog
  Added:                utop-1.2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-ml/utop/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/utop/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/utop/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/utop/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/utop/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	30 Mar 2012 11:52:39 -0000	1.1
+++ ChangeLog	2 Aug 2012 12:37:53 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/utop
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/utop/ChangeLog,v 1.1 2012/03/30 11:52:39 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/utop/ChangeLog,v 1.2 2012/08/02 12:37:53 aballier Exp $
+
+*utop-1.2 (02 Aug 2012)
+
+  02 Aug 2012; Alexis Ballier <aballier@gentoo.org> +utop-1.2.ebuild:
+  version bump
 
 *utop-1.1 (30 Mar 2012)
 



1.1                  dev-ml/utop/utop-1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/utop/utop-1.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/utop/utop-1.2.ebuild?rev=1.1&content-type=text/plain

Index: utop-1.2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/utop/utop-1.2.ebuild,v 1.1 2012/08/02 12:37:53 aballier Exp $

EAPI=4

OASIS_BUILD_DOCS=1
inherit oasis elisp-common

DESCRIPTION="A new toplevel for OCaml with completion and colorization"
HOMEPAGE="http://forge.ocamlcore.org/projects/utop/"
SRC_URI="http://forge.ocamlcore.org/frs/download.php/949/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE="emacs"

DEPEND=">=dev-ml/lwt-2.4.0[react]
	>=dev-ml/lambda-term-1.2
	>=dev-ml/zed-1.2
	emacs? ( virtual/emacs )"
RDEPEND="${DEPEND}"

DOCS=( "CHANGES" "README" )
SITEFILE="50${PN}-gentoo.el"

src_prepare() {
	sed -i "s/(\"utop.el.*)//" setup.ml
}

src_compile() {
	oasis_src_compile
	if use emacs; then
		elisp-compile src/top/*.el
	fi
}

src_install() {
	oasis_src_install
	if use emacs; then
		elisp-install "${PN}" src/top/*.el src/top/*.elc || die
		elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
	fi
}

pkg_postinst() {
	use emacs && elisp-site-regen
}

pkg_postrm() {
	use emacs && elisp-site-regen
}





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

* [gentoo-commits] gentoo-x86 commit in dev-ml/utop: ChangeLog utop-1.2.ebuild
@ 2013-03-03 14:38 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2013-03-03 14:38 UTC (permalink / raw
  To: gentoo-commits

aballier    13/03/03 14:38:19

  Modified:             ChangeLog utop-1.2.ebuild
  Log:
  eapi5, use slotdeps and define subslot
  
  (Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.4                  dev-ml/utop/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/utop/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/utop/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/utop/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/utop/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	7 Aug 2012 16:39:04 -0000	1.3
+++ ChangeLog	3 Mar 2013 14:38:19 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/utop
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/utop/ChangeLog,v 1.3 2012/08/07 16:39:04 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/utop/ChangeLog,v 1.4 2013/03/03 14:38:19 aballier Exp $
+
+  03 Mar 2013; Alexis Ballier <aballier@gentoo.org> utop-1.2.ebuild:
+  eapi5, use slotdeps and define subslot
 
   07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -utop-1.1.ebuild:
   remove old



1.2                  dev-ml/utop/utop-1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/utop/utop-1.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/utop/utop-1.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/utop/utop-1.2.ebuild?r1=1.1&r2=1.2

Index: utop-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/utop/utop-1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- utop-1.2.ebuild	2 Aug 2012 12:37:53 -0000	1.1
+++ utop-1.2.ebuild	3 Mar 2013 14:38:19 -0000	1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/utop/utop-1.2.ebuild,v 1.1 2012/08/02 12:37:53 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/utop/utop-1.2.ebuild,v 1.2 2013/03/03 14:38:19 aballier Exp $
 
-EAPI=4
+EAPI=5
 
 OASIS_BUILD_DOCS=1
 inherit oasis elisp-common
@@ -12,13 +12,13 @@
 SRC_URI="http://forge.ocamlcore.org/frs/download.php/949/${P}.tar.gz"
 
 LICENSE="BSD"
-SLOT="0"
+SLOT="0/${PV}"
 KEYWORDS="~amd64"
 IUSE="emacs"
 
-DEPEND=">=dev-ml/lwt-2.4.0[react]
-	>=dev-ml/lambda-term-1.2
-	>=dev-ml/zed-1.2
+DEPEND=">=dev-ml/lwt-2.4.0:=[react]
+	>=dev-ml/lambda-term-1.2:=
+	>=dev-ml/zed-1.2:=
 	emacs? ( virtual/emacs )"
 RDEPEND="${DEPEND}"
 





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

* [gentoo-commits] gentoo-x86 commit in dev-ml/utop: ChangeLog utop-1.2.ebuild
@ 2013-08-19 13:59 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2013-08-19 13:59 UTC (permalink / raw
  To: gentoo-commits

aballier    13/08/19 13:59:10

  Modified:             ChangeLog
  Removed:              utop-1.2.ebuild
  Log:
  remove old
  
  (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.6                  dev-ml/utop/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/utop/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/utop/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/utop/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/utop/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	22 Jul 2013 12:31:51 -0000	1.5
+++ ChangeLog	19 Aug 2013 13:59:10 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/utop
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/utop/ChangeLog,v 1.5 2013/07/22 12:31:51 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/utop/ChangeLog,v 1.6 2013/08/19 13:59:10 aballier Exp $
+
+  19 Aug 2013; Alexis Ballier <aballier@gentoo.org> -utop-1.2.ebuild:
+  remove old
 
 *utop-1.5 (22 Jul 2013)
 





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

end of thread, other threads:[~2013-08-19 13:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-19 13:59 [gentoo-commits] gentoo-x86 commit in dev-ml/utop: ChangeLog utop-1.2.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2013-03-03 14:38 Alexis Ballier (aballier)
2012-08-02 12:37 Alexis Ballier (aballier)

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