diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-02-07 17:02:23 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-02-07 17:13:49 +0100 |
commit | edc7e44c8c6c686116fc804b68880d5451dde4a9 (patch) | |
tree | 8739d74b1ba479774edeb1cceca475e40be86c70 /dev-ml/ocamlmod | |
parent | dev-ml/optcomp: remove old (diff) | |
download | gentoo-edc7e44c8c6c686116fc804b68880d5451dde4a9.tar.gz gentoo-edc7e44c8c6c686116fc804b68880d5451dde4a9.tar.bz2 gentoo-edc7e44c8c6c686116fc804b68880d5451dde4a9.zip |
dev-ml/ocamlmod: remove old
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml/ocamlmod')
-rw-r--r-- | dev-ml/ocamlmod/Manifest | 2 | ||||
-rw-r--r-- | dev-ml/ocamlmod/ocamlmod-0.0.3.ebuild | 24 | ||||
-rw-r--r-- | dev-ml/ocamlmod/ocamlmod-0.0.7.ebuild | 24 |
3 files changed, 0 insertions, 50 deletions
diff --git a/dev-ml/ocamlmod/Manifest b/dev-ml/ocamlmod/Manifest index 32b052a64438..5a21fe402526 100644 --- a/dev-ml/ocamlmod/Manifest +++ b/dev-ml/ocamlmod/Manifest @@ -1,3 +1 @@ -DIST ocamlmod-0.0.3.tar.gz 43107 SHA256 23740d023c38b0aa8d8010d8df3ba69b1b93a5c5ebdd5ef5058ced18f88cbb70 SHA512 5a3761e43a468b8e391a6559538b23dd9f264ae46d7281445bec8797b1967d425c5b3fe26e72499c5947dfa23fb574ada033a2851167fdf3732a089964de4ef6 WHIRLPOOL 150e9a79d7415d31038f3692d70de3eb6256b54442d825f6f3b9c743ca9e1001538c07f0ecaef46f029b5cf239b2951c435d33d4ed7d36487549811c674c172a -DIST ocamlmod-0.0.7.tar.gz 46221 SHA256 a329a0919fa18128b48fd00897204d2aecec0c946c1956541589f807203f6f86 SHA512 bc88dcccc3cae0506a17bcfc0e178ba26e3b6d634c47e704621198ff7f1920852163fb017f04b9d2d2add19235f3a29a3fa2f894189329e6629694953a8e1b15 WHIRLPOOL e28827069b256c0aac0f1a935bcc741dd0be0b48d6da3bdd2fd3eb701f434863b87f76b20adff079324bdde8f4e66e578ef622693ad61a5d25561f0df8f2229c DIST ocamlmod-0.0.8.tar.gz 48985 SHA256 2f6909279c87ab2df0f6e291ebb79d9eddd632dc6f84dd00187357ef1d451cf0 SHA512 beb64c109c241965f33a60b4868f5215e6c112742a3be214d3b7a0503b9d29494c0453fa5f2551bbc1975cd4b123d0b917116aeeba968d2a7d2c6fb9651a64f4 WHIRLPOOL e094e4fb45fc740bb932310607c8d568c5e4e5af6218e1b78b55842b82de2a8e0a1fe21bb8321059237baacb5dae1282e59a6f1b5c254345fcaae9c1fd58da20 diff --git a/dev-ml/ocamlmod/ocamlmod-0.0.3.ebuild b/dev-ml/ocamlmod/ocamlmod-0.0.3.ebuild deleted file mode 100644 index 903fea8fd02b..000000000000 --- a/dev-ml/ocamlmod/ocamlmod-0.0.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -#OASIS_BUILD_TESTS=1 - -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/856/${P}.tar.gz" - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" -# test? ( >=dev-ml/ounit-1.1.1 )" - -DOCS=( "AUTHORS.txt" "README.txt" ) diff --git a/dev-ml/ocamlmod/ocamlmod-0.0.7.ebuild b/dev-ml/ocamlmod/ocamlmod-0.0.7.ebuild deleted file mode 100644 index aeafb3f0508c..000000000000 --- a/dev-ml/ocamlmod/ocamlmod-0.0.7.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -#OASIS_BUILD_TESTS=1 - -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/1350/${P}.tar.gz" - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" -# test? ( >=dev-ml/ounit-2.0.0 )" - -DOCS=( "AUTHORS.txt" "README.txt" ) |