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 1SKKPr-0003YP-59 for garchives@archives.gentoo.org; Wed, 18 Apr 2012 02:14:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EBD1E0D65; Wed, 18 Apr 2012 02:14:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5D2D7E0D65 for ; Wed, 18 Apr 2012 02:14:20 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC2891B401D for ; Wed, 18 Apr 2012 02:14:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 85752E542C for ; Wed, 18 Apr 2012 02:14:18 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1334715126.f3e9df08958b3f9ff2fa93832bc107791438f2a1.robbat2@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-autotools.eclass eclass/mysql-cmake.eclass eclass/mysql-v2.eclass eclass/mysql_fx.eclass X-VCS-Directories: eclass/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: f3e9df08958b3f9ff2fa93832bc107791438f2a1 X-VCS-Branch: master Date: Wed, 18 Apr 2012 02:14:18 +0000 (UTC) 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: 5a27a456-4849-4122-a2d7-2334d0d1fada X-Archives-Hash: c500eafc2bc89e3e33c12c2ce2b0e7c2 commit: f3e9df08958b3f9ff2fa93832bc107791438f2a1 Author: Robin H. Johnson orbis-terrarum net> AuthorDate: Wed Apr 18 02:12:06 2012 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Wed Apr 18 02:12:06 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mysql.git;a=3D= commit;h=3Df3e9df08 Sync headers with main tree versions of eclass. --- eclass/mysql-autotools.eclass | 4 ++-- eclass/mysql-cmake.eclass | 4 ++-- eclass/mysql-v2.eclass | 2 +- eclass/mysql_fx.eclass | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/eclass/mysql-autotools.eclass b/eclass/mysql-autotools.eclas= s index 4b5b124..297a66e 100644 --- a/eclass/mysql-autotools.eclass +++ b/eclass/mysql-autotools.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-autotools.eclass,v 1.2 2= 011/08/22 04:46:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-autotools.eclass,v 1.6 2= 012/04/18 02:08:34 robbat2 Exp $ =20 # @ECLASS: mysql-autotools.eclass # @MAINTAINER: diff --git a/eclass/mysql-cmake.eclass b/eclass/mysql-cmake.eclass index 51e18f0..7e2e0ea 100644 --- a/eclass/mysql-cmake.eclass +++ b/eclass/mysql-cmake.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-cmake.eclass,v 1.7 2012/= 01/09 10:42:19 grobian Exp $ =20 # @ECLASS: mysql-cmake.eclass # @MAINTAINER: diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass index 60549a7..634d534 100644 --- a/eclass/mysql-v2.eclass +++ b/eclass/mysql-v2.eclass @@ -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/eclass/mysql-v2.eclass,v 1.14 2012/01= /09 10:42:19 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.15 2012/04= /18 02:08:34 robbat2 Exp $ =20 # @ECLASS: mysql-v2.eclass # @MAINTAINER: diff --git a/eclass/mysql_fx.eclass b/eclass/mysql_fx.eclass index 8cfb079..2e56fba 100644 --- a/eclass/mysql_fx.eclass +++ b/eclass/mysql_fx.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql_fx.eclass,v 1.22 2009/02= /12 05:05:14 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql_fx.eclass,v 1.30 2012/01= /09 10:42:19 grobian Exp $ =20 # Author: Francesco Riosa (Retired) # Maintainer: