From: "Michal Gorny (mgorny)" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/llvm: llvm-9999.ebuild ChangeLog
Date: Sat, 7 Sep 2013 13:08:03 +0000 (UTC) [thread overview]
Message-ID: <20130907130803.F27BE2004C@flycatcher.gentoo.org> (raw)
mgorny 13/09/07 13:08:03
Modified: llvm-9999.ebuild ChangeLog
Log:
Use official git mirror for the live ebuild since git-r3 is more space- and bandwidth-efficient than subversion.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.52 sys-devel/llvm/llvm-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?r1=1.51&r2=1.52
Index: llvm-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- llvm-9999.ebuild 5 Sep 2013 19:08:49 -0000 1.51
+++ llvm-9999.ebuild 7 Sep 2013 13:08:03 -0000 1.52
@@ -1,18 +1,17 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.51 2013/09/05 19:08:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.52 2013/09/07 13:08:03 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
+PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
-inherit subversion eutils flag-o-matic multilib multilib-minimal \
+inherit eutils flag-o-matic git-r3 multilib multilib-minimal \
python-r1 toolchain-funcs pax-utils check-reqs
DESCRIPTION="Low Level Virtual Machine"
HOMEPAGE="http://llvm.org/"
SRC_URI=""
-ESVN_REPO_URI="http://llvm.org/svn/llvm-project/llvm/trunk"
LICENSE="UoI-NCSA"
SLOT="0/${PV}"
@@ -130,18 +129,18 @@
src_unpack() {
if use clang; then
- ESVN_PROJECT=compiler-rt S="${S}"/projects/compiler-rt subversion_fetch "http://llvm.org/svn/llvm-project/compiler-rt/trunk"
-
- # Force version match between LLVM, compiler-rt & clang
- # but first work-around subversion.eclass smartness, bug #282486.
- ESVN_PROJECT=compiler-rt subversion_wc_info "http://llvm.org/svn/llvm-project/compiler-rt/trunk"
- local ESVN_REVISION=${ESVN_WC_REVISION}
-
- ESVN_PROJECT=clang S="${S}"/tools/clang subversion_fetch "http://llvm.org/svn/llvm-project/cfe/trunk"
+ git-r3_fetch http://llvm.org/git/compiler-rt.git
+ git-r3_fetch http://llvm.org/git/clang.git
fi
+ git-r3_fetch http://llvm.org/git/llvm.git
- # Do llvm last so that ESVN_WC_* is top-level.
- subversion_src_unpack
+ if use clang; then
+ git-r3_checkout http://llvm.org/git/compiler-rt.git \
+ "${S}"/projects/compiler-rt
+ git-r3_checkout http://llvm.org/git/clang.git \
+ "${S}"/tools/clang
+ fi
+ git-r3_checkout http://llvm.org/git/llvm.git
}
src_prepare() {
1.135 sys-devel/llvm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.135&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.135&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.134&r2=1.135
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- ChangeLog 5 Sep 2013 19:08:49 -0000 1.134
+++ ChangeLog 7 Sep 2013 13:08:03 -0000 1.135
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/llvm
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.134 2013/09/05 19:08:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.135 2013/09/07 13:08:03 mgorny Exp $
+
+ 07 Sep 2013; Michał Górny <mgorny@gentoo.org> llvm-9999.ebuild:
+ Use official git mirror for the live ebuild since git-r3 is more space- and
+ bandwidth-efficient than subversion.
05 Sep 2013; Michał Górny <mgorny@gentoo.org> llvm-3.2.ebuild,
llvm-3.3-r1.ebuild, llvm-3.3.ebuild, llvm-9999.ebuild:
next reply other threads:[~2013-09-07 13:08 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-07 13:08 Michal Gorny (mgorny) [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-07-19 17:29 [gentoo-commits] gentoo-x86 commit in sys-devel/llvm: llvm-9999.ebuild ChangeLog Michal Gorny (mgorny)
2015-06-13 20:51 Michal Gorny (mgorny)
2015-06-13 12:10 Michal Gorny (mgorny)
2015-06-13 12:00 Michal Gorny (mgorny)
2015-06-09 21:17 Michal Gorny (mgorny)
2015-06-09 16:54 Michal Gorny (mgorny)
2015-02-04 10:55 Michal Gorny (mgorny)
2014-12-31 10:37 Michal Gorny (mgorny)
2014-06-29 9:59 Michal Gorny (mgorny)
2014-04-12 9:44 Michal Gorny (mgorny)
2014-04-10 17:03 Michal Gorny (mgorny)
2014-04-07 20:59 Michal Gorny (mgorny)
2014-03-11 18:40 Michal Gorny (mgorny)
2014-01-06 21:16 Michal Gorny (mgorny)
2013-12-28 14:02 Michal Gorny (mgorny)
2013-12-27 14:43 Michal Gorny (mgorny)
2013-12-24 20:07 Michal Gorny (mgorny)
2013-12-24 10:09 Michal Gorny (mgorny)
2013-12-20 21:50 Michal Gorny (mgorny)
2013-12-20 13:18 Michal Gorny (mgorny)
2013-12-20 10:53 Michal Gorny (mgorny)
2013-12-19 19:08 Michal Gorny (mgorny)
2013-12-19 17:26 Michal Gorny (mgorny)
2013-12-19 17:22 Michal Gorny (mgorny)
2013-12-19 11:08 Michal Gorny (mgorny)
2013-12-03 14:02 Michal Gorny (mgorny)
2013-11-30 10:33 Michal Gorny (mgorny)
2013-11-27 5:32 Michal Gorny (mgorny)
2013-11-12 18:30 Michal Gorny (mgorny)
2013-10-31 16:22 Michal Gorny (mgorny)
2013-10-13 7:44 Michal Gorny (mgorny)
2013-09-13 15:10 Michal Gorny (mgorny)
2013-09-10 8:22 Michal Gorny (mgorny)
2013-03-21 9:12 Chi-Thanh Christopher Nguyen (chithanh)
2013-03-19 12:42 Chi-Thanh Christopher Nguyen (chithanh)
2012-05-10 6:03 Patrick Lauer (patrick)
2012-04-30 15:19 Fabian Groffen (grobian)
2012-04-30 15:09 Fabian Groffen (grobian)
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=20130907130803.F27BE2004C@flycatcher.gentoo.org \
--to=mgorny@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