From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-871769-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5436C59CA5 for <garchives@archives.gentoo.org>; Wed, 23 Mar 2016 13:59:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56E2B21C003; Wed, 23 Mar 2016 13:59:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB7D921C003 for <gentoo-commits@lists.gentoo.org>; Wed, 23 Mar 2016 13:59:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 852B4340B63 for <gentoo-commits@lists.gentoo.org>; Wed, 23 Mar 2016 13:59:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BFD1863 for <gentoo-commits@lists.gentoo.org>; Wed, 23 Mar 2016 13:59:05 +0000 (UTC) From: "Alexis Ballier" <aballier@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" <aballier@gentoo.org> Message-ID: <1458741510.e5f7d335021cc4d2f6376b72db11355934ed82c3.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/stringext/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/stringext/Manifest dev-ml/stringext/stringext-1.4.1.ebuild X-VCS-Directories: dev-ml/stringext/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e5f7d335021cc4d2f6376b72db11355934ed82c3 X-VCS-Branch: master Date: Wed, 23 Mar 2016 13:59:05 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 98da370b-72c3-49f6-9b71-df5c40c77fbc X-Archives-Hash: 02858de44ca273af6f169baddefeaf9e commit: e5f7d335021cc4d2f6376b72db11355934ed82c3 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Wed Mar 23 13:27:35 2016 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Wed Mar 23 13:58:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5f7d335 dev-ml/stringext: bump to 1.4.1 Package-Manager: portage-2.2.28 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org> dev-ml/stringext/Manifest | 1 + dev-ml/stringext/stringext-1.4.1.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-ml/stringext/Manifest b/dev-ml/stringext/Manifest index 9352a78..3e48327 100644 --- a/dev-ml/stringext/Manifest +++ b/dev-ml/stringext/Manifest @@ -1 +1,2 @@ DIST stringext-1.4.0.tar.gz 49163 SHA256 452caddd80c85aebda74f65615aeba4045ab2496498d844ab110605c97a156a5 SHA512 5c9b64f42b1517c255376a81886b946d852fe5f4b11dee87986eb1eab856e89a79f088d2bbd7d79dfa13cce5e51649a32bfe06242d5afbf7b868085b272173bf WHIRLPOOL 15b2501095f2c6143eac33751b26f9c82e7226125c49b270fe8dff92bd51b97eede8e7865343766fa56fcffa373b591da4f8170afba46d12c413dfec0d1431eb +DIST stringext-1.4.1.tar.gz 49181 SHA256 abcecd6f8f207804b95ea87222ac263a37d76fb3a3fe0dfd6aaa7343585ef64c SHA512 a5b364e8a7f56c5b91b2114e10fd5c534ef7c2f5737505f52fddeb61de1a90fb75fd6f2cbb1b83934d5dfd020e2be9df81ab8774126a0d8c033c45faa0d17a00 WHIRLPOOL da524dce7541b87276eb12aee8138f5fafd3f282875e7ae464524399c3447470fee92d6ea43a3bf78102a9b5232c32de49cfb8bf9a95f9dff7a04f126662babc diff --git a/dev-ml/stringext/stringext-1.4.1.ebuild b/dev-ml/stringext/stringext-1.4.1.ebuild new file mode 100644 index 0000000..25377ce --- /dev/null +++ b/dev-ml/stringext/stringext-1.4.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +OASIS_BUILD_TESTS=1 + +inherit oasis + +DESCRIPTION="Extra string functions for OCaml" +HOMEPAGE="https://github.com/rgrinberg/stringext" +SRC_URI="https://github.com/rgrinberg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + test? ( dev-ml/qcheck[ounit(-)] ) + >=dev-lang/ocaml-4:= +" +RDEPEND=" + >=dev-lang/ocaml-4:= +" + +DOCS=( README.md )