summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-04-27 12:53:51 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-04-27 12:53:58 +0200
commit034b48c1e3419a5646344da313cb14519ae0ae5c (patch)
treec635df967bef876df2e92aea67a6fab05734c2ed /dev-ml/ocaml-cstruct
parentnet-p2p/syncthing: remove proxy-maint after removing last proxy maintainer (diff)
downloadgentoo-034b48c1e3419a5646344da313cb14519ae0ae5c.tar.gz
gentoo-034b48c1e3419a5646344da313cb14519ae0ae5c.tar.bz2
gentoo-034b48c1e3419a5646344da313cb14519ae0ae5c.zip
dev-ml/ocaml-cstruct: remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-ml/ocaml-cstruct')
-rw-r--r--dev-ml/ocaml-cstruct/Manifest2
-rw-r--r--dev-ml/ocaml-cstruct/ocaml-cstruct-2.3.1.ebuild42
-rw-r--r--dev-ml/ocaml-cstruct/ocaml-cstruct-2.3.2.ebuild42
3 files changed, 0 insertions, 86 deletions
diff --git a/dev-ml/ocaml-cstruct/Manifest b/dev-ml/ocaml-cstruct/Manifest
index 721f599d1728..234b05db7c19 100644
--- a/dev-ml/ocaml-cstruct/Manifest
+++ b/dev-ml/ocaml-cstruct/Manifest
@@ -1,3 +1 @@
-DIST ocaml-cstruct-2.3.1.tar.gz 259266 SHA256 89a4f363547026de195fd84d9e842844ed6bbf4c5ab57c2fc1500741106b1797 SHA512 7dfb080f4d6f1685719ed31edd69cb5f4e484d42b28e0340dace8dd9a4742342957b67de0b10f0c4f4ccab7a80b13ddc3a26d2401cffdd232dc9581dba1da2ff WHIRLPOOL 6c41df0677217f45f13a03686e4a025da8f9edadccb5a27659cc1349bbae2f324a07d68e056f7078e4f4336d357c5558f262d0c6f4813017db0325e2b304b06e
-DIST ocaml-cstruct-2.3.2.tar.gz 259424 SHA256 16c619be7644c30227a617cea8be509460b36a6a4c8f2b45a56fec75113570e0 SHA512 7f88c37729869fbfe39c28be4c56c49ba225da7f7d4df2f962a730be2a9c70bb6099713f83e4aa53e77ac7752c415427e86d95a42abcb6c280a79ae9931cdeee WHIRLPOOL 68b1e8fd892e1c54383de00becfb6e4807e222b6a0f6e11af3bce0b2d74c988647b0a093bc827ce4a9e63a93375040f0d7366df942cf8168e193ab436eb2fdb2
DIST ocaml-cstruct-2.4.0.tar.gz 259372 SHA256 a3e19e6a57204a5172c9ed0abd5153d85925b2d32f5ae51a53868a287be647fb SHA512 c37d16605f929aeeda33166183dcbe6b8e367583a8b25fde1bb5a4f9141a11f93e6f5463a500907d8829cb285075a8d2ca7874618a92f817997f76258175cbb3 WHIRLPOOL 8812fff7e3cc2a715e8ba395ab852752c0cf28bf8828e61de3f01b52ffabbc61c13c05b03fc964d1f68e88f33ce08c18b44a070881d3b876283fb987b945c664
diff --git a/dev-ml/ocaml-cstruct/ocaml-cstruct-2.3.1.ebuild b/dev-ml/ocaml-cstruct/ocaml-cstruct-2.3.1.ebuild
deleted file mode 100644
index c7446c406e5a..000000000000
--- a/dev-ml/ocaml-cstruct/ocaml-cstruct-2.3.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-OASIS_BUILD_DOCS=1
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="Map OCaml arrays onto C-like structs"
-HOMEPAGE="https://github.com/mirage/ocaml-cstruct https://mirage.io"
-SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="async +lwt +ppx"
-
-RDEPEND="
- async? ( dev-ml/async:= )
- lwt? ( dev-ml/lwt:= )
- ppx? ( dev-ml/ppx_tools:= )
- >=dev-lang/ocaml-4.01:=
- dev-ml/ocplib-endian:=
- dev-ml/sexplib:=
- dev-ml/type-conv:=
-"
-DEPEND="
- test? ( dev-ml/ounit )
- ${RDEPEND}
-"
-
-src_configure() {
- oasis_configure_opts="
- $(use_enable lwt)
- $(use_enable async)
- $(use_enable ppx)
- --enable-unix
- " oasis_src_configure
-}
-
-DOCS=( CHANGES README.md TODO.md )
diff --git a/dev-ml/ocaml-cstruct/ocaml-cstruct-2.3.2.ebuild b/dev-ml/ocaml-cstruct/ocaml-cstruct-2.3.2.ebuild
deleted file mode 100644
index 250f63303d4c..000000000000
--- a/dev-ml/ocaml-cstruct/ocaml-cstruct-2.3.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-OASIS_BUILD_DOCS=1
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="Map OCaml arrays onto C-like structs"
-HOMEPAGE="https://github.com/mirage/ocaml-cstruct https://mirage.io"
-SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="async +lwt +ppx"
-
-RDEPEND="
- async? ( dev-ml/async:= )
- lwt? ( dev-ml/lwt:= )
- ppx? ( dev-ml/ppx_tools:= )
- >=dev-lang/ocaml-4.01:=
- dev-ml/ocplib-endian:=
- dev-ml/sexplib:=
- dev-ml/type-conv:=
-"
-DEPEND="
- test? ( dev-ml/ounit )
- ${RDEPEND}
-"
-
-src_configure() {
- oasis_configure_opts="
- $(use_enable lwt)
- $(use_enable async)
- $(use_enable ppx)
- --enable-unix
- " oasis_src_configure
-}
-
-DOCS=( CHANGES README.md TODO.md )