public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/toolchain:master commit in: sys-devel/gdb/
Date: Sat,  4 Apr 2015 18:41:58 +0000 (UTC)	[thread overview]
Message-ID: <1428172279.ad085afa78ad93f9d83a0b0b3249510438270d0a.vapier@gentoo> (raw)

commit:     ad085afa78ad93f9d83a0b0b3249510438270d0a
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  4 18:31:19 2015 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sat Apr  4 18:31:19 2015 +0000
URL:        https://gitweb.gentoo.org/proj/toolchain.git/commit/?id=ad085afa

gdb: update to EAPI=5 and depend on readline SLOT=0

 sys-devel/gdb/gdb-7.3.50.20111129.ebuild |  4 ++--
 sys-devel/gdb/gdb-7.3.50.20111206.ebuild |  4 ++--
 sys-devel/gdb/gdb-7.3.50.20111213.ebuild |  4 ++--
 sys-devel/gdb/gdb-7.4.50.20120703.ebuild |  4 ++--
 sys-devel/gdb/gdb-7.4.50.20120710.ebuild |  4 ++--
 sys-devel/gdb/gdb-7.4.50.20120717.ebuild |  4 ++--
 sys-devel/gdb/gdb-7.5.50.20130226.ebuild |  4 ++--
 sys-devel/gdb/gdb-7.5.50.20130305.ebuild |  4 ++--
 sys-devel/gdb/gdb-7.5.50.20130312.ebuild |  4 ++--
 sys-devel/gdb/gdb-7.6.50.20131224.ebuild |  4 ++--
 sys-devel/gdb/gdb-7.6.50.20131231.ebuild |  4 ++--
 sys-devel/gdb/gdb-7.6.50.20140107.ebuild |  4 ++--
 sys-devel/gdb/gdb-7.7.50.20140527.ebuild |  4 ++--
 sys-devel/gdb/gdb-7.7.50.20140603.ebuild |  4 ++--
 sys-devel/gdb/gdb-7.7.50.20140610.ebuild |  4 ++--
 sys-devel/gdb/gdb-7.8.50.20141209.ebuild |  4 ++--
 sys-devel/gdb/gdb-7.8.50.20141216.ebuild |  4 ++--
 sys-devel/gdb/gdb-7.8.50.20141223.ebuild |  4 ++--
 sys-devel/gdb/gdb-7.8.50.20141231.ebuild |  4 ++--
 sys-devel/gdb/gdb-7.8.50.20150106.ebuild |  4 ++--
 sys-devel/gdb/gdb-7.8.50.20150113.ebuild |  4 ++--
 sys-devel/gdb/gdb-7.9.50.20150310.ebuild |  4 ++--
 sys-devel/gdb/gdb-7.9.50.20150317.ebuild |  4 ++--
 sys-devel/gdb/gdb-7.9.50.20150324.ebuild |  4 ++--
 sys-devel/gdb/metadata.xml               | 10 ++++++++++
 25 files changed, 58 insertions(+), 48 deletions(-)

diff --git a/sys-devel/gdb/gdb-7.3.50.20111129.ebuild b/sys-devel/gdb/gdb-7.3.50.20111129.ebuild
index c29471b..2844e14 100644
--- a/sys-devel/gdb/gdb-7.3.50.20111129.ebuild
+++ b/sys-devel/gdb/gdb-7.3.50.20111129.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.24 2014/03/09 00:04:37 vapier Exp $
 
-EAPI="4"
+EAPI="5"
 PYTHON_COMPAT=( python2_7 )
 
 inherit flag-o-matic eutils python-single-r1
@@ -57,7 +57,7 @@ IUSE="+client expat multitarget nls +python +server test vanilla zlib"
 
 RDEPEND="!dev-util/gdbserver
 	>=sys-libs/ncurses-5.2-r2
-	sys-libs/readline
+	sys-libs/readline:0=
 	expat? ( dev-libs/expat )
 	python? ( ${PYTHON_DEPS} )
 	zlib? ( sys-libs/zlib )"

