From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 18D01139694 for ; Fri, 4 Aug 2017 21:07:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2232E0E33; Fri, 4 Aug 2017 21:07:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A192E0E2D for ; Fri, 4 Aug 2017 21:07:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C631734190D for ; Fri, 4 Aug 2017 21:07:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4053D75F6 for ; Fri, 4 Aug 2017 21:07:07 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1501880728.dd75de5eccd87381576f98f74f5257e8cfb25a6c.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocplib-endian/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocplib-endian/ocplib-endian-1.0.ebuild X-VCS-Directories: dev-ml/ocplib-endian/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: dd75de5eccd87381576f98f74f5257e8cfb25a6c X-VCS-Branch: master Date: Fri, 4 Aug 2017 21:07:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e2200f7b-4538-4306-8cad-afb9ea3b5055 X-Archives-Hash: 5e08ba17de4d9ec4ebb5f0ba9f4e8050 commit: dd75de5eccd87381576f98f74f5257e8cfb25a6c Author: Jonas Stein gentoo org> AuthorDate: Mon Jul 31 23:13:55 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Fri Aug 4 21:05:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd75de5e dev-ml/ocplib-endian: Shorter DESCRIPTION dev-ml/ocplib-endian/ocplib-endian-1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/ocplib-endian/ocplib-endian-1.0.ebuild b/dev-ml/ocplib-endian/ocplib-endian-1.0.ebuild index 416cacb8da5..c3947fbc9c8 100644 --- a/dev-ml/ocplib-endian/ocplib-endian-1.0.ebuild +++ b/dev-ml/ocplib-endian/ocplib-endian-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ OASIS_BUILD_TESTS=1 inherit oasis -DESCRIPTION="Optimised functions to read and write int16/32/64 from strings, bytes and bigarrays" +DESCRIPTION="Functions to read and write int16/32/64 from strings, bytes, and bigarrays" HOMEPAGE="https://github.com/OCamlPro/ocplib-endian" SRC_URI="https://github.com/OCamlPro/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"