summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-08-07 16:33:06 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-08-07 16:33:06 +0000
commitf0cd48ac5ae3a2a141af6b7b7e2fb87ebd8188f7 (patch)
tree1192748ae405b2b48b5fb8836c7f0485350dc15d /dev-ml/ocaml-data-notation
parentremove old (diff)
downloadgentoo-2-f0cd48ac5ae3a2a141af6b7b7e2fb87ebd8188f7.tar.gz
gentoo-2-f0cd48ac5ae3a2a141af6b7b7e2fb87ebd8188f7.tar.bz2
gentoo-2-f0cd48ac5ae3a2a141af6b7b7e2fb87ebd8188f7.zip
remove old
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/ocaml-data-notation')
-rw-r--r--dev-ml/ocaml-data-notation/ChangeLog6
-rw-r--r--dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.8.ebuild24
2 files changed, 5 insertions, 25 deletions
diff --git a/dev-ml/ocaml-data-notation/ChangeLog b/dev-ml/ocaml-data-notation/ChangeLog
index bf880c09bddb..c345d65dbfd4 100644
--- a/dev-ml/ocaml-data-notation/ChangeLog
+++ b/dev-ml/ocaml-data-notation/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/ocaml-data-notation
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v 1.9 2012/07/07 16:20:06 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v 1.10 2012/08/07 16:33:06 aballier Exp $
+
+ 07 Aug 2012; Alexis Ballier <aballier@gentoo.org>
+ -ocaml-data-notation-0.0.8.ebuild:
+ remove old
*ocaml-data-notation-0.0.9 (07 Jul 2012)
diff --git a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.8.ebuild b/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.8.ebuild
deleted file mode 100644
index 5b03696c2f1f..000000000000
--- a/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.8.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-data-notation/ocaml-data-notation-0.0.8.ebuild,v 1.1 2012/03/28 13:22:17 aballier Exp $
-
-EAPI=3
-
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="This project uses type-conv to dump OCaml data structure using OCaml data notation"
-HOMEPAGE="http://forge.ocamlcore.org/projects/odn"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/833/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=dev-ml/type-conv-3.0.4"
-DEPEND="${RDEPEND}
- test? ( dev-ml/ounit[ocamlopt?] dev-ml/ocaml-fileutils[ocamlopt?] )"
-
-DOCS=( "README.txt" "AUTHORS.txt" "CHANGES.txt" )