diff --git a/sys-devel/gdb/gdb-7.3.50.20111206.ebuild b/sys-devel/gdb/gdb-7.3.50.20111206.ebuild
index c29471b..2844e14 100644
--- a/sys-devel/gdb/gdb-7.3.50.20111206.ebuild
+++ b/sys-devel/gdb/gdb-7.3.50.20111206.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.24 2014/03/09 00:04:37 vapier Exp $
 
-EAPI="4"
+EAPI="5"
 PYTHON_COMPAT=( python2_7 )
 
 inherit flag-o-matic eutils python-single-r1
@@ -57,7 +57,7 @@ IUSE="+client expat multitarget nls +python +server test vanilla zlib"
 
 RDEPEND="!dev-util/gdbserver
 	>=sys-libs/ncurses-5.2-r2
-	sys-libs/readline
+	sys-libs/readline:0=
 	expat? ( dev-libs/expat )
 	python? ( ${PYTHON_DEPS} )
 	zlib? ( sys-libs/zlib )"

diff --git a/sys-devel/gdb/gdb-7.3.50.20111213.ebuild b/sys-devel/gdb/gdb-7.3.50.20111213.ebuild
index c29471b..2844e14 100644
--- a/sys-devel/gdb/gdb-7.3.50.20111213.ebuild
+++ b/sys-devel/gdb/gdb-7.3.50.20111213.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.24 2014/03/09 00:04:37 vapier Exp $
 
-EAPI="4"
+EAPI="5"
 PYTHON_COMPAT=( python2_7 )
 
 inherit flag-o-matic eutils python-single-r1
@@ -57,7 +57,7 @@ IUSE="+client expat multitarget nls +python +server test vanilla zlib"
 
 RDEPEND="!dev-util/gdbserver
 	>=sys-libs/ncurses-5.2-r2
-	sys-libs/readline
+	sys-libs/readline:0=
 	expat? ( dev-libs/expat )
 	python? ( ${PYTHON_DEPS} )
 	zlib? ( sys-libs/zlib )"

diff --git a/sys-devel/gdb/gdb-7.4.50.20120703.ebuild b/sys-devel/gdb/gdb-7.4.50.20120703.ebuild
index c29471b..2844e14 100644
--- a/sys-devel/gdb/gdb-7.4.50.20120703.ebuild
+++ b/sys-devel/gdb/gdb-7.4.50.20120703.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.24 2014/03/09 00:04:37 vapier Exp $
 
-EAPI="4"
+EAPI="5"
 PYTHON_COMPAT=( python2_7 )
 
 inherit flag-o-matic eutils python-single-r1
@@ -57,7 +57,7 @@ IUSE="+client expat multitarget nls +python +server test vanilla zlib"
 
 RDEPEND="!dev-util/gdbserver
 	>=sys-libs/ncurses-5.2-r2
-	sys-libs/readline
+	sys-libs/readline:0=
 	expat? ( dev-libs/expat )
 	python? ( ${PYTHON_DEPS} )
 	zlib? ( sys-libs/zlib )"

diff --git a/sys-devel/gdb/gdb-7.4.50.20120710.ebuild b/sys-devel/gdb/gdb-7.4.50.20120710.ebuild
index c29471b..2844e14 100644
--- a/sys-devel/gdb/gdb-7.4.50.20120710.ebuild
+++ b/sys-devel/gdb/gdb-7.4.50.20120710.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.24 2014/03/09 00:04:37 vapier Exp $
 
-EAPI="4"
+EAPI="5"
 PYTHON_COMPAT=( python2_7 )
 
 inherit flag-o-matic eutils python-single-r1
@@ -57,7 +57,7 @@ IUSE="+client expat multitarget nls +python +server test vanilla zlib"
 
 RDEPEND="!dev-util/gdbserver
 	>=sys-libs/ncurses-5.2-r2
-	sys-libs/readline
+	sys-libs/readline:0=
 	expat? ( dev-libs/expat )
 	python? ( ${PYTHON_DEPS} )
 	zlib? ( sys-libs/zlib )"

