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 3487D138806 for ; Mon, 25 Dec 2017 19:17:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 816E42BC100; Mon, 25 Dec 2017 19:17:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4C3F62BC0D9 for ; Mon, 25 Dec 2017 19:17:43 +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 6D93E33BF05 for ; Mon, 25 Dec 2017 19:17:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7B49AEA8 for ; Mon, 25 Dec 2017 19:17:38 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1514229446.6da83bc673f96d0ebb23995b615efdd037a409e2.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cloog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/cloog/cloog-0.18.3.ebuild dev-libs/cloog/cloog-0.18.4.ebuild dev-libs/cloog/cloog-9999.ebuild X-VCS-Directories: dev-libs/cloog/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6da83bc673f96d0ebb23995b615efdd037a409e2 X-VCS-Branch: master Date: Mon, 25 Dec 2017 19:17:38 +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: 9b78470f-f47c-4e4b-b38a-a999b1800b96 X-Archives-Hash: 9e938adb41fc630f7767fba0475a3f95 commit: 6da83bc673f96d0ebb23995b615efdd037a409e2 Author: David Seifert gentoo org> AuthorDate: Mon Dec 25 19:13:53 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Dec 25 19:17:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da83bc6 dev-libs/cloog: [QA] Port to git-r3 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-libs/cloog/cloog-0.18.3.ebuild | 6 +++--- dev-libs/cloog/cloog-0.18.4.ebuild | 6 +++--- dev-libs/cloog/cloog-9999.ebuild | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-libs/cloog/cloog-0.18.3.ebuild b/dev-libs/cloog/cloog-0.18.3.ebuild index 5126c58deed..afba131ead9 100644 --- a/dev-libs/cloog/cloog-0.18.3.ebuild +++ b/dev-libs/cloog/cloog-0.18.3.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" inherit eutils multilib-minimal -if [[ ${PV} == "9999" ]] ; then +if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="git://repo.or.cz/cloog.git" - inherit autotools git-2 + inherit autotools git-r3 else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" SRC_URI="http://www.bastoul.net/cloog/pages/download/${P}.tar.gz" diff --git a/dev-libs/cloog/cloog-0.18.4.ebuild b/dev-libs/cloog/cloog-0.18.4.ebuild index 755aa3decf7..dab39664621 100644 --- a/dev-libs/cloog/cloog-0.18.4.ebuild +++ b/dev-libs/cloog/cloog-0.18.4.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" inherit eutils multilib-minimal -if [[ ${PV} == "9999" ]] ; then +if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="git://repo.or.cz/cloog.git" - inherit autotools git-2 + inherit autotools git-r3 else KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" SRC_URI="http://www.bastoul.net/cloog/pages/download/${P}.tar.gz" diff --git a/dev-libs/cloog/cloog-9999.ebuild b/dev-libs/cloog/cloog-9999.ebuild index 43209f571e5..85781b4d72c 100644 --- a/dev-libs/cloog/cloog-9999.ebuild +++ b/dev-libs/cloog/cloog-9999.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" inherit eutils multilib-minimal -if [[ ${PV} == "9999" ]] ; then +if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="git://repo.or.cz/cloog.git" - inherit autotools git-2 + inherit autotools git-r3 else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" SRC_URI="http://www.bastoul.net/cloog/pages/download/${P}.tar.gz"