summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2010-06-20 12:35:14 +0000
committerAlexis Ballier <aballier@gentoo.org>2010-06-20 12:35:14 +0000
commit799051db3a24d53973dd83303e9f65390caa7c92 (patch)
tree22ad7b608e0af79ef29af9b52e19bbea4282e385 /dev-ml
parentfix my name in ChangeLog (diff)
downloadgentoo-2-799051db3a24d53973dd83303e9f65390caa7c92.tar.gz
gentoo-2-799051db3a24d53973dd83303e9f65390caa7c92.tar.bz2
gentoo-2-799051db3a24d53973dd83303e9f65390caa7c92.zip
remove old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/type-conv/ChangeLog5
-rw-r--r--dev-ml/type-conv/type-conv-1.7.0.ebuild25
2 files changed, 4 insertions, 26 deletions
diff --git a/dev-ml/type-conv/ChangeLog b/dev-ml/type-conv/ChangeLog
index f7934eeb67d8..20b4f6d0bd23 100644
--- a/dev-ml/type-conv/ChangeLog
+++ b/dev-ml/type-conv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/type-conv
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.5 2010/06/09 07:03:18 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.6 2010/06/20 12:35:14 aballier Exp $
+
+ 20 Jun 2010; Alexis Ballier <aballier@gentoo.org> -type-conv-1.7.0.ebuild:
+ remove old
*type-conv-1.7.1 (09 Jun 2010)
diff --git a/dev-ml/type-conv/type-conv-1.7.0.ebuild b/dev-ml/type-conv/type-conv-1.7.0.ebuild
deleted file mode 100644
index 621246802844..000000000000
--- a/dev-ml/type-conv/type-conv-1.7.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-1.7.0.ebuild,v 1.1 2010/05/19 06:19:09 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
-}