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 EAAD6138335 for ; Fri, 8 Jun 2018 20:54:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F963E0932; Fri, 8 Jun 2018 20:54:33 +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 3DF58E0922 for ; Fri, 8 Jun 2018 20:54:33 +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 8ADEE335CAF for ; Fri, 8 Jun 2018 20:54:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2A772C3 for ; Fri, 8 Jun 2018 20:54:29 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1528491264.acec216640f9c35c0eb64631f00fc9576cd34f4b.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/smatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/smatch/smatch-1.57-r1.ebuild sys-devel/smatch/smatch-1.57.ebuild sys-devel/smatch/smatch-1.59.ebuild sys-devel/smatch/smatch-9999.ebuild X-VCS-Directories: sys-devel/smatch/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: acec216640f9c35c0eb64631f00fc9576cd34f4b X-VCS-Branch: master Date: Fri, 8 Jun 2018 20:54:29 +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: 3bf71950-5146-404b-a235-919b22bec9bf X-Archives-Hash: c5f077ad86becc83c3dbaf91da6800a8 commit: acec216640f9c35c0eb64631f00fc9576cd34f4b Author: Marty E. Plummer startmail com> AuthorDate: Fri Jun 1 15:13:08 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Jun 8 20:54:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acec2166 sys-devel/smatch: git-2->git-r3 Package-Manager: Portage-2.3.40, Repoman-2.3.9 sys-devel/smatch/smatch-1.57-r1.ebuild | 7 +++---- sys-devel/smatch/smatch-1.57.ebuild | 7 +++---- sys-devel/smatch/smatch-1.59.ebuild | 7 +++---- sys-devel/smatch/smatch-9999.ebuild | 7 +++---- 4 files changed, 12 insertions(+), 16 deletions(-) diff --git a/sys-devel/smatch/smatch-1.57-r1.ebuild b/sys-devel/smatch/smatch-1.57-r1.ebuild index fd7fc3e72b9..6a2ec7381fa 100644 --- a/sys-devel/smatch/smatch-1.57-r1.ebuild +++ b/sys-devel/smatch/smatch-1.57-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -7,7 +7,7 @@ inherit multilib toolchain-funcs eutils if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://repo.or.cz/${PN}.git http://repo.or.cz/r/${PN}.git" - inherit git-2 + inherit git-r3 fi DESCRIPTION="static analysis tool for C" @@ -22,6 +22,7 @@ else #SRC_URI="http://repo.or.cz/w/smatch.git/snapshot/${PV}.tar.gz -> ${P}.tar.gz" SRC_URI="mirror://gentoo/${P}.tar.gz" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + S=${WORKDIR}/${PN} fi LICENSE="OSL-1.1" @@ -31,8 +32,6 @@ IUSE="" RDEPEND="dev-db/sqlite" DEPEND="${RDEPEND}" -S=${WORKDIR}/${PN} - src_prepare() { epatch "${FILESDIR}"/${P}-restrict.patch sed -i \ diff --git a/sys-devel/smatch/smatch-1.57.ebuild b/sys-devel/smatch/smatch-1.57.ebuild index e807d204438..f232ca67e03 100644 --- a/sys-devel/smatch/smatch-1.57.ebuild +++ b/sys-devel/smatch/smatch-1.57.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -7,7 +7,7 @@ inherit multilib toolchain-funcs if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://repo.or.cz/${PN}.git http://repo.or.cz/r/${PN}.git" - inherit git-2 + inherit git-r3 fi DESCRIPTION="static analysis tool for C" @@ -22,6 +22,7 @@ else #SRC_URI="http://repo.or.cz/w/smatch.git/snapshot/${PV}.tar.gz -> ${P}.tar.gz" SRC_URI="mirror://gentoo/${P}.tar.gz" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + S=${WORKDIR}/${PN} fi LICENSE="OSL-1.1" @@ -31,8 +32,6 @@ IUSE="" RDEPEND="dev-db/sqlite" DEPEND="${RDEPEND}" -S=${WORKDIR}/${PN} - src_prepare() { sed -i \ -e '/^PREFIX=/s:=.*:=/usr:' \ diff --git a/sys-devel/smatch/smatch-1.59.ebuild b/sys-devel/smatch/smatch-1.59.ebuild index b2a8198a82c..b8be38b5cad 100644 --- a/sys-devel/smatch/smatch-1.59.ebuild +++ b/sys-devel/smatch/smatch-1.59.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -7,11 +7,12 @@ inherit toolchain-funcs if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://repo.or.cz/${PN}.git http://repo.or.cz/r/${PN}.git" - inherit git-2 + inherit git-r3 else SRC_URI="http://repo.or.cz/w/smatch.git/snapshot/${PV}.tar.gz -> ${P}.tar.gz mirror://gentoo/${P}.tar.gz" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + S=${WORKDIR}/${PN} fi DESCRIPTION="static analysis tool for C" @@ -24,8 +25,6 @@ IUSE="" RDEPEND="dev-db/sqlite" DEPEND="${RDEPEND}" -S=${WORKDIR}/${PN} - src_prepare() { sed -i \ -e '/^CFLAGS =/{s:=:+=:;s:-O2 -finline-functions:${CPPFLAGS}:}' \ diff --git a/sys-devel/smatch/smatch-9999.ebuild b/sys-devel/smatch/smatch-9999.ebuild index b2a8198a82c..b8be38b5cad 100644 --- a/sys-devel/smatch/smatch-9999.ebuild +++ b/sys-devel/smatch/smatch-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -7,11 +7,12 @@ inherit toolchain-funcs if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://repo.or.cz/${PN}.git http://repo.or.cz/r/${PN}.git" - inherit git-2 + inherit git-r3 else SRC_URI="http://repo.or.cz/w/smatch.git/snapshot/${PV}.tar.gz -> ${P}.tar.gz mirror://gentoo/${P}.tar.gz" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + S=${WORKDIR}/${PN} fi DESCRIPTION="static analysis tool for C" @@ -24,8 +25,6 @@ IUSE="" RDEPEND="dev-db/sqlite" DEPEND="${RDEPEND}" -S=${WORKDIR}/${PN} - src_prepare() { sed -i \ -e '/^CFLAGS =/{s:=:+=:;s:-O2 -finline-functions:${CPPFLAGS}:}' \