diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-04-01 18:50:18 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-04-01 18:50:18 +0000 |
commit | fd229a372b6d410c902c87cf912ad95f9efa6249 (patch) | |
tree | a3eaa5d77a9939787c0c6f157cb9f8d3508a2290 /dev-ml | |
parent | mask net-misc/ltsp for security reasons (diff) | |
download | gentoo-2-fd229a372b6d410c902c87cf912ad95f9efa6249.tar.gz gentoo-2-fd229a372b6d410c902c87cf912ad95f9efa6249.tar.bz2 gentoo-2-fd229a372b6d410c902c87cf912ad95f9efa6249.zip |
remove old
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocamlgraph/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/ocamlgraph/ocamlgraph-0.95.ebuild | 36 | ||||
-rw-r--r-- | dev-ml/ocamlgraph/ocamlgraph-0.98.ebuild | 36 |
3 files changed, 5 insertions, 73 deletions
diff --git a/dev-ml/ocamlgraph/ChangeLog b/dev-ml/ocamlgraph/ChangeLog index aae813c18675..d28b7b33d50f 100644 --- a/dev-ml/ocamlgraph/ChangeLog +++ b/dev-ml/ocamlgraph/ChangeLog @@ -1,6 +1,10 @@ # 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.7 2008/01/19 01:36:07 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlgraph/ChangeLog,v 1.8 2008/04/01 18:50:18 aballier Exp $ + + 01 Apr 2008; Alexis Ballier <aballier@gentoo.org> -ocamlgraph-0.95.ebuild, + -ocamlgraph-0.98.ebuild: + remove old 19 Jan 2008; Alexis Ballier <aballier@gentoo.org> ocamlgraph-0.99b.ebuild: Annoying typo... diff --git a/dev-ml/ocamlgraph/ocamlgraph-0.95.ebuild b/dev-ml/ocamlgraph/ocamlgraph-0.95.ebuild deleted file mode 100644 index fd7cbb8017d6..000000000000 --- a/dev-ml/ocamlgraph/ocamlgraph-0.95.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.95.ebuild,v 1.2 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 -} diff --git a/dev-ml/ocamlgraph/ocamlgraph-0.98.ebuild b/dev-ml/ocamlgraph/ocamlgraph-0.98.ebuild deleted file mode 100644 index 8669887c202e..000000000000 --- a/dev-ml/ocamlgraph/ocamlgraph-0.98.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlgraph/ocamlgraph-0.98.ebuild,v 1.1 2007/05/26 19:34:05 aballier 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="~amd64 ~ppc ~x86" -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 - emake install-findlib || die - - dodoc README CREDITS FAQ CHANGES - if use doc; - then - dohtml doc/* - fi -} |