From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1J94YF-0006Z6-53 for garchives@archives.gentoo.org; Sun, 30 Dec 2007 20:14:27 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lBUKEPFF027454; Sun, 30 Dec 2007 20:14:25 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lBUKEONk027449 for ; Sun, 30 Dec 2007 20:14:24 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id E468D64E9C for ; Sun, 30 Dec 2007 20:14:23 +0000 (UTC) Received: from vapier by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1J94YA-0006X2-RM for gentoo-commits@lists.gentoo.org; Sun, 30 Dec 2007 20:14:22 +0000 From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gdb: ChangeLog gdb-6.7.1-r1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog gdb-6.7.1-r1.ebuild X-VCS-Directories: sys-devel/gdb X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Mike Frysinger Date: Sun, 30 Dec 2007 20:14:22 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: 6c548b6e-b67b-475f-a012-261f7138976b X-Archives-Hash: f3cd38f0910abe58428b89e6dfa7875b vapier 07/12/30 20:14:22 Modified: ChangeLog gdb-6.7.1-r1.ebuild Log: Fixup duel build code a bit as well as the patch itself. (Portage version: 2.1.4_rc12) Revision Changes Path 1.130 sys-devel/gdb/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gdb/ChangeLog?rev=1.130&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gdb/ChangeLog?rev=1.130&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gdb/ChangeLog?r1=1.129&r2=1.130 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v retrieving revision 1.129 retrieving revision 1.130 diff -u -r1.129 -r1.130 --- ChangeLog 29 Dec 2007 21:09:18 -0000 1.129 +++ ChangeLog 30 Dec 2007 20:14:22 -0000 1.130 @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gdb # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.129 2007/12/29 21:09:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.130 2007/12/30 20:14:22 vapier Exp $ + + 30 Dec 2007; Mike Frysinger gdb-6.7.1-r1.ebuild: + Fixup duel build code a bit as well as the patch itself. *gdb-6.7.1-r1 (29 Dec 2007) 1.2 sys-devel/gdb/gdb-6.7.1-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gdb/gdb-6.7.1-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gdb/gdb-6.7.1-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gdb/gdb-6.7.1-r1.ebuild?r1=1.1&r2=1.2 Index: gdb-6.7.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.7.1-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gdb-6.7.1-r1.ebuild 29 Dec 2007 21:09:18 -0000 1.1 +++ gdb-6.7.1-r1.ebuild 30 Dec 2007 20:14:22 -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/sys-devel/gdb/gdb-6.7.1-r1.ebuild,v 1.1 2007/12/29 21:09:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.7.1-r1.ebuild,v 1.2 2007/12/30 20:14:22 vapier Exp $ inherit flag-o-matic eutils @@ -11,7 +11,7 @@ fi fi -PATCH_VER="1.1" +PATCH_VER="1.2" DESCRIPTION="GNU debugger" HOMEPAGE="http://sources.redhat.com/gdb/" SRC_URI="http://ftp.gnu.org/gnu/gdb/${P}.tar.bz2 -- gentoo-commits@gentoo.org mailing list