From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-ml/ounit/Manifest | 7 ------- dev-ml/ounit/metadata.xml | 8 -------- dev-ml/ounit/ounit-2.0.0.ebuild | 20 -------------------- dev-ml/ounit/ounit-2.0.5.ebuild | 20 -------------------- dev-ml/ounit/ounit-2.0.6.ebuild | 20 -------------------- 5 files changed, 75 deletions(-) delete mode 100644 dev-ml/ounit/Manifest delete mode 100644 dev-ml/ounit/metadata.xml delete mode 100644 dev-ml/ounit/ounit-2.0.0.ebuild delete mode 100644 dev-ml/ounit/ounit-2.0.5.ebuild delete mode 100644 dev-ml/ounit/ounit-2.0.6.ebuild (limited to 'dev-ml/ounit') diff --git a/dev-ml/ounit/Manifest b/dev-ml/ounit/Manifest deleted file mode 100644 index 6940a200518a..000000000000 --- a/dev-ml/ounit/Manifest +++ /dev/null @@ -1,7 +0,0 @@ -DIST ounit-2.0.0.tar.gz 103504 BLAKE2B e936d0a3df48eb46623eadfc39a4f64a6776972c713280c388ef5e9e1b6a20d9959a68b30ce21fae7e553e4e43a7ad1cd5652d49da7aa2699ca59fc03e1f1352 SHA512 e12c8fb534ef88de7a83a34e5a578060a90abfce601d8532408412a56e843f69b89cfd6ce69bd7c5519e9a04e306d46339e9b8f13975727a3458afe20cd776d0 -DIST ounit-2.0.5.tar.gz 114285 BLAKE2B d41faf95ec11f16accb70aaa1a9005f468727ebfe01082827669d7a7afbeb44d8cd740376ea9df26a811913b3a87b8d9fb85c0d4690e0d18e6b129949c2b145f SHA512 b2414b7581ec230a949de0d7a677786bb63ef3a3ee0c3dc666d176f83705b5bc8aeab4b6e2327c98714bb26c249d71766ed831ebf572aff2b8829a33cc0e4b75 -DIST ounit-2.0.6.tar.gz 114305 BLAKE2B 94ae4e2f7ace6fe5732253d724115cdc3e24af91db2066b36439501cb17df7f44fb9230242b8400ec59a72f9317c22361f068f7f2634d29ccfdcca63cb95c275 SHA512 466ec1f691a81e0abd93f698c7328e6db4fa2d617d8f5262d9f18b57ede3d389a3ee122ed7bccc8dff20600826fbbae1d17dd88d7c1329562798792fae54417d -EBUILD ounit-2.0.0.ebuild 469 BLAKE2B 89032c445cb8db73518b2fc945996b6d080b70cb1b3bf3734870db57ab79297162424121ed0af7229c9545f8fe87977b3bb9a6be1976cb7a19e0b2522e0f711a SHA512 73b25b25c9b1f380bcca7e3ab625daef5d2b84d57c8da535f93d547e5e4d4da238bb370261f85358af7c5c04f66ffca4281a262a8aa3e33657c5d8f435f32d0d -EBUILD ounit-2.0.5.ebuild 473 BLAKE2B 7971d57958b50f8a8eb74add4f51a57cba036636ce6a58b10a51dea1143077b5e74e225babd60a54a2d5a1dd35ee13b577c71a36004f55b2adb9a53e3f784984 SHA512 c517aa5f0d2521050624d0dcfe58089d3f59e013fa7db9809d9045db286d753b0703ab3317cb0e00a390a1fdef38df1d6a5c2c1779c5861ab04a443707fb37bf -EBUILD ounit-2.0.6.ebuild 473 BLAKE2B d4989521c0a34a332807e2df655df3b24bbe8c4bb34c1ef4bcd5211b21caa8fed98eacfccec3ec59a159dda721651cab146d4ed4f7963ffe2fde873a788cfe73 SHA512 2b81f8e499b16b46c074aefa7278e75bc21eaee1fedff71475f01e7f98c6cdebce43af08cdb752705eca87e69b2008f5fe8bab25c2df064a6bb2306dab077f8a -MISC metadata.xml 243 BLAKE2B 010ca240ae06e9a9f6d7ba213eb06df36d9ba862ff2d2458d98a9fea1a1e7f3026d13832a73bce1b3ad9345029425e6abfae9e03bf126f2329b3f030ed3753fd SHA512 1c5b4b2163017e496999d1f87e5c9c5ac6c11b2e9187450ccfb3df258f34e54d278972f04ee0e8429476c6f87e091a869ac2a28c6e8c8e6d20678c3e74061449 diff --git a/dev-ml/ounit/metadata.xml b/dev-ml/ounit/metadata.xml deleted file mode 100644 index ffac4d7ebc01..000000000000 --- a/dev-ml/ounit/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - ml@gentoo.org - Gentoo ML Project - - diff --git a/dev-ml/ounit/ounit-2.0.0.ebuild b/dev-ml/ounit/ounit-2.0.0.ebuild deleted file mode 100644 index 8779d2f64cf7..000000000000 --- a/dev-ml/ounit/ounit-2.0.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -OASIS_BUILD_DOCS=1 - -inherit oasis - -DESCRIPTION="Unit testing framework for OCaml" -HOMEPAGE="http://ounit.forge.ocamlcore.org/" -SRC_URI="http://forge.ocamlcore.org/frs/download.php/1258/${P}.tar.gz" -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="amd64 arm ~arm64 ~ppc x86" -DEPEND="" -RDEPEND="${DEPEND}" -IUSE="" - -DOCS=( "README.txt" "AUTHORS.txt" "changelog" ) diff --git a/dev-ml/ounit/ounit-2.0.5.ebuild b/dev-ml/ounit/ounit-2.0.5.ebuild deleted file mode 100644 index f597ba581192..000000000000 --- a/dev-ml/ounit/ounit-2.0.5.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -OASIS_BUILD_DOCS=1 - -inherit oasis - -DESCRIPTION="Unit testing framework for OCaml" -HOMEPAGE="http://ounit.forge.ocamlcore.org/" -SRC_URI="https://forge.ocamlcore.org/frs/download.php/1719/${P}.tar.gz" -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" -DEPEND="" -RDEPEND="${DEPEND}" -IUSE="" - -DOCS=( "README.txt" "AUTHORS.txt" "changelog" ) diff --git a/dev-ml/ounit/ounit-2.0.6.ebuild b/dev-ml/ounit/ounit-2.0.6.ebuild deleted file mode 100644 index 0ade5f19c1e2..000000000000 --- a/dev-ml/ounit/ounit-2.0.6.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -OASIS_BUILD_DOCS=1 - -inherit oasis - -DESCRIPTION="Unit testing framework for OCaml" -HOMEPAGE="http://ounit.forge.ocamlcore.org/" -SRC_URI="https://forge.ocamlcore.org/frs/download.php/1722/${P}.tar.gz" -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" -DEPEND="" -RDEPEND="${DEPEND}" -IUSE="" - -DOCS=( "README.txt" "AUTHORS.txt" "changelog" ) -- cgit v1.2.3