[gentoo-commits] gentoo commit in src/patchsets/coreutils/8.23: 002_all_coreutils-printf-macro.patch README.history

2015-04-30 Thread Mike Frysinger (vapier)
vapier  15/04/30 07:02:19

  Modified: README.history
  Added:002_all_coreutils-printf-macro.patch
  Log:
  add fix from upstream for building w/clang found via Chromium OS

Revision  ChangesPath
1.2  src/patchsets/coreutils/8.23/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/8.23/README.history?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/8.23/README.history?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/8.23/README.history?r1=1.1r2=1.2

Index: README.history
===
RCS file: /var/cvsroot/gentoo/src/patchsets/coreutils/8.23/README.history,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.history  28 Jul 2014 09:43:14 -  1.1
+++ README.history  30 Apr 2015 07:02:19 -  1.2
@@ -1,3 +1,6 @@
+1.130 Apr 2014
+   + 002_all_coreutils-printf-macro.patch
+
 1.028 Jul 2014
+ 003_all_coreutils-gentoo-uname.patch
+ 010_all_coreutils-tests.patch



1.1  
src/patchsets/coreutils/8.23/002_all_coreutils-printf-macro.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/8.23/002_all_coreutils-printf-macro.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/8.23/002_all_coreutils-printf-macro.patch?rev=1.1content-type=text/plain

Index: 002_all_coreutils-printf-macro.patch
===
From c77a96ccba91ca687fe0c22e3b2bb1141fbab421 Mon Sep 17 00:00:00 2001
From: Yunlian Jiang yunl...@chromium.org
Date: Tue, 28 Apr 2015 23:47:20 +0100
Subject: [PATCH] build: fix SINGLE_BINARY build when printf is a macro

* src/coreutils.c (usage): include coreutils.h outside
the printf call, because if it's a macro you will get the error:
embedding a #include directive within macro arguments is not supported
---
 src/coreutils.c | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/coreutils.c b/src/coreutils.c
index 9f798b8..7f86834 100644
--- a/src/coreutils.c
+++ b/src/coreutils.c
@@ -70,15 +70,17 @@ Execute the PROGRAM_NAME built-in program with the given 
PARAMETERS.\n\
   fputs (HELP_OPTION_DESCRIPTION, stdout);
   fputs (VERSION_OPTION_DESCRIPTION, stdout);
 
