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 08066138330 for ; Fri, 7 Oct 2016 15:43:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41CF521C192; Fri, 7 Oct 2016 15:43:33 +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 2805C21C192 for ; Fri, 7 Oct 2016 15:43:33 +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 94B5F341413 for ; Fri, 7 Oct 2016 15:43:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45796248A for ; Fri, 7 Oct 2016 15:43:30 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1475855004.217ee95df6926262f269d33ecd6a6cce5b85ec56.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlbuild/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocamlbuild/ocamlbuild-0.9.2.ebuild dev-ml/ocamlbuild/ocamlbuild-0.9.3.ebuild X-VCS-Directories: dev-ml/ocamlbuild/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 217ee95df6926262f269d33ecd6a6cce5b85ec56 X-VCS-Branch: master Date: Fri, 7 Oct 2016 15:43:30 +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: 101b5e41-68a4-4c48-b7b3-caac45c59956 X-Archives-Hash: 3f9f383980e8c384d5d8e6a47bc11c8e commit: 217ee95df6926262f269d33ecd6a6cce5b85ec56 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Oct 7 15:43:03 2016 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Oct 7 15:43:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=217ee95d dev-ml/ocamlbuild: DESCRIPTION improved Gentoo CI has detected a "CrappyDescription" problem in these ebuilds. This commit will set a useful description to fix the QA problem. Package-Manager: portage-2.3.1 dev-ml/ocamlbuild/ocamlbuild-0.9.2.ebuild | 2 +- dev-ml/ocamlbuild/ocamlbuild-0.9.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.9.2.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.9.2.ebuild index 7fe9092..c18f0d6 100644 --- a/dev-ml/ocamlbuild/ocamlbuild-0.9.2.ebuild +++ b/dev-ml/ocamlbuild/ocamlbuild-0.9.2.ebuild @@ -4,7 +4,7 @@ EAPI=5 -DESCRIPTION="OCamlbuild" +DESCRIPTION="Generic build tool with built-in rules for building OCaml library and programs" HOMEPAGE="https://github.com/ocaml/ocamlbuild" SRC_URI="https://github.com/ocaml/ocamlbuild/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.9.3.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.9.3.ebuild index 7fe9092..c18f0d6 100644 --- a/dev-ml/ocamlbuild/ocamlbuild-0.9.3.ebuild +++ b/dev-ml/ocamlbuild/ocamlbuild-0.9.3.ebuild @@ -4,7 +4,7 @@ EAPI=5 -DESCRIPTION="OCamlbuild" +DESCRIPTION="Generic build tool with built-in rules for building OCaml library and programs" HOMEPAGE="https://github.com/ocaml/ocamlbuild" SRC_URI="https://github.com/ocaml/ocamlbuild/archive/${PV}.tar.gz -> ${P}.tar.gz"