From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/path64/
Date: Mon, 6 Jan 2014 19:27:10 +0000 (UTC) [thread overview]
Message-ID: <1389036030.2de8450fc58b4072bd0a2fc46b79198cec819833.jlec@gentoo> (raw)
commit: 2de8450fc58b4072bd0a2fc46b79198cec819833
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 6 19:20:30 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec@gentoo.org> path64-9999.ebuild:
+ Switch from git-2 to git-r3
+
14 Jun 2013; Justin Lecher <jlec@gentoo.org> 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() {
next reply other threads:[~2014-01-06 19:27 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-06 19:27 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-01-29 14:20 [gentoo-commits] proj/sci:master commit in: dev-lang/path64/ Justin Lecher
2013-06-14 11:21 [gentoo-commits] proj/sci:fixing " Justin Lecher
2013-06-14 11:21 ` [gentoo-commits] proj/sci:master " Justin Lecher
2012-05-23 20:18 Kacper Kowalik
2012-05-23 19:56 Kacper Kowalik
2012-02-27 11:36 Kacper Kowalik
2012-02-25 19:44 Kacper Kowalik
2011-10-24 19:12 Justin Lecher
2011-08-15 13:39 Kacper Kowalik
2011-07-29 17:48 Kacper Kowalik
2011-07-29 7:51 Kacper Kowalik
2011-07-29 7:46 Kacper Kowalik
2011-07-27 9:48 Kacper Kowalik
2011-07-25 19:48 Kacper Kowalik
2011-07-25 19:40 Kacper Kowalik
2011-07-25 8:34 Kacper Kowalik
2011-07-23 12:31 Kacper Kowalik
2011-07-23 11:57 Kacper Kowalik
2011-07-23 11:55 Kacper Kowalik
2011-07-23 11:27 Kacper Kowalik
2011-07-23 10:07 Kacper Kowalik
2011-07-23 7:32 Kacper Kowalik
2011-07-20 11:41 Kacper Kowalik
2011-07-20 11:15 Kacper Kowalik
2011-07-20 8:56 Kacper Kowalik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1389036030.2de8450fc58b4072bd0a2fc46b79198cec819833.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox