summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-03-02 18:43:37 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-03-02 18:43:37 +0000
commitea3384d3339aebd1d762a78bc5e1349a85c2b34d (patch)
treedf4bba0ec06b5e738aafeb578731b2d5bae8385b
parentremove old (diff)
downloadgentoo-2-ea3384d3339aebd1d762a78bc5e1349a85c2b34d.tar.gz
gentoo-2-ea3384d3339aebd1d762a78bc5e1349a85c2b34d.tar.bz2
gentoo-2-ea3384d3339aebd1d762a78bc5e1349a85c2b34d.zip
remove old
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
-rw-r--r--dev-ml/ocaml-expect/ChangeLog7
-rw-r--r--dev-ml/ocaml-expect/ocaml-expect-0.0.2.ebuild26
2 files changed, 5 insertions, 28 deletions
diff --git a/dev-ml/ocaml-expect/ChangeLog b/dev-ml/ocaml-expect/ChangeLog
index c5db5ad93bc3..1781cd30488d 100644
--- a/dev-ml/ocaml-expect/ChangeLog
+++ b/dev-ml/ocaml-expect/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/ocaml-expect
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-expect/ChangeLog,v 1.3 2012/10/08 12:21:59 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-expect/ChangeLog,v 1.4 2013/03/02 18:43:37 aballier Exp $
+
+ 02 Mar 2013; Alexis Ballier <aballier@gentoo.org> -ocaml-expect-0.0.2.ebuild:
+ remove old
*ocaml-expect-0.0.3 (08 Oct 2012)
diff --git a/dev-ml/ocaml-expect/ocaml-expect-0.0.2.ebuild b/dev-ml/ocaml-expect/ocaml-expect-0.0.2.ebuild
deleted file mode 100644
index ca73bd3bb2ad..000000000000
--- a/dev-ml/ocaml-expect/ocaml-expect-0.0.2.ebuild
+++ /dev/null
@@ -1,26 +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/ocaml-expect/ocaml-expect-0.0.2.ebuild,v 1.2 2012/03/27 21:10:22 aballier Exp $
-
-EAPI=3
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="Ocaml implementation of expect to help building unitary testing"
-HOMEPAGE="http://forge.ocamlcore.org/projects/ocaml-expect/"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/475/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
- dev-ml/extlib
- dev-ml/pcre-ocaml"
-DEPEND="${RDEPEND}
- dev-ml/ounit"
-
-DOCS=( "README.txt" "CHANGES.txt" "AUTHORS.txt" )