aballier    14/10/29 14:22:34

  Modified:             ChangeLog
  Added:                deriving-0.7.ebuild
  Log:
  version bump
  
  Signed-off-by: [email protected]
  (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 <[email protected]> +deriving-0.7.ebuild:
+  version bump
 
   23 Oct 2014; Alexis Ballier <[email protected]> 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
}




Reply via email to