Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/dwarves: ChangeLog dwarves-1.0.ebuild dwarves-9999.ebuild
Date: Sun, 30 Dec 2007 18:27:03
Message-Id: E1J92sE-0005bf-87@stork.gentoo.org
1 flameeyes 07/12/30 18:26:58
2
3 Modified: ChangeLog dwarves-1.0.ebuild dwarves-9999.ebuild
4 Log:
5 Add debug USE flags to 1.0 and live versions. Fix SRC_URI for 1.0.
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.3 dev-util/dwarves/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dwarves/ChangeLog?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dwarves/ChangeLog?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dwarves/ChangeLog?r1=1.2&r2=1.3
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/dwarves/ChangeLog,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ChangeLog 7 Nov 2007 07:44:56 -0000 1.2
22 +++ ChangeLog 30 Dec 2007 18:26:57 -0000 1.3
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-util/dwarves
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/ChangeLog,v 1.2 2007/11/07 07:44:56 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/ChangeLog,v 1.3 2007/12/30 18:26:57 flameeyes Exp $
28 +
29 + 30 Dec 2007; Diego Pettenò <flameeyes@g.o> dwarves-1.0.ebuild,
30 + dwarves-9999.ebuild:
31 + Add debug USE flags to 1.0 and live versions. Fix SRC_URI for 1.0.
32
33 *dwarves-9999 (07 Nov 2007)
34
35
36
37
38 1.2 dev-util/dwarves/dwarves-1.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dwarves/dwarves-1.0.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dwarves/dwarves-1.0.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dwarves/dwarves-1.0.ebuild?r1=1.1&r2=1.2
43
44 Index: dwarves-1.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-util/dwarves/dwarves-1.0.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- dwarves-1.0.ebuild 7 Nov 2007 07:44:56 -0000 1.1
51 +++ dwarves-1.0.ebuild 30 Dec 2007 18:26:57 -0000 1.2
52 @@ -1,17 +1,17 @@
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/dwarves-1.0.ebuild,v 1.1 2007/11/07 07:44:56 vapier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/dwarves-1.0.ebuild,v 1.2 2007/12/30 18:26:57 flameeyes Exp $
57
58 inherit toolchain-funcs multilib cmake-utils
59
60 DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities"
61 HOMEPAGE="http://git.kernel.org/?p=linux/kernel/git/acme/pahole.git;a=summary"
62 -SRC_URI="http://userweb.kernel.org/~acme/${P}.tar.bz2"
63 +SRC_URI="http://userweb.kernel.org/~acme/dwarves/${P}.tar.bz2"
64
65 -LICENSE="GPL-2"
66 +LICENSE="GPL-2" # only
67 SLOT="0"
68 KEYWORDS="~amd64"
69 -IUSE=""
70 +IUSE="debug"
71
72 RDEPEND="dev-libs/elfutils"
73
74 @@ -19,11 +19,15 @@
75
76 src_compile() {
77 tc-export CC CXX LD
78 +
79 + use debug || append-flags -DNDEBUG
80 +
81 mycmakeargs="-D__LIB=$(get_libdir)"
82 cmake-utils_src_compile
83 }
84
85 src_install() {
86 - dodoc README README.ctracer
87 cmake-utils_src_install
88 +
89 + dodoc README README.ctracer
90 }
91
92
93
94 1.2 dev-util/dwarves/dwarves-9999.ebuild
95
96 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dwarves/dwarves-9999.ebuild?rev=1.2&view=markup
97 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dwarves/dwarves-9999.ebuild?rev=1.2&content-type=text/plain
98 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dwarves/dwarves-9999.ebuild?r1=1.1&r2=1.2
99
100 Index: dwarves-9999.ebuild
101 ===================================================================
102 RCS file: /var/cvsroot/gentoo-x86/dev-util/dwarves/dwarves-9999.ebuild,v
103 retrieving revision 1.1
104 retrieving revision 1.2
105 diff -u -r1.1 -r1.2
106 --- dwarves-9999.ebuild 7 Nov 2007 07:44:56 -0000 1.1
107 +++ dwarves-9999.ebuild 30 Dec 2007 18:26:57 -0000 1.2
108 @@ -1,6 +1,6 @@
109 # Copyright 1999-2007 Gentoo Foundation
110 # Distributed under the terms of the GNU General Public License v2
111 -# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/dwarves-9999.ebuild,v 1.1 2007/11/07 07:44:56 vapier Exp $
112 +# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/dwarves-9999.ebuild,v 1.2 2007/12/30 18:26:57 flameeyes Exp $
113
114 EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/acme/pahole.git"
115
116 @@ -10,20 +10,24 @@
117 HOMEPAGE="http://git.kernel.org/?p=linux/kernel/git/acme/pahole.git;a=summary"
118 SRC_URI=""
119
120 -LICENSE="GPL-2"
121 +LICENSE="GPL-2" # only
122 SLOT="0"
123 KEYWORDS=""
124 -IUSE=""
125 +IUSE="debug"
126
127 RDEPEND="dev-libs/elfutils"
128
129 src_compile() {
130 tc-export CC CXX LD
131 +
132 + use debug || append-flags -DNDEBUG
133 +
134 mycmakeargs="-D__LIB=$(get_libdir)"
135 cmake-utils_src_compile
136 }
137
138 src_install() {
139 - dodoc README README.ctracer
140 cmake-utils_src_install
141 +
142 + dodoc README README.ctracer
143 }
144
145
146
147 --
148 gentoo-commits@g.o mailing list