public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/mysqltuner: ChangeLog mysqltuner-1.2.0.ebuild
@ 2011-04-19  8:06 Benedikt Boehm (hollow)
  0 siblings, 0 replies; 2+ messages in thread
From: Benedikt Boehm (hollow) @ 2011-04-19  8:06 UTC (permalink / raw
  To: gentoo-commits

hollow      11/04/19 08:06:39

  Modified:             ChangeLog
  Added:                mysqltuner-1.2.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-db/mysqltuner/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysqltuner/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysqltuner/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysqltuner/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysqltuner/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	28 Mar 2010 14:32:36 -0000	1.4
+++ ChangeLog	19 Apr 2011 08:06:39 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/mysqltuner
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqltuner/ChangeLog,v 1.4 2010/03/28 14:32:36 maekke Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqltuner/ChangeLog,v 1.5 2011/04/19 08:06:39 hollow Exp $
+
+*mysqltuner-1.2.0 (19 Apr 2011)
+
+  19 Apr 2011; Benedikt Böhm <hollow@gentoo.org> +mysqltuner-1.2.0.ebuild:
+  version bump
 
   28 Mar 2010; Markus Meier <maekke@gentoo.org> mysqltuner-1.1.1.ebuild:
   amd64 stable, bug #309139



1.1                  dev-db/mysqltuner/mysqltuner-1.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysqltuner/mysqltuner-1.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysqltuner/mysqltuner-1.2.0.ebuild?rev=1.1&content-type=text/plain

Index: mysqltuner-1.2.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqltuner/mysqltuner-1.2.0.ebuild,v 1.1 2011/04/19 08:06:39 hollow Exp $

EAPI=4

DESCRIPTION="MySQLTuner is a high-performance MySQL tuning script"
HOMEPAGE="http://www.mysqltuner.com"
SRC_URI="https://github.com/rackerhacker/MySQLTuner-perl/tarball/05813a1faa447fe16c2a7efdab9b22c3bcbc5485 -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND=">=dev-lang/perl-5.6
	virtual/perl-Getopt-Long
	>=virtual/mysql-3.23"

S="${WORKDIR}"/rackerhacker-MySQLTuner-perl-05813a1

src_install() {
	mv "${PN}".pl "${PN}"
	dobin "${PN}"
	dodoc README
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-db/mysqltuner: ChangeLog mysqltuner-1.2.0.ebuild
@ 2011-12-14  9:13 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 2+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-12-14  9:13 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/12/14 09:13:47

  Modified:             ChangeLog mysqltuner-1.2.0.ebuild
  Log:
  x86 stable wrt bug #394073
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.8                  dev-db/mysqltuner/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysqltuner/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysqltuner/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysqltuner/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysqltuner/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	12 Dec 2011 18:48:26 -0000	1.7
+++ ChangeLog	14 Dec 2011 09:13:46 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/mysqltuner
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqltuner/ChangeLog,v 1.7 2011/12/12 18:48:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqltuner/ChangeLog,v 1.8 2011/12/14 09:13:46 phajdan.jr Exp $
+
+  14 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> mysqltuner-1.2.0.ebuild:
+  x86 stable wrt bug #394073
 
   12 Dec 2011; Agostino Sarubbo <ago@gentoo.org> mysqltuner-1.2.0.ebuild:
   Stable for AMD64, wrt bug #394073



1.3                  dev-db/mysqltuner/mysqltuner-1.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysqltuner/mysqltuner-1.2.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysqltuner/mysqltuner-1.2.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysqltuner/mysqltuner-1.2.0.ebuild?r1=1.2&r2=1.3

Index: mysqltuner-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysqltuner/mysqltuner-1.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mysqltuner-1.2.0.ebuild	12 Dec 2011 18:48:26 -0000	1.2
+++ mysqltuner-1.2.0.ebuild	14 Dec 2011 09:13:46 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqltuner/mysqltuner-1.2.0.ebuild,v 1.2 2011/12/12 18:48:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqltuner/mysqltuner-1.2.0.ebuild,v 1.3 2011/12/14 09:13:46 phajdan.jr Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND=""






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-12-14  9:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-14  9:13 [gentoo-commits] gentoo-x86 commit in dev-db/mysqltuner: ChangeLog mysqltuner-1.2.0.ebuild PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2011-04-19  8:06 Benedikt Boehm (hollow)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox