diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-18 17:11:35 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-18 17:11:35 +0000 |
commit | 983d7e03e09f8839be088369c534bf1f0bae682a (patch) | |
tree | 1aa4da596a70d68a0a04f4fe6dcacecb3985416b /dev-ml/ocamlmod | |
parent | remove ol (diff) | |
download | historical-983d7e03e09f8839be088369c534bf1f0bae682a.tar.gz historical-983d7e03e09f8839be088369c534bf1f0bae682a.tar.bz2 historical-983d7e03e09f8839be088369c534bf1f0bae682a.zip |
remove old
Package-Manager: portage-2.2.0_alpha107/cvs/Linux x86_64
Diffstat (limited to 'dev-ml/ocamlmod')
-rw-r--r-- | dev-ml/ocamlmod/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocamlmod/ocamlmod-0.0.1.ebuild | 23 |
2 files changed, 4 insertions, 24 deletions
diff --git a/dev-ml/ocamlmod/ChangeLog b/dev-ml/ocamlmod/ChangeLog index c3e3bce1d82c..564182c8f48c 100644 --- a/dev-ml/ocamlmod/ChangeLog +++ b/dev-ml/ocamlmod/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocamlmod # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlmod/ChangeLog,v 1.2 2012/05/05 14:08:35 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlmod/ChangeLog,v 1.3 2012/05/18 17:11:35 aballier Exp $ + + 18 May 2012; Alexis Ballier <aballier@gentoo.org> -ocamlmod-0.0.1.ebuild: + remove old *ocamlmod-0.0.3 (05 May 2012) diff --git a/dev-ml/ocamlmod/ocamlmod-0.0.1.ebuild b/dev-ml/ocamlmod/ocamlmod-0.0.1.ebuild deleted file mode 100644 index 3d94420dca41..000000000000 --- a/dev-ml/ocamlmod/ocamlmod-0.0.1.ebuild +++ /dev/null @@ -1,23 +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/ocamlmod/ocamlmod-0.0.1.ebuild,v 1.1 2012/03/28 12:24:03 aballier Exp $ - -EAPI=4 - -inherit oasis - -DESCRIPTION="Generate OCaml modules from source files" -HOMEPAGE="http://forge.ocamlcore.org/projects/ocamlmod/" -SRC_URI="http://forge.ocamlcore.org/frs/download.php/623/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="dev-ml/ocaml-fileutils - dev-ml/pcre-ocaml" -RDEPEND="${DEPEND}" - -STRIP_MASK="*/bin/*" -DOCS=( "AUTHORS.txt" "README.txt" ) |