aballier    14/10/24 07:39:26

  Modified:             ChangeLog
  Added:                cppo-1.0.1.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.2                  dev-ml/cppo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/cppo/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   23 Jul 2013 18:05:39 -0000      1.1
+++ ChangeLog   24 Oct 2014 07:39:26 -0000      1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/cppo
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/cppo/ChangeLog,v 1.1 2013/07/23 
18:05:39 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/cppo/ChangeLog,v 1.2 2014/10/24 
07:39:26 aballier Exp $
+
+*cppo-1.0.1 (24 Oct 2014)
+
+  24 Oct 2014; Alexis Ballier <[email protected]> +cppo-1.0.1.ebuild:
+  version bump
 
 *cppo-0.9.3 (23 Jul 2013)
 



1.1                  dev-ml/cppo/cppo-1.0.1.ebuild

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

Index: cppo-1.0.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/cppo/cppo-1.0.1.ebuild,v 1.1 
2014/10/24 07:39:26 aballier Exp $

EAPI="5"

inherit findlib

DESCRIPTION="An equivalent of the C preprocessor for OCaml programs"
HOMEPAGE="http://mjambon.com/cppo.html";
SRC_URI="http://mjambon.com/releases/${PN}/${P}.tar.gz";

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

IUSE="examples"

RDEPEND=">=dev-lang/ocaml-3.12:="
DEPEND="${RDEPEND}"

src_install() {
        findlib_src_preinst
        mkdir -p "${ED}"/usr/bin
        emake PREFIX="${ED}"/usr install
        dodoc README.md Changes
        if use examples ; then
                dodoc -r examples
                docompress -x /usr/share/doc/${PF}/examples
        fi
}




Reply via email to