From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 58601138CEF for ; Wed, 12 Feb 2014 10:31:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD5C8E0CD7; Wed, 12 Feb 2014 10:31:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50231E0CA5 for ; Wed, 12 Feb 2014 10:31:17 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4165633EEB4 for ; Wed, 12 Feb 2014 10:31:16 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2329) id 172722004C; Wed, 12 Feb 2014 10:31:15 +0000 (UTC) From: "Sergey Popov (pinkbyte)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pinkbyte@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-db/drizzle: drizzle-7.2.4.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: drizzle-7.2.4.ebuild ChangeLog X-VCS-Directories: dev-db/drizzle X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140212103115.172722004C@flycatcher.gentoo.org> Date: Wed, 12 Feb 2014 10:31:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fb62f04b-664e-4157-be12-f17827f5ada0 X-Archives-Hash: c8da761af928d1c379a3e187e51d74cc pinkbyte 14/02/12 10:31:15 Modified: drizzle-7.2.4.ebuild ChangeLog Log: Fix detection of boost_thread, wrt bug #490216, add epatch_user (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42) Revision Changes Path 1.4 dev-db/drizzle/drizzle-7.2.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/drizzle/drizzle-7.2.4.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/drizzle/drizzle-7.2.4.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/drizzle/drizzle-7.2.4.ebuild?r1=1.3&r2=1.4 Index: drizzle-7.2.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/drizzle/drizzle-7.2.4.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- drizzle-7.2.4.ebuild 4 Mar 2013 06:49:22 -0000 1.3 +++ drizzle-7.2.4.ebuild 12 Feb 2014 10:31:14 -0000 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/drizzle/drizzle-7.2.4.ebuild,v 1.3 2013/03/04 06:49:22 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/drizzle/drizzle-7.2.4.ebuild,v 1.4 2014/02/12 10:31:14 pinkbyte Exp $ EAPI=5 @@ -52,12 +52,15 @@ } src_prepare() { - epatch "${FILESDIR}"/${PN}-7.2.3-libtool.patch - epatch "${FILESDIR}"/${PN}-7.2.3+automake-1.12.patch - epatch "${FILESDIR}"/${PN}-7.2.4+boost-1.50.patch + epatch \ + "${FILESDIR}/${PN}-7.2.3-libtool.patch" \ + "${FILESDIR}/${PN}-7.2.3+automake-1.12.patch" \ + "${FILESDIR}/${PN}-7.2.4+boost-1.50.patch" \ + "${FILESDIR}/${P}-fix-boost_thread-detection.patch" python_convert_shebangs -r 2 . + epatch_user eautoreconf } 1.36 dev-db/drizzle/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/drizzle/ChangeLog?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/drizzle/ChangeLog?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/drizzle/ChangeLog?r1=1.35&r2=1.36 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/drizzle/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ChangeLog 17 Mar 2013 17:39:35 -0000 1.35 +++ ChangeLog 12 Feb 2014 10:31:14 -0000 1.36 @@ -1,6 +1,10 @@ # ChangeLog for dev-db/drizzle -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/drizzle/ChangeLog,v 1.35 2013/03/17 17:39:35 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/drizzle/ChangeLog,v 1.36 2014/02/12 10:31:14 pinkbyte Exp $ + + 12 Feb 2014; Sergey Popov drizzle-7.2.4.ebuild, + +files/drizzle-7.2.4-fix-boost_thread-detection.patch: + Fix detection of boost_thread, wrt bug #490216, add epatch_user 17 Mar 2013; Markos Chandras metadata.xml: Add proxy-maintainers to metadata.xml