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/ocaml-fileutils/
Date: Tue, 24 Jan 2017 11:23:12 +0000 (UTC)	[thread overview]
Message-ID: <1485256513.e8bc4770ad390d8b92a94ea0f8df34a2cc8e68a4.aballier@gentoo> (raw)

commit:     e8bc4770ad390d8b92a94ea0f8df34a2cc8e68a4
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 11:15:13 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 11:15:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8bc4770

dev-ml/ocaml-fileutils: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/ocaml-fileutils/Manifest                    |  2 --
 .../ocaml-fileutils/ocaml-fileutils-0.4.5.ebuild   | 25 ----------------------
 .../ocaml-fileutils/ocaml-fileutils-0.5.0.ebuild   | 25 ----------------------
 3 files changed, 52 deletions(-)

diff --git a/dev-ml/ocaml-fileutils/Manifest b/dev-ml/ocaml-fileutils/Manifest
index 4c80370..20a98ae 100644
--- a/dev-ml/ocaml-fileutils/Manifest
+++ b/dev-ml/ocaml-fileutils/Manifest
@@ -1,3 +1 @@
-DIST ocaml-fileutils-0.4.5.tar.gz 83511 SHA256 2ab3d2e9d8aa047871f6053e52007a8a25132653d5b1c29f8451ba2c1fab9866 SHA512 4efe60c6ec52d9aa6523a3f26b0d7cda410a4aae4ee5535327020e4288c2899a7989aa3352e849fe0fd6360b42d8e3b57179df256938ab5ac7785f102923c288 WHIRLPOOL 777a9160af0c9deb18ffb2dc6c218ad5596608c83a229e1633ff75687dc637055417caf0190e8022f585fff43a6ad84804927e45bba8739f3bf07e2c1b7177f2
-DIST ocaml-fileutils-0.5.0.tar.gz 123081 SHA256 8758324a57879dbcc4a95d4ab08cb0cee378f5c7b6eba7592d63d49ca9354977 SHA512 aa238cbe086479f330732c20ca1fb3b810254723e3fa8129394254e154a24c449f703196483afe04d6efb6bfe80c1c6870e14a81627907f243ef4ca5d73e9020 WHIRLPOOL f311b72a53456ac0cd367292c980430444978861006cf06a345412b4cdc7081d8d567b1955409ec64372eabfc5812c2a13f8807150f68097ae96881d32657e89
 DIST ocaml-fileutils-0.5.1.tar.gz 129639 SHA256 ef28b094a2bf3894be1c93e8abfb8d09b2681ceb3185487da793a9cdb2e8df3c SHA512 e2f60d16d9c25f43ea6bf5fcdf5810ae1722ef30a37e9ffcb6302a87bf3aa89777f3e3d43860258fb7c284861df1eafb4e5e2b6bd3f8d78d347ef8d139e460e8 WHIRLPOOL baaf9ac58d19daa0e66cc5cac5bf95f498d12c523176fae496ec3b4d5392048651181d20579951a06acacf0c762c77b344f93833e7854307b6a730681f5bb2a1

diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.5.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.5.ebuild
deleted file mode 100644
index 083548c..00000000
--- a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.5.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-OASIS_BUILD_DOCS=1
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="Pure OCaml functions to manipulate real file (POSIX like) and filename"
-HOMEPAGE="http://forge.ocamlcore.org/projects/ocaml-fileutils"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/1194/${P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-	dev-ml/ounit"
-
-DOCS=( "AUTHORS.txt" "README.txt" "CHANGELOG.txt" "TODO.txt" )

diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.0.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.0.ebuild
deleted file mode 100644
index dd8dd90..00000000
--- a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.0.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
-
-OASIS_BUILD_DOCS=1
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="Pure OCaml functions to manipulate real file (POSIX like) and filename"
-HOMEPAGE="http://forge.ocamlcore.org/projects/ocaml-fileutils"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/1531/${P}.tar.gz"
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-	>=dev-ml/ounit-2.0.0"
-
-DOCS=( "AUTHORS.txt" "README.txt" "CHANGELOG.txt" "TODO.txt" )


             reply	other threads:[~2017-01-24 11:23 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-24 11:23 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-28 16:48 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-fileutils/ Sam James
2025-03-16  9:53 Alfredo Tupone
2023-12-02 10:56 Arthur Zamarin
2023-02-23 23:47 Sam James
2022-12-03  8:10 Sam James
2022-12-03  8:10 Sam James
2022-06-21  1:53 Sam James
2021-06-09 21:45 Sam James
2021-03-13 15:26 Sam James
2021-03-13 15:26 Sam James
2021-03-13 14:03 Sam James
2020-12-02 17:46 Aaron Bauman
2020-06-24 10:25 Joonas Niilola
2020-06-24 10:25 Joonas Niilola
2020-06-24 10:25 Joonas Niilola
2020-06-24 10:25 Joonas Niilola
2017-10-10  9:55 Jonas Stein
2017-05-25 14:50 Alexis Ballier
2016-11-10 15:18 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=1485256513.e8bc4770ad390d8b92a94ea0f8df34a2cc8e68a4.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