* [gentoo-commits] gentoo-x86 commit in dev-util/dwarves: ChangeLog dwarves-1.0.ebuild dwarves-9999.ebuild
@ 2007-11-07 7:44 Mike Frysinger (vapier)
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2007-11-07 7:44 UTC (permalink / raw
To: gentoo-commits
vapier 07/11/07 07:44:56
Modified: ChangeLog
Added: dwarves-1.0.ebuild dwarves-9999.ebuild
Log:
Use the tarball rather than rpm and use cmake-utils eclass.
(Portage version: 2.1.3.19)
Revision Changes Path
1.2 dev-util/dwarves/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dwarves/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dwarves/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dwarves/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/dwarves/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 7 Jun 2007 06:50:26 -0000 1.1
+++ ChangeLog 7 Nov 2007 07:44:56 -0000 1.2
@@ -1,6 +1,16 @@
# ChangeLog for dev-util/dwarves
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/ChangeLog,v 1.1 2007/06/07 06:50:26 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/ChangeLog,v 1.2 2007/11/07 07:44:56 vapier Exp $
+
+*dwarves-9999 (07 Nov 2007)
+
+ 07 Nov 2007; Mike Frysinger <vapier@gentoo.org> +dwarves-9999.ebuild:
+ Live git version!
+
+*dwarves-1.0 (07 Nov 2007)
+
+ 07 Nov 2007; Mike Frysinger <vapier@gentoo.org> +dwarves-1.0.ebuild:
+ Use the tarball rather than rpm and use cmake-utils eclass.
*dwarves-1.0_p1 (07 Jun 2007)
1.1 dev-util/dwarves/dwarves-1.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dwarves/dwarves-1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dwarves/dwarves-1.0.ebuild?rev=1.1&content-type=text/plain
Index: dwarves-1.0.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/dwarves-1.0.ebuild,v 1.1 2007/11/07 07:44:56 vapier Exp $
inherit toolchain-funcs multilib cmake-utils
DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities"
HOMEPAGE="http://git.kernel.org/?p=linux/kernel/git/acme/pahole.git;a=summary"
SRC_URI="http://userweb.kernel.org/~acme/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="dev-libs/elfutils"
S=${WORKDIR}
src_compile() {
tc-export CC CXX LD
mycmakeargs="-D__LIB=$(get_libdir)"
cmake-utils_src_compile
}
src_install() {
dodoc README README.ctracer
cmake-utils_src_install
}
1.1 dev-util/dwarves/dwarves-9999.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dwarves/dwarves-9999.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dwarves/dwarves-9999.ebuild?rev=1.1&content-type=text/plain
Index: dwarves-9999.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/dwarves-9999.ebuild,v 1.1 2007/11/07 07:44:56 vapier Exp $
EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/acme/pahole.git"
inherit toolchain-funcs multilib cmake-utils git
DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities"
HOMEPAGE="http://git.kernel.org/?p=linux/kernel/git/acme/pahole.git;a=summary"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND="dev-libs/elfutils"
src_compile() {
tc-export CC CXX LD
mycmakeargs="-D__LIB=$(get_libdir)"
cmake-utils_src_compile
}
src_install() {
dodoc README README.ctracer
cmake-utils_src_install
}
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/dwarves: ChangeLog dwarves-1.0.ebuild dwarves-9999.ebuild
@ 2007-12-30 18:26 Diego Petteno (flameeyes)
0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2007-12-30 18:26 UTC (permalink / raw
To: gentoo-commits
flameeyes 07/12/30 18:26:58
Modified: ChangeLog dwarves-1.0.ebuild dwarves-9999.ebuild
Log:
Add debug USE flags to 1.0 and live versions. Fix SRC_URI for 1.0.
(Portage version: 2.1.4_rc11)
Revision Changes Path
1.3 dev-util/dwarves/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dwarves/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dwarves/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dwarves/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/dwarves/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 7 Nov 2007 07:44:56 -0000 1.2
+++ ChangeLog 30 Dec 2007 18:26:57 -0000 1.3
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/dwarves
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/ChangeLog,v 1.2 2007/11/07 07:44:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/ChangeLog,v 1.3 2007/12/30 18:26:57 flameeyes Exp $
+
+ 30 Dec 2007; Diego Pettenò <flameeyes@gentoo.org> dwarves-1.0.ebuild,
+ dwarves-9999.ebuild:
+ Add debug USE flags to 1.0 and live versions. Fix SRC_URI for 1.0.
*dwarves-9999 (07 Nov 2007)
1.2 dev-util/dwarves/dwarves-1.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dwarves/dwarves-1.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dwarves/dwarves-1.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dwarves/dwarves-1.0.ebuild?r1=1.1&r2=1.2
Index: dwarves-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/dwarves/dwarves-1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dwarves-1.0.ebuild 7 Nov 2007 07:44:56 -0000 1.1
+++ dwarves-1.0.ebuild 30 Dec 2007 18:26:57 -0000 1.2
@@ -1,17 +1,17 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/dwarves-1.0.ebuild,v 1.1 2007/11/07 07:44:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/dwarves-1.0.ebuild,v 1.2 2007/12/30 18:26:57 flameeyes Exp $
inherit toolchain-funcs multilib cmake-utils
DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities"
HOMEPAGE="http://git.kernel.org/?p=linux/kernel/git/acme/pahole.git;a=summary"
-SRC_URI="http://userweb.kernel.org/~acme/${P}.tar.bz2"
+SRC_URI="http://userweb.kernel.org/~acme/dwarves/${P}.tar.bz2"
-LICENSE="GPL-2"
+LICENSE="GPL-2" # only
SLOT="0"
KEYWORDS="~amd64"
-IUSE=""
+IUSE="debug"
RDEPEND="dev-libs/elfutils"
@@ -19,11 +19,15 @@
src_compile() {
tc-export CC CXX LD
+
+ use debug || append-flags -DNDEBUG
+
mycmakeargs="-D__LIB=$(get_libdir)"
cmake-utils_src_compile
}
src_install() {
- dodoc README README.ctracer
cmake-utils_src_install
+
+ dodoc README README.ctracer
}
1.2 dev-util/dwarves/dwarves-9999.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dwarves/dwarves-9999.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dwarves/dwarves-9999.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dwarves/dwarves-9999.ebuild?r1=1.1&r2=1.2
Index: dwarves-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/dwarves/dwarves-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dwarves-9999.ebuild 7 Nov 2007 07:44:56 -0000 1.1
+++ dwarves-9999.ebuild 30 Dec 2007 18:26:57 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/dwarves-9999.ebuild,v 1.1 2007/11/07 07:44:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/dwarves-9999.ebuild,v 1.2 2007/12/30 18:26:57 flameeyes Exp $
EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/acme/pahole.git"
@@ -10,20 +10,24 @@
HOMEPAGE="http://git.kernel.org/?p=linux/kernel/git/acme/pahole.git;a=summary"
SRC_URI=""
-LICENSE="GPL-2"
+LICENSE="GPL-2" # only
SLOT="0"
KEYWORDS=""
-IUSE=""
+IUSE="debug"
RDEPEND="dev-libs/elfutils"
src_compile() {
tc-export CC CXX LD
+
+ use debug || append-flags -DNDEBUG
+
mycmakeargs="-D__LIB=$(get_libdir)"
cmake-utils_src_compile
}
src_install() {
- dodoc README README.ctracer
cmake-utils_src_install
+
+ dodoc README README.ctracer
}
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-12-30 18:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-07 7:44 [gentoo-commits] gentoo-x86 commit in dev-util/dwarves: ChangeLog dwarves-1.0.ebuild dwarves-9999.ebuild Mike Frysinger (vapier)
-- strict thread matches above, loose matches on Subject: below --
2007-12-30 18:26 Diego Petteno (flameeyes)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox