summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-06-01 08:26:46 +0000
committerAlexis Ballier <aballier@gentoo.org>2015-06-01 08:26:46 +0000
commit0a6e9c19fa4231fa1692cff2d24b606509128b6f (patch)
tree79d64aa9be4c9d96c73f2d52a5259b1228ee3b68 /dev-ml/ocamlweb
parentLoosen semigroupoids dep. in reducers-3.10.3.1-r1 (diff)
downloadgentoo-2-0a6e9c19fa4231fa1692cff2d24b606509128b6f.tar.gz
gentoo-2-0a6e9c19fa4231fa1692cff2d24b606509128b6f.tar.bz2
gentoo-2-0a6e9c19fa4231fa1692cff2d24b606509128b6f.zip
remove old
Signed-off-by: Alexis Ballier <aballier@gentoo.org> (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/ocamlweb')
-rw-r--r--dev-ml/ocamlweb/ChangeLog7
-rw-r--r--dev-ml/ocamlweb/ocamlweb-1.38.ebuild35
2 files changed, 5 insertions, 37 deletions
diff --git a/dev-ml/ocamlweb/ChangeLog b/dev-ml/ocamlweb/ChangeLog
index 53f72730fafd..2a70b40f125d 100644
--- a/dev-ml/ocamlweb/ChangeLog
+++ b/dev-ml/ocamlweb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/ocamlweb
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ChangeLog,v 1.24 2013/12/24 12:41:58 ago Exp $
+# 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 $
+
+ 01 Jun 2015; Alexis Ballier <aballier@gentoo.org> -ocamlweb-1.38.ebuild:
+ remove old
24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> ocamlweb-1.38-r1.ebuild:
Stable for x86, wrt bug #492052
diff --git a/dev-ml/ocamlweb/ocamlweb-1.38.ebuild b/dev-ml/ocamlweb/ocamlweb-1.38.ebuild
deleted file mode 100644
index 0a41815cff82..000000000000
--- a/dev-ml/ocamlweb/ocamlweb-1.38.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 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.5 2013/07/05 23:08:05 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
-}