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/ppx_inline_test/
Date: Tue, 15 Aug 2017 07:26:24 +0000 (UTC)	[thread overview]
Message-ID: <1502781973.fe19fc0464916b91452132bb3272ba89ef8d304e.aballier@gentoo> (raw)

commit:     fe19fc0464916b91452132bb3272ba89ef8d304e
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 15 07:21:35 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 07:26:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe19fc04

dev-ml/ppx_inline_test: Remove old

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 dev-ml/ppx_inline_test/Manifest                    |  2 --
 .../ppx_inline_test/ppx_inline_test-0.9.0.ebuild   | 33 ---------------------
 .../ppx_inline_test/ppx_inline_test-0.9.1.ebuild   | 34 ----------------------
 3 files changed, 69 deletions(-)

diff --git a/dev-ml/ppx_inline_test/Manifest b/dev-ml/ppx_inline_test/Manifest
index 91836adf585..d94fe3c6062 100644
--- a/dev-ml/ppx_inline_test/Manifest
+++ b/dev-ml/ppx_inline_test/Manifest
@@ -1,3 +1 @@
-DIST ppx_inline_test-0.9.0.tar.gz 19059 SHA256 c69968b180d524a13712bba3869078fe224f4214fa65a8713cc3e309075af9bf SHA512 639614beaeb4aedd5450062f90a42898db24347f94f1595fc9adad2a837a54723e6f92e72b16709cb15a18c0b9ae3eb7089cc92bb239266a0d6d7e82f5f9e642 WHIRLPOOL 796dac694898c26ebb5d727de82cabcd8391ab01748a2f8ce725965b50b0cf1ee394ce3a5cb0c8f228379852ee76cea5897272bd1857e3f597936608311d3461
-DIST ppx_inline_test-0.9.1.tar.gz 19262 SHA256 04409caa79873ccaed8ff2e32d70fec9258477bf5c414654d8e7d26006668443 SHA512 c3ef0db2a79523c3c223db19f80ceef207aec1f354e2ff746049c81bdea6dd3a4cd0e24c8f1fe99be17f03b47ae201823849f9204a2a990a9eb6794d8d26b95a WHIRLPOOL 1afcfa11575a5c78306783ff93d2afe5ded5a8bc6e6c03e6ef1302b5d5423a463aca4994a4a95588e49f9e4e12b8b05ac9bb84044347b37875c1a308486410de
 DIST ppx_inline_test-0.9.2.tar.gz 19280 SHA256 fee108d69d12efab43c0100dc49e021d253957d6f352ed99af0b4149c75e12d0 SHA512 39261a51201b2b7fbd6f4f53c72b2921da9f5a47f726479f65f976ed3979630f0a8587328f4536e42d24315d341afbe2770084ffd951569564a3145cd154be5f WHIRLPOOL ed66b9e67859868a4c2ae75dfe0b5c93fa211330952772d35ff2d99fa754b87228f95b9e21fc0289d4aa5f153dba93382abe7463592b78e49b7b6c3e321c0e2d

diff --git a/dev-ml/ppx_inline_test/ppx_inline_test-0.9.0.ebuild b/dev-ml/ppx_inline_test/ppx_inline_test-0.9.0.ebuild
deleted file mode 100644
index 573ce0ffcdf..00000000000
--- a/dev-ml/ppx_inline_test/ppx_inline_test-0.9.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Syntax extension for writing in-line tests in ocaml code"
-HOMEPAGE="https://github.com/janestreet/ppx_inline_test"
-SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-	dev-lang/ocaml:=
-	dev-ml/base:=
-	dev-ml/ppx_core:=
-	dev-ml/ppx_driver:=
-	dev-ml/ppx_metaquot:=
-	dev-ml/ocaml-migrate-parsetree:=
-"
-
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} dev-ml/opam dev-ml/jbuilder"
-
-src_install() {
-	opam-installer -i \
-		--prefix="${ED}/usr" \
-		--libdir="${D}/$(ocamlc -where)" \
-		--docdir="${ED}/usr/share/doc/${PF}" \
-		${PN}.install || die
-}

diff --git a/dev-ml/ppx_inline_test/ppx_inline_test-0.9.1.ebuild b/dev-ml/ppx_inline_test/ppx_inline_test-0.9.1.ebuild
deleted file mode 100644
index 68e2df83520..00000000000
--- a/dev-ml/ppx_inline_test/ppx_inline_test-0.9.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Syntax extension for writing in-line tests in ocaml code"
-HOMEPAGE="https://github.com/janestreet/ppx_inline_test"
-SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-	dev-lang/ocaml:=
-	dev-ml/base:=
-	dev-ml/ppx_core:=
-	dev-ml/ppx_driver:=
-	dev-ml/ppx_metaquot:=
-	dev-ml/ppx_traverse_builtins:=
-	dev-ml/ocaml-migrate-parsetree:=
-"
-
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND} dev-ml/opam dev-ml/jbuilder"
-
-src_install() {
-	opam-installer -i \
-		--prefix="${ED}/usr" \
-		--libdir="${D}/$(ocamlc -where)" \
-		--docdir="${ED}/usr/share/doc/${PF}" \
-		${PN}.install || die
-}


             reply	other threads:[~2017-08-15  7:26 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-15  7:26 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-30 13:14 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_inline_test/ Alfredo Tupone
2023-03-25 14:50 Arthur Zamarin
2023-03-25 14:49 Arthur Zamarin
2023-03-25 14:48 Arthur Zamarin
2023-03-25 14:48 Arthur Zamarin
2023-01-28 21:23 Alfredo Tupone
2022-04-24 14:01 Alfredo Tupone
2022-04-22 18:31 Alfredo Tupone
2021-03-07 20:25 Alfredo Tupone
2020-10-16 15:17 Mark Wright
2017-08-15  7:26 Alexis Ballier
2017-07-29 10:06 Alexis Ballier
2017-06-25 14:42 Alexis Ballier
2017-04-18 20:10 Alexis Ballier
2017-01-24 11:40 Alexis Ballier
2016-03-22 10:07 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=1502781973.fe19fc0464916b91452132bb3272ba89ef8d304e.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