vapier 15/03/14 07:18:38 Modified: gdb-9999.ebuild gdb-7.9.ebuild ChangeLog Log: Upgrade to EAPI=5 as gdb is not needed to update an old system #543178 by Michał Górny. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.35 sys-devel/gdb/gdb-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild?r1=1.34&r2=1.35 Index: gdb-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- gdb-9999.ebuild 27 Feb 2015 08:14:05 -0000 1.34 +++ gdb-9999.ebuild 14 Mar 2015 07:18:38 -0000 1.35 @@ -1,8 +1,8 @@ # Copyright 1999-2015 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.34 2015/02/27 08:14:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.35 2015/03/14 07:18:38 vapier Exp $ -EAPI="4" +EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit flag-o-matic eutils python-single-r1 1.3 sys-devel/gdb/gdb-7.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.9.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.9.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/gdb-7.9.ebuild?r1=1.2&r2=1.3 Index: gdb-7.9.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.9.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gdb-7.9.ebuild 27 Feb 2015 08:14:05 -0000 1.2 +++ gdb-7.9.ebuild 14 Mar 2015 07:18:38 -0000 1.3 @@ -1,8 +1,8 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.9.ebuild,v 1.2 2015/02/27 08:14:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.9.ebuild,v 1.3 2015/03/14 07:18:38 vapier Exp $ -EAPI="4" +EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit flag-o-matic eutils python-single-r1 1.292 sys-devel/gdb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?rev=1.292&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?rev=1.292&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gdb/ChangeLog?r1=1.291&r2=1.292 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v retrieving revision 1.291 retrieving revision 1.292 diff -u -r1.291 -r1.292 --- ChangeLog 28 Feb 2015 22:51:54 -0000 1.291 +++ ChangeLog 14 Mar 2015 07:18:38 -0000 1.292 @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/gdb # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.291 2015/02/28 22:51:54 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.292 2015/03/14 07:18:38 vapier Exp $ + + 14 Mar 2015; Mike Frysinger <[email protected]> gdb-7.9.ebuild, + gdb-9999.ebuild: + Upgrade to EAPI=5 as gdb is not needed to update an old system #543178 by + Michał Górny. 28 Feb 2015; <[email protected]> gdb-7.8.2.ebuild: stable on arm64
