[gentoo-commits] gentoo-x86 commit in dev-vcs/cvs: cvs-1.12.13.1-r1.ebuild cvs-1.12.12-r6.ebuild cvs-1.12.12-r8.ebuild cvs-1.12.13.1.ebuild cvs-1.12.12-r10.ebuild cvs-1.11.23.ebuild cvs-1.12.12-r7.ebu

2014-05-13 Thread Robin H. Johnson (robbat2)
/zlib-1.1.4
kerberos? ( virtual/krb5 )
@@ -86,7 +87,3 @@ src_install() {
 
newpamd ${FILESDIR}/cvs.pam-include-1.12.12 cvs
 }
-
-src_test() {
-   einfo FEATURES=\test\ has been disabled for dev-vcs/cvs
-}



1.5  dev-vcs/cvs/cvs-1.12.13.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.13.1-r2.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.13.1-r2.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.13.1-r2.ebuild?r1=1.4r2=1.5

Index: cvs-1.12.13.1-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.13.1-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -p -w -b -B -u -u -r1.4 -r1.5
--- cvs-1.12.13.1-r2.ebuild 30 Jan 2014 15:25:23 -  1.4
+++ cvs-1.12.13.1-r2.ebuild 14 May 2014 00:17:49 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.13.1-r2.ebuild,v 1.4 
2014/01/30 15:25:23 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.13.1-r2.ebuild,v 1.5 
2014/05/14 00:17:49 robbat2 Exp $
 
 EAPI=3
 
