summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-03-10 10:48:27 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-03-10 10:48:27 +0000
commit789b09b2dc4ad7e0046bd9764e8b1fd7ff67f78c (patch)
tree0d27271f3b857d5bb2e42db9ce0747c46408571e /dev-ml/kaputt
parentRemove old. (diff)
downloadgentoo-2-789b09b2dc4ad7e0046bd9764e8b1fd7ff67f78c.tar.gz
gentoo-2-789b09b2dc4ad7e0046bd9764e8b1fd7ff67f78c.tar.bz2
gentoo-2-789b09b2dc4ad7e0046bd9764e8b1fd7ff67f78c.zip
remove old
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/kaputt')
-rw-r--r--dev-ml/kaputt/ChangeLog7
-rw-r--r--dev-ml/kaputt/kaputt-1.1.ebuild37
2 files changed, 5 insertions, 39 deletions
diff --git a/dev-ml/kaputt/ChangeLog b/dev-ml/kaputt/ChangeLog
index edabaedb753c..808070db0b1f 100644
--- a/dev-ml/kaputt/ChangeLog
+++ b/dev-ml/kaputt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/kaputt
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/kaputt/ChangeLog,v 1.2 2012/09/09 16:03:22 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/kaputt/ChangeLog,v 1.3 2013/03/10 10:48:27 aballier Exp $
+
+ 10 Mar 2013; Alexis Ballier <aballier@gentoo.org> -kaputt-1.1.ebuild:
+ remove old
*kaputt-1.2 (09 Sep 2012)
diff --git a/dev-ml/kaputt/kaputt-1.1.ebuild b/dev-ml/kaputt/kaputt-1.1.ebuild
deleted file mode 100644
index 3e2647c896f7..000000000000
--- a/dev-ml/kaputt/kaputt-1.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/kaputt/kaputt-1.1.ebuild,v 1.1 2011/03/04 13:00:32 aballier Exp $
-
-EAPI=3
-
-inherit findlib
-
-DESCRIPTION="Unit testing tool for the Objective Caml language"
-HOMEPAGE="http://kaputt.x9c.fr/"
-SRC_URI="http://kaputt.x9c.fr/distrib/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=">=dev-lang/ocaml-3.11[ocamlopt]"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- chmod +x configure
- ./configure || die
-}
-
-src_compile() {
- emake all || die
-}
-
-src_test() {
- emake -j1 tests || die
-}
-
-src_install() {
- findlib_src_install
- dodoc README FEATURES CHANGES || die
-}