summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-03-02 18:51:39 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-03-02 18:51:39 +0000
commitdbc718779b215eef804662830d5eccabbb4745a9 (patch)
treef76688bc6aec8620d6de328c6f1b6633f9fabb11 /dev-ml/ounit
parenteapi5, define subslot and use slot deps (diff)
downloadgentoo-2-dbc718779b215eef804662830d5eccabbb4745a9.tar.gz
gentoo-2-dbc718779b215eef804662830d5eccabbb4745a9.tar.bz2
gentoo-2-dbc718779b215eef804662830d5eccabbb4745a9.zip
remove old
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/ounit')
-rw-r--r--dev-ml/ounit/ChangeLog7
-rw-r--r--dev-ml/ounit/ounit-1.1.1.ebuild21
2 files changed, 5 insertions, 23 deletions
diff --git a/dev-ml/ounit/ChangeLog b/dev-ml/ounit/ChangeLog
index 39f3b714fa2e..2aa73c97f94d 100644
--- a/dev-ml/ounit/ChangeLog
+++ b/dev-ml/ounit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/ounit
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.34 2012/08/21 19:13:23 johu Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.35 2013/03/02 18:51:39 aballier Exp $
+
+ 02 Mar 2013; Alexis Ballier <aballier@gentoo.org> -ounit-1.1.1.ebuild:
+ remove old
21 Aug 2012; Johannes Huber <johu@gentoo.org> ounit-1.1.2.ebuild:
Stable for x86, wrt bug #428974
diff --git a/dev-ml/ounit/ounit-1.1.1.ebuild b/dev-ml/ounit/ounit-1.1.1.ebuild
deleted file mode 100644
index f3f2442ab795..000000000000
--- a/dev-ml/ounit/ounit-1.1.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.1.1.ebuild,v 1.5 2012/05/29 19:37:39 ranger Exp $
-
-EAPI="3"
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="Unit testing framework for OCaml"
-HOMEPAGE="http://ounit.forge.ocamlcore.org/"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/762/${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-DEPEND=""
-RDEPEND="${DEPEND}"
-IUSE=""
-
-DOCS=( "README.txt" "AUTHORS.txt" "changelog" )