diff --git a/sys-devel/gdb/gdb-7.4.50.20120717.ebuild b/sys-devel/gdb/gdb-7.4.50.20120717.ebuild
index c29471b..2844e14 100644
--- a/sys-devel/gdb/gdb-7.4.50.20120717.ebuild
+++ b/sys-devel/gdb/gdb-7.4.50.20120717.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.24 2014/03/09 00:04:37 vapier Exp $
 
-EAPI="4"
+EAPI="5"
 PYTHON_COMPAT=( python2_7 )
 
 inherit flag-o-matic eutils python-single-r1
@@ -57,7 +57,7 @@ IUSE="+client expat multitarget nls +python +server test vanilla zlib"
 
 RDEPEND="!dev-util/gdbserver
 	>=sys-libs/ncurses-5.2-r2
-	sys-libs/readline
+	sys-libs/readline:0=
 	expat? ( dev-libs/expat )
 	python? ( ${PYTHON_DEPS} )
 	zlib? ( sys-libs/zlib )"

diff --git a/sys-devel/gdb/gdb-7.5.50.20130226.ebuild b/sys-devel/gdb/gdb-7.5.50.20130226.ebuild
index c29471b..2844e14 100644
--- a/sys-devel/gdb/gdb-7.5.50.20130226.ebuild
+++ b/sys-devel/gdb/gdb-7.5.50.20130226.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.24 2014/03/09 00:04:37 vapier Exp $
 
-EAPI="4"
+EAPI="5"
 PYTHON_COMPAT=( python2_7 )
 
 inherit flag-o-matic eutils python-single-r1
@@ -57,7 +57,7 @@ IUSE="+client expat multitarget nls +python +server test vanilla zlib"
 
 RDEPEND="!dev-util/gdbserver
 	>=sys-libs/ncurses-5.2-r2
-	sys-libs/readline
+	sys-libs/readline:0=
 	expat? ( dev-libs/expat )
 	python? ( ${PYTHON_DEPS} )
 	zlib? ( sys-libs/zlib )"

diff --git a/sys-devel/gdb/gdb-7.5.50.20130305.ebuild b/sys-devel/gdb/gdb-7.5.50.20130305.ebuild
index c29471b..2844e14 100644
--- a/sys-devel/gdb/gdb-7.5.50.20130305.ebuild
+++ b/sys-devel/gdb/gdb-7.5.50.20130305.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.24 2014/03/09 00:04:37 vapier Exp $
 
-EAPI="4"
+EAPI="5"
 PYTHON_COMPAT=( python2_7 )
 
 inherit flag-o-matic eutils python-single-r1
@@ -57,7 +57,7 @@ IUSE="+client expat multitarget nls +python +server test vanilla zlib"
 
 RDEPEND="!dev-util/gdbserver
 	>=sys-libs/ncurses-5.2-r2
-	sys-libs/readline
+	sys-libs/readline:0=
 	expat? ( dev-libs/expat )
 	python? ( ${PYTHON_DEPS} )
 	zlib? ( sys-libs/zlib )"

diff --git a/sys-devel/gdb/gdb-7.5.50.20130312.ebuild b/sys-devel/gdb/gdb-7.5.50.20130312.ebuild
index c29471b..2844e14 100644
--- a/sys-devel/gdb/gdb-7.5.50.20130312.ebuild
+++ b/sys-devel/gdb/gdb-7.5.50.20130312.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.24 2014/03/09 00:04:37 vapier Exp $
 
-EAPI="4"
+EAPI="5"
 PYTHON_COMPAT=( python2_7 )
 
 inherit flag-o-matic eutils python-single-r1
@@ -57,7 +57,7 @@ IUSE="+client expat multitarget nls +python +server test vanilla zlib"
 
 RDEPEND="!dev-util/gdbserver
 	>=sys-libs/ncurses-5.2-r2