@@ -65,7 +65,7 @@ src_prepare() {
 src_configure() {
local myconf
# the tests need the server and proxy
-   if has test $FEATURES; then
+   if use test; then
use server || \
ewarn The server and proxy code are enabled as they are 
required for tests.
myconf=--enable-server --enable-proxy



1.4  dev-vcs/cvs/cvs-1.12.13-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.13-r2.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.13-r2.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/cvs-1.12.13-r2.ebuild?r1=1.3r2=1.4

Index: cvs-1.12.13-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.13-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -p -w -b -B -u -u -r1.3 -r1.4
--- cvs-1.12.13-r2.ebuild   19 Jan 2014 10:30:16 -  1.3
+++ cvs-1.12.13-r2.ebuild   14 May 2014 00:17:49 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.13-r2.ebuild,v 1.3 
2014/01/19 10:30:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/cvs-1.12.13-r2.ebuild,v 1.4 
2014/05/14 00:17:49 robbat2 Exp $
 
 EAPI=3
 
@@ -46,7 +46,7 @@ src_prepare() {
 src_configure() {
local myconf
# the tests need the server and proxy
-   if has test $FEATURES; then
+   if use test; then
use server || \
ewarn The server and proxy code are enabled as they are 
required for tests.
myconf=--enable-server --enable-proxy



1.19 dev-vcs/cvs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/ChangeLog?rev=1.19view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/ChangeLog?rev=1.19content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs/ChangeLog?r1=1.18r2=1.19

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvs/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -p -w -b -B -u -u -r1.18 -r1.19
--- ChangeLog   13 May 2014 20:06:35 -  1.18
+++ ChangeLog   14 May 2014 00:17:49 -  1.19
@@ -1,6 +1,14 @@
 # ChangeLog for dev-vcs/cvs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/ChangeLog,v 1.18 2014/05/13 
20:06:35 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs/ChangeLog,v 1.19 2014/05/14 
00:17:49 robbat2 Exp $
+
+  14 May 2014; Robin H. Johnson robb...@gentoo.org cvs-1.11.23.ebuild,
+  cvs-1.12.12-r10.ebuild, cvs-1.12.12-r6.ebuild, cvs-1.12.12-r7.ebuild,
+  cvs-1.12.12-r8.ebuild, cvs-1.12.12-r9.ebuild, cvs-1.12.13-r1.ebuild,
+  cvs-1.12.13-r2.ebuild, cvs-1.12.13.1-r1.ebuild, cvs-1.12.13.1-r2.ebuild,
+  cvs-1.12.13.1.ebuild:
+  Convert has test $FEATURES to use test, and replace old src_test blocking
+  with RESTRICT=test.
 
   13 May 2014; Mikle Kolyada zlog...@gentoo.org cvs-1.12.12-r10.ebuild:
   x86 stable wrt byg #506080






[gentoo-commits] gentoo commit in xml/htdocs/main/en: sponsors.xml

2014-05-25 Thread Robin H. Johnson (robbat2)
robbat2 14/05/25 13:05:46

  Modified: sponsors.xml
  Log:
  New sponsor: DigiCert.

Revision  ChangesPath
1.115xml/htdocs/main/en/sponsors.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/sponsors.xml?rev=1.115view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/sponsors.xml?rev=1.115content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/main/en/sponsors.xml?r1=1.114r2=1.115

Index: sponsors.xml
===
RCS file: /var/cvsroot/gentoo/xml/htdocs/main/en/sponsors.xml,v
retrieving revision 1.114
retrieving revision 1.115
diff -p -w -b -B -u -u -r1.114 -r1.115
--- sponsors.xml1 Feb 2014 23:43:24 -   1.114
+++ sponsors.xml25 May 2014 13:05:46 -  1.115
@@ -1,6 +1,6 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE mainpage SYSTEM /dtd/guide.dtd
-!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/sponsors.xml,v 1.114 
2014/02/01 23:43:24 antarus Exp $ --
+!-- $Header: /var/cvsroot/gentoo/xml/htdocs/main/en/sponsors.xml,v 1.115 
2014/05/25 13:05:46 robbat2 Exp $ --
 
 mainpage
 titleGentoo Sponsors/title
@@ -139,6 +139,31 @@ succeed.
 /body
 /section
 
+!-- added: sponsors.xml, v1.115, Sun, 25 May 2014 13:00:36 + --
+section
+titleDigiCert/title
+body
+fig link=/images/sponsors/digicert.jpg linkto=http://www.digicert.com/;
+ short=digicert.com /
+ p
+DigiCert is a premier online trust provider of enterprise security solutions
+with an emphasis on authentication and encryption via its PKI and
+high-assurance digital certificates. Headquartered in Lehi, Utah, DigiCert
+is trusted by a continually growing clientele of more than 80,000 of the
+world's leading government, finance, healthcare, education and Fortune 500
+organizations. The company also leads the market in enabling the Direct,
+secure exchange of healthcare information via its DirectAssuredT
+certificates. DigiCert has been recognized with dozens of awards for
+providing enhanced customer value, premium customer support and market
+growth leadership. For the latest DigiCert news and updates, visit
+uri link=https://digicert.com;digicert.com/uri, like uri
+link=https://www.facebook.com/digicert;DigiCert on Facebook/uri or follow
+Twitter handle uri link=https://twitter.com/digicert;@digicert/uri.
+/p
+
+/body
+/section
+
 !-- added: sponsors.xml, v1.89,  --
 section
 titleTOP-IX amp; Fastbull/title






[gentoo-commits] gentoo commit in xml/images/sponsors: digicert.jpg

2014-05-25 Thread Robin H. Johnson (robbat2)
robbat2 14/05/25 13:05:46

  Added:digicert.jpg
  Log:
  New sponsor: DigiCert.

Revision  ChangesPath
1.1  xml/images/sponsors/digicert.jpg

Binary file





[gentoo-commits] gentoo-x86 commit in net-misc/memcached: memcached-1.4.20.ebuild ChangeLog

2014-05-26 Thread Robin H. Johnson (robbat2)
robbat2 14/05/26 06:46:28

  Modified: ChangeLog
  Added:memcached-1.4.20.ebuild
  Log:
  Bump per bug #511072.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.151net-misc/memcached/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/memcached/ChangeLog?rev=1.151view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/memcached/ChangeLog?rev=1.151content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/memcached/ChangeLog?r1=1.150r2=1.151

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/memcached/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -p -w -b -B -u -u -r1.150 -r1.151
--- ChangeLog   17 Feb 2014 17:52:50 -  1.150
+++ ChangeLog   26 May 2014 06:46:28 -  1.151
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/memcached
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/ChangeLog,v 1.150 
2014/02/17 17:52:50 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/ChangeLog,v 1.151 
2014/05/26 06:46:28 robbat2 Exp $
+
+*memcached-1.4.20 (26 May 2014)
+
+  26 May 2014; Robin H. Johnson robb...@gentoo.org +memcached-1.4.20.ebuild:
+  Bump per bug #511072.
 
 *memcached-1.4.17-r3 (17 Feb 2014)
 



1.1  net-misc/memcached/memcached-1.4.20.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/memcached/memcached-1.4.20.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/memcached/memcached-1.4.20.ebuild?rev=1.1content-type=text/plain

Index: memcached-1.4.20.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/memcached/memcached-1.4.20.ebuild,v 
1.1 2014/05/26 06:46:28 robbat2 Exp $

EAPI=5
inherit autotools eutils flag-o-matic systemd user

MY_PV=${PV/_rc/-rc}
MY_P=${PN}-${MY_PV}

DESCRIPTION=High-performance, distributed memory object caching system
HOMEPAGE=http://code.google.com/p/memcached/;
SRC_URI=http://www.memcached.org/files/${MY_P}.tar.gz;

LICENSE=BSD
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos
IUSE=test slabs-reassign debug sasl # hugetlbfs later

RDEPEND==dev-libs/libevent-1.4
 dev-lang/perl
 sasl? ( dev-libs/cyrus-sasl )
DEPEND=${RDEPEND}
test? ( virtual/perl-Test-Harness 
=dev-perl/Cache-Memcached-1.24 )

S=${WORKDIR}/${MY_P}

src_prepare() {
epatch ${FILESDIR}/${PN}-1.2.2-fbsd.patch
# Handled different upstream
#epatch ${FILESDIR}/${PN}-1.3.3-gcc4-slab-fixup.patch
epatch ${FILESDIR}/${PN}-1.4.0-fix-as-needed-linking.patch
epatch ${FILESDIR}/${PN}-1.4.4-as-needed.patch
epatch ${FILESDIR}/${PN}-1.4.17-EWOULDBLOCK.patch
sed -i -e 's,-Werror,,g' configure.ac || die
sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,' configure.ac || die
eautoreconf
use slabs-reassign  append-flags -DALLOW_SLABS_REASSIGN
}

src_configure() {
econf \
--disable-docs \
$(use_enable sasl)
# The xml2rfc tool to build the additional docs requires TCL :-(
# `use_enable doc docs`
}

src_compile() {
# There is a heavy degree of per-object compile flags
# Users do NOT know better than upstream. Trying to compile the testapp 
and
# the -debug version with -DNDEBUG _WILL_ fail.
append-flags -UNDEBUG -pthread
emake testapp memcached-debug CFLAGS=${CFLAGS}
filter-flags -UNDEBUG
emake
}

src_install() {
emake DESTDIR=${D} install
dobin scripts/memcached-tool
use debug  dobin memcached-debug

dodoc AUTHORS ChangeLog NEWS README.md doc/{CONTRIBUTORS,*.txt}

newconfd ${FILESDIR}/memcached.confd memcached
newinitd ${FILESDIR}/memcached.init memcached
systemd_dounit ${FILESDIR}/memcached.service
}

pkg_postinst() {
enewuser memcached -1 -1 /dev/null daemon

elog With this version of Memcached Gentoo now supports multiple 
instances.
elog To enable this you should create a symlink in /etc/init.d/ for 
each instance
elog to /etc/init.d/memcached and create the matching conf files in 
/etc/conf.d/
elog Please see Gentoo bug #122246 for more info
}

src_test() {
emake -j1 test
}






[gentoo-commits] proj/openrc:master commit in: sh/

2014-05-26 Thread Robin H. Johnson
commit: a0596076dd97a35f0dfb6d601bc12e2297f66c7f
Author: Robin H. Johnson robbat2 AT gentoo DOT org
AuthorDate: Mon May 26 06:51:37 2014 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Mon May 26 06:51:44 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=a0596076

sh/tmpfiles.sh: license under 2-clause BSD

As the author of our tmpfiles.sh script, I hereby license it under
2-clause BSD, like the rest of openrc.

Signed-off-by: Robin H. Johnson robbat2 AT gentoo.org

---
 sh/tmpfiles.sh.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sh/tmpfiles.sh.in b/sh/tmpfiles.sh.in
index a903163..6d4c614 100755
--- a/sh/tmpfiles.sh.in
+++ b/sh/tmpfiles.sh.in
@@ -3,10 +3,11 @@
 # Control creation, deletion, and cleaning of volatile and temporary files
 #
 # Copyright (c) 2012 Gentoo Foundation
+# Released under the 2-clause BSD license.
 #
-# This instance based on the Arch Linux version:
+# This instance is a pure-POSIX sh version, written by Robin H Johnson
+# robb...@gentoo.org, based on the Arch Linux version as of 2012/01/01:
 # http://projects.archlinux.org/initscripts.git/tree/arch-tmpfiles
-# As of 2012/01/01
 #
 # See the tmpfiles.d manpage as well:
 # http://0pointer.de/public/systemd-man/tmpfiles.d.html



[gentoo-commits] gentoo-x86 commit in dev-vcs/git: git-9999-r1.ebuild git-9999.ebuild git-9999-r3.ebuild git-9999-r2.ebuild ChangeLog

2014-05-28 Thread Robin H. Johnson (robbat2)
://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git--r2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git--r2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git--r2.ebuild?r1=1.1r2=1.2

Index: git--r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git--r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -p -w -b -B -u -u -r1.1 -r1.2
--- git--r2.ebuild  22 Feb 2014 02:07:52 -  1.1
+++ git--r2.ebuild  28 May 2014 23:44:51 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git--r2.ebuild,v 1.1 
2014/02/22 02:07:52 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git--r2.ebuild,v 1.2 
2014/05/28 23:44:51 robbat2 Exp $
 
 EAPI=5
 
@@ -374,7 +374,9 @@ src_install() {
 
newbashcomp contrib/completion/git-completion.bash ${PN}
# Not really a bash-completion file (bug #477920)
-   dodoc contrib/completion/git-prompt.sh
+   # but still needed uncompressed (bug #507480)
+   insinto /usr/share/${PN}
+   doins contrib/completion/git-prompt.sh
 
if use emacs ; then
elisp-install ${PN} contrib/emacs/git.{el,elc}



1.261dev-vcs/git/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.261view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.261content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?r1=1.260r2=1.261

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v
retrieving revision 1.260
retrieving revision 1.261
diff -p -w -b -B -u -u -r1.260 -r1.261
--- ChangeLog   11 May 2014 21:15:13 -  1.260
+++ ChangeLog   28 May 2014 23:44:51 -  1.261
@@ -1,6 +1,10 @@
 # ChangeLog for dev-vcs/git
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.260 2014/05/11 
21:15:13 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.261 2014/05/28 
23:44:51 robbat2 Exp $
+
+  28 May 2014; Robin H. Johnson robb...@gentoo.org git--r1.ebuild,
+  git--r2.ebuild, git--r3.ebuild, git-.ebuild:
+  Port bug #507480 fix for git-prompt to  builds.
 
 *git-1.9.3 (11 May 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-vcs/git/files: git-2.0.0-optional-cvs.patch

2014-05-28 Thread Robin H. Johnson (robbat2)
robbat2 14/05/29 00:12:26

  Added:git-2.0.0-optional-cvs.patch
  Log:
  Bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  dev-vcs/git/files/git-2.0.0-optional-cvs.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/files/git-2.0.0-optional-cvs.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/files/git-2.0.0-optional-cvs.patch?rev=1.1content-type=text/plain

Index: git-2.0.0-optional-cvs.patch
===
From e19ad5a8492d83db79a09b459cb17ccee78e0001 Mon Sep 17 00:00:00 2001
From: Robin Johnson robb...@gentoo.org
Date: Fri, 25 Apr 2014 12:30:42 +0200
Subject: [PATCH] Makefile: Add NO_CVS define to disable all CVS interface
 utilities

Forward-ported from 1.7.12 to current git.git v1.8.4
Forward-ported from v1.8.4 to v1.8.5.1
Forward-ported from v1.8.5.3 to v1.9.0_rc3
Forward-ported from 1.9.0_rc3 to current git.git v2.0.0_rc0
Forward-ported from v2.0.0_rc0 to v2.0.0

diff -Nuar --exclude '*.orig' --exclude '*.rej' git-2.0.0.orig/Makefile 
git-2.0.0/Makefile
--- git-2.0.0.orig/Makefile 2014-05-28 12:10:36.0 -0700
+++ git-2.0.0/Makefile  2014-05-28 16:50:10.148376954 -0700
@@ -255,6 +255,8 @@
 #
 # Define NO_TCLTK if you do not want Tcl/Tk GUI.
 #
+# Define NO_CVS if you do not want any CVS interface utilities.
+#
 # The TCL_PATH variable governs the location of the Tcl interpreter
 # used to optimize git-gui for your system.  Only used if NO_TCLTK
 # is not set.  Defaults to the bare 'tclsh'.
@@ -436,6 +438,7 @@
 PROGRAM_OBJS =
 PROGRAMS =
 SCRIPT_PERL =
+SCRIPT_PERL_CVS =
 SCRIPT_PYTHON =
 SCRIPT_SH =
 SCRIPT_LIB =
@@ -475,20 +478,21 @@
 SCRIPT_PERL += git-add--interactive.perl
 SCRIPT_PERL += git-difftool.perl
 SCRIPT_PERL += git-archimport.perl
-SCRIPT_PERL += git-cvsexportcommit.perl
-SCRIPT_PERL += git-cvsimport.perl
-SCRIPT_PERL += git-cvsserver.perl
 SCRIPT_PERL += git-relink.perl
 SCRIPT_PERL += git-send-email.perl
 SCRIPT_PERL += git-svn.perl
 
+SCRIPT_PERL_CVS += git-cvsexportcommit.perl
+SCRIPT_PERL_CVS += git-cvsimport.perl
+SCRIPT_PERL_CVS += git-cvsserver.perl
+
 SCRIPT_PYTHON += git-p4.py
 
 NO_INSTALL += git-remote-testgit
 
 # Generated files for scripts
 SCRIPT_SH_GEN = $(patsubst %.sh,%,$(SCRIPT_SH))
-SCRIPT_PERL_GEN = $(patsubst %.perl,%,$(SCRIPT_PERL))
+SCRIPT_PERL_GEN = $(patsubst %.perl,%,$(SCRIPT_PERL) $(SCRIPT_PERL_CVS))
 SCRIPT_PYTHON_GEN = $(patsubst %.py,%,$(SCRIPT_PYTHON))
 
 SCRIPT_SH_INS = $(filter-out $(NO_INSTALL),$(SCRIPT_SH_GEN))
@@ -1779,8 +1783,18 @@
  $(join -DMAJOR= -DMINOR=, $(wordlist 1,2,$(subst -, ,$(subst ., 
,$(GIT_VERSION) \
  -DGIT_VERSION=\\\$(GIT_VERSION)\\\ $ -o $@
 
+_SCRIPT_PERL_BUILD = 
+_SCRIPT_PERL_NOBUILD = 
+
 ifndef NO_PERL
-$(patsubst %.perl,%,$(SCRIPT_PERL)): perl/perl.mak
+
+_SCRIPT_PERL_BUILD += $(SCRIPT_PERL)
+
+ifndef NO_CVS
+_SCRIPT_PERL_BUILD += $(SCRIPT_PERL_CVS)
+else # NO_CVS
+_SCRIPT_PERL_NOBUILD += $(SCRIPT_PERL_CVS)
+endif # NO_CVS
 
 perl/perl.mak: perl/PM.stamp
 
@@ -1793,7 +1807,7 @@
$(QUIET_SUBDIR0)perl $(QUIET_SUBDIR1) PERL_PATH='$(PERL_PATH_SQ)' 
prefix='$(prefix_SQ)' $(@F)
 
 PERL_DEFINES = $(PERL_PATH_SQ):$(PERLLIB_EXTRA_SQ)
-$(patsubst %.perl,%,$(SCRIPT_PERL)): % : %.perl perl/perl.mak GIT-PERL-DEFINES 
GIT-VERSION-FILE
+$(patsubst %.perl,%,$(_SCRIPT_PERL_BUILD)): % : %.perl perl/perl.mak 
GIT-PERL-DEFINES GIT-VERSION-FILE
$(QUIET_GEN)$(RM) $@ $@+  \
INSTLIBDIR=`MAKEFLAGS= $(MAKE) -C perl -s --no-print-directory 
instlibdir`  \
INSTLIBDIR_EXTRA='$(PERLLIB_EXTRA_SQ)'  \
@@ -1826,15 +1840,17 @@
$(QUIET_GEN)$(cmd_munge_script)  \
chmod +x $@+  \
mv $@+ $@
-else # NO_PERL
-$(patsubst %.perl,%,$(SCRIPT_PERL)) git-instaweb: % : unimplemented.sh
+_SCRIPT_PERL_NOBUILD += $(SCRIPT_PERL) $(SCRIPT_PERL_CVS) git-instaweb
+endif # NO_PERL
+
+# This is any perl scripts that were disabled it might be empty...
+$(patsubst %.perl,%,$(_SCRIPT_PERL_NOBUILD)) git-instaweb: % : unimplemented.sh
$(QUIET_GEN)$(RM) $@ $@+  \
sed -e '1s|#!.*/sh|#!$(SHELL_PATH_SQ)|' \
-e 's|@@REASON@@|NO_PERL=$(NO_PERL)|g' \
unimplemented.sh $@+  \
chmod +x $@+  \
mv $@+ $@
-endif # NO_PERL
 
 ifndef NO_PYTHON
 $(SCRIPT_PYTHON_GEN): GIT-CFLAGS GIT-PREFIX GIT-PYTHON-VARS
diff -Nuar --exclude '*.orig' --exclude '*.rej' 
git-2.0.0.orig/t/t9200-git-cvsexportcommit.sh 
git-2.0.0/t/t9200-git-cvsexportcommit.sh
--- git-2.0.0.orig/t/t9200-git-cvsexportcommit.sh   2014-05-28 
12:10:36.0 -0700
+++ git-2.0.0/t/t9200-git-cvsexportcommit.sh2014-05-28 16:47:41.812727825 
-0700
@@ -11,6 +11,11 @@
test_done
 fi
 
+if ! test_have_prereq CVS; then
+   skip_all='skipping git cvsexportcommit tests, cvs not available'
+   test_done
+fi
+
 cvs /dev/null 21
 if test $? -ne 1
 then
diff -Nuar --exclude 

[gentoo-commits] gentoo-x86 commit in dev-vcs/git: git-2.0.0.ebuild ChangeLog

2014-05-28 Thread Robin H. Johnson (robbat2)
robbat2 14/05/29 00:12:26

  Modified: ChangeLog
  Added:git-2.0.0.ebuild
  Log:
  Bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.262dev-vcs/git/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.262view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.262content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?r1=1.261r2=1.262

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v
retrieving revision 1.261
retrieving revision 1.262
diff -p -w -b -B -u -u -r1.261 -r1.262
--- ChangeLog   28 May 2014 23:44:51 -  1.261
+++ ChangeLog   29 May 2014 00:12:26 -  1.262
@@ -1,6 +1,12 @@
 # ChangeLog for dev-vcs/git
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.261 2014/05/28 
23:44:51 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.262 2014/05/29 
00:12:26 robbat2 Exp $
+
+*git-2.0.0 (29 May 2014)
+
+  29 May 2014; Robin H. Johnson robb...@gentoo.org
+  +files/git-2.0.0-optional-cvs.patch, +git-2.0.0.ebuild:
+  Bump.
 
   28 May 2014; Robin H. Johnson robb...@gentoo.org git--r1.ebuild,
   git--r2.ebuild, git--r3.ebuild, git-.ebuild:



1.1  dev-vcs/git/git-2.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.0.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.0.0.ebuild?rev=1.1content-type=text/plain

Index: git-2.0.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.0.0.ebuild,v 1.1 
2014/05/29 00:12:26 robbat2 Exp $

EAPI=5

GENTOO_DEPEND_ON_PERL=no

# bug #329479: git-remote-testgit is not multiple-version aware
PYTHON_COMPAT=( python2_{6,7} )
[[ ${PV} == * ]]  SCM=git-2
EGIT_REPO_URI=git://git.kernel.org/pub/scm/git/git.git
EGIT_MASTER=pu

inherit toolchain-funcs eutils elisp-common perl-module bash-completion-r1 
python-single-r1 systemd ${SCM}

MY_PV=${PV/_rc/.rc}
MY_P=${PN}-${MY_PV}

DOC_VER=${MY_PV}

DESCRIPTION=GIT - the stupid content tracker, the revision control system 
heavily used by the Linux kernel team
HOMEPAGE=http://www.git-scm.com/;
if [[ ${PV} != * ]]; then
SRC_URI_SUFFIX=gz
SRC_URI_GOOG=http://git-core.googlecode.com/files;
SRC_URI_KORG=mirror://kernel/software/scm/git
SRC_URI=${SRC_URI_GOOG}/${MY_P}.tar.${SRC_URI_SUFFIX}
${SRC_URI_KORG}/${MY_P}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_KORG}/${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX}
doc? (

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
else
SRC_URI=
KEYWORDS=
fi

LICENSE=GPL-2
SLOT=0
IUSE=+blksha1 +curl cgi doc emacs gnome-keyring +gpg gtk highlight +iconv 
mediawiki +nls +pcre +perl +python ppcsha1 tk +threads +webdav xinetd cvs 
subversion test

# Common to both DEPEND and RDEPEND
CDEPEND=
dev-libs/openssl
sys-libs/zlib
pcre? ( dev-libs/libpcre )
perl? ( dev-lang/perl:=[-build(-)] )
tk? ( dev-lang/tk )
curl? (
net-misc/curl
webdav? ( dev-libs/expat )
)
emacs? ( virtual/emacs )
gnome-keyring? ( gnome-base/gnome-keyring )

RDEPEND=${CDEPEND}
gpg? ( app-crypt/gnupg )
mediawiki? (
dev-perl/HTML-Tree
dev-perl/MediaWiki-API
)
perl? ( dev-perl/Error
dev-perl/Net-SMTP-SSL
dev-perl/Authen-SASL
cgi? ( virtual/perl-CGI highlight? ( app-text/highlight 
) )
cvs? ( =dev-vcs/cvsps-2.1 dev-perl/DBI 
dev-perl/DBD-SQLite )
subversion? ( dev-vcs/subversion[-dso,perl] 
dev-perl/libwww-perl dev-perl/TermReadKey )
)
python? ( gtk?
(
=dev-python/pygtk-2.8[${PYTHON_USEDEP}]
=dev

[gentoo-commits] proj/genkernel:master commit in: /

2014-03-17 Thread Robin H. Johnson
commit: 30df162b8c6c1bbbf6f74e62c819f2324a69962e
Author: Robin H. Johnson robbat2 AT gentoo DOT org
AuthorDate: Mon Mar 17 19:50:50 2014 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Mon Mar 17 19:50:50 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=30df162b

Remind users that the manpage documents the initramfs parameters.

Signed-off-by: Robin H. Johnson robbat2 AT gentoo.org

---
 gen_cmdline.sh | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gen_cmdline.sh b/gen_cmdline.sh
index 5503bb5..715ad49 100755
--- a/gen_cmdline.sh
+++ b/gen_cmdline.sh
@@ -161,6 +161,9 @@ longusage() {
   echoCompress or do not compress the 
generated initramfs
   echo--compress-initramfs-type=arg
   echoCompression type for initramfs (best, 
xz, lzma, bzip2, gzip, lzop)
+  echo
+  echo For a detailed list of supported initramfs options and flags; issue:
+  echoman 8 genkernel
 }
 
 usage() {
@@ -175,8 +178,10 @@ usage() {
   echo '   --no-mrproper   Do not run make mrproper before 
compilation,'
   echo '   this is implied by --no-clean.'
   echo
-  echo 'For a detailed list of supported options and flags; issue:'
+  echo 'For a detailed list of supported commandline options and flags; issue:'
   echo '   genkernel --help'
+  echo 'For a detailed list of supported initramfs options and flags; issue:'
+  echo '   man 8 genkernel'
 }
 
 parse_optbool() {



[gentoo-commits] gentoo-x86 commit in dev-vcs/git: git-1.9.1.ebuild ChangeLog

2014-03-18 Thread Robin H. Johnson (robbat2)
robbat2 14/03/19 00:16:46

  Modified: ChangeLog
  Added:git-1.9.1.ebuild
  Log:
  Bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.256dev-vcs/git/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.256view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.256content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?r1=1.255r2=1.256

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v
retrieving revision 1.255
retrieving revision 1.256
diff -p -w -b -B -u -u -r1.255 -r1.256
--- ChangeLog   12 Mar 2014 05:06:17 -  1.255
+++ ChangeLog   19 Mar 2014 00:16:46 -  1.256
@@ -1,6 +1,11 @@
 # ChangeLog for dev-vcs/git
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.255 2014/03/12 
05:06:17 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.256 2014/03/19 
00:16:46 robbat2 Exp $
+
+*git-1.9.1 (19 Mar 2014)
+
+  19 Mar 2014; Robin H. Johnson robb...@gentoo.org +git-1.9.1.ebuild:
+  Bump.
 
   09 Mar 2014; Pawel Hajdan jr phajdan...@gentoo.org git-1.8.5.5.ebuild:
   x86 stable wrt bug #501662



1.1  dev-vcs/git/git-1.9.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.9.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.9.1.ebuild?rev=1.1content-type=text/plain

Index: git-1.9.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.9.1.ebuild,v 1.1 
2014/03/19 00:16:46 robbat2 Exp $

EAPI=5

GENTOO_DEPEND_ON_PERL=no

# bug #329479: git-remote-testgit is not multiple-version aware
PYTHON_COMPAT=( python2_{6,7} )
[[ ${PV} == * ]]  SCM=git-2
EGIT_REPO_URI=git://git.kernel.org/pub/scm/git/git.git

inherit toolchain-funcs eutils elisp-common perl-module bash-completion-r1 
python-single-r1 systemd ${SCM}

MY_PV=${PV/_rc/.rc}
MY_P=${PN}-${MY_PV}

DOC_VER=${MY_PV}

DESCRIPTION=GIT - the stupid content tracker, the revision control system 
heavily used by the Linux kernel team
HOMEPAGE=http://www.git-scm.com/;
if [[ ${PV} != * ]]; then
SRC_URI_SUFFIX=gz
SRC_URI_GOOG=http://git-core.googlecode.com/files;
SRC_URI_KORG=mirror://kernel/software/scm/git
SRC_URI=${SRC_URI_GOOG}/${MY_P}.tar.${SRC_URI_SUFFIX}
${SRC_URI_KORG}/${MY_P}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_KORG}/${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX}
doc? (

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
else
SRC_URI=
KEYWORDS=
fi

LICENSE=GPL-2
SLOT=0
IUSE=+blksha1 +curl cgi doc emacs gnome-keyring +gpg gtk highlight +iconv 
mediawiki +nls +pcre +perl +python ppcsha1 tk +threads +webdav xinetd cvs 
subversion test

# Common to both DEPEND and RDEPEND
CDEPEND=
dev-libs/openssl
sys-libs/zlib
pcre? ( dev-libs/libpcre )
perl? ( dev-lang/perl:=[-build(-)] )
tk? ( dev-lang/tk )
curl? (
net-misc/curl
webdav? ( dev-libs/expat )
)
emacs? ( virtual/emacs )
gnome-keyring? ( gnome-base/gnome-keyring )

RDEPEND=${CDEPEND}
gpg? ( app-crypt/gnupg )
mediawiki? (
dev-perl/HTML-Tree
dev-perl/MediaWiki-API
)
perl? ( dev-perl/Error
dev-perl/Net-SMTP-SSL
dev-perl/Authen-SASL
cgi? ( virtual/perl-CGI highlight? ( app-text/highlight 
) )
cvs? ( =dev-vcs/cvsps-2.1 dev-perl/DBI 
dev-perl/DBD-SQLite )
subversion? ( dev-vcs/subversion[-dso,perl] 
dev-perl/libwww-perl dev-perl/TermReadKey )
)
python? ( gtk?
(
=dev-python/pygtk-2.8[${PYTHON_USEDEP}]
=dev-python/pygtksourceview-2.10.1-r1:2[${PYTHON_USEDEP

[gentoo-commits] gentoo-x86 commit in net-nds/openldap: openldap-2.4.35.ebuild openldap-2.4.30.ebuild openldap-2.4.28-r1.ebuild openldap-2.4.23.ebuild openldap-2.4.38-r2.ebuild openldap-2.4.38-r1.ebui

2014-07-25 Thread Robin H. Johnson (robbat2)
 @@
 # ChangeLog for net-nds/openldap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/ChangeLog,v 1.467 
2014/07/23 15:24:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/ChangeLog,v 1.468 
2014/07/25 18:29:12 robbat2 Exp $
+
+  25 Jul 2014; Robin H. Johnson robb...@gentoo.org openldap-2.4.19-r1.ebuild,
+  openldap-2.4.23.ebuild, openldap-2.4.24.ebuild, openldap-2.4.28-r1.ebuild,
+  openldap-2.4.30.ebuild, openldap-2.4.35-r1.ebuild, openldap-2.4.35.ebuild,
+  openldap-2.4.38-r1.ebuild, openldap-2.4.38-r2.ebuild:
+  Relax the datadir sanity check slightly for ease of infra use.
 
   23 Jul 2014; Agostino Sarubbo a...@gentoo.org openldap-2.4.38-r2.ebuild:
   Stable for x86, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in app-emulation/openstack-guest-agents-unix: openstack-guest-agents-unix-1.39.0.ebuild ChangeLog

2014-07-26 Thread Robin H. Johnson (robbat2)
robbat2 14/07/27 00:58:30

  Modified: openstack-guest-agents-unix-1.39.0.ebuild ChangeLog
  Log:
  Fix src_uri issue.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.3  
app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0.ebuild?r1=1.2r2=1.3

Index: openstack-guest-agents-unix-1.39.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -p -w -b -B -u -u -r1.2 -r1.3
--- openstack-guest-agents-unix-1.39.0.ebuild   23 Jun 2014 05:39:51 -  
1.2
+++ openstack-guest-agents-unix-1.39.0.ebuild   27 Jul 2014 00:58:30 -  
1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0.ebuild,v
 1.2 2014/06/23 05:39:51 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0.ebuild,v
 1.3 2014/07/27 00:58:30 robbat2 Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@ inherit autotools eutils vcs-snapshot
 
 DESCRIPTION=Openstack Unix Guest Agent
 HOMEPAGE=http://github.com/rackerlabs/openstack-guest-agents-unix;
-SRC_URI=https://github.com/rackerlabs/${PN}-unix/tarball/v${PV} - 
${P}.tar.gz
+SRC_URI=https://github.com/rackerlabs/${PN}/tarball/v${PV} - ${P}.tar.gz
 
 LICENSE=Apache-2.0
 SLOT=0



1.4  app-emulation/openstack-guest-agents-unix/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/openstack-guest-agents-unix/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -p -w -b -B -u -u -r1.3 -r1.4
--- ChangeLog   23 Jun 2014 05:39:51 -  1.3
+++ ChangeLog   27 Jul 2014 00:58:30 -  1.4
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/openstack-guest-agents-unix
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/openstack-guest-agents-unix/ChangeLog,v 
1.3 2014/06/23 05:39:51 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/openstack-guest-agents-unix/ChangeLog,v 
1.4 2014/07/27 00:58:30 robbat2 Exp $
+
+  27 Jul 2014; Robin H. Johnson robb...@gentoo.org
+  openstack-guest-agents-unix-1.39.0.ebuild:
+  Fix src_uri issue.
 
   23 Jun 2014; Patrick Lauer patr...@gentoo.org
   openstack-guest-agents-unix-1.39.0-r1.ebuild,






[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog

2014-07-29 Thread Robin H. Johnson (robbat2)
robbat2 14/07/29 16:42:59

  Modified: ChangeLog
  Log:
  Missing changelog message.

Revision  ChangesPath
1.1330   eclass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1330view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1330content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1329r2=1.1330

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1329
retrieving revision 1.1330
diff -p -w -b -B -u -u -r1.1329 -r1.1330
--- ChangeLog   28 Jul 2014 21:19:52 -  1.1329
+++ ChangeLog   29 Jul 2014 16:42:59 -  1.1330
@@ -1,6 +1,6 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1329 2014/07/28 
21:19:52 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1330 2014/07/29 
16:42:59 robbat2 Exp $
 
   28 Jul 2014; Davide Pesavento p...@gentoo.org qmake-utils.eclass:
   Set also QMAKE_LINK_{C_,}SHLIB
@@ -110,6 +110,11 @@
   Enable multilib flags for ppc. Since ppc profiles are not multilib at the
   moment, this should not create any new issues.
 
+  28 Jun 2014; Robin H. Johnson robb...@gentoo.org linux-info.eclass:
+  linux-info: Bug #469210: during pkg_info|pkg_nofetch|pkg_pretend phases, $S
+  does not exist yet. This triggers sandbox violations in some cases, use $T
+  instead.
+
   27 Jun 2014; Sergei Trofimovich sly...@gentoo.org haskell-cabal.eclass:
   Disable QA warning on '--with-compiler' passed by 'dev-haskell/cabal' (bug
   #515360 by Patrick Lauer).






[gentoo-commits] proj/mysql:master commit in: eclass/

2014-07-29 Thread Robin H. Johnson
commit: c69b8b56fcd7fec7fa1dbb50f181a4efbbc59b29
Author: Robin H. Johnson robbat2 AT orbis-terrarum DOT net
AuthorDate: Tue Jul 29 17:59:40 2014 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Tue Jul 29 17:59:40 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=c69b8b56

Sync mysql eclass cvs headers from portage tree.

Signed-off-by: Robin H. Johnson robbat2 AT orbis-terrarum.net

---
 eclass/mysql-autotools.eclass | 2 +-
 eclass/mysql-cmake.eclass | 2 +-
 eclass/mysql-multilib.eclass  | 2 +-
 eclass/mysql-v2.eclass| 2 +-
 eclass/mysql.eclass   | 2 +-
 eclass/mysql_fx.eclass| 4 ++--
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/eclass/mysql-autotools.eclass b/eclass/mysql-autotools.eclass
index 2c6f636..e984938 100644
--- a/eclass/mysql-autotools.eclass
+++ b/eclass/mysql-autotools.eclass
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-autotools.eclass,v 1.19 
2014/07/19 10:18:41 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-autotools.eclass,v 1.20 
2014/07/29 17:59:21 robbat2 Exp $
 
 # @ECLASS: mysql-autotools.eclass
 # @MAINTAINER:

diff --git a/eclass/mysql-cmake.eclass b/eclass/mysql-cmake.eclass
index c9bb2ca..8360ded 100644
--- a/eclass/mysql-cmake.eclass
+++ b/eclass/mysql-cmake.eclass
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-cmake.eclass,v 1.22 2014/07/19 
10:18:41 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-cmake.eclass,v 1.23 2014/07/29 
17:59:21 robbat2 Exp $
 
 # @ECLASS: mysql-cmake.eclass
 # @MAINTAINER:

diff --git a/eclass/mysql-multilib.eclass b/eclass/mysql-multilib.eclass
index 870ba79..439b4d7 100644
--- a/eclass/mysql-multilib.eclass
+++ b/eclass/mysql-multilib.eclass
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-multilib.eclass,v 1.1 
2014/07/29 17:59:21 robbat2 Exp $
 
 # @ECLASS: mysql-multilib.eclass
 # @MAINTAINER:

diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass
index 8c0dc31..1b316c2 100644
--- a/eclass/mysql-v2.eclass
+++ b/eclass/mysql-v2.eclass
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.30 2014/06/04 
01:17:11 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.33 2014/07/29 
17:59:21 robbat2 Exp $
 
 # @ECLASS: mysql-v2.eclass
 # @MAINTAINER:

diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass
index bd555ce..c949e27 100644
--- a/eclass/mysql.eclass
+++ b/eclass/mysql.eclass
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.179 2014/07/19 
10:18:41 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.180 2014/07/29 
17:59:21 robbat2 Exp $
 
 # @ECLASS: mysql.eclass
 # @MAINTAINER:

diff --git a/eclass/mysql_fx.eclass b/eclass/mysql_fx.eclass
index c62bd8c..5a28589 100644
--- a/eclass/mysql_fx.eclass
+++ b/eclass/mysql_fx.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mysql_fx.eclass,v 1.30 2012/01/09 
10:42:19 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql_fx.eclass,v 1.32 2014/07/29 
17:59:21 robbat2 Exp $
 
 # Author: Francesco Riosa (Retired) v...@gentoo.org
 # Maintainer:



[gentoo-commits] proj/mysql:master commit in: eclass/

2014-07-29 Thread Robin H. Johnson
commit: 2a6c561576350e048695972e92e7a72a68017b26
Author: Robin H. Johnson robbat2 AT orbis-terrarum DOT net
AuthorDate: Tue Jul 29 17:58:10 2014 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Tue Jul 29 17:58:10 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=2a6c5615

Sync eclass changes from main portage tree back, handled prefix changes.

Signed-off-by: Robin H. Johnson robbat2 AT orbis-terrarum.net

---
 eclass/mysql-autotools.eclass |  7 ---
 eclass/mysql-cmake.eclass |  3 ++-
 eclass/mysql-v2.eclass| 30 +++---
 eclass/mysql.eclass   | 22 +++---
 4 files changed, 32 insertions(+), 30 deletions(-)

diff --git a/eclass/mysql-autotools.eclass b/eclass/mysql-autotools.eclass
index 2cfa3f2..2c6f636 100644
--- a/eclass/mysql-autotools.eclass
+++ b/eclass/mysql-autotools.eclass
@@ -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/eclass/mysql-autotools.eclass,v 1.17 
2013/03/16 19:20:34 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-autotools.eclass,v 1.19 
2014/07/19 10:18:41 grobian Exp $
 
 # @ECLASS: mysql-autotools.eclass
 # @MAINTAINER:
@@ -112,7 +112,7 @@ mysql-autotools_configure_common() {
myconf=${myconf} $(use_with big-tables)
myconf=${myconf} --enable-local-infile
myconf=${myconf} --with-extra-charsets=all
-   myconf=${myconf} --with-mysqld-user=mysql
+   use prefix || myconf=${myconf} --with-mysqld-user=mysql
myconf=${myconf} --with-server
myconf=${myconf} 
--with-unix-socket-path=${EPREFIX}/var/run/mysqld/mysqld.sock
myconf=${myconf} --without-libwrap
@@ -612,6 +612,7 @@ mysql-autotools_src_install() {
-e s!= /var!= ${EPREFIX}/var! \
${FILESDIR}/${mycnf_src} \
 ${TMPDIR}/my.cnf.ok
+   use prefix  sed -i -r -e '/^user[[:space:]]*=[[:space:]]*mysql$/d' 
${TMPDIR}/my.cnf.ok
if use latin1 ; then
sed -i \
-e /character-set/s|utf8|latin1|g \

diff --git a/eclass/mysql-cmake.eclass b/eclass/mysql-cmake.eclass
index be564c5..c9bb2ca 100644
--- a/eclass/mysql-cmake.eclass
+++ b/eclass/mysql-cmake.eclass
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-cmake.eclass,v 1.20 2014/05/15 
03:18:47 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-cmake.eclass,v 1.22 2014/07/19 
10:18:41 grobian Exp $
 
 # @ECLASS: mysql-cmake.eclass
 # @MAINTAINER:
@@ -421,6 +421,7 @@ mysql-cmake_src_install() {
sed -e s!@DATADIR@!${MY_DATADIR}!g \
${FILESDIR}/${mycnf_src} \
 ${TMPDIR}/my.cnf.ok || die
+   use prefix  sed -i -r -e '/^user[[:space:]]*=[[:space:]]*mysql$/d' 
${TMPDIR}/my.cnf.ok
if use latin1 ; then
sed -i \
-e /character-set/s|utf8|latin1|g \

diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass
index bbbc150..8c0dc31 100644
--- a/eclass/mysql-v2.eclass
+++ b/eclass/mysql-v2.eclass
@@ -688,7 +688,7 @@ mysql-v2_pkg_config() {
local old_MY_DATADIR=${MY_DATADIR}
local old_HOME=${HOME}
# my_print_defaults needs to read stuff in $HOME/.my.cnf
-   export HOME=/root
+   export HOME=${EPREFIX}/root
 
# Make sure the vars are correctly initialized
mysql_init_vars
@@ -739,13 +739,13 @@ mysql-v2_pkg_config() {
MYSQL_LOG_BIN=$(mysql-v2_getoptval mysqld log-bin)
MYSQL_LOG_BIN=${MYSQL_LOG_BIN%/*}
 
-   if [[ ! -d ${EROOT}/$MYSQL_TMPDIR ]]; then
+   if [[ ! -d ${ROOT}/$MYSQL_TMPDIR ]]; then
einfo Creating MySQL tmpdir $MYSQL_TMPDIR
-   install -d -m 770 -o mysql -g mysql ${EROOT}/$MYSQL_TMPDIR
+   install -d -m 770 -o mysql -g mysql ${ROOT}/$MYSQL_TMPDIR
fi
-   if [[ ! -d ${EROOT}/$MYSQL_LOG_BIN ]]; then
+   if [[ ! -d ${ROOT}/$MYSQL_LOG_BIN ]]; then
einfo Creating MySQL log-bin directory $MYSQL_LOG_BIN
-   install -d -m 770 -o mysql -g mysql ${EROOT}/$MYSQL_LOG_BIN
+   install -d -m 770 -o mysql -g mysql ${ROOT}/$MYSQL_LOG_BIN
fi
if [[ ! -d ${EROOT}/$MYSQL_RELAY_LOG ]]; then
einfo Creating MySQL relay-log directory $MYSQL_RELAY_LOG
@@ -766,7 +766,7 @@ mysql-v2_pkg_config() {
if [ -z ${MYSQL_ROOT_PASSWORD} ]; then
 
einfo Please provide a password for the mysql 'root' user now, 
in the
-   einfo MYSQL_ROOT_PASSWORD env var or through the /root/.my.cnf 
file.
+   einfo MYSQL_ROOT_PASSWORD env var or through the 
${HOME}/.my.cnf file.
ewarn Avoid [\'\\_%] characters

[gentoo-commits] gentoo-x86 commit in eclass: mysql.eclass mysql-multilib.eclass mysql-v2.eclass

2014-07-29 Thread Robin H. Johnson (robbat2)
robbat2 14/07/29 20:24:00

  Modified: mysql.eclass mysql-multilib.eclass mysql-v2.eclass
  Log:
  Convert mysql eclasses to git-r3 eclass, so we can remove RESTRICT=userpriv 
for live copies of the patches.

Revision  ChangesPath
1.181eclass/mysql.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql.eclass?rev=1.181view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql.eclass?rev=1.181content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql.eclass?r1=1.180r2=1.181

Index: mysql.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v
retrieving revision 1.180
retrieving revision 1.181
diff -p -w -b -B -u -u -r1.180 -r1.181
--- mysql.eclass29 Jul 2014 17:59:21 -  1.180
+++ mysql.eclass29 Jul 2014 20:24:00 -  1.181
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.180 2014/07/29 
17:59:21 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.181 2014/07/29 
20:24:00 robbat2 Exp $
 
 # @ECLASS: mysql.eclass
 # @MAINTAINER:
@@ -27,9 +27,10 @@ S=${WORKDIR}/mysql
 
 [[ ${MY_EXTRAS_VER} == latest ]]  MY_EXTRAS_VER=20090228-0714Z
 if [[ ${MY_EXTRAS_VER} == live ]]; then
-   EGIT_PROJECT=mysql-extras
EGIT_REPO_URI=git://git.overlays.gentoo.org/proj/mysql-extras.git
-   inherit git-2
+   EGIT_CHECKOUT_DIR=${WORKDIR}/mysql-extras
+   EGIT_CLONE_TYPE=shallow
+   inherit git-r3
 fi
 
 case ${EAPI:-0} in
@@ -878,7 +879,7 @@ mysql_src_unpack() {
 
unpack ${A}
# Grab the patches
-   [[ ${MY_EXTRAS_VER} == live ]]  S=${WORKDIR}/mysql-extras 
git-2_src_unpack
+   [[ ${MY_EXTRAS_VER} == live ]]  S=${WORKDIR}/mysql-extras 
git-r3_src_unpack
 
mv -f ${WORKDIR}/${MY_SOURCEDIR} ${S}
 



1.2  eclass/mysql-multilib.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql-multilib.eclass?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql-multilib.eclass?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql-multilib.eclass?r1=1.1r2=1.2

Index: mysql-multilib.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/mysql-multilib.eclass,v
retrieving revision 1.1
retrieving revision 1.2
diff -p -w -b -B -u -u -r1.1 -r1.2
--- mysql-multilib.eclass   29 Jul 2014 17:59:21 -  1.1
+++ mysql-multilib.eclass   29 Jul 2014 20:24:00 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-multilib.eclass,v 1.1 
2014/07/29 17:59:21 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-multilib.eclass,v 1.2 
2014/07/29 20:24:00 robbat2 Exp $
 
 # @ECLASS: mysql-multilib.eclass
 # @MAINTAINER:
@@ -24,7 +24,7 @@ MYSQL_EXTRAS=
 # @DESCRIPTION:
 # The version of the MYSQL_EXTRAS repo to use to build mysql
 # Use none to disable it's use
-[[ ${MY_EXTRAS_VER} == live ]]  MYSQL_EXTRAS=git-2
+[[ ${MY_EXTRAS_VER} == live ]]  MYSQL_EXTRAS=git-r3
 
 inherit eutils flag-o-matic ${MYSQL_EXTRAS} mysql-cmake mysql_fx versionator \
toolchain-funcs user cmake-utils multilib-minimal
@@ -50,9 +50,9 @@ S=${WORKDIR}/mysql
 
 [[ ${MY_EXTRAS_VER} == latest ]]  MY_EXTRAS_VER=20090228-0714Z
 if [[ ${MY_EXTRAS_VER} == live ]]; then
-   EGIT_PROJECT=mysql-extras
EGIT_REPO_URI=git://git.overlays.gentoo.org/proj/mysql-extras.git
-   RESTRICT=userpriv
+   EGIT_CHECKOUT_DIR=${WORKDIR}/mysql-extras
+   EGIT_CLONE_TYPE=shallow
 fi
 
 # @ECLASS-VARIABLE: MYSQL_PV_MAJOR
@@ -385,7 +385,7 @@ mysql-multilib_src_unpack() {
 
unpack ${A}
# Grab the patches
-   [[ ${MY_EXTRAS_VER} == live ]]  S=${WORKDIR}/mysql-extras 
git-2_src_unpack
+   [[ ${MY_EXTRAS_VER} == live ]]  S=${WORKDIR}/mysql-extras 
git-r3_src_unpack
 
mv -f ${WORKDIR}/${MY_SOURCEDIR} ${S}
 }



1.34 eclass/mysql-v2.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql-v2.eclass?rev=1.34view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql-v2.eclass?rev=1.34content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql-v2.eclass?r1=1.33r2=1.34

Index: mysql-v2.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v
retrieving revision 1.33
retrieving revision 1.34
diff -p -w -b -B -u -u -r1.33 -r1.34
--- mysql-v2.eclass 29 Jul 2014 17:59:21 -  1.33
+++ mysql-v2.eclass 29 Jul 2014 20:24:00 -  1.34

[gentoo-commits] proj/mysql:master commit in: dev-db/mysql/

2014-07-29 Thread Robin H. Johnson
commit: 59765152379c53eca4d1e318b190db25a3b6bfa0
Author: Robin H. Johnson robbat2 AT orbis-terrarum DOT net
AuthorDate: Tue Jul 29 18:03:00 2014 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Tue Jul 29 18:03:00 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=59765152

Sync ebuilds from tree.

Package-Manager: portage-2.2.10

---
 dev-db/mysql/ChangeLog  | 6 +-
 dev-db/mysql/mysql-4.0.27-r1.ebuild | 2 +-
 dev-db/mysql/mysql-4.1.22-r1.ebuild | 2 +-
 dev-db/mysql/mysql-5.1.73-r1.ebuild | 2 +-
 dev-db/mysql/mysql-5.5.38-r1.ebuild | 4 ++--
 5 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog
index 202fea8..598c858 100644
--- a/dev-db/mysql/ChangeLog
+++ b/dev-db/mysql/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-db/mysql
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  29 Jul 2014; Robin H. Johnson robb...@gentoo.org mysql-4.0.27-r1.ebuild,
+  mysql-4.1.22-r1.ebuild, mysql-5.1.73-r1.ebuild, mysql-5.5.38-r1.ebuild:
+  Sync ebuilds from tree.
+
 *mysql-5.1.73 (12 Dec 2013)
 
   12 Dec 2013; Brian Evans grkni...@tuffmail.com +mysql-5.1.73.ebuild:

diff --git a/dev-db/mysql/mysql-4.0.27-r1.ebuild 
b/dev-db/mysql/mysql-4.0.27-r1.ebuild
index dc82246..3f25929 100644
--- a/dev-db/mysql/mysql-4.0.27-r1.ebuild
+++ b/dev-db/mysql/mysql-4.0.27-r1.ebuild
@@ -1,4 +1,4 @@
-# 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/mysql/mysql-4.0.27-r1.ebuild,v 1.6 
2008/12/14 20:17:13 klausman Exp $
 

diff --git a/dev-db/mysql/mysql-4.1.22-r1.ebuild 
b/dev-db/mysql/mysql-4.1.22-r1.ebuild
index d5fa1b6..1e09a21 100644
--- a/dev-db/mysql/mysql-4.1.22-r1.ebuild
+++ b/dev-db/mysql/mysql-4.1.22-r1.ebuild
@@ -1,4 +1,4 @@
-# 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/mysql/mysql-4.1.22-r1.ebuild,v 1.8 
2011/07/08 10:05:34 ssuominen Exp $
 

diff --git a/dev-db/mysql/mysql-5.1.73-r1.ebuild 
b/dev-db/mysql/mysql-5.1.73-r1.ebuild
index ec4cc0b..1789b29 100644
--- a/dev-db/mysql/mysql-5.1.73-r1.ebuild
+++ b/dev-db/mysql/mysql-5.1.73-r1.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.73-r1.ebuild,v 1.1 
2014/05/14 01:47:05 grknight Exp $
 
 EAPI=4
 

diff --git a/dev-db/mysql/mysql-5.5.38-r1.ebuild 
b/dev-db/mysql/mysql-5.5.38-r1.ebuild
index f6b0ad2..cbfa27f 100644
--- a/dev-db/mysql/mysql-5.5.38-r1.ebuild
+++ b/dev-db/mysql/mysql-5.5.38-r1.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.38-r1.ebuild,v 1.1 
2014/07/29 03:24:47 grknight Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@ IUSE=$IUSE
 EGIT_REPO_URI=git://git.overlays.gentoo.org/proj/mysql-extras.git
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~x86-linux
+KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris
 
 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
 EPATCH_EXCLUDE=''



[gentoo-commits] proj/mysql:master commit in: eclass/

2014-07-29 Thread Robin H. Johnson
commit: 699db4cdb4f9c194f59e0d53611155243af26a24
Author: Robin H. Johnson robbat2 AT orbis-terrarum DOT net
AuthorDate: Tue Jul 29 20:24:41 2014 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Tue Jul 29 20:24:41 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=699db4cd

sync from portage tree: git-r3 eclass support

---
 eclass/mysql-multilib.eclass | 10 +-
 eclass/mysql-v2.eclass   | 10 +-
 eclass/mysql.eclass  |  9 +
 3 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/eclass/mysql-multilib.eclass b/eclass/mysql-multilib.eclass
index 439b4d7..c79571c 100644
--- a/eclass/mysql-multilib.eclass
+++ b/eclass/mysql-multilib.eclass
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-multilib.eclass,v 1.1 
2014/07/29 17:59:21 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-multilib.eclass,v 1.2 
2014/07/29 20:24:00 robbat2 Exp $
 
 # @ECLASS: mysql-multilib.eclass
 # @MAINTAINER:
@@ -24,7 +24,7 @@ MYSQL_EXTRAS=
 # @DESCRIPTION:
 # The version of the MYSQL_EXTRAS repo to use to build mysql
 # Use none to disable it's use
-[[ ${MY_EXTRAS_VER} == live ]]  MYSQL_EXTRAS=git-2
+[[ ${MY_EXTRAS_VER} == live ]]  MYSQL_EXTRAS=git-r3
 
 inherit eutils flag-o-matic ${MYSQL_EXTRAS} mysql-cmake mysql_fx versionator \
toolchain-funcs user cmake-utils multilib-minimal
@@ -50,9 +50,9 @@ S=${WORKDIR}/mysql
 
 [[ ${MY_EXTRAS_VER} == latest ]]  MY_EXTRAS_VER=20090228-0714Z
 if [[ ${MY_EXTRAS_VER} == live ]]; then
-   EGIT_PROJECT=mysql-extras
EGIT_REPO_URI=git://git.overlays.gentoo.org/proj/mysql-extras.git
-   RESTRICT=userpriv
+   EGIT_CHECKOUT_DIR=${WORKDIR}/mysql-extras
+   EGIT_CLONE_TYPE=shallow
 fi
 
 # @ECLASS-VARIABLE: MYSQL_PV_MAJOR
@@ -385,7 +385,7 @@ mysql-multilib_src_unpack() {
 
unpack ${A}
# Grab the patches
-   [[ ${MY_EXTRAS_VER} == live ]]  S=${WORKDIR}/mysql-extras 
git-2_src_unpack
+   [[ ${MY_EXTRAS_VER} == live ]]  S=${WORKDIR}/mysql-extras 
git-r3_src_unpack
 
mv -f ${WORKDIR}/${MY_SOURCEDIR} ${S}
 }

diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass
index 1b316c2..fb0c3c3 100644
--- a/eclass/mysql-v2.eclass
+++ b/eclass/mysql-v2.eclass
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.33 2014/07/29 
17:59:21 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.34 2014/07/29 
20:24:00 robbat2 Exp $
 
 # @ECLASS: mysql-v2.eclass
 # @MAINTAINER:
@@ -45,7 +45,7 @@ MYSQL_EXTRAS=
 # @DESCRIPTION:
 # The version of the MYSQL_EXTRAS repo to use to build mysql
 # Use none to disable it's use
-[[ ${MY_EXTRAS_VER} == live ]]  MYSQL_EXTRAS=git-2
+[[ ${MY_EXTRAS_VER} == live ]]  MYSQL_EXTRAS=git-r3
 
 inherit eutils flag-o-matic gnuconfig ${MYSQL_EXTRAS} ${BUILD_INHERIT} 
mysql_fx versionator toolchain-funcs user
 
@@ -70,9 +70,9 @@ S=${WORKDIR}/mysql
 
 [[ ${MY_EXTRAS_VER} == latest ]]  MY_EXTRAS_VER=20090228-0714Z
 if [[ ${MY_EXTRAS_VER} == live ]]; then
-   EGIT_PROJECT=mysql-extras
EGIT_REPO_URI=git://git.overlays.gentoo.org/proj/mysql-extras.git
-   RESTRICT=userpriv
+   EGIT_CHECKOUT_DIR=${WORKDIR}/mysql-extras
+   EGIT_CLONE_TYPE=shallow
 fi
 
 # @ECLASS-VARIABLE: MYSQL_PV_MAJOR
@@ -525,7 +525,7 @@ mysql-v2_src_unpack() {
 
unpack ${A}
# Grab the patches
-   [[ ${MY_EXTRAS_VER} == live ]]  S=${WORKDIR}/mysql-extras 
git-2_src_unpack
+   [[ ${MY_EXTRAS_VER} == live ]]  S=${WORKDIR}/mysql-extras 
git-r3_src_unpack
 
mv -f ${WORKDIR}/${MY_SOURCEDIR} ${S}
 }

diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass
index c949e27..cfad07e 100644
--- a/eclass/mysql.eclass
+++ b/eclass/mysql.eclass
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.180 2014/07/29 
17:59:21 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.181 2014/07/29 
20:24:00 robbat2 Exp $
 
 # @ECLASS: mysql.eclass
 # @MAINTAINER:
@@ -27,9 +27,10 @@ S=${WORKDIR}/mysql
 
 [[ ${MY_EXTRAS_VER} == latest ]]  MY_EXTRAS_VER=20090228-0714Z
 if [[ ${MY_EXTRAS_VER} == live ]]; then
-   EGIT_PROJECT=mysql-extras
EGIT_REPO_URI=git://git.overlays.gentoo.org/proj/mysql-extras.git
-   inherit git-2
+   EGIT_CHECKOUT_DIR=${WORKDIR}/mysql-extras
+   EGIT_CLONE_TYPE=shallow
+   inherit git-r3
 fi
 
 case ${EAPI:-0} in
@@ -878,7 +879,7 @@ mysql_src_unpack() {
 
unpack ${A}
# Grab the patches
-   [[ ${MY_EXTRAS_VER} == live ]]  S=${WORKDIR}/mysql-extras 
git-2_src_unpack
+   [[ ${MY_EXTRAS_VER} == live ]]  S

[gentoo-commits] proj/mysql-extras: New tag: mysql-extras-20140729-2200Z

2014-07-29 Thread Robin H. Johnson
commit: 
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Tue Jul 29 22:01:14 2014 +

New tag: mysql-extras-20140729-2200Z




[gentoo-commits] gentoo-x86 commit in dev-db/percona-server: - New directory

2014-07-29 Thread Robin H. Johnson (robbat2)
robbat2 14/07/29 22:36:14

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-db/percona-server added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-db/percona-server/files: - New directory

2014-07-29 Thread Robin H. Johnson (robbat2)
robbat2 14/07/29 22:36:22

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-db/percona-server/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in virtual/mysql: mysql-5.6.ebuild ChangeLog

2014-07-29 Thread Robin H. Johnson (robbat2)
robbat2 14/07/29 22:49:09

  Modified: ChangeLog
  Added:mysql-5.6.ebuild
  Log:
  Introduce MySQL 5.6 to the tree.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.33 virtual/mysql/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.33view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.33content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?r1=1.32r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -p -w -b -B -u -u -r1.32 -r1.33
--- ChangeLog   25 Apr 2014 01:32:39 -  1.32
+++ ChangeLog   29 Jul 2014 22:49:09 -  1.33
@@ -1,6 +1,11 @@
 # ChangeLog for virtual/mysql
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.32 2014/04/25 
01:32:39 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.33 2014/07/29 
22:49:09 robbat2 Exp $
+
+*mysql-5.6 (29 Jul 2014)
+
+  29 Jul 2014; Robin H. Johnson robb...@gentoo.org +mysql-5.6.ebuild:
+  Introduce MySQL 5.6 to the tree.
 
   25 Apr 2014; Jorge Manuel B. S. Vicetto jmbsvice...@gentoo.org
   mysql-5.5.ebuild:



1.1  virtual/mysql/mysql-5.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6.ebuild?rev=1.1content-type=text/plain

Index: mysql-5.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6.ebuild,v 1.1 
2014/07/29 22:49:09 robbat2 Exp $

EAPI=5

DESCRIPTION=Virtual for MySQL client or database
HOMEPAGE=
SRC_URI=

LICENSE=
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris
IUSE=embedded minimal static static-libs

DEPEND=
RDEPEND=|| (
=dev-db/mariadb-10.0*[embedded=,minimal=,static=,static-libs=]
=dev-db/mysql-${PV}*[embedded=,minimal=,static=,static-libs=]
=dev-db/percona-server-${PV}*[embedded=,minimal=,static=,static-libs=]
)
# Not quite yet
#=dev-db/mariadb-10.1*[embedded=,minimal=,static=,static-libs=]
#=dev-db/mariadb-galera-10.0*[embedded=,minimal=,static=,static-libs=]
#=dev-db/mysql-cluster-7.3*[embedded=,minimal=,static=,static-libs=]






[gentoo-commits] proj/mysql:master commit in: dev-db/mysql/, dev-db/mariadb/, dev-db/percona-server/

2014-07-29 Thread Robin H. Johnson
commit: e06f02d9a8e5de13117152fa52ded48bc91e30d3
Author: Robin H. Johnson robbat2 AT orbis-terrarum DOT net
AuthorDate: Tue Jul 29 23:03:43 2014 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Tue Jul 29 23:03:43 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=e06f02d9

EAPI, latest extras, parallel tests.

Signed-off-by: Robin H. Johnson robbat2 AT orbis-terrarum.net

---
 dev-db/mariadb/Manifest|  1 +
 dev-db/mariadb/mariadb-10.0.11-r1.ebuild   |  5 +++--
 dev-db/mariadb/mariadb-10.0.12.ebuild  |  5 +++--
 dev-db/mysql/Manifest  |  1 +
 dev-db/mysql/mysql-5.6.19.ebuild   | 11 ++-
 dev-db/percona-server/Manifest |  3 +--
 dev-db/percona-server/percona-server-5.5.38.35.2-r1.ebuild |  4 ++--
 dev-db/percona-server/percona-server-5.6.19.67.0.ebuild|  6 +++---
 8 files changed, 20 insertions(+), 16 deletions(-)

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index a1985bb..6467960 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -8,3 +8,4 @@ DIST mariadb-5.5.38.tar.gz 45083505 SHA256 
efc839e6627064b3b5c6c39854198f0d34907
 DIST mysql-extras-20121101-2319Z.tar.bz2 1898358 SHA256 
ea5da082d3384bde67e005ebc39b78e7caadea80745333fb5a9cf47a4c4e4c5d SHA512 
6a49abb1beee012d87ab63071a568ee6d9d8e4ff7a76401b91f5bdc127860d1c504a3877cbadb81536b07afe5ff419c77c793b0fc14ba484f56765d1ca526614
 WHIRLPOOL 
4bda75a0a9063830b3140bbc3cb12b60fa21289eee2fa476fb286da6318fdf0445a9c6193bd2063aefcd3f4ecc1f8045b30635f0e32014098d0f3dbee86e01fc
 DIST mysql-extras-20140514-0124Z.tar.bz2 1493742 SHA256 
0cdda9f8587532375274510a8a1f8fe5e80f10cfdf851a01074109803f7ee4cf SHA512 
7a798809809b35a515a3475be5f1a96547d495592c83c4cf5c79fb07ceb45a04000da8922d051004c0f2d944f92ca47b75ad08d06a8dccca2ae9f94778d31a7e
 WHIRLPOOL 
371446d80cd9fa22a28eeecde8d18c9c3ca76db9bc57a4ab2073ed0fc1d19a70a06a33cb92257a671849e4bad8bfb9f235272ee1221c7c21ce5f45bc900a59cc
 DIST mysql-extras-20140729-0112Z.tar.bz2 1494826 SHA256 
a6963f853ae168ba04a2fea18bda6e44d6691c4be328496ba9f6818638f7cccf SHA512 
72506cb13b8b0880b9bf8846b0f6e95f22a69760d5c4d48b6d346b2ed1b2c98c718c8833222457dbf832455846d6829e4e66f582b5c29fb3f6226df62086fad6
 WHIRLPOOL 
40245685a26acfddb882318813c689db28f4dc67e905c3e3b06e8e37c76d2d2aaa28a57cf5f147f1744bbc780731344e0e4c4ecc3069beb210f232eaab01f714
+DIST mysql-extras-20140729-2200Z.tar.bz2 1494219 SHA256 
28363c7ba1893677911451e7f05402a31afc0ed0a48ea1b7cf1915ae1be81e20 SHA512 
d90e104b3e73af5589eb32ddbcf9098ad9d69898b55d4d662ebc9578f0281e87fef6b5adb6cdc33fa19a04bf066e01121ead2e6a2bffa0d44ffc10b895392a1c
 WHIRLPOOL 
531a9e08f9231bfcd758bbe8d5b6d5968bd2cfce9c70bc8c15517f497606322da7cffbecd77a0cabd837c3c0ba4f2381a569d583f2fa5ecb14e95a367a93ee11

diff --git a/dev-db/mariadb/mariadb-10.0.11-r1.ebuild 
b/dev-db/mariadb/mariadb-10.0.11-r1.ebuild
index 773acce..c81f927 100644
--- a/dev-db/mariadb/mariadb-10.0.11-r1.ebuild
+++ b/dev-db/mariadb/mariadb-10.0.11-r1.ebuild
@@ -3,7 +3,7 @@
 # $Header: $
 
 EAPI=5
-MY_EXTRAS_VER=20140514-0124Z
+MY_EXTRAS_VER=20140729-2200Z
 
 inherit toolchain-funcs mysql-multilib
 # only to make repoman happy. it is really set in the eclass
@@ -81,7 +81,8 @@ src_test() {
 
# run mysql-test tests
# Skip all CONNECT engine tests until upstream respondes to how 
to reference data files
-   perl mysql-test-run.pl --force 
--vardir=${S}/mysql-test/var-tests --skip-test=connect
+   perl mysql-test-run.pl --force 
--vardir=${S}/mysql-test/var-tests \
+   --skip-test=connect --parallel=auto
retstatus_tests=$?
[[ $retstatus_tests -eq 0 ]] || eerror tests failed
has usersandbox $FEATURES  eerror Some tests may fail with 
FEATURES=usersandbox

diff --git a/dev-db/mariadb/mariadb-10.0.12.ebuild 
b/dev-db/mariadb/mariadb-10.0.12.ebuild
index 8b83df0..6107125 100644
--- a/dev-db/mariadb/mariadb-10.0.12.ebuild
+++ b/dev-db/mariadb/mariadb-10.0.12.ebuild
@@ -3,7 +3,7 @@
 # $Header: $
 
 EAPI=5
-MY_EXTRAS_VER=20140514-0124Z
+MY_EXTRAS_VER=20140729-2200Z
 
 # Build system
 BUILD=cmake
@@ -84,7 +84,8 @@ src_test() {
 
# run mysql-test tests
# Skip all CONNECT engine tests until upstream respondes to how 
to reference data files
-   perl mysql-test-run.pl --force 
--vardir=${S}/mysql-test/var-tests --skip-test=connect
+   perl mysql-test-run.pl --force 
--vardir=${S}/mysql-test/var-tests \
+   --skip-test=connect --parallel=auto
retstatus_tests=$?
[[ $retstatus_tests -eq 0 ]] || eerror tests failed
has usersandbox $FEATURES  eerror Some tests may fail with 
FEATURES=usersandbox

diff --git a/dev-db/mysql/Manifest b/dev-db/mysql

[gentoo-commits] gentoo-x86 commit in dev-db/mariadb: mariadb-10.0.12.ebuild ChangeLog

2014-07-29 Thread Robin H. Johnson (robbat2)
robbat2 14/07/29 23:10:04

  Modified: ChangeLog
  Added:mariadb-10.0.12.ebuild
  Log:
  Bring MySQL 5.6/MariaDB 10.0 from the overlay into the tree. Thanks to the 
great work of Brian Evans grkni...@gentoo.org. ~arm temporarily dropped 
pending bug #518506.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.41 dev-db/mariadb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/ChangeLog?rev=1.41view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/ChangeLog?rev=1.41content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/ChangeLog?r1=1.40r2=1.41

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -p -w -b -B -u -u -r1.40 -r1.41
--- ChangeLog   29 Jul 2014 03:28:26 -  1.40
+++ ChangeLog   29 Jul 2014 23:10:04 -  1.41
@@ -1,6 +1,13 @@
 # ChangeLog for dev-db/mariadb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.40 2014/07/29 
03:28:26 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.41 2014/07/29 
23:10:04 robbat2 Exp $
+
+*mariadb-10.0.12 (29 Jul 2014)
+
+  29 Jul 2014; Robin H. Johnson robb...@gentoo.org +mariadb-10.0.12.ebuild:
+  Bring MySQL 5.6/MariaDB 10.0 from the overlay into the tree. Thanks to the
+  great work of Brian Evans grkni...@gentoo.org. ~arm temporarily dropped
+  pending bug #518506.
 
 *mariadb-5.5.38-r1 (29 Jul 2014)
 



1.1  dev-db/mariadb/mariadb-10.0.12.ebuild

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

Index: mariadb-10.0.12.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.12.ebuild,v 1.1 
2014/07/29 23:10:04 robbat2 Exp $

EAPI=5
MY_EXTRAS_VER=20140729-2200Z

# Build system
BUILD=cmake

inherit toolchain-funcs mysql-v2
# only to make repoman happy. it is really set in the eclass
IUSE=$IUSE

# REMEMBER: also update eclass/mysql*.eclass before committing!
KEYWORDS=~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris

# When MY_EXTRAS is bumped, the index should be revised to exclude these.
EPATCH_EXCLUDE=''

DEPEND=|| ( =sys-devel/gcc-3.4.6 =sys-devel/gcc-apple-4.0 )
RDEPEND=${RDEPEND}

# Official test instructions:
# USE='-cluster embedded extraengine perl ssl static-libs community' \
# FEATURES='test userpriv -usersandbox' \
# ebuild mariadb-X.X.XX.ebuild \
# digest clean package
src_test() {

local TESTDIR=${BUILD_DIR}/mysql-test
local retstatus_unit
local retstatus_tests

# Bug #213475 - MySQL _will_ object strenously if your machine is named
# localhost. Also causes weird failures.
[[ ${HOSTNAME} == localhost ]]  die Your machine must NOT be 
named localhost

if ! use minimal ; then

if [[ $UID -eq 0 ]]; then
die Testing with FEATURES=-userpriv is no longer 
supported by upstream. Tests MUST be run as non-root.
fi
has usersandbox $FEATURES  eerror Some tests may fail with 
FEATURES=usersandbox

einfo  Test phase [test]: ${CATEGORY}/${PF}
addpredict /this-dir-does-not-exist/t9.MYI

# Run CTest (test-units)
cmake-utils_src_test
retstatus_unit=$?
[[ $retstatus_unit -eq 0 ]] || eerror test-unit failed

# Ensure that parallel runs don't die
export MTR_BUILD_THREAD=$((${RANDOM} % 100))

# create directories because mysqladmin might right out of order
mkdir -p ${S}/mysql-test/var-tests{,/log}

# These are failing in MariaDB 10.0 for now and are believed to 
be
# false positives:
#
# main.information_schema, 
binlog.binlog_statement_insert_delayed,
# main.mysqld--help, funcs_1.is_triggers, 
funcs_1.is_tables_mysql,
# funcs_1.is_columns_mysql
# fails due to USE=-latin1 / utf8 default
#
# main.mysql_client_test, main.mysql_client_test_nonblock:
# segfaults at random under Portage only, suspect resource 
limits

[gentoo-commits] gentoo-x86 commit in dev-db/percona-server: metadata.xml percona-server-5.6.19.67.0.ebuild ChangeLog

2014-07-29 Thread Robin H. Johnson (robbat2)
,
# main.mysqld--help-notwin, binlog.binlog_mysqlbinlog_filter
# perfschema.binlog_edge_mix, perfschema.binlog_edge_stmt
# funcs_1.is_columns_mysql funcs_1.is_tables_mysql 
funcs_1.is_triggers
# fails due to USE=-latin1 / utf8 default
#
# main.mysql_client_test:
# segfaults at random under Portage only, suspect resource 
limits.
#
# main.percona_bug1289599
# Looks to be a syntax error in the test file itself
#
# main.variables main.myisam main.merge_recover
# fails due to ulimit not able to open enough files (needs 5000)
#

for t in main.mysql_client_test \
binlog.binlog_statement_insert_delayed 
main.information_schema \
main.mysqld--help-notwin 
binlog.binlog_mysqlbinlog_filter \
perfschema.binlog_edge_mix perfschema.binlog_edge_stmt \
funcs_1.is_columns_mysql funcs_1.is_tables_mysql 
funcs_1.is_triggers \
main.variables main.myisam main.merge_recover \
main.percona_bug1289599; do
mysql-v2_disable_test  $t False positives in 
Gentoo
done

# Run mysql tests
pushd ${TESTDIR}

# Set file limits higher so tests run
ulimit -n 3000

# run mysql-test tests
perl mysql-test-run.pl --force 
--vardir=${S}/mysql-test/var-tests \
--testcase-timeout=30 --parallel=auto
retstatus_tests=$?
[[ $retstatus_tests -eq 0 ]] || eerror tests failed
has usersandbox $FEATURES  eerror Some tests may fail with 
FEATURES=usersandbox

popd

# Cleanup is important for these testcases.
pkill -9 -f ${S}/ndb 2/dev/null
pkill -9 -f ${S}/sql 2/dev/null

failures=
[[ $retstatus_unit -eq 0 ]] || failures=${failures} test-unit
[[ $retstatus_tests -eq 0 ]] || failures=${failures} tests
has usersandbox $FEATURES  eerror Some tests may fail with 
FEATURES=usersandbox

[[ -z $failures ]] || die Test failures: $failures
einfo Tests successfully completed

else

einfo Skipping server tests due to minimal build.
fi
}



1.1  dev-db/percona-server/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/percona-server/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/percona-server/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for dev-db/percona-server
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/percona-server/ChangeLog,v 1.1 
2014/07/29 23:14:33 robbat2 Exp $

*percona-server-5.6.19.67.0 (29 Jul 2014)

  29 Jul 2014; Robin H. Johnson robb...@gentoo.org +files/my.cnf-5.5,
  +metadata.xml, +percona-server-5.6.19.67.0.ebuild:
  Bring MySQL(percona-server) 5.6 from the overlay into the tree. Thanks to the
  great work of Brian Evans grkni...@gentoo.org.






[gentoo-commits] gentoo-x86 commit in dev-db/percona-server/files: my.cnf-5.5

2014-07-29 Thread Robin H. Johnson (robbat2)
robbat2 14/07/29 23:14:33

  Added:my.cnf-5.5
  Log:
  Bring MySQL(percona-server) 5.6 from the overlay into the tree. Thanks to the 
great work of Brian Evans grkni...@gentoo.org.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  dev-db/percona-server/files/my.cnf-5.5

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/percona-server/files/my.cnf-5.5?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/percona-server/files/my.cnf-5.5?rev=1.1content-type=text/plain

Index: my.cnf-5.5
===
# @GENTOO_PORTAGE_EPREFIX@/etc/mysql/my.cnf: The global mysql configuration 
file.
# $Header: /var/cvsroot/gentoo-x86/dev-db/percona-server/files/my.cnf-5.5,v 1.1 
2014/07/29 23:14:33 robbat2 Exp $

# The following options will be passed to all MySQL clients
[client]
#password   = your_password
port= 3306
socket  = 
@GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.sock

[mysql]
character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
default-character-set=utf8

[mysqladmin]
character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
default-character-set=utf8

[mysqlcheck]
character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
default-character-set=utf8

[mysqldump]
character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
default-character-set=utf8

[mysqlimport]
character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
default-character-set=utf8

[mysqlshow]
character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
default-character-set=utf8

[myisamchk]
character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets

[myisampack]
character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets

# use [safe_mysqld] with mysql-3
[mysqld_safe]
err-log = 
@GENTOO_PORTAGE_EPREFIX@/var/log/mysql/mysql.err

# add a section [mysqld-4.1] or [mysqld-5.0] for specific configurations
[mysqld]
character-set-server= utf8
user= mysql
port= 3306
socket  = 
@GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.sock
pid-file= 
@GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.pid
log-error   = 
@GENTOO_PORTAGE_EPREFIX@/var/log/mysql/mysqld.err
basedir = @GENTOO_PORTAGE_EPREFIX@/usr
datadir = @DATADIR@
skip-external-locking
key_buffer_size = 16M
max_allowed_packet  = 1M
table_open_cache= 64
sort_buffer_size= 512K
net_buffer_length   = 8K
read_buffer_size= 256K
read_rnd_buffer_size= 512K
myisam_sort_buffer_size = 8M
lc_messages_dir = @GENTOO_PORTAGE_EPREFIX@/usr/share/mysql
#Set this to your desired error message language
lc_messages = en_US

# security:
# using localhost in connects uses sockets by default
# skip-networking
bind-address= 127.0.0.1

log-bin
server-id   = 1

# point the following paths to different dedicated disks
tmpdir  = @GENTOO_PORTAGE_EPREFIX@/tmp/
#log-update = 
@GENTOO_PORTAGE_EPREFIX@/path-to-dedicated-directory/hostname

# you need the debug USE flag enabled to use the following directives,
# if needed, uncomment them, start the server and issue 
# #tail -f @GENTOO_PORTAGE_EPREFIX@/tmp/mysqld.sql 
@GENTOO_PORTAGE_EPREFIX@/tmp/mysqld.trace
# this will show you *exactly* what's happening in your server ;)

#log= 
@GENTOO_PORTAGE_EPREFIX@/tmp/mysqld.sql
#gdb
#debug  = d:t:i:o,/tmp/mysqld.trace
#one-thread

# the following is the InnoDB configuration
# if you wish to disable innodb instead
# uncomment just the next line
#skip-innodb
#
# the rest of the innodb config follows:
# don't eat too much memory, we're trying to be safe on 64Mb boxes
# you might want to bump this up a bit on boxes with more RAM
innodb_buffer_pool_size = 16M
# this is the default, increase it if you have lots of tables
innodb_additional_mem_pool_size = 2M
#
# i'd like to use @GENTOO_PORTAGE_EPREFIX@/var/lib/mysql/innodb, but that is 
seen as a database :-(
# and upstream wants things to be under 
@GENTOO_PORTAGE_EPREFIX@/var/lib/mysql/, so that's the route
# we have to take for the moment
#innodb_data_home_dir   = 

[gentoo-commits] gentoo-x86 commit in profiles/arch/ia64: ChangeLog package.use.mask

2014-07-29 Thread Robin H. Johnson (robbat2)
robbat2 14/07/29 23:15:42

  Modified: ChangeLog package.use.mask
  Log:
  Update MySQL tcmalloc mask for percona-server.

Revision  ChangesPath
1.207profiles/arch/ia64/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/ia64/ChangeLog?rev=1.207view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/ia64/ChangeLog?rev=1.207content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/ia64/ChangeLog?r1=1.206r2=1.207

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/ia64/ChangeLog,v
retrieving revision 1.206
retrieving revision 1.207
diff -p -w -b -B -u -u -r1.206 -r1.207
--- ChangeLog   22 Jul 2014 00:14:23 -  1.206
+++ ChangeLog   29 Jul 2014 23:15:42 -  1.207
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/ia64 profile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/ChangeLog,v 1.206 
2014/07/22 00:14:23 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/ChangeLog,v 1.207 
2014/07/29 23:15:42 robbat2 Exp $
+
+  29 Jul 2014; Robin H. Johnson robb...@gentoo.org package.use.mask:
+  Update MySQL tcmalloc mask for percona-server.
 
   22 Jul 2014; Christoph Junghans ott...@gentoo.org package.use.mask:
   mask libcerf useflag (bug 517726)



1.146profiles/arch/ia64/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/ia64/package.use.mask?rev=1.146view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/ia64/package.use.mask?rev=1.146content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/ia64/package.use.mask?r1=1.145r2=1.146

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/ia64/package.use.mask,v
retrieving revision 1.145
retrieving revision 1.146
diff -p -w -b -B -u -u -r1.145 -r1.146
--- package.use.mask22 Jul 2014 00:14:23 -  1.145
+++ package.use.mask29 Jul 2014 23:15:42 -  1.146
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/package.use.mask,v 1.145 
2014/07/22 00:14:23 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/package.use.mask,v 1.146 
2014/07/29 23:15:42 robbat2 Exp $
 
 # Christoph Junghans ott...@gentoo.org (21 Jul 2014)
 # Missing keywords on sci-libs/libcerf (bug 517726)
@@ -136,6 +136,7 @@ media-libs/phonon gstreamer vlc
 # MySQL 5.5 wants systemtap, tcmalloc  jemalloc
 =dev-db/mysql-5.5 tcmalloc
 =dev-db/mariadb-5.5 tcmalloc
+=dev-db/percona-server-5.5 tcmalloc
 
 # Raúl Porcel armi...@gentoo.org (11 Sep 2012)
 # Upstream drops support on ia64 from 4.0 onwards, bug #430352






[gentoo-commits] gentoo-x86 commit in profiles/arch/alpha: ChangeLog package.use.mask

2014-07-29 Thread Robin H. Johnson (robbat2)
robbat2 14/07/29 23:15:28

  Modified: ChangeLog package.use.mask
  Log:
  Update MySQL tcmalloc mask for percona-server.

Revision  ChangesPath
1.195profiles/arch/alpha/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/ChangeLog?rev=1.195view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/ChangeLog?rev=1.195content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/ChangeLog?r1=1.194r2=1.195

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/alpha/ChangeLog,v
retrieving revision 1.194
retrieving revision 1.195
diff -p -w -b -B -u -u -r1.194 -r1.195
--- ChangeLog   22 Jul 2014 18:48:35 -  1.194
+++ ChangeLog   29 Jul 2014 23:15:28 -  1.195
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/Alpha profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/ChangeLog,v 1.194 
2014/07/22 18:48:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/ChangeLog,v 1.195 
2014/07/29 23:15:28 robbat2 Exp $
+
+  29 Jul 2014; Robin H. Johnson robb...@gentoo.org package.use.mask:
+  Update MySQL tcmalloc mask for percona-server.
 
   22 Jul 2014; Samuli Suominen ssuomi...@gentoo.org package.use.mask:
   Unmask USE=acl for sys-auth/consolekit because alpha has recent enough



1.160profiles/arch/alpha/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/package.use.mask?rev=1.160view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/package.use.mask?rev=1.160content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/alpha/package.use.mask?r1=1.159r2=1.160

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.use.mask,v
retrieving revision 1.159
retrieving revision 1.160
diff -p -w -b -B -u -u -r1.159 -r1.160
--- package.use.mask22 Jul 2014 18:48:35 -  1.159
+++ package.use.mask29 Jul 2014 23:15:28 -  1.160
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.use.mask,v 
1.159 2014/07/22 18:48:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.use.mask,v 
1.160 2014/07/29 23:15:28 robbat2 Exp $
 
 # Christoph Junghans ott...@gentoo.org (21 Jul 2014)
 # Missing keywords on sci-libs/libcerf (bug 517726)
@@ -110,6 +110,7 @@ gnome-extra/libgda reports
 # MySQL 5.5 wants systemtap, tcmalloc  jemalloc
 =dev-db/mysql-5.5 tcmalloc
 =dev-db/mariadb-5.5 tcmalloc
+=dev-db/percona-server-5.5 tcmalloc
 
 # Raúl Porcel armi...@gentoo.org (25 Jun 2012)
 # dev-qt/qtwebkit doesn't seem to work






[gentoo-commits] gentoo-x86 commit in profiles/arch/s390: ChangeLog package.use.mask

2014-07-29 Thread Robin H. Johnson (robbat2)
robbat2 14/07/29 23:16:10

  Modified: ChangeLog package.use.mask
  Log:
  Update MySQL tcmalloc mask for percona-server.

Revision  ChangesPath
1.79 profiles/arch/s390/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/ChangeLog?rev=1.79view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/ChangeLog?rev=1.79content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/ChangeLog?r1=1.78r2=1.79

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/s390/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -p -w -b -B -u -u -r1.78 -r1.79
--- ChangeLog   1 Jul 2014 08:28:31 -   1.78
+++ ChangeLog   29 Jul 2014 23:16:10 -  1.79
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/s390 profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/s390/ChangeLog,v 1.78 
2014/07/01 08:28:31 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/s390/ChangeLog,v 1.79 
2014/07/29 23:16:10 robbat2 Exp $
+
+  29 Jul 2014; Robin H. Johnson robb...@gentoo.org package.use.mask:
+  Update MySQL tcmalloc mask for percona-server.
 
   01 Jul 2014; Michał Górny mgo...@gentoo.org make.defaults,
   s390x/make.defaults, +s390x/use.mask, use.mask:



1.27 profiles/arch/s390/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/package.use.mask?rev=1.27view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/package.use.mask?rev=1.27content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/s390/package.use.mask?r1=1.26r2=1.27

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/s390/package.use.mask,v
retrieving revision 1.26
retrieving revision 1.27
diff -p -w -b -B -u -u -r1.26 -r1.27
--- package.use.mask11 Jan 2014 15:44:47 -  1.26
+++ package.use.mask29 Jul 2014 23:16:10 -  1.27
@@ -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/profiles/arch/s390/package.use.mask,v 1.26 
2014/01/11 15:44:47 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/s390/package.use.mask,v 1.27 
2014/07/29 23:16:10 robbat2 Exp $
 
 # Mikle Kolyada zlog...@gentoo.org (11 Jan 2014)
 # too much unkeyworded dependencies (bug #497068)
@@ -44,3 +44,4 @@ dev-libs/boost mpi
 # MySQL 5.5 wants systemtap, tcmalloc  jemalloc
 =dev-db/mysql-5.5 tcmalloc
 =dev-db/mariadb-5.5 tcmalloc
+=dev-db/percona-server-5.5 tcmalloc






[gentoo-commits] gentoo-x86 commit in profiles/arch/powerpc: ChangeLog package.use.mask

2014-07-29 Thread Robin H. Johnson (robbat2)
robbat2 14/07/29 23:15:56

  Modified: ChangeLog package.use.mask
  Log:
  Update MySQL tcmalloc mask for percona-server.

Revision  ChangesPath
1.271profiles/arch/powerpc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ChangeLog?rev=1.271view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ChangeLog?rev=1.271content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ChangeLog?r1=1.270r2=1.271

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v
retrieving revision 1.270
retrieving revision 1.271
diff -p -w -b -B -u -u -r1.270 -r1.271
--- ChangeLog   22 Jul 2014 00:15:29 -  1.270
+++ ChangeLog   29 Jul 2014 23:15:56 -  1.271
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/PPC profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v 1.270 
2014/07/22 00:15:29 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v 1.271 
2014/07/29 23:15:56 robbat2 Exp $
+
+  29 Jul 2014; Robin H. Johnson robb...@gentoo.org package.use.mask:
+  Update MySQL tcmalloc mask for percona-server.
 
   22 Jul 2014; Christoph Junghans ott...@gentoo.org package.use.mask:
   mask libcerf useflag (bug 517726)



1.200profiles/arch/powerpc/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/package.use.mask?rev=1.200view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/package.use.mask?rev=1.200content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/package.use.mask?r1=1.199r2=1.200

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.mask,v
retrieving revision 1.199
retrieving revision 1.200
diff -p -w -b -B -u -u -r1.199 -r1.200
--- package.use.mask22 Jul 2014 00:15:29 -  1.199
+++ package.use.mask29 Jul 2014 23:15:56 -  1.200
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.mask,v 
1.199 2014/07/22 00:15:29 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.mask,v 
1.200 2014/07/29 23:15:56 robbat2 Exp $
 
 # Christoph Junghans ott...@gentoo.org (21 Jul 2014)
 # Missing keywords on sci-libs/libcerf (bug 517726)
@@ -125,6 +125,7 @@ kde-base/krfb telepathy
 # MySQL 5.5 wants systemtap, tcmalloc  jemalloc
 =dev-db/mysql-5.5 tcmalloc
 =dev-db/mariadb-5.5 tcmalloc
+=dev-db/percona-server-5.5 tcmalloc
 
 # Anthony G. Basile bluen...@gentoo.org (29 Sep 2012)
 # dev-cpp/tbb does not build on ppc ppc64 so mask any






[gentoo-commits] gentoo-x86 commit in profiles/arch/sparc: ChangeLog package.use.mask

2014-07-29 Thread Robin H. Johnson (robbat2)
robbat2 14/07/29 23:16:23

  Modified: ChangeLog package.use.mask
  Log:
  Update MySQL tcmalloc mask for percona-server.

Revision  ChangesPath
1.221profiles/arch/sparc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/ChangeLog?rev=1.221view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/ChangeLog?rev=1.221content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/ChangeLog?r1=1.220r2=1.221

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/sparc/ChangeLog,v
retrieving revision 1.220
retrieving revision 1.221
diff -p -w -b -B -u -u -r1.220 -r1.221
--- ChangeLog   22 Jul 2014 00:16:00 -  1.220
+++ ChangeLog   29 Jul 2014 23:16:23 -  1.221
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/sparc profile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/ChangeLog,v 1.220 
2014/07/22 00:16:00 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/ChangeLog,v 1.221 
2014/07/29 23:16:23 robbat2 Exp $
+
+  29 Jul 2014; Robin H. Johnson robb...@gentoo.org package.use.mask:
+  Update MySQL tcmalloc mask for percona-server.
 
   22 Jul 2014; Christoph Junghans ott...@gentoo.org package.use.mask:
   mask libcerf useflag (bug 517726)



1.168profiles/arch/sparc/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/package.use.mask?rev=1.168view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/package.use.mask?rev=1.168content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sparc/package.use.mask?r1=1.167r2=1.168

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use.mask,v
retrieving revision 1.167
retrieving revision 1.168
diff -p -w -b -B -u -u -r1.167 -r1.168
--- package.use.mask22 Jul 2014 00:16:00 -  1.167
+++ package.use.mask29 Jul 2014 23:16:23 -  1.168
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use.mask,v 
1.167 2014/07/22 00:16:00 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use.mask,v 
1.168 2014/07/29 23:16:23 robbat2 Exp $
 
 # Christoph Junghans ott...@gentoo.org (21 Jul 2014)
 # Missing keywords on sci-libs/libcerf (bug 517726)
@@ -116,6 +116,7 @@ gnome-extra/libgda reports
 # MySQL 5.5 wants systemtap, tcmalloc  jemalloc
 =dev-db/mysql-5.5 systemtap tcmalloc jemalloc
 =dev-db/mariadb-5.5 systemtap tcmalloc jemalloc
+=dev-db/percona-server-5.5 systemtap tcmalloc jemalloc
 
 # Diego Elio Pettenò flamee...@gentoo.org (24 Jun 2012)
 # Requires libpcre with jit






[gentoo-commits] gentoo-x86 commit in dev-db/mariadb-galera: - New directory

2014-07-30 Thread Robin H. Johnson (robbat2)
robbat2 14/07/30 06:23:02

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-db/mariadb-galera added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-db/mariadb-galera/files: - New directory

2014-07-30 Thread Robin H. Johnson (robbat2)
robbat2 14/07/30 06:23:03

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-db/mariadb-galera/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in sys-cluster/galera/files: - New directory

2014-07-30 Thread Robin H. Johnson (robbat2)
robbat2 14/07/30 06:23:53

  Log:
  Directory /var/cvsroot/gentoo-x86/sys-cluster/galera/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in sys-cluster/galera: - New directory

2014-07-30 Thread Robin H. Johnson (robbat2)
robbat2 14/07/30 06:23:52

  Log:
  Directory /var/cvsroot/gentoo-x86/sys-cluster/galera added to the repository



[gentoo-commits] gentoo-x86 commit in sys-cluster/galera: galera-25.3.5.ebuild metadata.xml ChangeLog

2014-07-30 Thread Robin H. Johnson (robbat2)
robbat2 14/07/30 06:26:05

  Added:galera-25.3.5.ebuild metadata.xml ChangeLog
  Log:
  Bring MariaDB-Galera from the overlay into the tree. Thanks to the great work 
of Brian Evans grkni...@gentoo.org.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  sys-cluster/galera/galera-25.3.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/galera/galera-25.3.5.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/galera/galera-25.3.5.ebuild?rev=1.1content-type=text/plain

Index: galera-25.3.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/galera/galera-25.3.5.ebuild,v 
1.1 2014/07/30 06:26:05 robbat2 Exp $

EAPI=5

MY_P=${PN}-${PV}-src

inherit scons-utils multilib toolchain-funcs base versionator eutils
DESCRIPTION=Synchronous multi-master replication engine that provides its 
service through wsrep API
HOMEPAGE=http://www.codership.org/;
SRC_URI=https://launchpad.net/${PN}/$(get_version_component_range 
2).x/${PV}/+download/${MY_P}.tar.gz
LICENSE=GPL-2 BSD

SLOT=0

KEYWORDS=~amd64 ~x86
IUSE=garbd ssl test

CDEPEND=
 ssl? ( dev-libs/openssl )
=dev-libs/boost-1.41

DEPEND=${DEPEND}
${CDEPEND}
dev-libs/check
=sys-devel/gcc-4.4
=dev-cpp/asio-1.4.8[ssl?]

#Run time only
RDEPEND=${CDEPEND}
garbd? ( || (
net-analyzer/netcat
net-analyzer/netcat6
net-analyzer/gnu-netcat
net-analyzer/openbsd-netcat
) )

S=${WORKDIR}/${MY_P}

pkg_preinst() {
if use garbd ; then
enewgroup garbd
enewuser garbd
fi
}

src_prepare() {
# Remove bundled dev-cpp/asio
rm -r ${S}/asio || die

# Respect {C,LD}FLAGS.
epatch ${FILESDIR}/respect-flags.patch

#Remove optional garbd daemon
if ! use garbd ; then
rm -r ${S}/garb || die
fi

epatch_user
}

src_configure() {
tc-export CC CXX
# strict_build_flags=0 disables -Werror, -pedantic, -Weffc++,
# and -Wold-style-cast
myesconsargs=(
$(use_scons ssl ssl 1 0)
$(use_scons test tests 1 0)
strict_build_flags=0
)
}

src_compile() {
escons --warn=no-missing-sconscript
}

src_install() {
dodoc scripts/packages/README scripts/packages/README-MySQL
if use garbd ; then
dobin garb/garbd
newconfd ${FILESDIR}/garb.cnf garbd
newinitd ${FILESDIR}/garb.sh garbd
fi
exeinto /usr/$(get_libdir)/${PN}
doexe libgalera_smm.so
}



1.1  sys-cluster/galera/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/galera/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/galera/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdmysql/herd
use
  flag name='garbd'Install Galera Arbitrator - a stateless daemon which acts 
as a lightweight group member/flag
/use
/pkgmetadata



1.1  sys-cluster/galera/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/galera/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/galera/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for sys-cluster/galera
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/galera/ChangeLog,v 1.1 
2014/07/30 06:26:05 robbat2 Exp $

*galera-25.3.5 (30 Jul 2014)

  30 Jul 2014; Robin H. Johnson robb...@gentoo.org +files/disable-tests.patch,
  +files/garb.cnf, +files/garb.sh, +files/respect-flags.patch,
  +galera-25.3.5.ebuild, +metadata.xml:
  Bring MariaDB-Galera from the overlay into the tree. Thanks to the great work
  of Brian Evans grkni...@gentoo.org.






[gentoo-commits] gentoo-x86 commit in sys-cluster/galera/files: garb.sh disable-tests.patch garb.cnf respect-flags.patch

2014-07-30 Thread Robin H. Johnson (robbat2)
robbat2 14/07/30 06:26:05

  Added:garb.sh disable-tests.patch garb.cnf
respect-flags.patch
  Log:
  Bring MariaDB-Galera from the overlay into the tree. Thanks to the great work 
of Brian Evans grkni...@gentoo.org.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  sys-cluster/galera/files/garb.sh

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/galera/files/garb.sh?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/galera/files/garb.sh?rev=1.1content-type=text/plain

Index: garb.sh
===
#!/sbin/runscript
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

depend() {
use net
after mysql
}

start() {
ebegin Starting ${SVCNAME}

if [ -z ${GALERA_NODES} ]; then
eerror List of GALERA_NODES is not configured
return 1
fi

if [ -z ${GALERA_GROUP} ]; then
eerror GALERA_GROUP name is not configured
return 1
fi

GALERA_PORT=${GALERA_PORT:-4567}

for ADDRESS in ${GALERA_NODES} 0; do
HOST=$(echo $ADDRESS | cut -d \: -f 1 )
PORT=$(echo $ADDRESS | cut -d \: -f 2 )
if [[ ${HOST} == ${PORT} ]]; then
PORT=${GALERA_PORT}
fi
PORT=${PORT:-$GALERA_PORT}
nc -z ${HOST} ${PORT}  /dev/null   break
done
if [ ${ADDRESS} == 0 ]; then
eerror None of the nodes in GALERA_NODES is accessible
return 1
fi

OPTIONS=-a gcomm://${ADDRESS} -g ${GALERA_GROUP}
[ -n ${GALERA_OPTIONS} ]  OPTIONS=${OPTIONS} -o ${GALERA_OPTIONS}
[ -n ${LOG_FILE} ]OPTIONS=${OPTIONS} -l ${LOG_FILE}

start-stop-daemon \
--start \
--exec /usr/bin/garbd \
--pidfile ${PIDFILE} \
--make-pidfile \
--user garbd \
--group garbd \
--background \
-- ${OPTIONS}
eend $?
}

stop() {
ebegin Stopping ${SVCNAME}
start-stop-daemon \
--stop \
--exec /usr/bin/garbd \
--pidfile ${PIDFILE}
eend $?
}




1.1  sys-cluster/galera/files/disable-tests.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/galera/files/disable-tests.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/galera/files/disable-tests.patch?rev=1.1content-type=text/plain

Index: disable-tests.patch
===
diff -aurN a/galera/SConscript b/galera/SConscript
--- a/galera/SConscript 2013-03-11 02:44:50.0 -0400
+++ b/galera/SConscript 2013-05-13 13:13:20.851827437 -0400
@@ -1,2 +1,2 @@
 
-SConscript(['src/SConscript', 'tests/SConscript'])
+SConscript(['src/SConscript'])
diff -aurN a/galerautils/SConscript b/galerautils/SConscript
--- a/galerautils/SConscript2013-03-11 02:44:50.0 -0400
+++ b/galerautils/SConscript2013-05-13 13:15:37.010071765 -0400
@@ -1,3 +1,3 @@
 # SConscript for building galerautils
 
-SConscript(Split('''src/SConscript tests/SConscript'''))
+SConscript(Split('''src/SConscript'''))
diff -aurN a/gcache/SConscript b/gcache/SConscript
--- a/gcache/SConscript 2013-03-11 02:44:50.0 -0400
+++ b/gcache/SConscript 2013-05-13 13:15:55.179837389 -0400
@@ -1,3 +1,3 @@
 # SConscript for building galerautils
 
-SConscript(Split('''src/SConscript tests/SConscript'''))
+SConscript(Split('''src/SConscript'''))
diff -aurN a/gcomm/SConscript b/gcomm/SConscript
--- a/gcomm/SConscript  2013-03-11 02:44:50.0 -0400
+++ b/gcomm/SConscript  2013-05-13 13:16:08.979659369 -0400
@@ -1,3 +1,3 @@
 # SCons build script for building gcomm
 
-SConscript(Split('''src/SConscript test/SConscript'''))
+SConscript(Split('''src/SConscript'''))
diff -aurN a/gcs/src/SConscript b/gcs/src/SConscript
--- a/gcs/src/SConscript2013-03-11 02:44:50.0 -0400
+++ b/gcs/src/SConscript2013-05-13 13:12:53.122184848 -0400
@@ -46,8 +46,6 @@
  source = 'gcs_test.c',
  LINK = libgcs_env['CXX'])
 
-SConscript('unit_tests/SConscript')
-
 #
 env.Append(LIBGALERA_OBJS = libgcs_env.SharedObject(libgcs_sources))
 
diff -aurN a/SConstruct b/SConstruct
--- a/SConstruct2013-03-11 02:44:50.0 -0400
+++ b/SConstruct2013-05-13 13:11:03.493597370 -0400
@@ -305,20 +305,6 @@
 # Clone base from default environment
 check_env = env.Clone()
 
-conf = Configure(check_env)
-
-# Check header and library
-
-if not conf.CheckHeader('check.h'):
-print 'Error: check header file not found 

[gentoo-commits] gentoo-x86 commit in virtual/mysql: mysql-5.6.ebuild ChangeLog

2014-07-30 Thread Robin H. Johnson (robbat2)
robbat2 14/07/30 06:30:26

  Modified: mysql-5.6.ebuild ChangeLog
  Log:
  mariadb-galera in the tree now, and mysql-cluster following soon.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  virtual/mysql/mysql-5.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6.ebuild?r1=1.1r2=1.2

Index: mysql-5.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -p -w -b -B -u -u -r1.1 -r1.2
--- mysql-5.6.ebuild29 Jul 2014 22:49:09 -  1.1
+++ mysql-5.6.ebuild30 Jul 2014 06:30:25 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6.ebuild,v 1.1 
2014/07/29 22:49:09 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6.ebuild,v 1.2 
2014/07/30 06:30:25 robbat2 Exp $
 
 EAPI=5
 
@@ -16,10 +16,9 @@ IUSE=embedded minimal static static-lib
 DEPEND=
 RDEPEND=|| (
=dev-db/mariadb-10.0*[embedded=,minimal=,static=,static-libs=]
+   =dev-db/mariadb-10.1*[embedded=,minimal=,static=,static-libs=]
=dev-db/mysql-${PV}*[embedded=,minimal=,static=,static-libs=]
=dev-db/percona-server-${PV}*[embedded=,minimal=,static=,static-libs=]
+   =dev-db/mariadb-galera-10.0*[embedded=,minimal=,static=,static-libs=]
+   =dev-db/mysql-cluster-7.3*[embedded=,minimal=,static=,static-libs=]
 )
-# Not quite yet
-#=dev-db/mariadb-10.1*[embedded=,minimal=,static=,static-libs=]
-#=dev-db/mariadb-galera-10.0*[embedded=,minimal=,static=,static-libs=]
-#=dev-db/mysql-cluster-7.3*[embedded=,minimal=,static=,static-libs=]



1.34 virtual/mysql/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.34view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.34content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?r1=1.33r2=1.34

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -p -w -b -B -u -u -r1.33 -r1.34
--- ChangeLog   29 Jul 2014 22:49:09 -  1.33
+++ ChangeLog   30 Jul 2014 06:30:25 -  1.34
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/mysql
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.33 2014/07/29 
22:49:09 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.34 2014/07/30 
06:30:25 robbat2 Exp $
+
+  30 Jul 2014; Robin H. Johnson robb...@gentoo.org mysql-5.6.ebuild:
+  mariadb-galera in the tree now, and mysql-cluster following soon.
 
 *mysql-5.6 (29 Jul 2014)
 






[gentoo-commits] proj/mysql:master commit in: dev-db/mariadb-galera/

2014-07-30 Thread Robin H. Johnson
commit: f230b877924f09450b48b32add26b9d0e94c78b6
Author: Robin H. Johnson robbat2 AT orbis-terrarum DOT net
AuthorDate: Wed Jul 30 06:31:48 2014 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Wed Jul 30 06:32:02 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=f230b877

mariadb-galera merge back from the tree. unsure if we should keep the 5.5 
series for reference.

Package-Manager: portage-2.2.10

---
 dev-db/mariadb-galera/ChangeLog|   8 ++
 dev-db/mariadb-galera/Manifest |   4 +-
 .../mariadb-galera-10.0.10_beta.ebuild | 115 -
 ...0.0.11.ebuild = mariadb-galera-10.0.12.ebuild} |   7 +-
 4 files changed, 14 insertions(+), 120 deletions(-)

diff --git a/dev-db/mariadb-galera/ChangeLog b/dev-db/mariadb-galera/ChangeLog
index 03a68b4..6a5d572 100644
--- a/dev-db/mariadb-galera/ChangeLog
+++ b/dev-db/mariadb-galera/ChangeLog
@@ -1,3 +1,11 @@
+*mariadb-galera-10.0.12 (30 Jul 2014)
+
+  30 Jul 2014; Robin H. Johnson robb...@gentoo.org
+  +mariadb-galera-10.0.12.ebuild, -mariadb-galera-10.0.10_beta.ebuild,
+  -mariadb-galera-10.0.11.ebuild:
+  mariadb-galera merge back from the tree. unsure if we should keep the 5.5
+  series for reference.
+
 *mariadb-galera-5.5.35 (14 Feb 2014)
 
   14 Feb 2014;  grkni...@gentoo.org +mariadb-galera-5.5.35.ebuild,

diff --git a/dev-db/mariadb-galera/Manifest b/dev-db/mariadb-galera/Manifest
index de501a1..6c935d1 100644
--- a/dev-db/mariadb-galera/Manifest
+++ b/dev-db/mariadb-galera/Manifest
@@ -1,6 +1,6 @@
-DIST mariadb-galera-10.0.10.tar.gz 52124329 SHA256 
f3120440a20d535798e08e2b4fd25f8bf05c7cc2d094c2bdf7384454354f4a96 SHA512 
c99b3a9287b6b2ccacc6cfd9078bdc492f3c3e0a23963a07d2ff052ac3baf78e83283f73f771ce9d9ca32a600d440e3956005df047a332993b3c4942ce9e5e43
 WHIRLPOOL 
e52aac77da09cde10288345b3b8fbc7e3a13fc0e26e7d63774aed04b8a79b8e9a7c0f3f2c4f1e2dfcb37984d9086a281a67ee2f8bb299d2186734700a1cad397
-DIST mariadb-galera-10.0.11.tar.gz 51267163 SHA256 
0dcc91cb78d6bc28027469469de50fd0967123e9ec029fa37e957bb1120337fc SHA512 
31627ca28bd76b448d83689f079e9249c21eca8d5ac9b8ad3326e29b9d9c44d4d74e115715d65e2eaa723c645fe9e768eebf789377e762f51286c2351884f26d
 WHIRLPOOL 
80c2f1b730aa83754ea295004a66fabf795c293e1145581571614e1ae84103b6286c45876ce98fbb111d36ce36dc1aec6d1d5d6cba95567a1bf6bd88c346966b
+DIST mariadb-galera-10.0.12.tar.gz 51307785 SHA256 
e68d6ec7c99e0c361a1d2e986e4adb2436776de8192e39dc9ea08ef24e13b1ef SHA512 
8c6a39d3a81a7ea795a1c55e527c85996b4dc227607722e94d3c13051e19109bb9873b9993279407064f1d9dc0d1585234af5d22d9d1940fc05b856076249504
 WHIRLPOOL 
2d2a2720a5b5289902254549b06dd4cbb1476ad76b6bb2bef2fbd7ae57cb8490a47a0b260507ff93ef5aa647a270d2de48f0fb7a3a9ef8dcfea059734362db7d
 DIST mariadb-galera-5.5.34.tar.gz 45818386 SHA256 
ae6ebdb8d0d200e05b9dadc3d4175632c698acb217267e533a685f846f557ad4 SHA512 
78498e42f6def630e1b84a3dd948a3b4c590caf34db6a6a57b518cd178571e269393cff366c44ce30ea0cd6aee368dd904d42015fff1545147b41d1a946a2f09
 WHIRLPOOL 
fffd50e3c6b0ad81f9f2ad8fddf7fe99bbc1e11e25850d36beba2a34446bdff67ac740ce6884d4185f71b866fbaab5fe61f6af482e3f739d46a242f0892f7e8a
 DIST mariadb-galera-5.5.37.tar.gz 46241516 SHA256 
3913849ffa754b55fedc4a9f625880dd8f25e4c5ce6e80594ac46a693494fae1 SHA512 
e14dc38f2ca06d166af4a9752dac0fff2f56e674b7094704a169e7ddc1f34cff62fac3870d60743b02af45c7d8b55f7a9a981d55b8bc78269c9d88b02b4c34bc
 WHIRLPOOL 
39dd4e053ce815e9123aece722800a9fc0cf53ba8896eb1c702b17923499bf1fe8409ae10edfafcc813b65f6ba46e0d4dfcfa4159416ffa1d2a49c9ca4ae96e5
 DIST mysql-extras-20140424-1043Z.tar.bz2 1493352 SHA256 
75b8de752f11559e3900fd96c3ca6113bd083a69b08bd66b2c24bacfb9b8b88c SHA512 
d1324efd88be8b9e7b6ef61cfaf497b51a02e0825a8cb240ee6869b0875f4f18170d9952567c995f73f9a57b98a91f6e91878bc9efe87f99e0b20053ce5a376a
 WHIRLPOOL 
2982ca88af7926f7fbcf68e0f3f289c0b33e8c929de3db1679c4debf8fa1f74e809361e968ac94949dce405d4a4e494ebdf447e9208eb9cfc39c5677454ed77e
 DIST mysql-extras-20140426-0232Z.tar.bz2 1493717 SHA256 
84002593102ba35383a7f30c7c03af95750edc7a1bfd0ac6219bdfb4771725e0 SHA512 
a7c1d603a5aba7996746ee59699091d30f7422e825815b8198ca4a1068df8e0814cf3de3f8608c034d4b1c145bc3dbc93f73cc8a22ae68a0e1bce5eef9afc3bc
 WHIRLPOOL 
241ba3d4f6c9a2a6f7ca672b1902c5829939fe643f192f7ec41e1ffd9134e137ad6729504300034bad310d21ef60366df9451757250be83900783d9cfca010d7
+DIST mysql-extras-20140729-2200Z.tar.bz2 1494219 SHA256 
28363c7ba1893677911451e7f05402a31afc0ed0a48ea1b7cf1915ae1be81e20 SHA512 
d90e104b3e73af5589eb32ddbcf9098ad9d69898b55d4d662ebc9578f0281e87fef6b5adb6cdc33fa19a04bf066e01121ead2e6a2bffa0d44ffc10b895392a1c
 WHIRLPOOL 
531a9e08f9231bfcd758bbe8d5b6d5968bd2cfce9c70bc8c15517f497606322da7cffbecd77a0cabd837c3c0ba4f2381a569d583f2fa5ecb14e95a367a93ee11

diff --git a/dev-db/mariadb-galera/mariadb-galera-10.0.10_beta.ebuild 
b/dev-db/mariadb-galera/mariadb-galera-10.0.10_beta.ebuild
deleted file mode 100644
index 187b7a4..000
--- a/dev-db/mariadb-galera

[gentoo-commits] gentoo-x86 commit in virtual/mysql: mysql-5.1.ebuild ChangeLog

2014-07-30 Thread Robin H. Johnson (robbat2)
robbat2 14/07/30 06:35:52

  Modified: mysql-5.1.ebuild ChangeLog
  Log:
  Restore keywords from overlay, add mysql-cluster-7.2 in the 5.5 series.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.24 virtual/mysql/mysql-5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.1.ebuild?rev=1.24view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.1.ebuild?rev=1.24content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.1.ebuild?r1=1.23r2=1.24

Index: mysql-5.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.1.ebuild,v
retrieving revision 1.23
retrieving revision 1.24
diff -p -w -b -B -u -u -r1.23 -r1.24
--- mysql-5.1.ebuild20 Apr 2011 12:26:25 -  1.23
+++ mysql-5.1.ebuild30 Jul 2014 06:35:52 -  1.24
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.1.ebuild,v 1.23 
2011/04/20 12:26:25 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.1.ebuild,v 1.24 
2014/07/30 06:35:52 robbat2 Exp $
 
 EAPI=2
 
@@ -10,12 +10,12 @@ SRC_URI=
 
 LICENSE=
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~sparc-fbsd ~x86-fbsd ~x64-macos ~x86-macos ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris
 IUSE=embedded minimal static
 
 DEPEND=
-# TODO: add mysql-cluster here
 RDEPEND=|| (
=dev-db/mysql-${PV}*[embedded=,minimal=,static=]
=dev-db/mariadb-${PV}*[embedded=,minimal=,static=]
+   =dev-db/mysql-cluster-7.2*[embedded=,minimal=,static=]
 )



1.35 virtual/mysql/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.35view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.35content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?r1=1.34r2=1.35

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -p -w -b -B -u -u -r1.34 -r1.35
--- ChangeLog   30 Jul 2014 06:30:25 -  1.34
+++ ChangeLog   30 Jul 2014 06:35:52 -  1.35
@@ -1,6 +1,10 @@
 # ChangeLog for virtual/mysql
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.34 2014/07/30 
06:30:25 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.35 2014/07/30 
06:35:52 robbat2 Exp $
+
+  30 Jul 2014; Robin H. Johnson robb...@gentoo.org mysql-5.1.ebuild,
+  mysql-5.6.ebuild:
+  Restore keywords from overlay, add mysql-cluster-7.2 in the 5.5 series.
 
   30 Jul 2014; Robin H. Johnson robb...@gentoo.org mysql-5.6.ebuild:
   mariadb-galera in the tree now, and mysql-cluster following soon.






[gentoo-commits] proj/mysql:master commit in: virtual/mysql/

2014-07-30 Thread Robin H. Johnson
commit: c58d0694a8fd531aa97d7971b06d3d6a0554c7fb
Author: Robin H. Johnson robbat2 AT orbis-terrarum DOT net
AuthorDate: Wed Jul 30 06:36:32 2014 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Wed Jul 30 06:36:32 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=c58d0694

Bump header.

Package-Manager: portage-2.2.10

---
 virtual/mysql/ChangeLog| 3 +++
 virtual/mysql/mysql-5.1.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/virtual/mysql/ChangeLog b/virtual/mysql/ChangeLog
index ced6fe9..5fda69c 100644
--- a/virtual/mysql/ChangeLog
+++ b/virtual/mysql/ChangeLog
@@ -3,6 +3,9 @@
 # $Header: $
 
   30 Jul 2014; Robin H. Johnson robb...@gentoo.org mysql-5.1.ebuild:
+  Bump header.
+
+  30 Jul 2014; Robin H. Johnson robb...@gentoo.org mysql-5.1.ebuild:
   Fix cluster versioning.
 
   30 Jul 2014; Robin H. Johnson robb...@gentoo.org mysql-5.6.ebuild:

diff --git a/virtual/mysql/mysql-5.1.ebuild b/virtual/mysql/mysql-5.1.ebuild
index 6296a84..9d8bf13 100644
--- a/virtual/mysql/mysql-5.1.ebuild
+++ b/virtual/mysql/mysql-5.1.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.1.ebuild,v 1.23 
2011/04/20 12:26:25 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.1.ebuild,v 1.24 
2014/07/30 06:35:52 robbat2 Exp $
 
 EAPI=2
 



[gentoo-commits] proj/mysql:master commit in: virtual/mysql/

2014-07-30 Thread Robin H. Johnson
commit: d0295432f5222cb47f7a507b1072547e8005
Author: Robin H. Johnson robbat2 AT orbis-terrarum DOT net
AuthorDate: Wed Jul 30 06:35:04 2014 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Wed Jul 30 06:35:04 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=d029

Fix cluster versioning.

Package-Manager: portage-2.2.10

---
 virtual/mysql/ChangeLog| 3 +++
 virtual/mysql/mysql-5.1.ebuild | 3 +--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/virtual/mysql/ChangeLog b/virtual/mysql/ChangeLog
index 8ee9903..ced6fe9 100644
--- a/virtual/mysql/ChangeLog
+++ b/virtual/mysql/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  30 Jul 2014; Robin H. Johnson robb...@gentoo.org mysql-5.1.ebuild:
+  Fix cluster versioning.
+
   30 Jul 2014; Robin H. Johnson robb...@gentoo.org mysql-5.6.ebuild:
   Sync from main tree.
 

diff --git a/virtual/mysql/mysql-5.1.ebuild b/virtual/mysql/mysql-5.1.ebuild
index 4106ce0..6296a84 100644
--- a/virtual/mysql/mysql-5.1.ebuild
+++ b/virtual/mysql/mysql-5.1.ebuild
@@ -14,9 +14,8 @@ KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh 
sparc x86 ~sparc-fbs
 IUSE=embedded minimal static
 
 DEPEND=
-# TODO: add mysql-cluster here
 RDEPEND=|| (
=dev-db/mysql-${PV}*[embedded=,minimal=,static=]
=dev-db/mariadb-${PV}*[embedded=,minimal=,static=]
-   =dev-db/mysql-cluster-7*[embedded=,minimal=,static=]
+   =dev-db/mysql-cluster-7.2*[embedded=,minimal=,static=]
 )



[gentoo-commits] proj/mysql:master commit in: virtual/mysql/

2014-07-30 Thread Robin H. Johnson
commit: c248da7bd6b43092a2a3497c1a0a04313a183486
Author: Robin H. Johnson robbat2 AT orbis-terrarum DOT net
AuthorDate: Wed Jul 30 06:33:06 2014 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Wed Jul 30 06:33:06 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=c248da7b

Sync from main tree.

Package-Manager: portage-2.2.10

---
 virtual/mysql/ChangeLog| 3 +++
 virtual/mysql/mysql-5.6.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/virtual/mysql/ChangeLog b/virtual/mysql/ChangeLog
index ccfbce7..8ee9903 100644
--- a/virtual/mysql/ChangeLog
+++ b/virtual/mysql/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  30 Jul 2014; Robin H. Johnson robb...@gentoo.org mysql-5.6.ebuild:
+  Sync from main tree.
+
   29 Jul 2014; Robin H. Johnson robb...@gentoo.org mysql-5.5.ebuild:
   Bump EAPI per main tree.
 

diff --git a/virtual/mysql/mysql-5.6.ebuild b/virtual/mysql/mysql-5.6.ebuild
index d69911b..a9f63ab 100644
--- a/virtual/mysql/mysql-5.6.ebuild
+++ b/virtual/mysql/mysql-5.6.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6.ebuild,v 1.2 
2014/07/30 06:30:25 robbat2 Exp $
 
 EAPI=5
 
@@ -15,8 +15,8 @@ IUSE=embedded minimal static static-libs
 
 DEPEND=
 RDEPEND=|| (
-   =dev-db/mariadb-10.1*[embedded=,minimal=,static=,static-libs=]
=dev-db/mariadb-10.0*[embedded=,minimal=,static=,static-libs=]
+   =dev-db/mariadb-10.1*[embedded=,minimal=,static=,static-libs=]
=dev-db/mysql-${PV}*[embedded=,minimal=,static=,static-libs=]
=dev-db/percona-server-${PV}*[embedded=,minimal=,static=,static-libs=]
=dev-db/mariadb-galera-10.0*[embedded=,minimal=,static=,static-libs=]



[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog apache-2.eclass

2014-07-30 Thread Robin H. Johnson (robbat2)
robbat2 14/07/30 19:01:02

  Modified: ChangeLog apache-2.eclass
  Log:
  Handle grsec TPE to ensure apache can compile. $T is group-writable, owned by 
portage, and TPE blocks that.

Revision  ChangesPath
1.1332   eclass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1332view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1332content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1331r2=1.1332

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1331
retrieving revision 1.1332
diff -p -w -b -B -u -u -r1.1331 -r1.1332
--- ChangeLog   29 Jul 2014 17:59:21 -  1.1331
+++ ChangeLog   30 Jul 2014 19:01:02 -  1.1332
@@ -1,6 +1,15 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1331 2014/07/29 
17:59:21 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1332 2014/07/30 
19:01:02 robbat2 Exp $
+
+  30 Jul 2014; Robin H. Johnson robb...@gentoo.org apache-2.eclass:
+  Handle grsec TPE to ensure apache can compile. $T is group-writable, owned by
+  portage, and TPE blocks that.
+
+  29 Jul 2014; Robin H. Johnson robb...@gentoo.org mysql.eclass,
+  mysql-multilib.eclass, mysql-v2.eclass:
+  Convert mysql eclasses to git-r3 eclass, so we can remove RESTRICT=userpriv
+  for live copies of the patches.
 
   29 Jul 2014; Robin H. Johnson robb...@gentoo.org +mysql-multilib.eclass,
   mysql.eclass, mysql-autotools.eclass, mysql-cmake.eclass, mysql-v2.eclass,



1.37 eclass/apache-2.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/apache-2.eclass?rev=1.37view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/apache-2.eclass?rev=1.37content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/apache-2.eclass?r1=1.36r2=1.37

Index: apache-2.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v
retrieving revision 1.36
retrieving revision 1.37
diff -p -w -b -B -u -u -r1.36 -r1.37
--- apache-2.eclass 22 May 2014 13:58:46 -  1.36
+++ apache-2.eclass 30 Jul 2014 19:01:02 -  1.37
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.36 2014/05/22 
13:58:46 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.37 2014/07/30 
19:01:02 robbat2 Exp $
 
 # @ECLASS: apache-2.eclass
 # @MAINTAINER:
@@ -448,6 +448,9 @@ apache-2_src_prepare() {
sed -i -e '/sinclude/d' configure.in
AT_M4DIR=build eautoreconf
 
+   # ${T} must be not group-writable, else grsec TPE will block it
+   chmod g-w ${T}
+
# This package really should upgrade to using pcre's .pc file.
cat -\EOF ${T}/pcre-config
#!/bin/sh






[gentoo-commits] proj/infra-status:master commit in: lib/

2014-08-03 Thread Robin H. Johnson
commit: 87d447ac63ffe56b419350a9740c21c7e1554ebb
Author: Robin H. Johnson robbat2 AT orbis-terrarum DOT net
AuthorDate: Sun Aug  3 18:37:18 2014 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Sun Aug  3 18:37:18 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/infra-status.git;a=commit;h=87d447ac

Refactor to find a nil.

Signed-off-by: Robin H. Johnson robbat2 AT orbis-terrarum.net

---
 lib/helpers.rb | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/lib/helpers.rb b/lib/helpers.rb
index b321f0a..4ef27d4 100644
--- a/lib/helpers.rb
+++ b/lib/helpers.rb
@@ -22,12 +22,15 @@ helpers do
 content = 'div class=list-group'
 
 services.each do |service|
+  service_info_txt = service_info(service)
+  service_name = ServiceRegistry.instance.services[service][:name]
+  data_service_name = service_name.gsub('', ')
   content  
 a class=\list-group-item has-tooltip notice-link\ href=\#notices\ 
title=\#{status_text(service_status(service))}\
data-toggle=\tooltip\ data-placement=\top\ 
data-container=\body\
-   data-service=\#{service}\ 
data-service-name=\#{ServiceRegistry.instance.services[service][:name].gsub 
'', '}\
-#{service_info service}
-#{ServiceRegistry.instance.services[service][:name]}
+   data-service=\#{service}\ 
data-service-name=\#{data_service_name}\
+#{service_info_txt}
+#{service_name}
 /a
 end
 



[gentoo-commits] proj/infra-status:master commit in: lib/

2014-08-03 Thread Robin H. Johnson
commit: 032d028cb3dcca4ae7cf2f2faf624fdd205160d0
Author: Robin H. Johnson robbat2 AT orbis-terrarum DOT net
AuthorDate: Sun Aug  3 18:41:28 2014 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Sun Aug  3 18:41:28 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/infra-status.git;a=commit;h=032d028c

More refactoring.

Signed-off-by: Robin H. Johnson robbat2 AT orbis-terrarum.net

---
 lib/helpers.rb | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/lib/helpers.rb b/lib/helpers.rb
index 4ef27d4..c6081bb 100644
--- a/lib/helpers.rb
+++ b/lib/helpers.rb
@@ -22,14 +22,16 @@ helpers do
 content = 'div class=list-group'
 
 services.each do |service|
-  service_info_txt = service_info(service)
+  _service_status = service_status(service)
+  _status_text = status_text(_service_status)
+  _service_info = service_info(service)
   service_name = ServiceRegistry.instance.services[service][:name]
   data_service_name = service_name.gsub('', ')
   content  
-a class=\list-group-item has-tooltip notice-link\ href=\#notices\ 
title=\#{status_text(service_status(service))}\
+a class=\list-group-item has-tooltip notice-link\ href=\#notices\ 
title=\#{_status_text)}\
data-toggle=\tooltip\ data-placement=\top\ 
data-container=\body\
data-service=\#{service}\ 
data-service-name=\#{data_service_name}\
-#{service_info_txt}
+#{_service_info}
 #{service_name}
 /a
 end



[gentoo-commits] proj/infra-status:master commit in: lib/

2014-08-03 Thread Robin H. Johnson
commit: caa1829ce24ca425c4eb02f22c4f48b3af6fd2a3
Author: Robin H. Johnson robbat2 AT orbis-terrarum DOT net
AuthorDate: Sun Aug  3 18:43:38 2014 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Sun Aug  3 18:43:38 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/infra-status.git;a=commit;h=caa1829c

Fix typo.

Signed-off-by: Robin H. Johnson robbat2 AT orbis-terrarum.net

---
 lib/helpers.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/helpers.rb b/lib/helpers.rb
index c6081bb..129f9d1 100644
--- a/lib/helpers.rb
+++ b/lib/helpers.rb
@@ -28,7 +28,7 @@ helpers do
   service_name = ServiceRegistry.instance.services[service][:name]
   data_service_name = service_name.gsub('', ')
   content  
-a class=\list-group-item has-tooltip notice-link\ href=\#notices\ 
title=\#{_status_text)}\
+a class=\list-group-item has-tooltip notice-link\ href=\#notices\ 
title=\#{_status_text}\
data-toggle=\tooltip\ data-placement=\top\ 
data-container=\body\
data-service=\#{service}\ 
data-service-name=\#{data_service_name}\
 #{_service_info}



[gentoo-commits] proj/infra-status:master commit in: lib/

2014-08-03 Thread Robin H. Johnson
commit: dd38ab70df3a402708252e05a7b678138e2f5ebc
Author: Robin H. Johnson robbat2 AT orbis-terrarum DOT net
AuthorDate: Sun Aug  3 18:48:51 2014 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Sun Aug  3 18:48:51 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/infra-status.git;a=commit;h=dd38ab70

More debug.

Signed-off-by: Robin H. Johnson robbat2 AT orbis-terrarum.net

---
 lib/helpers.rb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lib/helpers.rb b/lib/helpers.rb
index 129f9d1..6b16616 100644
--- a/lib/helpers.rb
+++ b/lib/helpers.rb
@@ -25,7 +25,9 @@ helpers do
   _service_status = service_status(service)
   _status_text = status_text(_service_status)
   _service_info = service_info(service)
-  service_name = ServiceRegistry.instance.services[service][:name]
+  #service_name = ServiceRegistry.instance.services[service][:name]
+  service_array = ServiceRegistry.instance.services[service]
+  service_name = service_array.nil? ? 'UNKNOWN NAME' : 
service_array[:name] 
   data_service_name = service_name.gsub('', ')
   content  
 a class=\list-group-item has-tooltip notice-link\ href=\#notices\ 
title=\#{_status_text}\



[gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.6.20.ebuild ChangeLog

2014-08-03 Thread Robin H. Johnson (robbat2)
robbat2 14/08/03 20:54:08

  Modified: mysql-5.6.20.ebuild ChangeLog
  Log:
  Update testcases.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  dev-db/mysql/mysql-5.6.20.ebuild

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

Index: mysql-5.6.20.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -p -w -b -B -u -u -r1.1 -r1.2
--- mysql-5.6.20.ebuild 2 Aug 2014 00:23:41 -   1.1
+++ mysql-5.6.20.ebuild 3 Aug 2014 20:54:08 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v 1.1 
2014/08/02 00:23:41 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v 1.2 
2014/08/03 20:54:08 robbat2 Exp $
 
 EAPI=5
 
@@ -77,22 +77,30 @@ src_test() {
# main.mysqld--help-notwin, funcs_1.is_triggers 
funcs_1.is_tables_mysql,
# funcs_1.is_columns_mysql, binlog.binlog_mysqlbinlog_filter,
# perfschema.binlog_edge_mix, perfschema.binlog_edge_stmt,
-   # mysqld--help-notwin, funcs_1.is_triggers
+   # mysqld--help-notwin, funcs_1.is_triggers, 
funcs_1.is_tables_mysql, funcs_1.is_columns_mysql
+   # perfschema.binlog_edge_stmt, perfschema.binlog_edge_mix, 
binlog.binlog_mysqlbinlog_filter
# fails due to USE=-latin1 / utf8 default
#
# main.mysql_client_test:
# segfaults at random under Portage only, suspect resource 
limits.
#
-   # rpl.rpl_plugin_load
-   # fails due to included file not listed in expected result
-   # appears to be poor planning
-   for t in main.mysql_client_test \
-   binlog.binlog_statement_insert_delayed 
main.information_schema \
-   main.mysqld--help-notwinfuncs_1.is_triggers 
funcs_1.is_tables_mysql \
-   funcs_1.is_columns_mysql 
binlog.binlog_mysqlbinlog_filter \
-   perfschema.binlog_edge_mix perfschema.binlog_edge_stmt \
-   mysqld--help-notwin rpl.rpl_plugin_load \
-   funcs_1.is_triggers ; do
+   # main.mysql_tzinfo_to_sql_symlink
+   # fails due to missing mysql_test/std_data/zoneinfo/GMT file 
from archive
+   #
+   for t in \
+   binlog.binlog_mysqlbinlog_filter \
+   binlog.binlog_statement_insert_delayed \
+   funcs_1.is_columns_mysql \
+   funcs_1.is_tables_mysql \
+   funcs_1.is_triggers \
+   main.information_schema \
+   main.mysqld--help-notwinfuncs_1.is_triggers \
+   main.mysql_client_test \
+   main.mysql_tzinfo_to_sql_symlink \
+   mysqld--help-notwin \
+   perfschema.binlog_edge_mix \
+   perfschema.binlog_edge_stmt \
+   ; do
mysql-v2_disable_test  $t False positives in 
Gentoo
done
 



1.676dev-db/mysql/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.676view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.676content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.675r2=1.676

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
retrieving revision 1.675
retrieving revision 1.676
diff -p -w -b -B -u -u -r1.675 -r1.676
--- ChangeLog   2 Aug 2014 00:23:41 -   1.675
+++ ChangeLog   3 Aug 2014 20:54:08 -   1.676
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/mysql
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.675 2014/08/02 
00:23:41 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.676 2014/08/03 
20:54:08 robbat2 Exp $
+
+  03 Aug 2014; Robin H. Johnson robb...@gentoo.org mysql-5.6.20.ebuild:
+  Update testcases.
 
 *mysql-5.5.39 (02 Aug 2014)
 *mysql-5.6.20 (02 Aug 2014)






[gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.6.20.ebuild ChangeLog

2014-08-03 Thread Robin H. Johnson (robbat2)
robbat2 14/08/03 21:01:05

  Modified: mysql-5.6.20.ebuild ChangeLog
  Log:
  Missed merging a test.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.3  dev-db/mysql/mysql-5.6.20.ebuild

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

Index: mysql-5.6.20.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -p -w -b -B -u -u -r1.2 -r1.3
--- mysql-5.6.20.ebuild 3 Aug 2014 20:54:08 -   1.2
+++ mysql-5.6.20.ebuild 3 Aug 2014 21:01:05 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v 1.2 
2014/08/03 20:54:08 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v 1.3 
2014/08/03 21:01:05 robbat2 Exp $
 
 EAPI=5
 
@@ -87,6 +87,9 @@ src_test() {
# main.mysql_tzinfo_to_sql_symlink
# fails due to missing mysql_test/std_data/zoneinfo/GMT file 
from archive
#
+   # rpl.rpl_plugin_load
+   # fails due to included file not listed in expected result
+   # appears to be poor planning
for t in \
binlog.binlog_mysqlbinlog_filter \
binlog.binlog_statement_insert_delayed \
@@ -94,12 +97,13 @@ src_test() {
funcs_1.is_tables_mysql \
funcs_1.is_triggers \
main.information_schema \
-   main.mysqld--help-notwinfuncs_1.is_triggers \
main.mysql_client_test \
+   main.mysqld--help-notwinfuncs_1.is_triggers \
main.mysql_tzinfo_to_sql_symlink \
mysqld--help-notwin \
perfschema.binlog_edge_mix \
perfschema.binlog_edge_stmt \
+   rpl.rpl_plugin_load \
; do
mysql-v2_disable_test  $t False positives in 
Gentoo
done



1.677dev-db/mysql/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.677view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.677content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.676r2=1.677

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
retrieving revision 1.676
retrieving revision 1.677
diff -p -w -b -B -u -u -r1.676 -r1.677
--- ChangeLog   3 Aug 2014 20:54:08 -   1.676
+++ ChangeLog   3 Aug 2014 21:01:05 -   1.677
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/mysql
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.676 2014/08/03 
20:54:08 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.677 2014/08/03 
21:01:05 robbat2 Exp $
+
+  03 Aug 2014; Robin H. Johnson robb...@gentoo.org mysql-5.6.20.ebuild:
+  Missed merging a test.
 
   03 Aug 2014; Robin H. Johnson robb...@gentoo.org mysql-5.6.20.ebuild:
   Update testcases.






[gentoo-commits] gentoo-x86 commit in dev-db/mysql-cluster/files: - New directory

2014-08-03 Thread Robin H. Johnson (robbat2)
robbat2 14/08/03 21:38:20

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-db/mysql-cluster/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-db/mysql-cluster: - New directory

2014-08-03 Thread Robin H. Johnson (robbat2)
robbat2 14/08/03 21:38:20

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-db/mysql-cluster added to the repository



[gentoo-commits] gentoo-x86 commit in dev-db/mysql-cluster: metadata.xml mysql-cluster-7.3.6.ebuild mysql-cluster-7.2.17.ebuild ChangeLog

2014-08-03 Thread Robin H. Johnson (robbat2)
 NOT be 
named localhost

if ! use minimal ; then

if [[ $UID -eq 0 ]]; then
die Testing with FEATURES=-userpriv is no longer 
supported by upstream. Tests MUST be run as non-root.
fi
has usersandbox $FEATURES  eerror Some tests may fail with 
FEATURES=usersandbox

einfo  Test phase [test]: ${CATEGORY}/${PF}
addpredict /this-dir-does-not-exist/t9.MYI

# Run CTest (test-units)
cmake-utils_src_test
retstatus_unit=$?
[[ $retstatus_unit -eq 0 ]] || eerror test-unit failed

# Ensure that parallel runs don't die
export MTR_BUILD_THREAD=$((${RANDOM} % 100))

# create directories because mysqladmin might right out of order
mkdir -p ${S}/mysql-test/var-tests{,/log}

# These are failing in MySQL 5.5 for now and are believed to be
# false positives:
#
# main.information_schema, 
binlog.binlog_statement_insert_delayed,
# main.mysqld--help-notwin, ndb.ndbinfo, 
ndb_binlog.ndb_binlog_index
# fails due to USE=-latin1 / utf8 default
#
# main.mysql_client_test:
# segfaults at random under Portage only, suspect resource 
limits.
#
# sys_vars.plugin_dir_basic
# fails because PLUGIN_DIR is set to MYSQL_LIBDIR64/plugin
# instead of MYSQL_LIBDIR/plugin
#
# main.flush_read_lock_kill
# fails because of unknown system variable 'DEBUG_SYNC'
#
# main.openssl_1
# error message changing
# -mysqltest: Could not open connection 'default': 2026 SSL 
connection
#  error: ASN: bad other signature confirmation
# +mysqltest: Could not open connection 'default': 2026 SSL 
connection
#  error: error:0001:lib(0):func(0):reason(1)
#

for t in main.mysql_client_test \
binlog.binlog_statement_insert_delayed 
main.information_schema \
main.mysqld--help-notwin main.flush_read_lock_kill \
sys_vars.plugin_dir_basic main.openssl_1 \
ndb.ndbinfo ndb_binlog.ndb_binlog_index ; do
mysql-v2_disable_test  $t False positives in 
Gentoo
done

# Run mysql tests
pushd ${TESTDIR}

# run mysql-test tests
perl mysql-test-run.pl --force 
--vardir=${S}/mysql-test/var-tests \
--parallel=auto
retstatus_tests=$?
[[ $retstatus_tests -eq 0 ]] || eerror tests failed
has usersandbox $FEATURES  eerror Some tests may fail with 
FEATURES=usersandbox

popd

# Cleanup is important for these testcases.
pkill -9 -f ${S}/ndb 2/dev/null
pkill -9 -f ${S}/sql 2/dev/null

failures=
[[ $retstatus_unit -eq 0 ]] || failures=${failures} test-unit
[[ $retstatus_tests -eq 0 ]] || failures=${failures} tests
has usersandbox $FEATURES  eerror Some tests may fail with 
FEATURES=usersandbox

[[ -z $failures ]] || die Test failures: $failures
einfo Tests successfully completed

else

einfo Skipping server tests due to minimal build.
fi
}



1.1  dev-db/mysql-cluster/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-cluster/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-cluster/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for dev-db/mysql-cluster
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-cluster/ChangeLog,v 1.1 
2014/08/03 21:42:35 robbat2 Exp $

*mysql-cluster-7.2.17 (03 Aug 2014)
*mysql-cluster-7.3.6 (03 Aug 2014)

  03 Aug 2014; Robin H. Johnson robb...@gentoo.org +files/my.cnf-5.5,
  +metadata.xml, +mysql-cluster-7.2.17.ebuild, +mysql-cluster-7.3.6.ebuild:
  Bring MySQL-Cluster from the overlay into the tree. Thanks to the great work
  of Brian Evans grkni...@gentoo.org. Keywords not ported from other builds,
  as this contains other code not previously tested on other arches.






[gentoo-commits] gentoo-x86 commit in dev-db/mysql-cluster/files: my.cnf-5.5

2014-08-03 Thread Robin H. Johnson (robbat2)
robbat2 14/08/03 21:42:35

  Added:my.cnf-5.5
  Log:
  Bring MySQL-Cluster from the overlay into the tree. Thanks to the great work 
of Brian Evans grkni...@gentoo.org. Keywords not ported from other builds, as 
this contains other code not previously tested on other arches.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  dev-db/mysql-cluster/files/my.cnf-5.5

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-cluster/files/my.cnf-5.5?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-cluster/files/my.cnf-5.5?rev=1.1content-type=text/plain

Index: my.cnf-5.5
===
# @GENTOO_PORTAGE_EPREFIX@/etc/mysql/my.cnf: The global mysql configuration 
file.
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-cluster/files/my.cnf-5.5,v 1.1 
2014/08/03 21:42:35 robbat2 Exp $

# The following options will be passed to all MySQL clients
[client]
#password   = your_password
port= 3306
socket  = 
@GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.sock

[mysql]
character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
default-character-set=utf8

[mysqladmin]
character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
default-character-set=utf8

[mysqlcheck]
character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
default-character-set=utf8

[mysqldump]
character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
default-character-set=utf8

[mysqlimport]
character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
default-character-set=utf8

[mysqlshow]
character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
default-character-set=utf8

[myisamchk]
character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets

[myisampack]
character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets

# use [safe_mysqld] with mysql-3
[mysqld_safe]
err-log = 
@GENTOO_PORTAGE_EPREFIX@/var/log/mysql/mysql.err

# add a section [mysqld-4.1] or [mysqld-5.0] for specific configurations
[mysqld]
character-set-server= utf8
user= mysql
port= 3306
socket  = 
@GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.sock
pid-file= 
@GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.pid
log-error   = 
@GENTOO_PORTAGE_EPREFIX@/var/log/mysql/mysqld.err
basedir = @GENTOO_PORTAGE_EPREFIX@/usr
datadir = @DATADIR@
skip-external-locking
key_buffer_size = 16M
max_allowed_packet  = 1M
table_open_cache= 64
sort_buffer_size= 512K
net_buffer_length   = 8K
read_buffer_size= 256K
read_rnd_buffer_size= 512K
myisam_sort_buffer_size = 8M
lc_messages_dir = @GENTOO_PORTAGE_EPREFIX@/usr/share/mysql
#Set this to your desired error message language
lc_messages = en_US

# security:
# using localhost in connects uses sockets by default
# skip-networking
bind-address= 127.0.0.1

log-bin
server-id   = 1

# point the following paths to different dedicated disks
tmpdir  = @GENTOO_PORTAGE_EPREFIX@/tmp/
#log-update = 
@GENTOO_PORTAGE_EPREFIX@/path-to-dedicated-directory/hostname

# you need the debug USE flag enabled to use the following directives,
# if needed, uncomment them, start the server and issue 
# #tail -f @GENTOO_PORTAGE_EPREFIX@/tmp/mysqld.sql 
@GENTOO_PORTAGE_EPREFIX@/tmp/mysqld.trace
# this will show you *exactly* what's happening in your server ;)

#log= 
@GENTOO_PORTAGE_EPREFIX@/tmp/mysqld.sql
#gdb
#debug  = d:t:i:o,/tmp/mysqld.trace
#one-thread

# the following is the InnoDB configuration
# if you wish to disable innodb instead
# uncomment just the next line
#skip-innodb
#
# the rest of the innodb config follows:
# don't eat too much memory, we're trying to be safe on 64Mb boxes
# you might want to bump this up a bit on boxes with more RAM
innodb_buffer_pool_size = 16M
# this is the default, increase it if you have lots of tables
innodb_additional_mem_pool_size = 2M
#
# i'd like to use @GENTOO_PORTAGE_EPREFIX@/var/lib/mysql/innodb, but that is 
seen as a database :-(
# and upstream wants things to be under 
@GENTOO_PORTAGE_EPREFIX@/var/lib/mysql/, so 

[gentoo-commits] proj/mysql:master commit in: dev-db/mysql/

2014-08-03 Thread Robin H. Johnson
commit: b422a11caac72b43bab5a87af88c31af049fb818
Author: Robin H. Johnson robbat2 AT orbis-terrarum DOT net
AuthorDate: Sun Aug  3 21:38:13 2014 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Sun Aug  3 21:38:13 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=b422a11c

Sync.

Package-Manager: portage-2.2.10

---
 dev-db/mysql/ChangeLog   | 3 +++
 dev-db/mysql/mysql-5.6.20.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog
index fe4986a..2c5a6df 100644
--- a/dev-db/mysql/ChangeLog
+++ b/dev-db/mysql/ChangeLog
@@ -3,6 +3,9 @@
 # $Header: $
 
   03 Aug 2014; Robin H. Johnson robb...@gentoo.org mysql-5.6.20.ebuild:
+  Sync.
+
+  03 Aug 2014; Robin H. Johnson robb...@gentoo.org mysql-5.6.20.ebuild:
   Missed test while merging.
 
   29 Jul 2014; Robin H. Johnson robb...@gentoo.org mysql-4.0.27-r1.ebuild,

diff --git a/dev-db/mysql/mysql-5.6.20.ebuild b/dev-db/mysql/mysql-5.6.20.ebuild
index f94a606..fb27ea6 100644
--- a/dev-db/mysql/mysql-5.6.20.ebuild
+++ b/dev-db/mysql/mysql-5.6.20.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v 1.2 
2014/08/03 20:54:08 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v 1.3 
2014/08/03 21:01:05 robbat2 Exp $
 
 EAPI=5
 



[gentoo-commits] proj/mysql:master commit in: dev-db/mysql-cluster/

2014-08-03 Thread Robin H. Johnson
commit: 5b1a34e942cb3d79117d7ef908ea6be50e7d4cc5
Author: Robin H. Johnson robbat2 AT orbis-terrarum DOT net
AuthorDate: Sun Aug  3 21:43:13 2014 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Sun Aug  3 21:43:13 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=5b1a34e9

Cleanup old ebuilds.

---
 dev-db/mysql-cluster/mysql-cluster-7.2.13.ebuild | 129 ---
 dev-db/mysql-cluster/mysql-cluster-7.3.3.ebuild  | 129 ---
 2 files changed, 258 deletions(-)

diff --git a/dev-db/mysql-cluster/mysql-cluster-7.2.13.ebuild 
b/dev-db/mysql-cluster/mysql-cluster-7.2.13.ebuild
deleted file mode 100644
index 7650b48..000
--- a/dev-db/mysql-cluster/mysql-cluster-7.2.13.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-MY_EXTRAS_VER=live
-BUILD=cmake
-
-# PBXT
-#PBXT_VERSION='1.0.11-6-pre-ga'
-# XtraDB
-#PERCONA_VER='5.1.45-10' XTRADB_VER='1.0.6-10'
-
-inherit toolchain-funcs java-pkg-opt-2 mysql-v2
-# only to make repoman happy. it is really set in the eclass
-IUSE=$IUSE
-
-# REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~x64-macos ~x86-solaris
-
-# When MY_EXTRAS is bumped, the index should be revised to exclude these.
-# This is often broken still
-EPATCH_EXCLUDE='02040_all_embedded-library-shared-5.1.43.patch '
-
-DEPEND=|| ( =sys-devel/gcc-3.4.6 =sys-devel/gcc-apple-4.0 )
-RDEPEND=!media-sound/amarok[embedded]
-
-# Please do not add a naive src_unpack to this ebuild
-# If you want to add a single patch, copy the ebuild to an overlay
-# and create your own mysql-extras tarball, looking at 000_index.txt
-
-# Official test instructions:
-# USE='cluster extraengine perl ssl community' \
-# FEATURES='test userpriv -usersandbox' \
-# ebuild mysql-cluster-X.X.XX.ebuild \
-# digest clean package
-src_test() {
-
-   local TESTDIR=${CMAKE_BUILD_DIR}/mysql-test
-   local retstatus_unit
-   local retstatus_tests
-
-   # Bug #213475 - MySQL _will_ object strenously if your machine is named
-   # localhost. Also causes weird failures.
-   [[ ${HOSTNAME} == localhost ]]  die Your machine must NOT be 
named localhost
-
-   if ! use minimal ; then
-
-   if [[ $UID -eq 0 ]]; then
-   die Testing with FEATURES=-userpriv is no longer 
supported by upstream. Tests MUST be run as non-root.
-   fi
-   has usersandbox $FEATURES  eerror Some tests may fail with 
FEATURES=usersandbox
-
-   einfo  Test phase [test]: ${CATEGORY}/${PF}
-   addpredict /this-dir-does-not-exist/t9.MYI
-
-   # Run CTest (test-units)
-   cmake-utils_src_test
-   retstatus_unit=$?
-   [[ $retstatus_unit -eq 0 ]] || eerror test-unit failed
-
-   # Ensure that parallel runs don't die
-   export MTR_BUILD_THREAD=$((${RANDOM} % 100))
-
-   # create directories because mysqladmin might right out of order
-   mkdir -p ${S}/mysql-test/var-tests{,/log}
-
-   # These are failing in MySQL 5.5 for now and are believed to be
-   # false positives:
-   #
-   # main.information_schema, 
binlog.binlog_statement_insert_delayed,
-   # main.mysqld--help-notwin, ndb.ndbinfo, 
ndb_binlog.ndb_binlog_index
-   # fails due to USE=-latin1 / utf8 default
-   #
-   # main.mysql_client_test:
-   # segfaults at random under Portage only, suspect resource 
limits.
-   #
-   # sys_vars.plugin_dir_basic
-   # fails because PLUGIN_DIR is set to MYSQL_LIBDIR64/plugin
-   # instead of MYSQL_LIBDIR/plugin
-   #
-   # main.flush_read_lock_kill
-   # fails because of unknown system variable 'DEBUG_SYNC'
-   #
-   # main.openssl_1
-   # error message changing
-   # -mysqltest: Could not open connection 'default': 2026 SSL 
connection
-   #  error: ASN: bad other signature confirmation
-   # +mysqltest: Could not open connection 'default': 2026 SSL 
connection
-   #  error: error:0001:lib(0):func(0):reason(1)
-   #
-
-   for t in main.mysql_client_test \
-   binlog.binlog_statement_insert_delayed 
main.information_schema \
-   main.mysqld--help-notwin main.flush_read_lock_kill \
-   sys_vars.plugin_dir_basic main.openssl_1 \
-   ndb.ndbinfo ndb_binlog.ndb_binlog_index ; do
-   mysql-v2_disable_test  $t False positives in 
Gentoo
-   done

[gentoo-commits] proj/mysql:master commit in: dev-db/mysql/, dev-db/mysql-cluster/

2014-08-03 Thread Robin H. Johnson
commit: 2ee823a56f58f35cd69d0160216bf58141df5949
Author: Robin H. Johnson robbat2 AT orbis-terrarum DOT net
AuthorDate: Sun Aug  3 20:51:18 2014 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Sun Aug  3 20:54:55 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=2ee823a5

Tweak the testscases.

Signed-off-by: Robin H. Johnson robbat2 AT orbis-terrarum.net

---
 dev-db/mysql-cluster/mysql-cluster-7.3.6.ebuild | 49 ++---
 dev-db/mysql/mysql-5.6.20.ebuild| 30 +--
 2 files changed, 47 insertions(+), 32 deletions(-)

diff --git a/dev-db/mysql-cluster/mysql-cluster-7.3.6.ebuild 
b/dev-db/mysql-cluster/mysql-cluster-7.3.6.ebuild
index 0eb71d2..0d8f31b 100644
--- a/dev-db/mysql-cluster/mysql-cluster-7.3.6.ebuild
+++ b/dev-db/mysql-cluster/mysql-cluster-7.3.6.ebuild
@@ -65,38 +65,45 @@ src_test() {
# create directories because mysqladmin might right out of order
mkdir -p ${S}/mysql-test/var-tests{,/log}
 
-   # These are failing in MySQL 5.5 for now and are believed to be
+   # These are failing in MySQL 5.5/5.6 for now and are believed 
to be
# false positives:
#
# main.information_schema, 
binlog.binlog_statement_insert_delayed,
-   # main.mysqld--help-notwin, ndb.ndbinfo, 
ndb_binlog.ndb_binlog_index
+   # main.mysqld--help-notwin, funcs_1.is_triggers 
funcs_1.is_tables_mysql,
+   # funcs_1.is_columns_mysql, binlog.binlog_mysqlbinlog_filter,
+   # perfschema.binlog_edge_mix, perfschema.binlog_edge_stmt,
+   # mysqld--help-notwin, funcs_1.is_triggers, 
funcs_1.is_tables_mysql, funcs_1.is_columns_mysql
+   # perfschema.binlog_edge_stmt, perfschema.binlog_edge_mix, 
binlog.binlog_mysqlbinlog_filter
# fails due to USE=-latin1 / utf8 default
#
# main.mysql_client_test:
# segfaults at random under Portage only, suspect resource 
limits.
#
-   # sys_vars.plugin_dir_basic
-   # fails because PLUGIN_DIR is set to MYSQL_LIBDIR64/plugin
-   # instead of MYSQL_LIBDIR/plugin
+   # main.mysql_tzinfo_to_sql_symlink
+   # fails due to missing mysql_test/std_data/zoneinfo/GMT file 
from archive
#
-   # main.flush_read_lock_kill
-   # fails because of unknown system variable 'DEBUG_SYNC'
-   #
-   # main.openssl_1
-   # error message changing
-   # -mysqltest: Could not open connection 'default': 2026 SSL 
connection
-   #  error: ASN: bad other signature confirmation
-   # +mysqltest: Could not open connection 'default': 2026 SSL 
connection
-   #  error: error:0001:lib(0):func(0):reason(1)
-   #
-
-   for t in main.mysql_client_test \
-   binlog.binlog_statement_insert_delayed 
main.information_schema \
-   main.mysqld--help-notwin main.flush_read_lock_kill \
-   sys_vars.plugin_dir_basic main.openssl_1 \
-   ndb.ndbinfo ndb_binlog.ndb_binlog_index ; do
+   for t in \
+   binlog.binlog_mysqlbinlog_filter \
+   binlog.binlog_statement_insert_delayed \
+   funcs_1.is_columns_mysql \
+   funcs_1.is_tables_mysql \
+   funcs_1.is_triggers \
+   main.information_schema \
+   main.mysqld--help-notwinfuncs_1.is_triggers \
+   main.mysql_client_test \
+   main.mysql_tzinfo_to_sql_symlink \
+   mysqld--help-notwin \
+   perfschema.binlog_edge_mix \
+   perfschema.binlog_edge_stmt \
+   ; do
mysql-v2_disable_test  $t False positives in 
Gentoo
done
+   # ndb.ndbinfo, ndb_binlog.ndb_binlog_index: latin1/utf8
+   for t in \
+   ndb.ndbinfo \
+   ndb_binlog.ndb_binlog_index ; do
+   mysql-v2_disable_test  $t False positives in 
Gentoo (NDB)
+   done
 
# Run mysql tests
pushd ${TESTDIR}

diff --git a/dev-db/mysql/mysql-5.6.20.ebuild b/dev-db/mysql/mysql-5.6.20.ebuild
index b7dcee4..edb543a 100644
--- a/dev-db/mysql/mysql-5.6.20.ebuild
+++ b/dev-db/mysql/mysql-5.6.20.ebuild
@@ -77,22 +77,30 @@ src_test() {
# main.mysqld--help-notwin, funcs_1.is_triggers 
funcs_1.is_tables_mysql,
# funcs_1.is_columns_mysql, binlog.binlog_mysqlbinlog_filter,
# perfschema.binlog_edge_mix, perfschema.binlog_edge_stmt

[gentoo-commits] proj/mysql:master commit in: dev-db/mysql-cluster/

2014-08-03 Thread Robin H. Johnson
commit: 3386884c05b1ca4c7557222a8f61b4d9b1b90933
Author: Robin H. Johnson robbat2 AT orbis-terrarum DOT net
AuthorDate: Sun Aug  3 21:43:50 2014 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Sun Aug  3 21:43:50 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=3386884c

Copy from tree.

Signed-off-by: Robin H. Johnson robbat2 AT orbis-terrarum.net

---
 dev-db/mysql-cluster/Manifest| 2 --
 dev-db/mysql-cluster/mysql-cluster-7.2.17.ebuild | 6 +++---
 dev-db/mysql-cluster/mysql-cluster-7.3.6.ebuild  | 4 ++--
 3 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/dev-db/mysql-cluster/Manifest b/dev-db/mysql-cluster/Manifest
index b544a0e..8cba333 100644
--- a/dev-db/mysql-cluster/Manifest
+++ b/dev-db/mysql-cluster/Manifest
@@ -1,4 +1,2 @@
-DIST mysql-cluster-gpl-7.2.13.tar.gz 28571637 SHA256 
3ea1061617bf2421fc7020c48e39b7539d04580171a663c778f98aa9c0176e85 SHA512 
3dbc2ae8c9827b86bc88e89e07d26f1dd72cf3de88929dc9ae520f749a435b06202cdeb026689e8ced696d7440e23b86cf89e24cb0dd9084a8fb2c307ac02cee
 WHIRLPOOL 
c5f7b7b0951acc005b0f8b08ddbdb979b94fbe17353203a83b364a6d8c41de0d95caf621eb28c96627e6318240ba1ef604517993645a5878a78734d5f5ab137d
 DIST mysql-cluster-gpl-7.2.17.tar.gz 25882680 SHA256 
d5bbf0fa7eda8056d01f564a9f50cba65794eefb07cb3c7b6b8819a86a66927b SHA512 
ade82886867d897b23a6487c4efbbecef6842129a2b96df2a6097da73f4715e4e5ec4858f357d1e3f7eab5e1b4dc86bb89cd1ffe560ce17388ce26b06c5abd96
 WHIRLPOOL 
cdf34ba72f971328a5ef10650df4a4ef482bfe6800543835fe5ea818f0fc8e8b57fda9c0608486fcada3590d84413c8e6c68db892ce1b36777c5bdce902e466b
-DIST mysql-cluster-gpl-7.3.3.tar.gz 41812287 SHA256 
50352757d52853d1d35ecce9951839fbf43df31324136b5d764689853b696e03 SHA512 
20f6793c02ad5349522c3dda1a19b2239c778cdbdac3560108e00c4255bd3d7f876f4f068cf3d0e5ee24fb2c343ba28c3fbb99b0272313f56a46b203713f8cb6
 WHIRLPOOL 
05f8109d1f80410c3293200e8745f057f5a56e83d5a5eb3952f8079c4ea3e56690f1423b9d4ae13f521540e1904462ec27c8919c5fa66986265c08aa7d2bbdc0
 DIST mysql-cluster-gpl-7.3.6.tar.gz 42119293 SHA256 
7f5405485ce05c88bd907269a75f161826ec92d763b46717a24880c378fd6dd4 SHA512 
044a8854f61c7e4cb23343f84bf5c734244bbba8adc12a8a2c72d9febab4c1dbb404a7680aa0315de0df5459433eb578bc04f9ec169f0c2492e13e28aec6729d
 WHIRLPOOL 
49b3eb455bad577d2a2d9d67c2fe78fef15ef184e7b56080d54f0a683f9a6596836108b727ed892a43dc0dc135ee65ab9293ddf0ad5f1587e41d31609090c8b6

diff --git a/dev-db/mysql-cluster/mysql-cluster-7.2.17.ebuild 
b/dev-db/mysql-cluster/mysql-cluster-7.2.17.ebuild
index 7650b48..e94ac90 100644
--- a/dev-db/mysql-cluster/mysql-cluster-7.2.17.ebuild
+++ b/dev-db/mysql-cluster/mysql-cluster-7.2.17.ebuild
@@ -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: $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-db/mysql-cluster/mysql-cluster-7.2.17.ebuild,v 1.1 
2014/08/03 21:42:35 robbat2 Exp $
 
 EAPI=4
 MY_EXTRAS_VER=live
@@ -16,7 +16,7 @@ inherit toolchain-funcs java-pkg-opt-2 mysql-v2
 IUSE=$IUSE
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~x64-macos ~x86-solaris
+KEYWORDS=~amd64 ~x86
 
 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
 # This is often broken still

diff --git a/dev-db/mysql-cluster/mysql-cluster-7.3.6.ebuild 
b/dev-db/mysql-cluster/mysql-cluster-7.3.6.ebuild
index 0d8f31b..faa725e 100644
--- a/dev-db/mysql-cluster/mysql-cluster-7.3.6.ebuild
+++ b/dev-db/mysql-cluster/mysql-cluster-7.3.6.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-db/mysql-cluster/mysql-cluster-7.3.6.ebuild,v 1.1 
2014/08/03 21:42:35 robbat2 Exp $
 
 EAPI=4
 MY_EXTRAS_VER=live
@@ -16,7 +16,7 @@ inherit toolchain-funcs java-pkg-opt-2 mysql-v2
 IUSE=$IUSE
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~x64-macos ~x86-solaris
+KEYWORDS=~amd64 ~x86
 
 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
 # This is often broken still



[gentoo-commits] proj/mysql:master commit in: dev-db/mysql/

2014-08-03 Thread Robin H. Johnson
commit: 8e3008eb9f3574d8c7013f5dccd5b9e24938ce0b
Author: Robin H. Johnson robbat2 AT orbis-terrarum DOT net
AuthorDate: Sun Aug  3 21:00:08 2014 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Sun Aug  3 21:00:08 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=8e3008eb

Missed test while merging.

Package-Manager: portage-2.2.10

---
 dev-db/mysql/ChangeLog   | 3 +++
 dev-db/mysql/mysql-5.6.20.ebuild | 8 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog
index 598c858..fe4986a 100644
--- a/dev-db/mysql/ChangeLog
+++ b/dev-db/mysql/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  03 Aug 2014; Robin H. Johnson robb...@gentoo.org mysql-5.6.20.ebuild:
+  Missed test while merging.
+
   29 Jul 2014; Robin H. Johnson robb...@gentoo.org mysql-4.0.27-r1.ebuild,
   mysql-4.1.22-r1.ebuild, mysql-5.1.73-r1.ebuild, mysql-5.5.38-r1.ebuild:
   Sync ebuilds from tree.

diff --git a/dev-db/mysql/mysql-5.6.20.ebuild b/dev-db/mysql/mysql-5.6.20.ebuild
index edb543a..f94a606 100644
--- a/dev-db/mysql/mysql-5.6.20.ebuild
+++ b/dev-db/mysql/mysql-5.6.20.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v 1.1 
2014/08/02 00:23:41 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v 1.2 
2014/08/03 20:54:08 robbat2 Exp $
 
 EAPI=5
 
@@ -87,6 +87,9 @@ src_test() {
# main.mysql_tzinfo_to_sql_symlink
# fails due to missing mysql_test/std_data/zoneinfo/GMT file 
from archive
#
+   # rpl.rpl_plugin_load
+   # fails due to included file not listed in expected result
+   # appears to be poor planning
for t in \
binlog.binlog_mysqlbinlog_filter \
binlog.binlog_statement_insert_delayed \
@@ -94,12 +97,13 @@ src_test() {
funcs_1.is_tables_mysql \
funcs_1.is_triggers \
main.information_schema \
-   main.mysqld--help-notwinfuncs_1.is_triggers \
main.mysql_client_test \
+   main.mysqld--help-notwinfuncs_1.is_triggers \
main.mysql_tzinfo_to_sql_symlink \
mysqld--help-notwin \
perfschema.binlog_edge_mix \
perfschema.binlog_edge_stmt \
+   rpl.rpl_plugin_load \
; do
mysql-v2_disable_test  $t False positives in 
Gentoo
done



[gentoo-commits] gentoo-x86 commit in sys-libs/db: db-4.8.30-r2.ebuild db-6.0.30-r1.ebuild ChangeLog db-6.0.20-r1.ebuild db-5.3.21.ebuild db-5.3.28.ebuild

2014-08-03 Thread Robin H. Johnson (robbat2)
robbat2 14/08/03 22:03:03

  Modified: ChangeLog
  Added:db-4.8.30-r2.ebuild db-6.0.30-r1.ebuild
  Removed:  db-6.0.20-r1.ebuild db-5.3.21.ebuild
db-5.3.28.ebuild
  Log:
  Cleanup ebuilds, some EAPI5 porting.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.354sys-libs/db/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/ChangeLog?rev=1.354view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/ChangeLog?rev=1.354content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/ChangeLog?r1=1.353r2=1.354

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v
retrieving revision 1.353
retrieving revision 1.354
diff -p -w -b -B -u -u -r1.353 -r1.354
--- ChangeLog   28 Jul 2014 13:49:27 -  1.353
+++ ChangeLog   3 Aug 2014 22:03:03 -   1.354
@@ -1,6 +1,14 @@
 # ChangeLog for sys-libs/db
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.353 2014/07/28 
13:49:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.354 2014/08/03 
22:03:03 robbat2 Exp $
+
+*db-6.0.30-r1 (03 Aug 2014)
+*db-4.8.30-r2 (03 Aug 2014)
+
+  03 Aug 2014; Robin H. Johnson robb...@gentoo.org +db-4.8.30-r2.ebuild,
+  +db-6.0.30-r1.ebuild, -db-5.3.21.ebuild, -db-5.3.28.ebuild,
+  -db-6.0.20-r1.ebuild:
+  Cleanup ebuilds, some EAPI5 porting.
 
   28 Jul 2014; Agostino Sarubbo a...@gentoo.org db-4.8.30-r1.ebuild:
   Stable for ppc, wrt bug #512012



1.1  sys-libs/db/db-4.8.30-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-4.8.30-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-4.8.30-r2.ebuild?rev=1.1content-type=text/plain

Index: db-4.8.30-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.8.30-r2.ebuild,v 1.1 
2014/08/03 22:03:03 robbat2 Exp $

EAPI=5

inherit eutils db flag-o-matic java-pkg-opt-2 autotools multilib 
multilib-minimal

#Number of official patches
#PATCHNO=`echo ${PV}|sed -e s,\(.*_p\)\([0-9]*\),\2,`
PATCHNO=${PV/*.*.*_p}
if [[ ${PATCHNO} == ${PV} ]] ; then
MY_PV=${PV}
MY_P=${P}
PATCHNO=0
else
MY_PV=${PV/_p${PATCHNO}}
MY_P=${PN}-${MY_PV}
fi

S=${WORKDIR}/${MY_P}/build_unix
DESCRIPTION=Oracle Berkeley DB
HOMEPAGE=http://www.oracle.com/technology/software/products/berkeley-db/index.html;
SRC_URI=http://download.oracle.com/berkeley-db/${MY_P}.tar.gz;
for (( i=1 ; i=${PATCHNO} ; i++ )) ; do
export SRC_URI=${SRC_URI} 
http://www.oracle.com/technology/products/berkeley-db/db/update/${MY_PV}/patch.${MY_PV}.${i};
done

LICENSE=Sleepycat
SLOT=4.8
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
IUSE=doc java cxx tcl test

REQUIRED_USE=test? ( tcl )

# the entire testsuite needs the TCL functionality
DEPEND=tcl? ( =dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
test? ( =dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
java? ( =virtual/jdk-1.5 )
=sys-devel/binutils-2.16.1
RDEPEND=tcl? ( =dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
java? ( =virtual/jre-1.5 )
abi_x86_32? (
!=app-emulation/emul-linux-x86-baselibs-20140508-r2
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)

src_prepare() {
cd ${WORKDIR}/${MY_P} || die
for (( i=1 ; i=${PATCHNO} ; i++ ))
do
epatch ${DISTDIR}/patch.${MY_PV}.${i}
done
epatch ${FILESDIR}/${PN}-4.8-libtool.patch
epatch ${FILESDIR}/${PN}-4.8.24-java-manifest-location.patch
epatch ${FILESDIR}/${PN}-4.8.30-rename-atomic-compare-exchange.patch

# use the includes from the prefix
epatch ${FILESDIR}/${PN}-4.6-jni-check-prefix-first.patch
epatch ${FILESDIR}/${PN}-4.3-listen-to-java-options.patch

sed -e /^DB_RELEASE_DATE=/s/%B %e, %Y/%Y-%m-%d/ -i dist/RELEASE \
|| die

# Include the SLOT for Java JAR files
# This supersedes the unused jarlocation patches.
sed -r -i \
-e '/jarfile=.*\.jar$/s,(.jar$),-$(LIBVERSION)\1,g' \
${S}/../dist/Makefile.in || die

cd ${S}/../dist || die
rm -f aclocal/libtool.m4
sed -i \
-e '/AC_PROG_LIBTOOL$/aLT_OUTPUT' \
configure.ac || die
sed -i \
-e '/^AC_PATH_TOOL/s/ sh, none/ bash, none/' \
aclocal/programs.m4 || die

[gentoo-commits] gentoo-x86 commit in profiles: package.mask ChangeLog

2014-08-03 Thread Robin H. Johnson (robbat2)
robbat2 14/08/03 22:07:24

  Modified: package.mask ChangeLog
  Log:
  The great unmasking of sys-libs/db has begun. Remaining slots to come if they 
pass testsuite still (otherwise those slots will just be deleted).

Revision  ChangesPath
1.15940  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15940view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15940content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15939r2=1.15940

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15939
retrieving revision 1.15940
diff -p -w -b -B -u -u -r1.15939 -r1.15940
--- package.mask2 Aug 2014 19:59:37 -   1.15939
+++ package.mask3 Aug 2014 22:07:23 -   1.15940
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15939 2014/08/02 
19:59:37 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15940 2014/08/03 
22:07:23 robbat2 Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -817,8 +817,7 @@ dev-ml/ocamlduce
 
 # Robin H. Johnson robb...@gentoo.org (08 Oct 2012)
 # Masked for testing
-=sys-libs/db-6.0*
-=sys-libs/db-5.3*
+# 2014/08/03: Cleanup in progress, as they pass testsuite, they are being 
unmasked
 =sys-libs/db-5.2*
 =sys-libs/db-5.1*
 =sys-libs/db-5.0*



1.9273   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9273view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9273content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9272r2=1.9273

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9272
retrieving revision 1.9273
diff -p -w -b -B -u -u -r1.9272 -r1.9273
--- ChangeLog   2 Aug 2014 19:59:37 -   1.9272
+++ ChangeLog   3 Aug 2014 22:07:24 -   1.9273
@@ -1,11 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9272 2014/08/02 
19:59:37 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9273 2014/08/03 
22:07:24 robbat2 Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  03 Aug 2014; Robin H. Johnson robb...@gentoo.org package.mask:
+  The great unmasking of sys-libs/db has begun. Remaining slots to come if they
+  pass testsuite still (otherwise those slots will just be deleted).
+
   02 Aug 2014; Andreas K. Huettel dilfri...@gentoo.org package.mask:
   virtual/perl-Filter is gone
 






[gentoo-commits] gentoo-x86 commit in sys-libs/db: db-5.2.42-r1.ebuild db-5.1.29-r1.ebuild ChangeLog db-5.0.32.ebuild

2014-08-03 Thread Robin H. Johnson (robbat2)
robbat2 14/08/04 03:34:08

  Modified: ChangeLog
  Added:db-5.2.42-r1.ebuild db-5.1.29-r1.ebuild
  Removed:  db-5.0.32.ebuild
  Log:
  5.0 fails tests, so removed forever. 5.1 passes, 5.2 testing in progress. 
EAPI5 bumps for 5.1  5.2.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.355sys-libs/db/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/ChangeLog?rev=1.355view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/ChangeLog?rev=1.355content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/ChangeLog?r1=1.354r2=1.355

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v
retrieving revision 1.354
retrieving revision 1.355
diff -p -w -b -B -u -u -r1.354 -r1.355
--- ChangeLog   3 Aug 2014 22:03:03 -   1.354
+++ ChangeLog   4 Aug 2014 03:34:08 -   1.355
@@ -1,6 +1,14 @@
 # ChangeLog for sys-libs/db
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.354 2014/08/03 
22:03:03 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.355 2014/08/04 
03:34:08 robbat2 Exp $
+
+*db-5.1.29-r1 (04 Aug 2014)
+*db-5.2.42-r1 (04 Aug 2014)
+
+  04 Aug 2014; Robin H. Johnson robb...@gentoo.org +db-5.1.29-r1.ebuild,
+  +db-5.2.42-r1.ebuild, -db-5.0.32.ebuild:
+  5.0 fails tests, so removed forever. 5.1 passes, 5.2 testing in progress.
+  EAPI5 bumps for 5.1  5.2.
 
 *db-6.0.30-r1 (03 Aug 2014)
 *db-4.8.30-r2 (03 Aug 2014)



1.1  sys-libs/db/db-5.2.42-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-5.2.42-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-5.2.42-r1.ebuild?rev=1.1content-type=text/plain

Index: db-5.2.42-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-5.2.42-r1.ebuild,v 1.1 
2014/08/04 03:34:08 robbat2 Exp $

EAPI=5
inherit eutils db flag-o-matic java-pkg-opt-2 autotools multilib

#Number of official patches
#PATCHNO=`echo ${PV}|sed -e s,\(.*_p\)\([0-9]*\),\2,`
PATCHNO=${PV/*.*.*_p}
if [[ ${PATCHNO} == ${PV} ]] ; then
MY_PV=${PV}
MY_P=${P}
PATCHNO=0
else
MY_PV=${PV/_p${PATCHNO}}
MY_P=${PN}-${MY_PV}
fi

S_BASE=${WORKDIR}/${MY_P}
S=${S_BASE}/build_unix
DESCRIPTION=Oracle Berkeley DB
HOMEPAGE=http://www.oracle.com/technology/software/products/berkeley-db/index.html;
SRC_URI=http://download.oracle.com/berkeley-db/${MY_P}.tar.gz;
for (( i=1 ; i=${PATCHNO} ; i++ )) ; do
export SRC_URI=${SRC_URI} 
http://www.oracle.com/technology/products/berkeley-db/db/update/${MY_PV}/patch.${MY_PV}.${i};
done

LICENSE=Sleepycat
SLOT=5.2
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd
IUSE=doc java cxx tcl test

REQUIRED_USE=test? ( tcl )

# the entire testsuite needs the TCL functionality
DEPEND=tcl? ( =dev-lang/tcl-8.4 )
test? ( =dev-lang/tcl-8.4 )
java? ( =virtual/jdk-1.5 )
=sys-devel/binutils-2.16.1
RDEPEND=tcl? ( dev-lang/tcl )
java? ( =virtual/jre-1.5 )

src_prepare() {
cd ${WORKDIR}/${MY_P}
for (( i=1 ; i=${PATCHNO} ; i++ ))
do
epatch ${DISTDIR}/patch.${MY_PV}.${i}
done
#epatch ${FILESDIR}/${PN}-4.8-libtool.patch
# upstreamed:5.2.36
#epatch ${FILESDIR}/${PN}-4.8.24-java-manifest-location.patch

# use the includes from the prefix
epatch ${FILESDIR}/${PN}-4.6-jni-check-prefix-first.patch
epatch ${FILESDIR}/${PN}-4.3-listen-to-java-options.patch

# upstream autoconf fails to build DBM when it's supposed to
# merged upstream in 5.0.26
#epatch ${FILESDIR}/${PN}-5.0.21-enable-dbm-autoconf.patch

# sqlite configure call has an extra leading ..
# upstreamed:5.2.36
#epatch ${FILESDIR}/${PN}-5.2.28-sqlite-configure-path.patch

# The upstream testsuite copies .lib and the binaries for each parallel 
test
# core, ~300MB each. This patch uses links instead, saves a lot of 
space.
epatch ${FILESDIR}/${PN}-6.0.20-test-link.patch

# Upstream release script grabs the dates when the script was run, so 
lets
# end-run them to keep the date the same.
export REAL_DB_RELEASE_DATE=$(awk \
'/^DB_VERSION_STRING=/{ gsub(.*\\(|\\).*,,$0); print $0; }' 
\
${S_BASE}/dist/configure)
sed -r -i \
-e /^DB_RELEASE_DATE=/s~=.*~='${REAL_DB_RELEASE_DATE}'~g \
${S_BASE}/dist

[gentoo-commits] gentoo-x86 commit in profiles: package.mask ChangeLog

2014-08-03 Thread Robin H. Johnson (robbat2)
robbat2 14/08/04 03:36:11

  Modified: package.mask ChangeLog
  Log:
  unmask db-5.1. 5.0 leaves mask as well, but it failed testsuites, so is 
removed from the tree.

Revision  ChangesPath
1.15941  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15941view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15941content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15940r2=1.15941

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15940
retrieving revision 1.15941
diff -p -w -b -B -u -u -r1.15940 -r1.15941
--- package.mask3 Aug 2014 22:07:23 -   1.15940
+++ package.mask4 Aug 2014 03:36:10 -   1.15941
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15940 2014/08/03 
22:07:23 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15941 2014/08/04 
03:36:10 robbat2 Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -819,8 +819,6 @@ dev-ml/ocamlduce
 # Masked for testing
 # 2014/08/03: Cleanup in progress, as they pass testsuite, they are being 
unmasked
 =sys-libs/db-5.2*
-=sys-libs/db-5.1*
-=sys-libs/db-5.0*
 
 # Ralph Sennhauser s...@gentoo.org (18 Jul 2012)
 # Unmaintained, multiple vulnarabilities. #351626



1.9274   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9274view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9274content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9273r2=1.9274

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9273
retrieving revision 1.9274
diff -p -w -b -B -u -u -r1.9273 -r1.9274
--- ChangeLog   3 Aug 2014 22:07:24 -   1.9273
+++ ChangeLog   4 Aug 2014 03:36:10 -   1.9274
@@ -1,11 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9273 2014/08/03 
22:07:24 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9274 2014/08/04 
03:36:10 robbat2 Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  04 Aug 2014; Robin H. Johnson robb...@gentoo.org package.mask:
+  unmask db-5.1. 5.0 leaves mask as well, but it failed testsuites, so is
+  removed from the tree.
+
   03 Aug 2014; Robin H. Johnson robb...@gentoo.org package.mask:
   The great unmasking of sys-libs/db has begun. Remaining slots to come if they
   pass testsuite still (otherwise those slots will just be deleted).






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2014-08-03 Thread Robin H. Johnson (robbat2)
robbat2 14/08/04 03:50:00

  Modified: ChangeLog package.mask
  Log:
  Unmask app-crypt/hmaccalc.

Revision  ChangesPath
1.9275   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9275view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9275content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9274r2=1.9275

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9274
retrieving revision 1.9275
diff -p -w -b -B -u -u -r1.9274 -r1.9275
--- ChangeLog   4 Aug 2014 03:36:10 -   1.9274
+++ ChangeLog   4 Aug 2014 03:49:59 -   1.9275
@@ -1,12 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9274 2014/08/04 
03:36:10 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9275 2014/08/04 
03:49:59 robbat2 Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
   04 Aug 2014; Robin H. Johnson robb...@gentoo.org package.mask:
+  Unmask app-crypt/hmaccalc.
+
+  04 Aug 2014; Robin H. Johnson robb...@gentoo.org package.mask:
   unmask db-5.1. 5.0 leaves mask as well, but it failed testsuites, so is
   removed from the tree.
 



1.15942  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15942view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15942content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15941r2=1.15942

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15941
retrieving revision 1.15942
diff -p -w -b -B -u -u -r1.15941 -r1.15942
--- package.mask4 Aug 2014 03:36:10 -   1.15941
+++ package.mask4 Aug 2014 03:49:59 -   1.15942
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15941 2014/08/04 
03:36:10 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15942 2014/08/04 
03:49:59 robbat2 Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -971,11 +971,6 @@ net-misc/asterisk-spandsp_codec_g726
 # No actual Gentoo support yet. If you're interested, please see bug #295993
 net-misc/netcf
 
-# Robin H. Johnson robb...@gentoo.org (09 Jun 2010)
-# Fails to self-verify/sign in FIPS mode, pending upstream response before
-# usage for GSoC project.
-app-crypt/hmaccalc
-
 # Patrick Lauer patr...@gentoo.org (07 Apr 2010)
 # Lars Wendler polynomia...@gentoo.org (14 Oct 2013)
 # Keeping samba-4.0 masked until bug #447022 is fixed. 4.1 masked for testing.






[gentoo-commits] gentoo-x86 commit in profiles/hardened/linux: package.mask

2014-08-03 Thread Robin H. Johnson (robbat2)
robbat2 14/08/04 03:52:15

  Modified: package.mask
  Log:
  hmaccalc depends in prelink.

Revision  ChangesPath
1.43 profiles/hardened/linux/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/package.mask?rev=1.43view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/package.mask?rev=1.43content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/package.mask?r1=1.42r2=1.43

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.mask,v
retrieving revision 1.42
retrieving revision 1.43
diff -p -w -b -B -u -u -r1.42 -r1.43
--- package.mask31 Mar 2014 22:16:39 -  1.42
+++ package.mask4 Aug 2014 03:52:14 -   1.43
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.mask,v 1.42 
2014/03/31 22:16:39 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.mask,v 1.43 
2014/08/04 03:52:14 robbat2 Exp $
 
 # Hardened versions of gcc-4.0* through gcc-4.2* are not available.
 =sys-devel/gcc-4.0*
@@ -24,3 +24,5 @@ dev-python/skype4py
 
 # broken on hardened, use sys-apps/elfix to fix gnustack
 sys-devel/prelink
+# depends on prelink
+app-crypt/hmaccalc






[gentoo-commits] gentoo-x86 commit in app-crypt/hmaccalc: metadata.xml hmaccalc-0.9.12.ebuild hmaccalc-0.9.13.ebuild ChangeLog

2014-08-03 Thread Robin H. Johnson (robbat2)
robbat2 14/08/04 03:52:42

  Modified: metadata.xml hmaccalc-0.9.12.ebuild ChangeLog
  Added:hmaccalc-0.9.13.ebuild
  Log:
  Bump, newer NSS solved the FIPS issue.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  app-crypt/hmaccalc/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/hmaccalc/metadata.xml?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/hmaccalc/metadata.xml?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/hmaccalc/metadata.xml?r1=1.1r2=1.2

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/hmaccalc/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -p -w -b -B -u -u -r1.1 -r1.2
--- metadata.xml9 Jun 2010 18:05:23 -   1.1
+++ metadata.xml4 Aug 2014 03:52:41 -   1.2
@@ -2,6 +2,9 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
 herdcrypto/herd
+use
+flag name=fipsEnable NSS FIPS mode and support only the FIPS-compliant 
functions/flag
+/use
 longdescription
 hmaccalc can be used to compute HMAC (hash-based message authentication code)
 values for files. An HMAC is similar in concept to a message digest, except in



1.2  app-crypt/hmaccalc/hmaccalc-0.9.12.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/hmaccalc/hmaccalc-0.9.12.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/hmaccalc/hmaccalc-0.9.12.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/hmaccalc/hmaccalc-0.9.12.ebuild?r1=1.1r2=1.2

Index: hmaccalc-0.9.12.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/hmaccalc/hmaccalc-0.9.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -p -w -b -B -u -u -r1.1 -r1.2
--- hmaccalc-0.9.12.ebuild  9 Jun 2010 18:05:23 -   1.1
+++ hmaccalc-0.9.12.ebuild  4 Aug 2014 03:52:42 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/hmaccalc/hmaccalc-0.9.12.ebuild,v 
1.1 2010/06/09 18:05:23 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/hmaccalc/hmaccalc-0.9.12.ebuild,v 
1.2 2014/08/04 03:52:42 robbat2 Exp $
 
 EAPI=3
 inherit eutils multilib



1.2  app-crypt/hmaccalc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/hmaccalc/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/hmaccalc/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/hmaccalc/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/hmaccalc/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -p -w -b -B -u -u -r1.1 -r1.2
--- ChangeLog   9 Jun 2010 18:05:23 -   1.1
+++ ChangeLog   4 Aug 2014 03:52:42 -   1.2
@@ -1,6 +1,12 @@
 # ChangeLog for app-crypt/hmaccalc
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/hmaccalc/ChangeLog,v 1.1 
2010/06/09 18:05:23 robbat2 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/hmaccalc/ChangeLog,v 1.2 
2014/08/04 03:52:42 robbat2 Exp $
+
+*hmaccalc-0.9.13 (04 Aug 2014)
+
+  04 Aug 2014; Robin H. Johnson robb...@gentoo.org +hmaccalc-0.9.13.ebuild,
+  hmaccalc-0.9.12.ebuild, metadata.xml:
+  Bump, newer NSS solved the FIPS issue.
 
 *hmaccalc-0.9.12 (09 Jun 2010)
 



1.1  app-crypt/hmaccalc/hmaccalc-0.9.13.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/hmaccalc/hmaccalc-0.9.13.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/hmaccalc/hmaccalc-0.9.13.ebuild?rev=1.1content-type=text/plain

Index: hmaccalc-0.9.13.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/hmaccalc/hmaccalc-0.9.13.ebuild,v 
1.1 2014/08/04 03:52:42 robbat2 Exp $

EAPI=5
inherit eutils multilib

DESCRIPTION=Tools for computing and checking HMAC values for files
HOMEPAGE=https://fedorahosted.org/hmaccalc/;
SRC_URI=https://fedorahosted.org/released/hmaccalc/hmaccalc-${PV}.tar.gz;

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=+fips

DEPEND=dev-libs/nss
sys-devel/prelink

[gentoo-commits] gentoo-x86 commit in profiles/hardened: ChangeLog

2014-08-03 Thread Robin H. Johnson (robbat2)
robbat2 14/08/04 03:52:15

  Modified: ChangeLog
  Log:
  hmaccalc depends in prelink.

Revision  ChangesPath
1.63 profiles/hardened/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/ChangeLog?rev=1.63view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/ChangeLog?rev=1.63content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/ChangeLog?r1=1.62r2=1.63

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -p -w -b -B -u -u -r1.62 -r1.63
--- ChangeLog   23 Jul 2014 12:09:57 -  1.62
+++ ChangeLog   4 Aug 2014 03:52:15 -   1.63
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/AMD64 profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.62 
2014/07/23 12:09:57 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.63 
2014/08/04 03:52:15 robbat2 Exp $
+
+  04 Aug 2014; Robin H. Johnson robb...@gentoo.org linux/package.mask:
+  hmaccalc depends in prelink.
 
   23 Jul 2014; Anthony G. Basile bluen...@gentoo.org linux/musl/package.mask:
   Remove unmasking of sys-libs/musl on musl profiles






[gentoo-commits] gentoo-x86 commit in dev-db/mysql/files: my.cnf-4.0 mysql.init my.cnf my.cnf-4.1

2014-08-03 Thread Robin H. Johnson (robbat2)
robbat2 14/08/04 04:01:01

  Removed:  my.cnf-4.0 mysql.init my.cnf my.cnf-4.1
  Log:
  Cleanup finally, will live on in the overlay.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)



[gentoo-commits] gentoo-x86 commit in dev-db/mysql: metadata.xml ChangeLog mysql-4.1.22-r1.ebuild mysql-5.0.96.ebuild mysql-4.0.27-r1.ebuild

2014-08-03 Thread Robin H. Johnson (robbat2)
robbat2 14/08/04 04:01:01

  Modified: metadata.xml ChangeLog
  Removed:  mysql-4.1.22-r1.ebuild mysql-5.0.96.ebuild
mysql-4.0.27-r1.ebuild
  Log:
  Cleanup finally, will live on in the overlay.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.18 dev-db/mysql/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/metadata.xml?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/metadata.xml?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/metadata.xml?r1=1.17r2=1.18

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/metadata.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -p -w -b -B -u -u -r1.17 -r1.18
--- metadata.xml2 Nov 2012 00:04:36 -   1.17
+++ metadata.xml4 Aug 2014 04:01:01 -   1.18
@@ -19,7 +19,6 @@ dev-db/mariadb
   flag name='minimal'Install client programs only, no server/flag
   flag name='pbxt'Add experimental support for PBXT storage engine/flag
   flag name='profiling'Add support for statement profiling (requires 
USE=community)./flag
-  flag name='raid'Deprecated option, removed in the 5.0 series/flag
   flag name=systemtapBuild support for profiling and tracing using 
pkgdev-util/systemtap/pkg/flag
   flag name='test'Install upstream testsuites for end use./flag
   flag name='xtradb'Add experimental support for Percona's InnoDB 
replacement: XtraDB/flag



1.678dev-db/mysql/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.678view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.678content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.677r2=1.678

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
retrieving revision 1.677
retrieving revision 1.678
diff -p -w -b -B -u -u -r1.677 -r1.678
--- ChangeLog   3 Aug 2014 21:01:05 -   1.677
+++ ChangeLog   4 Aug 2014 04:01:01 -   1.678
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/mysql
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.677 2014/08/03 
21:01:05 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.678 2014/08/04 
04:01:01 robbat2 Exp $
+
+  04 Aug 2014; Robin H. Johnson robb...@gentoo.org -files/my.cnf,
+  -files/my.cnf-4.0, -files/my.cnf-4.1, -files/mysql.init,
+  -mysql-4.0.27-r1.ebuild, -mysql-4.1.22-r1.ebuild, -mysql-5.0.96.ebuild,
+  metadata.xml:
+  Cleanup finally, will live on in the overlay.
 
   03 Aug 2014; Robin H. Johnson robb...@gentoo.org mysql-5.6.20.ebuild:
   Missed merging a test.






[gentoo-commits] gentoo-x86 commit in profiles: package.mask ChangeLog

2014-08-03 Thread Robin H. Johnson (robbat2)
robbat2 14/08/04 04:02:33

  Modified: package.mask ChangeLog
  Log:
  old mysql ebuilds now live in the overlay only. if you need them for 
migrations, go look there.

Revision  ChangesPath
1.15943  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15943view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15943content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15942r2=1.15943

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15942
retrieving revision 1.15943
diff -p -w -b -B -u -u -r1.15942 -r1.15943
--- package.mask4 Aug 2014 03:49:59 -   1.15942
+++ package.mask4 Aug 2014 04:02:32 -   1.15943
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15942 2014/08/04 
03:49:59 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15943 2014/08/04 
04:02:32 robbat2 Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -1040,14 +1040,6 @@ sys-kernel/zen-sources
 =www-plugins/google-talkplugin-
 ~x11-wm/openbox-
 
-# Jeremy Olexa darks...@gentoo.org (28 Jul 2009)
-# On behalf of Robin H. Johnson robb...@gentoo.org.
-# These versions are vulnerable to GLSA's and should not be used. They will 
stay
-# in the tree because they are useful to tracking down bugs. You have been
-# warned. bug 271686
-dev-db/mysql-5.1.56
-virtual/mysql-5.1
-
 # Tiziano Müller dev-z...@gentoo.org (08 Apr 2009)
 # pre-releases
 =app-editors/gobby-0.4.91



1.9276   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9276view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9276content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9275r2=1.9276

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9275
retrieving revision 1.9276
diff -p -w -b -B -u -u -r1.9275 -r1.9276
--- ChangeLog   4 Aug 2014 03:49:59 -   1.9275
+++ ChangeLog   4 Aug 2014 04:02:32 -   1.9276
@@ -1,12 +1,16 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9275 2014/08/04 
03:49:59 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9276 2014/08/04 
04:02:32 robbat2 Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
   04 Aug 2014; Robin H. Johnson robb...@gentoo.org package.mask:
+  old mysql ebuilds now live in the overlay only. if you need them for
+  migrations, go look there.
+
+  04 Aug 2014; Robin H. Johnson robb...@gentoo.org package.mask:
   Unmask app-crypt/hmaccalc.
 
   04 Aug 2014; Robin H. Johnson robb...@gentoo.org package.mask:






[gentoo-commits] gentoo-x86 commit in virtual/mysql: ChangeLog mysql-4.0.ebuild mysql-5.0.ebuild mysql-4.1.ebuild

2014-08-03 Thread Robin H. Johnson (robbat2)
robbat2 14/08/04 04:04:07

  Modified: ChangeLog
  Removed:  mysql-4.0.ebuild mysql-5.0.ebuild mysql-4.1.ebuild
  Log:
  Trim old virtuals.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, unsigned 
Manifest commit)

Revision  ChangesPath
1.36 virtual/mysql/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.36view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.36content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?r1=1.35r2=1.36

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -p -w -b -B -u -u -r1.35 -r1.36
--- ChangeLog   30 Jul 2014 06:35:52 -  1.35
+++ ChangeLog   4 Aug 2014 04:04:07 -   1.36
@@ -1,6 +1,10 @@
 # ChangeLog for virtual/mysql
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.35 2014/07/30 
06:35:52 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.36 2014/08/04 
04:04:07 robbat2 Exp $
+
+  04 Aug 2014; Robin H. Johnson robb...@gentoo.org -mysql-4.0.ebuild,
+  -mysql-4.1.ebuild, -mysql-5.0.ebuild:
+  Trim old virtuals.
 
   30 Jul 2014; Robin H. Johnson robb...@gentoo.org mysql-5.1.ebuild,
   mysql-5.6.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-vcs/gitosis-gentoo: ChangeLog Manifest gitosis-gentoo-0.2_p20080203.ebuild gitosis-gentoo-0.2_p20080711.ebuild gitosis-gentoo-0.2_p20081028.ebuild gitosis-gen

2014-08-03 Thread Robin H. Johnson (robbat2)
robbat2 14/08/04 04:35:46

  Removed:  ChangeLog Manifest
gitosis-gentoo-0.2_p20080203.ebuild
gitosis-gentoo-0.2_p20080711.ebuild
gitosis-gentoo-0.2_p20081028.ebuild
gitosis-gentoo-0.2_p20090515.ebuild
gitosis-gentoo-0.2_p20100721.ebuild metadata.xml
  Log:
  Upstream dead since 2009, gentoo fork retired as well: move to gitolite 
instead.



[gentoo-commits] gentoo-x86 commit in dev-vcs/gitosis: ChangeLog Manifest gitosis-0.2_p20080626.ebuild gitosis-0.2_p20080825.ebuild metadata.xml

2014-08-03 Thread Robin H. Johnson (robbat2)
robbat2 14/08/04 04:35:46

  Removed:  ChangeLog Manifest gitosis-0.2_p20080626.ebuild
gitosis-0.2_p20080825.ebuild metadata.xml
  Log:
  Upstream dead since 2009, gentoo fork retired as well: move to gitolite 
instead.



[gentoo-commits] gentoo-x86 commit in profiles: package.mask

2014-08-03 Thread Robin H. Johnson (robbat2)
robbat2 14/08/04 04:36:26

  Modified: package.mask
  Log:
  Remove dev-vcs/gitosis and dev-vcs/gitosis-gentoo from the tree.

Revision  ChangesPath
1.15944  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15944view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15944content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15943r2=1.15944

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15943
retrieving revision 1.15944
diff -p -w -b -B -u -u -r1.15943 -r1.15944
--- package.mask4 Aug 2014 04:02:32 -   1.15943
+++ package.mask4 Aug 2014 04:36:26 -   1.15944
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15943 2014/08/04 
04:02:32 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15944 2014/08/04 
04:36:26 robbat2 Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -784,11 +784,6 @@ net-wireless/madwifi-ng
 # don't work with it.
 =media-libs/libsfml-2*
 
-# Robin H. Johnson robb...@gentoo.org (18 Nov 2012)
-# Dead upstream, replaced by gitolite
-dev-vcs/gitosis
-dev-vcs/gitosis-gentoo
-
 # Markos Chandras hwoar...@gentoo.org (03 Nov 2012)
 # Masked for testing
 app-benchmarks/ltp






[gentoo-commits] gentoo-x86 commit in sys-libs/db: ChangeLog db-5.2.42.ebuild db-5.2.42-r1.ebuild

2014-08-04 Thread Robin H. Johnson (robbat2)
robbat2 14/08/04 19:28:48

  Modified: ChangeLog
  Removed:  db-5.2.42.ebuild db-5.2.42-r1.ebuild
  Log:
  db-5.2 fails tests, so removing forever: condition {[stat_field $env rep_stat 
Startup complete]} not achieved in 40 seconds; perm_failed_stat returned 
error value 0;  db_location returned error value 0; files_archivable_closed: 
expected 0, got 1
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.356sys-libs/db/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/ChangeLog?rev=1.356view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/ChangeLog?rev=1.356content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/ChangeLog?r1=1.355r2=1.356

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v
retrieving revision 1.355
retrieving revision 1.356
diff -p -w -b -B -u -u -r1.355 -r1.356
--- ChangeLog   4 Aug 2014 03:34:08 -   1.355
+++ ChangeLog   4 Aug 2014 19:28:47 -   1.356
@@ -1,6 +1,13 @@
 # ChangeLog for sys-libs/db
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.355 2014/08/04 
03:34:08 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.356 2014/08/04 
19:28:47 robbat2 Exp $
+
+  04 Aug 2014; Robin H. Johnson robb...@gentoo.org -db-5.2.42-r1.ebuild,
+  -db-5.2.42.ebuild:
+  db-5.2 fails tests, so removing forever: condition {[stat_field $env rep_stat
+  Startup complete]} not achieved in 40 seconds; perm_failed_stat returned
+  error value 0;  db_location returned error value 0; files_archivable_closed:
+  expected 0, got 1
 
 *db-5.1.29-r1 (04 Aug 2014)
 *db-5.2.42-r1 (04 Aug 2014)






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog

2014-08-04 Thread Robin H. Johnson (robbat2)
robbat2 14/08/04 20:36:14

  Modified: ChangeLog
  Log:
  Missing gitosis changelog entry.

Revision  ChangesPath
1.9280   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9280view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9280content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9279r2=1.9280

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9279
retrieving revision 1.9280
diff -p -w -b -B -u -u -r1.9279 -r1.9280
--- ChangeLog   4 Aug 2014 20:17:03 -   1.9279
+++ ChangeLog   4 Aug 2014 20:36:14 -   1.9280
@@ -1,6 +1,6 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9279 2014/08/04 
20:17:03 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9280 2014/08/04 
20:36:14 robbat2 Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
@@ -18,6 +18,9 @@
   Unmask =media-libs/libsfml-2*.
 
   04 Aug 2014; Robin H. Johnson robb...@gentoo.org package.mask:
+  Remove dev-vcs/gitosis and dev-vcs/gitosis-gentoo from the tree.
+
+  04 Aug 2014; Robin H. Johnson robb...@gentoo.org package.mask:
   old mysql ebuilds now live in the overlay only. if you need them for
   migrations, go look there.
 






[gentoo-commits] gentoo-x86 commit in profiles: package.mask ChangeLog

2014-08-04 Thread Robin H. Johnson (robbat2)
robbat2 14/08/04 20:42:18

  Modified: package.mask ChangeLog
  Log:
  db-5.2 fails testsuites and there are no more releases from upstream, punt it.

Revision  ChangesPath
1.15948  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15948view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15948content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15947r2=1.15948

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15947
retrieving revision 1.15948
diff -p -w -b -B -u -u -r1.15947 -r1.15948
--- package.mask4 Aug 2014 20:17:03 -   1.15947
+++ package.mask4 Aug 2014 20:42:17 -   1.15948
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15947 2014/08/04 
20:17:03 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15948 2014/08/04 
20:42:17 robbat2 Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -805,11 +805,6 @@ dev-ml/ocamlduce
 =net-libs/libotr-4.0.0
 =x11-plugins/pidgin-otr-4.0.0
 
-# Robin H. Johnson robb...@gentoo.org (08 Oct 2012)
-# Masked for testing
-# 2014/08/03: Cleanup in progress, as they pass testsuite, they are being 
unmasked
-=sys-libs/db-5.2*
-
 # Ralph Sennhauser s...@gentoo.org (18 Jul 2012)
 # Unmaintained, multiple vulnarabilities. #351626
 # A more recent source build maintained by the community is available in the



1.9281   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9281view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9281content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9280r2=1.9281

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9280
retrieving revision 1.9281
diff -p -w -b -B -u -u -r1.9280 -r1.9281
--- ChangeLog   4 Aug 2014 20:36:14 -   1.9280
+++ ChangeLog   4 Aug 2014 20:42:17 -   1.9281
@@ -1,11 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9280 2014/08/04 
20:36:14 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9281 2014/08/04 
20:42:17 robbat2 Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  04 Aug 2014; Robin H. Johnson robb...@gentoo.org package.mask:
+  db-5.2 fails testsuites and there are no more releases from upstream, punt
+  it.
+
   04 Aug 2014; Alexis Ballier aball...@gentoo.org package.mask:
   mask ffmpeg-2.3+
 






[gentoo-commits] gentoo-x86 commit in profiles: package.mask ChangeLog

2014-08-04 Thread Robin H. Johnson (robbat2)
robbat2 14/08/04 20:43:25

  Modified: package.mask ChangeLog
  Log:
  New mask for upcoming db-6.1, that is not ready at upstream yet, still fails 
some tests.

Revision  ChangesPath
1.15949  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15949view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15949content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15948r2=1.15949

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15948
retrieving revision 1.15949
diff -p -w -b -B -u -u -r1.15948 -r1.15949
--- package.mask4 Aug 2014 20:42:17 -   1.15948
+++ package.mask4 Aug 2014 20:43:24 -   1.15949
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15948 2014/08/04 
20:42:17 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15949 2014/08/04 
20:43:24 robbat2 Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Robin H. Johnson robb...@gentoo.org (04 Aug 2014)
+# Masked for testing, presently fails upstream testsuite:
+# FAIL:07:02:35 (00:00:00) db_dump/db_load(./TESTDIR.3/recd001.db:child 
killed: kill signal): expected 0, got 1
+# FAIL:07:02:35 (00:00:00) Dump/load of ./TESTDIR.3/recd001.db failed.
+# FAIL:07:02:35 (00:00:00) db_verify_preop: expected 0, got 1
+=sys-libs/db-6.1*
+
 # Alexis Ballier aball...@gentoo.org (4 Aug 2014)
 # vlc-2.2 will not work with this ffmpeg version; others to be investigated.
 =media-video/ffmpeg-2.3



1.9282   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9282view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9282content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9281r2=1.9282

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9281
retrieving revision 1.9282
diff -p -w -b -B -u -u -r1.9281 -r1.9282
--- ChangeLog   4 Aug 2014 20:42:17 -   1.9281
+++ ChangeLog   4 Aug 2014 20:43:24 -   1.9282
@@ -1,12 +1,16 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9281 2014/08/04 
20:42:17 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9282 2014/08/04 
20:43:24 robbat2 Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
   04 Aug 2014; Robin H. Johnson robb...@gentoo.org package.mask:
+  New mask for upcoming db-6.1, that is not ready at upstream yet, still fails
+  some tests.
+
+  04 Aug 2014; Robin H. Johnson robb...@gentoo.org package.mask:
   db-5.2 fails testsuites and there are no more releases from upstream, punt
   it.
 






[gentoo-commits] gentoo-x86 commit in sys-libs/db: db-6.1.19.ebuild ChangeLog

2014-08-04 Thread Robin H. Johnson (robbat2)
robbat2 14/08/04 20:45:13

  Modified: ChangeLog
  Added:db-6.1.19.ebuild
  Log:
  Add 6.1.19 into the tree, in p.mask as upstream testsuite still has failures, 
maybe a later 6.1 will be better.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.357sys-libs/db/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/ChangeLog?rev=1.357view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/ChangeLog?rev=1.357content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/ChangeLog?r1=1.356r2=1.357

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v
retrieving revision 1.356
retrieving revision 1.357
diff -p -w -b -B -u -u -r1.356 -r1.357
--- ChangeLog   4 Aug 2014 19:28:47 -   1.356
+++ ChangeLog   4 Aug 2014 20:45:13 -   1.357
@@ -1,6 +1,13 @@
 # ChangeLog for sys-libs/db
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.356 2014/08/04 
19:28:47 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.357 2014/08/04 
20:45:13 robbat2 Exp $
+
+*db-6.1.19 (04 Aug 2014)
+
+  04 Aug 2014; Robin H. Johnson robb...@gentoo.org +db-6.1.19.ebuild,
+  +files/db-6.1.19-sqlite-configure-path.patch:
+  Add 6.1.19 into the tree, in p.mask as upstream testsuite still has failures,
+  maybe a later 6.1 will be better.
 
   04 Aug 2014; Robin H. Johnson robb...@gentoo.org -db-5.2.42-r1.ebuild,
   -db-5.2.42.ebuild:



1.1  sys-libs/db/db-6.1.19.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-6.1.19.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/db-6.1.19.ebuild?rev=1.1content-type=text/plain

Index: db-6.1.19.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-6.1.19.ebuild,v 1.1 
2014/08/04 20:45:13 robbat2 Exp $

EAPI=5
inherit eutils db flag-o-matic java-pkg-opt-2 autotools multilib 
multilib-minimal versionator

#Number of official patches
#PATCHNO=`echo ${PV}|sed -e s,\(.*_p\)\([0-9]*\),\2,`
PATCHNO=${PV/*.*.*_p}
if [[ ${PATCHNO} == ${PV} ]] ; then
MY_PV=${PV}
MY_P=${P}
PATCHNO=0
else
MY_PV=${PV/_p${PATCHNO}}
MY_P=${PN}-${MY_PV}
fi

S_BASE=${WORKDIR}/${MY_P}
S=${S_BASE}/build_unix
DESCRIPTION=Oracle Berkeley DB
HOMEPAGE=http://www.oracle.com/technology/software/products/berkeley-db/index.html;
SRC_URI=http://download.oracle.com/berkeley-db/${MY_P}.tar.gz;
for (( i=1 ; i=${PATCHNO} ; i++ )) ; do
export SRC_URI=${SRC_URI} 
http://www.oracle.com/technology/products/berkeley-db/db/update/${MY_PV}/patch.${MY_PV}.${i};
done

LICENSE=AGPL-3
SLOT=$(get_version_component_range 1-2)
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd
IUSE=doc java cxx tcl test

REQUIRED_USE=test? ( tcl )

# the entire testsuite needs the TCL functionality
DEPEND=tcl? ( =dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
test? ( =dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
java? ( =virtual/jdk-1.5 )
=sys-devel/binutils-2.16.1
RDEPEND=tcl? ( =dev-lang/tcl-8.5.15-r1[${MULTILIB_USEDEP}] )
java? ( =virtual/jre-1.5 )

MULTILIB_WRAPPED_HEADERS=(
/usr/include/db$(get_version_component_range 1-2)/db.h
)

src_prepare() {
cd ${WORKDIR}/${MY_P}
for (( i=1 ; i=${PATCHNO} ; i++ ))
do
epatch ${DISTDIR}/patch.${MY_PV}.${i}
done

# bug #510506
epatch ${FILESDIR}/${PN}-4.8.24-java-manifest-location.patch

# use the includes from the prefix
epatch ${FILESDIR}/${PN}-4.6-jni-check-prefix-first.patch
epatch ${FILESDIR}/${PN}-4.3-listen-to-java-options.patch

# sqlite configure call has an extra leading ..
# upstreamed:5.2.36, missing in 5.3.x/6.x
# still needs to be patched in 6.0.20
epatch ${FILESDIR}/${PN}-6.1.19-sqlite-configure-path.patch

# The upstream testsuite copies .lib and the binaries for each parallel 
test
# core, ~300MB each. This patch uses links instead, saves a lot of 
space.
epatch ${FILESDIR}/${PN}-6.0.20-test-link.patch

# Upstream release script grabs the dates when the script was run, so 
lets
# end-run them to keep the date the same.
export REAL_DB_RELEASE_DATE=$(awk \
'/^DB_VERSION_STRING=/{ gsub(.*\\(|\\).*,,$0); print $0; }' 
\
${S_BASE}/dist/configure)
sed -r -i \
-e /^DB_RELEASE_DATE=/s~=.*~='${REAL_DB_RELEASE_DATE}'~g

[gentoo-commits] gentoo-x86 commit in sys-libs/db/files: db-6.1.19-sqlite-configure-path.patch

2014-08-04 Thread Robin H. Johnson (robbat2)
robbat2 14/08/04 20:45:13

  Added:db-6.1.19-sqlite-configure-path.patch
  Log:
  Add 6.1.19 into the tree, in p.mask as upstream testsuite still has failures, 
maybe a later 6.1 will be better.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  sys-libs/db/files/db-6.1.19-sqlite-configure-path.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/files/db-6.1.19-sqlite-configure-path.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/db/files/db-6.1.19-sqlite-configure-path.patch?rev=1.1content-type=text/plain

Index: db-6.1.19-sqlite-configure-path.patch
===
--- db-6.1.19/dist/aclocal/sql.m4
+++ db-6.1.19/dist/aclocal/sql.m4
@@ -96,6 +96,6 @@
 if test $db_cv_build_cryptography = yes; then
CPPFLAGS=$CPPFLAGS -DSQLITE_HAS_CODEC=1
 fi
-(cd sql  eval \$SHELL ../$sqlite_dir/configure --disable-option-checking 
$ac_sub_configure_args CPPFLAGS=\-I.. $CPPFLAGS\ 
--enable-amalgamation=$db_cv_sql_amalgamation --enable-readline=$with_readline 
  cat build_config.h  config.h) || exit 1
+(cd sql  eval \$SHELL $sqlite_dir/configure --disable-option-checking 
$ac_sub_configure_args CPPFLAGS=\-I.. $CPPFLAGS\ 
--enable-amalgamation=$db_cv_sql_amalgamation --enable-readline=$with_readline 
  cat build_config.h  config.h) || exit 1
 
 # Configure JDBC if --enable-jdbc






[gentoo-commits] gentoo-x86 commit in eclass: flag-o-matic.eclass ChangeLog

2014-06-13 Thread Robin H. Johnson (robbat2)
robbat2 14/06/14 05:14:55

  Modified: flag-o-matic.eclass ChangeLog
  Log:
  If you an empty argument to append-libs, you end up with a dangling -l 
without a library. Catch this in QA. Caught infra with a broken ncurses in 
net-dialup/xc with append-libs $($(tc-getPKG_CONFIG) --libs ncurses)

Revision  ChangesPath
1.198eclass/flag-o-matic.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.198view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.198content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?r1=1.197r2=1.198

Index: flag-o-matic.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v
retrieving revision 1.197
retrieving revision 1.198
diff -p -w -b -B -u -u -r1.197 -r1.198
--- flag-o-matic.eclass 2 Feb 2014 22:26:13 -   1.197
+++ flag-o-matic.eclass 14 Jun 2014 05:14:55 -  1.198
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.197 
2014/02/02 22:26:13 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.198 
2014/06/14 05:14:55 robbat2 Exp $
 
 # @ECLASS: flag-o-matic.eclass
 # @MAINTAINER:
@@ -611,6 +611,10 @@ append-libs() {
[[ $# -eq 0 ]]  return 0
local flag
for flag in $@; do
+   if [[ -z ${flag// } ]]; then
+   eqawarn Appending an empty argument to LIBS is 
invalid! Skipping.
+   continue
+   fi
case $flag in
-[lL]*) 
export LIBS=${LIBS} ${flag}



1.1287   eclass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1287view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1287content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1286r2=1.1287

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1286
retrieving revision 1.1287
diff -p -w -b -B -u -u -r1.1286 -r1.1287
--- ChangeLog   12 Jun 2014 07:14:25 -  1.1286
+++ ChangeLog   14 Jun 2014 05:14:55 -  1.1287
@@ -1,6 +1,11 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1286 2014/06/12 
07:14:25 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1287 2014/06/14 
05:14:55 robbat2 Exp $
+
+  14 Jun 2014; Robin H. Johnson robb...@gentoo.org flag-o-matic.eclass:
+  If you an empty argument to append-libs, you end up with a dangling -l
+  without a library. Catch this in QA. Caught infra with a broken ncurses in
+  net-dialup/xc with append-libs $($(tc-getPKG_CONFIG) --libs ncurses)
 
   12 Jun 2014; Michael Haubenwallner ha...@gentoo.org
   -ELT-patches/aix-noundef/1.4d, libtool.eclass:






[gentoo-commits] gentoo-x86 commit in dev-python/pyxenstore: - New directory

2014-06-15 Thread Robin H. Johnson (robbat2)
robbat2 14/06/15 19:55:20

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-python/pyxenstore added to the 
repository



[gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools/files: xenstored.initd xendomains.initd-r2

2014-06-15 Thread Robin H. Johnson (robbat2)
robbat2 14/06/15 19:55:21

  Modified: xenstored.initd xendomains.initd-r2
  Log:
  Fix bashisms.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.17 app-emulation/xen-tools/files/xenstored.initd

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xenstored.initd?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xenstored.initd?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xenstored.initd?r1=1.16r2=1.17

Index: xenstored.initd
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xenstored.initd,v
retrieving revision 1.16
retrieving revision 1.17
diff -p -w -b -B -u -u -r1.16 -r1.17
--- xenstored.initd 23 Mar 2014 02:37:25 -  1.16
+++ xenstored.initd 15 Jun 2014 19:55:21 -  1.17
@@ -22,7 +22,7 @@ start() {
--pidfile /run/xenstored.pid \
-- --pid-file=/run/xenstored.pid \
$XENSTORED_OPTS
-   until xenstore-exists / || ((15  ++i))
+   until xenstore-exists / || $((15  ++i))
do
echo -n .
sleep 1



1.9  app-emulation/xen-tools/files/xendomains.initd-r2

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xendomains.initd-r2?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xendomains.initd-r2?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xendomains.initd-r2?r1=1.8r2=1.9

Index: xendomains.initd-r2
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xendomains.initd-r2,v
retrieving revision 1.8
retrieving revision 1.9
diff -p -w -b -B -u -u -r1.8 -r1.9
--- xendomains.initd-r2 27 Jul 2013 06:11:03 -  1.8
+++ xendomains.initd-r2 15 Jun 2014 19:55:21 -  1.9
@@ -1,7 +1,7 @@
 #!/sbin/runscript
-# 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/app-emulation/xen-tools/files/xendomains.initd-r2,v 1.8 
2013/07/27 06:11:03 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xendomains.initd-r2,v 1.9 
2014/06/15 19:55:21 robbat2 Exp $
 
 extra_commands=status
 
@@ -77,7 +77,7 @@ stop() {
# Stop all domains with config files in AUTODIR.
DOMAINS=$(ls ${AUTODIR:=/etc/xen/auto}/* 2/dev/null | sort -r)
 
-   if [[ $PARALLEL_SHUTDOWN == yes ]] ; then
+   if [ $PARALLEL_SHUTDOWN = yes ] ; then
for dom in $DOMAINS ; do
name=$(get_domname ${dom})
if is_running ${name} ; then






[gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools: ChangeLog

2014-06-15 Thread Robin H. Johnson (robbat2)
robbat2 14/06/15 19:55:22

  Modified: ChangeLog
  Log:
  Fix bashisms.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.247app-emulation/xen-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.247view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.247content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?r1=1.246r2=1.247

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v
retrieving revision 1.246
retrieving revision 1.247
diff -p -w -b -B -u -u -r1.246 -r1.247
--- ChangeLog   14 Jun 2014 07:32:50 -  1.246
+++ ChangeLog   15 Jun 2014 19:55:21 -  1.247
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/xen-tools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.246 
2014/06/14 07:32:50 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.247 
2014/06/15 19:55:21 robbat2 Exp $
+
+  15 Jun 2014; Robin H. Johnson robb...@gentoo.org files/xendomains.initd-r2,
+  files/xenstored.initd:
+  Fix bashisms.
 
 *xen-tools-4.4.0-r6 (14 Jun 2014)
 *xen-tools-4.3.2-r4 (14 Jun 2014)






[gentoo-commits] gentoo-x86 commit in dev-python/pyxenstore: metadata.xml pyxenstore-9999.ebuild pyxenstore-0.0.2.ebuild ChangeLog

2014-06-15 Thread Robin H. Johnson (robbat2)
robbat2 14/06/15 19:59:10

  Added:metadata.xml pyxenstore-.ebuild
pyxenstore-0.0.2.ebuild ChangeLog
  Log:
  Initial commit. Copied from alunduil's overlay.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  dev-python/pyxenstore/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxenstore/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxenstore/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdpython/herd
maintainer
  emailrobb...@gentoo.org/email
/maintainer
maintainer
  emailalund...@gentoo.org/email
/maintainer
/pkgmetadata



1.1  dev-python/pyxenstore/pyxenstore-.ebuild

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

Index: pyxenstore-.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyxenstore/pyxenstore-.ebuild,v 1.1 
2014/06/15 19:59:10 robbat2 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 bzr

EBZR_REPO_URI=https://code.launchpad.net/~cbehrens/pyxenstore/trunk;

DESCRIPTION=Provides Python interfaces for Xen's XenStore.
HOMEPAGE=https://launchpad.net/pyxenstore;
SRC_URI=

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=
IUSE=

DEPEND=app-emulation/xen-tools
RDEPEND=${DEPEND}



1.1  dev-python/pyxenstore/pyxenstore-0.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxenstore/pyxenstore-0.0.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxenstore/pyxenstore-0.0.2.ebuild?rev=1.1content-type=text/plain

Index: pyxenstore-0.0.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyxenstore/pyxenstore-0.0.2.ebuild,v 1.1 
2014/06/15 19:59:10 robbat2 Exp $

EAPI=5
PYTHON_COMPAT=( python2_6 python2_7 python3_2 python3_3 )

inherit distutils-r1

DESCRIPTION=Provides Python interfaces for Xen's XenStore.
HOMEPAGE=https://launchpad.net/pyxenstore;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64
IUSE=

DEPEND=app-emulation/xen-tools
RDEPEND=${DEPEND}



1.1  dev-python/pyxenstore/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxenstore/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxenstore/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for dev-python/pyxenstore
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxenstore/ChangeLog,v 1.1 
2014/06/15 19:59:10 robbat2 Exp $

*pyxenstore-0.0.2 (15 Jun 2014)
*pyxenstore- (15 Jun 2014)

  15 Jun 2014; Robin H. Johnson robb...@gentoo.org +metadata.xml,
  +pyxenstore-0.0.2.ebuild, +pyxenstore-.ebuild:
  Initial commit. Copied from alunduil's overlay.






[gentoo-commits] gentoo-x86 commit in sys-apps/chname: chname-1.0-r1.ebuild ChangeLog

2014-06-15 Thread Robin H. Johnson (robbat2)
robbat2 14/06/15 20:07:56

  Modified: chname-1.0-r1.ebuild ChangeLog
  Log:
  amd64 stable.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  sys-apps/chname/chname-1.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/chname/chname-1.0-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/chname/chname-1.0-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/chname/chname-1.0-r1.ebuild?r1=1.1r2=1.2

Index: chname-1.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/chname/chname-1.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -p -w -b -B -u -u -r1.1 -r1.2
--- chname-1.0-r1.ebuild30 Dec 2010 18:53:45 -  1.1
+++ chname-1.0-r1.ebuild15 Jun 2014 20:07:56 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/chname/chname-1.0-r1.ebuild,v 1.1 
2010/12/30 18:53:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/chname/chname-1.0-r1.ebuild,v 1.2 
2014/06/15 20:07:56 robbat2 Exp $
 
 inherit toolchain-funcs
 
@@ -10,7 +10,7 @@ SRC_URI=http://chname.googlecode.com/fi
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=
 
 DEPEND==sys-kernel/linux-headers-2.6.16



1.7  sys-apps/chname/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/chname/ChangeLog?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/chname/ChangeLog?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/chname/ChangeLog?r1=1.6r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/chname/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -p -w -b -B -u -u -r1.6 -r1.7
--- ChangeLog   11 May 2012 19:12:16 -  1.6
+++ ChangeLog   15 Jun 2014 20:07:56 -  1.7
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/chname
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/chname/ChangeLog,v 1.6 2012/05/11 
19:12:16 kensington Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/chname/ChangeLog,v 1.7 2014/06/15 
20:07:56 robbat2 Exp $
+
+  15 Jun 2014; Robin H. Johnson robb...@gentoo.org chname-1.0-r1.ebuild:
+  amd64 stable.
 
   11 May 2012; Michael Palimaka kensing...@gentoo.org -chname-1.0.ebuild:
   Remove old.






[gentoo-commits] gentoo-x86 commit in net-firewall/ipset: ipset-6.21.1.ebuild ChangeLog

2014-06-20 Thread Robin H. Johnson (robbat2)
robbat2 14/06/20 20:57:10

  Modified: ChangeLog
  Added:ipset-6.21.1.ebuild
  Log:
  Bump per bug #509804.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.75 net-firewall/ipset/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipset/ChangeLog?rev=1.75view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipset/ChangeLog?rev=1.75content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipset/ChangeLog?r1=1.74r2=1.75

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/ipset/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -p -w -b -B -u -u -r1.74 -r1.75
--- ChangeLog   1 Dec 2013 19:16:16 -   1.74
+++ ChangeLog   20 Jun 2014 20:57:10 -  1.75
@@ -1,6 +1,11 @@
 # ChangeLog for net-firewall/ipset
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ChangeLog,v 1.74 
2013/12/01 19:16:16 robbat2 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ChangeLog,v 1.75 
2014/06/20 20:57:10 robbat2 Exp $
+
+*ipset-6.21.1 (20 Jun 2014)
+
+  20 Jun 2014; Robin H. Johnson robb...@gentoo.org +ipset-6.21.1.ebuild:
+  Bump per bug #509804.
 
 *ipset-6.20.1 (01 Dec 2013)
 



1.1  net-firewall/ipset/ipset-6.21.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipset/ipset-6.21.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipset/ipset-6.21.1.ebuild?rev=1.1content-type=text/plain

Index: ipset-6.21.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ipset-6.21.1.ebuild,v 1.1 
2014/06/20 20:57:10 robbat2 Exp $

EAPI=5
MODULES_OPTIONAL_USE=modules
inherit autotools linux-info linux-mod

DESCRIPTION=IPset tool for iptables, successor to ippool.
HOMEPAGE=http://ipset.netfilter.org/;
SRC_URI=http://ipset.netfilter.org/${P}.tar.bz2;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86

RDEPEND==net-firewall/iptables-1.4.7
net-libs/libmnl
DEPEND=${RDEPEND}

DOCS=( ChangeLog INSTALL README UPGRADE )

# configurable from outside, e.g. /etc/make.conf
IP_NF_SET_MAX=${IP_NF_SET_MAX:-256}

BUILD_TARGETS=modules
MODULE_NAMES_ARG=kernel/net/netfilter/ipset/:${S}/kernel/net/netfilter/ipset
MODULE_NAMES=xt_set(kernel/net/netfilter/ipset/:${S}/kernel/net/netfilter/)
for i in 
ip_set{,_bitmap_{ip{,mac},port},_hash_{ip{,port{,ip,net}},net{,port{,net},iface,net}},_list_set};
 do
MODULE_NAMES+= ${i}(${MODULE_NAMES_ARG})
done

check_header_patch() {
if ! $(grep -q NFNL_SUBSYS_IPSET 
${KV_DIR}/include/linux/netfilter/nfnetlink.h); then
eerror Sorry, but you have to patch kernel sources with the 
following patch:
eerror  # cd ${KV_DIR}
eerror  # patch -i ${S}/netlink.patch -p1
eerror You should recompile and run new kernel to avoid 
runtime errors.
die Unpatched kernel
fi
}

pkg_setup() {
get_version
CONFIG_CHECK=NETFILTER
ERROR_NETFILTER=ipset requires NETFILTER support in your kernel.
# It does still build without NET_NS, but it may be needed in future.
#CONFIG_CHECK=${CONFIG_CHECK} NET_NS
#ERROR_NET_NS=ipset requires NET_NS (network namespace) support in 
your kernel.

build_modules=0
if use modules; then
kernel_is -lt 2 6 35  die ${PN} requires kernel greater then 
2.6.35.
if linux_config_src_exists  linux_chkconfig_builtin MODULES 
; then
if linux_chkconfig_present IP_NF_SET || \
linux_chkconfig_present IP_SET; then #274577
eerror There is IP{,_NF}_SET or 
NETFILTER_XT_SET support in your kernel.
eerror Please either build ipset with modules 
USE flag disabled
eerror or rebuild kernel without IP_SET 
support and make sure
eerror there is NO kernel ip_set* modules in 
/lib/modules/your_kernel/... .
die USE=modules and in-kernel ipset support 
detected.
else
einfo Modular kernel detected. Gonna build 
kernel modules...
build_modules=1
fi
else
eerror Nonmodular kernel detected, but USE=modules. 
Either build
eerror modular kernel

[gentoo-commits] gentoo-x86 commit in net-firewall/ipset: ipset-6.20.1.ebuild ChangeLog

2014-06-20 Thread Robin H. Johnson (robbat2)
robbat2 14/06/20 20:58:03

  Modified: ipset-6.20.1.ebuild ChangeLog
  Log:
  Stable on amd64 per bug #502870, works for infra.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  net-firewall/ipset/ipset-6.20.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipset/ipset-6.20.1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipset/ipset-6.20.1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipset/ipset-6.20.1.ebuild?r1=1.1r2=1.2

Index: ipset-6.20.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/ipset/ipset-6.20.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -p -w -b -B -u -u -r1.1 -r1.2
--- ipset-6.20.1.ebuild 1 Dec 2013 19:16:16 -   1.1
+++ ipset-6.20.1.ebuild 20 Jun 2014 20:58:03 -  1.2
@@ -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/net-firewall/ipset/ipset-6.20.1.ebuild,v 
1.1 2013/12/01 19:16:16 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ipset-6.20.1.ebuild,v 
1.2 2014/06/20 20:58:03 robbat2 Exp $
 
 EAPI=5
 MODULES_OPTIONAL_USE=modules



1.76 net-firewall/ipset/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipset/ChangeLog?rev=1.76view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipset/ChangeLog?rev=1.76content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipset/ChangeLog?r1=1.75r2=1.76

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/ipset/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -p -w -b -B -u -u -r1.75 -r1.76
--- ChangeLog   20 Jun 2014 20:57:10 -  1.75
+++ ChangeLog   20 Jun 2014 20:58:03 -  1.76
@@ -1,6 +1,9 @@
 # ChangeLog for net-firewall/ipset
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ChangeLog,v 1.75 
2014/06/20 20:57:10 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ChangeLog,v 1.76 
2014/06/20 20:58:03 robbat2 Exp $
+
+  20 Jun 2014; Robin H. Johnson robb...@gentoo.org ipset-6.20.1.ebuild:
+  Stable on amd64 per bug #502870, works for infra.
 
 *ipset-6.21.1 (20 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in net-firewall/ipset: ipset-6.20.1.ebuild ChangeLog

2014-06-21 Thread Robin H. Johnson (robbat2)
robbat2 14/06/21 20:25:57

  Modified: ipset-6.20.1.ebuild ChangeLog
  Log:
  Stable on amd64 per bug #502870, works for infra (actually do it this time)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.3  net-firewall/ipset/ipset-6.20.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipset/ipset-6.20.1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipset/ipset-6.20.1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipset/ipset-6.20.1.ebuild?r1=1.2r2=1.3

Index: ipset-6.20.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/ipset/ipset-6.20.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -p -w -b -B -u -u -r1.2 -r1.3
--- ipset-6.20.1.ebuild 20 Jun 2014 20:58:03 -  1.2
+++ ipset-6.20.1.ebuild 21 Jun 2014 20:25:57 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ipset-6.20.1.ebuild,v 
1.2 2014/06/20 20:58:03 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ipset-6.20.1.ebuild,v 
1.3 2014/06/21 20:25:57 robbat2 Exp $
 
 EAPI=5
 MODULES_OPTIONAL_USE=modules
@@ -12,7 +12,7 @@ SRC_URI=http://ipset.netfilter.org/${P}
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~ppc ~x86
+KEYWORDS=amd64 ~ppc ~x86
 
 RDEPEND==net-firewall/iptables-1.4.7
net-libs/libmnl



1.77 net-firewall/ipset/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipset/ChangeLog?rev=1.77view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipset/ChangeLog?rev=1.77content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ipset/ChangeLog?r1=1.76r2=1.77

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/ipset/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -p -w -b -B -u -u -r1.76 -r1.77
--- ChangeLog   20 Jun 2014 20:58:03 -  1.76
+++ ChangeLog   21 Jun 2014 20:25:57 -  1.77
@@ -1,6 +1,9 @@
 # ChangeLog for net-firewall/ipset
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ChangeLog,v 1.76 
2014/06/20 20:58:03 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipset/ChangeLog,v 1.77 
2014/06/21 20:25:57 robbat2 Exp $
+
+  21 Jun 2014; Robin H. Johnson robb...@gentoo.org ipset-6.20.1.ebuild:
+  Stable on amd64 per bug #502870, works for infra (actually do it this time)
 
   20 Jun 2014; Robin H. Johnson robb...@gentoo.org ipset-6.20.1.ebuild:
   Stable on amd64 per bug #502870, works for infra.






[gentoo-commits] gentoo-x86 commit in app-emulation/openstack-guest-agents-unix: - New directory

2014-06-21 Thread Robin H. Johnson (robbat2)
robbat2 14/06/22 02:05:04

  Log:
  Directory /var/cvsroot/gentoo-x86/app-emulation/openstack-guest-agents-unix 
added to the repository



[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2014-06-21 Thread Robin H. Johnson (robbat2)
robbat2 14/06/22 02:04:51

  Modified: ChangeLog package.mask
  Log:
  openstack-guest-agents-unix and xe-guest-utilities coming because infra needs 
them.

Revision  ChangesPath
1.9102   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9102view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9102content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9101r2=1.9102

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9101
retrieving revision 1.9102
diff -p -w -b -B -u -u -r1.9101 -r1.9102
--- ChangeLog   21 Jun 2014 09:47:13 -  1.9101
+++ ChangeLog   22 Jun 2014 02:04:50 -  1.9102
@@ -1,11 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9101 2014/06/21 
09:47:13 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9102 2014/06/22 
02:04:50 robbat2 Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  22 Jun 2014; Robin H. Johnson robb...@gentoo.org package.mask:
+  openstack-guest-agents-unix and xe-guest-utilities coming because infra needs
+  them.
+
   21 Jun 2014; Markos Chandras hwoar...@gentoo.org package.mask:
   unmask latest sssd
 



1.15809  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15809view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15809content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15808r2=1.15809

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15808
retrieving revision 1.15809
diff -p -w -b -B -u -u -r1.15808 -r1.15809
--- package.mask21 Jun 2014 09:47:13 -  1.15808
+++ package.mask22 Jun 2014 02:04:50 -  1.15809
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15808 2014/06/21 
09:47:13 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15809 2014/06/22 
02:04:50 robbat2 Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Robin H. Johnson robb...@gentoo.org (21 Jun 2014)
+# Needs work, but infra needs it for new VM boxes
+app-emulation/openstack-guest-agents-unix
+app-emulation/xe-guest-utilities
+
 # Anthony G. Basile bluen...@gentoo.org (14 Jun 2014)
 # Masked for removal in 30 days, bug #495848
 net-libs/cyassl






[gentoo-commits] gentoo-x86 commit in app-emulation/openstack-guest-agents-unix/files: - New directory

2014-06-21 Thread Robin H. Johnson (robbat2)
robbat2 14/06/22 02:05:21

  Log:
  Directory 
/var/cvsroot/gentoo-x86/app-emulation/openstack-guest-agents-unix/files added 
to the repository



[gentoo-commits] gentoo-x86 commit in app-emulation/openstack-guest-agents-unix: metadata.xml openstack-guest-agents-unix-1.39.0.ebuild openstack-guest-agents-unix-1.39.0-r1.ebuild ChangeLog

2014-06-21 Thread Robin H. Johnson (robbat2)
 Exp $

*openstack-guest-agents-unix-1.39.0 (22 Jun 2014)
*openstack-guest-agents-unix-1.39.0-r1 (22 Jun 2014)

  22 Jun 2014; Robin H. Johnson robb...@gentoo.org
  +files/openstack-guest-agents-unix-1.39.0-python2.patch,
  +files/patches-1.39.0-20140621.patch, +metadata.xml,
  +openstack-guest-agents-unix-1.39.0-r1.ebuild,
  +openstack-guest-agents-unix-1.39.0.ebuild:
  New packages for infra use, in package.mask because not fully baked yet,
  upstream does QA-horrible things like copy parts of system /lib to a subdir.
  Initial ebuild from alunduil's overlay






[gentoo-commits] gentoo-x86 commit in app-emulation/openstack-guest-agents-unix/files: patches-1.39.0-20140621.patch openstack-guest-agents-unix-1.39.0-python2.patch

2014-06-21 Thread Robin H. Johnson (robbat2)
robbat2 14/06/22 02:06:59

  Added:patches-1.39.0-20140621.patch
openstack-guest-agents-unix-1.39.0-python2.patch
  Log:
  New packages for infra use, in package.mask because not fully baked yet, 
upstream does QA-horrible things like copy parts of system /lib to a subdir. 
Initial ebuild from alunduil's overlay
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  
app-emulation/openstack-guest-agents-unix/files/patches-1.39.0-20140621.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/files/patches-1.39.0-20140621.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/files/patches-1.39.0-20140621.patch?rev=1.1content-type=text/plain

Index: patches-1.39.0-20140621.patch
===
commit fc8c9fe076e321ff98cc6717abbb21ee57808c52
Merge: eaaae09 1ecec49
Author: teran-mckinney teran.mckin...@rackspace.com
Date:   Wed Apr 30 15:33:43 2014 +

Merge pull request #43 from gtmanfred/master

sbindir changes to exec_prefix

commit eaaae09c27a33998374a8d63702c75b04ab3e5c2
Merge: 773e431 1505a5a
Author: teran-mckinney teran.mckin...@rackspace.com
Date:   Tue Apr 29 18:21:27 2014 +

Merge pull request #45 from leader716/master

Added addditional logic to deterine if the hardware address for and inte...

commit 1505a5a8e180910c3307bf04ccfc4eed09c0f40a
Author: John Ward john.w...@rackspace.com
Date:   Tue Apr 29 14:28:34 2014 +

Added addditional logic to deterine if the hardware address for and 
interface is 0x0 if so go to the next interface.
I put this into place to handle tun adapters that have a hardware address 
of 0x0 which was causing the agent to
segfault when it encounterd this type of adapter.

commit 1ecec499d5bea73980a8aec992b394339acc83c7
Author: Daniel Wallace danielwall...@gtmanfred.com
Date:   Fri Apr 25 20:38:35 2014 -0500

sbindir changes to exec_prefix

Systemd requires a full path for the start of the command, and there
isn't one that isn't a nice way to change this.

commit 773e431997a6612cbda9f11ec9d57f5685a29eea
Merge: 1ca2056 12c0294
Author: teran-mckinney teran.mckin...@rackspace.com
Date:   Fri Apr 25 18:41:56 2014 +

Merge pull request #39 from Camisa/master

nova-agent should replace the Slice or Image ID rather than append

commit 1ca2056a455f8075ed951f0a82b92820c0b33b54
Merge: 1b05c75 f9a365e
Author: teran-mckinney teran.mckin...@rackspace.com
Date:   Fri Apr 25 18:40:29 2014 +

Merge pull request #42 from gtmanfred/master

Do not add static routes that are the default route, if a default gateway 
already exists.

Courtesy of gtmanfred. Thank you!

commit f9a365e7a9543d407ca9d75164688faa0ff53528
Author: Daniel Wallace danielwall...@gtmanfred.com
Date:   Fri Apr 25 10:54:29 2014 -0500

remove extra and from debian network.py

commit 387d4e77695598a07be9e4593c5b236b81a1aeea
Author: Daniel Wallace danielwall...@gtmanfred.com
Date:   Fri Apr 25 09:31:15 2014 -0500

Do not add static routes that are the default route

commit 1b05c75530c8b4cbf5347e84815e275ee0bbacd4
Author: teran-mckinney teran.mckin...@rackspace.com
Date:   Thu Feb 13 19:26:36 2014 +

Fix nova-agent not starting on some systems

data/host existing could cause a fault on 
xs_handle.mkdir(self.request_path) if request_path (data/host) already 
existed. Wrap it in a try/except clause to ignore the fault as if the directory 
already exists, there's no reason to throw an exception while trying to create 
it.

Workaround without this patch is to xenstore-rm data/host from affected 
VMs, or to do it from dom0 with the full path.

commit 12c02941ef02dc6645e6d4700e8a028decbf0c19
Author: Christopher J. Camisa c...@operator.host
Date:   Thu Jan 30 03:11:51 2014 -0600

nova-agent should replace the Slice or Image ID rather than append

commit ce388bf600136736fdb790edef58a57aad8adfc1
Author: AbhishekKr abhikumar...@gmail.com
Date:   Tue Jan 21 17:22:23 2014 +0530

shebang fixed for installer.sh and bintar script; gitignore updated

commit 91fe7d0262fe8ad685a287df291b504250b1184c
Author: AbhishekKr abhikumar...@gmail.com
Date:   Fri Jan 3 16:51:54 2014 +0530

FreeBSD changed ports, so bintar creation script need to
diff --git a/.gitignore b/.gitignore
index ae1ae1b..6bdeda8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -55,3 +55,4 @@ unix/scripts/generic/nova-agent
 unix/scripts/gentoo/nova-agent
 unix/scripts/freebsd/nova-agent
 .idea/*
+**/.venv
diff --git a/commands/arch/network.py b/commands/arch/network.py
index 1d698ca..2bc0aff 100644
--- a/commands/arch/network.py
+++ b/commands/arch/network.py
@@ -373,6 +373,11 @@ def _update_rc_conf_legacy(infile, interfaces):
 

[gentoo-commits] proj/genkernel:master commit in: /

2014-06-21 Thread Robin H. Johnson
commit: 76e801c8db8487c2ada3af906327c6466c8108d2
Author: Robin H. Johnson robbat2 AT gentoo DOT org
AuthorDate: Sun Jun 22 02:08:34 2014 +
Commit: Robin H. Johnson robbat2 AT gentoo DOT org
CommitDate: Sun Jun 22 02:08:34 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=76e801c8

Make gen_minkernpackage use the same kernel naming as the normal path 
(kerncache).

Signed-off-by: Robin H. Johnson robbat2 AT gentoo.org

---
 gen_package.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gen_package.sh b/gen_package.sh
index 520d771..fa155b9 100755
--- a/gen_package.sh
+++ b/gen_package.sh
@@ -21,11 +21,11 @@ gen_minkernpackage() {
gen_die Cannot locate kernel binary
fi
cd ${KERNEL_OUTPUTDIR}
-   cp ${tmp_kernel_binary} ${TEMP}/minkernpackage/kernel-${KV} 
|| gen_die 'Could not the copy kernel for the min kernel package!'
+   cp ${tmp_kernel_binary} 
${TEMP}/minkernpackage/kernel-${ARCH}-${KV} || gen_die 'Could not the copy 
kernel for the min kernel package!'
cp .config ${TEMP}/minkernpackage/config-${ARCH}-${KV} || 
gen_die 'Could not the copy kernel config for the min kernel package!'
if isTrue ${GENZIMAGE}
then
-   cp ${tmp_kernel_binary2} 
${TEMP}/minkernpackage/kernelz-${KV} || gen_die Could not copy the kernelz 
for the min kernel package
+   cp ${tmp_kernel_binary2} 
${TEMP}/minkernpackage/kernelz-${ARCH}-${KV} || gen_die Could not copy the 
kernelz for the min kernel package
fi
fi
 



[gentoo-commits] gentoo-x86 commit in app-emulation/openstack-guest-agents-unix: openstack-guest-agents-unix-1.39.0-r2.ebuild ChangeLog

2014-06-21 Thread Robin H. Johnson (robbat2)
robbat2 14/06/22 04:16:14

  Modified: ChangeLog
  Added:openstack-guest-agents-unix-1.39.0-r2.ebuild
  Log:
  Cleanup idea from floppym: just toss all entire install-exec-local deps; it 
does seem to work still. Still have some some libs and bins built into 
/usr/share/nova-agent, but much better.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  app-emulation/openstack-guest-agents-unix/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/openstack-guest-agents-unix/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -p -w -b -B -u -u -r1.1 -r1.2
--- ChangeLog   22 Jun 2014 02:06:59 -  1.1
+++ ChangeLog   22 Jun 2014 04:16:14 -  1.2
@@ -1,6 +1,14 @@
 # ChangeLog for app-emulation/openstack-guest-agents-unix
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/openstack-guest-agents-unix/ChangeLog,v 
1.1 2014/06/22 02:06:59 robbat2 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/openstack-guest-agents-unix/ChangeLog,v 
1.2 2014/06/22 04:16:14 robbat2 Exp $
+
+*openstack-guest-agents-unix-1.39.0-r2 (22 Jun 2014)
+
+  22 Jun 2014; Robin H. Johnson robb...@gentoo.org
+  +openstack-guest-agents-unix-1.39.0-r2.ebuild:
+  Cleanup idea from floppym: just toss all entire install-exec-local deps; it
+  does seem to work still. Still have some some libs and bins built into
+  /usr/share/nova-agent, but much better.
 
 *openstack-guest-agents-unix-1.39.0 (22 Jun 2014)
 *openstack-guest-agents-unix-1.39.0-r1 (22 Jun 2014)



1.1  
app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0-r2.ebuild?rev=1.1content-type=text/plain

Index: openstack-guest-agents-unix-1.39.0-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0-r2.ebuild,v
 1.1 2014/06/22 04:16:14 robbat2 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 ) # does not work with py3 yet

inherit autotools eutils vcs-snapshot python-single-r1

DESCRIPTION=Openstack Unix Guest Agent
HOMEPAGE=http://github.com/rackerlabs/openstack-guest-agents-unix;
SRC_URI=https://github.com/rackerlabs/${PN}/tarball/v${PV} - ${P}.tar.gz

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64
IUSE=

RDEPEND=dev-util/patchelf
dev-python/pycrypto[${PYTHON_USEDEP}]
dev-python/pyxenstore[${PYTHON_USEDEP}]

# Fails to build if python2.5/python2.6 are present
DEPEND=${RDEPEND}
!dev-lang/python:2.5
!dev-lang/python:2.6
${PYTHON_DEPS}

pkg_setup() {
python-single-r1_pkg_setup
}

src_prepare() {
epatch \
${FILESDIR}/patches-1.39.0-20140621.patch \
${FILESDIR}/openstack-guest-agents-unix-1.39.0-python2.patch
# Ignore the deps of install-exec-local
sed -i -e '/^install-exec-local:/s,:.*,:,g' Makefile.am
# bashism fix
sed -r -i -e '/^export ([A-Z_]+)/{ s,^export ,,g; 
s,^([A-Z0-9_]+)(.*),\1\2; export \1,g; }' scripts/gentoo/nova-agent.in

eautoreconf
}

src_install() {
emake DESTDIR=${D} install
doinitd scripts/gentoo/nova-agent
}






[gentoo-commits] gentoo-x86 commit in app-emulation/xe-guest-utilities: - New directory

2014-06-22 Thread Robin H. Johnson (robbat2)
robbat2 14/06/23 04:45:00

  Log:
  Directory /var/cvsroot/gentoo-x86/app-emulation/xe-guest-utilities added to 
the repository



[gentoo-commits] gentoo-x86 commit in app-emulation/xe-guest-utilities/files: - New directory

2014-06-22 Thread Robin H. Johnson (robbat2)
robbat2 14/06/23 04:45:05

  Log:
  Directory /var/cvsroot/gentoo-x86/app-emulation/xe-guest-utilities/files 
added to the repository



[gentoo-commits] gentoo-x86 commit in app-emulation/xe-guest-utilities: xe-guest-utilities-6.2.0_p1120.ebuild xe-guest-utilities-5.6.0_p595.ebuild metadata.xml xe-guest-utilities-6.1.0_p1033.ebuild Ch

2014-06-23 Thread Robin H. Johnson (robbat2)
-daemon ]; then
elog To start the xe-daemon automatically by default
elog you should add it to the boot runlevel :
elog 'rc-update add xe-daemon boot'
elog
fi
}



1.1  app-emulation/xe-guest-utilities/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xe-guest-utilities/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xe-guest-utilities/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
herdopenstack/herd
herdvirtualization/herd
herdxen/herd
maintainer
emailch...@camisa.org/email
nameChristopher J. Camisa/name
descriptionproxy maintainer/description
/maintainer
maintainer
emailrobb...@gentoo.org/email
/maintainer
longdescriptionXenServer Virtual Machine Tools/longdescription
use
flag name=xenstoreUse xenstore binaries bundled by Citrix instead 
of building app-emulation/xen-tools/flag
/use
/pkgmetadata



1.1  
app-emulation/xe-guest-utilities/xe-guest-utilities-6.1.0_p1033.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xe-guest-utilities/xe-guest-utilities-6.1.0_p1033.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xe-guest-utilities/xe-guest-utilities-6.1.0_p1033.ebuild?rev=1.1content-type=text/plain

Index: xe-guest-utilities-6.1.0_p1033.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/xe-guest-utilities/xe-guest-utilities-6.1.0_p1033.ebuild,v
 1.1 2014/06/23 14:30:35 robbat2 Exp $

EAPI=5
inherit eutils rpm linux-info
DESCRIPTION=XenServer Virtual Machine Tools
HOMEPAGE=http://www.citrix.com/;
PV_BASE=${PV/_*}
PV_FULL=${PV/_p/-}
SRC_URI=http://updates.vmd.citrix.com/XenServer/${PV_BASE}/rhel4x/SRPMS/xe-guest-utilities-${PV_FULL}.src.rpm;
LICENSE=LGPL-3 LGPL-2.1
SLOT=0
KEYWORDS=~amd64
IUSE=xenstore
DEPEND=app-arch/rpm2targz
RDEPEND=
!xenstore? ( app-emulation/xen-tools )
xenstore? ( !app-emulation/xen-tools )
S=${WORKDIR}
CONFIG_CHECK=~XEN_COMPAT_XENFS ~XENFS
QA_PREBUILT=usr/bin/xenstore* usr/bin/xeninfo

src_unpack() {
rpm_src_unpack ${A}
# Upstream includes xenstore-sources.tar.bz2
# but it is NOT the complete source :-(
}

src_prepare() {
epatch ${FILESDIR}/${PN}-6.2.0_p1120-Guest-Attributes.patch
epatch ${FILESDIR}/${PN}-6.2.0_p1120-Linux-Distribution.patch
}

src_install() {
newinitd ${FILESDIR}/xe-daemon.initd xe-daemon
dosbin xe-daemon
dosbin xe-linux-distribution
dosbin xe-update-guest-attrs
insinto /lib/udev/rules.d
newins xen-vcpu-hotplug.rules 10-xen-vcpu-hotplug.rules

if use xenstore; then
dobin usr/bin/xeninfo
dobin usr/bin/xenstore
dobin usr/bin/xenstore-*
fi
}

pkg_postinst() {
if [ ! -e /etc/runlevels/boot/xe-daemon ]; then
elog To start the xe-daemon automatically by default
elog you should add it to the boot runlevel :
elog 'rc-update add xe-daemon boot'
elog
fi
}



1.1  app-emulation/xe-guest-utilities/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xe-guest-utilities/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xe-guest-utilities/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for app-emulation/xe-guest-utilities
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/xe-guest-utilities/ChangeLog,v 
1.1 2014/06/23 14:30:35 robbat2 Exp $

*xe-guest-utilities-5.6.0_p595 (23 Jun 2014)
*xe-guest-utilities-6.1.0_p1033 (23 Jun 2014)
*xe-guest-utilities-6.2.0_p1120 (23 Jun 2014)

  23 Jun 2014; Robin H. Johnson robb...@gentoo.org +files/xe-daemon.initd,
  +files/xe-guest-utilities-5.6.100_p651-gentoo.patch,
  +files/xe-guest-utilities-5.6.100_p651-update-guest-attrs.patch,
  +files/xe-guest-utilities-6.2.0_p1120-Guest-Attributes.patch,
  +files/xe-guest-utilities-6.2.0_p1120-Linux-Distribution.patch, +metadata.xml,
  +xe-guest-utilities-5.6.0_p595.ebuild, +xe-guest-utilities-6.1.0_p1033.ebuild,
  +xe-guest-utilities-6.2.0_p1120.ebuild:
  Initial commit, based off Chris Camisa's work in his OpenStack overlay:
  https://github.com/Camisa/OpenStack-Overlay/tree/master/sys-cluster/xe-guest-
  utilities; I intend to proxy

[gentoo-commits] gentoo-x86 commit in app-emulation/xe-guest-utilities/files: xe-daemon.initd xe-guest-utilities-5.6.100_p651-update-guest-attrs.patch xe-guest-utilities-6.2.0_p1120-Linux-Distribution

2014-06-23 Thread Robin H. Johnson (robbat2)
robbat2 14/06/23 14:30:35

  Added:xe-daemon.initd
xe-guest-utilities-5.6.100_p651-update-guest-attrs.patch
xe-guest-utilities-6.2.0_p1120-Linux-Distribution.patch
xe-guest-utilities-6.2.0_p1120-Guest-Attributes.patch
xe-guest-utilities-5.6.100_p651-gentoo.patch
  Log:
  Initial commit, based off Chris Camisa's work in his OpenStack overlay: 
https://github.com/Camisa/OpenStack-Overlay/tree/master/sys-cluster/xe-guest-utilities;
 I intend to proxy further commits from him.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  app-emulation/xe-guest-utilities/files/xe-daemon.initd

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xe-guest-utilities/files/xe-daemon.initd?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xe-guest-utilities/files/xe-daemon.initd?rev=1.1content-type=text/plain

Index: xe-daemon.initd
===
#!/sbin/runscript
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/xe-guest-utilities/files/xe-daemon.initd,v
 1.1 2014/06/23 14:30:35 robbat2 Exp $

depend() {
  need localmount
  after bootmisc
}

start() {
  einfo Detecting Linux distribution version
  /usr/sbin/xe-linux-distribution /var/cache/xe-linux-distribution

  ebegin Starting xe daemon
  start-stop-daemon --start --exec /usr/sbin/xe-daemon \
  --pidfile /var/run/xe-daemon.pid \
  --background \
  -- -p /var/run/xe-daemon.pid
  eend $?
}

stop() {
  ebegin Stopping xe daemon
  start-stop-daemon --stop --exec /usr/sbin/xe-daemon \
  --pidfile /var/run/xe-daemon.pid
  eend $?
}



1.1  
app-emulation/xe-guest-utilities/files/xe-guest-utilities-5.6.100_p651-update-guest-attrs.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xe-guest-utilities/files/xe-guest-utilities-5.6.100_p651-update-guest-attrs.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xe-guest-utilities/files/xe-guest-utilities-5.6.100_p651-update-guest-attrs.patch?rev=1.1content-type=text/plain

Index: xe-guest-utilities-5.6.100_p651-update-guest-attrs.patch
===
--- usr/sbin/xe-update-guest-attrs.orig 2011-04-18 10:56:30.0 -0500
+++ usr/sbin/xe-update-guest-attrs  2013-12-31 04:34:57.750083257 -0600
@@ -172,7 +172,7 @@
 #   collisions:0 txqueuelen:0 
 #   RX bytes:3604609 (3.4 MiB)  TX bytes:3604609 (3.4 MiB)
 
-eval $(/sbin/ifconfig | \
+eval $(/bin/ifconfig | \
 sed -n -e '/^[0-9a-z][0-9a-z]*\:/,/^$/d' \
-e 's/^\([0-9a-z][0-9a-z]*\) .*/ifs=\$ifs \1; current=\1; 
/gp;' \
-e 's/  *inet addr:\('$IPADDR_RE'\) .*/eval 
inet_\${current}=\1; /gp;')



1.1  
app-emulation/xe-guest-utilities/files/xe-guest-utilities-6.2.0_p1120-Linux-Distribution.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xe-guest-utilities/files/xe-guest-utilities-6.2.0_p1120-Linux-Distribution.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xe-guest-utilities/files/xe-guest-utilities-6.2.0_p1120-Linux-Distribution.patch?rev=1.1content-type=text/plain

Index: xe-guest-utilities-6.2.0_p1120-Linux-Distribution.patch
===
--- usr/sbin/xe-linux-distribution.orig 2013-06-14 07:57:18.0 -0500
+++ usr/sbin/xe-linux-distribution  2014-04-19 13:54:13.270477193 -0500
@@ -1,6 +1,7 @@
 #! /bin/sh
 
 # Copyright (C) 2009  Citrix Systems Inc.
+# Copyright (C) 2014  Christopher J. Camisa
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -68,7 +69,7 @@
 eval $(awk -F. '/^[0-9]*\.[0-9]*/ \
 { print major=$1 ; print minor=$2 ; exit 0 }' \
${debian_version})
-
+
 if [ -z ${major} ]  [ -z ${minor} ]  ! grep -q /sid 
${debian_version} ; then
return 1
 fi
@@ -118,7 +119,7 @@
 # Enterprise Linux Enterprise Linux Server release 5 (Carthage)
 # Enterprise Linux Enterprise Linux Server release 5.5 (Carthage)
 # Oracle Linux Server release 5.6
-
+
 if [ ! -f ${redhat_release} ] ; then
return 1
 fi
@@ -236,7 +237,7 @@
 if [ ! -x ${lsb_release} ] ; then
return 1
 fi
-
+
 distro=$(${lsb_release} --short --id | tr 'A-Z' 'a-z')
 description=$(${lsb_release} --short --description | sed -e 
's/^\(.*\)$/\1/g')
 release=$(${lsb_release} --short --release)
@@ -254,6 +255,31 @@
 write_to_output ${distro} ${major} ${minor} ${description}
 }
 

  1   2   3   4   5   6   7   8   9   10   >