From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NtLph-000683-K0 for garchives@archives.gentoo.org; Sun, 21 Mar 2010 14:08:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44600E08D5; Sun, 21 Mar 2010 14:08:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0A031E08D5 for ; Sun, 21 Mar 2010 14:08:48 +0000 (UTC) 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 8D39F1B4004 for ; Sun, 21 Mar 2010 14:08:47 +0000 (UTC) Received: from tove by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NtLpf-0005Ko-2n for gentoo-commits@lists.gentoo.org; Sun, 21 Mar 2010 14:08:47 +0000 From: "Torsten Veller (tove)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tove@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/XML-GDOME: XML-GDOME-0.86.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: XML-GDOME-0.86.ebuild ChangeLog X-VCS-Directories: dev-perl/XML-GDOME X-VCS-Committer: tove X-VCS-Committer-Name: Torsten Veller Content-Type: text/plain; charset=utf8 Message-Id: Sender: Torsten Veller Date: Sun, 21 Mar 2010 14:08:47 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 436c5e5d-d557-4049-bc1c-6b6221412567 X-Archives-Hash: 9d5798dfa1551b3933674dfe4a5f29a5 tove 10/03/21 14:08:47 Modified: XML-GDOME-0.86.ebuild ChangeLog Log: Include missing headers (#309281). Thanks to David Leverton (Portage version: 2.2_rc67/cvs/Linux x86_64) Revision Changes Path 1.22 dev-perl/XML-GDOME/XML-GDOME-0.86.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/XML-GDOME= /XML-GDOME-0.86.ebuild?rev=3D1.22&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/XML-GDOME= /XML-GDOME-0.86.ebuild?rev=3D1.22&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/XML-GDOME= /XML-GDOME-0.86.ebuild?r1=3D1.21&r2=3D1.22 Index: XML-GDOME-0.86.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-perl/XML-GDOME/XML-GDOME-0.86.ebuil= d,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- XML-GDOME-0.86.ebuild 10 Oct 2009 13:24:24 -0000 1.21 +++ XML-GDOME-0.86.ebuild 21 Mar 2010 14:08:46 -0000 1.22 @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-GDOME/XML-GDOME-0.86.ebu= ild,v 1.21 2009/10/10 13:24:24 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-GDOME/XML-GDOME-0.86.ebu= ild,v 1.22 2010/03/21 14:08:46 tove Exp $ + +EAPI=3D2 =20 MODULE_AUTHOR=3DTJMATHER inherit perl-module @@ -12,8 +14,10 @@ IUSE=3D"" =20 RDEPEND=3D">=3Ddev-libs/gdome2-0.7.2 - || ( >=3Ddev-perl/XML-LibXML-1.70 dev-perl/XML-LibXML-Common ) + >=3Ddev-perl/XML-LibXML-1.70 dev-perl/XML-SAX >=3Ddev-libs/glib-2.2.0" DEPEND=3D"${RDEPEND} dev-util/pkgconfig" + +PATCHES=3D( "${FILESDIR}"/0.86-includes.patch ) 1.26 dev-perl/XML-GDOME/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/XML-GDOME= /ChangeLog?rev=3D1.26&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/XML-GDOME= /ChangeLog?rev=3D1.26&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/XML-GDOME= /ChangeLog?r1=3D1.25&r2=3D1.26 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-perl/XML-GDOME/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 10 Oct 2009 13:24:24 -0000 1.25 +++ ChangeLog 21 Mar 2010 14:08:46 -0000 1.26 @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/XML-GDOME -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-GDOME/ChangeLog,v 1.25 2= 009/10/10 13:24:24 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-GDOME/ChangeLog,v 1.26 2= 010/03/21 14:08:46 tove Exp $ + + 21 Mar 2010; Torsten Veller +files/0.86-includes.pat= ch, + XML-GDOME-0.86.ebuild: + Include missing headers (#309281). Thanks to David Leverton =20 10 Oct 2009; Torsten Veller XML-GDOME-0.86.ebuild: XML-LibXML-Common was merged in XML-LibXML-1.70