summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-07-04 21:26:38 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-07-04 21:26:38 +0000
commit3ede9ca8d5a411fbc165383e3740c53482a77dac (patch)
tree44cc4efe9db75ee6d09f0e5cdf3f97f48859e709 /dev-ml
parentounit is not only for tests, by Willy WOLFF, bug #415327 (diff)
downloadgentoo-2-3ede9ca8d5a411fbc165383e3740c53482a77dac.tar.gz
gentoo-2-3ede9ca8d5a411fbc165383e3740c53482a77dac.tar.bz2
gentoo-2-3ede9ca8d5a411fbc165383e3740c53482a77dac.zip
remove old
(Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ocaml-fileutils/ChangeLog6
-rw-r--r--dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.3.ebuild24
2 files changed, 5 insertions, 25 deletions
diff --git a/dev-ml/ocaml-fileutils/ChangeLog b/dev-ml/ocaml-fileutils/ChangeLog
index 401a39a1ce5e..308444e3dd09 100644
--- a/dev-ml/ocaml-fileutils/ChangeLog
+++ b/dev-ml/ocaml-fileutils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/ocaml-fileutils
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.6 2012/07/04 21:25:21 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.7 2012/07/04 21:26:38 aballier Exp $
+
+ 04 Jul 2012; Alexis Ballier <aballier@gentoo.org>
+ -ocaml-fileutils-0.4.3.ebuild:
+ remove old
04 Jul 2012; Alexis Ballier <aballier@gentoo.org>
ocaml-fileutils-0.4.4.ebuild:
diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.3.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.3.ebuild
deleted file mode 100644
index f6c358a80234..000000000000
--- a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.3.ebuild
+++ /dev/null
@@ -1,24 +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-fileutils/ocaml-fileutils-0.4.3.ebuild,v 1.1 2012/05/05 14:16:49 aballier Exp $
-
-EAPI=4
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="Pure OCaml functions to manipulate real file (POSIX like) and filename"
-HOMEPAGE="http://forge.ocamlcore.org/projects/ocaml-fileutils"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/625/${P}.tar.gz"
-
-LICENSE="LGPL-2.1-linking-exception"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- test? ( dev-ml/ounit )"
-
-DOCS=( "AUTHORS.txt" "README.txt" "CHANGELOG.txt" "TODO.txt" )