diff options
author | Sam James <sam@gentoo.org> | 2021-03-12 16:10:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-13 15:22:53 +0000 |
commit | 73793d7040865092a5ea438c3f5c2f730fca217f (patch) | |
tree | db6f75f1605fcc3f28d34797758f487aa6b93c8c /dev-ml/ocplib-endian | |
parent | dev-ml/re: drop 1.7.1 (oasis.eclass) (diff) | |
download | gentoo-73793d7040865092a5ea438c3f5c2f730fca217f.tar.gz gentoo-73793d7040865092a5ea438c3f5c2f730fca217f.tar.bz2 gentoo-73793d7040865092a5ea438c3f5c2f730fca217f.zip |
dev-ml/ocplib-endian: drop 1.0 (oasis.eclass)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ocplib-endian')
-rw-r--r-- | dev-ml/ocplib-endian/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ocplib-endian/ocplib-endian-1.0.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-ml/ocplib-endian/Manifest b/dev-ml/ocplib-endian/Manifest index 92e1b8109075..e3b4387d559e 100644 --- a/dev-ml/ocplib-endian/Manifest +++ b/dev-ml/ocplib-endian/Manifest @@ -1,2 +1 @@ -DIST ocplib-endian-1.0.tar.gz 62753 BLAKE2B d343343eb22b7ff591219ad0d45502e3450cd4200d8f3cc7f8a4783bdd93752d015b686b57aa574f58344dc44cec751ba89e68f93770ca5df73a98d95a604b8d SHA512 a08fd58ec5e72510c40e8b75e0ee8327ee658f479e45dd4632bc04e3907d04aaa3684df3b993ab63fc2a6c1f1a4fb32784e9b5258730d3b89a716300522d8d7f DIST ocplib-endian-1.1.tar.gz 17544 BLAKE2B 62e4b1cb998ac00fd3cfd7178939b6c9f8c1bebe7c0dc072fbb45b79172cb07f4466e5f1e6e93b41e3fb8c3df8020d2033eb24abfec4906d3ad003fa22bdcd27 SHA512 39351c666d1394770696fa89ac62f7c137ad1697d99888bfba2cc8de2c61df05dd8b3aa327c117bf38f3e29e081026d2c575c5ad0022bde92b3d43aba577d3f9 diff --git a/dev-ml/ocplib-endian/ocplib-endian-1.0.ebuild b/dev-ml/ocplib-endian/ocplib-endian-1.0.ebuild deleted file mode 100644 index c3947fbc9c87..000000000000 --- a/dev-ml/ocplib-endian/ocplib-endian-1.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -OASIS_BUILD_TESTS=1 - -inherit oasis - -DESCRIPTION="Functions to read and write int16/32/64 from strings, bytes, and bigarrays" -HOMEPAGE="https://github.com/OCamlPro/ocplib-endian" -SRC_URI="https://github.com/OCamlPro/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - >=dev-lang/ocaml-4.01 - >=dev-ml/cppo-1.1.0 -" -RDEPEND="" - -DOCS=( CHANGES.md COPYING.txt README.md ) |