-  printf (\n\
-Built-in programs:\n
 #ifdef SINGLE_BINARY
-/* XXX: Ideally we#d like to present install here, not ginstall.  */
+/* XXX: Ideally we'd like to present install here, not ginstall.  */
+  char const *prog_name_list =
 # define SINGLE_BINARY_PROGRAM(prog_name_str, main_name)   prog_name_str
 # include coreutils.h
 # undef SINGLE_BINARY_PROGRAM
+  ;
+  printf (\n\
+Built-in programs:\n\
+%s\n, prog_name_list);
 #endif
-  \n);
 
   printf (_(\
 \n\
-- 
2.3.6







[gentoo-commits] gentoo-x86 commit in net-misc/dhcp: metadata.xml ChangeLog

2015-04-30 Thread Mike Frysinger (vapier)
vapier  15/04/30 09:08:06

  Modified: metadata.xml ChangeLog
  Log:
  Add CPE info via Chromium OS.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.6  net-misc/dhcp/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcp/metadata.xml?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcp/metadata.xml?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcp/metadata.xml?r1=1.5r2=1.6

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcp/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml23 Mar 2011 04:36:04 -  1.5
+++ metadata.xml30 Apr 2015 09:08:06 -  1.6
@@ -8,4 +8,7 @@
flag name='client'Install the dhclient program/flag
flag name='server'Install the dhcpd and dhcrelay 
programs/flag
/use
+   upstream
+   remote-id type=cpecpe:/a:isc:dhcp/remote-id
+   /upstream
 /pkgmetadata



1.274net-misc/dhcp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcp/ChangeLog,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -r1.273 -r1.274
--- ChangeLog   14 Apr 2015 10:59:58 -  1.273
+++ ChangeLog   30 Apr 2015 09:08:06 -  1.274
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/dhcp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/ChangeLog,v 1.273 2015/04/14 
10:59:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/ChangeLog,v 1.274 2015/04/30 
09:08:06 vapier Exp $
+
+  30 Apr 2015; Mike Frysinger vap...@gentoo.org metadata.xml:
+  Add CPE info via Chromium OS.
 
   14 Apr 2015; Agostino Sarubbo a...@gentoo.org dhcp-4.3.1-r2.ebuild:
   Stable for ia64, wrt bug #539258






[gentoo-commits] proj/sci:master commit in: sci-biology/trinityrnaseq/files/, sci-biology/trinityrnaseq/

2015-04-30 Thread Martin Mokrejs
commit: 5d1cf37ff6399cd2ad05dd51f23f67a24f94ae2e
Author: Martin Mokrejš mmokrejs AT fold DOT natur DOT cuni DOT cz
AuthorDate: Thu Apr 30 09:25:42 2015 +
Commit: Martin Mokrejs mmokrejs AT fold DOT natur DOT cuni DOT cz
CommitDate: Thu Apr 30 09:25:42 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=5d1cf37f

sci-biology/trinityrnaseq: new package (with last release on sourceforge)

Package-Manager: portage-2.2.18

 sci-biology/trinityrnaseq/ChangeLog| 10 +
 sci-biology/trinityrnaseq/files/r3590_chmod.patch  | 24 +++
 sci-biology/trinityrnaseq/files/sort.patch | 14 +++
 sci-biology/trinityrnaseq/metadata.xml |  9 
 .../trinityrnaseq/trinityrnaseq-20140413.ebuild| 49 ++
 5 files changed, 106 insertions(+)

diff --git a/sci-biology/trinityrnaseq/ChangeLog 
b/sci-biology/trinityrnaseq/ChangeLog
new file mode 100644
index 000..a8b96c9
--- /dev/null
+++ b/sci-biology/trinityrnaseq/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-biology/trinityrnaseq
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*trinityrnaseq-20140413 (30 Apr 2015)
+
+  30 Apr 2015; Martin Mokrejs mmokr...@fold.natur.cuni.cz
+  +files/r3590_chmod.patch, +files/sort.patch, +metadata.xml,
+  +trinityrnaseq-20140413.ebuild:
+  sci-biology/trinityrnaseq: new package (with last release on sourceforge)

diff --git a/sci-biology/trinityrnaseq/files/r3590_chmod.patch 
b/sci-biology/trinityrnaseq/files/r3590_chmod.patch
new file mode 100644
index 000..f1bc45e
--- /dev/null
+++ b/sci-biology/trinityrnaseq/files/r3590_chmod.patch
@@ -0,0 +1,24 @@
+--- trinityrnaseq_r20140413p1/trinity-plugins/coreutils/build_parallel_sort.sh 
2014-07-03 01:22:30.0 +0200
 /home/mmokrejs/tmp/build_parallel_sort.sh  2014-07-03 01:18:35.690493804 
+0200
+@@ -29,11 +29,9 @@
+   cd ${DIR}/bin
+   SORTPATH=`which sort`
+   ln -s ${SORTPATH}
+-  if [ ! -x ./sort-softlink]; then
+-if [ ! -x ${DIR}/bin/sort ]; then
++  if [ ! -x ${DIR}/bin/sort ]; then
+   chmod +x ${DIR}/bin/sort
+ fi
+-  fi
+   exit 0
+ fi 
+ 
+@@ -56,7 +54,7 @@
+ cd ${INSTALLDIR}
+ ./configure
+ #make clean
+-make -j
++make
+ cd src
+ mkdir -p ${DIR}/bin
+ cp sort ${DIR}/bin

diff --git a/sci-biology/trinityrnaseq/files/sort.patch 
b/sci-biology/trinityrnaseq/files/sort.patch
new file mode 100644
index 000..c2cccd7
--- /dev/null
+++ b/sci-biology/trinityrnaseq/files/sort.patch
@@ -0,0 +1,14 @@
+--- 
trinityrnaseq_r20140413p1/trinity-plugins/coreutils/build_parallel_sort.sh.ori  
   2014-06-25 10:54:43.0 +0200
 trinityrnaseq_r20140413p1/trinity-plugins/coreutils/build_parallel_sort.sh 
2014-06-25 10:56:52.0 +0200
+@@ -29,7 +29,11 @@
+   cd ${DIR}/bin
+   SORTPATH=`which sort`
+   ln -s ${SORTPATH}
++  if [ ! -x ./sort-softlink]; then
++if [ ! -x ${DIR}/bin/sort ]; then
+   chmod +x ${DIR}/bin/sort
++fi
++  fi
+   exit 0
+ fi 
+ 

diff --git a/sci-biology/trinityrnaseq/metadata.xml 
b/sci-biology/trinityrnaseq/metadata.xml
new file mode 100644
index 000..2bc8930
--- /dev/null
+++ b/sci-biology/trinityrnaseq/metadata.xml
@@ -0,0 +1,9 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+  herdsci-biology/herd
+  maintainer
+emailmmokr...@fold.natur.cuni.cz/email
+nameMartin Mokrejs/name
+  /maintainer
+/pkgmetadata

diff --git a/sci-biology/trinityrnaseq/trinityrnaseq-20140413.ebuild 
b/sci-biology/trinityrnaseq/trinityrnaseq-20140413.ebuild
new file mode 100644
index 000..a2e497a
--- /dev/null
+++ b/sci-biology/trinityrnaseq/trinityrnaseq-20140413.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PERL_EXPORT_PHASE_FUNCTIONS=no
+inherit perl-module eutils toolchain-funcs
+
+# Butterfly should not require any special compilation, as its written in Java 
and already provided as portable precompiled software ...
+# There is bundled jellyfish-1.1.11 source tree
+
+DESCRIPTION=Transcriptome assembler for RNA-seq reads
+HOMEPAGE=http://sourceforge.net/projects/trinityrnaseq;
+SRC_URI=http://downloads.sourceforge.net/project/trinityrnaseq/trinityrnaseq_r20140413p1.tar.gz;
+
+LICENSE=BSD-BroadInstitute
+SLOT=0
+KEYWORDS=~amd64
+IUSE=
+
+DEPEND=
+RDEPEND=${DEPEND}
+
+S=${WORKDIR}/trinityrnaseq_r20140413p1
+
+src_prepare(){
+   epatch ${FILESDIR}/sort.patch
+   epatch ${FILESDIR}/r3590_chmod.patch
+}
+
+src_install(){
+   perl_set_version
+   dobin Trinity util/*.pl util/fasta_tool
+   dobin Inchworm/bin/*
+   cd Chrysalis
+   dobin MakeDepend checkLock BreakTransByPairs Chrysalis GraphFromFasta 
IsoformAugment JoinTransByPairs QuantifyGraph ReadsToTranscripts RunButterfly 
TranscriptomeFromVaryK analysis/ReadsToComponents.pl
+   cd ${S} || die
+   insinto ${VENDOR_LIB}/${PN}
+  

[gentoo-commits] gentoo-x86 commit in net-misc/rsync: ChangeLog

2015-04-30 Thread Mike Frysinger (vapier)
vapier  15/04/30 09:13:35

  Modified: ChangeLog
  Log:
  fix portage changelog screw up
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.266net-misc/rsync/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/rsync/ChangeLog,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -r1.265 -r1.266
--- ChangeLog   30 Apr 2015 09:10:21 -  1.265
+++ ChangeLog   30 Apr 2015 09:13:35 -  1.266
@@ -1,9 +1,8 @@
 # ChangeLog for net-misc/rsync
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/ChangeLog,v 1.265 2015/04/30 
09:10:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/ChangeLog,v 1.266 2015/04/30 
09:13:35 vapier Exp $
 
-  30 Apr 2015; Mike Frysinger vap...@gentoo.org files/rsyncd.conf-3.0.9-r1,
-  metadata.xml:
+  30 Apr 2015; Mike Frysinger vap...@gentoo.org metadata.xml:
   Add CPE info via Chromium OS.
 
   28 Apr 2015; Agostino Sarubbo a...@gentoo.org rsync-3.1.1.ebuild:






[gentoo-commits] gentoo-x86 commit in net-dns/dnsmasq: dnsmasq-2.72-r2.ebuild ChangeLog

2015-04-30 Thread Mike Frysinger (vapier)
vapier  15/04/30 08:48:34

  Modified: dnsmasq-2.72-r2.ebuild ChangeLog
  Log:
  Better HOMEPAGE.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.2  net-dns/dnsmasq/dnsmasq-2.72-r2.ebuild

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

Index: dnsmasq-2.72-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.72-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dnsmasq-2.72-r2.ebuild  29 Apr 2015 17:26:40 -  1.1
+++ dnsmasq-2.72-r2.ebuild  30 Apr 2015 08:48:34 -  1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.72-r2.ebuild,v 
1.1 2015/04/29 17:26:40 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.72-r2.ebuild,v 
1.2 2015/04/30 08:48:34 vapier Exp $
 
 EAPI=5
 
 inherit eutils toolchain-funcs flag-o-matic user systemd
 
 DESCRIPTION=Small forwarding DNS server
-HOMEPAGE=http://www.thekelleys.org.uk/dnsmasq/;
+HOMEPAGE=http://www.thekelleys.org.uk/dnsmasq/doc.html;
 SRC_URI=http://www.thekelleys.org.uk/dnsmasq/${P}.tar.xz;
 
 LICENSE=|| ( GPL-2 GPL-3 )



1.267net-dns/dnsmasq/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/ChangeLog?rev=1.267view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/ChangeLog?rev=1.267content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/ChangeLog?r1=1.266r2=1.267

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -r1.266 -r1.267
--- ChangeLog   29 Apr 2015 17:26:40 -  1.266
+++ ChangeLog   30 Apr 2015 08:48:34 -  1.267
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/dnsmasq
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.266 
2015/04/29 17:26:40 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.267 
2015/04/30 08:48:34 vapier Exp $
+
+  30 Apr 2015; Mike Frysinger vap...@gentoo.org dnsmasq-2.72-r2.ebuild:
+  Better HOMEPAGE.
 
 *dnsmasq-2.72-r2 (29 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in net-misc/dropbear: metadata.xml ChangeLog

2015-04-30 Thread Mike Frysinger (vapier)
vapier  15/04/30 09:01:20

  Modified: metadata.xml ChangeLog
  Log:
  Add CPE info via Chromium OS.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.6  net-misc/dropbear/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dropbear/metadata.xml?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dropbear/metadata.xml?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dropbear/metadata.xml?r1=1.5r2=1.6

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/dropbear/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml23 Mar 2013 07:08:35 -  1.5
+++ metadata.xml30 Apr 2015 09:01:20 -  1.6
@@ -22,4 +22,7 @@
 flag name=multicallBuild all the programs as one little binary (to 
save space)/flag
 flag name=shadowEnable shadow password support/flag
   /use
+upstream
+  remote-id type=cpecpe:/a:matt_johnston:dropbear_ssh_server/remote-id
+/upstream
 /pkgmetadata



1.128net-misc/dropbear/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/dropbear/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog   28 Apr 2015 09:50:57 -  1.127
+++ ChangeLog   30 Apr 2015 09:01:20 -  1.128
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/dropbear
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dropbear/ChangeLog,v 1.127 
2015/04/28 09:50:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dropbear/ChangeLog,v 1.128 
2015/04/30 09:01:20 vapier Exp $
+
+  30 Apr 2015; Mike Frysinger vap...@gentoo.org metadata.xml:
+  Add CPE info via Chromium OS.
 
   28 Apr 2015; Agostino Sarubbo a...@gentoo.org dropbear-2014.66.ebuild:
   Stable for sparc, wrt bug #535598






[gentoo-commits] gentoo-x86 commit in sys-apps/shadow/files: shadow-4.2.1-cross-size-checks.patch

2015-04-30 Thread Mike Frysinger (vapier)
vapier  15/04/30 06:48:16

  Added:shadow-4.2.1-cross-size-checks.patch
  Log:
  Fix from upstream for cross-compile noticed in Chromium OS.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.1  sys-apps/shadow/files/shadow-4.2.1-cross-size-checks.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/shadow/files/shadow-4.2.1-cross-size-checks.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/shadow/files/shadow-4.2.1-cross-size-checks.patch?rev=1.1content-type=text/plain

Index: shadow-4.2.1-cross-size-checks.patch
===
From 2cb54158b80cdbd97ca3b36df83f9255e923ae3f Mon Sep 17 00:00:00 2001
From: James Le Cuirot ch...@aura-online.co.uk
Date: Sat, 23 Aug 2014 09:46:39 +0100
Subject: [PATCH] Check size of uid_t and gid_t using AC_CHECK_SIZEOF

This built-in check is simpler than the previous method and, most
importantly, works when cross-compiling.

Signed-off-by: Serge Hallyn serge.hal...@ubuntu.com
---
 configure.in | 14 --
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/configure.in b/configure.in
index 1a3f841..4a4d6d0 100644
--- a/configure.in
+++ b/configure.in
@@ -335,16 +335,10 @@ if test $enable_subids != no; then
dnl
dnl FIXME: check if 32 bit UIDs/GIDs are supported by libc
dnl
-   AC_RUN_IFELSE([AC_LANG_SOURCE([
-#include sys/types.h
-int main(void) {
-   uid_t u;
-   gid_t g;
-   return (sizeof u  4) || (sizeof g  4);
-}
-   ])], [id32bit=yes], [id32bit=no])
-
-   if test x$id32bit = xyes; then
+   AC_CHECK_SIZEOF([uid_t],, [#include sys/types.h])
+   AC_CHECK_SIZEOF([gid_t],, [#include sys/types.h])
+
+   if test $ac_cv_sizeof_uid_t -ge 4  test $ac_cv_sizeof_gid_t -ge 
4; then
AC_DEFINE(ENABLE_SUBIDS, 1, [Define to support the subordinate 
IDs.])
enable_subids=yes
else
-- 
2.3.6







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

2015-04-30 Thread Mike Frysinger (vapier)
vapier  15/04/30 06:48:16

  Modified: shadow-4.2.1-r1.ebuild ChangeLog
  Log:
  Fix from upstream for cross-compile noticed in Chromium OS.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.2  sys-apps/shadow/shadow-4.2.1-r1.ebuild

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

Index: shadow-4.2.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.2.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- shadow-4.2.1-r1.ebuild  14 Feb 2015 05:40:45 -  1.1
+++ shadow-4.2.1-r1.ebuild  30 Apr 2015 06:48:16 -  1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.2.1-r1.ebuild,v 
1.1 2015/02/14 05:40:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.2.1-r1.ebuild,v 
1.2 2015/04/30 06:48:16 vapier Exp $
 
 EAPI=4
 
-inherit eutils libtool toolchain-funcs pam multilib
+inherit eutils libtool toolchain-funcs pam multilib autotools
 
 DESCRIPTION=Utilities to deal with user accounts
 HOMEPAGE=http://shadow.pld.org.pl/ http://pkg-shadow.alioth.debian.org/;
@@ -37,8 +37,12 @@
 
 src_prepare() {
epatch ${FILESDIR}/${PN}-4.1.3-dots-in-usernames.patch #22920
+   epatch ${FILESDIR}/${P}-cross-size-checks.patch
epatch_user
-   elibtoolize
+   # https://github.com/shadow-maint/shadow/pull/5
+   mv configure.{in,ac} || die
+   eautoreconf
+   #elibtoolize
 }
 
 src_configure() {



1.298sys-apps/shadow/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/shadow/ChangeLog,v
retrieving revision 1.297
retrieving revision 1.298
diff -u -r1.297 -r1.298
--- ChangeLog   14 Feb 2015 05:40:45 -  1.297
+++ ChangeLog   30 Apr 2015 06:48:16 -  1.298
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/shadow
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/ChangeLog,v 1.297 
2015/02/14 05:40:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/ChangeLog,v 1.298 
2015/04/30 06:48:16 vapier Exp $
+
+  30 Apr 2015; Mike Frysinger vap...@gentoo.org
+  +files/shadow-4.2.1-cross-size-checks.patch, shadow-4.2.1-r1.ebuild:
+  Fix from upstream for cross-compile noticed in Chromium OS.
 
 *shadow-4.2.1-r1 (14 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in sys-apps/busybox: ChangeLog

2015-04-30 Thread Mike Frysinger (vapier)
vapier  15/04/30 09:05:02

  Modified: ChangeLog
  Log:
  fix portage changelog screw up
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.397sys-apps/busybox/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v
retrieving revision 1.396
retrieving revision 1.397
diff -u -r1.396 -r1.397
--- ChangeLog   30 Apr 2015 09:02:21 -  1.396
+++ ChangeLog   30 Apr 2015 09:05:02 -  1.397
@@ -1,11 +1,8 @@
 # ChangeLog for sys-apps/busybox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.396 
2015/04/30 09:02:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.397 
2015/04/30 09:05:02 vapier Exp $
 
-  30 Apr 2015; Mike Frysinger vap...@gentoo.org
-  files/busybox-1.20.2-selinux-pkg-config.patch,
-  files/busybox-1.22.1-iplink.patch, files/klogd.initd, 
files/mdev/usbdisk_link,
-  metadata.xml:
+  30 Apr 2015; Mike Frysinger vap...@gentoo.org metadata.xml:
   Add CPE info via Chromium OS.
 
   04 Apr 2015; Mike Frysinger vap...@gentoo.org busybox-1.23.1-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-db/mongodb: ChangeLog mongodb-2.4.14.ebuild

2015-04-30 Thread Alexys Jacob (ultrabug)
ultrabug15/04/30 09:19:44

  Modified: ChangeLog
  Added:mongodb-2.4.14.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B658FA13)

Revision  ChangesPath
1.117dev-db/mongodb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mongodb/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog   9 Apr 2015 20:05:54 -   1.116
+++ ChangeLog   30 Apr 2015 09:19:44 -  1.117
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/mongodb
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/ChangeLog,v 1.116 2015/04/09 
20:05:54 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/ChangeLog,v 1.117 2015/04/30 
09:19:44 ultrabug Exp $
+
+*mongodb-2.4.14 (30 Apr 2015)
+
+  30 Apr 2015; Ultrabug ultra...@gentoo.org +mongodb-2.4.14.ebuild:
+  version bump
 
 *mongodb-3.0.2 (09 Apr 2015)
 



1.1  dev-db/mongodb/mongodb-2.4.14.ebuild

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

Index: mongodb-2.4.14.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.4.14.ebuild,v 1.1 
2015/04/30 09:19:44 ultrabug Exp $

EAPI=4
SCONS_MIN_VERSION=1.2.0
CHECKREQS_DISK_BUILD=2400M
CHECKREQS_DISK_USR=512M

inherit eutils flag-o-matic multilib pax-utils scons-utils systemd user 
versionator check-reqs

MY_P=${PN}-src-r${PV/_rc/-rc}

DESCRIPTION=A high-performance, open source, schema-free document-oriented 
database
HOMEPAGE=http://www.mongodb.org;
SRC_URI=http://downloads.mongodb.org/src/${MY_P}.tar.gz
mms-agent? ( 
http://dev.gentoo.org/~ultrabug/20140409-mms-monitoring-agent.zip )

LICENSE=AGPL-3 Apache-2.0
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=kerberos mms-agent sharedclient spidermonkey ssl static-libs

PDEPEND=mms-agent? ( dev-python/pymongo app-arch/unzip )
RDEPEND=
=dev-libs/boost-1.50[threads(+)]
dev-libs/libpcre[cxx]
dev-util/google-perftools[-minimal]
net-libs/libpcap
app-arch/snappy
ssl? ( =dev-libs/openssl-1.0.1c )
DEPEND=${RDEPEND}
sys-libs/readline
sys-libs/ncurses
kerberos? ( dev-libs/cyrus-sasl[kerberos] )

S=${WORKDIR}/${MY_P}

pkg_setup() {
enewgroup mongodb
enewuser mongodb -1 -1 /var/lib/${PN} mongodb

scons_opts=  --disable-warnings-as-errors --cc=$(tc-getCC) 
--cxx=$(tc-getCXX)
scons_opts+= --use-system-tcmalloc
scons_opts+= --use-system-pcre
scons_opts+= --use-system-snappy
scons_opts+= --use-system-boost

if use prefix; then
scons_opts+= --cpppath=${EPREFIX}/usr/include
scons_opts+= --libpath=${EPREFIX}/usr/$(get_libdir)
fi

if use kerberos; then
scons_opts+= --use-sasl-client
fi

if use sharedclient; then
scons_opts+= --sharedclient
fi

if use spidermonkey; then
scons_opts+= --usesm
else
scons_opts+= --usev8
fi

if use ssl; then
scons_opts+= --ssl
fi
}

src_prepare() {
epatch ${FILESDIR}/${PN}-2.4.11-fix-scons.patch
epatch ${FILESDIR}/${PN}-2.2-r1-fix-boost.patch
epatch ${FILESDIR}/${PN}-2.4-fix-v8-pythonpath.patch
epatch ${FILESDIR}/${PN}-2.4-fix-sasl.patch

# bug #462606
sed -i -e s@\$INSTALL_DIR/lib@\$INSTALL_DIR/$(get_libdir)@g 
src/SConscript.client || die

# bug #482576
sed -i -e /-Werror/d src/third_party/v8/SConscript || die
}

src_compile() {
escons ${scons_opts} all
}

src_install() {
escons ${scons_opts} --full --nostrip install --prefix=${ED}/usr

use static-libs || find ${ED}/usr/ -type f -name *.a -delete

if ! use spidermonkey; then
pax-mark m ${ED}/usr/bin/{mongo,mongod}
fi

for x in /var/{lib,log}/${PN}; do
keepdir ${x}
fowners mongodb:mongodb ${x}
done

doman debian/mongo*.1
dodoc README docs/building.md

newinitd ${FILESDIR}/${PN}.initd-r1 ${PN}
newconfd 

[gentoo-commits] gentoo-x86 commit in net-misc/rsync: metadata.xml ChangeLog

2015-04-30 Thread Mike Frysinger (vapier)
vapier  15/04/30 09:10:21

  Modified: metadata.xml ChangeLog
  Log:
  Add CPE info via Chromium OS.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.2  net-misc/rsync/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/rsync/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml22 Feb 2006 22:59:55 -  1.1
+++ metadata.xml30 Apr 2015 09:10:21 -  1.2
@@ -2,4 +2,7 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
 herdbase-system/herd
+upstream
+   remote-id type=cpecpe:/a:samba:rsync/remote-id
+/upstream
 /pkgmetadata



1.265net-misc/rsync/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/rsync/ChangeLog,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -r1.264 -r1.265
--- ChangeLog   28 Apr 2015 07:28:54 -  1.264
+++ ChangeLog   30 Apr 2015 09:10:21 -  1.265
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/rsync
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/ChangeLog,v 1.264 2015/04/28 
07:28:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/ChangeLog,v 1.265 2015/04/30 
09:10:21 vapier Exp $
+
+  30 Apr 2015; Mike Frysinger vap...@gentoo.org files/rsyncd.conf-3.0.9-r1,
+  metadata.xml:
+  Add CPE info via Chromium OS.
 
   28 Apr 2015; Agostino Sarubbo a...@gentoo.org rsync-3.1.1.ebuild:
   Stable for alpha, wrt bug #54






[gentoo-commits] gentoo-x86 commit in net-misc/ntp: metadata.xml ChangeLog

2015-04-30 Thread Mike Frysinger (vapier)
vapier  15/04/30 09:09:30

  Modified: metadata.xml ChangeLog
  Log:
  Add CPE info via Chromium OS.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.6  net-misc/ntp/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ntp/metadata.xml?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ntp/metadata.xml?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ntp/metadata.xml?r1=1.5r2=1.6

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/ntp/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml20 Jul 2011 03:52:34 -  1.5
+++ metadata.xml30 Apr 2015 09:09:30 -  1.6
@@ -14,4 +14,7 @@
 flag name=parse-clocksAdd support for PARSE clocks/flag
 flag name=sambaProvide support for Samba's signing daemon (needed for 
Active Directory domain controllers)/flag
   /use
+  upstream
+remote-id type=cpecpe:/a:ntp:ntp/remote-id
+  /upstream
 /pkgmetadata



1.237net-misc/ntp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/ntp/ChangeLog,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -r1.236 -r1.237
--- ChangeLog   8 Apr 2015 21:13:16 -   1.236
+++ ChangeLog   30 Apr 2015 09:09:30 -  1.237
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/ntp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ChangeLog,v 1.236 2015/04/08 
21:13:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ChangeLog,v 1.237 2015/04/30 
09:09:30 vapier Exp $
+
+  30 Apr 2015; Mike Frysinger vap...@gentoo.org metadata.xml:
+  Add CPE info via Chromium OS.
 
 *ntp-4.2.8_p2 (08 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in sys-apps/coreutils: coreutils-8.23.ebuild ChangeLog

2015-04-30 Thread Mike Frysinger (vapier)
vapier  15/04/30 07:03:46

  Modified: coreutils-8.23.ebuild ChangeLog
  Log:
  Add fix from upstream for building w/clang found via Chromium OS.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.3  sys-apps/coreutils/coreutils-8.23.ebuild

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

Index: coreutils-8.23.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.23.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- coreutils-8.23.ebuild   21 Mar 2015 12:43:03 -  1.2
+++ coreutils-8.23.ebuild   30 Apr 2015 07:03:46 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.23.ebuild,v 
1.2 2015/03/21 12:43:03 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.23.ebuild,v 
1.3 2015/04/30 07:03:46 vapier Exp $
 
 # To generate the man pages, unpack the upstream tarball and run:
 # ./configure --enable-install-program=arch,coreutils
@@ -12,7 +12,7 @@
 
 inherit eutils flag-o-matic toolchain-funcs
 
-PATCH_VER=1.0
+PATCH_VER=1.1
 DESCRIPTION=Standard GNU file utilities (chmod, cp, dd, dir, ls...), text 
utilities (sort, tr, head, wc..), and shell utilities (whoami, who,...)
 HOMEPAGE=http://www.gnu.org/software/coreutils/;
 SRC_URI=mirror://gnu/${PN}/${P}.tar.xz
@@ -100,7 +100,7 @@
 }
 
 src_test() {
-   # Non-root tests will fail if the full path isnt
+   # Non-root tests will fail if the full path isn't
# accessible to non-root users
chmod -R go-w ${WORKDIR}
chmod a+rx ${WORKDIR}



1.394sys-apps/coreutils/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v
retrieving revision 1.393
retrieving revision 1.394
diff -u -r1.393 -r1.394
--- ChangeLog   21 Mar 2015 12:43:03 -  1.393
+++ ChangeLog   30 Apr 2015 07:03:46 -  1.394
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/coreutils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.393 
2015/03/21 12:43:03 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.394 
2015/04/30 07:03:46 vapier Exp $
+
+  30 Apr 2015; Mike Frysinger vap...@gentoo.org coreutils-8.23.ebuild:
+  Add fix from upstream for building w/clang found via Chromium OS.
 
   21 Mar 2015; Michał Górny mgo...@gentoo.org coreutils-8.23.ebuild:
   Keyword x86-fbsd, bug #507536 by nigoro.






[gentoo-commits] gentoo-x86 commit in net-dns/dnsmasq: metadata.xml ChangeLog

2015-04-30 Thread Mike Frysinger (vapier)
vapier  15/04/30 08:57:08

  Modified: metadata.xml ChangeLog
  Log:
  Add CPE info.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.15 net-dns/dnsmasq/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/metadata.xml?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/metadata.xml?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/metadata.xml?r1=1.14r2=1.15

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/metadata.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- metadata.xml10 Apr 2014 18:05:22 -  1.14
+++ metadata.xml30 Apr 2015 08:57:08 -  1.15
@@ -14,5 +14,7 @@
flag name='script'Enable support for calling scripts when leases 
change./flag
flag name='tftp'Enables built in TFTP server for netbooting./flag
 /use
+upstream
+   remote-id type=cpecpe:/a:thekelleys:dnsmasq/remote-id
+/upstream
 /pkgmetadata
-



1.268net-dns/dnsmasq/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/ChangeLog?rev=1.268view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/ChangeLog?rev=1.268content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/ChangeLog?r1=1.267r2=1.268

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v
retrieving revision 1.267
retrieving revision 1.268
diff -u -r1.267 -r1.268
--- ChangeLog   30 Apr 2015 08:48:34 -  1.267
+++ ChangeLog   30 Apr 2015 08:57:08 -  1.268
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/dnsmasq
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.267 
2015/04/30 08:48:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.268 
2015/04/30 08:57:08 vapier Exp $
+
+  30 Apr 2015; Mike Frysinger vap...@gentoo.org metadata.xml:
+  Add CPE info.
 
   30 Apr 2015; Mike Frysinger vap...@gentoo.org dnsmasq-2.72-r2.ebuild:
   Better HOMEPAGE.






[gentoo-commits] gentoo-x86 commit in sys-apps/busybox/files: klogd.initd

2015-04-30 Thread Mike Frysinger (vapier)
vapier  15/04/30 09:02:22

  Modified: klogd.initd
  Log:
  Add CPE info via Chromium OS.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.3  sys-apps/busybox/files/klogd.initd

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/files/klogd.initd?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/files/klogd.initd?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/files/klogd.initd?r1=1.2r2=1.3

Index: klogd.initd
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/files/klogd.initd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- klogd.initd 21 Dec 2012 03:15:28 -  1.2
+++ klogd.initd 30 Apr 2015 09:02:21 -  1.3
@@ -1,7 +1,7 @@
 #!/sbin/runscript
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/files/klogd.initd,v 1.2 
2012/12/21 03:15:28 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/files/klogd.initd,v 1.3 
2015/04/30 09:02:21 vapier Exp $
 
 command=/bin/busybox klogd
 command_args=${KLOGD_OPTS}






[gentoo-commits] gentoo-x86 commit in sys-apps/busybox: metadata.xml ChangeLog

2015-04-30 Thread Mike Frysinger (vapier)
vapier  15/04/30 09:02:21

  Modified: metadata.xml ChangeLog
  Log:
  Add CPE info via Chromium OS.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.15 sys-apps/busybox/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/metadata.xml?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/metadata.xml?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/metadata.xml?r1=1.14r2=1.15

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/metadata.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- metadata.xml2 Nov 2012 18:59:14 -   1.14
+++ metadata.xml30 Apr 2015 09:02:21 -  1.15
@@ -10,4 +10,7 @@
 flag name=staticMake the system rescue shell (/bin/bb) static so you can 
recover even when glibc is broken/flag
 flag name=systemdSupport systemd/flag
 /use
+upstream
+remote-id type=cpecpe:/a:busybox:busybox/remote-id
+/upstream
 /pkgmetadata



1.396sys-apps/busybox/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v
retrieving revision 1.395
retrieving revision 1.396
diff -u -r1.395 -r1.396
--- ChangeLog   4 Apr 2015 22:34:04 -   1.395
+++ ChangeLog   30 Apr 2015 09:02:21 -  1.396
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/busybox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.395 
2015/04/04 22:34:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.396 
2015/04/30 09:02:21 vapier Exp $
+
+  30 Apr 2015; Mike Frysinger vap...@gentoo.org
+  files/busybox-1.20.2-selinux-pkg-config.patch,
+  files/busybox-1.22.1-iplink.patch, files/klogd.initd, 
files/mdev/usbdisk_link,
+  metadata.xml:
+  Add CPE info via Chromium OS.
 
   04 Apr 2015; Mike Frysinger vap...@gentoo.org busybox-1.23.1-r1.ebuild:
   Mark m68k/s390/sh stable.






[gentoo-commits] proj/sci:master commit in: sci-biology/jellyfish/

2015-04-30 Thread Martin Mokrejs
commit: 50d3d1d5b5c59652a2348b4105490cc698125b89
Author: Martin Mokrejš mmokrejs AT fold DOT natur DOT cuni DOT cz
AuthorDate: Thu Apr 30 10:10:36 2015 +
Commit: Martin Mokrejs mmokrejs AT fold DOT natur DOT cuni DOT cz
CommitDate: Thu Apr 30 10:10:36 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=50d3d1d5

sci-biology/jellyfish: version bump; ebuild cleanup

Package-Manager: portage-2.2.18

 sci-biology/jellyfish/jellyfish-2.1.3.ebuild  | 4 ++--
 .../jellyfish/{jellyfish-2.1.3.ebuild = jellyfish-2.1.4.ebuild}  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-biology/jellyfish/jellyfish-2.1.3.ebuild 
b/sci-biology/jellyfish/jellyfish-2.1.3.ebuild
index c217e42..0d45b48 100644
--- a/sci-biology/jellyfish/jellyfish-2.1.3.ebuild
+++ b/sci-biology/jellyfish/jellyfish-2.1.3.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 DESCRIPTION=k-mer counter within reads for assemblies
 HOMEPAGE=http://www.genome.umd.edu/jellyfish.html;
-SRC_URI=ftp://ftp.genome.umd.edu/pub/jellyfish/jellyfish-2.1.3.tar.gz
+SRC_URI=ftp://ftp.genome.umd.edu/pub/${PN}/${P}.tar.gz
ftp://ftp.genome.umd.edu/pub/jellyfish/JellyfishUserGuide.pdf;
 
 # older version is hidden in 
trinityrnaseq_r20140413p1/trinity-plugins/jellyfish-1.1.11
@@ -21,7 +21,7 @@ RDEPEND=${DEPEND}
 
 src_install(){
default
-   sed -e 's#jellyfish-2.1.3#jellyfish#' -i 
${D}/usr/lib64/pkgconfig/jellyfish-2.0.pc || die
+   sed -e s#jellyfish-${PV}#jellyfish# -i 
${D}/usr/lib64/pkgconfig/jellyfish-2.0.pc || die
mkdir -p ${D}/usr/include/${PN} || die
mv ${D}/usr/include/${P}/${PN}/* ${D}/usr/include/${PN}/ || die
rm -rf ${D}/usr/include/${P}

diff --git a/sci-biology/jellyfish/jellyfish-2.1.3.ebuild 
b/sci-biology/jellyfish/jellyfish-2.1.4.ebuild
similarity index 83%
copy from sci-biology/jellyfish/jellyfish-2.1.3.ebuild
copy to sci-biology/jellyfish/jellyfish-2.1.4.ebuild
index c217e42..0d45b48 100644
--- a/sci-biology/jellyfish/jellyfish-2.1.3.ebuild
+++ b/sci-biology/jellyfish/jellyfish-2.1.4.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 DESCRIPTION=k-mer counter within reads for assemblies
 HOMEPAGE=http://www.genome.umd.edu/jellyfish.html;
-SRC_URI=ftp://ftp.genome.umd.edu/pub/jellyfish/jellyfish-2.1.3.tar.gz
+SRC_URI=ftp://ftp.genome.umd.edu/pub/${PN}/${P}.tar.gz
ftp://ftp.genome.umd.edu/pub/jellyfish/JellyfishUserGuide.pdf;
 
 # older version is hidden in 
trinityrnaseq_r20140413p1/trinity-plugins/jellyfish-1.1.11
@@ -21,7 +21,7 @@ RDEPEND=${DEPEND}
 
 src_install(){
default
-   sed -e 's#jellyfish-2.1.3#jellyfish#' -i 
${D}/usr/lib64/pkgconfig/jellyfish-2.0.pc || die
+   sed -e s#jellyfish-${PV}#jellyfish# -i 
${D}/usr/lib64/pkgconfig/jellyfish-2.0.pc || die
mkdir -p ${D}/usr/include/${PN} || die
mv ${D}/usr/include/${P}/${PN}/* ${D}/usr/include/${PN}/ || die
rm -rf ${D}/usr/include/${P}



[gentoo-commits] gentoo-x86 commit in dev-libs/libpcre/files: libpcre-8.35-export-output.patch

2015-04-30 Thread Lars Wendler (polynomial-c)
polynomial-c15/04/30 11:00:06

  Removed:  libpcre-8.35-export-output.patch
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)



[gentoo-commits] gentoo-x86 commit in dev-libs/libpcre: libpcre-8.37.ebuild ChangeLog libpcre-8.35-r1.ebuild

2015-04-30 Thread Lars Wendler (polynomial-c)
polynomial-c15/04/30 11:00:06

  Modified: ChangeLog
  Added:libpcre-8.37.ebuild
  Removed:  libpcre-8.35-r1.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.246dev-libs/libpcre/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/ChangeLog?rev=1.246view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/ChangeLog?rev=1.246content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/ChangeLog?r1=1.245r2=1.246

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -r1.245 -r1.246
--- ChangeLog   2 Oct 2014 08:54:24 -   1.245
+++ ChangeLog   30 Apr 2015 11:00:06 -  1.246
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libpcre
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v 1.245 
2014/10/02 08:54:24 polynomial-c Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v 1.246 
2015/04/30 11:00:06 polynomial-c Exp $
+
+*libpcre-8.37 (30 Apr 2015)
+
+  30 Apr 2015; Lars Wendler polynomia...@gentoo.org -libpcre-8.35-r1.ebuild,
+  +libpcre-8.37.ebuild, -files/libpcre-8.35-export-output.patch:
+  Version bump. Removed old.
 
 *libpcre-8.36 (02 Oct 2014)
 



1.1  dev-libs/libpcre/libpcre-8.37.ebuild

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

Index: libpcre-8.37.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.37.ebuild,v 1.1 
2015/04/30 11:00:06 polynomial-c Exp $

EAPI=4

inherit eutils multilib libtool flag-o-matic toolchain-funcs multilib-minimal

DESCRIPTION=Perl-compatible regular expression library
HOMEPAGE=http://www.pcre.org/;
MY_P=pcre-${PV/_rc/-RC}
if [[ ${PV} != *_rc* ]] ; then
# Only the final releases are available here.
SRC_URI=mirror://sourceforge/pcre/${MY_P}.tar.bz2

ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${MY_P}.tar.bz2;
else

SRC_URI=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/Testing/${MY_P}.tar.bz2;
fi

LICENSE=BSD
SLOT=3
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
IUSE=bzip2 +cxx +jit libedit pcre16 pcre32 +readline +recursion-limit 
static-libs unicode zlib
REQUIRED_USE=readline? ( !libedit )
libedit? ( !readline )

RDEPEND=bzip2? ( app-arch/bzip2 )
zlib? ( sys-libs/zlib )
libedit? ( dev-libs/libedit )
readline? ( sys-libs/readline )
DEPEND=${RDEPEND}
virtual/pkgconfig
userland_GNU? ( =sys-apps/findutils-4.4.0 )
RDEPEND=${RDEPEND}
abi_x86_32? (
!=app-emulation/emul-linux-x86-baselibs-20131008-r2
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)

S=${WORKDIR}/${MY_P}

MULTILIB_CHOST_TOOLS=(
/usr/bin/pcre-config
)

src_prepare() {
local pc
for pc in *.pc.in ; do
echo Libs.private: @PTHREAD_CFLAGS@  ${pc} #454478
done
sed -i -e s:-lpcre :: libpcrecpp.pc.in || die
elibtoolize
}

multilib_src_configure() {
ECONF_SOURCE=${S} econf \
--with-match-limit-recursion=$(usex recursion-limit 8192 
MATCH_LIMIT) \
$(multilib_native_use_enable bzip2 pcregrep-libbz2) \
$(use_enable cxx cpp) \
$(use_enable jit) $(use_enable jit pcregrep-jit) \
$(use_enable pcre16) \
$(use_enable pcre32) \
$(multilib_native_use_enable libedit pcretest-libedit) \
$(multilib_native_use_enable readline pcretest-libreadline) \
$(use_enable static-libs static) \
$(use_enable unicode utf) $(use_enable unicode 
unicode-properties) \
$(multilib_native_use_enable zlib pcregrep-libz) \
--enable-pcre8 \
--enable-shared \
--htmldir=${EPREFIX}/usr/share/doc/${PF}/html \

[gentoo-commits] gentoo-x86 commit in net-libs/libmicrohttpd: libmicrohttpd-0.9.41.ebuild ChangeLog

2015-04-30 Thread Anthony G. Basile (blueness)
blueness15/04/30 11:27:48

  Modified: ChangeLog
  Added:libmicrohttpd-0.9.41.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.91 net-libs/libmicrohttpd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/ChangeLog?rev=1.91view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/ChangeLog?rev=1.91content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/ChangeLog?r1=1.90r2=1.91

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog   28 Apr 2015 09:46:26 -  1.90
+++ ChangeLog   30 Apr 2015 11:27:48 -  1.91
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/libmicrohttpd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.90 
2015/04/28 09:46:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.91 
2015/04/30 11:27:48 blueness Exp $
+
+*libmicrohttpd-0.9.41 (30 Apr 2015)
+
+  30 Apr 2015; Anthony G. Basile bluen...@gentoo.org
+  +libmicrohttpd-0.9.41.ebuild:
+  Version bump.
 
   28 Apr 2015; Agostino Sarubbo a...@gentoo.org libmicrohttpd-0.9.39.ebuild:
   Stable for sparc, wrt bug #545814



1.1  net-libs/libmicrohttpd/libmicrohttpd-0.9.41.ebuild

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

Index: libmicrohttpd-0.9.41.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/libmicrohttpd-0.9.41.ebuild,v 
1.1 2015/04/30 11:27:48 blueness Exp $

EAPI=5

MY_P=${P/_/}

DESCRIPTION=A small C library that makes it easy to run an HTTP server as part 
of another application
HOMEPAGE=http://www.gnu.org/software/libmicrohttpd/;
SRC_URI=mirror://gnu/${PN}/${MY_P}.tar.gz

IUSE=epoll messages ssl static-libs test
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
LICENSE=LGPL-2.1
SLOT=0

RDEPEND=ssl? (
dev-libs/libgcrypt:0
net-libs/gnutls
)

DEPEND=${RDEPEND}
test?   (
ssl? ( =net-misc/curl-7.25.0-r1[ssl] )
)

S=${WORKDIR}/${MY_P}

DOCS=AUTHORS NEWS README ChangeLog

src_configure() {
econf \
--enable-bauth \
--enable-dauth \
--disable-spdy \
$(use_enable epoll) \
$(use_enable test curl) \
$(use_enable messages) \
$(use_enable messages postprocessor) \
$(use_enable ssl https) \
$(use_with ssl gnutls) \
$(use_enable static-libs static)
}

src_install() {
default

use static-libs || find ${ED} -name '*.la' -exec rm -f {} +
}






[gentoo-commits] proj/sci:master commit in: sci-biology/trinityrnaseq/, sci-biology/trinityrnaseq/files/

2015-04-30 Thread Martin Mokrejs
commit: cd5ffe2b8f606c841206f700c8718f5c3b7fda9e
Author: Martin Mokrejš mmokrejs AT fold DOT natur DOT cuni DOT cz
AuthorDate: Thu Apr 30 10:52:33 2015 +
Commit: Martin Mokrejs mmokrejs AT fold DOT natur DOT cuni DOT cz
CommitDate: Thu Apr 30 10:52:33 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=cd5ffe2b

sci-biology/trinityrnaseq: version bump; dropped patches because target file is 
gone; ideally should depend on sci-biology/samtools-1.1 but lets see what are 
the real requirements

Package-Manager: portage-2.2.18

 sci-biology/trinityrnaseq/ChangeLog|  9 
 sci-biology/trinityrnaseq/files/r3590_chmod.patch  | 24 -
 sci-biology/trinityrnaseq/files/sort.patch | 14 -
 .../trinityrnaseq/trinityrnaseq-2.0.6.ebuild   | 63 ++
 .../trinityrnaseq/trinityrnaseq-20140413.ebuild| 49 -
 5 files changed, 72 insertions(+), 87 deletions(-)

diff --git a/sci-biology/trinityrnaseq/ChangeLog 
b/sci-biology/trinityrnaseq/ChangeLog
index a8b96c9..a630ba3 100644
--- a/sci-biology/trinityrnaseq/ChangeLog
+++ b/sci-biology/trinityrnaseq/ChangeLog
@@ -2,6 +2,15 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*trinityrnaseq-2.0.6 (30 Apr 2015)
+
+  30 Apr 2015; Martin Mokrejs mmokr...@fold.natur.cuni.cz
+  +trinityrnaseq-2.0.6.ebuild, -files/r3590_chmod.patch, -files/sort.patch,
+  -trinityrnaseq-20140413.ebuild:
+  sci-biology/trinityrnaseq: version bump; dropped patches because target file
+  is gone; ideally should depend on sci-biology/samtools-1.1 but lets see what
+  are the real requirements
+
 *trinityrnaseq-20140413 (30 Apr 2015)
 
   30 Apr 2015; Martin Mokrejs mmokr...@fold.natur.cuni.cz

diff --git a/sci-biology/trinityrnaseq/files/r3590_chmod.patch 
b/sci-biology/trinityrnaseq/files/r3590_chmod.patch
deleted file mode 100644
index f1bc45e..000
--- a/sci-biology/trinityrnaseq/files/r3590_chmod.patch
+++ /dev/null
@@ -1,24 +0,0 @@
 trinityrnaseq_r20140413p1/trinity-plugins/coreutils/build_parallel_sort.sh 
2014-07-03 01:22:30.0 +0200
-+++ /home/mmokrejs/tmp/build_parallel_sort.sh  2014-07-03 01:18:35.690493804 
+0200
-@@ -29,11 +29,9 @@
-   cd ${DIR}/bin
-   SORTPATH=`which sort`
-   ln -s ${SORTPATH}
--  if [ ! -x ./sort-softlink]; then
--if [ ! -x ${DIR}/bin/sort ]; then
-+  if [ ! -x ${DIR}/bin/sort ]; then
-   chmod +x ${DIR}/bin/sort
- fi
--  fi
-   exit 0
- fi 
- 
-@@ -56,7 +54,7 @@
- cd ${INSTALLDIR}
- ./configure
- #make clean
--make -j
-+make
- cd src
- mkdir -p ${DIR}/bin
- cp sort ${DIR}/bin

diff --git a/sci-biology/trinityrnaseq/files/sort.patch 
b/sci-biology/trinityrnaseq/files/sort.patch
deleted file mode 100644
index c2cccd7..000
--- a/sci-biology/trinityrnaseq/files/sort.patch
+++ /dev/null
@@ -1,14 +0,0 @@
 
trinityrnaseq_r20140413p1/trinity-plugins/coreutils/build_parallel_sort.sh.ori  
   2014-06-25 10:54:43.0 +0200
-+++ trinityrnaseq_r20140413p1/trinity-plugins/coreutils/build_parallel_sort.sh 
2014-06-25 10:56:52.0 +0200
-@@ -29,7 +29,11 @@
-   cd ${DIR}/bin
-   SORTPATH=`which sort`
-   ln -s ${SORTPATH}
-+  if [ ! -x ./sort-softlink]; then
-+if [ ! -x ${DIR}/bin/sort ]; then
-   chmod +x ${DIR}/bin/sort
-+fi
-+  fi
-   exit 0
- fi 
- 

diff --git a/sci-biology/trinityrnaseq/trinityrnaseq-2.0.6.ebuild 
b/sci-biology/trinityrnaseq/trinityrnaseq-2.0.6.ebuild
new file mode 100644
index 000..335d075
--- /dev/null
+++ b/sci-biology/trinityrnaseq/trinityrnaseq-2.0.6.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PERL_EXPORT_PHASE_FUNCTIONS=no
+inherit perl-module eutils toolchain-funcs
+
+# Butterfly should not require any special compilation, as its written in Java 
and already provided as portable precompiled software ...
+# There is bundled jellyfish-1.1.11 source tree
+
+DESCRIPTION=Transcriptome assembler for RNA-seq reads
+HOMEPAGE=http://trinityrnaseq.github.io/;
+SRC_URI=https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz
+
+LICENSE=BSD-BroadInstitute
+SLOT=0
+KEYWORDS=~amd64
+IUSE=
+
+DEPEND=
+RDEPEND=${DEPEND}
+   sci-biology/parafly
+   =sci-biology/jellyfish-2.1.4
+   sci-biology/samtools
+   dev-perl/IO-All
+# ReleaseNotes mentions that sci-biology/samtools-1.1 is needed
+# version of bundled jellyfish is 2.1.4
+
+#src_compile(){
+#  emake all
+#  emake plugins # bundled copies of TransDecoder, trimmomatic, fastool, 
parafly
+#}
+
+src_install(){
+   perl_set_version
+   dobin Trinity util/*.pl trinity-plugins/GAL_0.2.1/fasta_tool
+   # should become a new package depending on dev-perl/IO-All
+   dobin trinity-plugins/fstrozzi-Fastool-7c3e034f05/fastool
+   dodoc trinity-plugins/fstrozzi-Fastool-7c3e034f05/README.md
+   #
+   insinto /usr/share/${PN}/util
+   doins -r util/*
+ 

[gentoo-commits] gentoo-x86 commit in sys-kernel/vanilla-sources: vanilla-sources-3.12.41.ebuild ChangeLog vanilla-sources-3.12.40.ebuild

2015-04-30 Thread Mike Pagano (mpagano)
mpagano 15/04/30 10:18:57

  Modified: ChangeLog
  Added:vanilla-sources-3.12.41.ebuild
  Removed:  vanilla-sources-3.12.40.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B576E4E3)

Revision  ChangesPath
1.1374   sys-kernel/vanilla-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?rev=1.1374view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?rev=1.1374content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog?r1=1.1373r2=1.1374

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v
retrieving revision 1.1373
retrieving revision 1.1374
diff -u -r1.1373 -r1.1374
--- ChangeLog   29 Apr 2015 09:00:33 -  1.1373
+++ ChangeLog   30 Apr 2015 10:18:57 -  1.1374
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/vanilla-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 
1.1373 2015/04/29 09:00:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 
1.1374 2015/04/30 10:18:57 mpagano Exp $
+
+*vanilla-sources-3.12.41 (30 Apr 2015)
+
+  30 Apr 2015; Mike Pagano mpag...@gentoo.org
+  -vanilla-sources-3.12.40.ebuild, +vanilla-sources-3.12.41.ebuild:
+  Version bump. Remove old.
 
 *vanilla-sources-3.19.6 (29 Apr 2015)
 *vanilla-sources-3.14.40 (29 Apr 2015)



1.1  sys-kernel/vanilla-sources/vanilla-sources-3.12.41.ebuild

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

Index: vanilla-sources-3.12.41.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.12.41.ebuild,v
 1.1 2015/04/30 10:18:57 mpagano Exp $

EAPI=5
K_NOUSENAME=yes
K_NOSETEXTRAVERSION=yes
K_SECURITY_UNSUPPORTED=1
K_DEBLOB_AVAILABLE=1
ETYPE=sources
inherit kernel-2
detect_version

DESCRIPTION=Full sources for the Linux kernel
HOMEPAGE=http://www.kernel.org;
SRC_URI=${KERNEL_URI}

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86
IUSE=deblob






[gentoo-commits] gentoo-x86 commit in dev-libs/apr/files: apr-1.4.6-mint.patch

2015-04-30 Thread Lars Wendler (polynomial-c)
polynomial-c15/04/30 10:33:21

  Removed:  apr-1.4.6-mint.patch
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)



[gentoo-commits] gentoo-x86 commit in dev-libs/apr: apr-1.5.2.ebuild ChangeLog apr-1.4.8-r1.ebuild

2015-04-30 Thread Lars Wendler (polynomial-c)
polynomial-c15/04/30 10:33:21

  Modified: ChangeLog
  Added:apr-1.5.2.ebuild
  Removed:  apr-1.4.8-r1.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.227dev-libs/apr/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr/ChangeLog?rev=1.227view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr/ChangeLog?rev=1.227content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr/ChangeLog?r1=1.226r2=1.227

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/apr/ChangeLog,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -r1.226 -r1.227
--- ChangeLog   15 Nov 2014 20:45:08 -  1.226
+++ ChangeLog   30 Apr 2015 10:33:20 -  1.227
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/apr
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/ChangeLog,v 1.226 2014/11/15 
20:45:08 polynomial-c Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/ChangeLog,v 1.227 2015/04/30 
10:33:20 polynomial-c Exp $
+
+*apr-1.5.2 (30 Apr 2015)
+
+  30 Apr 2015; Lars Wendler polynomia...@gentoo.org -apr-1.4.8-r1.ebuild,
+  +apr-1.5.2.ebuild, -files/apr-1.4.6-mint.patch:
+  Version bump. Removed old.
 
   15 Nov 2014; Lars Wendler polynomia...@gentoo.org apr-1.5.1-r1.ebuild:
   Added kludge to fix compilation with =libtool-2.4.3 until autotools.eclass



1.1  dev-libs/apr/apr-1.5.2.ebuild

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

Index: apr-1.5.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.5.2.ebuild,v 1.1 
2015/04/30 10:33:20 polynomial-c Exp $

EAPI=5

inherit autotools eutils libtool multilib toolchain-funcs

DESCRIPTION=Apache Portable Runtime Library
HOMEPAGE=http://apr.apache.org/;
SRC_URI=mirror://apache/apr/${P}.tar.bz2

LICENSE=Apache-2.0
SLOT=1
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
IUSE=doc elibc_FreeBSD older-kernels-compatibility static-libs +urandom

RDEPEND=elibc_glibc? ( =sys-apps/util-linux-2.16 )
elibc_mintlib? ( =sys-apps/util-linux-2.18 )
DEPEND=${RDEPEND}
=sys-devel/libtool-2.4.2
doc? ( app-doc/doxygen )

DOCS=(CHANGES NOTICE README)

src_prepare() {
epatch ${FILESDIR}/${PN}-1.5.0-mint.patch
epatch ${FILESDIR}/${PN}-1.5.0-libtool.patch
epatch ${FILESDIR}/${PN}-1.5.0-cross-types.patch
epatch ${FILESDIR}/${PN}-1.5.0-sysroot.patch #385775

epatch_user #449048

# kludge to fix compilation with =libtool-2.4.3 until autotools.eclass
# got fixed (bug #527506)
_elibtoolize --install --copy --force

AT_M4DIR=build eautoreconf
elibtoolize

epatch ${FILESDIR}/config.layout.patch
}

src_configure() {
local myconf=()

[[ ${CHOST} == *-mint* ]]  export ac_cv_func_poll=no

if use older-kernels-compatibility; then
local apr_cv_accept4 apr_cv_dup3 apr_cv_epoll_create1 
apr_cv_sock_cloexec
export apr_cv_accept4=no
export apr_cv_dup3=no
export apr_cv_epoll_create1=no
export apr_cv_sock_cloexec=no
fi
if tc-is-cross-compiler; then
# The apache project relies heavily on AC_TRY_RUN and doesn't
# have any sane cross-compiling fallback logic.
export \
ac_cv_file__dev_zero=yes \
ac_cv_func_sem_open=yes \
ac_cv_negative_eai=yes \
ac_cv_o_nonblock_inherited=no \
ac_cv_struct_rlimit=yes \
ap_cv_atomic_builtins=yes \
apr_cv_accept4=yes \
apr_cv_dup3=yes \
apr_cv_epoll=yes \
apr_cv_epoll_create1=yes \
apr_cv_gai_addrconfig=yes \
apr_cv_mutex_recursive=yes \
apr_cv_mutex_robust_shared=yes \

[gentoo-commits] gentoo-x86 commit in net-mail/dovecot: dovecot-2.2.16-r1.ebuild ChangeLog

2015-04-30 Thread Agostino Sarubbo (ago)
ago 15/04/30 10:56:16

  Modified: dovecot-2.2.16-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #547872
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  net-mail/dovecot/dovecot-2.2.16-r1.ebuild

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

Index: dovecot-2.2.16-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.2.16-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dovecot-2.2.16-r1.ebuild29 Apr 2015 06:04:45 -  1.2
+++ dovecot-2.2.16-r1.ebuild30 Apr 2015 10:56:16 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.2.16-r1.ebuild,v 
1.2 2015/04/29 06:04:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.2.16-r1.ebuild,v 
1.3 2015/04/30 10:56:16 ago Exp $
 
 EAPI=5
 inherit eutils multilib ssl-cert systemd user versionator
@@ -25,7 +25,7 @@
 
 SLOT=0
 LICENSE=LGPL-2.1 MIT
-KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~ppc ppc64 ~x86
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~x86
 
 IUSE_DOVECOT_AUTH=kerberos ldap mysql pam postgres sqlite vpopmail
 IUSE_DOVECOT_STORAGE=cydir imapc +maildir mbox mdbox pop3c sdbox



1.505net-mail/dovecot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?rev=1.505view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?rev=1.505content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?r1=1.504r2=1.505

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v
retrieving revision 1.504
retrieving revision 1.505
diff -u -r1.504 -r1.505
--- ChangeLog   29 Apr 2015 06:04:45 -  1.504
+++ ChangeLog   30 Apr 2015 10:56:16 -  1.505
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/dovecot
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.504 
2015/04/29 06:04:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.505 
2015/04/30 10:56:16 ago Exp $
+
+  30 Apr 2015; Agostino Sarubbo a...@gentoo.org dovecot-2.2.16-r1.ebuild:
+  Stable for amd64, wrt bug #547872
 
   29 Apr 2015; Jeroen Roovers j...@gentoo.org dovecot-2.2.16-r1.ebuild:
   Stable for HPPA PPC64 (bug #547872).






[gentoo-commits] gentoo-x86 commit in dev-php/smarty: smarty-3.1.21-r1.ebuild ChangeLog

2015-04-30 Thread Agostino Sarubbo (ago)
ago 15/04/30 10:56:31

  Modified: smarty-3.1.21-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #526542
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  dev-php/smarty/smarty-3.1.21-r1.ebuild

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

Index: smarty-3.1.21-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-3.1.21-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- smarty-3.1.21-r1.ebuild 13 Jan 2015 02:03:51 -  1.1
+++ smarty-3.1.21-r1.ebuild 30 Apr 2015 10:56:30 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-3.1.21-r1.ebuild,v 
1.1 2015/01/13 02:03:51 mjo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-3.1.21-r1.ebuild,v 
1.2 2015/04/30 10:56:30 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=LGPL-3
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
 IUSE=doc
 
 DEPEND=doc? ( app-arch/unzip )



1.139dev-php/smarty/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?rev=1.139view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?rev=1.139content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?r1=1.138r2=1.139

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog   13 Jan 2015 02:03:51 -  1.138
+++ ChangeLog   30 Apr 2015 10:56:30 -  1.139
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/smarty
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.138 2015/01/13 
02:03:51 mjo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.139 2015/04/30 
10:56:30 ago Exp $
+
+  30 Apr 2015; Agostino Sarubbo a...@gentoo.org smarty-3.1.21-r1.ebuild:
+  Stable for amd64, wrt bug #526542
 
 *smarty-3.1.21-r1 (13 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in net-misc/rabbitmq-server: rabbitmq-server-3.5.1.ebuild ChangeLog rabbitmq-server-3.3.4.ebuild rabbitmq-server-3.2.4.ebuild rabbitmq-server-3.2.3.ebuild rabbitmq-s

2015-04-30 Thread Alexys Jacob (ultrabug)
ultrabug15/04/30 10:38:43

  Modified: ChangeLog rabbitmq-server-3.3.4.ebuild
rabbitmq-server-3.2.4.ebuild
  Added:rabbitmq-server-3.5.1.ebuild
  Removed:  rabbitmq-server-3.2.3.ebuild
rabbitmq-server-3.1.4.ebuild
  Log:
  fix #546812, version bump, drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B658FA13)

Revision  ChangesPath
1.50 net-misc/rabbitmq-server/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rabbitmq-server/ChangeLog?rev=1.50view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rabbitmq-server/ChangeLog?rev=1.50content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rabbitmq-server/ChangeLog?r1=1.49r2=1.50

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/rabbitmq-server/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   8 Apr 2015 18:04:50 -   1.49
+++ ChangeLog   30 Apr 2015 10:38:43 -  1.50
@@ -1,6 +1,13 @@
 # ChangeLog for net-misc/rabbitmq-server
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rabbitmq-server/ChangeLog,v 1.49 
2015/04/08 18:04:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rabbitmq-server/ChangeLog,v 1.50 
2015/04/30 10:38:43 ultrabug Exp $
+
+*rabbitmq-server-3.5.1 (30 Apr 2015)
+
+  30 Apr 2015; Ultrabug ultra...@gentoo.org -rabbitmq-server-3.1.4.ebuild,
+  -rabbitmq-server-3.2.3.ebuild, rabbitmq-server-3.2.4.ebuild,
+  rabbitmq-server-3.3.4.ebuild, +rabbitmq-server-3.5.1.ebuild:
+  fix doc perms #546812 thx to Coacher, version bump, drop old
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org rabbitmq-server-3.1.4.ebuild,
   rabbitmq-server-3.2.3.ebuild, rabbitmq-server-3.2.4.ebuild:



1.6  net-misc/rabbitmq-server/rabbitmq-server-3.3.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rabbitmq-server/rabbitmq-server-3.3.4.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rabbitmq-server/rabbitmq-server-3.3.4.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rabbitmq-server/rabbitmq-server-3.3.4.ebuild?r1=1.5r2=1.6

Index: rabbitmq-server-3.3.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/rabbitmq-server/rabbitmq-server-3.3.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rabbitmq-server-3.3.4.ebuild2 Jan 2015 00:16:46 -   1.5
+++ rabbitmq-server-3.3.4.ebuild30 Apr 2015 10:38:43 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-misc/rabbitmq-server/rabbitmq-server-3.3.4.ebuild,v 
1.5 2015/01/02 00:16:46 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/rabbitmq-server/rabbitmq-server-3.3.4.ebuild,v 
1.6 2015/04/30 10:38:43 ultrabug Exp $
 
 EAPI=5
 
@@ -57,14 +57,6 @@
newsbin ${FILESDIR}/rabbitmq-script-wrapper ${script}
done
 
-   # create the directory where our log file will go.
-   diropts -m 0770 -o rabbitmq -g rabbitmq
-   keepdir /var/log/rabbitmq /etc/rabbitmq
-
-   # create the mnesia directory
-   diropts -m 0770 -o rabbitmq -g rabbitmq
-   dodir /var/lib/rabbitmq{,/mnesia}
-
# install the init script
newinitd ${FILESDIR}/rabbitmq-server.init-r3 rabbitmq
systemd_dounit ${FILESDIR}/rabbitmq.service
@@ -72,6 +64,14 @@
# install documentation
doman docs/*.[15]
dodoc README
+
+   # create the directory where our log file will go.
+   diropts -m 0770 -o rabbitmq -g rabbitmq
+   keepdir /var/log/rabbitmq /etc/rabbitmq
+
+   # create the mnesia directory
+   diropts -m 0770 -o rabbitmq -g rabbitmq
+   dodir /var/lib/rabbitmq{,/mnesia}
 }
 
 pkg_preinst() {



1.7  net-misc/rabbitmq-server/rabbitmq-server-3.2.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rabbitmq-server/rabbitmq-server-3.2.4.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rabbitmq-server/rabbitmq-server-3.2.4.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/rabbitmq-server/rabbitmq-server-3.2.4.ebuild?r1=1.6r2=1.7

Index: rabbitmq-server-3.2.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/rabbitmq-server/rabbitmq-server-3.2.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- 

[gentoo-commits] gentoo-x86 commit in net-libs/libvncserver: libvncserver-0.9.10-r1.ebuild ChangeLog

2015-04-30 Thread Agostino Sarubbo (ago)
ago 15/04/30 10:56:26

  Modified: libvncserver-0.9.10-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #515268
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.3  net-libs/libvncserver/libvncserver-0.9.10-r1.ebuild

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

Index: libvncserver-0.9.10-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.10-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libvncserver-0.9.10-r1.ebuild   26 Apr 2015 17:26:17 -  1.2
+++ libvncserver-0.9.10-r1.ebuild   30 Apr 2015 10:56:26 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.10-r1.ebuild,v 
1.2 2015/04/26 17:26:17 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.10-r1.ebuild,v 
1.3 2015/04/30 10:56:26 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha ~amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
+KEYWORDS=alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
 IUSE=+24bpp gcrypt gnutls ipv6 +jpeg +png ssl static-libs test threads vaapi 
+zlib
 
 DEPEND=



1.97 net-libs/libvncserver/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libvncserver/ChangeLog?rev=1.97view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libvncserver/ChangeLog?rev=1.97content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libvncserver/ChangeLog?r1=1.96r2=1.97

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog   26 Apr 2015 17:26:17 -  1.96
+++ ChangeLog   30 Apr 2015 10:56:26 -  1.97
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libvncserver
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v 1.96 
2015/04/26 17:26:17 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v 1.97 
2015/04/30 10:56:26 ago Exp $
+
+  30 Apr 2015; Agostino Sarubbo a...@gentoo.org 
libvncserver-0.9.10-r1.ebuild:
+  Stable for amd64, wrt bug #515268
 
   26 Apr 2015; Ulrich Müller u...@gentoo.org libvncserver-0.9.10-r1.ebuild:
   Straight to stable on alpha, hppa, ia64, ppc, and ppc64. The vaapi flag is






[gentoo-commits] gentoo-x86 commit in x11-misc/x11vnc: x11vnc-0.9.13_p20150111.ebuild ChangeLog

2015-04-30 Thread Agostino Sarubbo (ago)
ago 15/04/30 10:56:22

  Modified: x11vnc-0.9.13_p20150111.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #515268
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches=amd64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  x11-misc/x11vnc/x11vnc-0.9.13_p20150111.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.13_p20150111.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.13_p20150111.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.13_p20150111.ebuild?r1=1.3r2=1.4

Index: x11vnc-0.9.13_p20150111.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.13_p20150111.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- x11vnc-0.9.13_p20150111.ebuild  29 Apr 2015 04:57:40 -  1.3
+++ x11vnc-0.9.13_p20150111.ebuild  30 Apr 2015 10:56:22 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.13_p20150111.ebuild,v 1.3 
2015/04/29 04:57:40 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.13_p20150111.ebuild,v 1.4 
2015/04/30 10:56:22 ago Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris
 IUSE=avahi crypt fbcon ssl xinerama
 
 RDEPEND=



1.122x11-misc/x11vnc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/x11vnc/ChangeLog?rev=1.122view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/x11vnc/ChangeLog?rev=1.122content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/x11vnc/ChangeLog?r1=1.121r2=1.122

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog   29 Apr 2015 04:57:40 -  1.121
+++ ChangeLog   30 Apr 2015 10:56:22 -  1.122
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/x11vnc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/ChangeLog,v 1.121 
2015/04/29 04:57:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/ChangeLog,v 1.122 
2015/04/30 10:56:22 ago Exp $
+
+  30 Apr 2015; Agostino Sarubbo a...@gentoo.org 
x11vnc-0.9.13_p20150111.ebuild:
+  Stable for amd64, wrt bug #515268
 
   29 Apr 2015; Jeroen Roovers j...@gentoo.org x11vnc-0.9.13_p20150111.ebuild:
   Stable for HPPA (bug #515268).






[gentoo-commits] gentoo-x86 commit in dev-php/smarty: smarty-3.1.21-r1.ebuild ChangeLog

2015-04-30 Thread Agostino Sarubbo (ago)
ago 15/04/30 10:58:05

  Modified: smarty-3.1.21-r1.ebuild ChangeLog
  Log:
  Stable for alpha/hppa/ia64/ppc/ppc64/sparc/x86, wrt bug #526542
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
7194459F)

Revision  ChangesPath
1.3  dev-php/smarty/smarty-3.1.21-r1.ebuild

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

Index: smarty-3.1.21-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-3.1.21-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- smarty-3.1.21-r1.ebuild 30 Apr 2015 10:56:30 -  1.2
+++ smarty-3.1.21-r1.ebuild 30 Apr 2015 10:58:05 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-3.1.21-r1.ebuild,v 
1.2 2015/04/30 10:56:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-3.1.21-r1.ebuild,v 
1.3 2015/04/30 10:58:05 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=LGPL-3
 SLOT=0
-KEYWORDS=~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
+KEYWORDS=alpha amd64 hppa ia64 ppc ppc64 sparc x86
 IUSE=doc
 
 DEPEND=doc? ( app-arch/unzip )



1.140dev-php/smarty/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?rev=1.140view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?rev=1.140content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/smarty/ChangeLog?r1=1.139r2=1.140

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- ChangeLog   30 Apr 2015 10:56:30 -  1.139
+++ ChangeLog   30 Apr 2015 10:58:05 -  1.140
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/smarty
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.139 2015/04/30 
10:56:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.140 2015/04/30 
10:58:05 ago Exp $
+
+  30 Apr 2015; Agostino Sarubbo a...@gentoo.org smarty-3.1.21-r1.ebuild:
+  Stable for alpha/hppa/ia64/ppc/ppc64/sparc/x86, wrt bug #526542
 
   30 Apr 2015; Agostino Sarubbo a...@gentoo.org smarty-3.1.21-r1.ebuild:
   Stable for amd64, wrt bug #526542






[gentoo-commits] gentoo-x86 commit in x11-libs/qscintilla: qscintilla-2.9.ebuild ChangeLog

2015-04-30 Thread Davide Pesavento (pesa)
pesa15/04/30 13:36:24

  Modified: ChangeLog
  Added:qscintilla-2.9.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.110x11-libs/qscintilla/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.110view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.110content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qscintilla/ChangeLog?r1=1.109r2=1.110

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog   14 Apr 2015 12:36:55 -  1.109
+++ ChangeLog   30 Apr 2015 13:36:24 -  1.110
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/qscintilla
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.109 
2015/04/14 12:36:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.110 
2015/04/30 13:36:24 pesa Exp $
+
+*qscintilla-2.9 (30 Apr 2015)
+
+  30 Apr 2015; Davide Pesavento p...@gentoo.org +qscintilla-2.9.ebuild:
+  Version bump.
 
   14 Apr 2015; Agostino Sarubbo a...@gentoo.org qscintilla-2.8.4-r1.ebuild:
   Stable for ia64, wrt bug #524466



1.1  x11-libs/qscintilla/qscintilla-2.9.ebuild

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

Index: qscintilla-2.9.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.9.ebuild,v 
1.1 2015/04/30 13:36:24 pesa Exp $

EAPI=5

inherit flag-o-matic qmake-utils

MY_P=QScintilla-gpl-${PV}

DESCRIPTION=A Qt port of Neil Hodgson's Scintilla C++ editor class
HOMEPAGE=http://www.riverbankcomputing.co.uk/software/qscintilla/intro;
SRC_URI=mirror://sourceforge/pyqt/${MY_P}.tar.gz

LICENSE=|| ( GPL-2 GPL-3 )
SLOT=0/12
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux
IUSE=designer doc

DEPEND=
=dev-qt/qtcore-4.8.5:4
=dev-qt/qtgui-4.8.5:4
designer? ( =dev-qt/designer-4.8.5:4 )

RDEPEND=${DEPEND}

S=${WORKDIR}/${MY_P}

src_unpack() {
default

# Sub-slot sanity check
local subslot=${SLOT#*/}
local version=$(sed -nre 's:.*VERSION\s*=\s*([0-9\.]+):\1:p' 
${S}/Qt4Qt5/qscintilla.pro)
local major=${version%%.*}
if [[ ${subslot} != ${major} ]]; then
eerror
eerror Ebuild sub-slot (${subslot}) does not match QScintilla 
major version (${major})
eerror Please update SLOT variable as follows:
eerror SLOT=\${SLOT%%/*}/${major}\
eerror
die sub-slot sanity check failed
fi
}

src_configure() {
pushd Qt4Qt5  /dev/null
eqmake4
popd  /dev/null

if use designer; then
# prevent building against system version (bug 466120)
append-cxxflags -I../Qt4Qt5
append-ldflags -L../Qt4Qt5

pushd designer-Qt4Qt5  /dev/null
eqmake4
popd  /dev/null
fi
}

src_compile() {
pushd Qt4Qt5  /dev/null
emake
popd  /dev/null

if use designer; then
pushd designer-Qt4Qt5  /dev/null
emake
popd  /dev/null
fi
}

src_install() {
pushd Qt4Qt5  /dev/null
emake INSTALL_ROOT=${D} install
popd  /dev/null

if use designer; then
pushd designer-Qt4Qt5  /dev/null
emake INSTALL_ROOT=${D} install
popd  /dev/null
fi

dodoc NEWS

if use doc; then
docinto html
dodoc -r doc/html-Qt4Qt5/*
fi
}






[gentoo-commits] gentoo-x86 commit in net-libs/libmicrohttpd: ChangeLog libmicrohttpd-0.9.37.ebuild libmicrohttpd-0.9.38.ebuild

2015-04-30 Thread Anthony G. Basile (blueness)
blueness15/04/30 11:35:47

  Modified: ChangeLog
  Removed:  libmicrohttpd-0.9.37.ebuild
libmicrohttpd-0.9.38.ebuild
  Log:
  Remove older versions.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.92 net-libs/libmicrohttpd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/ChangeLog?rev=1.92view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/ChangeLog?rev=1.92content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libmicrohttpd/ChangeLog?r1=1.91r2=1.92

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog   30 Apr 2015 11:27:48 -  1.91
+++ ChangeLog   30 Apr 2015 11:35:47 -  1.92
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/libmicrohttpd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.91 
2015/04/30 11:27:48 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libmicrohttpd/ChangeLog,v 1.92 
2015/04/30 11:35:47 blueness Exp $
+
+  30 Apr 2015; Anthony G. Basile bluen...@gentoo.org
+  -libmicrohttpd-0.9.37.ebuild, -libmicrohttpd-0.9.38.ebuild:
+  Remove older versions.
 
 *libmicrohttpd-0.9.41 (30 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in net-misc/stunnel: stunnel-5.17.ebuild ChangeLog

2015-04-30 Thread Anthony G. Basile (blueness)
blueness15/04/30 11:44:04

  Modified: ChangeLog
  Added:stunnel-5.17.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.225net-misc/stunnel/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -r1.224 -r1.225
--- ChangeLog   28 Apr 2015 09:47:02 -  1.224
+++ ChangeLog   30 Apr 2015 11:44:04 -  1.225
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/stunnel
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.224 
2015/04/28 09:47:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.225 
2015/04/30 11:44:04 blueness Exp $
+
+*stunnel-5.17 (30 Apr 2015)
+
+  30 Apr 2015; Anthony G. Basile bluen...@gentoo.org +stunnel-5.17.ebuild:
+  Version bump.
 
   28 Apr 2015; Agostino Sarubbo a...@gentoo.org stunnel-5.14.ebuild:
   Stable for sparc, wrt bug #546908



1.1  net-misc/stunnel/stunnel-5.17.ebuild

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

Index: stunnel-5.17.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.17.ebuild,v 1.1 
2015/04/30 11:44:04 blueness Exp $

EAPI=5

inherit ssl-cert eutils multilib systemd user

DESCRIPTION=TLS/SSL - Port Wrapper
HOMEPAGE=http://www.stunnel.org/index.html;
SRC_URI=ftp://ftp.stunnel.org/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
http://www.usenix.org.uk/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz

http://ftp.nluug.nl/pub/networking/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
http://www.namesdir.com/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
http://stunnel.cybermirror.org/archive/${PV%%.*}.x/${P}.tar.gz
http://mirrors.zerg.biz/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
ftp://mirrors.go-parts.com/stunnel/archive/${PV%%.*}.x/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos
IUSE=ipv6 selinux tcpd

DEPEND=tcpd? ( sys-apps/tcp-wrappers )
dev-libs/openssl:=
RDEPEND=${DEPEND}
selinux? ( sec-policy/selinux-stunnel )

pkg_setup() {
enewgroup stunnel
enewuser stunnel -1 -1 -1 stunnel
}

src_prepare() {
# Hack away generation of certificate
sed -i -e s/^install-data-local:/do-not-run-this:/ \
tools/Makefile.in || die sed failed

echo CONFIG_PROTECT=\/etc/stunnel/stunnel.conf\  ${T}/20stunnel
}

src_configure() {
econf \
--libdir=${EPREFIX}/usr/$(get_libdir) \
$(use_enable ipv6) \
$(use_enable tcpd libwrap) \
--with-ssl=${EPREFIX}/usr \
--disable-fips
}

src_install() {
emake DESTDIR=${D} install
rm -rf ${ED}/usr/share/doc/${PN}
rm -f ${ED}/etc/stunnel/stunnel.conf-sample ${ED}/usr/bin/stunnel3 \
${ED}/usr/share/man/man8/stunnel.{fr,pl}.8

# The binary was moved to /usr/bin with 4.21,
# symlink for backwards compatibility
dosym ../bin/stunnel /usr/sbin/stunnel

dodoc AUTHORS BUGS CREDITS PORTS README TODO ChangeLog
dohtml doc/stunnel.html doc/en/VNC_StunnelHOWTO.html tools/ca.html \
tools/importCA.html

insinto /etc/stunnel
doins ${FILESDIR}/stunnel.conf
doinitd ${FILESDIR}/stunnel

doenvd ${T}/20stunnel

systemd_dounit ${S}/tools/stunnel.service
systemd_newtmpfilesd ${FILESDIR}/stunnel.tmpfiles.conf stunnel.conf
}

pkg_postinst() {
if [ ! -f ${EROOT}/etc/stunnel/stunnel.key ]; then
install_cert /etc/stunnel/stunnel
chown stunnel:stunnel 
${EROOT}/etc/stunnel/stunnel.{crt,csr,key,pem}
chmod 0640 ${EROOT}/etc/stunnel/stunnel.{crt,csr,key,pem}
fi

einfo If you want to run multiple instances of stunnel, create a new 
config
einfo file ending with .conf in /etc/stunnel/. **Make sure** you 
change 

[gentoo-commits] gentoo-x86 commit in dev-lang/swi-prolog: swi-prolog-7.1.37.ebuild ChangeLog swi-prolog-7.1.36.ebuild swi-prolog-7.1.34.ebuild swi-prolog-7.1.35.ebuild

2015-04-30 Thread Keri Harris (keri)
keri15/04/30 13:08:30

  Modified: ChangeLog
  Added:swi-prolog-7.1.37.ebuild swi-prolog-7.1.36.ebuild
swi-prolog-7.1.34.ebuild swi-prolog-7.1.35.ebuild
  Log:
  Add -7.1 development versions
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A138F5ED)

Revision  ChangesPath
1.467dev-lang/swi-prolog/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swi-prolog/ChangeLog?rev=1.467view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swi-prolog/ChangeLog?rev=1.467content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swi-prolog/ChangeLog?r1=1.466r2=1.467

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v
retrieving revision 1.466
retrieving revision 1.467
diff -u -r1.466 -r1.467
--- ChangeLog   21 Mar 2015 14:47:33 -  1.466
+++ ChangeLog   30 Apr 2015 13:08:29 -  1.467
@@ -1,6 +1,16 @@
 # ChangeLog for dev-lang/swi-prolog
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v 1.466 
2015/03/21 14:47:33 keri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v 1.467 
2015/04/30 13:08:29 keri Exp $
+
+*swi-prolog-7.1.37 (30 Apr 2015)
+*swi-prolog-7.1.36 (30 Apr 2015)
+*swi-prolog-7.1.35 (30 Apr 2015)
+*swi-prolog-7.1.34 (30 Apr 2015)
+
+  30 Apr 2015; k...@gentoo.org +swi-prolog-7.1.34.ebuild,
+  +swi-prolog-7.1.35.ebuild, +swi-prolog-7.1.36.ebuild,
+  +swi-prolog-7.1.37.ebuild:
+  Add -7.1 development versions
 
   21 Mar 2015; k...@gentoo.org -swi-prolog-7.1.28.ebuild,
   -swi-prolog-7.1.29.ebuild, -swi-prolog-7.1.30.ebuild:



1.1  dev-lang/swi-prolog/swi-prolog-7.1.37.ebuild

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

Index: swi-prolog-7.1.37.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-lang/swi-prolog/swi-prolog-7.1.37.ebuild,v 1.1 
2015/04/30 13:08:29 keri Exp $

EAPI=4

inherit eutils flag-o-matic java-pkg-opt-2 multilib

PATCHSET_VER=0

DESCRIPTION=free, small, and standard compliant Prolog compiler
HOMEPAGE=http://www.swi-prolog.org/;
SRC_URI=http://www.swi-prolog.org/download/devel/src/pl-${PV}.tar.gz
mirror://gentoo/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
IUSE=archive debug doc +gmp hardened java minimal odbc +readline ssl 
static-libs test zlib X

RDEPEND=sys-libs/ncurses
archive? ( app-arch/libarchive )
zlib? ( sys-libs/zlib )
odbc? ( dev-db/unixODBC )
readline? ( sys-libs/readline )
gmp? ( dev-libs/gmp )
ssl? ( dev-libs/openssl )
java? ( =virtual/jdk-1.5 )
X? (
virtual/jpeg
x11-libs/libX11
x11-libs/libXft
x11-libs/libXpm
x11-libs/libXt
x11-libs/libICE
x11-libs/libSM )

DEPEND=${RDEPEND}
X? ( x11-proto/xproto )
java? ( test? ( =dev-java/junit-3.8* ) )

S=${WORKDIR}/pl-${PV}

src_prepare() {
EPATCH_FORCE=yes
EPATCH_SUFFIX=patch
epatch ${WORKDIR}/${PV}

# OSX/Intel ld doesn't like an archive without table of contents
sed -i -e 's/-cru/-scru/' packages/nlp/libstemmer_c/Makefile.pl || die
}

src_configure() {
append-flags -fno-strict-aliasing
use ppc  append-flags -mno-altivec
use hardened  append-flags -fno-unit-at-a-time
use debug  append-flags -DO_DEBUG

# ARCH is used in the configure script to figure out host and target
# specific stuff
export ARCH=${CHOST}

export CC_FOR_BUILD=$(tc-getBUILD_CC)

cd ${S}/src || die
econf \
--libdir=${EPREFIX}/usr/$(get_libdir) \
$(use_enable gmp) \
$(use_enable readline) \
$(use_enable static-libs static) \
--enable-shared \
--enable-custom-flags COFLAGS=${CFLAGS}

if ! use minimal ; then
local jpltestconf
if use java  use test ; then
jpltestconf=--with-junit=$(java-config --classpath 
junit)
fi

cd ${S}/packages || die
econf \
--libdir=${EPREFIX}/usr/$(get_libdir) \
$(use_with archive) \
 

[gentoo-commits] gentoo-x86 commit in sci-physics/lammps: lammps-20150428.ebuild ChangeLog

2015-04-30 Thread Nicolas Bock (nicolasbock)
nicolasbock15/04/30 12:48:39

  Modified: ChangeLog
  Added:lammps-20150428.ebuild
  Log:
  sci-physics/lammps: Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
AC91CA52)

Revision  ChangesPath
1.101sci-physics/lammps/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/ChangeLog?rev=1.101view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/ChangeLog?rev=1.101content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/ChangeLog?r1=1.100r2=1.101

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog   22 Apr 2015 07:01:00 -  1.100
+++ ChangeLog   30 Apr 2015 12:48:39 -  1.101
@@ -1,6 +1,11 @@
 # ChangeLog for sci-physics/lammps
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v 1.100 
2015/04/22 07:01:00 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v 1.101 
2015/04/30 12:48:39 nicolasbock Exp $
+
+*lammps-20150428 (30 Apr 2015)
+
+  30 Apr 2015; Nicolas Bock nicolasb...@gentoo.org +lammps-20150428.ebuild:
+  sci-physics/lammps: Version bump
 
   22 Apr 2015; Justin Lecher j...@gentoo.org -lammps-20140628.ebuild,
   -lammps-20141030.ebuild, -lammps-20141209.ebuild, -lammps-20150224.ebuild,



1.1  sci-physics/lammps/lammps-20150428.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/lammps-20150428.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lammps/lammps-20150428.ebuild?rev=1.1content-type=text/plain

Index: lammps-20150428.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/lammps-20150428.ebuild,v 
1.1 2015/04/30 12:48:39 nicolasbock Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3} )

inherit eutils flag-o-matic fortran-2 multilib python-r1

convert_month() {
case $1 in
01) echo Jan
;;
02) echo Feb
;;
03) echo Mar
;;
04) echo Apr
;;
05) echo May
;;
06) echo Jun
;;
07) echo Jul
;;
08) echo Aug
;;
09) echo Sep
;;
10) echo Oct
;;
11) echo Nov
;;
12) echo Dec
;;
*)  echo unknown
;;
esac
}

MY_P=${PN}-$((10#${PV:6:2}))$(convert_month ${PV:4:2})${PV:2:2}

DESCRIPTION=Large-scale Atomic/Molecular Massively Parallel Simulator
HOMEPAGE=http://lammps.sandia.gov/;
SRC_URI=http://lammps.sandia.gov/tars/${MY_P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=doc examples gzip lammps-memalign mpi python static-libs

DEPEND=
mpi? (
virtual/blas
virtual/lapack
virtual/mpi
)
gzip? ( app-arch/gzip )
sci-libs/voro++
python? ( ${PYTHON_DEPS} )

RDEPEND=${DEPEND}

REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )

S=${WORKDIR}/${MY_P}

lmp_emake() {
local LAMMPS_INCLUDEFLAGS
LAMMPS_INCLUDEFLAGS=$(usex gzip '-DLAMMPS_GZIP' '')
LAMMPS_INCLUDEFLAGS+=$(usex lammps-memalign ' -DLAMMPS_MEMALIGN' '')

# The lammps makefile uses CC to indicate the C++ compiler.
emake \
ARCHIVE=$(tc-getAR) \
CC=$(usex mpi mpic++ $(tc-getCXX)) \
F90=$(usex mpi mpif90 $(tc-getFC)) \
LINK=$(usex mpi mpic++ $(tc-getCXX)) \
CCFLAGS=${CXXFLAGS} \
F90FLAGS=${FCFLAGS} \
LINKFLAGS=${LDFLAGS} \
LMP_INC=${LAMMPS_INCLUDEFLAGS} \
MPI_INC=$(usex mpi  -I../STUBS) \
MPI_PATH=$(usex mpi  -L../STUBS) \
MPI_LIB=$(usex mpi  -lmpi_stubs) \
user-atc_SYSLIB=$(usex mpi $($(tc-getPKG_CONFIG) --libs blas) 
$($(tc-getPKG_CONFIG) --libs lapack) '')\
$@
}

lmp_activate_packages() {
# Build packages
lmp_emake -C src yes-asphere
lmp_emake -C src yes-body
lmp_emake -C src yes-class2
lmp_emake -C src yes-colloid
lmp_emake -C src yes-coreshell
lmp_emake -C src yes-dipole
   

[gentoo-commits] gentoo-x86 commit in net-libs/miniupnpc: miniupnpc-1.9.20150427.ebuild ChangeLog miniupnpc-1.9.20150424.ebuild

2015-04-30 Thread Maxim Koltsov (maksbotan)
maksbotan15/04/30 13:34:36

  Modified: ChangeLog
  Added:miniupnpc-1.9.20150427.ebuild
  Removed:  miniupnpc-1.9.20150424.ebuild
  Log:
  Bump to 1.9.20150427, as requested by Nikoli in bug #539568.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F8DBDADE)

Revision  ChangesPath
1.45 net-libs/miniupnpc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/miniupnpc/ChangeLog?rev=1.45view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/miniupnpc/ChangeLog?rev=1.45content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/miniupnpc/ChangeLog?r1=1.44r2=1.45

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/miniupnpc/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   28 Apr 2015 17:25:56 -  1.44
+++ ChangeLog   30 Apr 2015 13:34:36 -  1.45
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/miniupnpc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/miniupnpc/ChangeLog,v 1.44 
2015/04/28 17:25:56 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/miniupnpc/ChangeLog,v 1.45 
2015/04/30 13:34:36 maksbotan Exp $
+
+*miniupnpc-1.9.20150427 (30 Apr 2015)
+
+  30 Apr 2015; Maxim Koltsov maksbo...@gentoo.org
+  +miniupnpc-1.9.20150427.ebuild, -miniupnpc-1.9.20150424.ebuild:
+  Bump to 1.9.20150427, as requested by Nikoli in bug #539568.
 
 *miniupnpc-1.9.20150424 (28 Apr 2015)
 



1.1  net-libs/miniupnpc/miniupnpc-1.9.20150427.ebuild

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

Index: miniupnpc-1.9.20150427.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-libs/miniupnpc/miniupnpc-1.9.20150427.ebuild,v 1.1 
2015/04/30 13:34:36 maksbotan Exp $

EAPI=5

inherit eutils multilib toolchain-funcs

DESCRIPTION=UPnP client library and a simple UPnP client
HOMEPAGE=http://miniupnp.free.fr/;
SRC_URI=http://miniupnp.free.fr/files/${P}.tar.gz;

LICENSE=BSD
SLOT=0/12
KEYWORDS=~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
IUSE=ipv6 kernel_linux static-libs

RDEPEND=
DEPEND=kernel_linux? ( sys-apps/lsb-release sys-apps/which )

src_prepare() {
epatch_user

# These bins are not installed, upnpc-static requires building static 
lib
sed -i -e '/EXECUTABLES =/s/ upnpc-static listdevices//' Makefile || die

if ! use static-libs; then
sed -i \
-e '/FILESTOINSTALL =/s/ $(LIBRARY)//' \
-e '/$(INSTALL) -m 644 $(LIBRARY) 
$(DESTDIR)$(INSTALLDIRLIB)/d' \
Makefile || die
fi
}

# Upstream cmake causes more trouble than it fixes,
# so we'll just stay with the Makefile for now.

src_compile() {
tc-export CC AR
emake upnpc-shared $(use static-libs  echo upnpc-static)
}

src_test() {
emake -j1 HAVE_IPV6=$(usex ipv6 yes no) check
}

src_install() {
emake \
PREFIX=${D} \
INSTALLDIRLIB=${D}usr/$(get_libdir) \
install

dodoc README Changelog.txt
}






[gentoo-commits] gentoo-x86 commit in sci-libs/Fiona/files: scriptname.patch

2015-04-30 Thread Slawek Lis (slis)
slis15/04/30 15:00:24

  Modified: scriptname.patch
  Log:
  Once again binary filename change (#547996)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x55265D89)

Revision  ChangesPath
1.2  sci-libs/Fiona/files/scriptname.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/Fiona/files/scriptname.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/Fiona/files/scriptname.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/Fiona/files/scriptname.patch?r1=1.1r2=1.2

Index: scriptname.patch
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/Fiona/files/scriptname.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scriptname.patch27 Mar 2015 21:09:18 -  1.1
+++ scriptname.patch30 Apr 2015 15:00:24 -  1.2
@@ -5,7 +5,7 @@
  entry_points='''
  [console_scripts]
 -fio=fiona.fio.fio:cli
-+fiona=fiona.fio.fio:cli
++Fiona=fiona.fio.fio:cli
  ''',
  install_requires=requirements,
  tests_require=['nose'],






[gentoo-commits] gentoo-x86 commit in app-admin/testdisk: testdisk-7.0-r2.ebuild ChangeLog

2015-04-30 Thread Agostino Sarubbo (ago)
ago 15/04/30 13:59:27

  Modified: testdisk-7.0-r2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #530174
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
7194459F)

Revision  ChangesPath
1.7  app-admin/testdisk/testdisk-7.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/testdisk/testdisk-7.0-r2.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/testdisk/testdisk-7.0-r2.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/testdisk/testdisk-7.0-r2.ebuild?r1=1.6r2=1.7

Index: testdisk-7.0-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/testdisk/testdisk-7.0-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- testdisk-7.0-r2.ebuild  27 Apr 2015 14:45:59 -  1.6
+++ testdisk-7.0-r2.ebuild  30 Apr 2015 13:59:27 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/testdisk-7.0-r2.ebuild,v 
1.6 2015/04/27 14:45:59 nicolasbock Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/testdisk-7.0-r2.ebuild,v 
1.7 2015/04/30 13:59:27 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=amd64 ~arm ~ppc x86
+KEYWORDS=amd64 ~arm ppc x86
 IUSE=ewf jpeg ntfs reiserfs static qt4
 
 REQUIRED_USE=static? ( !qt4 )



1.69 app-admin/testdisk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/testdisk/ChangeLog?rev=1.69view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/testdisk/ChangeLog?rev=1.69content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/testdisk/ChangeLog?r1=1.68r2=1.69

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/testdisk/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   28 Apr 2015 07:16:19 -  1.68
+++ ChangeLog   30 Apr 2015 13:59:27 -  1.69
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/testdisk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/ChangeLog,v 1.68 
2015/04/28 07:16:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/ChangeLog,v 1.69 
2015/04/30 13:59:27 ago Exp $
+
+  30 Apr 2015; Agostino Sarubbo a...@gentoo.org testdisk-7.0-r2.ebuild:
+  Stable for ppc, wrt bug #530174
 
   28 Apr 2015; Agostino Sarubbo a...@gentoo.org testdisk-7.0.ebuild:
   Stable for amd64, wrt bug #530174






[gentoo-commits] proj/lisp:master commit in: dev-lisp/named-readtables/

2015-04-30 Thread José María Alonso
commit: c8bb59ec1c86b39a76042e089d22dbac4bd9d4c1
Author: Chema Alonso nimiux AT gentoo DOT org
AuthorDate: Thu Apr 30 13:58:43 2015 +
Commit: José María Alonso nimiux AT gentoo DOT org
CommitDate: Thu Apr 30 13:58:43 2015 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c8bb59ec

dev-lisp/named-readtables: new live ebuild

 .../named-readtables/named-readtables-.ebuild   | 21 +
 1 file changed, 21 insertions(+)

diff --git a/dev-lisp/named-readtables/named-readtables-.ebuild 
b/dev-lisp/named-readtables/named-readtables-.ebuild
new file mode 100644
index 000..0e4f9de
--- /dev/null
+++ b/dev-lisp/named-readtables/named-readtables-.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3 git-2
+
+DESCRIPTION=A Common Lisp library that provides a namespace for readtables.
+HOMEPAGE=http://common-lisp.net/project/editor-hints/;
+EGIT_REPO_URI=git://github.com/melisgl/named-readtables
+
+LICENSE=BSD
+SLOT=0
+IUSE=doc
+
+src_install() {
+   common-lisp-install-sources src test
+   common-lisp-install-asdf
+   use doc  dohtml doc/${PN}.html
+}



[gentoo-commits] gentoo-x86 commit in sys-fs/udev-init-scripts: udev-init-scripts-9999.ebuild

2015-04-30 Thread William Hubbs (williamh)
williamh15/04/30 14:27:39

  Modified: udev-init-scripts-.ebuild
  Log:
  Drop the blocker on sys-fs/udev since it appears that udev-186 has been out 
of the tree for a few years.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  ChangesPath
1.35 sys-fs/udev-init-scripts/udev-init-scripts-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev-init-scripts/udev-init-scripts-.ebuild?rev=1.35view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev-init-scripts/udev-init-scripts-.ebuild?rev=1.35content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev-init-scripts/udev-init-scripts-.ebuild?r1=1.34r2=1.35

Index: udev-init-scripts-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-fs/udev-init-scripts/udev-init-scripts-.ebuild,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- udev-init-scripts-.ebuild   29 Apr 2015 20:46:25 -  1.34
+++ udev-init-scripts-.ebuild   30 Apr 2015 14:27:39 -  1.35
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/udev-init-scripts/udev-init-scripts-.ebuild,v
 1.34 2015/04/29 20:46:25 williamh Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-fs/udev-init-scripts/udev-init-scripts-.ebuild,v
 1.35 2015/04/30 14:27:39 williamh Exp $
 
 EAPI=5
 
@@ -25,7 +25,6 @@
 
 DEPEND=
 RDEPEND==virtual/udev-180
-   !sys-fs/udev-217
!sys-apps/openrc-0.14
 
 src_prepare() {






[gentoo-commits] gentoo-x86 commit in net-misc/plowshare: ChangeLog plowshare-2.1.0-r1.ebuild

2015-04-30 Thread Bernard Cafarelli (voyageur)
voyageur15/04/30 14:47:02

  Modified: ChangeLog plowshare-2.1.0-r1.ebuild
  Log:
  Fix the doc install path again
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.35 net-misc/plowshare/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   14 Apr 2015 11:55:28 -  1.34
+++ ChangeLog   30 Apr 2015 14:47:02 -  1.35
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/plowshare
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v 1.34 
2015/04/14 11:55:28 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v 1.35 
2015/04/30 14:47:02 voyageur Exp $
+
+  30 Apr 2015; Bernard Cafarelli voyag...@gentoo.org
+  plowshare-2.1.0-r1.ebuild:
+  Fix the doc install path again
 
 *plowshare-2.1.0-r1 (14 Apr 2015)
 



1.2  net-misc/plowshare/plowshare-2.1.0-r1.ebuild

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

Index: plowshare-2.1.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/plowshare/plowshare-2.1.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- plowshare-2.1.0-r1.ebuild   14 Apr 2015 11:55:28 -  1.1
+++ plowshare-2.1.0-r1.ebuild   30 Apr 2015 14:47:02 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-misc/plowshare/plowshare-2.1.0-r1.ebuild,v 1.1 
2015/04/14 11:55:28 voyageur Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/plowshare/plowshare-2.1.0-r1.ebuild,v 1.2 
2015/04/30 14:47:02 voyageur Exp $
 
 EAPI=5
 
@@ -34,7 +34,7 @@
epatch ${FILESDIR}/${P}-fix_git_invocation.patch
 
# Fix doc install path
-   sed -i -e /^DOCDIR/s|plowshare4|${P}| Makefile || die sed failed
+   sed -i -e /^DOCDIR/s|plowshare|${PF}| Makefile || die sed failed
 
if ! use bash-completion
then






[gentoo-commits] gentoo-x86 commit in sci-geosciences/opencpn-plugin-logbookkonni: opencpn-plugin-logbookkonni-1.2012.ebuild ChangeLog

2015-04-30 Thread Marc Schiffbauer (mschiff)
mschiff 15/04/30 16:42:58

  Modified: opencpn-plugin-logbookkonni-1.2012.ebuild ChangeLog
  Log:
  Add missing wxwidgets eclass+setting
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x296C6CCA35A64134)

Revision  ChangesPath
1.2  
sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-1.2012.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-1.2012.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-1.2012.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-1.2012.ebuild?r1=1.1r2=1.2

Index: opencpn-plugin-logbookkonni-1.2012.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-1.2012.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- opencpn-plugin-logbookkonni-1.2012.ebuild   21 Jan 2015 23:28:01 -  
1.1
+++ opencpn-plugin-logbookkonni-1.2012.ebuild   30 Apr 2015 16:42:58 -  
1.2
@@ -1,10 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-1.2012.ebuild,v
 1.1 2015/01/21 23:28:01 mschiff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-1.2012.ebuild,v
 1.2 2015/04/30 16:42:58 mschiff Exp $
 
 EAPI=5
 
-inherit cmake-utils
+WX_GTK_VER=2.8
+inherit cmake-utils wxwidgets
 
 MY_PN=LogbookKonni-1.2
 



1.2  sci-geosciences/opencpn-plugin-logbookkonni/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-logbookkonni/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-logbookkonni/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-logbookkonni/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-logbookkonni/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   21 Jan 2015 23:28:01 -  1.1
+++ ChangeLog   30 Apr 2015 16:42:58 -  1.2
@@ -1,10 +1,13 @@
 # ChangeLog for sci-geosciences/opencpn-plugin-logbookkonni
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-logbookkonni/ChangeLog,v 
1.1 2015/01/21 23:28:01 mschiff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-logbookkonni/ChangeLog,v 
1.2 2015/04/30 16:42:58 mschiff Exp $
+
+  30 Apr 2015; Marc Schiffbauer msch...@gentoo.org
+  opencpn-plugin-logbookkonni-1.2012.ebuild:
+  Add missing wxwidgets eclass+setting
 
 *opencpn-plugin-logbookkonni-1.2012 (21 Jan 2015)
 
   21 Jan 2015; Marc Schiffbauer msch...@gentoo.org
   +opencpn-plugin-logbookkonni-1.2012.ebuild, +metadata.xml:
   Initial commit for opencpn-plugin-logbookkonni
-






[gentoo-commits] gentoo-x86 commit in sci-geosciences/opencpn-plugin-statusbar: opencpn-plugin-statusbar-0.5.ebuild ChangeLog

2015-04-30 Thread Marc Schiffbauer (mschiff)
mschiff 15/04/30 16:44:04

  Modified: opencpn-plugin-statusbar-0.5.ebuild ChangeLog
  Log:
  Add missing wxwidgets eclass+setting
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x296C6CCA35A64134)

Revision  ChangesPath
1.2  
sci-geosciences/opencpn-plugin-statusbar/opencpn-plugin-statusbar-0.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-statusbar/opencpn-plugin-statusbar-0.5.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-statusbar/opencpn-plugin-statusbar-0.5.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-statusbar/opencpn-plugin-statusbar-0.5.ebuild?r1=1.1r2=1.2

Index: opencpn-plugin-statusbar-0.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-statusbar/opencpn-plugin-statusbar-0.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- opencpn-plugin-statusbar-0.5.ebuild 21 Jan 2015 23:29:52 -  1.1
+++ opencpn-plugin-statusbar-0.5.ebuild 30 Apr 2015 16:44:04 -  1.2
@@ -1,10 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-statusbar/opencpn-plugin-statusbar-0.5.ebuild,v
 1.1 2015/01/21 23:29:52 mschiff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-statusbar/opencpn-plugin-statusbar-0.5.ebuild,v
 1.2 2015/04/30 16:44:04 mschiff Exp $
 
 EAPI=5
 
-inherit cmake-utils
+WX_GTK_VER=2.8
+inherit cmake-utils wxwidgets
 
 MY_PN=statusbar_pi
 



1.2  sci-geosciences/opencpn-plugin-statusbar/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-statusbar/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-statusbar/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-statusbar/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-statusbar/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   21 Jan 2015 23:29:52 -  1.1
+++ ChangeLog   30 Apr 2015 16:44:04 -  1.2
@@ -1,10 +1,13 @@
 # ChangeLog for sci-geosciences/opencpn-plugin-statusbar
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-statusbar/ChangeLog,v 
1.1 2015/01/21 23:29:52 mschiff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-statusbar/ChangeLog,v 
1.2 2015/04/30 16:44:04 mschiff Exp $
+
+  30 Apr 2015; Marc Schiffbauer msch...@gentoo.org
+  opencpn-plugin-statusbar-0.5.ebuild:
+  Add missing wxwidgets eclass+setting
 
 *opencpn-plugin-statusbar-0.5 (21 Jan 2015)
 
   21 Jan 2015; Marc Schiffbauer msch...@gentoo.org
   +opencpn-plugin-statusbar-0.5.ebuild, +metadata.xml:
   Initial commit for opencpn-plugin-statusbar
-






[gentoo-commits] gentoo-x86 commit in dev-db/lmdb++: - New directory

2015-04-30 Thread Nicolas Bock (nicolasbock)
nicolasbock15/04/30 16:43:53

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-db/lmdb++ added to the repository



[gentoo-commits] gentoo-x86 commit in net-firewall/firehol: firehol-2.0.2.ebuild ChangeLog

2015-04-30 Thread Alon Bar-Lev (alonbl)
alonbl  15/04/30 18:12:41

  Modified: firehol-2.0.2.ebuild ChangeLog
  Log:
  Override ip6tables at configure as it has no effect, bug#547188
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
BF20DC51)

Revision  ChangesPath
1.2  net-firewall/firehol/firehol-2.0.2.ebuild

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

Index: firehol-2.0.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-2.0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- firehol-2.0.2.ebuild14 Apr 2015 15:19:30 -  1.1
+++ firehol-2.0.2.ebuild30 Apr 2015 18:12:41 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-2.0.2.ebuild,v 
1.1 2015/04/14 15:19:30 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-2.0.2.ebuild,v 
1.2 2015/04/30 18:12:41 alonbl Exp $
 
 EAPI=5
 inherit eutils linux-info
@@ -14,10 +14,11 @@
 IUSE=doc
 KEYWORDS=~amd64 ~ppc ~sparc ~x86
 
-DEPEND=sys-apps/iproute2
 RDEPEND=net-firewall/iptables
sys-apps/iproute2[-minimal]
-   virtual/modutils
+   virtual/modutils
+   app-arch/gzip
+DEPEND=${RDEPEND}
 
 pkg_setup() {
local KCONFIG_OPTS=~NF_CONNTRACK_IPV4 ~NF_CONNTRACK_MARK ~NF_NAT 
~NF_NAT_FTP ~NF_NAT_IRC \
@@ -39,11 +40,15 @@
 }
 
 src_configure() {
+   # removing IP6TABLES_CMD has no effect and enable build
+   # without ipv6 available
econf \
--docdir=${EPREFIX}/usr/share/doc/${PF} \
--with-autosave=${EPREFIX}/var/lib/iptables/rules-save \
--with-autosave6=${EPREFIX}/var/lib/ip6tables/rules-save \
-   $(use_enable doc)
+   $(use_enable doc) \
+   IP6TABLES_CMD=/bin/false \
+   IP6TABLES_SAVE_CMD=/bin/false
 }
 
 src_install() {



1.57 net-firewall/firehol/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   14 Apr 2015 15:19:30 -  1.56
+++ ChangeLog   30 Apr 2015 18:12:41 -  1.57
@@ -1,6 +1,9 @@
 # ChangeLog for net-firewall/firehol
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v 1.56 
2015/04/14 15:19:30 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v 1.57 
2015/04/30 18:12:41 alonbl Exp $
+
+  30 Apr 2015; Alon Bar-Lev alo...@gentoo.org firehol-2.0.2.ebuild:
+  Override ip6tables at configure as it has no effect, bug#547188
 
 *firehol-2.0.2 (14 Apr 2015)
 






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

2015-04-30 Thread Matt Thode (prometheanfire)
prometheanfire15/04/30 16:38:00

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



[gentoo-commits] gentoo-x86 commit in sci-geosciences/opencpn-plugin-wmm: opencpn-plugin-wmm-1.0.ebuild ChangeLog

2015-04-30 Thread Marc Schiffbauer (mschiff)
mschiff 15/04/30 16:45:06

  Modified: opencpn-plugin-wmm-1.0.ebuild ChangeLog
  Log:
  Add missing wxwidgets eclass+setting
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x296C6CCA35A64134)

Revision  ChangesPath
1.2  
sci-geosciences/opencpn-plugin-wmm/opencpn-plugin-wmm-1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-wmm/opencpn-plugin-wmm-1.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-wmm/opencpn-plugin-wmm-1.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-wmm/opencpn-plugin-wmm-1.0.ebuild?r1=1.1r2=1.2

Index: opencpn-plugin-wmm-1.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-wmm/opencpn-plugin-wmm-1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- opencpn-plugin-wmm-1.0.ebuild   21 Jan 2015 23:31:38 -  1.1
+++ opencpn-plugin-wmm-1.0.ebuild   30 Apr 2015 16:45:06 -  1.2
@@ -1,10 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-wmm/opencpn-plugin-wmm-1.0.ebuild,v
 1.1 2015/01/21 23:31:38 mschiff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-wmm/opencpn-plugin-wmm-1.0.ebuild,v
 1.2 2015/04/30 16:45:06 mschiff Exp $
 
 EAPI=5
 
-inherit cmake-utils
+WX_GTK_VER=2.8
+inherit cmake-utils wxwidgets
 
 MY_PN=wmm_pi
 



1.2  sci-geosciences/opencpn-plugin-wmm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-wmm/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-wmm/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-wmm/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-wmm/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   21 Jan 2015 23:31:38 -  1.1
+++ ChangeLog   30 Apr 2015 16:45:06 -  1.2
@@ -1,10 +1,13 @@
 # ChangeLog for sci-geosciences/opencpn-plugin-wmm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-wmm/ChangeLog,v 1.1 
2015/01/21 23:31:38 mschiff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-wmm/ChangeLog,v 1.2 
2015/04/30 16:45:06 mschiff Exp $
+
+  30 Apr 2015; Marc Schiffbauer msch...@gentoo.org
+  opencpn-plugin-wmm-1.0.ebuild:
+  Add missing wxwidgets eclass+setting
 
 *opencpn-plugin-wmm-1.0 (21 Jan 2015)
 
   21 Jan 2015; Marc Schiffbauer msch...@gentoo.org
   +opencpn-plugin-wmm-1.0.ebuild, +metadata.xml:
   Initial commit for opencpn-plugin-wmm
-






[gentoo-commits] gentoo-x86 commit in dev-db/lmdb++: lmdb++-0.9.14.0.ebuild metadata.xml Manifest ChangeLog

2015-04-30 Thread Nicolas Bock (nicolasbock)
nicolasbock15/04/30 16:47:51

  Added:lmdb++-0.9.14.0.ebuild metadata.xml Manifest
ChangeLog
  Log:
  dev-db/lmdb++: New ebuild (Bug 548202)
  
  Thanks to Arto Bendiken a...@bendiken.net for the initial ebuild.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
AC91CA52)

Revision  ChangesPath
1.1  dev-db/lmdb++/lmdb++-0.9.14.0.ebuild

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

Index: lmdb++-0.9.14.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/lmdb++/lmdb++-0.9.14.0.ebuild,v 1.1 
2015/04/30 16:47:51 nicolasbock Exp $

EAPI=5

MY_P=${P/lmdb++/lmdbxx}
S=${WORKDIR}/${MY_P}

DESCRIPTION=C++11 wrapper for the LMDB database library
HOMEPAGE=http://lmdbxx.sourceforge.net/;
SRC_URI=mirror://sourceforge/lmdbxx/${PV}/${MY_P}.tar.gz

LICENSE=public-domain
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND=dev-db/lmdb

src_install() {
emake PREFIX=${D}/usr install
dodoc AUTHORS CREDITS INSTALL README TODO UNLICENSE
}



1.1  dev-db/lmdb++/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/lmdb++/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/lmdb++/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
maintainer
emailnicolasb...@gentoo.org/email
nameNicolas Bock/name
/maintainer
longdescription lang=en
This is a comprehensive C++ wrapper for the LMDB embedded 
database
library, offering both an error-checked procedural interface 
and an
object-oriented resource interface with RAII semantics.
/longdescription
/pkgmetadata



1.1  dev-db/lmdb++/Manifest

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

Index: Manifest
===
DIST lmdbxx-0.9.14.0.tar.gz 14732 SHA256 
f74c55184bff19de607948a5f00fe1073de5b59c4309ab2e8ebc488cf675f419 SHA512 
8eff8c89e0cb9989d8a0cedfd483856aeb2fcf810d59cf8afca3086034711ff22f2bb88ba967ef745d36fdaa1b5e79fb75655af764cddcdb2ac59fc255da670d
 WHIRLPOOL 
ab023a06e43d8f5189a83dc6eaf04b632eff83c028991ff440fd06a3c7f582f2aa0cf0332ef182837194979fbabb3a4cab6df7252d06455baec498db1941a635
EBUILD lmdb++-0.9.14.0.ebuild 531 SHA256 
3b8d5946bff2d536ad8958383ba069d441d2387844d33e4066fc5f4b5476c1f2 SHA512 
89dc03aec53aa281184a4ac8ab6123562e38dc4e99093ddc5b27b999509df5acf12ca678b65c62a23e0fe7c05e405a0013a80fc26d87734111c8de8d90c81bac
 WHIRLPOOL 
fcbfa5c358515c70e7a1ecac1c49d5ab683e29519fed4de73066843613d3059dc394aecb5381e367b2b6ae8f41c36d001ada85bc3cb73b29d9e515078cd50b2b
MISC metadata.xml 482 SHA256 
a63b43e472e00a15dc47b1da92fcde89b346ebcd0ffb3e91e4d71e3204b4691f SHA512 
257a13874fd86c589f8dcdfd925c57e722b2d5ab418242dbc9d4d518e2d1a9dd2a39ebf94acab9370e4f4f6e4b1d82f3d9beaa2c361ccf0fba1e8b52885ddc8b
 WHIRLPOOL 
1b10db56e26ca725816462af4c54e5d285f7e3ad0a77fc9d76ab1419bfa1f1e6e1b62b4cc6afc3a091745fa9477d02bb3a6b8d1b2554d9ea6742cd320fa4ab28



1.1  dev-db/lmdb++/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-db/lmdb++
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/lmdb++/ChangeLog,v 1.1 2015/04/30 
16:47:51 nicolasbock Exp $

*lmdb++-0.9.14.0 (30 Apr 2015)

  30 Apr 2015; Nicolas Bock nicolasb...@gentoo.org +lmdb++-0.9.14.0.ebuild,
  +metadata.xml:
  dev-db/lmdb++: New ebuild (Bug 548202)  Thanks to Arto Bendiken
  a...@bendiken.net for the initial ebuild.






[gentoo-commits] gentoo-x86 commit in dev-python/oslo-policy: oslo-policy-0.3.2.ebuild metadata.xml ChangeLog

2015-04-30 Thread Matt Thode (prometheanfire)
prometheanfire15/04/30 17:05:35

  Added:oslo-policy-0.3.2.ebuild metadata.xml ChangeLog
  Log:
  adding for kilo
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.1  dev-python/oslo-policy/oslo-policy-0.3.2.ebuild

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

Index: oslo-policy-0.3.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-policy/oslo-policy-0.3.2.ebuild,v 1.1 
2015/04/30 17:05:35 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4)

inherit distutils-r1

DESCRIPTION=The Oslo Policy library provides support for RBAC policy 
enforcement across all OpenStack services.
HOMEPAGE=https://pypi.python.org/pypi/oslo.policy;
SRC_URI=mirror://pypi/${PN:0:1}/oslo.policy/oslo.policy-${PV}.tar.gz
S=${WORKDIR}/oslo.policy-${PV}

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

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
=dev-python/pbr-0.8[${PYTHON_USEDEP}]
dev-python/pbr-1.0[${PYTHON_USEDEP}]
test? (
=dev-python/hacking-0.10[${PYTHON_USEDEP}]
dev-python/hacking-0.11[${PYTHON_USEDEP}]
=dev-python/oslotest-1.5.1[${PYTHON_USEDEP}]
=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
!~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
dev-python/sphinx-1.3.0[${PYTHON_USEDEP}]
)
RDEPEND=
=dev-python/oslo-config-1.9.0[${PYTHON_USEDEP}]
=dev-python/oslo-i18n-1.3.0[${PYTHON_USEDEP}]
=dev-python/oslo-serialization-1.2.0[${PYTHON_USEDEP}]


# This time half the doc files are missing; Do you want them?

python_test() {
nosetests tests/ || die test failed under ${EPYTHON}
}



1.1  dev-python/oslo-policy/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-policy/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-policy/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
emailprometheanf...@gentoo.org/email
nameMatthew Thode/name
  /maintainer
  longdescription lang=en
The Oslo Policy library provides support for RBAC policy enforcement across 
all OpenStack services.
  /longdescription
/pkgmetadata




1.1  dev-python/oslo-policy/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-python/oslo-policy
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-policy/ChangeLog,v 1.1 
2015/04/30 17:05:35 prometheanfire Exp $

*oslo-policy-0.3.2 (30 Apr 2015)

  30 Apr 2015; Matthew Thode prometheanf...@gentoo.org +metadata.xml,
  +oslo-policy-0.3.2.ebuild:
  adding for kilo






[gentoo-commits] proj/hardened-patchset: New tag: 20150429

2015-04-30 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Thu Apr 30 18:00:13 2015 +

New tag: 20150429




[gentoo-commits] gentoo-x86 commit in media-video/vlc/files: qt4-select.patch

2015-04-30 Thread Ian Delaney (idella4)
idella4 15/04/30 16:44:32

  Added:qt4-select.patch
  Log:
  add patch to address selection of qt4 vs qt5, patch by Karol Herbst, comment 
19, bug #541678, tested and endorsed by users and proxy maintainer, limited to 
versioned ebuilds for now, finally closes said bug
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.1  media-video/vlc/files/qt4-select.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/files/qt4-select.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/files/qt4-select.patch?rev=1.1content-type=text/plain

Index: qt4-select.patch
===
https://gist.github.com/karolherbst/fb9e3d8f6ba05f1f5d54
For use until upstream ever accepts this patch or fixes it themsleves
--- configure.ac.orig   2015-03-01 02:28:48.983932684 +0100
+++ configure.ac2015-03-01 02:41:29.641927072 +0100
@@ -3709,7 +3709,8 @@
   ])
 ])
 AS_IF([test ${enable_qt} != no], [
-  PKG_CHECK_MODULES([QT], [Qt5Core = 5.1.0 Qt5Widgets Qt5Gui], [
+  AS_IF([test ${enable_qt} != 4], [
+PKG_CHECK_MODULES([QT], [Qt5Core = 5.1.0 Qt5Widgets Qt5Gui], [
   PKG_CHECK_MODULES([QTX11], [Qt5X11Extras], [
   VLC_ADD_LIBS([qt4],[${QTX11_LIBS}])
   VLC_ADD_CXXFLAGS([qt4],[${QTX11_CFLAGS} -DQT5_HAS_X11])
@@ -3721,20 +3722,23 @@
   AC_PATH_PROGS(MOC, [moc-qt5 moc], moc, [${QT_HOST_PATH} 
${QT_PATH}/bin ${CONTRIB_DIR}/bin])
   AC_PATH_PROGS(RCC, [rcc-qt5 rcc], rcc, [${QT_HOST_PATH} 
${QT_PATH}/bin ${CONTRIB_DIR}/bin])
   AC_PATH_PROGS(UIC, [uic-qt5 uic], uic, [${QT_HOST_PATH} 
${QT_PATH}/bin ${CONTRIB_DIR}/bin])
+  enable_qt=5
-], [
-  PKG_CHECK_MODULES([QT], [QtCore QtGui = 4.6.0],, [
-AS_IF([test -n ${enable_qt}],[
-  AC_MSG_ERROR([${QT_PKG_ERRORS}.])
-],[
-  AC_MSG_WARN([${QT_PKG_ERRORS}.])
-])
-enable_qt=no
+])
+  ])
+  AS_IF([test ${enable_qt} != 5], [
+PKG_CHECK_MODULES([QT], [QtCore QtGui = 4.6.0],, [
+  AS_IF([test -n ${enable_qt}],[
+AC_MSG_ERROR([${QT_PKG_ERRORS}.])
+  ],[
+AC_MSG_WARN([${QT_PKG_ERRORS}.])
   ])
-  QT_PATH=$(eval $PKG_CONFIG --variable=exec_prefix QtCore)
-  AC_PATH_PROGS(MOC, [moc-qt4 moc], moc, [${QT_PATH}/bin 
${CONTRIB_DIR}/bin])
-  AC_PATH_PROG(RCC, rcc, rcc, [${QT_PATH}/bin ${CONTRIB_DIR}/bin])
-  AC_PATH_PROGS(UIC, [uic-qt4 uic], uic, [${QT_PATH}/bin 
${CONTRIB_DIR}/bin])
+  enable_qt=no
 ])
+QT_PATH=$(eval $PKG_CONFIG --variable=exec_prefix QtCore)
+AC_PATH_PROGS(MOC, [moc-qt4 moc], moc, [${QT_PATH}/bin 
${CONTRIB_DIR}/bin])
+AC_PATH_PROG(RCC, rcc, rcc, [${QT_PATH}/bin ${CONTRIB_DIR}/bin])
+AC_PATH_PROGS(UIC, [uic-qt4 uic], uic, [${QT_PATH}/bin 
${CONTRIB_DIR}/bin])
+  ])
 ])
 AS_IF([test ${enable_qt} != no], [
   VLC_ADD_PLUGIN([qt4])







[gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-2.2.0.ebuild vlc-2.2.1.ebuild ChangeLog

2015-04-30 Thread Ian Delaney (idella4)
idella4 15/04/30 16:44:32

  Modified: vlc-2.2.0.ebuild vlc-2.2.1.ebuild ChangeLog
  Log:
  add patch to address selection of qt4 vs qt5, patch by Karol Herbst, comment 
19, bug #541678, tested and endorsed by users and proxy maintainer, limited to 
versioned ebuilds for now, finally closes said bug
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.11 media-video/vlc/vlc-2.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.2.0.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.2.0.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.2.0.ebuild?r1=1.10r2=1.11

Index: vlc-2.2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- vlc-2.2.0.ebuild24 Apr 2015 05:48:12 -  1.10
+++ vlc-2.2.0.ebuild30 Apr 2015 16:44:32 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.0.ebuild,v 1.10 
2015/04/24 05:48:12 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.0.ebuild,v 1.11 
2015/04/30 16:44:32 idella4 Exp $
 
 EAPI=5
 
@@ -261,6 +261,9 @@
# Bug #541928
epatch ${FILESDIR}/${P}-fix-xcb.patch
 
+   # Bug #541678
+   epatch ${FILESDIR}/qt4-select.patch
+
# Don't use --started-from-file when not using dbus.
if ! use dbus ; then
sed -i 's/ --started-from-file//' share/vlc.desktop.in || die



1.5  media-video/vlc/vlc-2.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.2.1.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.2.1.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.2.1.ebuild?r1=1.4r2=1.5

Index: vlc-2.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vlc-2.2.1.ebuild24 Apr 2015 05:48:12 -  1.4
+++ vlc-2.2.1.ebuild30 Apr 2015 16:44:32 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.1.ebuild,v 1.4 
2015/04/24 05:48:12 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.1.ebuild,v 1.5 
2015/04/30 16:44:32 idella4 Exp $
 
 EAPI=5
 
@@ -264,6 +264,9 @@
# Fix up broken audio when skipping using a fixed reversed bisected 
commit.
epatch 
${FILESDIR}/${PN}-2.1.0-TomWij-bisected-PA-broken-underflow.patch
 
+   # Bug #541678
+   epatch ${FILESDIR}/qt4-select.patch
+
# Don't use --started-from-file when not using dbus.
if ! use dbus ; then
sed -i 's/ --started-from-file//' share/vlc.desktop.in || die



1.954media-video/vlc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?rev=1.954view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?rev=1.954content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?r1=1.953r2=1.954

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
retrieving revision 1.953
retrieving revision 1.954
diff -u -r1.953 -r1.954
--- ChangeLog   24 Apr 2015 05:48:12 -  1.953
+++ ChangeLog   30 Apr 2015 16:44:32 -  1.954
@@ -1,6 +1,12 @@
 # ChangeLog for media-video/vlc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.953 
2015/04/24 05:48:12 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.954 
2015/04/30 16:44:32 idella4 Exp $
+
+  30 Apr 2015; Ian Delaney idel...@gentoo.org +files/qt4-select.patch,
+  vlc-2.2.0.ebuild, vlc-2.2.1.ebuild:
+  add patch to address selection of qt4 vs qt5, patch by Karol Herbst, comment
+  19, bug #541678, tested and endorsed by users and proxy maintainer, limited 
to
+  versioned ebuilds for now, finally closes said bug
 
   24 Apr 2015; Ian Delaney idel...@gentoo.org vlc-2.2.0.ebuild,
   vlc-2.2.1.ebuild, vlc-2.2..ebuild, vlc-.ebuild:






[gentoo-commits] gentoo-x86 commit in sci-geosciences/opencpn-plugin-weather_routing: opencpn-plugin-weather_routing-1.2.ebuild ChangeLog

2015-04-30 Thread Marc Schiffbauer (mschiff)
mschiff 15/04/30 16:29:55

  Modified: opencpn-plugin-weather_routing-1.2.ebuild ChangeLog
  Log:
  Fixed bug #546054. Thanks to Toralf Förster for reporting.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x296C6CCA35A64134)

Revision  ChangesPath
1.2  
sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.2.ebuild?r1=1.1r2=1.2

Index: opencpn-plugin-weather_routing-1.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- opencpn-plugin-weather_routing-1.2.ebuild   21 Jan 2015 23:31:05 -  
1.1
+++ opencpn-plugin-weather_routing-1.2.ebuild   30 Apr 2015 16:29:55 -  
1.2
@@ -1,10 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.2.ebuild,v
 1.1 2015/01/21 23:31:05 mschiff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.2.ebuild,v
 1.2 2015/04/30 16:29:55 mschiff Exp $
 
 EAPI=5
 
-inherit cmake-utils
+WX_GTK_VER=2.8
+inherit cmake-utils wxwidgets
 
 MY_PN=weather_routing_pi
 



1.2  sci-geosciences/opencpn-plugin-weather_routing/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-weather_routing/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-weather_routing/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-weather_routing/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-weather_routing/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   21 Jan 2015 23:31:05 -  1.1
+++ ChangeLog   30 Apr 2015 16:29:55 -  1.2
@@ -1,10 +1,13 @@
 # ChangeLog for sci-geosciences/opencpn-plugin-weather_routing
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-weather_routing/ChangeLog,v
 1.1 2015/01/21 23:31:05 mschiff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-weather_routing/ChangeLog,v
 1.2 2015/04/30 16:29:55 mschiff Exp $
+
+  30 Apr 2015; Marc Schiffbauer msch...@gentoo.org
+  opencpn-plugin-weather_routing-1.2.ebuild:
+  Fixed bug #546054. Thanks to Toralf Förster for reporting.
 
 *opencpn-plugin-weather_routing-1.2 (21 Jan 2015)
 
   21 Jan 2015; Marc Schiffbauer msch...@gentoo.org
   +opencpn-plugin-weather_routing-1.2.ebuild, +metadata.xml:
   Initial commit for opencpn-plugin-weather_routing
-






[gentoo-commits] gentoo-x86 commit in sci-geosciences/opencpn-plugin-br24radar: opencpn-plugin-br24radar-1.1.ebuild ChangeLog

2015-04-30 Thread Marc Schiffbauer (mschiff)
mschiff 15/04/30 16:41:50

  Modified: opencpn-plugin-br24radar-1.1.ebuild ChangeLog
  Log:
  Add missing wxwidgets eclass+setting
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x296C6CCA35A64134)

Revision  ChangesPath
1.3  
sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-1.1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-1.1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-1.1.ebuild?r1=1.2r2=1.3

Index: opencpn-plugin-br24radar-1.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- opencpn-plugin-br24radar-1.1.ebuild 21 Jan 2015 23:23:30 -  1.2
+++ opencpn-plugin-br24radar-1.1.ebuild 30 Apr 2015 16:41:50 -  1.3
@@ -1,10 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-1.1.ebuild,v
 1.2 2015/01/21 23:23:30 mschiff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-br24radar/opencpn-plugin-br24radar-1.1.ebuild,v
 1.3 2015/04/30 16:41:50 mschiff Exp $
 
 EAPI=5
 
-inherit cmake-utils
+WX_GTK_VER=2.8
+inherit cmake-utils wxwidgets
 
 MY_PN=BR24radar_pi
 



1.3  sci-geosciences/opencpn-plugin-br24radar/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-br24radar/ChangeLog?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-br24radar/ChangeLog?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-br24radar/ChangeLog?r1=1.2r2=1.3

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-br24radar/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   21 Jan 2015 23:23:30 -  1.2
+++ ChangeLog   30 Apr 2015 16:41:50 -  1.3
@@ -1,6 +1,10 @@
 # ChangeLog for sci-geosciences/opencpn-plugin-br24radar
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-br24radar/ChangeLog,v 
1.2 2015/01/21 23:23:30 mschiff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-br24radar/ChangeLog,v 
1.3 2015/04/30 16:41:50 mschiff Exp $
+
+  30 Apr 2015; Marc Schiffbauer msch...@gentoo.org
+  opencpn-plugin-br24radar-1.1.ebuild:
+  Add missing wxwidgets eclass+setting
 
   21 Jan 2015; Marc Schiffbauer msch...@gentoo.org
   opencpn-plugin-br24radar-1.1.ebuild:






[gentoo-commits] gentoo-x86 commit in sci-geosciences/opencpn-plugin-climatology: opencpn-plugin-climatology-1.0.ebuild ChangeLog

2015-04-30 Thread Marc Schiffbauer (mschiff)
mschiff 15/04/30 16:42:13

  Modified: opencpn-plugin-climatology-1.0.ebuild ChangeLog
  Log:
  Add missing wxwidgets eclass+setting
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x296C6CCA35A64134)

Revision  ChangesPath
1.2  
sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0.ebuild?r1=1.1r2=1.2

Index: opencpn-plugin-climatology-1.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- opencpn-plugin-climatology-1.0.ebuild   21 Jan 2015 23:26:57 -  
1.1
+++ opencpn-plugin-climatology-1.0.ebuild   30 Apr 2015 16:42:13 -  
1.2
@@ -1,10 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0.ebuild,v
 1.1 2015/01/21 23:26:57 mschiff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-climatology/opencpn-plugin-climatology-1.0.ebuild,v
 1.2 2015/04/30 16:42:13 mschiff Exp $
 
 EAPI=5
 
-inherit cmake-utils
+WX_GTK_VER=2.8
+inherit cmake-utils wxwidgets
 
 MY_PN=climatology_pi
 



1.2  sci-geosciences/opencpn-plugin-climatology/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-climatology/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-climatology/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-climatology/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-climatology/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   21 Jan 2015 23:26:57 -  1.1
+++ ChangeLog   30 Apr 2015 16:42:13 -  1.2
@@ -1,10 +1,13 @@
 # ChangeLog for sci-geosciences/opencpn-plugin-climatology
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-climatology/ChangeLog,v 
1.1 2015/01/21 23:26:57 mschiff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-climatology/ChangeLog,v 
1.2 2015/04/30 16:42:13 mschiff Exp $
+
+  30 Apr 2015; Marc Schiffbauer msch...@gentoo.org
+  opencpn-plugin-climatology-1.0.ebuild:
+  Add missing wxwidgets eclass+setting
 
 *opencpn-plugin-climatology-1.0 (21 Jan 2015)
 
   21 Jan 2015; Marc Schiffbauer msch...@gentoo.org
   +opencpn-plugin-climatology-1.0.ebuild, +metadata.xml:
   Initial commit for opencpn-plugin-climatology
-






[gentoo-commits] gentoo-x86 commit in sci-geosciences/opencpn-plugin-launcher: opencpn-plugin-launcher-1.0.ebuild ChangeLog

2015-04-30 Thread Marc Schiffbauer (mschiff)
mschiff 15/04/30 16:42:35

  Modified: opencpn-plugin-launcher-1.0.ebuild ChangeLog
  Log:
  Add missing wxwidgets eclass+setting
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x296C6CCA35A64134)

Revision  ChangesPath
1.2  
sci-geosciences/opencpn-plugin-launcher/opencpn-plugin-launcher-1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-launcher/opencpn-plugin-launcher-1.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-launcher/opencpn-plugin-launcher-1.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-launcher/opencpn-plugin-launcher-1.0.ebuild?r1=1.1r2=1.2

Index: opencpn-plugin-launcher-1.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-launcher/opencpn-plugin-launcher-1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- opencpn-plugin-launcher-1.0.ebuild  21 Jan 2015 23:27:29 -  1.1
+++ opencpn-plugin-launcher-1.0.ebuild  30 Apr 2015 16:42:35 -  1.2
@@ -1,10 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-launcher/opencpn-plugin-launcher-1.0.ebuild,v
 1.1 2015/01/21 23:27:29 mschiff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-launcher/opencpn-plugin-launcher-1.0.ebuild,v
 1.2 2015/04/30 16:42:35 mschiff Exp $
 
 EAPI=5
 
-inherit cmake-utils
+WX_GTK_VER=2.8
+inherit cmake-utils wxwidgets
 
 MY_PN=launcher_pi
 



1.2  sci-geosciences/opencpn-plugin-launcher/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-launcher/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-launcher/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-launcher/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-launcher/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   21 Jan 2015 23:27:29 -  1.1
+++ ChangeLog   30 Apr 2015 16:42:35 -  1.2
@@ -1,10 +1,13 @@
 # ChangeLog for sci-geosciences/opencpn-plugin-launcher
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-launcher/ChangeLog,v 1.1 
2015/01/21 23:27:29 mschiff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-launcher/ChangeLog,v 1.2 
2015/04/30 16:42:35 mschiff Exp $
+
+  30 Apr 2015; Marc Schiffbauer msch...@gentoo.org
+  opencpn-plugin-launcher-1.0.ebuild:
+  Add missing wxwidgets eclass+setting
 
 *opencpn-plugin-launcher-1.0 (21 Jan 2015)
 
   21 Jan 2015; Marc Schiffbauer msch...@gentoo.org
   +opencpn-plugin-launcher-1.0.ebuild, +metadata.xml:
   Initial commit for opencpn-plugin-launcher
-






[gentoo-commits] gentoo-x86 commit in sci-geosciences/opencpn-plugin-objsearch: opencpn-plugin-objsearch-0.5.1.ebuild ChangeLog

2015-04-30 Thread Marc Schiffbauer (mschiff)
mschiff 15/04/30 16:43:20

  Modified: opencpn-plugin-objsearch-0.5.1.ebuild ChangeLog
  Log:
  Add missing wxwidgets eclass+setting
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x296C6CCA35A64134)

Revision  ChangesPath
1.2  
sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-0.5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-0.5.1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-0.5.1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-0.5.1.ebuild?r1=1.1r2=1.2

Index: opencpn-plugin-objsearch-0.5.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-0.5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- opencpn-plugin-objsearch-0.5.1.ebuild   21 Jan 2015 23:28:38 -  
1.1
+++ opencpn-plugin-objsearch-0.5.1.ebuild   30 Apr 2015 16:43:20 -  
1.2
@@ -1,10 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-0.5.1.ebuild,v
 1.1 2015/01/21 23:28:38 mschiff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-objsearch/opencpn-plugin-objsearch-0.5.1.ebuild,v
 1.2 2015/04/30 16:43:20 mschiff Exp $
 
 EAPI=5
 
-inherit cmake-utils
+WX_GTK_VER=2.8
+inherit cmake-utils wxwidgets
 
 MY_PN=objsearch_pi
 



1.2  sci-geosciences/opencpn-plugin-objsearch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-objsearch/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-objsearch/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-objsearch/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-objsearch/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   21 Jan 2015 23:28:38 -  1.1
+++ ChangeLog   30 Apr 2015 16:43:20 -  1.2
@@ -1,10 +1,13 @@
 # ChangeLog for sci-geosciences/opencpn-plugin-objsearch
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-objsearch/ChangeLog,v 
1.1 2015/01/21 23:28:38 mschiff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-objsearch/ChangeLog,v 
1.2 2015/04/30 16:43:20 mschiff Exp $
+
+  30 Apr 2015; Marc Schiffbauer msch...@gentoo.org
+  opencpn-plugin-objsearch-0.5.1.ebuild:
+  Add missing wxwidgets eclass+setting
 
 *opencpn-plugin-objsearch-0.5.1 (21 Jan 2015)
 
   21 Jan 2015; Marc Schiffbauer msch...@gentoo.org
   +opencpn-plugin-objsearch-0.5.1.ebuild, +metadata.xml:
   Initial commit for opencpn-plugin-objsearch
-






[gentoo-commits] gentoo-x86 commit in dev-python/oslo-concurrency: metadata.xml oslo-concurrency-1.8.0.ebuild ChangeLog

2015-04-30 Thread Matt Thode (prometheanfire)
prometheanfire15/04/30 16:48:59

  Added:metadata.xml oslo-concurrency-1.8.0.ebuild
ChangeLog
  Log:
  adding for kilo
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.1  dev-python/oslo-concurrency/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/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
emailprometheanf...@gentoo.org/email
nameMatthew Thode/name
  /maintainer
  longdescription lang=en
Oslo concurrency library has utilities for safely running multi-thread, 
multi-process applications using locking mechanisms and for running external 
processes.
  /longdescription
/pkgmetadata




1.1  dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild

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

Index: oslo-concurrency-1.8.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild,v
 1.1 2015/04/30 16:48:59 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=library for running  multi-thread, multi-process applications
HOMEPAGE=https://pypi.python.org/pypi/oslo.concurrency;
SRC_URI=mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz
S=${WORKDIR}/oslo.concurrency-${PV}

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

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
=dev-python/pbr-0.8[${PYTHON_USEDEP}]
dev-python/pbr-1.0[${PYTHON_USEDEP}]
test? (
=dev-python/hacking-0.10[${PYTHON_USEDEP}]
dev-python/hacking-0.11[${PYTHON_USEDEP}]
=dev-python/oslotest-1.2.0[${PYTHON_USEDEP}]
=dev-python/coverage-3.6[${PYTHON_USEDEP}]
=dev-python/futures-2.1.6[${PYTHON_USEDEP}]
=dev-python/oslo-sphinx-2.2.0[${PYTHON_USEDEP}]
=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
!~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
dev-python/sphinx-1.3.0[${PYTHON_USEDEP}]
=dev-python/eventlet-0.16.1[${PYTHON_USEDEP}]
)
RDEPEND=
=dev-python/Babel-1.3[${PYTHON_USEDEP}]
=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
=dev-python/oslo-config-1.9.0[${PYTHON_USEDEP}]
=dev-python/oslo-i18n-1.3.0[${PYTHON_USEDEP}]
=dev-python/oslo-utils-1.2.0[${PYTHON_USEDEP}]
dev-python/posix_ipc[${PYTHON_USEDEP}]
=dev-python/six-1.9.0[${PYTHON_USEDEP}]
=dev-python/retrying-1.2.3[${PYTHON_USEDEP}]
!~dev-python/retrying-1.3.0[${PYTHON_USEDEP}]


# This time half the doc files are missing; Do you want them?

python_test() {
nosetests tests/ || die test failed under ${EPYTHON}
}



1.1  dev-python/oslo-concurrency/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-python/oslo-concurrency
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/ChangeLog,v 1.1 
2015/04/30 16:48:59 prometheanfire Exp $

*oslo-concurrency-1.8.0 (30 Apr 2015)

  30 Apr 2015; Matthew Thode prometheanf...@gentoo.org +metadata.xml,
  +oslo-concurrency-1.8.0.ebuild:
  adding for kilo






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

2015-04-30 Thread Matt Thode (prometheanfire)
prometheanfire15/04/30 16:49:45

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



[gentoo-commits] gentoo-x86 commit in dev-python/oslo-concurrency: oslo-concurrency-1.8.0.ebuild ChangeLog

2015-04-30 Thread Matt Thode (prometheanfire)
prometheanfire15/04/30 17:16:11

  Modified: oslo-concurrency-1.8.0.ebuild ChangeLog
  Log:
  adding py3 support
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild

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

Index: oslo-concurrency-1.8.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oslo-concurrency-1.8.0.ebuild   30 Apr 2015 16:48:59 -  1.1
+++ oslo-concurrency-1.8.0.ebuild   30 Apr 2015 17:16:11 -  1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild,v
 1.1 2015/04/30 16:48:59 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild,v
 1.2 2015/04/30 17:16:11 prometheanfire Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
 
 inherit distutils-r1
 
@@ -25,7 +25,7 @@
dev-python/hacking-0.11[${PYTHON_USEDEP}]
=dev-python/oslotest-1.2.0[${PYTHON_USEDEP}]
=dev-python/coverage-3.6[${PYTHON_USEDEP}]
-   =dev-python/futures-2.1.6[${PYTHON_USEDEP}]
+   virtual/python-futures[${PYTHON_USEDEP}]
=dev-python/oslo-sphinx-2.2.0[${PYTHON_USEDEP}]
=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
!~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
@@ -45,7 +45,9 @@
!~dev-python/retrying-1.3.0[${PYTHON_USEDEP}]
 
 
-# This time half the doc files are missing; Do you want them?
+python_prepare() {
+   sed -i '/futures/d' test-requirements.txt || die
+}
 
 python_test() {
nosetests tests/ || die test failed under ${EPYTHON}



1.2  dev-python/oslo-concurrency/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   30 Apr 2015 16:48:59 -  1.1
+++ ChangeLog   30 Apr 2015 17:16:11 -  1.2
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/oslo-concurrency
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/ChangeLog,v 1.1 
2015/04/30 16:48:59 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/ChangeLog,v 1.2 
2015/04/30 17:16:11 prometheanfire Exp $
+
+  30 Apr 2015; Matthew Thode prometheanf...@gentoo.org
+  oslo-concurrency-1.8.0.ebuild:
+  adding py3 support
 
 *oslo-concurrency-1.8.0 (30 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in sys-auth/keystone: metadata.xml keystone-2015.1.0.ebuild keystone-2015.1.9999.ebuild ChangeLog

2015-04-30 Thread Matt Thode (prometheanfire)
prometheanfire15/04/30 17:23:27

  Modified: metadata.xml ChangeLog
  Added:keystone-2015.1.0.ebuild
keystone-2015.1..ebuild
  Log:
  kilo release
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.3  sys-auth/keystone/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/metadata.xml?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/metadata.xml?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/metadata.xml?r1=1.2r2=1.3

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml7 Oct 2013 14:51:48 -   1.2
+++ metadata.xml30 Apr 2015 17:23:27 -  1.3
@@ -1,6 +1,10 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
+  use
+flag name=memcachedInstalls dependencies needed for using memcached as 
a backend/flag
+flag name=mongoInstalls dependencies needed for using mongo as a 
backend/flag
+  /use
   herdopenstack/herd
   maintainer
 emailprometheanf...@gentoo.org/email



1.94 sys-auth/keystone/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.94view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.94content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?r1=1.93r2=1.94

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog   14 Apr 2015 16:10:06 -  1.93
+++ ChangeLog   30 Apr 2015 17:23:27 -  1.94
@@ -1,6 +1,13 @@
 # ChangeLog for sys-auth/keystone
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.93 
2015/04/14 16:10:06 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.94 
2015/04/30 17:23:27 prometheanfire Exp $
+
+*keystone-2015.1.0 (30 Apr 2015)
+*keystone-2015.1. (30 Apr 2015)
+
+  30 Apr 2015; Matthew Thode prometheanf...@gentoo.org
+  +keystone-2015.1.0.ebuild, +keystone-2015.1..ebuild, metadata.xml:
+  kilo release
 
   14 Apr 2015; Matthew Thode prometheanf...@gentoo.org
   keystone-2014.2..ebuild:



1.1  sys-auth/keystone/keystone-2015.1.0.ebuild

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

Index: keystone-2015.1.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2015.1.0.ebuild,v 
1.1 2015/04/30 17:23:27 prometheanfire Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 git-2 user

DESCRIPTION=The Openstack authentication, authorization, and service catalog
HOMEPAGE=https://launchpad.net/keystone;
SRC_URI=http://launchpad.net/${PN}/kilo/${PV}/+download/${P}.tar.gz;

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=
IUSE=+sqlite memcached mongo mysql postgres ldap test
REQUIRED_USE=|| ( mysql postgres sqlite )

DEPEND=
dev-python/setuptools[${PYTHON_USEDEP}]
=dev-python/pbr-0.8[${PYTHON_USEDEP}]
dev-python/pbr-1.0[${PYTHON_USEDEP}]
test? (
${RDEPEND}
=dev-python/hacking-0.10.0[${PYTHON_USEDEP}]
dev-python/hacking-0.11[${PYTHON_USEDEP}]
=dev-python/bashate-0.2[${PYTHON_USEDEP}]
dev-lang/python[sqlite]
memcached? (
=dev-python/python-memcached-1.48[${PYTHON_USEDEP}]
)
mongo? (
=dev-python/pymongo-2.5[${PYTHON_USEDEP}]
dev-python/pymongo-3.0[${PYTHON_USEDEP}]
)
ldap? (
dev-python/python-ldap[${PYTHON_USEDEP}]
=dev-python/ldappool-1.0[${PYTHON_USEDEP}]
)
=dev-python/coverage-3.6[${PYTHON_USEDEP}]
=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
=dev-python/lxml-2.3[${PYTHON_USEDEP}]
=dev-python/mock-1.0[${PYTHON_USEDEP}]

[gentoo-commits] gentoo-x86 commit in sci-geosciences/opencpn-plugin-weatherfax: opencpn-plugin-weatherfax-1.3.ebuild ChangeLog

2015-04-30 Thread Marc Schiffbauer (mschiff)
mschiff 15/04/30 16:44:27

  Modified: opencpn-plugin-weatherfax-1.3.ebuild ChangeLog
  Log:
  Add missing wxwidgets eclass+setting
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x296C6CCA35A64134)

Revision  ChangesPath
1.2  
sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.ebuild?r1=1.1r2=1.2

Index: opencpn-plugin-weatherfax-1.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- opencpn-plugin-weatherfax-1.3.ebuild21 Jan 2015 23:30:27 -  
1.1
+++ opencpn-plugin-weatherfax-1.3.ebuild30 Apr 2015 16:44:27 -  
1.2
@@ -1,10 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.ebuild,v
 1.1 2015/01/21 23:30:27 mschiff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-weatherfax/opencpn-plugin-weatherfax-1.3.ebuild,v
 1.2 2015/04/30 16:44:27 mschiff Exp $
 
 EAPI=5
 
-inherit cmake-utils
+WX_GTK_VER=2.8
+inherit cmake-utils wxwidgets
 
 MY_PN=weatherfax_pi
 



1.2  sci-geosciences/opencpn-plugin-weatherfax/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-weatherfax/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-weatherfax/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-weatherfax/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-weatherfax/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   21 Jan 2015 23:30:27 -  1.1
+++ ChangeLog   30 Apr 2015 16:44:27 -  1.2
@@ -1,10 +1,13 @@
 # ChangeLog for sci-geosciences/opencpn-plugin-weatherfax
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-weatherfax/ChangeLog,v 
1.1 2015/01/21 23:30:27 mschiff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-weatherfax/ChangeLog,v 
1.2 2015/04/30 16:44:27 mschiff Exp $
+
+  30 Apr 2015; Marc Schiffbauer msch...@gentoo.org
+  opencpn-plugin-weatherfax-1.3.ebuild:
+  Add missing wxwidgets eclass+setting
 
 *opencpn-plugin-weatherfax-1.3 (21 Jan 2015)
 
   21 Jan 2015; Marc Schiffbauer msch...@gentoo.org
   +opencpn-plugin-weatherfax-1.3.ebuild, +metadata.xml:
   Initial commit for opencpn-plugin-weatherfax
-






[gentoo-commits] gentoo-x86 commit in dev-python/posix_ipc: posix_ipc-0.9.8.ebuild ChangeLog

2015-04-30 Thread Matt Thode (prometheanfire)
prometheanfire15/04/30 17:07:27

  Modified: posix_ipc-0.9.8.ebuild ChangeLog
  Log:
  adding python3(3/4) support
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  dev-python/posix_ipc/posix_ipc-0.9.8.ebuild

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

Index: posix_ipc-0.9.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/posix_ipc/posix_ipc-0.9.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- posix_ipc-0.9.8.ebuild  10 Nov 2014 06:46:06 -  1.1
+++ posix_ipc-0.9.8.ebuild  30 Apr 2015 17:07:27 -  1.2
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/posix_ipc/posix_ipc-0.9.8.ebuild,v 1.1 
2014/11/10 06:46:06 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/posix_ipc/posix_ipc-0.9.8.ebuild,v 1.2 
2015/04/30 17:07:27 prometheanfire Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
 
 inherit distutils-r1
 



1.2  dev-python/posix_ipc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/posix_ipc/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   10 Nov 2014 06:46:06 -  1.1
+++ ChangeLog   30 Apr 2015 17:07:27 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/posix_ipc
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/posix_ipc/ChangeLog,v 1.1 
2014/11/10 06:46:06 prometheanfire Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/posix_ipc/ChangeLog,v 1.2 
2015/04/30 17:07:27 prometheanfire Exp $
+
+  30 Apr 2015; Matthew Thode prometheanf...@gentoo.org 
posix_ipc-0.9.8.ebuild:
+  adding python3(3/4) support
 
 *posix_ipc-0.9.8 (10 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-cluster/torque: ChangeLog torque-4.2.9-r3.ebuild torque-4.2.9-r2.ebuild

2015-04-30 Thread Justin Bronder (jsbronder)
jsbronder15/04/30 18:07:29

  Modified: ChangeLog
  Added:torque-4.2.9-r3.ebuild
  Removed:  torque-4.2.9-r2.ebuild
  Log:
  Fix munge configure argument (#543894)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
4D7043C9)

Revision  ChangesPath
1.185sys-cluster/torque/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/ChangeLog?rev=1.185view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/ChangeLog?rev=1.185content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/ChangeLog?r1=1.184r2=1.185

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -r1.184 -r1.185
--- ChangeLog   26 Dec 2014 16:06:44 -  1.184
+++ ChangeLog   30 Apr 2015 18:07:29 -  1.185
@@ -1,6 +1,12 @@
 # ChangeLog for sys-cluster/torque
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.184 
2014/12/26 16:06:44 xarthisius Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.185 
2015/04/30 18:07:29 jsbronder Exp $
+
+*torque-4.2.9-r3 (30 Apr 2015)
+
+  30 Apr 2015; Justin Bronder jsbron...@gentoo.org -torque-4.2.9-r2.ebuild,
+  +torque-4.2.9-r3.ebuild:
+  Fix munge configure argument (#543894)
 
   26 Dec 2014; Kacper Kowalik xarthis...@gentoo.org -torque-2.5.12-r1.ebuild,
   -torque-4.1.5.1-r1.ebuild:



1.1  sys-cluster/torque/torque-4.2.9-r3.ebuild

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

Index: torque-4.2.9-r3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-4.2.9-r3.ebuild,v 
1.1 2015/04/30 18:07:29 jsbronder Exp $

EAPI=5

inherit flag-o-matic eutils linux-info

DESCRIPTION=Resource manager and queuing system based on OpenPBS
HOMEPAGE=http://www.adaptivecomputing.com/products/open-source/torque;
# TODO:  hopefully moving to github tags soon
# http://www.supercluster.org/pipermail/torquedev/2013-May/004519.html
SRC_URI=http://www.adaptivecomputing.com/index.php?wpfb_dl=2849 - ${P}.tar.gz

LICENSE=torque-2.5
SLOT=0
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
IUSE=cpusets +crypt doc drmaa kernel_linux munge nvidia server +syslog tk

DEPEND_COMMON=
sys-libs/ncurses
sys-libs/readline
cpusets? ( sys-apps/hwloc )
munge? ( sys-auth/munge )
nvidia? ( =x11-drivers/nvidia-drivers-275 )
tk? ( dev-lang/tk )
syslog? ( virtual/logger )
!games-util/qstat

DEPEND=${DEPEND_COMMON}
!sys-cluster/slurm

RDEPEND=${DEPEND_COMMON}
crypt? ( net-misc/openssh )
!crypt? ( net-misc/netkit-rsh )
!dev-libs/uthash

# Torque should depend on dev-libs/uthash but that's pretty much impossible
# to patch in as they ship with a broken configure such that files referenced
# by the configure.ac and Makefile.am are missing.
# http://www.supercluster.org/pipermail/torquedev/2014-October/004773.html

pkg_setup() {
PBS_SERVER_HOME=${PBS_SERVER_HOME:-/var/spool/${PN}}

# Find a Torque server to use.  Check environment, then
# current setup (if any), and fall back on current hostname.
if [ -z ${PBS_SERVER_NAME} ]; then
if [ -f ${ROOT}${PBS_SERVER_HOME}/server_name ]; then

PBS_SERVER_NAME=$(${ROOT}${PBS_SERVER_HOME}/server_name)
else
PBS_SERVER_NAME=$(hostname -f)
fi
fi

USE_CPUSETS=--disable-cpuset
if use cpusets; then
if ! use kernel_linux; then
einfo
elog Torque currently only has support for cpusets 
in linux.
elog Assuming you didn't really want this USE flag.
einfo
else
linux-info_pkg_setup
if ! linux_config_exists || ! linux_chkconfig_present 
CPUSETS; then
einfo
elog Torque support for cpusets will 
require that you recompile
elog your kernel with CONFIG_CPUSETS enabled.
einfo
fi

[gentoo-commits] gentoo-x86 commit in sci-geosciences/opencpn-plugin-ocpndebugger: opencpn-plugin-ocpndebugger-1.0.ebuild ChangeLog

2015-04-30 Thread Marc Schiffbauer (mschiff)
mschiff 15/04/30 16:43:42

  Modified: opencpn-plugin-ocpndebugger-1.0.ebuild ChangeLog
  Log:
  Add missing wxwidgets eclass+setting
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x296C6CCA35A64134)

Revision  ChangesPath
1.2  
sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-1.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-1.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-1.0.ebuild?r1=1.1r2=1.2

Index: opencpn-plugin-ocpndebugger-1.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- opencpn-plugin-ocpndebugger-1.0.ebuild  21 Jan 2015 23:29:16 -  
1.1
+++ opencpn-plugin-ocpndebugger-1.0.ebuild  30 Apr 2015 16:43:41 -  
1.2
@@ -1,10 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-1.0.ebuild,v
 1.1 2015/01/21 23:29:16 mschiff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-ocpndebugger/opencpn-plugin-ocpndebugger-1.0.ebuild,v
 1.2 2015/04/30 16:43:41 mschiff Exp $
 
 EAPI=5
 
-inherit cmake-utils
+WX_GTK_VER=2.8
+inherit cmake-utils wxwidgets
 
 MY_PN=ocpndebugger_pi
 



1.2  sci-geosciences/opencpn-plugin-ocpndebugger/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-ocpndebugger/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-ocpndebugger/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/opencpn-plugin-ocpndebugger/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-ocpndebugger/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   21 Jan 2015 23:29:16 -  1.1
+++ ChangeLog   30 Apr 2015 16:43:41 -  1.2
@@ -1,10 +1,13 @@
 # ChangeLog for sci-geosciences/opencpn-plugin-ocpndebugger
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-ocpndebugger/ChangeLog,v 
1.1 2015/01/21 23:29:16 mschiff Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-geosciences/opencpn-plugin-ocpndebugger/ChangeLog,v 
1.2 2015/04/30 16:43:41 mschiff Exp $
+
+  30 Apr 2015; Marc Schiffbauer msch...@gentoo.org
+  opencpn-plugin-ocpndebugger-1.0.ebuild:
+  Add missing wxwidgets eclass+setting
 
 *opencpn-plugin-ocpndebugger-1.0 (21 Jan 2015)
 
   21 Jan 2015; Marc Schiffbauer msch...@gentoo.org
   +opencpn-plugin-ocpndebugger-1.0.ebuild, +metadata.xml:
   Initial commit for opencpn-plugin-ocpndebugger
-






[gentoo-commits] gentoo-x86 commit in dev-python/oslo-vmware: oslo-vmware-0.11.1.ebuild ChangeLog

2015-04-30 Thread Matt Thode (prometheanfire)
prometheanfire15/04/30 18:53:31

  Modified: ChangeLog
  Added:oslo-vmware-0.11.1.ebuild
  Log:
  bumping for kilo
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.4  dev-python/oslo-vmware/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-vmware/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-vmware/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-vmware/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-vmware/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   19 Nov 2014 02:59:49 -  1.3
+++ ChangeLog   30 Apr 2015 18:53:31 -  1.4
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/oslo-vmware
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-vmware/ChangeLog,v 1.3 
2014/11/19 02:59:49 prometheanfire Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-vmware/ChangeLog,v 1.4 
2015/04/30 18:53:31 prometheanfire Exp $
+
+*oslo-vmware-0.11.1 (30 Apr 2015)
+
+  30 Apr 2015; Matthew Thode prometheanf...@gentoo.org
+  +oslo-vmware-0.11.1.ebuild:
+  bumping for kilo
 
 *oslo-vmware-0.7.0 (19 Nov 2014)
 



1.1  dev-python/oslo-vmware/oslo-vmware-0.11.1.ebuild

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

Index: oslo-vmware-0.11.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-vmware/oslo-vmware-0.11.1.ebuild,v 1.1 
2015/04/30 18:53:31 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=Oslo VMware library for OpenStack projects
HOMEPAGE=https://pypi.python.org/pypi/oslo.vmware;
SRC_URI=mirror://pypi/${PN:0:1}/oslo.vmware/oslo.vmware-${PV}.tar.gz
S=${WORKDIR}/oslo.vmware-${PV}

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

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
=dev-python/pbr-0.8[${PYTHON_USEDEP}]
dev-python/pbr-1.0[${PYTHON_USEDEP}]
test? (
=dev-python/hacking-0.9.2[${PYTHON_USEDEP}]
dev-python/hacking-0.10[${PYTHON_USEDEP}]
=dev-python/pylint-1.3.0[${PYTHON_USEDEP}]
=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
=dev-python/mock-1.0[${PYTHON_USEDEP}]
=dev-python/mox3-0.7.0[${PYTHON_USEDEP}]
=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
=dev-python/testtools-0.9.36[${PYTHON_USEDEP}]
!~dev-python/testtools-1.2.0[${PYTHON_USEDEP}]
=dev-python/coverage-3.6[${PYTHON_USEDEP}]
=dev-python/oslo-sphinx-2.2.0[${PYTHON_USEDEP}]
=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
!~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
dev-python/sphinx-1.3[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
)
RDEPEND=
=dev-python/stevedore-1.1.0[${PYTHON_USEDEP}]
=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
=dev-python/six-1.9.0[${PYTHON_USEDEP}]
=dev-python/oslo-i18n-1.3.0[${PYTHON_USEDEP}]
=dev-python/oslo-utils-1.2.0[${PYTHON_USEDEP}]
=dev-python/Babel-1.3[${PYTHON_USEDEP}]
=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
=dev-python/suds-0.4[${PYTHON_USEDEP}]
=dev-python/eventlet-0.16.1[${PYTHON_USEDEP}]
=dev-python/requests-2.2.0[${PYTHON_USEDEP}]
!~dev-python/requests-2.4.0[${PYTHON_USEDEP}]
=dev-python/urllib3-1.8.3[${PYTHON_USEDEP}]
=dev-python/oslo-concurrency-1.4.1[${PYTHON_USEDEP}]


python_test() {
nosetests tests/ || die test failed under ${EPYTHON}
}






[gentoo-commits] gentoo-x86 commit in dev-python/semantic_version: metadata.xml semantic_version-2.4.1.ebuild ChangeLog

2015-04-30 Thread Matt Thode (prometheanfire)
prometheanfire15/04/30 18:58:56

  Added:metadata.xml semantic_version-2.4.1.ebuild
ChangeLog
  Log:
  for kilo
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

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

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/semantic_version/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/semantic_version/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
emailprometheanf...@gentoo.org/email
nameMatthew Thode/name
  /maintainer
  longdescription lang=en
This small python library provides a few tools to handle SemVer in Python. 
It follows strictly the 2.0.0 version of the SemVer scheme.
  /longdescription
/pkgmetadata




1.1  dev-python/semantic_version/semantic_version-2.4.1.ebuild

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

Index: semantic_version-2.4.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/semantic_version/semantic_version-2.4.1.ebuild,v
 1.1 2015/04/30 18:58:56 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=This small python library provides a few tools to handle SemVer in 
Python.
HOMEPAGE=https://pypi.python.org/pypi/semantic_version;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

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

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
RDEPEND=



1.1  dev-python/semantic_version/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-python/semantic_version
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/semantic_version/ChangeLog,v 1.1 
2015/04/30 18:58:56 prometheanfire Exp $

*semantic_version-2.4.1 (30 Apr 2015)

  30 Apr 2015; Matthew Thode prometheanf...@gentoo.org +metadata.xml,
  +semantic_version-2.4.1.ebuild:
  for kilo






[gentoo-commits] proj/hardened-dev:master commit in: sys-kernel/hardened-sources/

2015-04-30 Thread Anthony G. Basile
commit: 4bb80918daa99ae1980ffaa10b0c53022f014542
Author: layman layman AT localhost
AuthorDate: Thu Apr 30 19:05:56 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Thu Apr 30 19:05:56 2015 +
URL:https://gitweb.gentoo.org/proj/hardened-dev.git/commit/?id=4bb80918

sys-kernel/hardened-sources: testing patchset 20150429

Package-Manager: portage-2.2.18
Manifest-Sign-Key: 0xF52D4BBA

 ...rdened-sources-3.14.39-r1.ebuild = hardened-sources-3.14.40.ebuild} | 2 +-
 ...hardened-sources-3.19.5-r1.ebuild = hardened-sources-3.19.6.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.14.39-r1.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.14.40.ebuild
similarity index 96%
rename from sys-kernel/hardened-sources/hardened-sources-3.14.39-r1.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.14.40.ebuild
index 6c93e28..cdd87d6 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.14.39-r1.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.14.40.ebuild
@@ -12,7 +12,7 @@ K_DEBLOB_AVAILABLE=1
 inherit kernel-2
 detect_version
 
-HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2
+HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1
 
HGPV_URI=http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
 SRC_URI=${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}
 

diff --git a/sys-kernel/hardened-sources/hardened-sources-3.19.5-r1.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-3.19.6.ebuild
similarity index 96%
rename from sys-kernel/hardened-sources/hardened-sources-3.19.5-r1.ebuild
rename to sys-kernel/hardened-sources/hardened-sources-3.19.6.ebuild
index 73395ee..66399d3 100644
--- a/sys-kernel/hardened-sources/hardened-sources-3.19.5-r1.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-3.19.6.ebuild
@@ -12,7 +12,7 @@ K_DEBLOB_AVAILABLE=1
 inherit kernel-2
 detect_version
 
-HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2
+HGPV=${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1
 
HGPV_URI=http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
 SRC_URI=${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}
 



[gentoo-commits] gentoo-x86 commit in dev-libs/liberasurecode: - New directory

2015-04-30 Thread Matt Thode (prometheanfire)
prometheanfire15/04/30 19:12:40

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-libs/liberasurecode added to the 
repository



[gentoo-commits] gentoo-x86 commit in sys-cluster/nova: nova-2015.1.0.ebuild nova-2015.1.9999.ebuild ChangeLog

2015-04-30 Thread Matt Thode (prometheanfire)
prometheanfire15/04/30 21:04:50

  Modified: ChangeLog
  Added:nova-2015.1.0.ebuild nova-2015.1..ebuild
  Log:
  kilo released :D
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.87 sys-cluster/nova/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/ChangeLog?rev=1.87view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/ChangeLog?rev=1.87content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/ChangeLog?r1=1.86r2=1.87

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog   13 Apr 2015 03:31:07 -  1.86
+++ ChangeLog   30 Apr 2015 21:04:50 -  1.87
@@ -1,6 +1,13 @@
 # ChangeLog for sys-cluster/nova
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.86 
2015/04/13 03:31:07 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.87 
2015/04/30 21:04:50 prometheanfire Exp $
+
+*nova-2015.1.0 (30 Apr 2015)
+*nova-2015.1. (30 Apr 2015)
+
+  30 Apr 2015; Matthew Thode prometheanf...@gentoo.org +nova-2015.1.0.ebuild,
+  +nova-2015.1..ebuild:
+  kilo released :D
 
 *nova-2014.2.3 (13 Apr 2015)
 



1.1  sys-cluster/nova/nova-2015.1.0.ebuild

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

Index: nova-2015.1.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.0.ebuild,v 1.1 
2015/04/30 21:04:50 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 eutils linux-info multilib user

DESCRIPTION=A cloud computing fabric controller (main part of an IaaS system) 
written in Python
HOMEPAGE=https://launchpad.net/nova;
EGIT_REPO_URI=https://github.com/openstack/nova.git;
EGIT_BRANCH=stable/kilo

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=+compute +kvm +network +novncproxy openvswitch sqlite mysql postgres xen
REQUIRED_USE=|| ( mysql postgres sqlite )
  compute? ( || ( kvm xen ) )

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
=dev-python/pbr-0.8[${PYTHON_USEDEP}]
dev-python/pbr-1.0[${PYTHON_USEDEP}]
app-admin/sudo

RDEPEND=
sqlite? (
=dev-python/sqlalchemy-0.9.7[sqlite,${PYTHON_USEDEP}]
=dev-python/sqlalchemy-0.9.99[sqlite,${PYTHON_USEDEP}]
)
mysql? (
dev-python/mysql-python
=dev-python/sqlalchemy-0.9.7[${PYTHON_USEDEP}]
=dev-python/sqlalchemy-0.9.99[${PYTHON_USEDEP}]
)
postgres? (
dev-python/psycopg:2
=dev-python/sqlalchemy-0.9.7[${PYTHON_USEDEP}]
=dev-python/sqlalchemy-0.9.99[${PYTHON_USEDEP}]
)
=dev-python/boto-2.32.1[${PYTHON_USEDEP}]
=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
=dev-python/eventlet-0.16.1[${PYTHON_USEDEP}]
dev-python/eventlet-0.17.0[${PYTHON_USEDEP}]
=dev-python/jinja-2.6[${PYTHON_USEDEP}]
=dev-python/keystonemiddleware-1.5.0[${PYTHON_USEDEP}]
dev-python/keystonemiddleware-1.6.0[${PYTHON_USEDEP}]
=dev-python/lxml-2.3[${PYTHON_USEDEP}]
=dev-python/routes-1.12.3-r1[${PYTHON_USEDEP}]
!~dev-python/routes-2.0[${PYTHON_USEDEP}]
=dev-python/webob-1.2.3[${PYTHON_USEDEP}]
=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
=dev-python/pastedeploy-1.5.0-r1[${PYTHON_USEDEP}]
dev-python/paste[${PYTHON_USEDEP}]
~dev-python/sqlalchemy-migrate-0.9.5[${PYTHON_USEDEP}]
=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
=dev-python/paramiko-1.13.0[${PYTHON_USEDEP}]
dev-python/pyasn1[${PYTHON_USEDEP}]
=dev-python/Babel-1.3[${PYTHON_USEDEP}]
=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]
=dev-python/python-cinderclient-1.1.0[${PYTHON_USEDEP}]
dev-python/python-cinderclient-1.2.0[${PYTHON_USEDEP}]
=dev-python/python-neutronclient-2.3.11[${PYTHON_USEDEP}]
dev-python/python-neutronclient-2.5.0[${PYTHON_USEDEP}]
=dev-python/python-glanceclient-0.15.0[${PYTHON_USEDEP}]

[gentoo-commits] proj/sci:master commit in: sci-biology/quorum/

2015-04-30 Thread Martin Mokrejs
commit: 1b983d16797ad73d9994367f8bbaf2314cf20db8
Author: Martin Mokrejš mmokrejs AT fold DOT natur DOT cuni DOT cz
AuthorDate: Thu Apr 30 21:14:51 2015 +
Commit: Martin Mokrejs mmokrejs AT fold DOT natur DOT cuni DOT cz
CommitDate: Thu Apr 30 21:14:51 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=1b983d16

sci-biology/quorum: avoid full path on linker commandline 
/usr/lib64/libjellyfish-2.0.so

Package-Manager: portage-2.2.18

 sci-biology/quorum/ChangeLog   | 5 +
 sci-biology/quorum/quorum-0.2.1.ebuild | 6 +-
 sci-biology/quorum/quorum-1.0.0.ebuild | 4 
 3 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/sci-biology/quorum/ChangeLog b/sci-biology/quorum/ChangeLog
index 3ab4833..e7b52a9 100644
--- a/sci-biology/quorum/ChangeLog
+++ b/sci-biology/quorum/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  30 Apr 2015; Martin Mokrejs mmokr...@fold.natur.cuni.cz 
quorum-0.2.1.ebuild,
+  quorum-1.0.0.ebuild:
+  sci-biology/quorum: avoid full path on linker commandline
+  /usr/lib64/libjellyfish-2.0.so
+
 *quorum-0.2.1 (30 Apr 2015)
 *quorum-1.0.0 (30 Apr 2015)
 

diff --git a/sci-biology/quorum/quorum-0.2.1.ebuild 
b/sci-biology/quorum/quorum-0.2.1.ebuild
index b6cdfb1..d2a540a 100644
--- a/sci-biology/quorum/quorum-0.2.1.ebuild
+++ b/sci-biology/quorum/quorum-0.2.1.ebuild
@@ -13,5 +13,9 @@ SLOT=0
 KEYWORDS=~amd64
 IUSE=
 
-DEPEND==sci-biology/jellyfish-1.1*
+DEPEND==sci-biology/jellyfish-1.1.11
 RDEPEND=${DEPEND}
+
+src_configure(){
+   econf --enable-relative-paths --with-relative-jf-path
+}

diff --git a/sci-biology/quorum/quorum-1.0.0.ebuild 
b/sci-biology/quorum/quorum-1.0.0.ebuild
index 53a773a..6870eed 100644
--- a/sci-biology/quorum/quorum-1.0.0.ebuild
+++ b/sci-biology/quorum/quorum-1.0.0.ebuild
@@ -15,3 +15,7 @@ IUSE=
 
 DEPEND==sci-biology/jellyfish-2.1.4
 RDEPEND=${DEPEND}
+
+src_configure(){
+   econf --enable-relative-paths --with-relative-jf-path
+}



[gentoo-commits] gentoo-x86 commit in dev-python/glance_store: glance_store-0.4.0.ebuild ChangeLog

2015-04-30 Thread Matt Thode (prometheanfire)
prometheanfire15/04/30 18:47:16

  Modified: ChangeLog
  Added:glance_store-0.4.0.ebuild
  Log:
  bumping for kilo
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  dev-python/glance_store/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/glance_store/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   18 Nov 2014 22:13:50 -  1.1
+++ ChangeLog   30 Apr 2015 18:47:16 -  1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/glance_store
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/glance_store/ChangeLog,v 1.1 
2014/11/18 22:13:50 prometheanfire Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/glance_store/ChangeLog,v 1.2 
2015/04/30 18:47:16 prometheanfire Exp $
+
+*glance_store-0.4.0 (30 Apr 2015)
+
+  30 Apr 2015; Matthew Thode prometheanf...@gentoo.org
+  +glance_store-0.4.0.ebuild:
+  bumping for kilo
 
 *glance_store-0.1.10 (18 Nov 2014)
 



1.1  dev-python/glance_store/glance_store-0.4.0.ebuild

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

Index: glance_store-0.4.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/glance_store/glance_store-0.4.0.ebuild,v 1.1 
2015/04/30 18:47:16 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=A connection pool for python-ldap
HOMEPAGE=http://launchpad.net/oslo;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

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

DEPEND=
dev-python/setuptools[${PYTHON_USEDEP}]
=dev-python/pbr-0.8.0[${PYTHON_USEDEP}]
dev-python/pbr-1.0[${PYTHON_USEDEP}]

RDEPEND=
=dev-python/oslo-config-1.6.0[${PYTHON_USEDEP}]
=dev-python/oslo-i18n-0.1.0[${PYTHON_USEDEP}]
=dev-python/oslo-serialization-1.0.0[${PYTHON_USEDEP}]
=dev-python/oslo-utils-1.2.0[${PYTHON_USEDEP}]
=dev-python/oslo-concurrency-1.4.1[${PYTHON_USEDEP}]
=dev-python/stevedore-0.12[${PYTHON_USEDEP}]
dev-python/enum34[${PYTHON_USEDEP}]
=dev-python/python-cinderclient-1.0.6[${PYTHON_USEDEP}]
=dev-python/eventlet-0.13.0[${PYTHON_USEDEP}]
=dev-python/six-1.4.1[${PYTHON_USEDEP}]
=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]


python_prepare_all() {
sed -i '/ordereddict/d' requirements.txt
distutils-r1_python_prepare_all
}






[gentoo-commits] gentoo-x86 commit in sys-cluster/swift: swift-2.3.0.ebuild ChangeLog

2015-04-30 Thread Matt Thode (prometheanfire)
prometheanfire15/04/30 19:40:22

  Modified: ChangeLog
  Added:swift-2.3.0.ebuild
  Log:
  more kilo
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.44 sys-cluster/swift/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/swift/ChangeLog?rev=1.44view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/swift/ChangeLog?rev=1.44content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/swift/ChangeLog?r1=1.43r2=1.44

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/swift/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   28 Apr 2015 20:33:39 -  1.43
+++ ChangeLog   30 Apr 2015 19:40:22 -  1.44
@@ -1,6 +1,11 @@
 # ChangeLog for sys-cluster/swift
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/ChangeLog,v 1.43 
2015/04/28 20:33:39 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/ChangeLog,v 1.44 
2015/04/30 19:40:22 prometheanfire Exp $
+
+*swift-2.3.0 (30 Apr 2015)
+
+  30 Apr 2015; Matthew Thode prometheanf...@gentoo.org +swift-2.3.0.ebuild:
+  more kilo
 
   28 Apr 2015; Matthew Thode prometheanf...@gentoo.org -swift-.ebuild:
   removing swift based on git master (because keeping up to date on deps sucks)



1.1  sys-cluster/swift/swift-2.3.0.ebuild

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

Index: swift-2.3.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/swift/swift-2.3.0.ebuild,v 1.1 
2015/04/30 19:40:22 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 eutils linux-info user

DESCRIPTION=A highly available, distributed, and eventually consistent 
object/blob store
HOMEPAGE=https://launchpad.net/swift;
SRC_URI=http://launchpad.net/${PN}/kilo/${PV}/+download/${P}.tar.gz;

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=proxy account container object test +memcache
REQUIRED_USE=|| ( proxy account container object )

DEPEND=
dev-python/setuptools[${PYTHON_USEDEP}]
=dev-python/pbr-0.8.0[${PYTHON_USEDEP}]
dev-python/pbr-1.0[${PYTHON_USEDEP}]
test? (
${RDEPEND}
=dev-python/hacking-0.8.0[${PYTHON_USEDEP}]
dev-python/hacking-0.9[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
dev-python/nosexcover[${PYTHON_USEDEP}]
dev-python/openstack-nose-plugin[${PYTHON_USEDEP}]
dev-python/nosehtmloutput[${PYTHON_USEDEP}]
dev-python/oslo-sphinx[${PYTHON_USEDEP}]
=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
dev-python/sphinx-1.2[${PYTHON_USEDEP}]
=dev-python/mock-1.0[${PYTHON_USEDEP}]
dev-python/python-swiftclient[${PYTHON_USEDEP}]
)

RDEPEND=
=dev-python/dnspython-1.9.4[${PYTHON_USEDEP}]
=dev-python/eventlet-0.16.1[${PYTHON_USEDEP}]
!~dev-python/eventlet-0.17.0[${PYTHON_USEDEP}]
=dev-python/greenlet-0.3.1[${PYTHON_USEDEP}]
=dev-python/netifaces-0.5[${PYTHON_USEDEP}]
!~dev-python/netifaces-0.10.0[${PYTHON_USEDEP}]
!~dev-python/netifaces-0.10.1[${PYTHON_USEDEP}]
=dev-python/pastedeploy-1.3.3[${PYTHON_USEDEP}]
=dev-python/simplejson-2.0.9[${PYTHON_USEDEP}]
dev-python/pyxattr[${PYTHON_USEDEP}]
=dev-python/PyECLib-1.0.7[${PYTHON_USEDEP}]
memcache? ( net-misc/memcached )
net-misc/rsync[xattr]

CONFIG_CHECK=~EXT3_FS_XATTR ~SQUASHFS_XATTR ~CIFS_XATTR ~JFFS2_FS_XATTR
~TMPFS_XATTR ~UBIFS_FS_XATTR ~EXT2_FS_XATTR ~REISERFS_FS_XATTR ~EXT4_FS_XATTR
~ZFS

PATCHES=(
${FILESDIR}/cve-2015-1856-master-kilo.patch
)

pkg_setup() {
enewuser swift
enewgroup swift
}

src_prepare() {
sed -i 's/xattr/pyxattr/g' ${S}/swift.egg-info/requires.txt
sed -i 's/xattr/pyxattr/g' ${S}/requirements.txt
distutils-r1_python_prepare_all
}

src_test () {
# https://bugs.launchpad.net/swift/+bug/1249727
find . \( -name test_wsgi.py -o -name test_locale.py -o -name 
test_utils.py \) -delete || die
SKIP_PIP_INSTALL=1 PBR_VERSION=0.6.0 sh .unittests || die
}

python_install() {
distutils-r1_python_install
keepdir /etc/swift

[gentoo-commits] gentoo-x86 commit in dev-python/PyECLib: metadata.xml PyECLib-1.0.7.ebuild ChangeLog

2015-04-30 Thread Matt Thode (prometheanfire)
prometheanfire15/04/30 19:39:33

  Added:metadata.xml PyECLib-1.0.7.ebuild ChangeLog
  Log:
  adding for swift
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

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

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyECLib/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyECLib/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
emailprometheanf...@gentoo.org/email
nameMatthew Thode/name
  /maintainer
  longdescription lang=en
This library provides a simple Python interface for implementing erasure 
codes. To obtain the best possible performance, the underlying erasure code 
algorithms are written in C.
  /longdescription
/pkgmetadata




1.1  dev-python/PyECLib/PyECLib-1.0.7.ebuild

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

Index: PyECLib-1.0.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/PyECLib/PyECLib-1.0.7.ebuild,v 
1.1 2015/04/30 19:39:33 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=Messaging API for RPC and notifications over a number of different 
messaging transports
HOMEPAGE=https://pypi.python.org/pypi/PyECLib;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=test

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
RDEPEND=dev-libs/liberasurecode



1.1  dev-python/PyECLib/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-python/PyECLib
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/PyECLib/ChangeLog,v 1.1 
2015/04/30 19:39:33 prometheanfire Exp $

*PyECLib-1.0.7 (30 Apr 2015)

  30 Apr 2015; Matthew Thode prometheanf...@gentoo.org +PyECLib-1.0.7.ebuild,
  +metadata.xml:
  adding for swift






[gentoo-commits] gentoo-x86 commit in sys-auth/keystone: keystone-2015.1.0.ebuild ChangeLog

2015-04-30 Thread Matt Thode (prometheanfire)
prometheanfire15/04/30 20:18:34

  Modified: keystone-2015.1.0.ebuild ChangeLog
  Log:
  removing unneeded inherit
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.3  sys-auth/keystone/keystone-2015.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2015.1.0.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2015.1.0.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2015.1.0.ebuild?r1=1.2r2=1.3

Index: keystone-2015.1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2015.1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- keystone-2015.1.0.ebuild30 Apr 2015 20:17:09 -  1.2
+++ keystone-2015.1.0.ebuild30 Apr 2015 20:18:34 -  1.3
@@ -1,12 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2015.1.0.ebuild,v 1.2 
2015/04/30 20:17:09 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2015.1.0.ebuild,v 1.3 
2015/04/30 20:18:34 prometheanfire Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit distutils-r1 git-2 user
+inherit distutils-r1 user
 
 DESCRIPTION=The Openstack authentication, authorization, and service catalog
 HOMEPAGE=https://launchpad.net/keystone;



1.96 sys-auth/keystone/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.96view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.96content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?r1=1.95r2=1.96

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog   30 Apr 2015 20:17:09 -  1.95
+++ ChangeLog   30 Apr 2015 20:18:34 -  1.96
@@ -1,6 +1,10 @@
 # ChangeLog for sys-auth/keystone
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.95 
2015/04/30 20:17:09 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.96 
2015/04/30 20:18:34 prometheanfire Exp $
+
+  30 Apr 2015; Matthew Thode prometheanf...@gentoo.org
+  keystone-2015.1.0.ebuild:
+  removing unneeded inherit
 
   30 Apr 2015; Matthew Thode prometheanf...@gentoo.org
   keystone-2015.1.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-perl/Apache-Test: Apache-Test-1.390.0.ebuild ChangeLog

2015-04-30 Thread Andreas Huettel (dilfridge)
dilfridge15/04/30 20:32:47

  Modified: ChangeLog
  Added:Apache-Test-1.390.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.102dev-perl/Apache-Test/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/ChangeLog?rev=1.102view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/ChangeLog?rev=1.102content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Apache-Test/ChangeLog?r1=1.101r2=1.102

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   19 Nov 2014 19:31:11 -  1.101
+++ ChangeLog   30 Apr 2015 20:32:47 -  1.102
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Apache-Test
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.101 
2014/11/19 19:31:11 dilfridge Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.102 
2015/04/30 20:32:47 dilfridge Exp $
+
+*Apache-Test-1.390.0 (30 Apr 2015)
+
+  30 Apr 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +Apache-Test-1.390.0.ebuild:
+  Version bump
 
   19 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org
   Apache-Test-1.380.0-r1.ebuild:



1.1  dev-perl/Apache-Test/Apache-Test-1.390.0.ebuild

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

Index: Apache-Test-1.390.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.390.0.ebuild,v 1.1 
2015/04/30 20:32:47 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=SHAY
MODULE_VERSION=1.39
inherit depend.apache perl-module

DESCRIPTION=Test.pm wrapper with helpers for testing Apache

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
IUSE=

DEPEND=virtual/perl-ExtUtils-MakeMaker

# interactive, requires interaction with the live filesystem
SRC_TEST=skip

need_apache

pkg_setup() {
perl_set_version
}

src_install() {
# This is to avoid conflicts with a deprecated Apache::Test stepping
# in and causing problems/install errors
if [ -f  ${S}/.mypacklist ];
then
rm -f ${S}/.mypacklist
fi
perl-module_src_install
}






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

2015-04-30 Thread Matt Thode (prometheanfire)
prometheanfire15/04/30 18:54:51

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



[gentoo-commits] gentoo-x86 commit in dev-python/python-novaclient: python-novaclient-2.23.0.ebuild ChangeLog python-novaclient-9999.ebuild

2015-04-30 Thread Matt Thode (prometheanfire)
prometheanfire15/04/30 20:27:08

  Modified: ChangeLog
  Added:python-novaclient-2.23.0.ebuild
  Removed:  python-novaclient-.ebuild
  Log:
  bup
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.26 dev-python/python-novaclient/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-novaclient/ChangeLog?rev=1.26view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-novaclient/ChangeLog?rev=1.26content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-novaclient/ChangeLog?r1=1.25r2=1.26

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-novaclient/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   8 Apr 2015 08:05:25 -   1.25
+++ ChangeLog   30 Apr 2015 20:27:08 -  1.26
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/python-novaclient
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-novaclient/ChangeLog,v 
1.25 2015/04/08 08:05:25 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-novaclient/ChangeLog,v 
1.26 2015/04/30 20:27:08 prometheanfire Exp $
+
+*python-novaclient-2.23.0 (30 Apr 2015)
+
+  30 Apr 2015; Matthew Thode prometheanf...@gentoo.org
+  +python-novaclient-2.23.0.ebuild, -python-novaclient-.ebuild:
+  bup
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org python-novaclient-.ebuild:
   Drop old Python implementations



1.1  
dev-python/python-novaclient/python-novaclient-2.23.0.ebuild

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

Index: python-novaclient-2.23.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-novaclient/python-novaclient-2.23.0.ebuild,v
 1.1 2015/04/30 20:27:08 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=A client for the OpenStack Nova API
HOMEPAGE=https://github.com/openstack/python-novaclient;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
IUSE=test

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
=dev-python/pbr-0.8[${PYTHON_USEDEP}]
dev-python/pbr-1.0[${PYTHON_USEDEP}]
test? (
=dev-python/hacking-0.10.0[${PYTHON_USEDEP}]
dev-python/hacking-0.11[${PYTHON_USEDEP}]
=dev-python/coverage-3.6[${PYTHON_USEDEP}]
=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
=dev-python/keyring-2.1[${PYTHON_USEDEP}]
!~dev-python/keyring-3.3[${PYTHON_USEDEP}]
=dev-python/mock-1.0[${PYTHON_USEDEP}]
=dev-python/requests-mock-0.5.1[${PYTHON_USEDEP}]
=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
!~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
dev-python/sphinx-1.3[${PYTHON_USEDEP}]
=dev-python/oslo-sphinx-2.2.0[${PYTHON_USEDEP}]
=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
=dev-python/testtools-0.9.36[${PYTHON_USEDEP}]
!~dev-python/testtools-1.2.0[${PYTHON_USEDEP}]
=dev-python/tempest-lib-0.3.0[${PYTHON_USEDEP}]
)
RDEPEND=
=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
=dev-python/oslo-i18n-1.3.0[${PYTHON_USEDEP}]
=dev-python/oslo-serialization-1.2.0[${PYTHON_USEDEP}]
=dev-python/oslo-utils-1.2.0[${PYTHON_USEDEP}]
=dev-python/prettytable-0.7[${PYTHON_USEDEP}]
dev-python/prettytable-0.8[${PYTHON_USEDEP}]
=dev-python/requests-2.2.0[${PYTHON_USEDEP}]
!~dev-python/requests-2.4.0[${PYTHON_USEDEP}]
=dev-python/simplejson-2.2.0[${PYTHON_USEDEP}]
=dev-python/six-1.9.0[${PYTHON_USEDEP}]
=dev-python/Babel-1.3[${PYTHON_USEDEP}]
=dev-python/python-keystoneclient-1.1.0[${PYTHON_USEDEP}]

python_prepare_all() {
# built in...
sed -i '/argparse/d' requirements.txt
distutils-r1_python_prepare_all
}

python_test() {
testr init
testr run 

[gentoo-commits] gentoo-x86 commit in dev-python/oslo-concurrency: oslo-concurrency-1.8.0.ebuild ChangeLog

2015-04-30 Thread Matt Thode (prometheanfire)
prometheanfire15/04/30 20:28:16

  Modified: oslo-concurrency-1.8.0.ebuild ChangeLog
  Log:
  fixing python_prepare phase
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.3  dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild

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

Index: oslo-concurrency-1.8.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- oslo-concurrency-1.8.0.ebuild   30 Apr 2015 17:16:11 -  1.2
+++ oslo-concurrency-1.8.0.ebuild   30 Apr 2015 20:28:16 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild,v
 1.2 2015/04/30 17:16:11 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild,v
 1.3 2015/04/30 20:28:16 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
@@ -45,8 +45,9 @@
!~dev-python/retrying-1.3.0[${PYTHON_USEDEP}]
 
 
-python_prepare() {
+python_prepare_all() {
sed -i '/futures/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
 }
 
 python_test() {



1.3  dev-python/oslo-concurrency/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/ChangeLog?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/ChangeLog?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/ChangeLog?r1=1.2r2=1.3

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   30 Apr 2015 17:16:11 -  1.2
+++ ChangeLog   30 Apr 2015 20:28:16 -  1.3
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/oslo-concurrency
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/ChangeLog,v 1.2 
2015/04/30 17:16:11 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/ChangeLog,v 1.3 
2015/04/30 20:28:16 prometheanfire Exp $
+
+  30 Apr 2015; Matthew Thode prometheanf...@gentoo.org
+  oslo-concurrency-1.8.0.ebuild:
+  fixing python_prepare phase
 
   30 Apr 2015; Matthew Thode prometheanf...@gentoo.org
   oslo-concurrency-1.8.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-perl/Benchmark-Timer: ChangeLog Benchmark-Timer-0.710.600.ebuild Benchmark-Timer-0.710.200.ebuild

2015-04-30 Thread Andreas Huettel (dilfridge)
dilfridge15/04/30 20:49:52

  Modified: ChangeLog
  Added:Benchmark-Timer-0.710.600.ebuild
  Removed:  Benchmark-Timer-0.710.200.ebuild
  Log:
  Version bump; remove old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.4  dev-perl/Benchmark-Timer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Benchmark-Timer/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Benchmark-Timer/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Benchmark-Timer/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Benchmark-Timer/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   17 Apr 2015 22:51:43 -  1.3
+++ ChangeLog   30 Apr 2015 20:49:52 -  1.4
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Benchmark-Timer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Benchmark-Timer/ChangeLog,v 1.3 
2015/04/17 22:51:43 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Benchmark-Timer/ChangeLog,v 1.4 
2015/04/30 20:49:52 dilfridge Exp $
+
+*Benchmark-Timer-0.710.600 (30 Apr 2015)
+
+  30 Apr 2015; Andreas K. Huettel dilfri...@gentoo.org
+  -Benchmark-Timer-0.710.200.ebuild, +Benchmark-Timer-0.710.600.ebuild:
+  Version bump; remove old
 
 *Benchmark-Timer-0.710.400 (17 Apr 2015)
 *Benchmark-Timer-0.710.200 (17 Apr 2015)



1.1  dev-perl/Benchmark-Timer/Benchmark-Timer-0.710.600.ebuild

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

Index: Benchmark-Timer-0.710.600.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Benchmark-Timer/Benchmark-Timer-0.710.600.ebuild,v
 1.1 2015/04/30 20:49:52 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=DCOPPIT
MODULE_VERSION=0.7106
inherit perl-module

DESCRIPTION=Perl code benchmarking tool

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=test

RDEPEND=
dev-perl/Statistics-TTest
virtual/perl-Time-HiRes


DEPEND=${RDEPEND}
=virtual/perl-ExtUtils-MakeMaker-6.360.0
test? ( virtual/perl-Test-Simple )


SRC_TEST=do






[gentoo-commits] dev/xmw:master commit in: dev-util/android-ndk/

2015-04-30 Thread Michael Weber
commit: d8f94b00ac94ccecb46ea21d08d80d4826b329ed
Author: Michael Weber michael AT xmw DOT de
AuthorDate: Thu Apr 30 21:19:37 2015 +
Commit: Michael Weber xmw AT gentoo DOT org
CommitDate: Thu Apr 30 21:19:37 2015 +
URL:https://gitweb.gentoo.org/dev/xmw.git/commit/?id=d8f94b00

Bug 547632.

Package-Manager: portage-2.2.18
Manifest-Sign-Key: 62EEF090

 dev-util/android-ndk/ChangeLog  |  5 ++
 dev-util/android-ndk/Manifest   | 12 +
 dev-util/android-ndk/android-ndk-10d.ebuild | 74 +
 dev-util/android-ndk/metadata.xml   |  8 
 4 files changed, 99 insertions(+)

diff --git a/dev-util/android-ndk/ChangeLog b/dev-util/android-ndk/ChangeLog
new file mode 100644
index 000..a10890c
--- /dev/null
+++ b/dev-util/android-ndk/ChangeLog
@@ -0,0 +1,5 @@
+*android-ndk-10d (30 Apr 2015)
+
+  30 Apr 2015; Michael Weber x...@gentoo.org +android-ndk-10d.ebuild,
+  +metadata.xml:
+  Bug 547632.

diff --git a/dev-util/android-ndk/Manifest b/dev-util/android-ndk/Manifest
new file mode 100644
index 000..0ff98e1
--- /dev/null
+++ b/dev-util/android-ndk/Manifest
@@ -0,0 +1,12 @@
+-BEGIN PGP SIGNED MESSAGE-
+Hash: SHA256
+
+DIST android-ndk-r10d-linux-x86.bin 449997190 SHA256 
c0d07e5ce2fff13b5eb456c10e99527184c9139e798cb7fd1adfadafa65cb696 SHA512 
8d66229f6f07d6fba00650a96267c3c4a8308d296d9f13aa359af34ad49f57ba3a02e39f14d2b04609816e5f28ed939e71024043a0f08dc3711895a42e39f771
 WHIRLPOOL 
482ea86675f2b983669d30e508a21d813a7b03eb19c98696017591ecebf78102f5549df2b4be2d29c301b0b2dfc774b2057248facc2f395beec7f04326841e62
+DIST android-ndk-r10d-linux-x86_64.bin 459151600 SHA256 
812949f9299afd4b91890863054dc42f6547b6d485211d5f0faca9f286685df6 SHA512 
b2ba10d7757ed7189b4e6dc2ecd38fce0c32dc6701151542b9e225e890faee84dded30dd4e907b0e42473e2a6df8ef4d46f37514edc270a04e1129d9c9e677fa
 WHIRLPOOL 
6eddc1401db7d2766335f8a9ddc2dbe395999a1e210855e23ee7b3c5f65ff1e56859c8cdcaff598acd52f8ffe30e148e6ff2e6e2f712d1e4f69fb350a8d3a174
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2
+
+iF4EAREIAAYFAlVCnGUACgkQknrdDGLu8JDIOQD/eozbQ/iA18aT4UU8g0UAmdqY
+aghohYM+wBt6BRYLh8AA/i84in2tyLNi3Gb9evY4V3FYNSmhKiKvox1qYw82iGIb
+=SQ6p
+-END PGP SIGNATURE-

diff --git a/dev-util/android-ndk/android-ndk-10d.ebuild 
b/dev-util/android-ndk/android-ndk-10d.ebuild
new file mode 100644
index 000..357c2e1
--- /dev/null
+++ b/dev-util/android-ndk/android-ndk-10d.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/android-ndk/android-ndk-10b.ebuild,v 1.1 
2014/09/17 10:08:02 jauhien Exp $
+
+EAPI=5
+
+DESCRIPTION=Open Handset Alliance's Android NDK (Native Dev Kit)
+HOMEPAGE=http://developer.android.com/sdk/ndk/;
+SRC_URI=x86? (
http://dl.google.com/android/ndk/${PN}-r${PV}-linux-x86.bin )
+   amd64? ( http://dl.google.com/android/ndk/${PN}-r${PV}-linux-x86_64.bin 
)
+
+LICENSE=android
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=
+RESTRICT=mirror strip installsources test
+
+DEPEND=app-arch/p7zip
+RDEPEND==dev-util/android-sdk-update-manager-10
+   =sys-devel/make-3.81
+
+S=${WORKDIR}/${PN}-r${PV}
+
+ANDROID_NDK_DIR=opt/${PN}
+
+QA_PREBUILT=*
+
+src_unpack() {
+   local my_a
+   for my_a in ${A} ; do
+   7z x ${DISTDIR}/${my_a}
+   done
+}
+
+src_configure() {
+   :
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   dodir /${ANDROID_NDK_DIR}
+   cp -pPR * ${ED}/${ANDROID_NDK_DIR} || die
+
+   fowners -R root:android /${ANDROID_NDK_DIR}
+   fperms 0775 /${ANDROID_NDK_DIR}/{,build,docs,platforms,samples}
+   fperms 0775 /${ANDROID_NDK_DIR}/{sources,tests,toolchains}
+
+   dodir /${ANDROID_NDK_DIR}/out
+   fowners root:android /${ANDROID_NDK_DIR}/out
+   fperms 3775 /${ANDROID_NDK_DIR}/out
+
+   ANDROID_PREFIX=${EPREFIX}/${ANDROID_NDK_DIR}
+   ANDROID_PATH=${EPREFIX}/${ANDROID_NDK_DIR}
+
+   for i in toolchains/*/prebuilt/linux-*/bin
+   do
+   ANDROID_PATH=${ANDROID_PATH}:${ANDROID_PREFIX}/${i}
+   done
+
+   printf '%s' \
+   PATH=\${ANDROID_PATH}\ \
+   $'\n' \
+${T}/80${PN}  || die
+
+   doenvd ${T}/80${PN}
+
+   echo SEARCH_DIRS_MASK=\${EPREFIX}/${ANDROID_NDK_DIR}\ \
+${T}/80${PN} || die
+   insinto /etc/revdep-rebuild
+   doins ${T}/80${PN}
+}

diff --git a/dev-util/android-ndk/metadata.xml 
b/dev-util/android-ndk/metadata.xml
new file mode 100644
index 000..5b80fb9
--- /dev/null
+++ b/dev-util/android-ndk/metadata.xml
@@ -0,0 +1,8 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+maintainer
+emailx...@gentoo.org/email
+nameMichael Weber/name
+/maintainer
+/pkgmetadata



[gentoo-commits] gentoo-x86 commit in dev-python/taskflow: taskflow-0.7.1.ebuild ChangeLog

2015-04-30 Thread Matt Thode (prometheanfire)
prometheanfire15/04/30 18:48:12

  Modified: taskflow-0.7.1.ebuild ChangeLog
  Log:
  fixing prepare phase in 0.7.1
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  dev-python/taskflow/taskflow-0.7.1.ebuild

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

Index: taskflow-0.7.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/taskflow/taskflow-0.7.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- taskflow-0.7.1.ebuild   30 Apr 2015 18:40:30 -  1.1
+++ taskflow-0.7.1.ebuild   30 Apr 2015 18:48:12 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/taskflow/taskflow-0.7.1.ebuild,v 
1.1 2015/04/30 18:40:30 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/taskflow/taskflow-0.7.1.ebuild,v 
1.2 2015/04/30 18:48:12 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
@@ -50,6 +50,7 @@
sed -i '/ordereddict/d' requirements*
# only needed by py2.7 and included by the virtual
sed -i '/futures/d' requirements*
+   distutils-r1_python_prepare_all
 }
 
 python_test() {



1.5  dev-python/taskflow/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/taskflow/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   30 Apr 2015 18:40:30 -  1.4
+++ ChangeLog   30 Apr 2015 18:48:12 -  1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/taskflow
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/taskflow/ChangeLog,v 1.4 
2015/04/30 18:40:30 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/taskflow/ChangeLog,v 1.5 
2015/04/30 18:48:12 prometheanfire Exp $
+
+  30 Apr 2015; Matthew Thode prometheanf...@gentoo.org taskflow-0.7.1.ebuild:
+  fixing prepare phase in 0.7.1
 
 *taskflow-0.7.1 (30 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in app-admin/restart_services: restart_services-0.11.0.ebuild ChangeLog

2015-04-30 Thread Marc Schiffbauer (mschiff)
mschiff 15/04/30 19:42:32

  Modified: ChangeLog
  Added:restart_services-0.11.0.ebuild
  Log:
  Bump version
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x296C6CCA35A64134)

Revision  ChangesPath
1.6  app-admin/restart_services/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/restart_services/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/restart_services/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/restart_services/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/restart_services/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   21 Mar 2015 21:06:13 -  1.5
+++ ChangeLog   30 Apr 2015 19:42:32 -  1.6
@@ -1,6 +1,12 @@
 # ChangeLog for app-admin/restart_services
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/restart_services/ChangeLog,v 1.5 
2015/03/21 21:06:13 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/restart_services/ChangeLog,v 1.6 
2015/04/30 19:42:32 mschiff Exp $
+
+*restart_services-0.11.0 (30 Apr 2015)
+
+  30 Apr 2015; Marc Schiffbauer msch...@gentoo.org
+  +restart_services-0.11.0.ebuild:
+  Bump version
 
   21 Mar 2015; Justin Lecher j...@gentoo.org restart_services-0.10.0.ebuild:
   use dosbin instead of exeinto /usr/sbin/  doexe



1.1  app-admin/restart_services/restart_services-0.11.0.ebuild

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

Index: restart_services-0.11.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-admin/restart_services/restart_services-0.11.0.ebuild,v
 1.1 2015/04/30 19:42:32 mschiff Exp $

EAPI=5

DESCRIPTION=Tool to manage OpenRC services that need to be restarted
HOMEPAGE=http://dev.gentoo.org/~mschiff/restart_services/;
SRC_URI=http://dev.gentoo.org/~mschiff/src/${PN}/${P}.tgz;

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

DEPEND=
RDEPEND=
app-admin/lib_users
sys-apps/openrc


src_install() {
dosbin restart_services
doman restart_services.1
insinto /etc
doins restart_services.conf
dodoc README CHANGES
}






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

2015-04-30 Thread William Hubbs
commit: a27d577da8cf4f1c7f9784a043ecf02d71a81ca6
Author: William Hubbs w.d.hubbs AT gmail DOT com
AuthorDate: Thu Apr 30 19:45:42 2015 +
Commit: William Hubbs williamh AT gentoo DOT org
CommitDate: Thu Apr 30 19:45:42 2015 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=a27d577d

Build: fix the dist target

The dist target now creates an archive based on the version setting.
This makes it possible to create an archive identical to the ones github
generates once the release is tagged.

 mk/dist.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk/dist.mk b/mk/dist.mk
index aa07dbb..13ec40a 100644
--- a/mk/dist.mk
+++ b/mk/dist.mk
@@ -2,7 +2,7 @@
 # Copyright (c) 2008 Roy Marples r...@marples.name
 # Released under the 2-clause BSD license.
 
-GITREF?=   HEAD
+GITREF?=   ${VERSION}
 DISTPREFIX?=   ${NAME}-${VERSION}
 DISTFILE?= ${DISTPREFIX}.tar.bz2
 



[gentoo-commits] gentoo-x86 commit in app-crypt/pinentry: pinentry-0.9.0-r3.ebuild ChangeLog

2015-04-30 Thread Alon Bar-Lev (alonbl)
alonbl  15/04/30 19:51:33

  Modified: pinentry-0.9.0-r3.ebuild ChangeLog
  Log:
  Fix gcc-5 qt issue, bug#547528, thanks to Mark Wright
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
BF20DC51)

Revision  ChangesPath
1.3  app-crypt/pinentry/pinentry-0.9.0-r3.ebuild

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

Index: pinentry-0.9.0-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.9.0-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pinentry-0.9.0-r3.ebuild31 Mar 2015 17:18:11 -  1.2
+++ pinentry-0.9.0-r3.ebuild30 Apr 2015 19:51:33 -  1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.9.0-r3.ebuild,v 1.2 
2015/03/31 17:18:11 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.9.0-r3.ebuild,v 1.3 
2015/04/30 19:51:33 alonbl Exp $
 
 EAPI=5
 
-inherit qmake-utils autotools multilib eutils flag-o-matic
+inherit qmake-utils autotools multilib eutils flag-o-matic toolchain-funcs
 
 DESCRIPTION=Collection of simple PIN or passphrase entry dialogs which 
utilize the Assuan protocol
 HOMEPAGE=http://gnupg.org/aegypten2/index.html;
@@ -53,6 +53,7 @@
 
 src_configure() {
use static  append-ldflags -static
+   [[ $(gcc-major-version) -ge 5 ]]  append-cxxflags -std=gnu++11
 
if [[ ${CHOST} == *-aix* ]] ; then
append-flags -I${EPREFIX}/usr/$(get_libdir)/gnulib/include



1.168app-crypt/pinentry/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- ChangeLog   31 Mar 2015 17:18:11 -  1.167
+++ ChangeLog   30 Apr 2015 19:51:33 -  1.168
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/pinentry
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.167 
2015/03/31 17:18:11 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.168 
2015/04/30 19:51:33 alonbl Exp $
+
+  30 Apr 2015; Alon Bar-Lev alo...@gentoo.org pinentry-0.9.0-r3.ebuild:
+  Fix gcc-5 qt issue, bug#547528, thanks to Mark Wright
 
   31 Mar 2015; Ulrich Müller u...@gentoo.org pinentry-0.9.0.ebuild,
   pinentry-0.9.0-r1.ebuild, pinentry-0.9.0-r2.ebuild, pinentry-0.9.0-r3.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-php/phing: ChangeLog phing-2.4.9.ebuild phing-2.6.1.ebuild

2015-04-30 Thread Brian Evans (grknight)
grknight15/04/30 19:51:57

  Modified: ChangeLog
  Removed:  phing-2.4.9.ebuild phing-2.6.1.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D1F781EFF9F4A3B6)

Revision  ChangesPath
1.15 dev-php/phing/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phing/ChangeLog?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phing/ChangeLog?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phing/ChangeLog?r1=1.14r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/phing/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   10 Oct 2014 20:46:25 -  1.14
+++ ChangeLog   30 Apr 2015 19:51:57 -  1.15
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php/phing
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/ChangeLog,v 1.14 2014/10/10 
20:46:25 grknight Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/ChangeLog,v 1.15 2015/04/30 
19:51:57 grknight Exp $
+
+  30 Apr 2015; Brian Evans grkni...@gentoo.org -phing-2.4.9.ebuild,
+  -phing-2.6.1.ebuild:
+  Drop old
 
 *phing-2.8.2 (10 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-auth/keystone: keystone-2015.1.0.ebuild ChangeLog

2015-04-30 Thread Matt Thode (prometheanfire)
prometheanfire15/04/30 20:17:09

  Modified: keystone-2015.1.0.ebuild ChangeLog
  Log:
  adding keywords
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  sys-auth/keystone/keystone-2015.1.0.ebuild

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

Index: keystone-2015.1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2015.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- keystone-2015.1.0.ebuild30 Apr 2015 17:23:27 -  1.1
+++ keystone-2015.1.0.ebuild30 Apr 2015 20:17:09 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2015.1.0.ebuild,v 1.1 
2015/04/30 17:23:27 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2015.1.0.ebuild,v 1.2 
2015/04/30 20:17:09 prometheanfire Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=
+KEYWORDS=~amd64 ~x86
 IUSE=+sqlite memcached mongo mysql postgres ldap test
 REQUIRED_USE=|| ( mysql postgres sqlite )
 



1.95 sys-auth/keystone/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.95view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.95content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?r1=1.94r2=1.95

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog   30 Apr 2015 17:23:27 -  1.94
+++ ChangeLog   30 Apr 2015 20:17:09 -  1.95
@@ -1,6 +1,10 @@
 # ChangeLog for sys-auth/keystone
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.94 
2015/04/30 17:23:27 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.95 
2015/04/30 20:17:09 prometheanfire Exp $
+
+  30 Apr 2015; Matthew Thode prometheanf...@gentoo.org
+  keystone-2015.1.0.ebuild:
+  adding keywords
 
 *keystone-2015.1.0 (30 Apr 2015)
 *keystone-2015.1. (30 Apr 2015)






[gentoo-commits] dev/xmw:master commit in: /

2015-04-30 Thread Michael Weber
commit: 40658bc2e413546de0cc02e4f90fdd52647b751f
Author: Michael Weber michael AT xmw DOT de
AuthorDate: Thu Apr 30 21:21:46 2015 +
Commit: Michael Weber xmw AT gentoo DOT org
CommitDate: Thu Apr 30 21:21:46 2015 +
URL:https://gitweb.gentoo.org/dev/xmw.git/commit/?id=40658bc2

Merge branch 'master' of git://anongit.gentoo.org/dev/xmw

 media-libs/raspberrypi-userland-bin/ChangeLog  | 16 
 media-libs/raspberrypi-userland-bin/Manifest   |  9 +++--
 ...spberrypi-userland-bin-1_pre20150421-r1.ebuild} | 32 +---
 ... raspberrypi-userland-bin-1_pre20150421.ebuild} | 12 +++---
 media-sound/sndio/ChangeLog|  6 +++
 .../{sndio-0.0.8.ebuild = sndio-0.0.8-r1.ebuild}  | 14 ---
 media-sound/sndio/sndio-.ebuild| 14 ---
 media-video/omxplayer/ChangeLog| 10 -
 media-video/omxplayer/Manifest | 11 ++
 .../files/omxplayer-0_p20150421-Makefile.patch | 26 +
 media-video/omxplayer/omxplayer-0_p20150421.ebuild | 43 ++
 media-video/omxplayer/omxplayer-.ebuild| 35 +++---
 sys-boot/raspberrypi-firmware/ChangeLog|  6 +++
 sys-boot/raspberrypi-firmware/Manifest | 13 +--
 ...d = raspberrypi-firmware-1_pre20150421.ebuild} |  2 +-
 15 files changed, 196 insertions(+), 53 deletions(-)