-	sys-libs/readline
+	sys-libs/readline:0=
 	expat? ( dev-libs/expat )
 	python? ( ${PYTHON_DEPS} )
 	zlib? ( sys-libs/zlib )"

diff --git a/sys-devel/gdb/gdb-7.6.50.20131224.ebuild b/sys-devel/gdb/gdb-7.6.50.20131224.ebuild
index d3cad2c..c038260 100644
--- a/sys-devel/gdb/gdb-7.6.50.20131224.ebuild
+++ b/sys-devel/gdb/gdb-7.6.50.20131224.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.25 2014/03/14 05:52:45 vapier Exp $
 
-EAPI="4"
+EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_3} )
 
 inherit flag-o-matic eutils python-single-r1
@@ -58,7 +58,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="!dev-util/gdbserver
 	>=sys-libs/ncurses-5.2-r2
-	sys-libs/readline
+	sys-libs/readline:0=
 	expat? ( dev-libs/expat )
 	lzma? ( app-arch/xz-utils )
 	python? ( ${PYTHON_DEPS} )

diff --git a/sys-devel/gdb/gdb-7.6.50.20131231.ebuild b/sys-devel/gdb/gdb-7.6.50.20131231.ebuild
index d3cad2c..c038260 100644
--- a/sys-devel/gdb/gdb-7.6.50.20131231.ebuild
+++ b/sys-devel/gdb/gdb-7.6.50.20131231.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.25 2014/03/14 05:52:45 vapier Exp $
 
-EAPI="4"
+EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_3} )
 
 inherit flag-o-matic eutils python-single-r1
@@ -58,7 +58,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="!dev-util/gdbserver
 	>=sys-libs/ncurses-5.2-r2
-	sys-libs/readline
+	sys-libs/readline:0=
 	expat? ( dev-libs/expat )
 	lzma? ( app-arch/xz-utils )
 	python? ( ${PYTHON_DEPS} )

diff --git a/sys-devel/gdb/gdb-7.6.50.20140107.ebuild b/sys-devel/gdb/gdb-7.6.50.20140107.ebuild
index d3cad2c..c038260 100644
--- a/sys-devel/gdb/gdb-7.6.50.20140107.ebuild
+++ b/sys-devel/gdb/gdb-7.6.50.20140107.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.25 2014/03/14 05:52:45 vapier Exp $
 
-EAPI="4"
+EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_3} )
 
 inherit flag-o-matic eutils python-single-r1
@@ -58,7 +58,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="!dev-util/gdbserver
 	>=sys-libs/ncurses-5.2-r2
-	sys-libs/readline
+	sys-libs/readline:0=
 	expat? ( dev-libs/expat )
 	lzma? ( app-arch/xz-utils )
 	python? ( ${PYTHON_DEPS} )

diff --git a/sys-devel/gdb/gdb-7.7.50.20140527.ebuild b/sys-devel/gdb/gdb-7.7.50.20140527.ebuild
index d3cad2c..c038260 100644
--- a/sys-devel/gdb/gdb-7.7.50.20140527.ebuild
+++ b/sys-devel/gdb/gdb-7.7.50.20140527.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.25 2014/03/14 05:52:45 vapier Exp $
 
-EAPI="4"
+EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_3} )
 
 inherit flag-o-matic eutils python-single-r1
@@ -58,7 +58,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="!dev-util/gdbserver
 	>=sys-libs/ncurses-5.2-r2
-	sys-libs/readline
+	sys-libs/readline:0=
 	expat? ( dev-libs/expat )
 	lzma? ( app-arch/xz-utils )
 	python? ( ${PYTHON_DEPS} )

diff --git a/sys-devel/gdb/gdb-7.7.50.20140603.ebuild b/sys-devel/gdb/gdb-7.7.50.20140603.ebuild
index d3cad2c..c038260 100644
--- a/sys-devel/gdb/gdb-7.7.50.20140603.ebuild
+++ b/sys-devel/gdb/gdb-7.7.50.20140603.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.25 2014/03/14 05:52:45 vapier Exp $
 
