summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-07-06 18:38:27 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-07-06 18:38:27 +0000
commit0b0d0fc8bce12a78daebb1c18a6abc0fd366b817 (patch)
tree8d9292d3d53d0a086bb6384d5d3b2f36d228abb8 /dev-ml
parentremove old (diff)
downloadgentoo-2-0b0d0fc8bce12a78daebb1c18a6abc0fd366b817.tar.gz
gentoo-2-0b0d0fc8bce12a78daebb1c18a6abc0fd366b817.tar.bz2
gentoo-2-0b0d0fc8bce12a78daebb1c18a6abc0fd366b817.zip
remove old
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/type-conv/ChangeLog6
-rw-r--r--dev-ml/type-conv/type-conv-1.7.1.ebuild25
-rw-r--r--dev-ml/type-conv/type-conv-2.0.0.ebuild25
-rw-r--r--dev-ml/type-conv/type-conv-2.0.1.ebuild25
-rw-r--r--dev-ml/type-conv/type-conv-2.0.2.ebuild25
5 files changed, 5 insertions, 101 deletions
diff --git a/dev-ml/type-conv/ChangeLog b/dev-ml/type-conv/ChangeLog
index 7df8b0cd62c8..a0138e377631 100644
--- a/dev-ml/type-conv/ChangeLog
+++ b/dev-ml/type-conv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/type-conv
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.10 2011/06/25 18:55:39 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.11 2011/07/06 18:38:26 aballier Exp $
+
+ 06 Jul 2011; Alexis Ballier <aballier@gentoo.org> -type-conv-1.7.1.ebuild,
+ -type-conv-2.0.0.ebuild, -type-conv-2.0.1.ebuild, -type-conv-2.0.2.ebuild:
+ remove old
*type-conv-2.3.0 (25 Jun 2011)
diff --git a/dev-ml/type-conv/type-conv-1.7.1.ebuild b/dev-ml/type-conv/type-conv-1.7.1.ebuild
deleted file mode 100644
index c4fcd625c22e..000000000000
--- a/dev-ml/type-conv/type-conv-1.7.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-1.7.1.ebuild,v 1.1 2010/06/09 07:03:18 aballier Exp $
-
-EAPI="2"
-
-inherit findlib
-
-DESCRIPTION="Mini library required for some other preprocessing libraries"
-HOMEPAGE="http://www.ocaml.info/home/ocaml_sources.html"
-SRC_URI="http://ocaml.info/ocaml_sources/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-lang/ocaml-3.10"
-RDEPEND="${DEPEND}"
-
-src_install() {
- findlib_src_preinst
- emake install || die "make install failed"
- dodoc README.txt Changelog
-}
diff --git a/dev-ml/type-conv/type-conv-2.0.0.ebuild b/dev-ml/type-conv/type-conv-2.0.0.ebuild
deleted file mode 100644
index c8dc3e625caf..000000000000
--- a/dev-ml/type-conv/type-conv-2.0.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-2.0.0.ebuild,v 1.1 2010/08/03 11:51:42 aballier Exp $
-
-EAPI="2"
-
-inherit findlib
-
-DESCRIPTION="Mini library required for some other preprocessing libraries"
-HOMEPAGE="http://www.ocaml.info/home/ocaml_sources.html"
-SRC_URI="http://ocaml.info/ocaml_sources/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-lang/ocaml-3.12"
-RDEPEND="${DEPEND}"
-
-src_install() {
- findlib_src_preinst
- emake install || die "make install failed"
- dodoc README.txt Changelog
-}
diff --git a/dev-ml/type-conv/type-conv-2.0.1.ebuild b/dev-ml/type-conv/type-conv-2.0.1.ebuild
deleted file mode 100644
index f942e2442211..000000000000
--- a/dev-ml/type-conv/type-conv-2.0.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-2.0.1.ebuild,v 1.1 2010/09/29 19:16:14 aballier Exp $
-
-EAPI="2"
-
-inherit findlib
-
-DESCRIPTION="Mini library required for some other preprocessing libraries"
-HOMEPAGE="http://www.ocaml.info/home/ocaml_sources.html"
-SRC_URI="http://ocaml.info/ocaml_sources/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-lang/ocaml-3.12"
-RDEPEND="${DEPEND}"
-
-src_install() {
- findlib_src_preinst
- emake install || die "make install failed"
- dodoc README.txt Changelog
-}
diff --git a/dev-ml/type-conv/type-conv-2.0.2.ebuild b/dev-ml/type-conv/type-conv-2.0.2.ebuild
deleted file mode 100644
index d3935b1ef8d8..000000000000
--- a/dev-ml/type-conv/type-conv-2.0.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-2.0.2.ebuild,v 1.1 2010/12/23 16:40:13 aballier Exp $
-
-EAPI="2"
-
-inherit findlib
-
-DESCRIPTION="Mini library required for some other preprocessing libraries"
-HOMEPAGE="http://www.ocaml.info/home/ocaml_sources.html"
-SRC_URI="http://ocaml.info/ocaml_sources/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-lang/ocaml-3.12"
-RDEPEND="${DEPEND}"
-
-src_install() {
- findlib_src_preinst
- emake install || die "make install failed"
- dodoc README.txt Changelog
-}