[gentoo-commits] gentoo-x86 commit in app-admin/glance: glance-2015.1.9999.ebuild glance-2015.1.0.ebuild ChangeLog

2015-04-30 Thread Matt Thode (prometheanfire)
prometheanfire15/04/30 19:00:26

  Modified: ChangeLog
  Added:glance-2015.1..ebuild glance-2015.1.0.ebuild
  Log:
  now with more kilo
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.66 app-admin/glance/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/glance/ChangeLog?rev=1.66view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/glance/ChangeLog?rev=1.66content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/glance/ChangeLog?r1=1.65r2=1.66

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/glance/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   13 Apr 2015 03:02:24 -  1.65
+++ ChangeLog   30 Apr 2015 19:00:26 -  1.66
@@ -1,6 +1,13 @@
 # ChangeLog for app-admin/glance
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/glance/ChangeLog,v 1.65 
2015/04/13 03:02:24 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/glance/ChangeLog,v 1.66 
2015/04/30 19:00:26 prometheanfire Exp $
+
+*glance-2015.1.0 (30 Apr 2015)
+*glance-2015.1. (30 Apr 2015)
+
+  30 Apr 2015; Matthew Thode prometheanf...@gentoo.org
+  +glance-2015.1.0.ebuild, +glance-2015.1..ebuild:
+  now with more kilo
 
   13 Apr 2015; Matthew Thode prometheanf...@gentoo.org 