-EAPI="4"
+EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_3} )
 
 inherit flag-o-matic eutils python-single-r1
@@ -58,7 +58,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="!dev-util/gdbserver
 	>=sys-libs/ncurses-5.2-r2
-	sys-libs/readline
+	sys-libs/readline:0=
 	expat? ( dev-libs/expat )
 	lzma? ( app-arch/xz-utils )
 	python? ( ${PYTHON_DEPS} )

diff --git a/sys-devel/gdb/gdb-7.7.50.20140610.ebuild b/sys-devel/gdb/gdb-7.7.50.20140610.ebuild
index d3cad2c..c038260 100644
--- a/sys-devel/gdb/gdb-7.7.50.20140610.ebuild
+++ b/sys-devel/gdb/gdb-7.7.50.20140610.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.25 2014/03/14 05:52:45 vapier Exp $
 
-EAPI="4"
+EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_3} )
 
 inherit flag-o-matic eutils python-single-r1
@@ -58,7 +58,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="!dev-util/gdbserver
 	>=sys-libs/ncurses-5.2-r2
-	sys-libs/readline
+	sys-libs/readline:0=
 	expat? ( dev-libs/expat )
 	lzma? ( app-arch/xz-utils )
 	python? ( ${PYTHON_DEPS} )

diff --git a/sys-devel/gdb/gdb-7.8.50.20141209.ebuild b/sys-devel/gdb/gdb-7.8.50.20141209.ebuild
index d3cad2c..c038260 100644
--- a/sys-devel/gdb/gdb-7.8.50.20141209.ebuild
+++ b/sys-devel/gdb/gdb-7.8.50.20141209.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.25 2014/03/14 05:52:45 vapier Exp $
 
-EAPI="4"
+EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_3} )
 
 inherit flag-o-matic eutils python-single-r1
@@ -58,7 +58,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="!dev-util/gdbserver
 	>=sys-libs/ncurses-5.2-r2
-	sys-libs/readline
+	sys-libs/readline:0=
 	expat? ( dev-libs/expat )
 	lzma? ( app-arch/xz-utils )
 	python? ( ${PYTHON_DEPS} )

diff --git a/sys-devel/gdb/gdb-7.8.50.20141216.ebuild b/sys-devel/gdb/gdb-7.8.50.20141216.ebuild
index d3cad2c..c038260 100644
--- a/sys-devel/gdb/gdb-7.8.50.20141216.ebuild
+++ b/sys-devel/gdb/gdb-7.8.50.20141216.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.25 2014/03/14 05:52:45 vapier Exp $
 
-EAPI="4"
+EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_3} )
 
 inherit flag-o-matic eutils python-single-r1
@@ -58,7 +58,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="!dev-util/gdbserver
 	>=sys-libs/ncurses-5.2-r2
-	sys-libs/readline
+	sys-libs/readline:0=
 	expat? ( dev-libs/expat )
 	lzma? ( app-arch/xz-utils )
 	python? ( ${PYTHON_DEPS} )

diff --git a/sys-devel/gdb/gdb-7.8.50.20141223.ebuild b/sys-devel/gdb/gdb-7.8.50.20141223.ebuild
index d3cad2c..c038260 100644
--- a/sys-devel/gdb/gdb-7.8.50.20141223.ebuild
+++ b/sys-devel/gdb/gdb-7.8.50.20141223.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.25 2014/03/14 05:52:45 vapier Exp $
 
-EAPI="4"
+EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_3} )
 
 inherit flag-o-matic eutils python-single-r1
@@ -58,7 +58,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="!dev-util/gdbserver
 	>=sys-libs/ncurses-5.2-r2
-	sys-libs/readline
+	sys-libs/readline:0=
 	expat? ( dev-libs/expat )
 	lzma? ( app-arch/xz-utils )
 	python? ( ${PYTHON_DEPS} )

