aballier    14/12/22 09:29:39

  Modified:             ChangeLog
  Added:                res-4.0.7.ebuild
  Log:
  version bump
  
  Signed-off-by: aball...@gentoo.org
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  Changes    Path
1.30                 dev-ml/res/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   29 Oct 2014 09:48:19 -0000      1.29
+++ ChangeLog   22 Dec 2014 09:29:39 -0000      1.30
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/res
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v 1.29 2014/10/29 
09:48:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v 1.30 2014/12/22 
09:29:39 aballier Exp $
+
+*res-4.0.7 (22 Dec 2014)
+
+  22 Dec 2014; Alexis Ballier <aball...@gentoo.org> +res-4.0.7.ebuild:
+  version bump
 
 *res-4.0.6 (29 Oct 2014)
 



1.1                  dev-ml/res/res-4.0.7.ebuild

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

Index: res-4.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/res/res-4.0.7.ebuild,v 1.1 2014/12/22 
09:29:39 aballier Exp $

EAPI=5

OASIS_BUILD_DOCS=1

inherit oasis

DESCRIPTION="Resizable Array and Buffer modules for O'Caml"
HOMEPAGE="http://mmottl.github.io/res/";
SRC_URI="https://github.com/mmottl/res/releases/download/v${PV}/${P}.tar.gz";
LICENSE="LGPL-2.1-with-linking-exception"

RDEPEND=""
DEPEND="${RDEPEND}
        >=dev-ml/findlib-1.5"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="examples"

DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" )

src_install() {
        oasis_src_install
        if use examples ; then
                insinto /usr/share/doc/${PF}
                doins -r examples
        fi
}




Reply via email to