diff options
author | Sam James <sam@gentoo.org> | 2021-03-12 17:46:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-13 15:23:00 +0000 |
commit | 9a5204d92558c3ab1d370578ed1339ec6d44065f (patch) | |
tree | 6abf554e4cf7e302cd4298223b68a0cac3a02a88 /dev-ml/topkg | |
parent | dev-ml/ocamlweb: drop 1.39 (diff) | |
download | gentoo-9a5204d92558c3ab1d370578ed1339ec6d44065f.tar.gz gentoo-9a5204d92558c3ab1d370578ed1339ec6d44065f.tar.bz2 gentoo-9a5204d92558c3ab1d370578ed1339ec6d44065f.zip |
dev-ml/topkg: drop 0.9.0, 0.9.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/topkg')
-rw-r--r-- | dev-ml/topkg/Manifest | 2 | ||||
-rw-r--r-- | dev-ml/topkg/topkg-0.9.0.ebuild | 33 | ||||
-rw-r--r-- | dev-ml/topkg/topkg-0.9.1.ebuild | 33 |
3 files changed, 0 insertions, 68 deletions
diff --git a/dev-ml/topkg/Manifest b/dev-ml/topkg/Manifest index 28c8e6e433ec..ae0ad025d994 100644 --- a/dev-ml/topkg/Manifest +++ b/dev-ml/topkg/Manifest @@ -1,3 +1 @@ -DIST topkg-0.9.0.tar.gz 120352 BLAKE2B 1122fe8b60e3d104136810a2cec8460c24a26061eff55e80347d2ecf197afee949e8afaca94a6615da31a8c3acaf113b44b16dbf2430fda6724e440597775bb5 SHA512 823fe1abb344d7800e09411c952bd276ecea97b5d9c124d986e26b9128d03b3ad023a38560198e476ef8f949ecb456078e332bda94075e9b746e43d3059a8fdb -DIST topkg-0.9.1.tar.gz 120943 BLAKE2B 39ac0d1d247183cf9f007c65b09d413ad6a89982d84269e99585ed5f15df4d7683de61548dba6ca5a1299f96206bfd2dc1042486410caa202938dc15e936446b SHA512 19773eb764b53a6e5110c44d7942d2557d6c8502a3037b57f7737efc08f4cc374845b431fdb1465207693d15a4b072aea3db97f8e60e069e3d24ae150e8c5c8f DIST topkg-1.0.3.tar.gz 122302 BLAKE2B c3c583fe6d9c6602c9eeae6ba76f0b8e1eda754cb2ffed8f6a9b51eeea53a2d16ad0af5bf3bf1f257233481efd1e7fecfca7185773dcb4258f6a0a8195aaf61f SHA512 b4f3393b142c5c2d71bb4a25f5af020831bd48ad5c354b68cf5a2df2044b534024f0568da93ad26ca383c97ba4277b4878dba7ce9267146f3805c67f52950cbf diff --git a/dev-ml/topkg/topkg-0.9.0.ebuild b/dev-ml/topkg/topkg-0.9.0.ebuild deleted file mode 100644 index 773af719a185..000000000000 --- a/dev-ml/topkg/topkg-0.9.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit findlib - -DESCRIPTION="The transitory OCaml software packager" -HOMEPAGE="https://erratique.ch/software/topkg https://github.com/dbuenzli/topkg" -SRC_URI="https://github.com/dbuenzli/topkg/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="ISC" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" -IUSE="" - -RDEPEND="dev-ml/result:= - dev-ml/ocamlbuild:= - dev-ml/findlib:= - dev-lang/ocaml:=" -DEPEND="${RDEPEND}" - -src_compile() { - ocaml pkg/pkg.ml build --pkg-name ${PN} || die -} - -src_install() { - # Can't use opam-installer here as it is an opam dep... - findlib_src_preinst - local nativelibs="$(echo _build/src/${PN}*.cm{x,xa,xs,ti} _build/src/${PN}.a)" - ocamlfind install ${PN} _build/pkg/META _build/src/${PN}.mli _build/src/${PN}.cm{a,i} ${nativelibs} || die - dodoc CHANGES.md DEVEL.md README.md -} diff --git a/dev-ml/topkg/topkg-0.9.1.ebuild b/dev-ml/topkg/topkg-0.9.1.ebuild deleted file mode 100644 index 773af719a185..000000000000 --- a/dev-ml/topkg/topkg-0.9.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit findlib - -DESCRIPTION="The transitory OCaml software packager" -HOMEPAGE="https://erratique.ch/software/topkg https://github.com/dbuenzli/topkg" -SRC_URI="https://github.com/dbuenzli/topkg/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="ISC" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" -IUSE="" - -RDEPEND="dev-ml/result:= - dev-ml/ocamlbuild:= - dev-ml/findlib:= - dev-lang/ocaml:=" -DEPEND="${RDEPEND}" - -src_compile() { - ocaml pkg/pkg.ml build --pkg-name ${PN} || die -} - -src_install() { - # Can't use opam-installer here as it is an opam dep... - findlib_src_preinst - local nativelibs="$(echo _build/src/${PN}*.cm{x,xa,xs,ti} _build/src/${PN}.a)" - ocamlfind install ${PN} _build/pkg/META _build/src/${PN}.mli _build/src/${PN}.cm{a,i} ${nativelibs} || die - dodoc CHANGES.md DEVEL.md README.md -} |