glance-2014.2.3.ebuild,
   glance-2014.2..ebuild:



1.1  app-admin/glance/glance-2015.1..ebuild

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

Index: glance-2015.1..ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/glance/glance-2015.1..ebuild,v 
1.1 2015/04/30 19:00:26 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 git-2 user

DESCRIPTION=Provides services for discovering, registering, and retrieving
virtual machine images
HOMEPAGE=https://launchpad.net/glance;
EGIT_REPO_URI=https://github.com/openstack/glance.git;
EGIT_BRANCH=stable/kilo

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=
IUSE=doc mysql postgres +sqlite +swift test
REQUIRED_USE=|| ( mysql postgres sqlite )

DEPEND=
dev-python/setuptools[${PYTHON_USEDEP}]
=dev-python/pbr-0.8.0[${PYTHON_USEDEP}]
dev-python/pbr-1.0[${PYTHON_USEDEP}]
test? (
${RDEPEND}
=dev-python/hacking-0.10.0[${PYTHON_USEDEP}]
dev-python/hacking-0.11[${PYTHON_USEDEP}]
~dev-python/Babel-1.3[${PYTHON_USEDEP}]
=dev-python/coverage-3.6[${PYTHON_USEDEP}]
=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
=dev-python/mock-1.0[${PYTHON_USEDEP}]
=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
!~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
dev-python/sphinx-1.3[${PYTHON_USEDEP}]
=dev-python/requests-2.1.0[${PYTHON_USEDEP}]
dev-python/requests-2.4.0[${PYTHON_USEDEP}]
=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
=dev-python/testtools-0.9.36[${PYTHON_USEDEP}]
!~dev-python/testtools-1.2.0[${PYTHON_USEDEP}]
=dev-python/psutil-1.1.1[${PYTHON_USEDEP}]
dev-python/psutil-2.0.0[${PYTHON_USEDEP}]
=dev-python/oslotest-1.5.1[${PYTHON_USEDEP}]
dev-python/oslotest-1.6.0[${PYTHON_USEDEP}]
dev-python/mysql-python[${PYTHON_USEDEP}]
dev-python/psycopg[${PYTHON_USEDEP}]
~dev-python/pysendfile-2.0.1[${PYTHON_USEDEP}]
dev-python/qpid-python[${PYTHON_USEDEP}]
=dev-python/pyxattr-0.5.0[${PYTHON_USEDEP}]
=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
dev-python/oslo-sphinx-2.6.0[${PYTHON_USEDEP}]
=dev-python/elasticsearch-py-1.3.0[${PYTHON_USEDEP}]
)

