public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/jbuilder/
Date: Thu, 22 Jun 2017 11:48:04 +0000 (UTC)	[thread overview]
Message-ID: <1498132072.02a0585936a11152f2ad4b4b4c808b64664618b7.aballier@gentoo> (raw)

commit:     02a0585936a11152f2ad4b4b4c808b64664618b7
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 11:26:51 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 11:47:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a05859

dev-ml/jbuilder: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ml/jbuilder/Manifest                  |  2 --
 dev-ml/jbuilder/jbuilder-1.0_beta8.ebuild | 35 -------------------------------
 dev-ml/jbuilder/jbuilder-1.0_beta9.ebuild | 35 -------------------------------
 3 files changed, 72 deletions(-)

diff --git a/dev-ml/jbuilder/Manifest b/dev-ml/jbuilder/Manifest
index 68089b881db..594b20c4bc4 100644
--- a/dev-ml/jbuilder/Manifest
+++ b/dev-ml/jbuilder/Manifest
@@ -1,3 +1 @@
 DIST jbuilder-1.0-beta10.tar.gz 251576 SHA256 f0a9a1322aba313704884edf39fa46da3e99efddb8c47db41a22cccb9dd59424 SHA512 83945d9cf3c6d61c33b83c4645b6c6b980b13f716a0541cd1833ce98543ca132a7c0efe4a46b5145e61159e7f8223fe4d1d6009b663bafb5fc79a2115fd5f521 WHIRLPOOL 8caf774d4c53cd98fceb031a0005a1fa75bdb49597174f299ed5304ffc0ce21c1f49a02a6b828a060fff29feca0a762b45c4f1a3e6ccb500cd4261c62eef65a9
-DIST jbuilder-1.0-beta8.tar.gz 207527 SHA256 279b070ae643879d1b28a741921b54065c3a09eacdd60e6ba3357024c9e9691c SHA512 5375a725d20711f8ebd29cf120904e85c567eeb0324f0f3cf12dfe8f6f52a622ea43b4b25ec510f94c53dd8ed43327db474cb11e0748815ddf6e50cd627e2f09 WHIRLPOOL f8ed82e5b0bf886326ab75f7a66a853964b412a6b7c1a9c1e39eeeff0fec82a0ca66d7207aa0d0c8c7b3d84bc21624854d3c4cbc721c785d962af0d8eb0a95ec
-DIST jbuilder-1.0-beta9.tar.gz 236409 SHA256 2777fd0c5a7d9ccc09f1223790f76342d6128e76bbca577f3f8ac102f2c53cf7 SHA512 60f0c403771dc4fe71275d20a4dc2bf8922be016e6d6395283a05a827ade8f95ca6a949f87274355e7de54132961ee6206746abc777f00d43fab8e20270100b5 WHIRLPOOL 1b0ae96b69981c5b74080dbcdbaea852fbcc06c5c0df869b707b4707fcd4a05682ea1d738898fa2206241b29f1bdf0cdabbdde21e791df3812a5c48e0107a27b

diff --git a/dev-ml/jbuilder/jbuilder-1.0_beta8.ebuild b/dev-ml/jbuilder/jbuilder-1.0_beta8.ebuild
deleted file mode 100644
index 2a4e160a125..00000000000
--- a/dev-ml/jbuilder/jbuilder-1.0_beta8.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_PV="${PV/_/+}"
-MY_P="${PN}-${PV/_/-}"
-
-DESCRIPTION="A composable build system for OCaml"
-HOMEPAGE="https://github.com/janestreet/jbuilder"
-SRC_URI="https://github.com/janestreet/jbuilder/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc"
-IUSE=""
-
-DEPEND="dev-lang/ocaml:="
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND}
-	dev-ml/opam
-"
-OPAMSWITCH="system"
-
-S="${WORKDIR}/${MY_P}"
-OPAMROOT="${D}"
-
-src_install() {
-	opam-installer -i \
-		--prefix="${ED}/usr" \
-		--libdir="${D}/$(ocamlc -where)" \
-		--docdir="${ED}/usr/share/doc/${PF}" \
-		--mandir="${ED}/usr/share/man" \
-		${PN}.install || die
-}

diff --git a/dev-ml/jbuilder/jbuilder-1.0_beta9.ebuild b/dev-ml/jbuilder/jbuilder-1.0_beta9.ebuild
deleted file mode 100644
index 2a4e160a125..00000000000
--- a/dev-ml/jbuilder/jbuilder-1.0_beta9.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_PV="${PV/_/+}"
-MY_P="${PN}-${PV/_/-}"
-
-DESCRIPTION="A composable build system for OCaml"
-HOMEPAGE="https://github.com/janestreet/jbuilder"
-SRC_URI="https://github.com/janestreet/jbuilder/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc"
-IUSE=""
-
-DEPEND="dev-lang/ocaml:="
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND}
-	dev-ml/opam
-"
-OPAMSWITCH="system"
-
-S="${WORKDIR}/${MY_P}"
-OPAMROOT="${D}"
-
-src_install() {
-	opam-installer -i \
-		--prefix="${ED}/usr" \
-		--libdir="${D}/$(ocamlc -where)" \
-		--docdir="${ED}/usr/share/doc/${PF}" \
-		--mandir="${ED}/usr/share/man" \
-		${PN}.install || die
-}


             reply	other threads:[~2017-06-22 11:48 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-22 11:48 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-04-04  6:10 [gentoo-commits] repo/gentoo:master commit in: dev-ml/jbuilder/ Sam James
2021-02-13 16:28 Alfredo Tupone
2021-02-06 21:46 Alfredo Tupone
2021-02-06 21:08 Alfredo Tupone
2017-10-14 11:13 Alexis Ballier
2017-10-13  8:05 Alexis Ballier
2017-09-08  7:18 Alexis Ballier
2017-08-23  7:30 Alexis Ballier
2017-08-02 11:23 Alexis Ballier
2017-08-02 11:23 Alexis Ballier
2017-08-02 11:23 Alexis Ballier
2017-07-25 13:36 Alexis Ballier
2017-07-24  5:34 Alexis Ballier
2017-07-08 14:19 Alexis Ballier
2017-06-30 12:47 Alexis Ballier
2017-06-22 11:48 Alexis Ballier
2017-06-09 10:20 Alexis Ballier
2017-05-24 11:08 Alexis Ballier
2017-04-27 10:41 Alexis Ballier
2017-04-27 10:41 Alexis Ballier
2017-04-18 20:10 Alexis Ballier
2017-04-05  9:51 Michael Weber
2017-03-29  6:48 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1498132072.02a0585936a11152f2ad4b4b4c808b64664618b7.aballier@gentoo \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox