From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/
Date: Tue, 24 Jan 2017 11:50:32 +0000 (UTC) [thread overview]
Message-ID: <1485258628.1ab1fa644f0d1e84533431afa566f08eed2a4b9a.aballier@gentoo> (raw)
commit: 1ab1fa644f0d1e84533431afa566f08eed2a4b9a
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 11:49:35 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 11:50:28 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ab1fa64
dev-ml/textutils: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-ml/textutils/Manifest | 2 --
dev-ml/textutils/textutils-112.17.00.ebuild | 25 ---------------
dev-ml/textutils/textutils-113.24.00.ebuild | 50 -----------------------------
3 files changed, 77 deletions(-)
diff --git a/dev-ml/textutils/Manifest b/dev-ml/textutils/Manifest
index 1f0540f..58f65db 100644
--- a/dev-ml/textutils/Manifest
+++ b/dev-ml/textutils/Manifest
@@ -1,3 +1 @@
-DIST textutils-112.17.00.tar.gz 60953 SHA256 605d9fde66dc2d777721c936aa521e17169c143efaf9ff29619a7f273a7d0052 SHA512 bc1143b3406538bb023ba82d80d8f2609312000b610809e9b37d032cf50689c38b385ce0fb6721ca6eb0d2c47d4f1db65a9569bda9b05c934c7cf61b2530539e WHIRLPOOL 96c352f8236354792da9dfb00adea51816ab62501558ece74d61d489b923e52ffb92780737ae0f5c21d3a67a12e790fdee22155713044de94148989c640ab4e0
-DIST textutils-113.24.00.tar.gz 63937 SHA256 21d5cb65e22bef24647894ce38da4dd2a9f0a3aa1ed16dedafbc28f19e3c8d90 SHA512 96fc0e3cf29780fbab9a12877bdf20b5a8a93bb25ce5b457682b8ab2b38f91da563c307ed6a87dd912735728942086581af7a835ac390ccd370f4105db1e158c WHIRLPOOL edadf77c3db73ce87414c0b57870a44752e859d7c0a0d294c69489246cecf8ff663ef9f9d26b1e4fa00a9477fe545db7fde73e703408669b109a4d380e604c14
DIST textutils-113.33.00.tar.gz 63765 SHA256 abe22409017c003f1c3da7e2a9ae4e139a4e470c3e4b2d009fda66a009f2427a SHA512 64f9c452ab2fa2b418f75f3295fb9b42d7c8c9994fed1591e92bb5298fea0548586e16b118fb8e5dc088a9b34055832ae5e6c3781aa6abb8754e8239ebb53fd9 WHIRLPOOL 0a16263d4cce85d4442acf465c53fc7b5b19572c4b192e6d6bdc7c25a012b320a0523a428009d0fa69814cfd2942331eca04442bbab84cb6bc5daf069f18c3b2
diff --git a/dev-ml/textutils/textutils-112.17.00.ebuild b/dev-ml/textutils/textutils-112.17.00.ebuild
deleted file mode 100644
index abd008d..00000000
--- a/dev-ml/textutils/textutils-112.17.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
-
-DESCRIPTION="Text output utilities"
-HOMEPAGE="https://ocaml.janestreet.com/"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
- >=dev-lang/ocaml-4.02[ocamlopt?]
- >=dev-ml/core-109.24.00:=
- >=dev-ml/pa_ounit-109.18.00:=
- >=dev-ml/sexplib-109.20.00:=
- dev-ml/camlp4:=
-"
-DEPEND="${RDEPEND}"
diff --git a/dev-ml/textutils/textutils-113.24.00.ebuild b/dev-ml/textutils/textutils-113.24.00.ebuild
deleted file mode 100644
index 06165d7..00000000
--- a/dev-ml/textutils/textutils-113.24.00.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit oasis
-
-DESCRIPTION="Text output utilities"
-HOMEPAGE="https://ocaml.janestreet.com/"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
- >=dev-lang/ocaml-4.02[ocamlopt?]
- >=dev-ml/core-109.24:=
- dev-ml/fieldslib:=
- dev-ml/ppx_assert:=
- dev-ml/ppx_bench:=
- dev-ml/ppx_driver:=
- dev-ml/ppx_expect:=
- dev-ml/ppx_inline_test:=
- dev-ml/ppx_jane:=
- >=dev-ml/sexplib-113.24:=
- dev-ml/typerep:=
- dev-ml/variantslib:=
-"
-DEPEND="${RDEPEND} dev-ml/opam"
-
-src_configure() {
- emake setup.exe
- OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
-}
-
-src_compile() {
- emake
-}
-
-src_install() {
- opam-installer -i \
- --prefix="${ED}/usr" \
- --libdir="${D}/$(ocamlc -where)" \
- --docdir="${ED}/usr/share/doc/${PF}" \
- ${PN}.install || die
- dodoc CHANGES.md
-}
next reply other threads:[~2017-01-24 11:50 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-24 11:50 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-08 13:14 [gentoo-commits] repo/gentoo:master commit in: dev-ml/textutils/ Jakov Smolić
2024-06-08 7:12 Sam James
2024-06-08 6:33 Arthur Zamarin
2024-06-08 5:18 Arthur Zamarin
2024-06-08 5:18 Arthur Zamarin
2024-05-29 10:28 Alfredo Tupone
2023-07-08 16:37 Alfredo Tupone
2023-06-15 18:20 Arthur Zamarin
2023-05-05 22:30 Sam James
2023-05-05 13:33 Arthur Zamarin
2023-05-05 13:19 Arthur Zamarin
2023-04-24 13:51 Alfredo Tupone
2023-02-24 22:20 Sam James
2023-02-24 16:56 Sam James
2023-02-20 20:27 Arthur Zamarin
2023-01-27 0:30 Sam James
2022-04-27 9:09 Alfredo Tupone
2021-03-13 14:05 Sam James
2021-03-13 14:03 Sam James
2021-03-07 14:38 Alfredo Tupone
2021-03-04 14:28 Agostino Sarubbo
2021-02-25 17:54 Sam James
2021-02-25 13:09 Sam James
2021-02-21 9:49 Sam James
2021-02-10 16:39 Sam James
2021-01-28 20:25 Sam James
2021-01-28 2:48 Sam James
2021-01-27 19:53 Sam James
2021-01-24 16:12 Sam James
2021-01-24 16:06 Sam James
2017-01-30 22:55 Alexis Ballier
2016-03-22 9:20 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=1485258628.1ab1fa644f0d1e84533431afa566f08eed2a4b9a.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