#note to self, wsgiref is a python builtin, no need to package it
#=dev-python/wsgiref-0.1.2[${PYTHON_USEDEP}]

RDEPEND=
=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
sqlite? (

[gentoo-commits] proj/sci:master commit in: sci-biology/jellyfish/

2015-04-30 Thread Martin Mokrejs
commit: 2084f45bf4de01d7c6c603fb294b54b35386e97b
Author: Martin Mokrejš mmokrejs AT fold DOT natur DOT cuni DOT cz
AuthorDate: Thu Apr 30 20:32:21 2015 +
Commit: Martin Mokrejs mmokrejs AT fold DOT natur DOT cuni DOT cz
CommitDate: Thu Apr 30 20:32:21 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=2084f45b

sci-biology/jellyfish: added missing DEPEND on virtual/pkgconfig so that the 
jellyfish-2.0.pc gets installed properly

Package-Manager: portage-2.2.18

 sci-biology/jellyfish/ChangeLog  | 5 +
 sci-biology/jellyfish/jellyfish-2.1.3.ebuild | 4 +++-
 sci-biology/jellyfish/jellyfish-2.1.4.ebuild | 4 +++-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/sci-biology/jellyfish/ChangeLog b/sci-biology/jellyfish/ChangeLog
index d3ea5cd..ddaab96 100644
--- a/sci-biology/jellyfish/ChangeLog
+++ b/sci-biology/jellyfish/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  30 Apr 2015; Martin Mokrejs mmokr...@fold.natur.cuni.cz
+  jellyfish-2.1.3.ebuild, jellyfish-2.1.4.ebuild:
+  sci-biology/jellyfish: added missing DEPEND on virtual/pkgconfig so that the
+  jellyfish-2.0.pc gets installed properly
+
   31 Mar 2015; Martin Mokrejs mmokr...@fold.natur.cuni.cz
   jellyfish-2.1.3.ebuild:
   sci-biology/jellyfish: fix /usr/lib64/pkgconfig/jellyfish-2.0.pc

diff --git a/sci-biology/jellyfish/jellyfish-2.1.3.ebuild 
b/sci-biology/jellyfish/jellyfish-2.1.3.ebuild
index 0d45b48..243cd46 100644
--- a/sci-biology/jellyfish/jellyfish-2.1.3.ebuild
+++ b/sci-biology/jellyfish/jellyfish-2.1.3.ebuild
@@ -17,10 +17,12 @@ KEYWORDS=~amd64 ~x86
 IUSE=
 
 DEPEND=
-RDEPEND=${DEPEND}
+RDEPEND=${DEPEND}
+   virtual/pkgconfig
 
 src_install(){
default
+   # beware the filename say 2.0 instead of 2.1. does it matter?
sed -e s#jellyfish-${PV}#jellyfish# -i 
${D}/usr/lib64/pkgconfig/jellyfish-2.0.pc || die
mkdir -p ${D}/usr/include/${PN} || die
mv ${D}/usr/include/${P}/${PN}/* ${D}/usr/include/${PN}/ || die

diff --git a/sci-biology/jellyfish/jellyfish-2.1.4.ebuild 
b/sci-biology/jellyfish/jellyfish-2.1.4.ebuild
index 0d45b48..243cd46 100644
--- a/sci-biology/jellyfish/jellyfish-2.1.4.ebuild
+++ b/sci-biology/jellyfish/jellyfish-2.1.4.ebuild
@@ -17,10 +17,12 @@ KEYWORDS=~amd64 ~x86
 IUSE=
 
 DEPEND=
-RDEPEND=${DEPEND}
+RDEPEND=${DEPEND}
+   virtual/pkgconfig
 
 src_install(){
default
+   # beware the filename say 2.0 instead of 2.1. does it matter?
sed -e s#jellyfish-${PV}#jellyfish# -i 
${D}/usr/lib64/pkgconfig/jellyfish-2.0.pc || die
mkdir -p ${D}/usr/include/${PN} || die
mv ${D}/usr/include/${P}/${PN}/* ${D}/usr/include/${PN}/ || die



[gentoo-commits] gentoo-x86 commit in sys-cluster/neutron: neutron-2015.1.0.ebuild neutron-2015.1.9999.ebuild ChangeLog

2015-04-30 Thread Matt Thode (prometheanfire)
prometheanfire15/04/30 20:52:02

  Modified: ChangeLog
  Added:neutron-2015.1.0.ebuild neutron-2015.1..ebuild
  Log:
  kilo release
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.57 sys-cluster/neutron/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/ChangeLog?rev=1.57view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/ChangeLog?rev=1.57content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/ChangeLog?r1=1.56r2=1.57

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   13 Apr 2015 03:27:20 -  1.56
+++ ChangeLog   30 Apr 2015 20:52:02 -  1.57
@@ -1,6 +1,13 @@
 # ChangeLog for sys-cluster/neutron
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v 1.56 
2015/04/13 03:27:20 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v 1.57 
2015/04/30 20:52:02 prometheanfire Exp $
+
+*neutron-2015.1. (30 Apr 2015)
+*neutron-2015.1.0 (30 Apr 2015)
+
+  30 Apr 2015; Matthew Thode prometheanf...@gentoo.org
+  +neutron-2015.1.0.ebuild, +neutron-2015.1..ebuild:
+  kilo release
 
 *neutron-2014.2.3 (13 Apr 2015)
 



1.1  sys-cluster/neutron/neutron-2015.1.0.ebuild

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

Index: neutron-2015.1.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2015.1.0.ebuild,v 1.1 
2015/04/30 20:52:02 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 linux-info user

DESCRIPTION=A virtual network service for Openstack
HOMEPAGE=https://launchpad.net/neutron;
EGIT_REPO_URI=https://github.com/openstack/neutron.git;
EGIT_BRANCH=stable/kilo

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=dhcp doc l3 metadata openvswitch linuxbridge server test sqlite mysql 
postgres
REQUIRED_USE=|| ( mysql postgres sqlite )

DEPEND=
dev-python/setuptools[${PYTHON_USEDEP}]
=dev-python/pbr-0.8[${PYTHON_USEDEP}]
dev-python/pbr-1.0[${PYTHON_USEDEP}]
app-admin/sudo
test? (
${RDEPEND}
=dev-python/hacking-0.10.0[${PYTHON_USEDEP}]
dev-python/hacking-0.11[${PYTHON_USEDEP}]
=dev-python/cliff-1.10.0[${PYTHON_USEDEP}]
dev-python/cliff-1.11.0[${PYTHON_USEDEP}]
=dev-python/coverage-3.6[${PYTHON_USEDEP}]
=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
=dev-python/mock-1.0[${PYTHON_USEDEP}]
=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
=dev-python/requests-mock-0.6.0[${PYTHON_USEDEP}]
=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
!~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
dev-python/sphinx-1.3[${PYTHON_USEDEP}]
=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
dev-python/oslo-sphinx-2.6.0[${PYTHON_USEDEP}]
=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
=dev-python/testtools-0.9.36[${PYTHON_USEDEP}]
!~dev-python/testtools-1.2.0[${PYTHON_USEDEP}]
=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
=dev-python/webtest-2.0[${PYTHON_USEDEP}]
=dev-python/oslotest-1.5.1[${PYTHON_USEDEP}]
dev-python/oslotest-1.6.0[${PYTHON_USEDEP}]
=dev-python/tempest-lib-0.4.0[${PYTHON_USEDEP}]
)

RDEPEND=
dev-python/paste[${PYTHON_USEDEP}]
=dev-python/pastedeploy-1.5.0-r1[${PYTHON_USEDEP}]
=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
!~dev-python/routes-2.0[${PYTHON_USEDEP}]
=dev-python/eventlet-0.16.1[${PYTHON_USEDEP}]
!~dev-python/eventlet-0.17.0[${PYTHON_USEDEP}]
=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
=dev-python/httplib2-0.7.5[${PYTHON_USEDEP}]
=dev-python/requests-2.2.0[${PYTHON_USEDEP}]
!~dev-python/requests-2.4.0[${PYTHON_USEDEP}]
dev-python/jsonrpclib[${PYTHON_USEDEP}]
=dev-python/jinja-2.6[${PYTHON_USEDEP}]
=dev-python/keystonemiddleware-1.5.0[${PYTHON_USEDEP}]
dev-python/keystonemiddleware-1.6.0[${PYTHON_USEDEP}]
  

[gentoo-commits] gentoo-x86 commit in dev-libs/openssl: openssl-1.0.1m.ebuild ChangeLog

2015-04-30 Thread Jeroen Roovers (jer)
jer 15/04/30 20:51:14

  Modified: openssl-1.0.1m.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #547992).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.4  dev-libs/openssl/openssl-1.0.1m.ebuild

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

Index: openssl-1.0.1m.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1m.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openssl-1.0.1m.ebuild   29 Apr 2015 05:07:38 -  1.3
+++ openssl-1.0.1m.ebuild   30 Apr 2015 20:51:14 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1m.ebuild,v 
1.3 2015/04/29 05:07:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1m.ebuild,v 
1.4 2015/04/30 20:51:14 jer Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE=openssl
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux
 IUSE=bindist gmp kerberos rfc3779 cpu_flags_x86_sse2 static-libs test 
+tls-heartbeat vanilla zlib
 RESTRICT=!bindist? ( bindist )
 



1.650dev-libs/openssl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.650view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.650content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openssl/ChangeLog?r1=1.649r2=1.650

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
retrieving revision 1.649
retrieving revision 1.650
diff -u -r1.649 -r1.650
--- ChangeLog   29 Apr 2015 05:07:38 -  1.649
+++ ChangeLog   30 Apr 2015 20:51:14 -  1.650
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/openssl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.649 
2015/04/29 05:07:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.650 
2015/04/30 20:51:14 jer Exp $
+
+  30 Apr 2015; Jeroen Roovers j...@gentoo.org openssl-1.0.1m.ebuild:
+  Stable for HPPA (bug #547992).
 
   29 Apr 2015; Jeroen Roovers j...@gentoo.org openssl-1.0.1m.ebuild:
   Stable for PPC64 (bug #547992).






[gentoo-commits] proj/sci:master commit in: sci-biology/quorum/

2015-04-30 Thread Martin Mokrejs
commit: 867286135a316edde90c74b2ee0832b6d6db7a45
Author: Martin Mokrejš mmokrejs AT fold DOT natur DOT cuni DOT cz
AuthorDate: Thu Apr 30 20:51:52 2015 +
Commit: Martin Mokrejs mmokrejs AT fold DOT natur DOT cuni DOT cz
CommitDate: Thu Apr 30 20:51:52 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=86728613

sci-biology/quorum: new package

Package-Manager: portage-2.2.18

 sci-biology/quorum/ChangeLog   | 10 ++
 sci-biology/quorum/metadata.xml|  9 +
 sci-biology/quorum/quorum-0.2.1.ebuild | 17 +
 sci-biology/quorum/quorum-1.0.0.ebuild | 17 +
 4 files changed, 53 insertions(+)

diff --git a/sci-biology/quorum/ChangeLog b/sci-biology/quorum/ChangeLog
new file mode 100644
index 000..3ab4833
--- /dev/null
+++ b/sci-biology/quorum/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-biology/quorum
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*quorum-0.2.1 (30 Apr 2015)
+*quorum-1.0.0 (30 Apr 2015)
+
+  30 Apr 2015; Martin Mokrejs mmokr...@fold.natur.cuni.cz +metadata.xml,
+  +quorum-0.2.1.ebuild, +quorum-1.0.0.ebuild:
+  sci-biology/quorum: new package

diff --git a/sci-biology/quorum/metadata.xml b/sci-biology/quorum/metadata.xml
new file mode 100644
index 000..2bc8930
--- /dev/null
+++ b/sci-biology/quorum/metadata.xml
@@ -0,0 +1,9 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+  herdsci-biology/herd
+  maintainer
+emailmmokr...@fold.natur.cuni.cz/email
+nameMartin Mokrejs/name
+  /maintainer
+/pkgmetadata

diff --git a/sci-biology/quorum/quorum-0.2.1.ebuild 
b/sci-biology/quorum/quorum-0.2.1.ebuild
new file mode 100644
index 000..b6cdfb1
--- /dev/null
+++ b/sci-biology/quorum/quorum-0.2.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DESCRIPTION=Illumina reads error corrector
+HOMEPAGE=http://www.genome.umd.edu/quorum.html;
+SRC_URI=ftp://ftp.genome.umd.edu/pub/QuorUM/${P}.tar.gz;
+
+LICENSE=GPL-3
+SLOT=0
+KEYWORDS=~amd64
+IUSE=
+
+DEPEND==sci-biology/jellyfish-1.1*
+RDEPEND=${DEPEND}

diff --git a/sci-biology/quorum/quorum-1.0.0.ebuild 
b/sci-biology/quorum/quorum-1.0.0.ebuild
new file mode 100644
index 000..53a773a
--- /dev/null
+++ b/sci-biology/quorum/quorum-1.0.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DESCRIPTION=Illumina reads error corrector
+HOMEPAGE=http://www.genome.umd.edu/quorum.html;
+SRC_URI=ftp://ftp.genome.umd.edu/pub/QuorUM/${P}.tar.gz;
+
+LICENSE=GPL-3
+SLOT=0
+KEYWORDS=~amd64
+IUSE=
+
+DEPEND==sci-biology/jellyfish-2.1.4
+RDEPEND=${DEPEND}



[gentoo-commits] gentoo-x86 commit in dev-perl/Class-C3: Class-C3-0.280.0.ebuild ChangeLog

2015-04-30 Thread Andreas Huettel (dilfridge)
dilfridge15/04/30 21:13:45

  Modified: ChangeLog
  Added:Class-C3-0.280.0.ebuild
  Log:
  Version bump; add a missing dependency, which means dropping a lot of 
keywords...
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.37 dev-perl/Class-C3/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-C3/ChangeLog?rev=1.37view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-C3/ChangeLog?rev=1.37content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-C3/ChangeLog?r1=1.36r2=1.37

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-C3/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   10 Oct 2014 17:42:46 -  1.36
+++ ChangeLog   30 Apr 2015 21:13:45 -  1.37
@@ -1,6 +1,13 @@
 # ChangeLog for dev-perl/Class-C3
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3/ChangeLog,v 1.36 
2014/10/10 17:42:46 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3/ChangeLog,v 1.37 
2015/04/30 21:13:45 dilfridge Exp $
+
+*Class-C3-0.280.0 (30 Apr 2015)
+
+  30 Apr 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +Class-C3-0.280.0.ebuild:
+  Version bump; add a missing dependency, which means dropping a lot of
+  keywords...
 
   10 Oct 2014; Mikle Kolyada zlog...@gentoo.org -Class-C3-0.230.0.ebuild:
   Drop old.



1.1  dev-perl/Class-C3/Class-C3-0.280.0.ebuild

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

Index: Class-C3-0.280.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3/Class-C3-0.280.0.ebuild,v 
1.1 2015/04/30 21:13:45 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=HAARG
MODULE_VERSION=0.28
inherit perl-module

DESCRIPTION=A pragma to use the C3 method resolution order algortihm

SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=test

RDEPEND=
=dev-perl/Algorithm-C3-0.70.0
virtual/perl-Scalar-List-Utils

DEPEND=${RDEPEND}
=virtual/perl-ExtUtils-CBuilder-0.270.0
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/Test-Pod
dev-perl/Test-Pod-Coverage
)


SRC_TEST=do






[gentoo-commits] gentoo-x86 commit in dev-libs/liberasurecode: metadata.xml liberasurecode-1.0.7.ebuild ChangeLog

2015-04-30 Thread Matt Thode (prometheanfire)
prometheanfire15/04/30 19:34:46

  Added:metadata.xml liberasurecode-1.0.7.ebuild ChangeLog
  Log:
  adding for swift 1.3.0 pycelib
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.1  dev-libs/liberasurecode/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liberasurecode/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liberasurecode/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
maintainer
emailprometheanf...@gentoo.org/email
nameMatthew Thode/name
/maintainer
/pkgmetadata



1.1  dev-libs/liberasurecode/liberasurecode-1.0.7.ebuild

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

Index: liberasurecode-1.0.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/liberasurecode/liberasurecode-1.0.7.ebuild,v 
1.1 2015/04/30 19:34:46 prometheanfire Exp $

EAPI=5
inherit toolchain-funcs

DESCRIPTION=Erasure Code API library written in C with pluggable Erasure Code 
backends.
HOMEPAGE=https://bitbucket.org/tsg-/liberasurecode/overview;
SRC_URI=https://bitbucket.org/tsg-/${PN}/get/v${PV}.tar.gz - ${P}.tar.gz
CUSTOM_VERSION=a380246762c1
S=${WORKDIR}/tsg--${PN}-${CUSTOM_VERSION}

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

RDEPEND=
DEPEND=sys-devel/autoconf

src_prepare() {
autoreconf -i -v || die autoconf failed
}

src_configure() {
econf
}

src_install() {
emake DESTDIR=${D} install
}



1.1  dev-libs/liberasurecode/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-libs/liberasurecode
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/liberasurecode/ChangeLog,v 1.1 
2015/04/30 19:34:46 prometheanfire Exp $

*liberasurecode-1.0.7 (30 Apr 2015)

  30 Apr 2015; Matthew Thode prometheanf...@gentoo.org
  +liberasurecode-1.0.7.ebuild, +metadata.xml:
  adding for swift 1.3.0 pycelib






[gentoo-commits] gentoo-x86 commit in dev-python/oslo-rootwrap: oslo-rootwrap-1.6.0.ebuild ChangeLog

2015-04-30 Thread Matt Thode (prometheanfire)
prometheanfire15/04/30 20:15:24

  Modified: ChangeLog
  Added:oslo-rootwrap-1.6.0.ebuild
  Log:
  adding for kilo
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.5  dev-python/oslo-rootwrap/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-rootwrap/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   18 Nov 2014 22:56:03 -  1.4
+++ ChangeLog   30 Apr 2015 20:15:24 -  1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/oslo-rootwrap
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-rootwrap/ChangeLog,v 1.4 
2014/11/18 22:56:03 prometheanfire Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-rootwrap/ChangeLog,v 1.5 
2015/04/30 20:15:24 prometheanfire Exp $
+
+*oslo-rootwrap-1.6.0 (30 Apr 2015)
+
+  30 Apr 2015; Matthew Thode prometheanf...@gentoo.org
+  +oslo-rootwrap-1.6.0.ebuild:
+  adding for kilo
 
 *oslo-rootwrap-1.3.0 (18 Nov 2014)
 



1.1  dev-python/oslo-rootwrap/oslo-rootwrap-1.6.0.ebuild

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

Index: oslo-rootwrap-1.6.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-rootwrap/oslo-rootwrap-1.6.0.ebuild,v 
1.1 2015/04/30 20:15:24 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=The Oslo Rootwrap allows fine filtering of shell commands to run 
as root from OpenStack services
HOMEPAGE=https://pypi.python.org/pypi/oslo.config;
SRC_URI=mirror://pypi/${PN:0:1}/oslo.rootwrap/oslo.rootwrap-${PV}.tar.gz
S=${WORKDIR}/oslo.rootwrap-${PV}

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

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
=dev-python/pbr-0.8[${PYTHON_USEDEP}]
dev-python/pbr-1.0[${PYTHON_USEDEP}]
test? ( =dev-python/hacking-0.9.2[${PYTHON_USEDEP}]
dev-python/hacking-0.10[${PYTHON_USEDEP}]
=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
=dev-python/testtools-0.9.36[${PYTHON_USEDEP}]
!~dev-python/testtools-1.2.0[${PYTHON_USEDEP}]
=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
!~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
dev-python/sphinx-1.3[${PYTHON_USEDEP}]
=dev-python/oslo-sphinx-2.2.0[${PYTHON_USEDEP}]
=dev-python/oslotest-1.2.0[${PYTHON_USEDEP}]
=dev-python/mock-1.0[${PYTHON_USEDEP}]
=dev-python/eventlet-0.16.1[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}] )
RDEPEND==dev-python/six-1.9.0[${PYTHON_USEDEP}]

python_test() {
sed -i 's/sbin\/ip/bin\/ip/g' tests/test_rootwrap.py
nosetests tests/ || die test failed under ${EPYTHON}
}






[gentoo-commits] gentoo-x86 commit in app-admin/glance: glance-2015.1.0.ebuild ChangeLog

2015-04-30 Thread Matt Thode (prometheanfire)
prometheanfire15/04/30 20:19:50

  Modified: glance-2015.1.0.ebuild ChangeLog
  Log:
  adding keywords
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  app-admin/glance/glance-2015.1.0.ebuild

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

Index: glance-2015.1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/glance/glance-2015.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glance-2015.1.0.ebuild  30 Apr 2015 19:00:26 -  1.1
+++ glance-2015.1.0.ebuild  30 Apr 2015 20:19:50 -  1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/glance/glance-2015.1.0.ebuild,v 
1.1 2015/04/30 19:00:26 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/glance/glance-2015.1.0.ebuild,v 
1.2 2015/04/30 20:19:50 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
 
-inherit distutils-r1 git-2 user
+inherit distutils-r1 user
 
 DESCRIPTION=Provides services for discovering, registering, and retrieving
 virtual machine images
@@ -14,7 +14,7 @@
 
 LICENSE=Apache-2.0
 SLOT=0
-KEYWORDS=
+KEYWORDS=~amd64 ~x86
 IUSE=doc mysql postgres +sqlite +swift test
 REQUIRED_USE=|| ( mysql postgres sqlite )
 



1.67 app-admin/glance/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/glance/ChangeLog?rev=1.67view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/glance/ChangeLog?rev=1.67content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/glance/ChangeLog?r1=1.66r2=1.67

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/glance/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   30 Apr 2015 19:00:26 -  1.66
+++ ChangeLog   30 Apr 2015 20:19:50 -  1.67
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/glance
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/glance/ChangeLog,v 1.66 
2015/04/30 19:00:26 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/glance/ChangeLog,v 1.67 
2015/04/30 20:19:50 prometheanfire Exp $
+
+  30 Apr 2015; Matthew Thode prometheanf...@gentoo.org 
glance-2015.1.0.ebuild:
+  adding keywords
 
 *glance-2015.1.0 (30 Apr 2015)
 *glance-2015.1. (30 Apr 2015)






[gentoo-commits] gentoo-x86 commit in dev-perl/Class-Accessor-Grouped: Class-Accessor-Grouped-0.100.120.ebuild ChangeLog

2015-04-30 Thread Andreas Huettel (dilfridge)
dilfridge15/04/30 21:00:48

  Modified: ChangeLog
  Added:Class-Accessor-Grouped-0.100.120.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.32 dev-perl/Class-Accessor-Grouped/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Accessor-Grouped/ChangeLog?rev=1.32view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Accessor-Grouped/ChangeLog?rev=1.32content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Accessor-Grouped/ChangeLog?r1=1.31r2=1.32

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-Accessor-Grouped/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   26 Jul 2014 14:32:30 -  1.31
+++ ChangeLog   30 Apr 2015 21:00:48 -  1.32
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Class-Accessor-Grouped
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Accessor-Grouped/ChangeLog,v 
1.31 2014/07/26 14:32:30 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Accessor-Grouped/ChangeLog,v 
1.32 2015/04/30 21:00:48 dilfridge Exp $
+
+*Class-Accessor-Grouped-0.100.120 (30 Apr 2015)
+
+  30 Apr 2015; Andreas K. Huettel dilfri...@gentoo.org
+  +Class-Accessor-Grouped-0.100.120.ebuild:
+  Version bump
 
   26 Jul 2014; Mikle Kolyada zlog...@gentoo.org
   Class-Accessor-Grouped-0.100.100.ebuild:



1.1  
dev-perl/Class-Accessor-Grouped/Class-Accessor-Grouped-0.100.120.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Accessor-Grouped/Class-Accessor-Grouped-0.100.120.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-Accessor-Grouped/Class-Accessor-Grouped-0.100.120.ebuild?rev=1.1content-type=text/plain

Index: Class-Accessor-Grouped-0.100.120.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Class-Accessor-Grouped/Class-Accessor-Grouped-0.100.120.ebuild,v
 1.1 2015/04/30 21:00:48 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=RIBASUSHI
MODULE_VERSION=0.10012
inherit perl-module

DESCRIPTION=Lets you build groups of accessors

SLOT=0
KEYWORDS=~amd64 ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris
IUSE=test

RDEPEND=
virtual/perl-Carp
=dev-perl/Module-Runtime-0.12.0
=dev-perl/Class-XSAccessor-1.190.0
=dev-perl/Sub-Name-0.50.0

DEPEND=${RDEPEND}
=virtual/perl-ExtUtils-MakeMaker-6.590.0
=virtual/perl-ExtUtils-CBuilder-0.270.0
test? (
=dev-perl/Test-Exception-0.310.0
=virtual/perl-Test-Simple-0.880.0
)


SRC_TEST=do






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

2015-04-30 Thread Matt Thode (prometheanfire)
prometheanfire15/04/30 19:06:51

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



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

2015-04-30 Thread Brian Evans (grknight)
grknight15/04/30 20:05:31

  Modified: ChangeLog package.mask
  Log:
  Adjust package mask for smarty to include PEAR-PhpDocumentor-1.4.4 while work 
is done on that package

Revision  ChangesPath
1.9967   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9966
retrieving revision 1.9967
diff -u -r1.9966 -r1.9967
--- ChangeLog   30 Apr 2015 14:13:07 -  1.9966
+++ ChangeLog   30 Apr 2015 20:05:30 -  1.9967
@@ -1,12 +1,16 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9966 2015/04/30 
14:13:07 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9967 2015/04/30 
20:05:30 grknight 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!
 
   30 Apr 2015; grkni...@gentoo.org package.mask:
+  Adjust package mask for smarty to include PEAR-PhpDocumentor-1.4.4 while work
+  is done on that package
+
+  30 Apr 2015; grkni...@gentoo.org package.mask:
   Mask dev-php/smarty-2.6.29 as it is unknown if vulnerable to security bug
   526542. Removal in 30 days as to not break scripts using the old version
 



1.16513  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16512
retrieving revision 1.16513
diff -u -r1.16512 -r1.16513
--- package.mask30 Apr 2015 14:13:07 -  1.16512
+++ package.mask30 Apr 2015 20:05:30 -  1.16513
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16512 2015/04/30 
14:13:07 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16513 2015/04/30 
20:05:30 grknight 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
@@ -35,6 +35,7 @@
 # security bug 526542.  Masked for removal in 30 days
 # Please update your code to the latest version
 dev-php/smarty-2.6.29
+=dev-php/PEAR-PhpDocumentor-1.4.4
 
 # Ryan Hill rh...@gentoo.org (28 Apr 2015)
 # Moving to /lib/gentoo/functions.sh broke the eclass






  1   2   >