Gentoo Archives: gentoo-commits

From: Kacper Kowalik <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/path64/
Date: Fri, 29 Jul 2011 08:02:23
Message-Id: 8ef538f9491035cdd624fdc248bd77b99f93ab00.xarthisius@gentoo
1 commit: 8ef538f9491035cdd624fdc248bd77b99f93ab00
2 Author: Kacper Kowalik (Xarthisius) <xarthisius.kk <AT> gmail <DOT> com>
3 AuthorDate: Fri Jul 29 07:51:19 2011 +0000
4 Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 29 07:51:19 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8ef538f9
7
8 [dev-lang/path64] Fix SRC_URI for snapshot
9
10 ---
11 dev-lang/path64/ChangeLog | 4 ++++
12 dev-lang/path64/path64-1.0.0_pre20110729.ebuild | 9 +++++----
13 2 files changed, 9 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-lang/path64/ChangeLog b/dev-lang/path64/ChangeLog
16 index 0a811f8..3cf389a 100644
17 --- a/dev-lang/path64/ChangeLog
18 +++ b/dev-lang/path64/ChangeLog
19 @@ -2,6 +2,10 @@
20 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
21 # $Header: $
22
23 + 29 Jul 2011; Kacper Kowalik <xarthisius@g.o>
24 + path64-1.0.0_pre20110729.ebuild:
25 + Fix SRC_URI for snapshot
26 +
27 *path64-1.0.0_pre20110729 (29 Jul 2011)
28
29 29 Jul 2011; Kacper Kowalik <xarthisius@g.o>
30
31 diff --git a/dev-lang/path64/path64-1.0.0_pre20110729.ebuild b/dev-lang/path64/path64-1.0.0_pre20110729.ebuild
32 index 3d784cc..878fa44 100644
33 --- a/dev-lang/path64/path64-1.0.0_pre20110729.ebuild
34 +++ b/dev-lang/path64/path64-1.0.0_pre20110729.ebuild
35 @@ -4,15 +4,16 @@
36
37 EAPI=4
38 CMAKE_VERBOSE=1
39 +MY_MIRROR=http://dev.gentoo.org/~xarthisius/distfiles
40
41 inherit cmake-utils multilib toolchain-funcs
42
43 DESCRIPTION="Path64 Compiler Suite Community Edition"
44 HOMEPAGE="http://www.pathscale.com/ekopath-compiler-suite"
45 -SRC_URI="http://dev.gentoo.org/~xarthisius/${PN}-suite-${PV}.tbz2
46 - http://dev.gentoo.org/~xarthisius/${PN}-compiler-${PV}.tbz2
47 - assembler? ( http://dev.gentoo.org/~xarthisius/${PN}-assembler-${PV}.tbz2 )
48 - debugger? ( http://dev.gentoo.org/~xarthisius/${PN}-debugger-${PV}.tbz2 )"
49 +SRC_URI="${MY_MIRROR}/${PN}-suite-${PV}.tbz2
50 + ${MY_MIRROR}/${PN}-compiler-${PV}.tbz2
51 + assembler? ( ${MY_MIRROR}/${PN}-assembler-${PV}.tbz2 )
52 + debugger? ( ${MY_MIRROR}/${PN}-debugger-${PV}.tbz2 )"
53
54 LICENSE="GPL-3"
55 SLOT="0"