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 <gentoo-commits+bounces-475131-garchives=archives.gentoo.org@lists.gentoo.org>) id 1Sfiuv-0004Xv-IE for garchives@archives.gentoo.org; Sat, 16 Jun 2012 02:39:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F890E06FE; Sat, 16 Jun 2012 02:39:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2DF3BE06FE for <gentoo-commits@lists.gentoo.org>; Sat, 16 Jun 2012 02:39:05 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 857291B401D for <gentoo-commits@lists.gentoo.org>; Sat, 16 Jun 2012 02:39:04 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 765) id 3C2C92004C; Sat, 16 Jun 2012 02:39:03 +0000 (UTC) From: "Akinori Hattori (hattya)" <hattya@gentoo.org> To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hattya@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-db/tinycdb: tinycdb-0.77-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: tinycdb-0.77-r2.ebuild ChangeLog X-VCS-Directories: dev-db/tinycdb X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori Content-Type: text/plain; charset=utf8 Message-Id: <20120616023903.3C2C92004C@flycatcher.gentoo.org> Date: Sat, 16 Jun 2012 02:39:03 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 2b74f3d1-e250-4694-b912-fed583175863 X-Archives-Hash: a038188ce6bf8feabaf0fe160a6fb9f8 hattya 12/06/16 02:39:03 Modified: tinycdb-0.77-r2.ebuild ChangeLog Log: ia64 stable wrt bug #418671. =20 (Portage version: 2.1.10.49/cvs/Linux i686) Revision Changes Path 1.6 dev-db/tinycdb/tinycdb-0.77-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tin= ycdb-0.77-r2.ebuild?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tin= ycdb-0.77-r2.ebuild?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tin= ycdb-0.77-r2.ebuild?r1=3D1.5&r2=3D1.6 Index: tinycdb-0.77-r2.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-db/tinycdb/tinycdb-0.77-r2.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- tinycdb-0.77-r2.ebuild 14 Jun 2012 15:21:20 -0000 1.5 +++ tinycdb-0.77-r2.ebuild 16 Jun 2012 02:39:03 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild= ,v 1.5 2012/06/14 15:21:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild= ,v 1.6 2012/06/16 02:39:03 hattya Exp $ =20 EAPI=3D"4" =20 @@ -12,16 +12,15 @@ =20 LICENSE=3D"public-domain" SLOT=3D"0" -KEYWORDS=3D"amd64 hppa ~ia64 ppc x86" +KEYWORDS=3D"amd64 hppa ia64 ppc x86" IUSE=3D"static-libs" RESTRICT=3D"test" =20 RDEPEND=3D"!dev-db/cdb" =20 src_prepare() { - epatch \ - "${FILESDIR}"/${P}-gentoo.diff \ - "${FILESDIR}"/${P}-umask.diff + epatch "${FILESDIR}"/${P}-gentoo.diff + epatch "${FILESDIR}"/${P}-umask.diff # fix multilib support sed -i "/^libdir/s:/lib:/$(get_libdir):" Makefile } 1.38 dev-db/tinycdb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/Cha= ngeLog?rev=3D1.38&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/Cha= ngeLog?rev=3D1.38&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/Cha= ngeLog?r1=3D1.37&r2=3D1.38 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-db/tinycdb/ChangeLog,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- ChangeLog 14 Jun 2012 15:21:20 -0000 1.37 +++ ChangeLog 16 Jun 2012 02:39:03 -0000 1.38 @@ -1,6 +1,9 @@ # ChangeLog for dev-db/tinycdb # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.37 2012/= 06/14 15:21:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.38 2012/= 06/16 02:39:03 hattya Exp $ + + 16 Jun 2012; Akinori Hattori <hattya@gentoo.org> tinycdb-0.77-r2.ebuil= d: + ia64 stable wrt bug #418671. =20 14 Jun 2012; Jeroen Roovers <jer@gentoo.org> tinycdb-0.77-r2.ebuild: Stable for HPPA (bug #418671).