public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ml/deriving: deriving-0.7.ebuild ChangeLog
@ 2014-10-29 14:22 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2014-10-29 14:22 UTC (permalink / raw
  To: gentoo-commits

aballier    14/10/29 14:22:34

  Modified:             ChangeLog
  Added:                deriving-0.7.ebuild
  Log:
  version bump
  
  Signed-off-by: aballier@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.5                  dev-ml/deriving/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/deriving/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	23 Oct 2014 10:51:37 -0000	1.4
+++ ChangeLog	29 Oct 2014 14:22:34 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/deriving
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/deriving/ChangeLog,v 1.4 2014/10/23 10:51:37 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/deriving/ChangeLog,v 1.5 2014/10/29 14:22:34 aballier Exp $
+
+*deriving-0.7 (29 Oct 2014)
+
+  29 Oct 2014; Alexis Ballier <aballier@gentoo.org> +deriving-0.7.ebuild:
+  version bump
 
   23 Oct 2014; Alexis Ballier <aballier@gentoo.org> deriving-0.6.2.ebuild:
   add missing oasis dep



1.1                  dev-ml/deriving/deriving-0.7.ebuild

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

Index: deriving-0.7.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/deriving/deriving-0.7.ebuild,v 1.1 2014/10/29 14:22:34 aballier Exp $

EAPI=5

OASIS_BUILD_TESTS=1

inherit oasis

DESCRIPTION="A deriving library for Ocsigen"
HOMEPAGE="http://github.com/ocsigen/deriving"
SRC_URI="http://github.com/ocsigen/deriving/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="
	>=dev-ml/type-conv-108:=
	dev-ml/optcomp:=
	dev-ml/findlib:=
"
DEPEND="${RDEPEND}
	dev-ml/oasis"

DOCS=( CHANGES README.md )
oasis_configure_opts="--enable-tc"
OASIS_SETUP_COMMAND="./setup.exe"

src_configure() {
	emake setup.exe
	oasis_src_configure
}





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

* [gentoo-commits] gentoo-x86 commit in dev-ml/deriving: deriving-0.7.ebuild ChangeLog
@ 2015-01-30 12:58 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2015-01-30 12:58 UTC (permalink / raw
  To: gentoo-commits

aballier    15/01/30 12:58:27

  Modified:             deriving-0.7.ebuild ChangeLog
  Log:
  add missing dep on camlp4
  
  Signed-off-by: aballier@gentoo.org
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.2                  dev-ml/deriving/deriving-0.7.ebuild

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

Index: deriving-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/deriving/deriving-0.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- deriving-0.7.ebuild	29 Oct 2014 14:22:34 -0000	1.1
+++ deriving-0.7.ebuild	30 Jan 2015 12:58:27 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/deriving/deriving-0.7.ebuild,v 1.1 2014/10/29 14:22:34 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/deriving/deriving-0.7.ebuild,v 1.2 2015/01/30 12:58:27 aballier Exp $
 
 EAPI=5
 
@@ -21,6 +21,7 @@
 	>=dev-ml/type-conv-108:=
 	dev-ml/optcomp:=
 	dev-ml/findlib:=
+	dev-ml/camlp4:=
 "
 DEPEND="${RDEPEND}
 	dev-ml/oasis"



1.6                  dev-ml/deriving/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/deriving/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	29 Oct 2014 14:22:34 -0000	1.5
+++ ChangeLog	30 Jan 2015 12:58:27 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ml/deriving
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/deriving/ChangeLog,v 1.5 2014/10/29 14:22:34 aballier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/deriving/ChangeLog,v 1.6 2015/01/30 12:58:27 aballier Exp $
+
+  30 Jan 2015; Alexis Ballier <aballier@gentoo.org> deriving-0.7.ebuild:
+  add missing dep on camlp4
 
 *deriving-0.7 (29 Oct 2014)
 





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

end of thread, other threads:[~2015-01-30 12:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-30 12:58 [gentoo-commits] gentoo-x86 commit in dev-ml/deriving: deriving-0.7.ebuild ChangeLog Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2014-10-29 14:22 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