summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-04-06 19:42:21 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-04-06 19:42:21 +0000
commita860a2baa290a7aa1bb7a885e232104f0b54032e (patch)
tree520f7f057874e28b7c62fb68d18232741747194c /dev-ml/ocamlgraph
parentx86 stable, bug #216164 (diff)
downloadgentoo-2-a860a2baa290a7aa1bb7a885e232104f0b54032e.tar.gz
gentoo-2-a860a2baa290a7aa1bb7a885e232104f0b54032e.tar.bz2
gentoo-2-a860a2baa290a7aa1bb7a885e232104f0b54032e.zip
remove old
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'dev-ml/ocamlgraph')
-rw-r--r--dev-ml/ocamlgraph/ChangeLog5
-rw-r--r--dev-ml/ocamlgraph/ocamlgraph-0.81.ebuild36
2 files changed, 4 insertions, 37 deletions
diff --git a/dev-ml/ocamlgraph/ChangeLog b/dev-ml/ocamlgraph/ChangeLog
index ac43a95167ea..c49b28c7d5ab 100644
--- a/dev-ml/ocamlgraph/ChangeLog
+++ b/dev-ml/ocamlgraph/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/ocamlgraph
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlgraph/ChangeLog,v 1.10 2008/04/06 19:33:03 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlgraph/ChangeLog,v 1.11 2008/04/06 19:42:21 aballier Exp $
+
+ 06 Apr 2008; Alexis Ballier <aballier@gentoo.org> -ocamlgraph-0.81.ebuild:
+ remove old
06 Apr 2008; Markus Meier <maekke@gentoo.org> ocamlgraph-0.99b.ebuild:
x86 stable, bug #215751
diff --git a/dev-ml/ocamlgraph/ocamlgraph-0.81.ebuild b/dev-ml/ocamlgraph/ocamlgraph-0.81.ebuild
deleted file mode 100644
index 8a00b5935f7b..000000000000
--- a/dev-ml/ocamlgraph/ocamlgraph-0.81.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlgraph/ocamlgraph-0.81.ebuild,v 1.3 2006/02/04 22:25:39 mattam Exp $
-
-inherit findlib
-
-DESCRIPTION="O'Caml Graph library"
-HOMEPAGE="http://www.lri.fr/~filliatr/ocamlgraph/"
-SRC_URI="http://www.lri.fr/~filliatr/ftp/ocamlgraph/${P}.tar.gz"
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc"
-DEPEND=">=dev-lang/ocaml-3.08
- doc? ( dev-tex/hevea dev-ml/ocamlweb )"
-IUSE="doc"
-
-src_compile() {
- econf || die
- emake || die
-
- if use doc;
- then
- emake doc
- fi
-}
-
-src_install() {
- findlib_src_preinst
- make install-findlib || die
-
- dodoc README COPYING CREDITS FAQ CHANGES
- if use doc;
- then
- dohtml doc/*
- fi
-}