From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CEE711387B1 for ; Mon, 6 Jan 2014 19:27:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0700CE0B8D; Mon, 6 Jan 2014 19:27:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82311E0B8D for ; Mon, 6 Jan 2014 19:27:13 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0D0833F74A for ; Mon, 6 Jan 2014 19:27:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A9C82E5536 for ; Mon, 6 Jan 2014 19:27:10 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1389036030.2de8450fc58b4072bd0a2fc46b79198cec819833.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/path64/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/path64/ChangeLog dev-lang/path64/path64-9999.ebuild X-VCS-Directories: dev-lang/path64/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 2de8450fc58b4072bd0a2fc46b79198cec819833 X-VCS-Branch: master Date: Mon, 6 Jan 2014 19:27:10 +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: a1a6e7c2-4d4c-4bc4-9545-9526d4dce06f X-Archives-Hash: e7a3c9d63955e85d57fc22cc0ef73e71 commit: 2de8450fc58b4072bd0a2fc46b79198cec819833 Author: Justin Lecher gentoo org> AuthorDate: Mon Jan 6 19:20:30 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jan 6 19:20:30 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2de8450f dev-lang/path64: Switch from git-2 to git-r3 Package-Manager: portage-2.2.8 --- dev-lang/path64/ChangeLog | 5 ++++- dev-lang/path64/path64-9999.ebuild | 18 ++++++++++-------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/dev-lang/path64/ChangeLog b/dev-lang/path64/ChangeLog index 264f550..043e246 100644 --- a/dev-lang/path64/ChangeLog +++ b/dev-lang/path64/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for dev-lang/path64 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Jan 2014; Justin Lecher path64-9999.ebuild: + Switch from git-2 to git-r3 + 14 Jun 2013; Justin Lecher path64-9999.ebuild, metadata.xml: Drop KEYWORDS of live ebuilds diff --git a/dev-lang/path64/path64-9999.ebuild b/dev-lang/path64/path64-9999.ebuild index bc0a332..9c5ac50 100644 --- a/dev-lang/path64/path64-9999.ebuild +++ b/dev-lang/path64/path64-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 -CMAKE_VERBOSE=1 +EAPI=5 + if [ "${PV%9999}" != "${PV}" ] ; then - SCM=git-2 + SCM=git-r3 EGIT_REPO_URI="git://github.com/pathscale/${PN}-suite.git" PATH64_URI="compiler assembler" PATHSCALE_URI="compiler-rt libcxxrt libdwarf-bsd libunwind stdcxx" @@ -32,6 +32,8 @@ DEPEND="!native? ( sys-devel/gcc[vanilla] ) valgrind? ( dev-util/valgrind )" RDEPEND="${DEPEND}" +CMAKE_VERBOSE=1 + pkg_setup() { if use custom-cflags ; then ewarn "You are trying to build ${PN} with custom-cflags" @@ -42,21 +44,21 @@ pkg_setup() { } src_unpack() { - git-2_src_unpack + git-r3_src_unpack cd "${S}" mkdir compiler for f in ${PATH64_URI}; do EGIT_REPO_URI="git://github.com/${PN}/${f}.git" \ EGIT_DIR="${EGIT_STORE_DIR}/compiler/${f}" \ - EGIT_SOURCEDIR="${WORKDIR}/${P}/compiler/${f}" git-2_src_unpack + EGIT_SOURCEDIR="${WORKDIR}/${P}/compiler/${f}" git-r3_src_unpack done for f in ${PATHSCALE_URI}; do EGIT_REPO_URI="git://github.com/pathscale/${f}.git" \ EGIT_DIR="${EGIT_STORE_DIR}/compiler/${f}" \ - EGIT_SOURCEDIR="${WORKDIR}/${P}/compiler/${f}" git-2_src_unpack + EGIT_SOURCEDIR="${WORKDIR}/${P}/compiler/${f}" git-r3_src_unpack done EGIT_REPO_URI=${DBG_URI} EGIT_DIR="${EGIT_STORE_DIR}/compiler/pathdb" \ - EGIT_SOURCEDIR="${WORKDIR}/${P}/compiler/pathdb" git-2_src_unpack + EGIT_SOURCEDIR="${WORKDIR}/${P}/compiler/pathdb" git-r3_src_unpack } src_prepare() {