diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-01-24 12:27:09 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-01-24 12:27:09 +0100 |
commit | 55bd7fd52e598e87dd7d8ebe0d57f5aa594d021f (patch) | |
tree | 1803530feecc6c9eb000ce75a1aaa62bfc3443dd /dev-ml/pa_ounit | |
parent | dev-ml/ounit: remove old (diff) | |
download | gentoo-55bd7fd52e598e87dd7d8ebe0d57f5aa594d021f.tar.gz gentoo-55bd7fd52e598e87dd7d8ebe0d57f5aa594d021f.tar.bz2 gentoo-55bd7fd52e598e87dd7d8ebe0d57f5aa594d021f.zip |
dev-ml/pa_ounit: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ml/pa_ounit')
-rw-r--r-- | dev-ml/pa_ounit/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/pa_ounit/pa_ounit-112.35.00.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-ml/pa_ounit/Manifest b/dev-ml/pa_ounit/Manifest index 7a4f7bcdd977..7cd2e4d779af 100644 --- a/dev-ml/pa_ounit/Manifest +++ b/dev-ml/pa_ounit/Manifest @@ -1,2 +1 @@ -DIST pa_ounit-112.35.00.tar.gz 57778 SHA256 ab016c6aba04109d75094d5241f8a9586e060abb830518e824ef064f6cba9a93 SHA512 99421405ff09ce4e36f9b68b2ababdc0eb4657e3e361f5edd46641030f84efe7cc72ab54ce0980da243e3a812fc25a00ab5064004dc18d1346506a1ac10a2b35 WHIRLPOOL 9837649797f9dd11097ee8d17f07a4b45a905da4f0fdf100f86eaf17a9c2c14e7177e4479a9b3e98139eaca7f0baba715eb8af36571275f9640df90ecc7db19e DIST pa_ounit-113.00.00.tar.gz 58486 SHA256 6710f6e63f83cdae90ccdb3093238962569860453ab11406a0ba65d6a1b8206e SHA512 8b1891ae666606b28a6d46b86ac82cb5680099d3ca8181ae6a422748b6b0a99c763f680741c724ca91f8ade7757f6831bc88211d8d94560168bc208b23337b0e WHIRLPOOL 193a9e7d3d18cc83ba1d1f25869fd599e2d4dd61e0809e63e16d8d4f0631324ac103ef728d2cbc72290b5a61b6a6399c84d950060b929c14c0c0207a6d6fde44 diff --git a/dev-ml/pa_ounit/pa_ounit-112.35.00.ebuild b/dev-ml/pa_ounit/pa_ounit-112.35.00.ebuild deleted file mode 100644 index 0679d8050797..000000000000 --- a/dev-ml/pa_ounit/pa_ounit-112.35.00.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit oasis - -DESCRIPTION="Syntax extension that helps writing in-line test in ocaml" -HOMEPAGE="https://bitbucket.org/yminsky/ocaml-core/wiki/Home" -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=">=dev-ml/ounit-1.1.1:= - dev-ml/camlp4:=" -RDEPEND="${DEPEND}" - -DOCS=( "readme.md" ) |