* [gentoo-commits] gentoo-x86 commit in sys-devel/gdb: gdb-9999.ebuild ChangeLog gdb-7.4.ebuild
@ 2012-01-25 19:31 Mike Frysinger (vapier)
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2012-01-25 19:31 UTC (permalink / raw
To: gentoo-commits
vapier 12/01/25 19:31:42
Modified: gdb-9999.ebuild ChangeLog gdb-7.4.ebuild
Log:
Do not mention the PATCH_VER in the version branding when USE=vanilla #400707.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Revision Changes Path
1.9 sys-devel/gdb/gdb-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild?r1=1.8&r2=1.9
Index: gdb-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gdb-9999.ebuild 13 Jan 2012 19:13:57 -0000 1.8
+++ gdb-9999.ebuild 25 Jan 2012 19:31:42 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.8 2012/01/13 19:13:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.9 2012/01/25 19:31:42 vapier Exp $
EAPI="3"
@@ -76,7 +76,7 @@
gdb_branding() {
printf "Gentoo ${PV} "
- if [[ -n ${PATCH_VER} ]] ; then
+ if ! use vanilla && [[ -n ${PATCH_VER} ]] ; then
printf "p${PATCH_VER}"
else
printf "vanilla"
1.208 sys-devel/gdb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?rev=1.208&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?rev=1.208&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?r1=1.207&r2=1.208
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -r1.207 -r1.208
--- ChangeLog 25 Jan 2012 04:34:34 -0000 1.207
+++ ChangeLog 25 Jan 2012 19:31:42 -0000 1.208
@@ -1,6 +1,11 @@
# ChangeLog for sys-devel/gdb
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.207 2012/01/25 04:34:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.208 2012/01/25 19:31:42 vapier Exp $
+
+ 25 Jan 2012; Mike Frysinger <vapier@gentoo.org> gdb-7.4.ebuild,
+ gdb-9999.ebuild:
+ Do not mention the PATCH_VER in the version branding when USE=vanilla
+ #400707.
*gdb-7.4 (25 Jan 2012)
1.2 sys-devel/gdb/gdb-7.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.4.ebuild?r1=1.1&r2=1.2
Index: gdb-7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gdb-7.4.ebuild 25 Jan 2012 04:34:34 -0000 1.1
+++ gdb-7.4.ebuild 25 Jan 2012 19:31:42 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.4.ebuild,v 1.1 2012/01/25 04:34:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.4.ebuild,v 1.2 2012/01/25 19:31:42 vapier Exp $
EAPI="3"
@@ -76,7 +76,7 @@
gdb_branding() {
printf "Gentoo ${PV} "
- if [[ -n ${PATCH_VER} ]] ; then
+ if ! use vanilla && [[ -n ${PATCH_VER} ]] ; then
printf "p${PATCH_VER}"
else
printf "vanilla"
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/gdb: gdb-9999.ebuild ChangeLog gdb-7.4.ebuild
@ 2012-01-25 22:28 Mike Frysinger (vapier)
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2012-01-25 22:28 UTC (permalink / raw
To: gentoo-commits
vapier 12/01/25 22:28:00
Modified: gdb-9999.ebuild ChangeLog gdb-7.4.ebuild
Log:
Set includedir to /usr/$CTARGET for cross-compilers #400729 by Karsten Steingaß.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Revision Changes Path
1.10 sys-devel/gdb/gdb-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild?r1=1.9&r2=1.10
Index: gdb-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gdb-9999.ebuild 25 Jan 2012 19:31:42 -0000 1.9
+++ gdb-9999.ebuild 25 Jan 2012 22:28:00 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.9 2012/01/25 19:31:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.10 2012/01/25 22:28:00 vapier Exp $
EAPI="3"
@@ -86,11 +86,14 @@
src_configure() {
strip-unsupported-flags
+ local sysroot="${EPREFIX}"/usr/${CTARGET}
local myconf=(
--with-pkgversion="$(gdb_branding)"
--with-bugurl='http://bugs.gentoo.org/'
--disable-werror
- $(is_cross && echo --with-sysroot="${EPREFIX}"/usr/${CTARGET})
+ $(is_cross && echo \
+ --with-sysroot="${sysroot}" \
+ --includedir="${sysroot}/usr/include")
)
if use server && ! use client ; then
1.209 sys-devel/gdb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?rev=1.209&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?rev=1.209&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?r1=1.208&r2=1.209
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -r1.208 -r1.209
--- ChangeLog 25 Jan 2012 19:31:42 -0000 1.208
+++ ChangeLog 25 Jan 2012 22:28:00 -0000 1.209
@@ -1,6 +1,11 @@
# ChangeLog for sys-devel/gdb
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.208 2012/01/25 19:31:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.209 2012/01/25 22:28:00 vapier Exp $
+
+ 25 Jan 2012; Mike Frysinger <vapier@gentoo.org> gdb-7.4.ebuild,
+ gdb-9999.ebuild:
+ Set includedir to /usr/$CTARGET for cross-compilers #400729 by Karsten
+ Steingaß.
25 Jan 2012; Mike Frysinger <vapier@gentoo.org> gdb-7.4.ebuild,
gdb-9999.ebuild:
1.3 sys-devel/gdb/gdb-7.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.4.ebuild?r1=1.2&r2=1.3
Index: gdb-7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gdb-7.4.ebuild 25 Jan 2012 19:31:42 -0000 1.2
+++ gdb-7.4.ebuild 25 Jan 2012 22:28:00 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.4.ebuild,v 1.2 2012/01/25 19:31:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.4.ebuild,v 1.3 2012/01/25 22:28:00 vapier Exp $
EAPI="3"
@@ -86,11 +86,14 @@
src_configure() {
strip-unsupported-flags
+ local sysroot="${EPREFIX}"/usr/${CTARGET}
local myconf=(
--with-pkgversion="$(gdb_branding)"
--with-bugurl='http://bugs.gentoo.org/'
--disable-werror
- $(is_cross && echo --with-sysroot="${EPREFIX}"/usr/${CTARGET})
+ $(is_cross && echo \
+ --with-sysroot="${sysroot}" \
+ --includedir="${sysroot}/usr/include")
)
if use server && ! use client ; then
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-01-25 22:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-25 22:28 [gentoo-commits] gentoo-x86 commit in sys-devel/gdb: gdb-9999.ebuild ChangeLog gdb-7.4.ebuild Mike Frysinger (vapier)
-- strict thread matches above, loose matches on Subject: below --
2012-01-25 19:31 Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox