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