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/typerep/
Date: Sun,  7 Feb 2016 16:14:02 +0000 (UTC)	[thread overview]
Message-ID: <1454861629.a256569d671b387080a035ed2853dca234994452.aballier@gentoo> (raw)

commit:     a256569d671b387080a035ed2853dca234994452
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  7 16:10:24 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Feb  7 16:13:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a256569d

dev-ml/typerep: remove old

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ml/typerep/Manifest                 |  2 --
 dev-ml/typerep/typerep-112.35.00.ebuild | 25 -------------------------
 dev-ml/typerep/typerep-113.00.00.ebuild | 25 -------------------------
 3 files changed, 52 deletions(-)

diff --git a/dev-ml/typerep/Manifest b/dev-ml/typerep/Manifest
index 930ea09..e4fa054 100644
--- a/dev-ml/typerep/Manifest
+++ b/dev-ml/typerep/Manifest
@@ -1,3 +1 @@
-DIST typerep-112.35.00.tar.gz 115477 SHA256 a14d6f6d29be27d8bbae980d843cfc352039692ec3e7af2f616bbc6a7624c144 SHA512 5fa340461165c98e16a99564c83c6dd6e357d3f6d948281e122f26110bf78daf0615708f94a4b23b76484d9d49f03993507f2cb63134d978d317b00175fe0320 WHIRLPOOL 5a5ea8efeb36018a05b7546f0a54d4bdf4367a1ad5c320545bd274bde7250b054a16609d2953ebea8a0f5b05a36ae1714c2a04c5350ce6c387a35a3de6aa9b57
-DIST typerep-113.00.00.tar.gz 115485 SHA256 68a4ffa1129107aee97c0bfd240abf1678405372983ba85ce96ae1e962e463ef SHA512 d1537a36dc457cbdd1c11ec2b00e35e1e1045aef20f568d264c208ad60265bc01bb4c939f585914f66290a99611394a9095edcb7a55a44bf617b1219431bcfbc WHIRLPOOL deae408e107e1e0983dffcc94d431b33fa6356a72611a3b4f6d38671156bab7edde4017a5a6b6c7d94e6d5596a354d56231a663291496a3967d9da15b6873c5d
 DIST typerep-113.24.00.tar.gz 71153 SHA256 838906c155d682644b3e6b55fad480f7ac93c03eb51a1d126665b4f2aa830e8b SHA512 3126d89cdfa8f052a2af3937fd9a1d205f18b26b761094a71518329b07f443da06f2db9fc79a22da621f5b2af91a352eda3119b73c3fd0fe80bf882da952d796 WHIRLPOOL 01a8864a6e66dcc21fe5d79156a298a7b51c99e0d6a08b48256f904baaa9b2bae6370e267d95f282922b455bbdfe3d72cdce802cb78515f42b46f264918e34db

diff --git a/dev-ml/typerep/typerep-112.35.00.ebuild b/dev-ml/typerep/typerep-112.35.00.ebuild
deleted file mode 100644
index c5f353a..0000000
--- a/dev-ml/typerep/typerep-112.35.00.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit oasis
-
-MY_P=${PN/-/_}-${PV}
-DESCRIPTION="Library for creating runtime representation of OCaml types"
-HOMEPAGE="http://www.janestreet.com/ocaml"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-	>=dev-ml/type-conv-111.13:=
-	dev-ml/camlp4:="
-
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"

diff --git a/dev-ml/typerep/typerep-113.00.00.ebuild b/dev-ml/typerep/typerep-113.00.00.ebuild
deleted file mode 100644
index c5f353a..0000000
--- a/dev-ml/typerep/typerep-113.00.00.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit oasis
-
-MY_P=${PN/-/_}-${PV}
-DESCRIPTION="Library for creating runtime representation of OCaml types"
-HOMEPAGE="http://www.janestreet.com/ocaml"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-	>=dev-ml/type-conv-111.13:=
-	dev-ml/camlp4:="
-
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"


             reply	other threads:[~2016-02-07 16:14 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-07 16:14 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-06-28 11:57 [gentoo-commits] repo/gentoo:master commit in: dev-ml/typerep/ Alexis Ballier
2017-01-24 11:50 Alexis Ballier
2017-08-06 12:30 Alexis Ballier
2020-10-13 12:54 Mark Wright
2020-10-15  1:19 Sam James
2020-10-15 12:42 Sam James
2020-10-17  1:16 Sam James
2020-10-24  0:38 Sam James
2020-10-28  3:36 Sam James
2021-01-24 11:45 Alfredo Tupone
2021-02-10 18:53 Sam James
2021-02-11  6:26 Sam James
2021-02-11  6:31 Sam James
2021-03-07 14:38 Alfredo Tupone
2022-04-25 17:51 Alfredo Tupone
2023-03-16 13:42 Alfredo Tupone
2023-03-25  1:43 Sam James
2023-03-25  1:43 Sam James
2023-03-25  1:44 Sam James
2023-03-25  1:49 Sam James
2023-06-18 11:21 Alfredo Tupone
2024-06-02 19:36 Arthur Zamarin
2024-06-02 19:41 Arthur Zamarin
2024-06-02 19:46 Arthur Zamarin
2024-06-12  5:40 Arthur Zamarin
2025-03-11 20:18 Alfredo Tupone
2025-03-16 19:21 Alfredo Tupone

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=1454861629.a256569d671b387080a035ed2853dca234994452.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