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 3173E139695 for ; Tue, 25 Apr 2017 07:28:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CDB1E0DE8; Tue, 25 Apr 2017 07:28:18 +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 63F73E0DE9 for ; Tue, 25 Apr 2017 07:28:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 796E534164B for ; Tue, 25 Apr 2017 07:28:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E85E7441 for ; Tue, 25 Apr 2017 07:28:16 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1493105286.ee8d4e2d6bcef3270346d5c1eef5a50d42804fee.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/facile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/facile/facile-1.1.2.ebuild X-VCS-Directories: dev-ml/facile/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: ee8d4e2d6bcef3270346d5c1eef5a50d42804fee X-VCS-Branch: master Date: Tue, 25 Apr 2017 07:28:16 +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: 7f3a1475-235c-4c08-89e8-c0819b60ddfa X-Archives-Hash: 3f6214ce8617b541f7cdc45043a8734f commit: ee8d4e2d6bcef3270346d5c1eef5a50d42804fee Author: Michael Palimaka gentoo org> AuthorDate: Tue Apr 25 07:27:59 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Apr 25 07:28:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee8d4e2d dev-ml/facile: reduce length of DESCRIPTION to 80 characters or fewer Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-ml/facile/facile-1.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/facile/facile-1.1.2.ebuild b/dev-ml/facile/facile-1.1.2.ebuild index 13743c96a7a..9ab962099a4 100644 --- a/dev-ml/facile/facile-1.1.2.ebuild +++ b/dev-ml/facile/facile-1.1.2.ebuild @@ -5,7 +5,7 @@ EAPI=5 inherit eutils -DESCRIPTION="A constraint programming library on integer and integer set finite domains written in OCaml" +DESCRIPTION="An OCaml constraint programming library on integer & integer set finite domains" HOMEPAGE="http://www.recherche.enac.fr/log/facile/" SRC_URI="http://www.recherche.enac.fr/log/facile/distrib/${P}.tar.gz"