aballier    15/06/01 08:28:35

  Modified:             ChangeLog
  Added:                ocamlweb-1.39.ebuild
  Log:
  version bump
  
  Signed-off-by: Alexis Ballier <[email protected]>
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  Changes    Path
1.26                 dev-ml/ocamlweb/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   1 Jun 2015 08:26:46 -0000       1.25
+++ ChangeLog   1 Jun 2015 08:28:35 -0000       1.26
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/ocamlweb
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ChangeLog,v 1.25 2015/06/01 
08:26:46 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ChangeLog,v 1.26 2015/06/01 
08:28:35 aballier Exp $
+
+*ocamlweb-1.39 (01 Jun 2015)
+
+  01 Jun 2015; Alexis Ballier <[email protected]> +ocamlweb-1.39.ebuild:
+  version bump
 
   01 Jun 2015; Alexis Ballier <[email protected]> -ocamlweb-1.38.ebuild:
   remove old



1.1                  dev-ml/ocamlweb/ocamlweb-1.39.ebuild

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

Index: ocamlweb-1.39.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ocamlweb-1.39.ebuild,v 1.1 
2015/06/01 08:28:35 aballier Exp $

EAPI=5

inherit latex-package eutils base

DESCRIPTION="O'Caml literate programming tool"
HOMEPAGE="http://www.lri.fr/~filliatr/ocamlweb/";
SRC_URI="http://www.lri.fr/~filliatr/ftp/ocamlweb/${P}.tar.gz";

IUSE=""

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"

DEPEND=">=dev-lang/ocaml-3.09:=
        virtual/latex-base
        dev-texlive/texlive-latexextra
        "

PATCHES=(
        "${FILESDIR}/${PN}-1.37-strip.patch"
        )

src_compile() {
        emake
}

src_install() {
        emake UPDATETEX="" prefix="${D}/usr" MANDIR="${D}/usr/share/man" 
BASETEXDIR="${D}/${TEXMF}" install
        dodoc README CHANGES
}




Reply via email to