From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C4EFC139694 for ; Thu, 2 Mar 2017 14:30:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B65521C091; Thu, 2 Mar 2017 14:30:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 517F4E0C32 for ; Thu, 2 Mar 2017 14:30:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9673F341669 for ; Thu, 2 Mar 2017 14:30:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03F1159E0 for ; Thu, 2 Mar 2017 14:30:35 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1488464226.bf78bb2970192bcd5ad2915dbe8819760432a9c3.grknight@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: dev-db/mysql/ X-VCS-Repository: proj/mysql X-VCS-Files: dev-db/mysql/ChangeLog dev-db/mysql/mysql-4.0.27-r1.ebuild dev-db/mysql/mysql-4.1.22-r1.ebuild dev-db/mysql/mysql-5.0.96.ebuild dev-db/mysql/mysql-5.1.73-r1.ebuild dev-db/mysql/mysql-5.6.30.ebuild dev-db/mysql/mysql-5.7.10.ebuild dev-db/mysql/mysql-5.7.11.ebuild dev-db/mysql/mysql-5.7.12.ebuild dev-db/mysql/mysql-5.7.17.ebuild X-VCS-Directories: dev-db/mysql/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: bf78bb2970192bcd5ad2915dbe8819760432a9c3 X-VCS-Branch: master Date: Thu, 2 Mar 2017 14:30:35 +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: 23501671-650f-4e5b-85a7-dc61d40af243 X-Archives-Hash: 9b5abf26cffc961d01024c6141c1801f commit: bf78bb2970192bcd5ad2915dbe8819760432a9c3 Author: Brian Evans gentoo org> AuthorDate: Thu Mar 2 14:17:06 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Mar 2 14:17:06 2017 +0000 URL: https://gitweb.gentoo.org/proj/mysql.git/commit/?id=bf78bb29 dev-db/mysql: Drop $Id$ headers Package-Manager: Portage-2.3.3, Repoman-2.3.1 Manifest-Sign-Key: D1F781EFF9F4A3B6 dev-db/mysql/ChangeLog | 6 ++++++ dev-db/mysql/mysql-4.0.27-r1.ebuild | 1 - dev-db/mysql/mysql-4.1.22-r1.ebuild | 1 - dev-db/mysql/mysql-5.0.96.ebuild | 1 - dev-db/mysql/mysql-5.1.73-r1.ebuild | 1 - dev-db/mysql/mysql-5.6.30.ebuild | 1 - dev-db/mysql/mysql-5.7.10.ebuild | 1 - dev-db/mysql/mysql-5.7.11.ebuild | 1 - dev-db/mysql/mysql-5.7.12.ebuild | 1 - dev-db/mysql/mysql-5.7.17.ebuild | 1 - 10 files changed, 6 insertions(+), 9 deletions(-) diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index 37668d1..fe767e8 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2017 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 02 Mar 2017; Brian Evans mysql-4.0.27-r1.ebuild, + mysql-4.1.22-r1.ebuild, mysql-5.0.96.ebuild, mysql-5.1.73-r1.ebuild, + mysql-5.6.30.ebuild, mysql-5.7.10.ebuild, mysql-5.7.11.ebuild, + mysql-5.7.12.ebuild, mysql-5.7.17.ebuild: + dev-db/mysql: Drop $Id$ headers + 02 Mar 2017; Brian Evans -mysql-5.5.49.ebuild, mysql-4.0.27-r1.ebuild, mysql-4.1.22-r1.ebuild, mysql-5.0.96.ebuild, mysql-5.1.73-r1.ebuild, mysql-5.6.30.ebuild, mysql-5.7.10.ebuild, diff --git a/dev-db/mysql/mysql-4.0.27-r1.ebuild b/dev-db/mysql/mysql-4.0.27-r1.ebuild index 122a0f7..0704dfc 100644 --- a/dev-db/mysql/mysql-4.0.27-r1.ebuild +++ b/dev-db/mysql/mysql-4.0.27-r1.ebuild @@ -1,6 +1,5 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ MY_EXTRAS_VER="20070105" SERVER_URI="mirror://mysql/Downloads/MySQL-${PV%.*}/mysql-${PV//_/-}.tar.gz" diff --git a/dev-db/mysql/mysql-4.1.22-r1.ebuild b/dev-db/mysql/mysql-4.1.22-r1.ebuild index 0cd9167..6c1da2e 100644 --- a/dev-db/mysql/mysql-4.1.22-r1.ebuild +++ b/dev-db/mysql/mysql-4.1.22-r1.ebuild @@ -1,6 +1,5 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ MY_EXTRAS_VER="20090228-2228Z" SERVER_URI="mirror://mysql/Downloads/MySQL-${PV%.*}/mysql-${PV//_/-}.tar.gz" diff --git a/dev-db/mysql/mysql-5.0.96.ebuild b/dev-db/mysql/mysql-5.0.96.ebuild index 0dd3e3f..f388576 100644 --- a/dev-db/mysql/mysql-5.0.96.ebuild +++ b/dev-db/mysql/mysql-5.0.96.ebuild @@ -1,6 +1,5 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI="4" MY_EXTRAS_VER="20120401-2131Z" diff --git a/dev-db/mysql/mysql-5.1.73-r1.ebuild b/dev-db/mysql/mysql-5.1.73-r1.ebuild index c4f4b3c..dbcfcc5 100644 --- a/dev-db/mysql/mysql-5.1.73-r1.ebuild +++ b/dev-db/mysql/mysql-5.1.73-r1.ebuild @@ -1,6 +1,5 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI="4" diff --git a/dev-db/mysql/mysql-5.6.30.ebuild b/dev-db/mysql/mysql-5.6.30.ebuild index eeb5403..835e176 100644 --- a/dev-db/mysql/mysql-5.6.30.ebuild +++ b/dev-db/mysql/mysql-5.6.30.ebuild @@ -1,6 +1,5 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI="5" diff --git a/dev-db/mysql/mysql-5.7.10.ebuild b/dev-db/mysql/mysql-5.7.10.ebuild index 37cebf3..31e0d4c 100644 --- a/dev-db/mysql/mysql-5.7.10.ebuild +++ b/dev-db/mysql/mysql-5.7.10.ebuild @@ -1,6 +1,5 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI="5" diff --git a/dev-db/mysql/mysql-5.7.11.ebuild b/dev-db/mysql/mysql-5.7.11.ebuild index 80e6e76..02629aa 100644 --- a/dev-db/mysql/mysql-5.7.11.ebuild +++ b/dev-db/mysql/mysql-5.7.11.ebuild @@ -1,6 +1,5 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI="5" diff --git a/dev-db/mysql/mysql-5.7.12.ebuild b/dev-db/mysql/mysql-5.7.12.ebuild index 801c745..723f990 100644 --- a/dev-db/mysql/mysql-5.7.12.ebuild +++ b/dev-db/mysql/mysql-5.7.12.ebuild @@ -1,6 +1,5 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI="6" diff --git a/dev-db/mysql/mysql-5.7.17.ebuild b/dev-db/mysql/mysql-5.7.17.ebuild index e12b9ff..6921679 100644 --- a/dev-db/mysql/mysql-5.7.17.ebuild +++ b/dev-db/mysql/mysql-5.7.17.ebuild @@ -1,6 +1,5 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI="6"