From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JrM2Y-0007nE-J8 for garchives@archives.gentoo.org; Wed, 30 Apr 2008 23:48:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B646CE0823; Wed, 30 Apr 2008 23:48:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 71506E0823 for ; Wed, 30 Apr 2008 23:48:45 +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 ED13A667A4 for ; Wed, 30 Apr 2008 23:48:44 +0000 (UTC) Received: from dev-zero by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JrM2V-0005Ok-SE for gentoo-commits@lists.gentoo.org; Wed, 30 Apr 2008 23:48:43 +0000 From: "Tiziano Mueller (dev-zero)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dev-zero@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/libherdstat: libherdstat-0.1.1-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libherdstat-0.1.1-r1.ebuild ChangeLog X-VCS-Directories: dev-cpp/libherdstat X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Mueller Content-Type: text/plain; charset=utf8 Message-Id: Sender: Tiziano Mueller Date: Wed, 30 Apr 2008 23:48:43 +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: 8621c907-35dc-4623-87df-613161da7367 X-Archives-Hash: 794cb82e4331f8bfea078f001fdad2fb dev-zero 08/04/30 23:48:43 Modified: libherdstat-0.1.1-r1.ebuild ChangeLog Log: Added patches to fix link (bug #211715) to list of developers and to fi= x compilation problems with gcc-4.3 (bug #216269), thanks to tove and jkt= . (Portage version: 2.1.5_rc6) Revision Changes Path 1.8 dev-cpp/libherdstat/libherdstat-0.1.1-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libherdsta= t/libherdstat-0.1.1-r1.ebuild?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libherdsta= t/libherdstat-0.1.1-r1.ebuild?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libherdsta= t/libherdstat-0.1.1-r1.ebuild?r1=3D1.7&r2=3D1.8 Index: libherdstat-0.1.1-r1.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-cpp/libherdstat/libherdstat-0.1.1-r= 1.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libherdstat-0.1.1-r1.ebuild 1 Feb 2008 03:50:20 -0000 1.7 +++ libherdstat-0.1.1-r1.ebuild 30 Apr 2008 23:48:43 -0000 1.8 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libherdstat/libherdstat-0.1.1= -r1.ebuild,v 1.7 2008/02/01 03:50:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libherdstat/libherdstat-0.1.1= -r1.ebuild,v 1.8 2008/04/30 23:48:43 dev-zero Exp $ =20 inherit eutils =20 @@ -27,13 +27,16 @@ =20 src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-fix-locale-longdesc.diff + cd "${S}" + + epatch "${FILESDIR}/${P}-fix-locale-longdesc.diff" \ + "${FILESDIR}/${P}-project_xml.patch" \ + "${FILESDIR}/${P}-gcc-4.3.patch" } =20 src_compile() { econf \ - --with-test-data=3D${WORKDIR}/${TEST_DATA_P} \ + --with-test-data=3D"${WORKDIR}/${TEST_DATA_P}" \ --enable-static \ $(use_enable test tests) \ $(use_enable debug) \ @@ -48,7 +51,7 @@ } =20 src_install() { - make DESTDIR=3D"${D}" install || die "make install failed" + emake DESTDIR=3D"${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog README TODO NEWS =20 if use doc ; then 1.19 dev-cpp/libherdstat/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libherdsta= t/ChangeLog?rev=3D1.19&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libherdsta= t/ChangeLog?rev=3D1.19&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libherdsta= t/ChangeLog?r1=3D1.18&r2=3D1.19 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-cpp/libherdstat/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 1 Feb 2008 03:50:20 -0000 1.18 +++ ChangeLog 30 Apr 2008 23:48:43 -0000 1.19 @@ -1,6 +1,12 @@ # ChangeLog for dev-cpp/libherdstat # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libherdstat/ChangeLog,v 1.18 = 2008/02/01 03:50:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libherdstat/ChangeLog,v 1.19 = 2008/04/30 23:48:43 dev-zero Exp $ + + 30 Apr 2008; Tiziano M=C3=BCller + +files/libherdstat-0.1.1-gcc-4.3.patch, + +files/libherdstat-0.1.1-project_xml.patch, libherdstat-0.1.1-r1.ebuil= d: + Added patches to fix link (bug #211715) to list of developers and to f= ix + compilation problems with gcc-4.3 (bug #216269), thanks to tove and jk= t. =20 01 Feb 2008; Jeroen Roovers libherdstat-0.1.1-r1.ebui= ld: Stable for HPPA (bug #191688). --=20 gentoo-commits@lists.gentoo.org mailing list