summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-05-18 16:56:56 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-05-18 16:56:56 +0000
commit0b0076be430fae078d1f6830b8cb66d86da5f93a (patch)
treef10ff580e8fe90ce50af0b48648e131c69aa5766 /dev-ml
parentkeyword ~amd64-fbsd (diff)
downloadgentoo-2-0b0076be430fae078d1f6830b8cb66d86da5f93a.tar.gz
gentoo-2-0b0076be430fae078d1f6830b8cb66d86da5f93a.tar.bz2
gentoo-2-0b0076be430fae078d1f6830b8cb66d86da5f93a.zip
version bump
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ocamlweb/ChangeLog9
-rw-r--r--dev-ml/ocamlweb/ocamlweb-1.38.ebuild31
2 files changed, 38 insertions, 2 deletions
diff --git a/dev-ml/ocamlweb/ChangeLog b/dev-ml/ocamlweb/ChangeLog
index 98bf9d812815..9ab305b7ad82 100644
--- a/dev-ml/ocamlweb/ChangeLog
+++ b/dev-ml/ocamlweb/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/ocamlweb
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ChangeLog,v 1.15 2011/10/05 19:11:58 aballier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ChangeLog,v 1.16 2012/05/18 16:56:56 aballier Exp $
+
+*ocamlweb-1.38 (18 May 2012)
+
+ 18 May 2012; Alexis Ballier <aballier@gentoo.org> +ocamlweb-1.38.ebuild:
+ version bump
05 Oct 2011; Alexis Ballier <aballier@gentoo.org> ocamlweb-1.37.ebuild:
remove ptex dep as it is going away
diff --git a/dev-ml/ocamlweb/ocamlweb-1.38.ebuild b/dev-ml/ocamlweb/ocamlweb-1.38.ebuild
new file mode 100644
index 000000000000..36d71cab1d4a
--- /dev/null
+++ b/dev-ml/ocamlweb/ocamlweb-1.38.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ocamlweb-1.38.ebuild,v 1.1 2012/05/18 16:56:56 aballier Exp $
+
+EAPI=4
+
+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_install() {
+ emake UPDATETEX="" prefix="${D}/usr" MANDIR="${D}/usr/share/man" install || die
+ dodoc README CHANGES
+}