diff --git a/sys-devel/gdb/gdb-7.8.50.20141231.ebuild b/sys-devel/gdb/gdb-7.8.50.20141231.ebuild
index d1e1fcd..50f445c 100644
--- a/sys-devel/gdb/gdb-7.8.50.20141231.ebuild
+++ b/sys-devel/gdb/gdb-7.8.50.20141231.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.32 2015/02/17 10:44:28 vapier Exp $
 
-EAPI="4"
+EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit flag-o-matic eutils python-single-r1
@@ -62,7 +62,7 @@ REQUIRED_USE="
 RDEPEND="server? ( !dev-util/gdbserver )
 	client? (
 		>=sys-libs/ncurses-5.2-r2
-		sys-libs/readline
+		sys-libs/readline:0=
 		expat? ( dev-libs/expat )
 		lzma? ( app-arch/xz-utils )
 		python? ( ${PYTHON_DEPS} )

diff --git a/sys-devel/gdb/gdb-7.8.50.20150106.ebuild b/sys-devel/gdb/gdb-7.8.50.20150106.ebuild
index d1e1fcd..50f445c 100644
--- a/sys-devel/gdb/gdb-7.8.50.20150106.ebuild
+++ b/sys-devel/gdb/gdb-7.8.50.20150106.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.32 2015/02/17 10:44:28 vapier Exp $
 
-EAPI="4"
+EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit flag-o-matic eutils python-single-r1
@@ -62,7 +62,7 @@ REQUIRED_USE="
 RDEPEND="server? ( !dev-util/gdbserver )
 	client? (
 		>=sys-libs/ncurses-5.2-r2
-		sys-libs/readline
+		sys-libs/readline:0=
 		expat? ( dev-libs/expat )
 		lzma? ( app-arch/xz-utils )
 		python? ( ${PYTHON_DEPS} )

diff --git a/sys-devel/gdb/gdb-7.8.50.20150113.ebuild b/sys-devel/gdb/gdb-7.8.50.20150113.ebuild
index d1e1fcd..50f445c 100644
--- a/sys-devel/gdb/gdb-7.8.50.20150113.ebuild
+++ b/sys-devel/gdb/gdb-7.8.50.20150113.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.32 2015/02/17 10:44:28 vapier Exp $
 
-EAPI="4"
+EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit flag-o-matic eutils python-single-r1
@@ -62,7 +62,7 @@ REQUIRED_USE="
 RDEPEND="server? ( !dev-util/gdbserver )
 	client? (
 		>=sys-libs/ncurses-5.2-r2
-		sys-libs/readline
+		sys-libs/readline:0=
 		expat? ( dev-libs/expat )
 		lzma? ( app-arch/xz-utils )
 		python? ( ${PYTHON_DEPS} )

diff --git a/sys-devel/gdb/gdb-7.9.50.20150310.ebuild b/sys-devel/gdb/gdb-7.9.50.20150310.ebuild
index d1e1fcd..50f445c 100644
--- a/sys-devel/gdb/gdb-7.9.50.20150310.ebuild
+++ b/sys-devel/gdb/gdb-7.9.50.20150310.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.32 2015/02/17 10:44:28 vapier Exp $
 
-EAPI="4"
+EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit flag-o-matic eutils python-single-r1
@@ -62,7 +62,7 @@ REQUIRED_USE="
 RDEPEND="server? ( !dev-util/gdbserver )
 	client? (
 		>=sys-libs/ncurses-5.2-r2
-		sys-libs/readline
+		sys-libs/readline:0=
 		expat? ( dev-libs/expat )
 		lzma? ( app-arch/xz-utils )
 		python? ( ${PYTHON_DEPS} )

diff --git a/sys-devel/gdb/gdb-7.9.50.20150317.ebuild b/sys-devel/gdb/gdb-7.9.50.20150317.ebuild
index d1e1fcd..50f445c 100644
--- a/sys-devel/gdb/gdb-7.9.50.20150317.ebuild
+++ b/sys-devel/gdb/gdb-7.9.50.20150317.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.32 2015/02/17 10:44:28 vapier Exp $
 
-EAPI="4"
+EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit flag-o-matic eutils python-single-r1
@@ -62,7 +62,7 @@ REQUIRED_USE="
 RDEPEND="server? ( !dev-util/gdbserver )
 	client? (
 		>=sys-libs/ncurses-5.2-r2
-		sys-libs/readline
+		sys-libs/readline:0=
 		expat? ( dev-libs/expat )
 		lzma? ( app-arch/xz-utils )
 		python? ( ${PYTHON_DEPS} )

diff --git a/sys-devel/gdb/gdb-7.9.50.20150324.ebuild b/sys-devel/gdb/gdb-7.9.50.20150324.ebuild
index d1e1fcd..50f445c 100644
--- a/sys-devel/gdb/gdb-7.9.50.20150324.ebuild
+++ b/sys-devel/gdb/gdb-7.9.50.20150324.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.32 2015/02/17 10:44:28 vapier Exp $
 
-EAPI="4"
+EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit flag-o-matic eutils python-single-r1
@@ -62,7 +62,7 @@ REQUIRED_USE="
 RDEPEND="server? ( !dev-util/gdbserver )
 	client? (
 		>=sys-libs/ncurses-5.2-r2
-		sys-libs/readline
+		sys-libs/readline:0=
 		expat? ( dev-libs/expat )
 		lzma? ( app-arch/xz-utils )
 		python? ( ${PYTHON_DEPS} )

diff --git a/sys-devel/gdb/metadata.xml b/sys-devel/gdb/metadata.xml
index fb4199e..688bfcb 100644
--- a/sys-devel/gdb/metadata.xml
+++ b/sys-devel/gdb/metadata.xml
@@ -2,4 +2,14 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <herd>toolchain</herd>
+<use>
+ <flag name='client'>Install the main "gdb" program (most people want this)</flag>
+ <flag name='lzma'>Support lzma compression in ELF debug info</flag>
+ <flag name='multitarget'>Support all known targets in one gdb binary</flag>
+ <flag name='python'>Enable support for the new internal scripting language, as well as extended pretty printers</flag>
+ <flag name='server'>Install the "gdbserver" program (useful for embedded/remote targets)</flag>
+</use>
+<upstream>
+ <remote-id type="cpe">cpe:/a:gnu:gdb</remote-id>
+</upstream>
 </pkgmetadata>


             reply	other threads:[~2015-04-04 18:42 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-04 18:41 Mike Frysinger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-03-08  2:09 [gentoo-commits] proj/toolchain:master commit in: sys-devel/gdb/ Mike Frysinger
2016-02-24 15:17 Mike Frysinger
2016-01-14 22:03 Mike Frysinger
2015-10-12 16:36 Mike Frysinger
2015-10-02 22:32 Mike Frysinger
2015-09-26 17:42 Mike Frysinger
2015-09-06  6:23 Mike Frysinger
2015-08-28  1:03 Mike Frysinger
2015-07-15  4:13 Mike Frysinger
2015-06-01  6:42 Mike Frysinger
2015-05-04  9:09 Mike Frysinger
2015-05-04  8:34 Mike Frysinger
2015-05-04  8:34 Mike Frysinger
2015-05-04  8:34 Mike Frysinger
2015-05-04  8:34 Mike Frysinger
2015-04-23 19:43 Mike Frysinger
2015-04-12 22:43 Mike Frysinger
2015-04-04 18:41 Mike Frysinger
2015-04-04 18:41 Mike Frysinger
2015-04-04 18:41 Mike Frysinger
2015-03-28  7:35 Mike Frysinger
2015-03-14  8:08 Mike Frysinger
2015-03-13 20:05 Mike Frysinger
2014-10-24  5:32 Mike Frysinger
2014-10-16  4:39 Mike Frysinger
2014-07-30  8:49 Mike Frysinger
2014-07-21 17:32 Mike Frysinger
2014-07-13 16:05 Mike Frysinger
2014-06-24 23:15 Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1428172279.ad085afa78ad93f9d83a0b0b3249510438270d0a.vapier@gentoo \
    --to=vapier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox