From 0f338fac3f7d62381a8be1ff6d55de237117b932 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 16 Apr 2015 08:23:07 +0200 Subject: In CVS Signed-off-by: Justin Lecher --- dev-ml/ocamlgraph/ChangeLog | 40 ------------------ dev-ml/ocamlgraph/Manifest | 1 - dev-ml/ocamlgraph/files/ocamlgraph-makefile.patch | 37 ---------------- dev-ml/ocamlgraph/metadata.xml | 23 ---------- dev-ml/ocamlgraph/ocamlgraph-1.8.5.ebuild | 51 ----------------------- 5 files changed, 152 deletions(-) delete mode 100644 dev-ml/ocamlgraph/ChangeLog delete mode 100644 dev-ml/ocamlgraph/Manifest delete mode 100644 dev-ml/ocamlgraph/files/ocamlgraph-makefile.patch delete mode 100644 dev-ml/ocamlgraph/metadata.xml delete mode 100644 dev-ml/ocamlgraph/ocamlgraph-1.8.5.ebuild (limited to 'dev-ml') diff --git a/dev-ml/ocamlgraph/ChangeLog b/dev-ml/ocamlgraph/ChangeLog deleted file mode 100644 index 5e0ac6b1b..000000000 --- a/dev-ml/ocamlgraph/ChangeLog +++ /dev/null @@ -1,40 +0,0 @@ -# ChangeLog for dev-ml/ocamlgraph -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 21 Jun 2014; Jonathan-Christofer Demay - -ocamlgraph-1.8.3.ebuild, +ocamlgraph-1.8.5.ebuild: - version bump - - 10 Jan 2014; Jonathan-Christofer Demay - -ocamlgraph-1.8.2.ebuild, +ocamlgraph-1.8.3.ebuild: - version bump - - 14 Jan 2013; Jonathan-Christofer Demay - -ocamlgraph-1.8.1.ebuild, +ocamlgraph-1.8.2.ebuild: - version bump - - 21 Dec 2011; Jonathan-Christofer Demay - -ocamlgraph-1.7.ebuild, +ocamlgraph-1.8.1.ebuild: - version bump - - 24 Jun 2011; Justin Lecher - ocamlgraph-1.7.ebuild: - Sort inherit and/or USE - - 06 May 2011; Jonathan-Christofer Demay - -ocamlgraph-1.6.ebuild, +ocamlgraph-1.7.ebuild: - version bump - - 13 Jul 2010; Jonathan-Christofer Demay - -files/ocamlgraph-1.5-makefile.patch, +files/ocamlgraph-makefile.patch, -ocamlgraph-1.5.ebuild, +ocamlgraph-1.6.ebuild: - version bump - - 04 Jul 2010; Jonathan-Christofer Demay - -files/ocamlgraph-1.2-makefile.patch, +files/ocamlgraph-1.5-makefile.patch, -ocamlgraph-1.2.ebuild, +ocamlgraph-1.5.ebuild: - version bump - - 22 Jun 2010; Andreas K. Huettel (dilfridge) - ocamlgraph-1.2.ebuild, +metadata.xml: - QA fixes - diff --git a/dev-ml/ocamlgraph/Manifest b/dev-ml/ocamlgraph/Manifest deleted file mode 100644 index 1b98a288d..000000000 --- a/dev-ml/ocamlgraph/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ocamlgraph-1.8.5.tar.gz 269438 SHA256 d167466435a155c779d5ec25b2db83ad851feb42ebc37dca8ffa345ddaefb82f SHA512 e3bf7f43f7b5167cbd23ea44a510d1a569d35771882ab7ae83bacc73822c5f4c944f62c95e0efa813b765e1e385a6b3ebff342cbf1c5589c73d022b8591a52dc WHIRLPOOL d25e124c2814e3196a441e706ca91a0429ab48669309c5dec2ae6697e48064ce54efc9d24440d9e52f3a1af8cfdd5c3ae04cd549fde4e9abc860a3506bd2de8d diff --git a/dev-ml/ocamlgraph/files/ocamlgraph-makefile.patch b/dev-ml/ocamlgraph/files/ocamlgraph-makefile.patch deleted file mode 100644 index 3e25630c5..000000000 --- a/dev-ml/ocamlgraph/files/ocamlgraph-makefile.patch +++ /dev/null @@ -1,37 +0,0 @@ -diff -Naurp ocamlgraph-1.5-orig/Makefile.in ocamlgraph-1.5-ptch/Makefile.in ---- ocamlgraph-1.5-orig/Makefile.in 2010-04-29 06:40:53.000000000 +0000 -+++ ocamlgraph-1.5-ptch/Makefile.in 2010-07-04 15:44:05.000000000 +0000 -@@ -16,7 +16,6 @@ - ########################################################################## - - # Where to install the binaries --DESTDIR = - prefix =@prefix@ - exec_prefix=@exec_prefix@ - datarootdir=@datarootdir@ -@@ -293,11 +292,13 @@ install: install-$(OCAMLBEST) install-by - mkdir -p $(BINDIR) - ifeq (@LABLGNOMECANVAS@,yes) - ifeq ($(OCAMLBEST),byte) -- cp -f $(BINDIR)/graph-editor.byte $(BINDIR)/graph-editor$(EXE) -- cp -f $(BINDIR)/graph-viewer.byte $(BINDIR)/graph-viewer$(EXE) -+ mv $(BINDIR)/graph-editor.byte $(BINDIR)/ocamlgraph-editor$(EXE) -+ mv $(BINDIR)/graph-viewer.byte $(BINDIR)/ocamlgraph-viewer$(EXE) - else -- cp -f $(BINDIR)/graph-editor.opt $(BINDIR)/graph-editor$(EXE) -- cp -f $(BINDIR)/graph-viewer.opt $(BINDIR)/graph-viewer$(EXE) -+ mv $(BINDIR)/graph-editor.opt $(BINDIR)/ocamlgraph-editor$(EXE) -+ mv $(BINDIR)/graph-viewer.opt $(BINDIR)/ocamlgraph-viewer$(EXE) -+ mv $(BINDIR)/graph-editor.byte $(BINDIR)/ocamlgraph-editor.byte -+ mv $(BINDIR)/graph-viewer.byte $(BINDIR)/ocamlgraph-viewer.byte - endif - endif - -@@ -305,6 +306,7 @@ install-byte: - mkdir -p $(INSTALL_LIBDIR) - cp -f graph.cmo graph.cmi $(CMA) $(INSTALL_LIBDIR) - cp -f $(SRCDIR)/*.mli $(INSTALL_LIBDIR) -+ cp -f META $(SRCDIR)/*.mli $(INSTALL_LIBDIR) - ifeq (@LABLGNOMECANVAS@,yes) - mkdir -p $(BINDIR) - cp -f $(ED_DIR)/editor.byte $(BINDIR)/graph-editor.byte diff --git a/dev-ml/ocamlgraph/metadata.xml b/dev-ml/ocamlgraph/metadata.xml deleted file mode 100644 index 87fc10d58..000000000 --- a/dev-ml/ocamlgraph/metadata.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - -sci-mathematics - - It provides an easy-to-use graph data structure together with several - operations and algorithms over graphs, in Graph.Pack. It is a reasonably - efficient imperative data structure for directed graphs with vertices - and edges labeled with integers. Several other graph implementations - are proposed for those not satisfied with the one above. Some are - persistent (imutable) and other imperative (mutable). Some are directed - and other are not. Some have labels for vertices, or labels for edges, - or both. Some have abstract types for vertices. etc. These - implementations are written as functors: you give the types of vertices - labels, edge labels, etc. and you get the data structure as a result. - it also provides several classic operations and algorithms over graphs. - They are also written as functors i.e. independently of the data - structure for graphs. One consequence is that you can define your own - data structure for graphs and yet re-use all the algorithms from this - library: you only need to provide a few operations such as iterating - over all vertices, over the successors of a vertex, etc. - - diff --git a/dev-ml/ocamlgraph/ocamlgraph-1.8.5.ebuild b/dev-ml/ocamlgraph/ocamlgraph-1.8.5.ebuild deleted file mode 100644 index c28be862b..000000000 --- a/dev-ml/ocamlgraph/ocamlgraph-1.8.5.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" - -inherit eutils autotools - -DESCRIPTION="A graph library for Objective Caml" -HOMEPAGE="http://ocamlgraph.lri.fr" -SRC_URI="${HOMEPAGE}/download/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples gtk +ocamlopt" - -DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?] - gtk? ( >=dev-ml/lablgtk-2.12[gnomecanvas,ocamlopt?] )" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}/${PN}-makefile.patch" - - #dirty fix for doc building - sed -i Makefile.in -e "s/-d doc -html \$(DGRAPH_INCLUDES) \$(DOC_SRC)/-d doc -html \$(DGRAPH_INCLUDES) \$(DOC_SRC:src\/merge.mli=)/g" - - eautoreconf -} - -src_compile() { - emake -j1 DESTDIR="/" || die "emake failed" - - if use doc; then - emake doc || die "emake doc failed" - fi -} - -src_install() { - emake install DESTDIR="${D}" || die "emake install failed" - dodoc CHANGES CREDITS FAQ README - - if use doc; then - dohtml doc/* - fi - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -} -- cgit v1.2.3