[gentoo-commits] gentoo-x86 commit in app-admin/puppet-agent: puppet-agent-1.2.2-r2.ebuild ChangeLog

2015-08-07 Thread Matt Thode (prometheanfire)
prometheanfire15/08/08 05:02:56

  Modified: puppet-agent-1.2.2-r2.ebuild ChangeLog
  Log:
  block augeas as well bug 556936
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.3  app-admin/puppet-agent/puppet-agent-1.2.2-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/puppet-agent-1.2.2-r2.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/puppet-agent-1.2.2-r2.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/puppet-agent-1.2.2-r2.ebuild?r1=1.2r2=1.3

Index: puppet-agent-1.2.2-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/puppet-agent/puppet-agent-1.2.2-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- puppet-agent-1.2.2-r2.ebuild29 Jul 2015 22:15:01 -  1.2
+++ puppet-agent-1.2.2-r2.ebuild8 Aug 2015 05:02:56 -   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/app-admin/puppet-agent/puppet-agent-1.2.2-r2.ebuild,v 
1.2 2015/07/29 22:15:01 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/puppet-agent/puppet-agent-1.2.2-r2.ebuild,v 
1.3 2015/08/08 05:02:56 prometheanfire Exp $
 
 EAPI=5
 inherit eutils systemd unpacker
@@ -9,8 +9,8 @@
 HOMEPAGE=https://puppetlabs.com/;
 
SRC_BASE=http://apt.puppetlabs.com/pool/wheezy/PC1/${PN:0:1}/${PN}/${PN}_${PV}-1wheezy;
 SRC_URI=
-   amd64? ( ${SRC_BASE}_amd64.deb )
-   x86?   ( ${SRC_BASE}_i386.deb )
+   amd64? ( ${SRC_BASE}_amd64.deb )
+   x86?   ( ${SRC_BASE}_i386.deb )
 
 
 LICENSE=Apache-2.0
@@ -19,21 +19,22 @@
 IUSE=puppetdb selinux
 RESTRICT=strip
 
-CDEPEND=!app-admin/puppet
-   !app-admin/mcollective
-   !dev-ruby/hiera
-   !dev-ruby/facter
-   !app-emulation/virt-what
+CDEPEND=!app-admin/augeas
+   !app-admin/mcollective
+   !app-admin/puppet
+   !dev-ruby/hiera
+   !dev-ruby/facter
+   !app-emulation/virt-what
 
 DEPEND=
-   ${CDEPEND}
+   ${CDEPEND}
 RDEPEND=${CDEPEND}
-   sys-apps/dmidecode
-   selinux? (
-   sys-libs/libselinux[ruby]
-   sec-policy/selinux-puppet
-   )
-   puppetdb? ( =dev-ruby/puppetdb-termini-3.0.1-r2 )
+   sys-apps/dmidecode
+   selinux? (
+   sys-libs/libselinux[ruby]
+   sec-policy/selinux-puppet
+   )
+   puppetdb? ( =dev-ruby/puppetdb-termini-3.0.1-r2 )
 
 S=${WORKDIR}
 



1.12 app-admin/puppet-agent/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   29 Jul 2015 22:15:01 -  1.11
+++ ChangeLog   8 Aug 2015 05:02:56 -   1.12
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/puppet-agent
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/ChangeLog,v 1.11 
2015/07/29 22:15:01 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/ChangeLog,v 1.12 
2015/08/08 05:02:56 prometheanfire Exp $
+
+  08 Aug 2015; Matthew Thode prometheanf...@gentoo.org
+  puppet-agent-1.2.2-r2.ebuild:
+  block augeas as well bug 556936
 
   29 Jul 2015; Matthew Thode prometheanf...@gentoo.org
   puppet-agent-1.2.2-r2.ebuild:






[gentoo-commits] gentoo-x86 commit in net-misc/openvpn: openvpn-2.3.8.ebuild ChangeLog

2015-08-07 Thread Matt Thode (prometheanfire)
prometheanfire15/08/08 05:13:53

  Modified: ChangeLog
  Added:openvpn-2.3.8.ebuild
  Log:
  updating to fix asking for the password at init
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.327net-misc/openvpn/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/openvpn/ChangeLog,v
retrieving revision 1.326
retrieving revision 1.327
diff -u -r1.326 -r1.327
--- ChangeLog   7 Aug 2015 10:12:17 -   1.326
+++ ChangeLog   8 Aug 2015 05:13:53 -   1.327
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/openvpn
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/ChangeLog,v 1.326 
2015/08/07 10:12:17 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/ChangeLog,v 1.327 
2015/08/08 05:13:53 prometheanfire Exp $
+
+*openvpn-2.3.8 (08 Aug 2015)
+
+  08 Aug 2015; Matthew Thode prometheanf...@gentoo.org +openvpn-2.3.8.ebuild:
+  updating to fix asking for the password at init
 
   07 Aug 2015; Tobias Klausmann klaus...@gentoo.org openvpn-2.3.7.ebuild:
   Stable on alpha, bug 556874



1.1  net-misc/openvpn/openvpn-2.3.8.ebuild

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

Index: openvpn-2.3.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-2.3.8.ebuild,v 1.1 
2015/08/08 05:13:53 prometheanfire Exp $

EAPI=4

inherit multilib flag-o-matic user systemd

DESCRIPTION=Robust and highly flexible tunneling application compatible with 
many OSes
SRC_URI=http://swupdate.openvpn.net/community/releases/${P}.tar.gz;
HOMEPAGE=http://openvpn.net/;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux
IUSE=examples down-root iproute2 +lzo pam passwordsave pkcs11 +plugins 
polarssl selinux socks +ssl static systemd userland_BSD

REQUIRED_USE=static? ( !plugins !pkcs11 )
polarssl? ( ssl )
pkcs11? ( ssl )
!plugins? ( !pam !down-root )

DEPEND=
kernel_linux? (
iproute2? ( sys-apps/iproute2[-minimal] ) !iproute2? ( 
sys-apps/net-tools )
)
pam? ( virtual/pam )
ssl? (
!polarssl? ( =dev-libs/openssl-0.9.7 ) polarssl? ( 
=net-libs/polarssl-1.2.10 )
)
lzo? ( =dev-libs/lzo-1.07 )
pkcs11? ( =dev-libs/pkcs11-helper-1.11 )
systemd? ( sys-apps/systemd )
RDEPEND=${DEPEND}
selinux? ( sec-policy/selinux-openvpn )


src_configure() {
use static  LDFLAGS=${LDFLAGS} -Xcompiler -static
local myconf
use polarssl  myconf=--with-crypto-library=polarssl
econf \
${myconf} \
--docdir=${EPREFIX}/usr/share/doc/${PF} \
--with-plugindir=${ROOT}/usr/$(get_libdir)/$PN \
$(use_enable passwordsave password-save) \
$(use_enable ssl) \
$(use_enable ssl crypto) \
$(use_enable lzo) \
$(use_enable pkcs11) \
$(use_enable plugins) \
$(use_enable iproute2) \
$(use_enable socks) \
$(use_enable pam plugin-auth-pam) \
$(use_enable down-root plugin-down-root) \
$(use_enable systemd)
}

src_install() {
default
find ${ED}/usr -name '*.la' -delete
# install documentation
dodoc AUTHORS ChangeLog PORTS README README.IPv6

# Install some helper scripts
keepdir /etc/openvpn
exeinto /etc/openvpn
doexe ${FILESDIR}/up.sh
doexe ${FILESDIR}/down.sh

# Install the init script and config file
newinitd ${FILESDIR}/${PN}-2.1.init openvpn
newconfd ${FILESDIR}/${PN}-2.1.conf openvpn

# install examples, controlled by the respective useflag
if use examples ; then
# dodoc does not supportly support directory traversal, #15193
insinto /usr/share/doc/${PF}/examples
doins -r sample 

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

2015-08-07 Thread Matt Thode (prometheanfire)
prometheanfire15/08/08 05:18:37

  Modified: package.mask
  Log:
  removing mask from open-iscsi

Revision  ChangesPath
1.16705  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16704
retrieving revision 1.16705
diff -u -r1.16704 -r1.16705
--- package.mask7 Aug 2015 14:20:05 -   1.16704
+++ package.mask8 Aug 2015 05:18:37 -   1.16705
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16704 2015/08/07 
14:20:05 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16705 2015/08/08 
05:18:37 prometheanfire 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
@@ -666,10 +666,6 @@
 # bundled ffmpeg, see bugs #446468 and #444262.
 media-video/avidemux-2.6.2
 
-# Doug Goldstein car...@gentoo.org (22 Jan 2013)
-# Masked for development
-=sys-block/open-iscsi-2.0.873
-
 # Sven Wegener swege...@gentoo.org (21 Dec 2012)
 # temporary mask for socket location change
 =app-misc/screen-4.0.3-r8






[gentoo-commits] gentoo-x86 commit in sys-block/open-iscsi/files: iscsid-init.d

2015-08-07 Thread Matt Thode (prometheanfire)
prometheanfire15/08/08 05:42:15

  Modified: iscsid-init.d
  Log:
  fixing bug 511064 and bug 501996
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.9  sys-block/open-iscsi/files/iscsid-init.d

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/files/iscsid-init.d?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/files/iscsid-init.d?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/files/iscsid-init.d?r1=1.8r2=1.9

Index: iscsid-init.d
===
RCS file: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/files/iscsid-init.d,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- iscsid-init.d   20 Oct 2013 20:19:52 -  1.8
+++ iscsid-init.d   8 Aug 2015 05:42:15 -   1.9
@@ -1,11 +1,11 @@
 #!/sbin/runscript
-# Copyright 1999-2013 Gentoo Foundation, Inc.
+# Copyright 1999-2015 Gentoo Foundation, Inc.
 # Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/files/iscsid-init.d,v 
1.8 2013/10/20 20:19:52 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/files/iscsid-init.d,v 
1.9 2015/08/08 05:42:15 prometheanfire Exp $
 
 command=/usr/sbin/iscsid
 command_args=${OPTS}
-start_stop_daemon_args=-w 10 # iscsid might fail e.g. when the iSCSI kernel 
modules aren't available
+start_stop_daemon_args=-w 100 # iscsid might fail e.g. when the iSCSI kernel 
modules aren't available
 pidfile=${PIDFILE:-/var/run/${SVCNAME}.pid}
 
 extra_started_commands=starttargets stoptargets






[gentoo-commits] gentoo-x86 commit in sys-block/open-iscsi: open-iscsi-2.0.873.ebuild ChangeLog

2015-08-07 Thread Matt Thode (prometheanfire)
prometheanfire15/08/08 05:42:15

  Modified: open-iscsi-2.0.873.ebuild ChangeLog
  Log:
  fixing bug 511064 and bug 501996
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  sys-block/open-iscsi/open-iscsi-2.0.873.ebuild

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

Index: open-iscsi-2.0.873.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.873.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- open-iscsi-2.0.873.ebuild   11 Oct 2013 20:08:09 -  1.1
+++ open-iscsi-2.0.873.ebuild   8 Aug 2015 05:42:15 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.873.ebuild,v 1.1 
2013/10/11 20:08:09 idl0r Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.873.ebuild,v 1.2 
2015/08/08 05:42:15 prometheanfire Exp $
 
 EAPI=5
 
@@ -19,6 +19,8 @@
 
 DEPEND=slp? ( net-libs/openslp )
 RDEPEND=${DEPEND}
+   virtual/udev
+   sys-fs/lsscsi
sys-apps/util-linux
 
 S=${WORKDIR}/${MY_PV}
@@ -75,7 +77,13 @@
docinto test/
dodoc test/*
 
+   insinto /etc/iscsi
newins ${FILESDIR}/initiatorname.iscsi initiatorname.iscsi.example
+   # udev pieces
+   insinto /etc/udev/scripts
+   doins ${FILESDIR}/iscsidev.sh
+   insinto /lib/udev/rules.d
+   doins ${FILESDIR}/99-iscsi.rules
 
newconfd ${FILESDIR}/iscsid-conf.d iscsid
newinitd ${FILESDIR}/iscsid-init.d iscsid



1.64 sys-block/open-iscsi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/ChangeLog?rev=1.64view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/ChangeLog?rev=1.64content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/ChangeLog?r1=1.63r2=1.64

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   6 Aug 2015 03:09:28 -   1.63
+++ ChangeLog   8 Aug 2015 05:42:15 -   1.64
@@ -1,6 +1,10 @@
 # ChangeLog for sys-block/open-iscsi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/ChangeLog,v 1.63 
2015/08/06 03:09:28 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/ChangeLog,v 1.64 
2015/08/08 05:42:15 prometheanfire Exp $
+
+  08 Aug 2015; Matthew Thode prometheanf...@gentoo.org files/iscsid-init.d,
+  open-iscsi-2.0.873.ebuild:
+  fixing bug 511064 and bug 501996
 
   06 Aug 2015; Matthew Thode prometheanf...@gentoo.org files/iscsidev.sh,
   open-iscsi-2.0.872-r3.ebuild:






[gentoo-commits] gentoo-x86 commit in app-admin/puppet: puppet-3.8.2.ebuild ChangeLog

2015-08-07 Thread Matt Thode (prometheanfire)
prometheanfire15/08/07 06:47:14

  Modified: ChangeLog
  Added:puppet-3.8.2.ebuild
  Log:
  bup
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.235app-admin/puppet/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/puppet/ChangeLog,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -r1.234 -r1.235
--- ChangeLog   24 Jul 2015 00:24:19 -  1.234
+++ ChangeLog   7 Aug 2015 06:47:14 -   1.235
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/puppet
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/ChangeLog,v 1.234 
2015/07/24 00:24:19 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/ChangeLog,v 1.235 
2015/08/07 06:47:14 prometheanfire Exp $
+
+*puppet-3.8.2 (07 Aug 2015)
+
+  07 Aug 2015; Matthew Thode prometheanf...@gentoo.org +puppet-3.8.2.ebuild:
+  bup
 
   24 Jul 2015; Matthew Thode prometheanf...@gentoo.org
   +files/puppet-fix-tests-4.x.patch, puppet-4.2.1.ebuild:



1.1  app-admin/puppet/puppet-3.8.2.ebuild

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

Index: puppet-3.8.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-3.8.2.ebuild,v 1.1 
2015/08/07 06:47:14 prometheanfire Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_TEST=rspec

inherit elisp-common xemacs-elisp-common eutils user ruby-fakegem versionator

DESCRIPTION=A system automation and configuration management software
HOMEPAGE=http://puppetlabs.com/;
SRC_URI=http://downloads.puppetlabs.com/puppet/${P}.tar.gz;

LICENSE=Apache-2.0 GPL-2
SLOT=0
KEYWORDS=~amd64 ~hppa ~ppc ~sparc ~x86
IUSE=augeas diff doc emacs ldap minimal rrdtool selinux shadow sqlite 
vim-syntax xemacs

ruby_add_rdepend 
dev-ruby/hiera
=dev-ruby/rgen-0.7.0
=dev-ruby/facter-1.6.2 dev-ruby/facter-3
dev-ruby/json
augeas? ( dev-ruby/ruby-augeas )
diff? ( dev-ruby/diff-lcs )
doc? ( dev-ruby/rdoc )
ldap? ( dev-ruby/ruby-ldap )
shadow? ( dev-ruby/ruby-shadow )
sqlite? ( dev-ruby/sqlite3 )
virtual/ruby-ssl

ruby_add_bdepend test? ( dev-ruby/mocha )

DEPEND=${DEPEND}
ruby_targets_ruby19? ( dev-lang/ruby:1.9[yaml] )
emacs? ( virtual/emacs )
xemacs? ( app-editors/xemacs )
RDEPEND=${RDEPEND}
ruby_targets_ruby19? ( dev-lang/ruby:1.9[yaml] )
rrdtool? ( =net-analyzer/rrdtool-1.2.23[ruby] )
selinux? (
sys-libs/libselinux[ruby]
sec-policy/selinux-puppet
)
vim-syntax? ( =app-vim/puppet-syntax-3.0.1 )
=app-portage/eix-0.18.0

SITEFILE=50${PN}-mode-gentoo.el

pkg_setup() {
enewgroup puppet
enewuser puppet -1 -1 /var/lib/puppet puppet
}

all_ruby_prepare() {
# Avoid spec that require unpackaged json-schema.
rm spec/lib/matchers/json.rb $( grep -Rl matchers/json spec) || die

# Avoid Rails specs to avoid this dependency and because they
# currently fail against Rails 4.1.
find spec -type f -name '*rails*' -o -name '*active_record*' | xargs rm 
|| die
rm -r spec/unit/rails || die
rm spec/unit/parser/collector_spec.rb || die

# Avoid specs that can only run in the puppet.git repository. This
# should be narrowed down to the specific specs.
rm spec/integration/parser/compiler_spec.rb 
spec/integration/parser/future_compiler_spec.rb || die

# Avoid failing spec that need further investigation.
rm spec/unit/module_tool/metadata_spec.rb || die
}

all_ruby_compile() {
if use emacs ; then
elisp-compile ext/emacs/puppet-mode.el
fi

if use xemacs ; then
# Create a separate version for xemacs to be able to install
# emacs and xemacs in parallel.
mkdir ext/xemacs
cp ext/emacs/* ext/xemacs/
xemacs-elisp-compile ext/xemacs/puppet-mode.el
fi
}

each_ruby_install() {
each_fakegem_install
#${RUBY} install.rb 

[gentoo-commits] gentoo-x86 commit in sys-block/tgt/files: tgtd.confd tgtd.initd

2015-08-05 Thread Matt Thode (prometheanfire)
prometheanfire15/08/06 02:15:06

  Added:tgtd.confd tgtd.initd
  Log:
  major bump, also fixing bugs
  
  bug 433820
  bug 417501
  bug 482830
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.1  sys-block/tgt/files/tgtd.confd

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/tgt/files/tgtd.confd?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/tgt/files/tgtd.confd?rev=1.1content-type=text/plain

Index: tgtd.confd
===
# Here you can specify options that are passed directly to tgt daemon
TGTD_OPTS=

# vim: ft=gentoo-conf-d



1.1  sys-block/tgt/files/tgtd.initd

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/tgt/files/tgtd.initd?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/tgt/files/tgtd.initd?rev=1.1content-type=text/plain

Index: tgtd.initd
===
#!/sbin/runscript
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-block/tgt/files/tgtd.initd,v 1.1 
2015/08/06 02:15:06 prometheanfire Exp $

TGTD_CONFIG=/etc/tgt/targets.conf

TASK=$1

depend() {
need net
}

start() {
ebegin Starting target framework daemon
ebegin Starting ${SVCNAME}
# Start tgtd first.
start-stop-daemon --start --quiet \
--name tgtd \
--exec /usr/sbin/tgtd -- \
${TGTD_OPTS}
RETVAL=$?
if [ $RETVAL -ne 0 ] ; then
echo Could not start tgtd (is tgtd already running?)
exit 1
fi
# We need to wait for 1 second before do anything with tgtd
sleep 1
# Put tgtd into offline state until all the targets are configured.
# We don't want initiators to (re)connect and fail the connection
# if it's not ready
tgtadm --op update --mode sys --name State -v offline
# Configure the targets.
tgt-admin --update ALL -c $TGTD_CONFIG
# Put tgtd into ready state.
tgtadm --op update --mode sys --name State -v ready
eend $?
}

stop() {
ebegin Stopping ${SVCNAME}
ebegin Stopping target framework daemon
# start-stop-daemon --stop --exec /usr/sbin/tgtd --quiet
if [ $RUNLEVEL == 0 -o $RUNLEVEL == 6 ] ; then
forcedstop
fi
# Remove all targets. It only removes targets which are not in use.
tgt-admin --update ALL -c /dev/null /dev/null
# tgtd will exit if all targets were removed
tgtadm --op delete --mode system /dev/null
RETVAL=$?
if [ $RETVAL -eq 107 ] ; then
echo tgtd is not running
if [ $TASK != restart ] ; then
exit 1
fi
elif [ $RETVAL -ne 0 ] ; then
echo Some initiators are still connected - could not stop tgtd
exit 2
fi
# echo -n
eend $?
}

forcedstop() {
# NOTE: Forced shutdown of the iscsi target may cause data corruption
# for initiators that are connected.
echo Force-stopping target framework daemon
# Offline everything first. May be needed if we're rebooting, but
# expect the initiators to reconnect cleanly when we boot again
# (i.e. we don't want them to reconnect to a tgtd which is still
# working, but the target is gone).
tgtadm --op update --mode sys --name State -v offline /dev/null
RETVAL=$?
if [ $RETVAL -eq 107 ] ; then
echo tgtd is not running
if [ $TASK != restart ] ; then
exit 1
fi
else
tgt-admin --offline ALL
# Remove all targets, even if they are still in use.
tgt-admin --update ALL -c /dev/null -f
# It will shut down tgtd only after all targets were removed.
tgtadm --op delete --mode system
RETVAL=$?
if [ $RETVAL -ne 0 ] ; then
echo Failed to shutdown tgtd
exit 1
fi
fi
echo -n
}

reload() {
echo Updating target framework daemon configuration
# Update configuration for targets. Only targets which
# are not in use will be updated.
tgt-admin --update ALL -c $TGTD_CONFIG /dev/null
RETVAL=$?
if [ $RETVAL -eq 107 ] ; then
echo tgtd is not running
exit 1
fi
}

forcedreload() {
echo Force-updating target framework daemon configuration
# Update configuration for targets, even those in use.
tgt-admin --update ALL -f -c $TGTD_CONFIG /dev/null
RETVAL=$?
 

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

2015-08-05 Thread Matt Thode (prometheanfire)
prometheanfire15/08/06 02:18:22

  Modified: cinder-2015.1..ebuild cinder-2015.1.1.ebuild
ChangeLog
  Log:
  adding more elog to pkg_postinst
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.8  sys-cluster/cinder/cinder-2015.1..ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2015.1..ebuild?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2015.1..ebuild?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2015.1..ebuild?r1=1.7r2=1.8

Index: cinder-2015.1..ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1..ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- cinder-2015.1..ebuild   5 Aug 2015 02:29:11 -   1.7
+++ cinder-2015.1..ebuild   6 Aug 2015 02:18:22 -   1.8
@@ -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-cluster/cinder/cinder-2015.1..ebuild,v 1.7 
2015/08/05 02:29:11 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1..ebuild,v 1.8 
2015/08/06 02:18:22 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -195,5 +195,6 @@
 pkg_postinst() {
if use iscsi ; then
elog Cinder needs tgtd to be installed and running to work 
with iscsi
+   elog it also needs 'include /var/lib/cinder/volumes/*' in 
/etc/tgt/targets.conf
fi
 }



1.3  sys-cluster/cinder/cinder-2015.1.1.ebuild

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

Index: cinder-2015.1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cinder-2015.1.1.ebuild  5 Aug 2015 02:29:11 -   1.2
+++ cinder-2015.1.1.ebuild  6 Aug 2015 02:18:22 -   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-cluster/cinder/cinder-2015.1.1.ebuild,v 
1.2 2015/08/05 02:29:11 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1.1.ebuild,v 
1.3 2015/08/06 02:18:22 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -194,5 +194,6 @@
 pkg_postinst() {
if use iscsi ; then
elog Cinder needs tgtd to be installed and running to work 
with iscsi
+   elog it also needs 'include /var/lib/cinder/volumes/*' in 
/etc/tgt/targets.conf
fi
 }



1.62 sys-cluster/cinder/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   5 Aug 2015 02:29:11 -   1.61
+++ ChangeLog   6 Aug 2015 02:18:22 -   1.62
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/cinder
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v 1.61 
2015/08/05 02:29:11 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v 1.62 
2015/08/06 02:18:22 prometheanfire Exp $
+
+  06 Aug 2015; Matthew Thode prometheanf...@gentoo.org 
cinder-2015.1.1.ebuild,
+  cinder-2015.1..ebuild:
+  adding more elog to pkg_postinst
 
   05 Aug 2015; Matthew Thode prometheanf...@gentoo.org
   -cinder-2014.2.2.ebuild, -cinder-2014.2.3-r1.ebuild, -cinder-2014.2.3.ebuild,






[gentoo-commits] gentoo-x86 commit in dev-python/bandit: bandit-0.13.0.ebuild ChangeLog

2015-08-05 Thread Matt Thode (prometheanfire)
prometheanfire15/08/06 01:47:22

  Modified: ChangeLog
  Added:bandit-0.13.0.ebuild
  Log:
  bup
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  dev-python/bandit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/bandit/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   31 Jul 2015 01:15:51 -  1.1
+++ ChangeLog   6 Aug 2015 01:47:22 -   1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/bandit
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bandit/ChangeLog,v 1.1 
2015/07/31 01:15:51 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bandit/ChangeLog,v 1.2 
2015/08/06 01:47:22 prometheanfire Exp $
+
+*bandit-0.13.0 (06 Aug 2015)
+
+  06 Aug 2015; Matthew Thode prometheanf...@gentoo.org +bandit-0.13.0.ebuild:
+  bup
 
 *bandit-0.12.0 (31 Jul 2015)
 



1.1  dev-python/bandit/bandit-0.13.0.ebuild

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

Index: bandit-0.13.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/bandit/bandit-0.13.0.ebuild,v 1.1 
2015/08/06 01:47:22 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_4 )

inherit distutils-r1

DESCRIPTION=A security linter from OpenStack Security
HOMEPAGE=https://openstack.org;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

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

CDEPEND=
=dev-python/pbr-1.3.0[${PYTHON_USEDEP}]
dev-python/pbr-2.0.0[${PYTHON_USEDEP}]

DEPEND=
dev-python/setuptools[${PYTHON_USEDEP}]
${CDEPEND}
test? (
=dev-python/coverage-3.6[${PYTHON_USEDEP}]
=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
=dev-python/hacking-0.9.2[${PYTHON_USEDEP}]
dev-python/hacking-0.10[${PYTHON_USEDEP}]
=dev-python/mock-1.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/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}]
)
RDEPEND=
${CDEPEND}
=dev-python/appdirs-1.3.0[${PYTHON_USEDEP}]
=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
=dev-python/six-1.9.0[${PYTHON_USEDEP}]
=dev-python/stevedore-1.5.0[${PYTHON_USEDEP}]

python_test() {
testr init
testr run || die
}






[gentoo-commits] gentoo-x86 commit in app-admin/puppetdb: puppetdb-3.0.2.ebuild ChangeLog

2015-08-05 Thread Matt Thode (prometheanfire)
prometheanfire15/08/06 01:44:54

  Modified: ChangeLog
  Added:puppetdb-3.0.2.ebuild
  Log:
  bup
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.8  app-admin/puppetdb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/puppetdb/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   20 Jul 2015 05:41:49 -  1.7
+++ ChangeLog   6 Aug 2015 01:44:54 -   1.8
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/puppetdb
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/puppetdb/ChangeLog,v 1.7 
2015/07/20 05:41:49 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppetdb/ChangeLog,v 1.8 
2015/08/06 01:44:54 prometheanfire Exp $
+
+*puppetdb-3.0.2 (06 Aug 2015)
+
+  06 Aug 2015; Matthew Thode prometheanf...@gentoo.org 
+puppetdb-3.0.2.ebuild:
+  bup
 
   20 Jul 2015; Matthew Thode prometheanf...@gentoo.org files/puppetdb.initd:
   betterer init scripts... er



1.1  app-admin/puppetdb/puppetdb-3.0.2.ebuild

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

Index: puppetdb-3.0.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/puppetdb/puppetdb-3.0.2.ebuild,v 
1.1 2015/08/06 01:44:54 prometheanfire Exp $

EAPI=5

inherit multilib systemd user

DESCRIPTION=PuppetDB collects data generated by Puppet.
HOMEPAGE=http://docs.puppetlabs.com/puppetdb/;
SRC_URI=https://downloads.puppetlabs.com/${PN}/${P}.tar.gz;

LICENSE=Apache-2.0
SLOT=0
IUSE=
# will need the same keywords as puppet
KEYWORDS=~amd64 ~x86

RDEPEND+==virtual/jdk-1.7.0
DEPEND+=

pkg_setup() {
enewgroup puppetdb
enewuser puppetdb -1 -1 /opt/puppetlabs/server/data/puppetdb puppetdb
}

src_prepare() {
sed -i 's/sysconfig/conf\.d/g' ext/redhat/puppetdb.service || die
sed -i 's/sysconfig/conf\.d/g' ext/bin/puppetdb || die
sed -i 's/sysconfig/conf\.d/g' install.sh || die
sed -i 's/var\/run/run/g' ext/puppetdb.tmpfiles.conf || die
sed -i 's/var\/run/run/g' install.sh || die
}

src_compile() {
einfo not compiling
}

src_install() {
dodir /opt/puppetlabs/server/data/puppetdb
insinto /opt/puppetlabs/server/apps/puppetdb
insopts -m0744
doins ext/ezbake-functions.sh
insopts -m0644
doins ext/ezbake.manifest
doins puppetdb.jar
insinto /etc/puppetlabs/puppetdb
doins ext/config/logback.xml
doins ext/config/bootstrap.cfg
doins ext/config/request-logging.xml
insinto /etc/puppetlabs/puppetdb/conf.d
doins ext/config/conf.d/jetty.ini
doins ext/config/conf.d/repl.ini
doins ext/config/conf.d/database.ini
doins ext/config/conf.d/config.ini
insopts -m0755
insinto /opt/puppetlabs/server/apps/puppetdb/scripts
doins install.sh
insinto /opt/puppetlabs/server/apps/puppetdb/cli/apps
doins ext/cli/foreground
doins ext/cli/ssl-setup
doins ext/cli/export
doins ext/cli/config-migration
doins ext/cli/foreground
doins ext/cli/anonymize
doins ext/cli/import
insinto /opt/puppetlabs/server/apps/puppetdb/bin
doins ext/bin/puppetdb
insopts -m0644
dodir /opt/puppetlabs/server/bin
dosym ../apps/puppetdb/bin/puppetdb /opt/puppetlabs/server/bin/puppetdb
dodir /opt/puppetlabs/bin
dosym ../server/apps/puppetdb/bin/puppetdb /opt/puppetlabs/bin/puppetdb
dosym /opt/puppetlabs/server/apps/puppetdb/bin/puppetdb 
/usr/bin/puppetdb
# init type tasks
newconfd ext/default puppetdb
systemd_dounit ext/redhat/puppetdb.service
systemd_newtmpfilesd ext/puppetdb.tmpfiles.conf puppetdb.conf
newinitd ${FILESDIR}/puppetdb.initd puppetdb
# misc
insinto /etc/logrotate.d
newins ext/puppetdb.logrotate.conf puppetdb
fowners -R puppetdb:puppetdb /opt/puppetlabs/server/data/puppetdb
fperms -R 770 /opt/puppetlabs/server/data/puppetdb
}

pkg_postinst() {
elog to 

[gentoo-commits] gentoo-x86 commit in sys-block/open-iscsi: open-iscsi-2.0.872-r3.ebuild ChangeLog

2015-08-05 Thread Matt Thode (prometheanfire)
prometheanfire15/08/06 03:09:28

  Modified: open-iscsi-2.0.872-r3.ebuild ChangeLog
  Log:
  fix the glaring bug
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  sys-block/open-iscsi/open-iscsi-2.0.872-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.872-r3.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.872-r3.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.872-r3.ebuild?r1=1.1r2=1.2

Index: open-iscsi-2.0.872-r3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.872-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- open-iscsi-2.0.872-r3.ebuild5 Aug 2015 02:14:33 -   1.1
+++ open-iscsi-2.0.872-r3.ebuild6 Aug 2015 03:09:28 -   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-block/open-iscsi/open-iscsi-2.0.872-r3.ebuild,v 1.1 
2015/08/05 02:14:33 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.872-r3.ebuild,v 1.2 
2015/08/06 03:09:28 prometheanfire Exp $
 
 EAPI=2
 inherit versionator linux-info eutils flag-o-matic toolchain-funcs
@@ -16,6 +16,7 @@
 DEPEND=slp? ( net-libs/openslp )
 RDEPEND=${DEPEND}
virtual/udev
+   sys-fs/lsscsi
sys-apps/util-linux
 
 S=${WORKDIR}/${MY_PV}



1.63 sys-block/open-iscsi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   5 Aug 2015 02:14:33 -   1.62
+++ ChangeLog   6 Aug 2015 03:09:28 -   1.63
@@ -1,6 +1,10 @@
 # ChangeLog for sys-block/open-iscsi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/ChangeLog,v 1.62 
2015/08/05 02:14:33 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/ChangeLog,v 1.63 
2015/08/06 03:09:28 prometheanfire Exp $
+
+  06 Aug 2015; Matthew Thode prometheanf...@gentoo.org files/iscsidev.sh,
+  open-iscsi-2.0.872-r3.ebuild:
+  fix the glaring bug
 
 *open-iscsi-2.0.872-r3 (05 Aug 2015)
 






[gentoo-commits] gentoo-x86 commit in sys-block/open-iscsi/files: iscsidev.sh

2015-08-05 Thread Matt Thode (prometheanfire)
prometheanfire15/08/06 03:09:28

  Modified: iscsidev.sh
  Log:
  fix the glaring bug
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  sys-block/open-iscsi/files/iscsidev.sh

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/files/iscsidev.sh?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/files/iscsidev.sh?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/files/iscsidev.sh?r1=1.1r2=1.2

Index: iscsidev.sh
===
RCS file: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/files/iscsidev.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iscsidev.sh 5 Aug 2015 02:14:33 -   1.1
+++ iscsidev.sh 6 Aug 2015 03:09:28 -   1.2
@@ -39,7 +39,8 @@
 
 # do the removal
 if [[ $ACTION = 'remove' ]]; then
-  find -L /dev/disk/by-path/ -type l -lname ${DEVNAME} -exec rm {} + 
2/dev/null
+  # nohup needed so this isn't constantly run...
+  nohup find -L /dev/disk/by-path/ -type l -lname ${DEVNAME} -exec rm {} + 
2/dev/null 
   exit 0
 fi
 
@@ -74,4 +75,4 @@
 
 # actually create the link
 mkdir -p /dev/disk/by-path/
-ln -s ${DEVNAME} 
/dev/disk/by-path/ip-${TARGET_IP}:${TARGET_PORT}-iscsi-${TARGET_NAME}-lun-1
\ No newline at end of file
+ln -s ${DEVNAME} 
/dev/disk/by-path/ip-${TARGET_IP}:${TARGET_PORT}-iscsi-${TARGET_NAME}-lun-1






[gentoo-commits] gentoo-x86 commit in sys-block/tgt: tgt-1.0.60.ebuild metadata.xml ChangeLog

2015-08-05 Thread Matt Thode (prometheanfire)
prometheanfire15/08/06 02:15:06

  Modified: metadata.xml ChangeLog
  Added:tgt-1.0.60.ebuild
  Log:
  major bump, also fixing bugs
  
  bug 433820
  bug 417501
  bug 482830
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.6  sys-block/tgt/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sys-block/tgt/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml15 Jun 2015 19:27:59 -  1.5
+++ metadata.xml6 Aug 2015 02:15:06 -   1.6
@@ -2,6 +2,10 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
herdcluster/herd
+   maintainer
+   emailprometheanf...@gentoo.org/email
+   nameMatthew Thode/name
+   /maintainer
longdescription
 iSCSI Target daemon with rdma support
 /longdescription
@@ -9,6 +13,7 @@
flag name=ibmvioAdd support for IBM Virtual I/O/flag
flag name=fcpAdd support for new FC protocol/flag
flag name=fcoeAdd support for FCoE protocol/flag
+   flag name=rbdAdd support for ceph block devices/flag
/use
upstream
remote-id type=githubfujita/tgt/remote-id



1.22 sys-block/tgt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/tgt/ChangeLog?rev=1.22view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/tgt/ChangeLog?rev=1.22content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/tgt/ChangeLog?r1=1.21r2=1.22

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-block/tgt/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   1 Apr 2015 22:24:56 -   1.21
+++ ChangeLog   6 Aug 2015 02:15:06 -   1.22
@@ -1,6 +1,12 @@
 # ChangeLog for sys-block/tgt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/tgt/ChangeLog,v 1.21 2015/04/01 
22:24:56 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/tgt/ChangeLog,v 1.22 2015/08/06 
02:15:06 prometheanfire Exp $
+
+*tgt-1.0.60 (06 Aug 2015)
+
+  06 Aug 2015; Matthew Thode prometheanf...@gentoo.org +files/tgtd.confd,
+  +files/tgtd.initd, +tgt-1.0.60.ebuild, metadata.xml:
+  major bump, also fixing bugs  bug 433820 bug 417501 bug 482830
 
   01 Apr 2015; Andreas K. Huettel dilfri...@gentoo.org tgt-1.0.19.ebuild,
   tgt-1.0.22.ebuild, tgt-1.0.24-r1.ebuild:



1.1  sys-block/tgt/tgt-1.0.60.ebuild

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

Index: tgt-1.0.60.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-block/tgt/tgt-1.0.60.ebuild,v 1.1 
2015/08/06 02:15:06 prometheanfire Exp $

EAPI=5

inherit flag-o-matic toolchain-funcs

MY_TREE=ab51727

DESCRIPTION=Linux SCSI target framework (tgt)
HOMEPAGE=http://stgt.sourceforge.net;
SRC_URI=https://github.com/fujita/tgt/tarball/v${PV} - ${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=fcoe fcp ibmvio infiniband rbd

CDEPEND=dev-perl/Config-General
dev-libs/libxslt
rbd? ( sys-cluster/ceph )
infiniband? (
sys-infiniband/libibverbs:=
sys-infiniband/librdmacm:=
)
DEPEND=${CDEPEND}
app-text/docbook-xsl-stylesheets
RDEPEND=${DEPEND}
dev-libs/libaio
sys-apps/sg3_utils

S=${WORKDIR}/fujita-tgt-${MY_TREE}

pkg_setup() {
tc-export CC
}

src_prepare() {
sed -i -e 's:\($(CC)\) $^:\1 $(LDFLAGS) $^:' usr/Makefile || die

# make sure xml docs are generated before trying to install them
sed -i -e s@install: @ all @g doc/Makefile || die
}

src_compile() {
local myconf
use ibmvio  myconf=${myconf} IBMVIO=1
use infiniband  myconf=${myconf} ISCSI_RDMA=1
use fcp  myconf=${myconf} FCP=1
use fcoe  myconf=${myconf} FCOE=1
use rbd  myconf=${myconf} CEPH_RBD=1

emake -C usr/ KERNELSRC=${KERNEL_DIR} ISCSI=1 ${myconf}
emake -C doc
}


[gentoo-commits] gentoo-x86 commit in sys-cluster/cinder/files: cinder.initd

2015-08-04 Thread Matt Thode (prometheanfire)
prometheanfire15/08/05 02:29:11

  Modified: cinder.initd
  Log:
  fixing cinder usage bugs
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  sys-cluster/cinder/files/cinder.initd

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

Index: cinder.initd
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cinder/files/cinder.initd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cinder.initd11 May 2014 12:21:59 -  1.1
+++ cinder.initd5 Aug 2015 02:29:11 -   1.2
@@ -1,7 +1,7 @@
 #!/sbin/runscript
-# 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/sys-cluster/cinder/files/cinder.initd,v 1.1 
2014/05/11 12:21:59 vadimk Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/files/cinder.initd,v 1.2 
2015/08/05 02:29:11 prometheanfire Exp $
 
 description=Starts ${SVCNAME} service for OpenStack
 
@@ -19,5 +19,6 @@
 
 start_pre() {
checkpath --directory --owner 
${CINDER_USER:-cinder}:${CINDER_GROUP:-cinder} --mode 0755 
${CINDER_RUN:-/var/run/cinder}
+  checkpath --directory --owner ${CINDER_USER:-cinder}:${CINDER_GROUP:-cinder} 
--mode 0755 ${CINDER_LOCK:-/var/lock/cinder}
 }
 






[gentoo-commits] gentoo-x86 commit in sys-cluster/cinder: cinder-2015.1.9999.ebuild cinder-2015.1.1.ebuild ChangeLog cinder-2014.2.3.ebuild cinder-2014.2.2.ebuild cinder-2014.2.9999.ebuild cinder-2014

2015-08-04 Thread Matt Thode (prometheanfire)
prometheanfire15/08/05 02:29:11

  Modified: cinder-2015.1..ebuild cinder-2015.1.1.ebuild
ChangeLog
  Removed:  cinder-2014.2.3.ebuild cinder-2014.2.2.ebuild
cinder-2014.2..ebuild cinder-2014.2.3-r1.ebuild
  Log:
  fixing cinder usage bugs
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.7  sys-cluster/cinder/cinder-2015.1..ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2015.1..ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2015.1..ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2015.1..ebuild?r1=1.6r2=1.7

Index: cinder-2015.1..ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1..ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cinder-2015.1..ebuild   29 Jul 2015 23:38:30 -  1.6
+++ cinder-2015.1..ebuild   5 Aug 2015 02:29:11 -   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/sys-cluster/cinder/cinder-2015.1..ebuild,v 1.6 
2015/07/29 23:38:30 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1..ebuild,v 1.7 
2015/08/05 02:29:11 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -128,11 +128,14 @@
=dev-python/oslo-vmware-0.11.1[${PYTHON_USEDEP}]
dev-python/oslo-vmware-0.12.0[${PYTHON_USEDEP}]
iscsi? (
-   || ( =sys-block/iscsitarget-1.4.20.2_p20130821 sys-block/tgt )
-   sys-block/open-iscsi )
+   sys-block/tgt
+   sys-block/open-iscsi
+   )
lvm? ( sys-fs/lvm2 )
memcached? ( net-misc/memcached )
+   app-emulation/qemu
sys-fs/sysfsutils
+# qemu is needed for image conversion
 
 PATCHES=(
 
@@ -188,3 +191,9 @@
insopts -m 0440 -o root -g root
newins ${FILESDIR}/cinder.sudoersd cinder
 }
+
+pkg_postinst() {
+   if use iscsi ; then
+   elog Cinder needs tgtd to be installed and running to work 
with iscsi
+   fi
+}



1.2  sys-cluster/cinder/cinder-2015.1.1.ebuild

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

Index: cinder-2015.1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cinder-2015.1.1.ebuild  29 Jul 2015 23:38:30 -  1.1
+++ cinder-2015.1.1.ebuild  5 Aug 2015 02:29:11 -   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-cluster/cinder/cinder-2015.1.1.ebuild,v 
1.1 2015/07/29 23:38:30 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1.1.ebuild,v 
1.2 2015/08/05 02:29:11 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -127,11 +127,14 @@
=dev-python/oslo-vmware-0.11.1[${PYTHON_USEDEP}]
dev-python/oslo-vmware-0.12.0[${PYTHON_USEDEP}]
iscsi? (
-   || ( =sys-block/iscsitarget-1.4.20.2_p20130821 sys-block/tgt )
-   sys-block/open-iscsi )
+   sys-block/tgt
+   sys-block/open-iscsi
+   )
lvm? ( sys-fs/lvm2 )
memcached? ( net-misc/memcached )
+   app-emulation/qemu
sys-fs/sysfsutils
+# qemu is needed for image conversion
 
 PATCHES=(
 
@@ -187,3 +190,9 @@
insopts -m 0440 -o root -g root
newins ${FILESDIR}/cinder.sudoersd cinder
 }
+
+pkg_postinst() {
+   if use iscsi ; then
+   elog Cinder needs tgtd to be installed and running to work 
with iscsi
+   fi
+}



1.61 sys-cluster/cinder/ChangeLog

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

Index: ChangeLog
===
RCS file: 

[gentoo-commits] gentoo-x86 commit in sys-cluster/neutron: ChangeLog neutron-2014.2.9999.ebuild neutron-2014.2.3-r1.ebuild

2015-08-04 Thread Matt Thode (prometheanfire)
prometheanfire15/08/05 02:35:31

  Modified: ChangeLog
  Removed:  neutron-2014.2..ebuild
neutron-2014.2.3-r1.ebuild
  Log:
  removing the old and jankey
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.69 sys-cluster/neutron/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   29 Jul 2015 23:45:24 -  1.68
+++ ChangeLog   5 Aug 2015 02:35:31 -   1.69
@@ -1,6 +1,14 @@
 # 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.68 
2015/07/29 23:45:24 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v 1.69 
2015/08/05 02:35:31 prometheanfire Exp $
+
+  05 Aug 2015; Matthew Thode prometheanf...@gentoo.org
+  -files/0001-Fixes-bug-in-interface-handling-of-ip_lib.py.patch,
+  -files/0002-moving-vxlan-module-check-to-sanity-checks-and-makin.patch,
+  -files/0003-fixes-error-logging-to-use-the-right-exception-paren.patch,
+  -files/cve-2015-3221_2014.2.3.ebuild, -neutron-2014.2.3-r1.ebuild,
+  -neutron-2014.2..ebuild:
+  removing the old and jankey
 
 *neutron-2015.1.1 (29 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in sys-cluster/neutron/files: 0001-Fixes-bug-in-interface-handling-of-ip_lib.py.patch cve-2015-3221_2014.2.3.ebuild 0003-fixes-error-logging-to-use-the-right-excepti

2015-08-04 Thread Matt Thode (prometheanfire)
prometheanfire15/08/05 02:35:31

  Removed: 
0001-Fixes-bug-in-interface-handling-of-ip_lib.py.patch
cve-2015-3221_2014.2.3.ebuild

0003-fixes-error-logging-to-use-the-right-exception-paren.patch

0002-moving-vxlan-module-check-to-sanity-checks-and-makin.patch
  Log:
  removing the old and jankey
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)



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

2015-08-04 Thread Matt Thode (prometheanfire)
prometheanfire15/08/05 02:44:10

  Modified: package.mask
  Log:
  adding horizon to package.mask for removal

Revision  ChangesPath
1.16702  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16701
retrieving revision 1.16702
diff -u -r1.16701 -r1.16702
--- package.mask4 Aug 2015 21:06:57 -   1.16701
+++ package.mask5 Aug 2015 02:44:10 -   1.16702
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16701 2015/08/04 
21:06:57 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16702 2015/08/05 
02:44:10 prometheanfire Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Matthew Thode prometheanf...@gentoo.org (04 Aug 2015)
+# removing old and never working horizon
+www-apps/horizon
+
 # Mikle Kolyada zlog...@hemtoo.org (04 Aug 2015)
 # Unmaintained since 2010. No longer available
 # on CPAN and nothing in the tree depends on it.






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

2015-08-04 Thread Matt Thode (prometheanfire)
prometheanfire15/08/05 01:36:07

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



[gentoo-commits] gentoo-x86 commit in dev-python/PyECLib/files: 1.0.7-erasurecode_locations.patch

2015-08-04 Thread Matt Thode (prometheanfire)
prometheanfire15/08/05 01:41:01

  Added:1.0.7-erasurecode_locations.patch
  Log:
  fixing build error bug 556534
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.1  dev-python/PyECLib/files/1.0.7-erasurecode_locations.patch

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

Index: 1.0.7-erasurecode_locations.patch
===
--- setup.py2015-04-15 18:13:08.0 -0500
+++ setup.py.new2015-08-04 20:36:06.236656803 -0500
@@ -66,7 +66,7 @@
 default_include_paths = [default_python_incdir,
  '/usr/local/include', '/usr/local/include/jerasure',
  '/usr/include', 'src/c/pyeclib_c',
- '/usr/local/include']
+ '/usr/include/liberasurecode', '/usr/local/include']
 
 libflags = ''
 includeflags = ''






[gentoo-commits] gentoo-x86 commit in sys-block/open-iscsi: open-iscsi-2.0.872-r3.ebuild ChangeLog

2015-08-04 Thread Matt Thode (prometheanfire)
prometheanfire15/08/05 02:14:33

  Modified: ChangeLog
  Added:open-iscsi-2.0.872-r3.ebuild
  Log:
  adding udev scripts to generate symlinks for bug 556632
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.62 sys-block/open-iscsi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/ChangeLog?rev=1.62view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/ChangeLog?rev=1.62content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/ChangeLog?r1=1.61r2=1.62

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   2 Feb 2014 15:24:49 -   1.61
+++ ChangeLog   5 Aug 2015 02:14:33 -   1.62
@@ -1,6 +1,12 @@
 # ChangeLog for sys-block/open-iscsi
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/ChangeLog,v 1.61 
2014/02/02 15:24:49 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/ChangeLog,v 1.62 
2015/08/05 02:14:33 prometheanfire Exp $
+
+*open-iscsi-2.0.872-r3 (05 Aug 2015)
+
+  05 Aug 2015; Matthew Thode prometheanf...@gentoo.org +files/99-iscsi.rules,
+  +files/iscsidev.sh, +open-iscsi-2.0.872-r3.ebuild:
+  adding udev scripts to generate symlinks for bug 556632
 
   02 Feb 2014; Agostino Sarubbo a...@gentoo.org open-iscsi-2.0.872-r2.ebuild:
   Stable for alpha, wrt bug #498446



1.1  sys-block/open-iscsi/open-iscsi-2.0.872-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.872-r3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.872-r3.ebuild?rev=1.1content-type=text/plain

Index: open-iscsi-2.0.872-r3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.872-r3.ebuild,v 1.1 
2015/08/05 02:14:33 prometheanfire Exp $

EAPI=2
inherit versionator linux-info eutils flag-o-matic toolchain-funcs

DESCRIPTION=Open-iSCSI is a high performance, transport independent, 
multi-platform implementation of RFC3720
HOMEPAGE=http://www.open-iscsi.org/;
MY_PV=${PN}-$(replace_version_separator 2 - $MY_PV)
SRC_URI=http://www.open-iscsi.org/bits/${MY_PV}.tar.gz;
LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
IUSE=debug slp
DEPEND=slp? ( net-libs/openslp )
RDEPEND=${DEPEND}
virtual/udev
sys-apps/util-linux

S=${WORKDIR}/${MY_PV}

pkg_setup() {
linux-info_pkg_setup

if kernel_is -lt 2 6 16; then
die Sorry, your kernel must be 2.6.16-rc5 or newer!
fi

# Needs to be done, as iscsid currently only starts, when having the 
iSCSI
# support loaded as module. Kernel builtion options don't work. See 
this for
# more information:
# 
http://groups.google.com/group/open-iscsi/browse_thread/thread/cc10498655b40507/fd6a4ba0c8e91966
# If there's a new release, check whether this is still valid!
CONFIG_CHECK_MODULES=SCSI_ISCSI_ATTRS ISCSI_TCP
if linux_config_exists; then
for module in ${CONFIG_CHECK_MODULES}; do
linux_chkconfig_module ${module} || ewarn ${module} 
needs to be built as module (builtin doesn't work)
done
fi
}

src_prepare() {
export EPATCH_OPTS=-d${S}
epatch ${FILESDIR}/${PN}-2.0.872-makefile-cleanup.patch
epatch ${FILESDIR}/${P}-glibc212.patch
epatch ${FILESDIR}/${P}-dont-call-configure.patch
epatch ${FILESDIR}/${P}-ldflags.patch
epatch ${FILESDIR}/${P}-isns-slp.patch
epatch ${FILESDIR}/${PN}-2.0.872-makefile-cleanup-pass2.patch
}

src_configure() {
cd utils/open-isns || die
econf $(use_with slp)
}

src_compile() {
use debug  append-flags -DDEBUG_TCP -DDEBUG_SCSI

einfo Building userspace
local SLP_LIBS
use slp  SLP_LIBS=-lslp
cd ${S}  \
KSRC=${KV_DIR} CFLAGS= \
emake \
OPTFLAGS=${CFLAGS} SLP_LIBS=${SLP_LIBS} \
AR=$(tc-getAR) CC=$(tc-getCC) \
user \
|| die emake failed
}

src_install() {
einfo Installing userspace
dosbin usr/iscsid usr/iscsiadm usr/iscsistart || die

einfo Installing utilities
dosbin utils/iscsi-iname utils/iscsi_discovery || die

einfo Installing 

[gentoo-commits] gentoo-x86 commit in sys-block/open-iscsi/files: 99-iscsi.rules iscsidev.sh

2015-08-04 Thread Matt Thode (prometheanfire)
prometheanfire15/08/05 02:14:33

  Added:99-iscsi.rules iscsidev.sh
  Log:
  adding udev scripts to generate symlinks for bug 556632
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.1  sys-block/open-iscsi/files/99-iscsi.rules

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/files/99-iscsi.rules?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/files/99-iscsi.rules?rev=1.1content-type=text/plain

Index: 99-iscsi.rules
===
KERNEL==sd*, SUBSYSTEMS==block, RUN{program}=/etc/udev/scripts/iscsidev.sh



1.1  sys-block/open-iscsi/files/iscsidev.sh

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/files/iscsidev.sh?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/files/iscsidev.sh?rev=1.1content-type=text/plain

Index: iscsidev.sh
===
#!/usr/bin/env bash

# KERNEL==sd*, SUBSYSTEMS==block, 
RUN{program}=/etc/udev/scripts/iscsidev.sh

# we only care about iscsi devices
[[ $ID_VENDOR = IET ]] || exit 1

# don't care about partitions either
echo $DEVNAME | egrep -q [0-9]$
status=$?
[[ $status != 0 ]] || exit 1

#ID_MODEL=VIRTUAL-DISK
#ID_MODEL_ENC=VIRTUAL-DISK
#ID_REVISION=0001
#DEVTYPE=disk
#ID_BUS=scsi
#SUBSYSTEM=block
#ID_SERIAL=1IET_00010001
#DEVPATH=/devices/platform/host74/session68/target74:0:0/74:0:0:1/block/sde
#ID_VENDOR_ENC=IET\x20\x20\x20\x20\x20
#MINOR=64
#ID_SCSI=1
#ACTION=add
#PWD=/
#ID_PART_TABLE_UUID=54f71c65-a5d5-45cd-8915-5ffd5ff4fea6
#ID_FS_TYPE=
#USEC_INITIALIZED=999037905
#MAJOR=8
#ID_SCSI_SERIAL=beaf11
#DEVLINKS=/dev/disk/by-id/scsi-1IET_00010001
#DEVNAME=/dev/sde
#SHLVL=1
#ID_TYPE=disk
#ID_PART_TABLE_TYPE=gpt
#ID_VENDOR=IET
#ID_SERIAL_SHORT=IET_00010001
#SEQNUM=25775

# do the removal
if [[ $ACTION = 'remove' ]]; then
  find -L /dev/disk/by-path/ -type l -lname ${DEVNAME} -exec rm {} + 
2/dev/null
  exit 0
fi

TARGET_NAME=$(lsscsi -t | grep ${DEVNAME} | awk '{print $3}' | awk -F, 
'{print $1}')
[[ $TARGET_NAME = '' ]]  exit 1

# we don't know which host is correct
declare -a POSSIBLE_HOSTS
declare -a POSSIBLE_PORTS
for item in $(cat /sys/class/iscsi_connection/connection*/address); do
  POSSIBLE_HOSTS+=(${item})
done
for item in $(cat /sys/class/iscsi_connection/connection*/port); do
  POSSIBLE_PORTS+=(${item})
done

#get correct ip and port
for ((i=0;i${#POSSIBLE_HOSTS[@]};++i)); do
  printf %s is in %s\n $POSSIBLE_HOSTS[i]} ${POSSIBLE_PORTS[i]}
  iscsiadm --mode node --targetname ${TARGET_NAME} -p 
${POSSIBLE_HOSTS[i]}:${POSSIBLE_PORTS[i]}
  status=$?
  if [[ $status = 0 ]]; then
TARGET_IP=${POSSIBLE_HOSTS[i]}
TARGET_PORT=${POSSIBLE_PORTS[i]}
break
  fi
done

# exit if not found
[[ -z $TARGET_IP ]]  exit 1
[[ -z $TARGET_PORT ]]  exit 1

# actually create the link
mkdir -p /dev/disk/by-path/
ln -s ${DEVNAME} 
/dev/disk/by-path/ip-${TARGET_IP}:${TARGET_PORT}-iscsi-${TARGET_NAME}-lun-1





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

2015-08-04 Thread Matt Thode (prometheanfire)
prometheanfire15/08/05 02:30:37

  Modified: ChangeLog
  Removed:  nova-2014.2.3.ebuild nova-2014.2..ebuild
  Log:
  removing old nova
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.106sys-cluster/nova/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog   5 Aug 2015 02:19:21 -   1.105
+++ ChangeLog   5 Aug 2015 02:30:37 -   1.106
@@ -1,6 +1,10 @@
 # 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.105 
2015/08/05 02:19:21 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.106 
2015/08/05 02:30:37 prometheanfire Exp $
+
+  05 Aug 2015; Matthew Thode prometheanf...@gentoo.org -nova-2014.2.3.ebuild,
+  -nova-2014.2..ebuild:
+  removing old nova
 
   05 Aug 2015; Matthew Thode prometheanf...@gentoo.org
   nova-2015.1.1-r1.ebuild, nova-2015.1..ebuild:






[gentoo-commits] gentoo-x86 commit in app-admin/glance: ChangeLog glance-2014.2.9999.ebuild glance-2014.2.3.ebuild

2015-08-04 Thread Matt Thode (prometheanfire)
prometheanfire15/08/05 02:37:17

  Modified: ChangeLog
  Removed:  glance-2014.2..ebuild glance-2014.2.3.ebuild
  Log:
  removing the old and jankey
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.80 app-admin/glance/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/glance/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog   29 Jul 2015 23:26:39 -  1.79
+++ ChangeLog   5 Aug 2015 02:37:16 -   1.80
@@ -1,6 +1,11 @@
 # 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.79 
2015/07/29 23:26:39 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/glance/ChangeLog,v 1.80 
2015/08/05 02:37:16 prometheanfire Exp $
+
+  05 Aug 2015; Matthew Thode prometheanf...@gentoo.org
+  -files/2014.2.2-CVE-2015-1881.patch, -glance-2014.2.3.ebuild,
+  -glance-2014.2..ebuild:
+  removing the old and jankey
 
   29 Jul 2015; Matthew Thode prometheanf...@gentoo.org
   glance-2015.1..ebuild:






[gentoo-commits] gentoo-x86 commit in app-admin/glance/files: 2014.2.2-CVE-2015-1881.patch

2015-08-04 Thread Matt Thode (prometheanfire)
prometheanfire15/08/05 02:37:17

  Removed:  2014.2.2-CVE-2015-1881.patch
  Log:
  removing the old and jankey
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)



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

2015-08-04 Thread Matt Thode (prometheanfire)
prometheanfire15/08/05 02:46:44

  Modified: package.mask
  Log:
  adding horizon to package.mask for removal (with bug number)

Revision  ChangesPath
1.16703  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16702
retrieving revision 1.16703
diff -u -r1.16702 -r1.16703
--- package.mask5 Aug 2015 02:44:10 -   1.16702
+++ package.mask5 Aug 2015 02:46:43 -   1.16703
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16702 2015/08/05 
02:44:10 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16703 2015/08/05 
02:46:43 prometheanfire 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
@@ -31,7 +31,7 @@
 #--- END OF EXAMPLES ---
 
 # Matthew Thode prometheanf...@gentoo.org (04 Aug 2015)
-# removing old and never working horizon
+# removing old and never working horizon Bug #556710
 www-apps/horizon
 
 # Mikle Kolyada zlog...@hemtoo.org (04 Aug 2015)






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

2015-08-04 Thread Matt Thode (prometheanfire)
prometheanfire15/08/05 01:41:01

  Modified: PyECLib-1.0.7.ebuild ChangeLog
  Log:
  fixing build error bug 556534
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.4  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.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyECLib/PyECLib-1.0.7.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyECLib/PyECLib-1.0.7.ebuild?r1=1.3r2=1.4

Index: PyECLib-1.0.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyECLib/PyECLib-1.0.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PyECLib-1.0.7.ebuild29 Jul 2015 17:53:38 -  1.3
+++ PyECLib-1.0.7.ebuild5 Aug 2015 01:41:01 -   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-python/PyECLib/PyECLib-1.0.7.ebuild,v 
1.3 2015/07/29 17:53:38 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyECLib/PyECLib-1.0.7.ebuild,v 
1.4 2015/08/05 01:41:01 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -18,3 +18,5 @@
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
 RDEPEND=dev-libs/liberasurecode
+
+PATCHES=( ${FILESDIR}/1.0.7-erasurecode_locations.patch )



1.5  dev-python/PyECLib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyECLib/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   29 Jul 2015 17:53:38 -  1.4
+++ ChangeLog   5 Aug 2015 01:41:01 -   1.5
@@ -1,6 +1,10 @@
 # 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.4 
2015/07/29 17:53:38 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyECLib/ChangeLog,v 1.5 
2015/08/05 01:41:01 prometheanfire Exp $
+
+  05 Aug 2015; Matthew Thode prometheanf...@gentoo.org
+  +files/1.0.7-erasurecode_locations.patch, PyECLib-1.0.7.ebuild:
+  fixing build error bug 556534
 
   29 Jul 2015; Mikle Kolyada zlog...@gentoo.org PyECLib-1.0.7.ebuild:
   x86 stable wrt bug #554284






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

2015-08-04 Thread Matt Thode (prometheanfire)
prometheanfire15/08/05 01:51:17

  Modified: ChangeLog
  Added:oslo-concurrency-1.8.2.ebuild
  Log:
  bup
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.8  dev-python/oslo-concurrency/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   8 Jul 2015 20:34:45 -   1.7
+++ ChangeLog   5 Aug 2015 01:51:17 -   1.8
@@ -1,6 +1,12 @@
 # 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.7 
2015/07/08 20:34:45 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/ChangeLog,v 1.8 
2015/08/05 01:51:17 prometheanfire Exp $
+
+*oslo-concurrency-1.8.2 (05 Aug 2015)
+
+  05 Aug 2015; Matthew Thode prometheanf...@gentoo.org
+  +oslo-concurrency-1.8.2.ebuild:
+  bup
 
   08 Jul 2015; Mikle Kolyada zlog...@gentoo.org 
oslo-concurrency-1.8.0.ebuild:
   x86 stable wrt bug #554114



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

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

Index: oslo-concurrency-1.8.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-concurrency/oslo-concurrency-1.8.2.ebuild,v
 1.1 2015/08/05 01:51:17 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )

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.5.1[${PYTHON_USEDEP}]
dev-python/oslotest-1.6.0[${PYTHON_USEDEP}]
=dev-python/coverage-3.6[${PYTHON_USEDEP}]
virtual/python-futures[${PYTHON_USEDEP}]
=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
dev-python/oslo-sphinx-2.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.0[${PYTHON_USEDEP}]
=dev-python/eventlet-0.16.1[${PYTHON_USEDEP}]
!~dev-python/eventlet-0.17.0[${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/fixtures-1.3.0[${PYTHON_USEDEP}]
=dev-python/oslo-config-1.9.3[${PYTHON_USEDEP}]
dev-python/oslo-config-1.10.0[${PYTHON_USEDEP}]
=dev-python/oslo-i18n-1.5.0[${PYTHON_USEDEP}]
dev-python/oslo-i18n-1.6.0[${PYTHON_USEDEP}]
=dev-python/oslo-utils-1.4.0[${PYTHON_USEDEP}]
dev-python/oslo-utils-1.5.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}]


python_prepare_all() {
sed -i '/futures/d' test-requirements.txt || die
distutils-r1_python_prepare_all
}

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






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

2015-08-04 Thread Matt Thode (prometheanfire)
prometheanfire15/08/05 02:19:21

  Modified: nova-2015.1.1-r1.ebuild nova-2015.1..ebuild
ChangeLog
  Log:
  updating nova deps to work with cinder
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  sys-cluster/nova/nova-2015.1.1-r1.ebuild

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

Index: nova-2015.1.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nova-2015.1.1-r1.ebuild 30 Jul 2015 05:40:53 -  1.1
+++ nova-2015.1.1-r1.ebuild 5 Aug 2015 02:19:21 -   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-cluster/nova/nova-2015.1.1-r1.ebuild,v 
1.1 2015/07/30 05:40:53 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.1-r1.ebuild,v 
1.2 2015/08/05 02:19:21 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -140,12 +140,13 @@
=dev-python/psutil-1.1.1[${PYTHON_USEDEP}]
dev-python/psutil-2.0.0[${PYTHON_USEDEP}]
dev-python/libvirt-python[${PYTHON_USEDEP}]
+   app-emulation/libvirt[iscsi?]
novncproxy? ( www-apps/novnc )
sys-apps/iproute2
openvswitch? ( net-misc/openvswitch )
rabbitmq? ( net-misc/rabbitmq-server )
memcached? ( net-misc/memcached
-   dev-python/python-memcached )
+   dev-python/python-memcached )
sys-fs/sysfsutils
sys-fs/multipath-tools
net-misc/bridge-utils
@@ -157,6 +158,7 @@
)
iscsi? (
sys-fs/lsscsi
+   =sys-block/open-iscsi-2.0.872-r3
)
 
 PATCHES=(
@@ -241,3 +243,9 @@
doins ${FILESDIR}/scsi-openscsi-link.sh
fi
 }
+
+pkg_postinst() {
+   if use iscsi ; then
+   elog iscsid needs to be running if you want cinder to connect
+   fi
+}



1.16 sys-cluster/nova/nova-2015.1..ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1..ebuild?rev=1.16view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1..ebuild?rev=1.16content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1..ebuild?r1=1.15r2=1.16

Index: nova-2015.1..ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1..ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- nova-2015.1..ebuild 30 Jul 2015 05:40:53 -  1.15
+++ nova-2015.1..ebuild 5 Aug 2015 02:19:21 -   1.16
@@ -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-cluster/nova/nova-2015.1..ebuild,v 
1.15 2015/07/30 05:40:53 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1..ebuild,v 
1.16 2015/08/05 02:19:21 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -141,12 +141,13 @@
=dev-python/psutil-1.1.1[${PYTHON_USEDEP}]
dev-python/psutil-2.0.0[${PYTHON_USEDEP}]
dev-python/libvirt-python[${PYTHON_USEDEP}]
+   app-emulation/libvirt[iscsi?]
novncproxy? ( www-apps/novnc )
sys-apps/iproute2
openvswitch? ( net-misc/openvswitch )
rabbitmq? ( net-misc/rabbitmq-server )
memcached? ( net-misc/memcached
-   dev-python/python-memcached )
+   dev-python/python-memcached )
sys-fs/sysfsutils
sys-fs/multipath-tools
net-misc/bridge-utils
@@ -158,6 +159,7 @@
)
iscsi? (
sys-fs/lsscsi
+   =sys-block/open-iscsi-2.0.872-r3
)
 
 PATCHES=(
@@ -242,3 +244,9 @@
doins ${FILESDIR}/scsi-openscsi-link.sh
fi
 }
+
+pkg_postinst() {
+   if use iscsi ; then
+   elog iscsid needs to be running if you want cinder to connect
+   fi
+}



1.105sys-cluster/nova/ChangeLog

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

[gentoo-commits] gentoo-x86 commit in sys-auth/keystone/files: CVE-2015-3646-2014.2.3.patch no_admin_token_auth-paste.ini

2015-08-04 Thread Matt Thode (prometheanfire)
prometheanfire15/08/05 02:39:41

  Removed:  CVE-2015-3646-2014.2.3.patch
no_admin_token_auth-paste.ini
  Log:
  removing the old and jankey
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)



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

2015-08-04 Thread Matt Thode (prometheanfire)
prometheanfire15/08/05 02:39:41

  Modified: ChangeLog
  Removed:  keystone-2014.2..ebuild
  Log:
  removing the old and jankey
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.103sys-auth/keystone/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog   29 Jul 2015 23:28:49 -  1.102
+++ ChangeLog   5 Aug 2015 02:39:41 -   1.103
@@ -1,6 +1,11 @@
 # 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.102 
2015/07/29 23:28:49 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.103 
2015/08/05 02:39:41 prometheanfire Exp $
+
+  05 Aug 2015; Matthew Thode prometheanf...@gentoo.org
+  -files/CVE-2015-3646-2014.2.3.patch, -files/no_admin_token_auth-paste.ini,
+  -keystone-2014.2..ebuild:
+  removing the old and jankey
 
   29 Jul 2015; Matthew Thode prometheanf...@gentoo.org
   keystone-2015.1..ebuild:






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

2015-07-30 Thread Matt Thode (prometheanfire)
prometheanfire15/07/31 00:57:46

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



[gentoo-commits] gentoo-x86 commit in dev-python/bandit: bandit-0.12.0.ebuild metadata.xml Manifest ChangeLog

2015-07-30 Thread Matt Thode (prometheanfire)
prometheanfire15/07/31 01:15:51

  Added:bandit-0.12.0.ebuild metadata.xml Manifest
ChangeLog
  Log:
  adding so sigmavirus24 leaves me alone
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.1  dev-python/bandit/bandit-0.12.0.ebuild

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

Index: bandit-0.12.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/bandit/bandit-0.12.0.ebuild,v 1.1 
2015/07/31 01:15:51 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_4 )

inherit distutils-r1

DESCRIPTION=A security linter from OpenStack Security
HOMEPAGE=https://openstack.org;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

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

CDEPEND=
=dev-python/pbr-1.3.0[${PYTHON_USEDEP}]
dev-python/pbr-2.0.0[${PYTHON_USEDEP}]

DEPEND=
dev-python/setuptools[${PYTHON_USEDEP}]
${CDEPEND}
test? (
=dev-python/coverage-3.6[${PYTHON_USEDEP}]
=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
=dev-python/hacking-0.9.2[${PYTHON_USEDEP}]
dev-python/hacking-0.10[${PYTHON_USEDEP}]
=dev-python/mock-1.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/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}]
)
RDEPEND=
${CDEPEND}
=dev-python/appdirs-1.3.0[${PYTHON_USEDEP}]
=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
=dev-python/six-1.9.0[${PYTHON_USEDEP}]
=dev-python/stevedore-1.5.0[${PYTHON_USEDEP}]

python_test() {
testr init
testr run || die
}



1.1  dev-python/bandit/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bandit/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bandit/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
emailprometheanf...@gentoo.org/email
nameMatthew Thode/name
/maintainer
longdescription lang=en
A tool designed to find common security issues in Python code.
/longdescription
/pkgmetadata



1.1  dev-python/bandit/Manifest

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

Index: Manifest
===
DIST bandit-0.12.0.tar.gz 65558 SHA256 
3c147b507696f3a74a5cf3581cc3bb65a63df454fcf24db28c3d1baa765a3b04 SHA512 
ef1d80f2ca09d427e6d48f983d696fb92eb12184fbdc13dfb170a73c5935f56f7e6bf3b4cf4d211598f884592e6fe2ca33f6d33732cf12e740f74d43ffe78457
 WHIRLPOOL 
1defd5dcb9d120585b10e72c51501373572e7d56c0e379ec587592fd53a381baf262a970956cd9fa4c2ad007697a1b7db9068d130b6cb3a33a00c40bb9c6a13c
EBUILD bandit-0.12.0.ebuild 1488 SHA256 
ddb180ff0ceec5dddc87cca9cbb32aa287e4e71a428cb3446bccb645c49f8764 SHA512 
c3582dbf6d5b0949529fe783557ba44c023e496acd0040872199cebf51a54efa07678f7d55de2e27ddf4e14b4dcb872f1a57025be9b177bf43215fb11462e7e9
 WHIRLPOOL 
370c8d42e9c5dafd129788d02bc884fcc4c74f1ca2ef866793e95459df010792da6bbdcc93ea621de0b1de3790b36be6d77efd583abe08188301e680ed5addd9
MISC metadata.xml 354 SHA256 
d010aa17eb628d47c078e7ce3436286906f93c619d03459bb500c2b3703eb1cc SHA512 
faa812720c09b101e811be93792060c8bb572d1924c1e75f85b61daea4c28214060c0118d47abf5c95c19b884ccfc4e5a716ef7e066cece2149a19e87139b499
 WHIRLPOOL 
fb5bad6fa38b5c49decc3c42df191bee8275e29eb442a24bd9c2abfa58fa380441b6f08272524c6e0fa5585a949d8956b8dbd0a7a6a7ee5fac0053026d760b31



1.1  dev-python/bandit/ChangeLog

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

[gentoo-commits] gentoo-x86 commit in net-misc/openvswitch: openvswitch-2.3.2.ebuild ChangeLog

2015-07-29 Thread Matt Thode (prometheanfire)
prometheanfire15/07/29 22:36:21

  Modified: ChangeLog
  Added:openvswitch-2.3.2.ebuild
  Log:
  bup
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.31 net-misc/openvswitch/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/openvswitch/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   29 Jul 2015 17:50:11 -  1.30
+++ ChangeLog   29 Jul 2015 22:36:21 -  1.31
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/openvswitch
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/ChangeLog,v 1.30 
2015/07/29 17:50:11 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/ChangeLog,v 1.31 
2015/07/29 22:36:21 prometheanfire Exp $
+
+*openvswitch-2.3.2 (29 Jul 2015)
+
+  29 Jul 2015; Matthew Thode prometheanf...@gentoo.org
+  +files/xcp-interface-reconfigure-2.3.2.patch, +openvswitch-2.3.2.ebuild:
+  bup
 
   29 Jul 2015; Mikle Kolyada zlog...@gentoo.org openvswitch-2.3.1.ebuild:
   x86 stable wrt bug #554284



1.1  net-misc/openvswitch/openvswitch-2.3.2.ebuild

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

Index: openvswitch-2.3.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/openvswitch/openvswitch-2.3.2.ebuild,v 1.1 
2015/07/29 22:36:21 prometheanfire Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit eutils linux-info linux-mod python-single-r1 systemd autotools

DESCRIPTION=Production quality, multilayer virtual switch
HOMEPAGE=http://openvswitch.org;
SRC_URI=http://openvswitch.org/releases/${P}.tar.gz;

LICENSE=Apache-2.0 GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=debug modules monitor +ssl

RDEPEND==sys-apps/openrc-0.10.5
ssl? ( dev-libs/openssl:= )
monitor? (
${PYTHON_DEPS}
dev-python/twisted-core
dev-python/twisted-conch
dev-python/twisted-web
dev-python/PyQt4[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}] )
debug? ( dev-lang/perl )
DEPEND=${RDEPEND}
virtual/pkgconfig

CONFIG_CHECK=~NET_CLS_ACT ~NET_CLS_U32 ~NET_SCH_INGRESS ~NET_ACT_POLICE ~IPV6 
~TUN
MODULE_NAMES=openvswitch(net:${S}/datapath/linux)
BUILD_TARGETS=all

pkg_setup() {
if use modules ; then
CONFIG_CHECK+= ~!OPENVSWITCH
kernel_is ge 2 6 32 || die Linux = 2.6.32 and = 3.14 
required for userspace modules
kernel_is le 3 14 || die Linux = 2.6.32 and = 3.14 required 
for userspace modules
linux-mod_pkg_setup
else
CONFIG_CHECK+= ~OPENVSWITCH
linux-info_pkg_setup
fi
use monitor  python-single-r1_pkg_setup
}

src_prepare() {
# Never build kernelmodules, doing this manually
sed -i \
-e '/^SUBDIRS/d' \
datapath/Makefile.in || die sed failed
epatch ${FILESDIR}/xcp-interface-reconfigure-2.3.2.patch
eautoreconf
}
src_configure() {
set_arch_to_kernel
use monitor || export ovs_cv_python=no
#pyside is staticly disabled
export ovs_cv_pyuic4=no

local linux_config
use modules  linux_config=--with-linux=${KV_OUT_DIR}

PYTHON=python2.7 econf ${linux_config} \
--with-rundir=/var/run/openvswitch \
--with-logdir=/var/log/openvswitch \
--with-pkidir=/etc/ssl/openvswitch \
--with-dbdir=/var/lib/openvswitch \
$(use_enable ssl) \
$(use_enable !debug ndebug)
}

src_compile() {
default

#   use monitor  python_fix_shebang \
#   utilities/ovs-{pcap,tcpundump,test,vlan-test} \
#   utilities/bugtool/ovs-bugtool
if use monitor; then
sed -i \
's/^#\!\ python2\.7/#\!\/usr\/bin\/env\ python2\.7/' \

utilities/ovs-{pcap,parse-backtrace,dpctl-top,l3ping,tcpundump,test,vlan-test} \

[gentoo-commits] gentoo-x86 commit in net-misc/openvswitch/files: xcp-interface-reconfigure-2.3.2.patch

2015-07-29 Thread Matt Thode (prometheanfire)
prometheanfire15/07/29 22:36:21

  Added:xcp-interface-reconfigure-2.3.2.patch
  Log:
  bup
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.1  
net-misc/openvswitch/files/xcp-interface-reconfigure-2.3.2.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvswitch/files/xcp-interface-reconfigure-2.3.2.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvswitch/files/xcp-interface-reconfigure-2.3.2.patch?rev=1.1content-type=text/plain

Index: xcp-interface-reconfigure-2.3.2.patch
===
Description: Use xcp-xapi interface-reconfigure if found
 Ubuntu/Debian provide the XCP interface-reconfigure hook in
 a FHS compliant location; use this if found.
Author: James Page james.p...@ubuntu.com
Ubuntu-Bug: https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1195053
Forwarded: no

--- a/xenserver/etc_xapi.d_plugins_openvswitch-cfg-update
+++ b/xenserver/etc_xapi.d_plugins_openvswitch-cfg-update
@@ -43,6 +43,10 @@ def delete_cacert():
 def update(session, args):
 # Refresh bridge network UUIDs in case this host joined or left a pool.
 script = '/opt/xensource/libexec/interface-reconfigure'
+# NOTE(jamespage): Override with distro xcp xapi locations
+# if present
+if os.path.exists('/usr/lib/xcp/lib/interface-reconfigure'):
+script = '/usr/lib/xcp/lib/interface-reconfigure'
 try:
 retval = subprocess.call([script, 'rewrite'])
 if retval != 0:






[gentoo-commits] gentoo-x86 commit in app-admin/puppet-agent: puppet-agent-1.2.2-r2.ebuild ChangeLog

2015-07-29 Thread Matt Thode (prometheanfire)
prometheanfire15/07/29 22:15:01

  Modified: puppet-agent-1.2.2-r2.ebuild ChangeLog
  Log:
  adding selinux support
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  app-admin/puppet-agent/puppet-agent-1.2.2-r2.ebuild

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

Index: puppet-agent-1.2.2-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/puppet-agent/puppet-agent-1.2.2-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- puppet-agent-1.2.2-r2.ebuild29 Jul 2015 22:12:50 -  1.1
+++ puppet-agent-1.2.2-r2.ebuild29 Jul 2015 22:15:01 -  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/app-admin/puppet-agent/puppet-agent-1.2.2-r2.ebuild,v 
1.1 2015/07/29 22:12:50 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/puppet-agent/puppet-agent-1.2.2-r2.ebuild,v 
1.2 2015/07/29 22:15:01 prometheanfire Exp $
 
 EAPI=5
 inherit eutils systemd unpacker
@@ -16,7 +16,7 @@
 LICENSE=Apache-2.0
 SLOT=0
 KEYWORDS=~amd64 ~x86
-IUSE=puppetdb
+IUSE=puppetdb selinux
 RESTRICT=strip
 
 CDEPEND=!app-admin/puppet
@@ -29,6 +29,10 @@
${CDEPEND}
 RDEPEND=${CDEPEND}
sys-apps/dmidecode
+   selinux? (
+   sys-libs/libselinux[ruby]
+   sec-policy/selinux-puppet
+   )
puppetdb? ( =dev-ruby/puppetdb-termini-3.0.1-r2 )
 
 S=${WORKDIR}



1.11 app-admin/puppet-agent/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   29 Jul 2015 22:12:50 -  1.10
+++ ChangeLog   29 Jul 2015 22:15:01 -  1.11
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/puppet-agent
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/ChangeLog,v 1.10 
2015/07/29 22:12:50 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/ChangeLog,v 1.11 
2015/07/29 22:15:01 prometheanfire Exp $
+
+  29 Jul 2015; Matthew Thode prometheanf...@gentoo.org
+  puppet-agent-1.2.2-r2.ebuild:
+  adding selinux support
 
 *puppet-agent-1.2.2-r2 (29 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in app-admin/puppet-agent: puppet-agent-1.2.2-r2.ebuild ChangeLog

2015-07-29 Thread Matt Thode (prometheanfire)
prometheanfire15/07/29 22:12:50

  Modified: ChangeLog
  Added:puppet-agent-1.2.2-r2.ebuild
  Log:
  we provide virt-what that the rest of hiera too
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.10 app-admin/puppet-agent/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/ChangeLog?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/ChangeLog?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/ChangeLog?r1=1.9r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   28 Jul 2015 21:43:25 -  1.9
+++ ChangeLog   29 Jul 2015 22:12:50 -  1.10
@@ -1,6 +1,12 @@
 # ChangeLog for app-admin/puppet-agent
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/ChangeLog,v 1.9 
2015/07/28 21:43:25 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/ChangeLog,v 1.10 
2015/07/29 22:12:50 prometheanfire Exp $
+
+*puppet-agent-1.2.2-r2 (29 Jul 2015)
+
+  29 Jul 2015; Matthew Thode prometheanf...@gentoo.org
+  +puppet-agent-1.2.2-r2.ebuild:
+  we provide virt-what that the rest of hiera too
 
   28 Jul 2015; Matthew Thode prometheanf...@gentoo.org metadata.xml:
   signing



1.1  app-admin/puppet-agent/puppet-agent-1.2.2-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/puppet-agent-1.2.2-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/puppet-agent-1.2.2-r2.ebuild?rev=1.1content-type=text/plain

Index: puppet-agent-1.2.2-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-admin/puppet-agent/puppet-agent-1.2.2-r2.ebuild,v 
1.1 2015/07/29 22:12:50 prometheanfire Exp $

EAPI=5
inherit eutils systemd unpacker

DESCRIPTION=general puppet client utils along with mcollective hiera and 
facter
HOMEPAGE=https://puppetlabs.com/;
SRC_BASE=http://apt.puppetlabs.com/pool/wheezy/PC1/${PN:0:1}/${PN}/${PN}_${PV}-1wheezy;
SRC_URI=
amd64? ( ${SRC_BASE}_amd64.deb )
x86?   ( ${SRC_BASE}_i386.deb )


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

CDEPEND=!app-admin/puppet
!app-admin/mcollective
!dev-ruby/hiera
!dev-ruby/facter
!app-emulation/virt-what

DEPEND=
${CDEPEND}
RDEPEND=${CDEPEND}
sys-apps/dmidecode
puppetdb? ( =dev-ruby/puppetdb-termini-3.0.1-r2 )

S=${WORKDIR}

src_install() {
# conf.d
doconfd etc/default/puppet
doconfd etc/default/mcollective
# logrotate.d
insinto /etc/logrotate.d
doins etc/logrotate.d/mcollective
# puppet itself
insinto /etc/puppetlabs
doins -r etc/puppetlabs/*
# logdir for systemd
dodir var/log/puppetlabs/puppet/
fperms 0750 var/log/puppetlabs/puppet/
# the rest
insinto /opt
doins -r opt/*
fperms 0750 /opt/puppetlabs/puppet/cache
# init
newinitd ${FILESDIR}/puppet.initd puppet
newinitd ${FILESDIR}/mcollective.initd mcollective
systemd_dounit ${FILESDIR}/puppet.service
systemd_dounit ${FILESDIR}/mcollective.service
systemd_newtmpfilesd ${FILESDIR}/puppet-agent.conf.tmpfilesd 
puppet-agent.conf
# symlinks
chmod 0755 -R ${D}/opt/puppetlabs/puppet/bin/
chmod 0755 
${D}//opt/puppetlabs/puppet/lib/virt-what/virt-what-cpuid-helper
dosym /opt/puppetlabs/bin/facter /usr/bin/facter
dosym /opt/puppetlabs/bin/hiera /usr/bin/hiera
dosym /opt/puppetlabs/bin/mco /usr/bin/mco
dosym /opt/puppetlabs/bin/puppet /usr/bin/puppet
dosym /opt/puppetlabs/puppet/bin/mcollectived /usr/sbin/mcollectived
dosym /opt/puppetlabs/puppet/bin/virt-what /usr/bin/virt-what
dosym /opt/puppetlabs/puppet/bin/augparse /usr/bin/augparse
dosym /opt/puppetlabs/puppet/bin/augtool /usr/bin/augtool
dosym /opt/puppetlabs/puppet/bin/extlookup2hiera 
/usr/bin/extlookup2hiera
}






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

2015-07-29 Thread Matt Thode (prometheanfire)
prometheanfire15/07/29 23:17:43

  Modified: ChangeLog
  Added:keystone-2015.1.1.ebuild
  Log:
  bup
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.101sys-auth/keystone/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog   29 Jul 2015 17:45:01 -  1.100
+++ ChangeLog   29 Jul 2015 23:17:43 -  1.101
@@ -1,6 +1,12 @@
 # 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.100 
2015/07/29 17:45:01 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.101 
2015/07/29 23:17:43 prometheanfire Exp $
+
+*keystone-2015.1.1 (29 Jul 2015)
+
+  29 Jul 2015; Matthew Thode prometheanf...@gentoo.org
+  +keystone-2015.1.1.ebuild:
+  bup
 
   29 Jul 2015; Mikle Kolyada zlog...@gentoo.org keystone-2015.1.0.ebuild:
   x86 stable wrt bug #554284



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

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

Index: keystone-2015.1.1.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.1.ebuild,v 
1.1 2015/07/29 23:17:43 prometheanfire Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 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=~amd64 ~x86
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.6.3[${PYTHON_USEDEP}]
dev-python/pymongo-3.0[${PYTHON_USEDEP}]
)
ldap? (
=dev-python/python-ldap-2.4[${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/fixtures-1.3.0[${PYTHON_USEDEP}]
=dev-python/lxml-2.3[${PYTHON_USEDEP}]
=dev-python/mock-1.0[${PYTHON_USEDEP}]
dev-python/mock-1.1.0[${PYTHON_USEDEP}]
=dev-python/oslotest-1.5.1[${PYTHON_USEDEP}]
dev-python/oslotest-1.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/webtest-2.0[${PYTHON_USEDEP}]
=dev-python/subunit-0.0.18[${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/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
dev-python/oslo-sphinx-2.6.0[${PYTHON_USEDEP}]
=dev-python/tempest-lib-0.4.0[${PYTHON_USEDEP}]
dev-python/tempest-lib-0.5.0[${PYTHON_USEDEP}]
)
RDEPEND=
=dev-python/webob-1.2.3-r1[${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/netaddr-0.7.12[${PYTHON_USEDEP}]

[gentoo-commits] gentoo-x86 commit in app-admin/glance: glance-2015.1.9999.ebuild ChangeLog

2015-07-29 Thread Matt Thode (prometheanfire)
prometheanfire15/07/29 23:26:39

  Modified: glance-2015.1..ebuild ChangeLog
  Log:
  signing and updating  stuff
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.5  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.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/glance/glance-2015.1..ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/glance/glance-2015.1..ebuild?r1=1.4r2=1.5

Index: glance-2015.1..ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/glance/glance-2015.1..ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- glance-2015.1..ebuild   22 May 2015 06:08:33 -  1.4
+++ glance-2015.1..ebuild   29 Jul 2015 23:26:39 -  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/app-admin/glance/glance-2015.1..ebuild,v 1.4 
2015/05/22 06:08:33 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/glance/glance-2015.1..ebuild,v 1.5 
2015/07/29 23:26:39 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -30,7 +30,9 @@
~dev-python/Babel-1.3[${PYTHON_USEDEP}]
=dev-python/coverage-3.6[${PYTHON_USEDEP}]
=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
+   dev-python/fixtures-1.3.0[${PYTHON_USEDEP}]
=dev-python/mock-1.0[${PYTHON_USEDEP}]
+   dev-python/mock-1.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}]
@@ -100,6 +102,7 @@
=dev-python/keystonemiddleware-1.5.0[${PYTHON_USEDEP}]
dev-python/keystonemiddleware-1.6.0[${PYTHON_USEDEP}]
=dev-python/WSME-0.6[${PYTHON_USEDEP}]
+   dev-python/WSME-0.7[${PYTHON_USEDEP}]
dev-python/posix_ipc[${PYTHON_USEDEP}]
swift? (
=dev-python/python-swiftclient-2.2.0[${PYTHON_USEDEP}]
@@ -110,7 +113,7 @@
dev-python/paste[${PYTHON_USEDEP}]
=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]
-   =dev-python/python-keystoneclient-1.1.0[${PYTHON_USEDEP}]
+   =dev-python/python-keystoneclient-1.2.0[${PYTHON_USEDEP}]
dev-python/python-keystoneclient-1.4.0[${PYTHON_USEDEP}]
=dev-python/pyopenssl-0.11[${PYTHON_USEDEP}]
=dev-python/six-1.9.0[${PYTHON_USEDEP}]
@@ -126,7 +129,7 @@
dev-python/oslo-policy-0.4.0[${PYTHON_USEDEP}]
=dev-python/oslo-serialization-1.4.0[${PYTHON_USEDEP}]
dev-python/oslo-serialization-1.5.0[${PYTHON_USEDEP}]
-   =dev-python/retrying-1.2.2[${PYTHON_USEDEP}]
+   =dev-python/retrying-1.2.3[${PYTHON_USEDEP}]
!~dev-python/retrying-1.3.0[${PYTHON_USEDEP}]
=dev-python/osprofiler-0.3.0[${PYTHON_USEDEP}]
=dev-python/glance_store-0.3.0[${PYTHON_USEDEP}]



1.79 app-admin/glance/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/glance/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog   29 Jul 2015 23:24:16 -  1.78
+++ ChangeLog   29 Jul 2015 23:26:39 -  1.79
@@ -1,6 +1,10 @@
 # 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.78 
2015/07/29 23:24:16 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/glance/ChangeLog,v 1.79 
2015/07/29 23:26:39 prometheanfire Exp $
+
+  29 Jul 2015; Matthew Thode prometheanf...@gentoo.org
+  glance-2015.1..ebuild:
+  signing and updating  stuff
 
 *glance-2015.1.1 (29 Jul 2015)
 






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

2015-07-29 Thread Matt Thode (prometheanfire)
prometheanfire15/07/29 23:45:25

  Modified: neutron-2015.1..ebuild ChangeLog
  Added:neutron-2015.1.1.ebuild
  Log:
  bup
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.7  sys-cluster/neutron/neutron-2015.1..ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/neutron-2015.1..ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/neutron-2015.1..ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/neutron-2015.1..ebuild?r1=1.6r2=1.7

Index: neutron-2015.1..ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2015.1..ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- neutron-2015.1..ebuild  17 May 2015 23:25:00 -  1.6
+++ neutron-2015.1..ebuild  29 Jul 2015 23:45:24 -  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/sys-cluster/neutron/neutron-2015.1..ebuild,v 1.6 
2015/05/17 23:25:00 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2015.1..ebuild,v 1.7 
2015/07/29 23:45:24 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -33,7 +33,9 @@
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/fixtures-1.3.0[${PYTHON_USEDEP}]
=dev-python/mock-1.0[${PYTHON_USEDEP}]
+   dev-python/mock-1.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}]
@@ -49,6 +51,7 @@
=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}]
+   dev-python/tempest-lib-0.5.0[${PYTHON_USEDEP}]
)
 
 RDEPEND=
@@ -68,7 +71,7 @@
dev-python/keystonemiddleware-1.6.0[${PYTHON_USEDEP}]
=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
=dev-python/python-neutronclient-2.3.11[${PYTHON_USEDEP}]
-   dev-python/python-neutronclient-3.5.0[${PYTHON_USEDEP}]
+   dev-python/python-neutronclient-2.5.0[${PYTHON_USEDEP}]
=dev-python/retrying-1.2.3[${PYTHON_USEDEP}]
!~dev-python/retrying-1.3.0[${PYTHON_USEDEP}]
compute-only? (
@@ -90,7 +93,7 @@
=dev-python/sqlalchemy-0.9.99[${PYTHON_USEDEP}]
)
=dev-python/webob-1.2.3[${PYTHON_USEDEP}]
-   =dev-python/python-keystoneclient-1.1.0[${PYTHON_USEDEP}]
+   =dev-python/python-keystoneclient-1.2.0[${PYTHON_USEDEP}]
dev-python/python-keystoneclient-1.4.0[${PYTHON_USEDEP}]
=dev-python/alembic-0.7.2[${PYTHON_USEDEP}]
=dev-python/six-1.9.0[${PYTHON_USEDEP}]
@@ -130,6 +133,7 @@
dhcp? ( net-dns/dnsmasq[dhcp-tools] )
 
 PATCHES=(
+
 )
 
 pkg_setup() {



1.68 sys-cluster/neutron/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   29 Jul 2015 17:51:00 -  1.67
+++ ChangeLog   29 Jul 2015 23:45:24 -  1.68
@@ -1,6 +1,12 @@
 # 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.67 
2015/07/29 17:51:00 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v 1.68 
2015/07/29 23:45:24 prometheanfire Exp $
+
+*neutron-2015.1.1 (29 Jul 2015)
+
+  29 Jul 2015; Matthew Thode prometheanf...@gentoo.org
+  +neutron-2015.1.1.ebuild, neutron-2015.1..ebuild:
+  bup
 
   29 Jul 2015; Mikle Kolyada zlog...@gentoo.org neutron-2015.1.0-r2.ebuild:
   x86 stable wrt bug #554284



1.1  sys-cluster/neutron/neutron-2015.1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/neutron-2015.1.1.ebuild?rev=1.1view=markup
plain: 

[gentoo-commits] gentoo-x86 commit in dev-python/python-ironicclient: metadata.xml python-ironicclient-0.5.1.ebuild Manifest ChangeLog

2015-07-29 Thread Matt Thode (prometheanfire)
prometheanfire15/07/30 00:29:03

  Added:metadata.xml python-ironicclient-0.5.1.ebuild
Manifest ChangeLog
  Log:
  adding for nova testing
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

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

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ironicclient/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ironicclient/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
emailprometheanf...@gentoo.org/email
nameMatthew Thode/name
/maintainer
longdescription lang=en
API bindings and client for the OpenStack bare metal 
provisioning service.
/longdescription
/pkgmetadata



1.1  
dev-python/python-ironicclient/python-ironicclient-0.5.1.ebuild

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

Index: python-ironicclient-0.5.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/python-ironicclient/python-ironicclient-0.5.1.ebuild,v
 1.1 2015/07/30 00:29:03 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )

inherit distutils-r1

DESCRIPTION=Python bindings for the Ironic API
HOMEPAGE=http://www.openstack.org/;
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

CDEPEND=
=dev-python/pbr-0.8[${PYTHON_USEDEP}]
dev-python/pbr-1.0[${PYTHON_USEDEP}]

CRDEPEND=
=dev-python/anyjson-0.3.3[${PYTHON_USEDEP}]
=dev-python/httplib2-0.7.5[${PYTHON_USEDEP}]
=dev-python/lxml-2.3[${PYTHON_USEDEP}]
=dev-python/oslo-i18n-1.5.0[${PYTHON_USEDEP}]
dev-python/oslo-i18n-1.6.0[${PYTHON_USEDEP}]
=dev-python/oslo-utils-1.4.0[${PYTHON_USEDEP}]
dev-python/oslo-utils-1.5.0[${PYTHON_USEDEP}]
=dev-python/prettytable-0.7[${PYTHON_USEDEP}]
dev-python/prettytable-0.8[${PYTHON_USEDEP}]
=dev-python/python-keystoneclient-1.1.0[${PYTHON_USEDEP}]
=dev-python/six-1.9.0[${PYTHON_USEDEP}]

DEPEND=
dev-python/setuptools[${PYTHON_USEDEP}]
${CDEPEND}
test? (
${CRDEPEND}
=dev-python/Babel-1.3[${PYTHON_USEDEP}]
=dev-python/coverage-3.6[${PYTHON_USEDEP}]
=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
=dev-python/hacking-0.10.0[${PYTHON_USEDEP}]
dev-python/hacking-0.11[${PYTHON_USEDEP}]
=dev-python/httpretty-0.8.4[${PYTHON_USEDEP}]
!~dev-python/httpretty-0.8.7[${PYTHON_USEDEP}]
!~dev-python/httpretty-0.8.8[${PYTHON_USEDEP}]
=dev-python/mock-1.0[${PYTHON_USEDEP}]
=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
dev-python/oslo-sphinx-2.6.0[${PYTHON_USEDEP}]
=dev-python/subunit-0.0.18[${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/testrepository-0.0.18[${PYTHON_USEDEP}]
=dev-python/testtools-0.9.36[${PYTHON_USEDEP}]
!~dev-python/testtools-1.2.0[${PYTHON_USEDEP}]
)

RDEPEND=
${CDEPEND}
${CRDEPEND}


python_test() {
#rm -rf .testrepository || die couldn't remove '.testrepository' under 
${EPYTHON}

testr init || die testr init failed under ${EPYTHON}
testr run || die testr run failed under ${EPYTHON}
}



1.1  dev-python/python-ironicclient/Manifest

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

Index: Manifest
===
DIST python-ironicclient-0.5.1.tar.gz 85524 SHA256 
91dca5039ca06d6dcd74a132a261db1d85ebf6dcdfb9d7cee4efff657f6729d6 SHA512 

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

2015-07-29 Thread Matt Thode (prometheanfire)
prometheanfire15/07/29 23:38:30

  Modified: cinder-2015.1..ebuild ChangeLog
  Added:cinder-2015.1.1.ebuild
  Log:
  bup and update of live ebuild deps
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.6  sys-cluster/cinder/cinder-2015.1..ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2015.1..ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2015.1..ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/cinder-2015.1..ebuild?r1=1.5r2=1.6

Index: cinder-2015.1..ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1..ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cinder-2015.1..ebuild   17 Jun 2015 21:16:47 -  1.5
+++ cinder-2015.1..ebuild   29 Jul 2015 23:38:30 -  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/sys-cluster/cinder/cinder-2015.1..ebuild,v 1.5 
2015/06/17 21:16:47 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1..ebuild,v 1.6 
2015/07/29 23:38:30 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -15,7 +15,7 @@
 LICENSE=Apache-2.0
 SLOT=0
 KEYWORDS=
-IUSE=+api +scheduler +volume iscsi lvm +memcached mysql postgres sqlite test
+IUSE=+api +scheduler +volume iscsi lvm mysql +memcached postgres sqlite test
 REQUIRED_USE=|| ( mysql postgres sqlite )
 
 #sudo is a build dep because I want the sudoers.d directory to exist, lazy.
@@ -29,7 +29,9 @@
dev-python/hacking-0.11[${PYTHON_USEDEP}]
=dev-python/coverage-3.6[${PYTHON_USEDEP}]
=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
+   dev-python/fixtures-1.3.0[${PYTHON_USEDEP}]
=dev-python/mock-1.0[${PYTHON_USEDEP}]
+   dev-python/mock-1.1.0[${PYTHON_USEDEP}]
=dev-python/mox-0.5.3[${PYTHON_USEDEP}]
dev-python/mysql-python[${PYTHON_USEDEP}]
dev-python/psycopg[${PYTHON_USEDEP}]
@@ -45,6 +47,7 @@
=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
dev-python/oslo-sphinx-2.6.0[${PYTHON_USEDEP}]
=dev-python/tempest-lib-0.4.0[${PYTHON_USEDEP}]
+   dev-python/tempest-lib-0.5.0[${PYTHON_USEDEP}]
)
 
 RDEPEND=
@@ -131,7 +134,9 @@
memcached? ( net-misc/memcached )
sys-fs/sysfsutils
 
-PATCHES=( )
+PATCHES=(
+
+)
 
 pkg_setup() {
linux-info_pkg_setup



1.60 sys-cluster/cinder/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   29 Jul 2015 17:47:58 -  1.59
+++ ChangeLog   29 Jul 2015 23:38:30 -  1.60
@@ -1,6 +1,12 @@
 # ChangeLog for sys-cluster/cinder
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v 1.59 
2015/07/29 17:47:58 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v 1.60 
2015/07/29 23:38:30 prometheanfire Exp $
+
+*cinder-2015.1.1 (29 Jul 2015)
+
+  29 Jul 2015; Matthew Thode prometheanf...@gentoo.org
+  +cinder-2015.1.1.ebuild, cinder-2015.1..ebuild:
+  bup and update of live ebuild deps
 
   29 Jul 2015; Mikle Kolyada zlog...@gentoo.org cinder-2015.1.0-r1.ebuild:
   x86 stable wrt bug #554284



1.1  sys-cluster/cinder/cinder-2015.1.1.ebuild

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

Index: cinder-2015.1.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2015.1.1.ebuild,v 
1.1 2015/07/29 23:38:30 prometheanfire Exp $

EAPI=5

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

2015-07-29 Thread Matt Thode (prometheanfire)
prometheanfire15/07/29 23:28:50

  Modified: keystone-2015.1..ebuild ChangeLog
  Log:
  updating stable/kilo deps
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  sys-auth/keystone/keystone-2015.1..ebuild

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

Index: keystone-2015.1..ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2015.1..ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- keystone-2015.1..ebuild 30 Apr 2015 17:23:27 -  1.1
+++ keystone-2015.1..ebuild 29 Jul 2015 23:28:49 -  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..ebuild,v 1.1 
2015/04/30 17:23:27 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2015.1..ebuild,v 1.2 
2015/07/29 23:28:49 prometheanfire Exp $
 
 EAPI=5
 
@@ -33,17 +33,19 @@
=dev-python/python-memcached-1.48[${PYTHON_USEDEP}]
)
mongo? (
-   =dev-python/pymongo-2.5[${PYTHON_USEDEP}]
+   =dev-python/pymongo-2.6.3[${PYTHON_USEDEP}]
dev-python/pymongo-3.0[${PYTHON_USEDEP}]
)
ldap? (
-   dev-python/python-ldap[${PYTHON_USEDEP}]
+   =dev-python/python-ldap-2.4[${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/fixtures-1.3.0[${PYTHON_USEDEP}]
=dev-python/lxml-2.3[${PYTHON_USEDEP}]
=dev-python/mock-1.0[${PYTHON_USEDEP}]
+   dev-python/mock-1.1.0[${PYTHON_USEDEP}]
=dev-python/oslotest-1.5.1[${PYTHON_USEDEP}]
dev-python/oslotest-1.6.0[${PYTHON_USEDEP}]
=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
@@ -57,6 +59,7 @@
=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
dev-python/oslo-sphinx-2.6.0[${PYTHON_USEDEP}]
=dev-python/tempest-lib-0.4.0[${PYTHON_USEDEP}]
+   dev-python/tempest-lib-0.5.0[${PYTHON_USEDEP}]
)
 RDEPEND=
=dev-python/webob-1.2.3-r1[${PYTHON_USEDEP}]
@@ -68,6 +71,7 @@
dev-python/paste[${PYTHON_USEDEP}]
=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
!~dev-python/routes-2.0[${PYTHON_USEDEP}]
+   =dev-python/cryptography-0.8[${PYTHON_USEDEP}]
=dev-python/six-1.9.0[${PYTHON_USEDEP}]
sqlite? (
=dev-python/sqlalchemy-0.9.7[sqlite,${PYTHON_USEDEP}]
@@ -86,7 +90,7 @@
=dev-python/sqlalchemy-migrate-0.9.5[${PYTHON_USEDEP}]
dev-python/passlib[${PYTHON_USEDEP}]
=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
-   =dev-python/python-keystoneclient-1.1.0[${PYTHON_USEDEP}]
+   =dev-python/python-keystoneclient-1.2.0[${PYTHON_USEDEP}]
dev-python/python-keystoneclient-1.4.0[${PYTHON_USEDEP}]
=dev-python/keystonemiddleware-1.5.0[${PYTHON_USEDEP}]
dev-python/keystonemiddleware-1.6.0[${PYTHON_USEDEP}]



1.102sys-auth/keystone/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   29 Jul 2015 23:17:43 -  1.101
+++ ChangeLog   29 Jul 2015 23:28:49 -  1.102
@@ -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.101 
2015/07/29 23:17:43 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.102 
2015/07/29 23:28:49 prometheanfire Exp $
+
+  29 Jul 2015; Matthew Thode prometheanf...@gentoo.org
+  keystone-2015.1..ebuild:
+  updating stable/kilo deps
 
 

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

2015-07-29 Thread Matt Thode (prometheanfire)
prometheanfire15/07/30 00:10:34

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



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

2015-07-29 Thread Matt Thode (prometheanfire)
prometheanfire15/07/30 05:40:53

  Modified: nova-2015.1..ebuild ChangeLog
  Added:nova-2015.1.1-r1.ebuild
  Removed:  nova-2015.1.1.ebuild
  Log:
  fixing python-memcached dep missing
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.15 sys-cluster/nova/nova-2015.1..ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1..ebuild?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1..ebuild?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1..ebuild?r1=1.14r2=1.15

Index: nova-2015.1..ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1..ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- nova-2015.1..ebuild 30 Jul 2015 00:34:25 -  1.14
+++ nova-2015.1..ebuild 30 Jul 2015 05:40:53 -  1.15
@@ -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-cluster/nova/nova-2015.1..ebuild,v 
1.14 2015/07/30 00:34:25 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1..ebuild,v 
1.15 2015/07/30 05:40:53 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -145,7 +145,8 @@
sys-apps/iproute2
openvswitch? ( net-misc/openvswitch )
rabbitmq? ( net-misc/rabbitmq-server )
-   memcached? ( net-misc/memcached )
+   memcached? ( net-misc/memcached
+   dev-python/python-memcached )
sys-fs/sysfsutils
sys-fs/multipath-tools
net-misc/bridge-utils



1.104sys-cluster/nova/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog   30 Jul 2015 00:34:25 -  1.103
+++ ChangeLog   30 Jul 2015 05:40:53 -  1.104
@@ -1,6 +1,12 @@
 # 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.103 
2015/07/30 00:34:25 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.104 
2015/07/30 05:40:53 prometheanfire Exp $
+
+*nova-2015.1.1-r1 (30 Jul 2015)
+
+  30 Jul 2015; Matthew Thode prometheanf...@gentoo.org
+  +nova-2015.1.1-r1.ebuild, -nova-2015.1.1.ebuild, nova-2015.1..ebuild:
+  fixing python-memcached dep missing
 
 *nova-2015.1.1 (30 Jul 2015)
 



1.1  sys-cluster/nova/nova-2015.1.1-r1.ebuild

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

Index: nova-2015.1.1-r1.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.1-r1.ebuild,v 
1.1 2015/07/30 05:40:53 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;
SRC_URI=http://launchpad.net/${PN}/kilo/${PV}/+download/${P}.tar.gz;

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=+compute compute-only iscsi +kvm +memcached mysql +novncproxy openvswitch 
postgres +rabbitmq sqlite test xen
REQUIRED_USE=!compute-only? ( || ( mysql postgres sqlite ) )
compute-only? ( compute 
!rabbitmq !memcached !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
test? (
${RDEPEND}
=dev-python/hacking-0.10.0[${PYTHON_USEDEP}]
dev-python/hacking-0.11[${PYTHON_USEDEP}]
=dev-python/coverage-3.6[${PYTHON_USEDEP}]

[gentoo-commits] gentoo-x86 commit in app-admin/glance: glance-2015.1.1.ebuild ChangeLog

2015-07-29 Thread Matt Thode (prometheanfire)
prometheanfire15/07/29 23:24:16

  Modified: ChangeLog
  Added:glance-2015.1.1.ebuild
  Log:
  bup
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.78 app-admin/glance/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/glance/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog   29 Jul 2015 18:16:39 -  1.77
+++ ChangeLog   29 Jul 2015 23:24:16 -  1.78
@@ -1,6 +1,12 @@
 # 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.77 
2015/07/29 18:16:39 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/glance/ChangeLog,v 1.78 
2015/07/29 23:24:16 prometheanfire Exp $
+
+*glance-2015.1.1 (29 Jul 2015)
+
+  29 Jul 2015; Matthew Thode prometheanf...@gentoo.org
+  +glance-2015.1.1.ebuild:
+  bup
 
   29 Jul 2015; Mikle Kolyada zlog...@gentoo.org -glance-2015.1.0.ebuild:
   Drop insecure version (bug #556188)



1.1  app-admin/glance/glance-2015.1.1.ebuild

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

Index: glance-2015.1.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.1.ebuild,v 
1.1 2015/07/29 23:24:16 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 user

DESCRIPTION=Provides services for discovering, registering, and retrieving
virtual machine images
HOMEPAGE=https://launchpad.net/glance;
SRC_URI=http://launchpad.net/${PN}/kilo/${PV}/+download/${P}.tar.gz;

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64 ~x86
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/fixtures-1.3.0[${PYTHON_USEDEP}]
=dev-python/mock-1.0[${PYTHON_USEDEP}]
dev-python/mock-1.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.2.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? (
=dev-python/sqlalchemy-0.9.7[sqlite,${PYTHON_USEDEP}]
 

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

2015-07-29 Thread Matt Thode (prometheanfire)
prometheanfire15/07/30 00:34:25

  Modified: nova-2015.1..ebuild ChangeLog
  Added:nova-2015.1.1.ebuild
  Log:
  bup and adding testing to nova
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.14 sys-cluster/nova/nova-2015.1..ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1..ebuild?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1..ebuild?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1..ebuild?r1=1.13r2=1.14

Index: nova-2015.1..ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1..ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- nova-2015.1..ebuild 17 Jun 2015 21:10:37 -  1.13
+++ nova-2015.1..ebuild 30 Jul 2015 00:34:25 -  1.14
@@ -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/sys-cluster/nova/nova-2015.1..ebuild,v 
1.13 2015/06/17 21:10:37 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1..ebuild,v 
1.14 2015/07/30 00:34:25 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
 
-inherit distutils-r1 eutils git-2 linux-info multilib udev user
+inherit distutils-r1 eutils git-2 linux-info multilib user
 
 DESCRIPTION=A cloud computing fabric controller (main part of an IaaS system) 
written in Python
 HOMEPAGE=https://launchpad.net/nova;
@@ -15,15 +15,50 @@
 LICENSE=Apache-2.0
 SLOT=0
 KEYWORDS=
-IUSE=+compute compute-only +kvm +memcached +novncproxy openvswitch +rabbitmq 
sqlite mysql postgres xen iscsi
+IUSE=+compute compute-only iscsi +kvm +memcached mysql +novncproxy 
openvswitch postgres +rabbitmq sqlite test xen
 REQUIRED_USE=!compute-only? ( || ( mysql postgres sqlite ) )
compute-only? ( compute 
!rabbitmq !memcached !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
+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/coverage-3.6[${PYTHON_USEDEP}]
+   =dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
+   dev-python/fixtures-1.3.0[${PYTHON_USEDEP}]
+   =dev-python/mock-1.0[${PYTHON_USEDEP}]
+   dev-python/mock-1.1.0[${PYTHON_USEDEP}]
+   =dev-python/mox3-0.7.0[${PYTHON_USEDEP}]
+   dev-python/mysql-python[${PYTHON_USEDEP}]
+   dev-python/psycopg[${PYTHON_USEDEP}]
+   =dev-python/python-barbicanclient-3.0.1[${PYTHON_USEDEP}]
+   dev-python/python-barbicanclient-3.1.0[${PYTHON_USEDEP}]
+   =dev-python/python-ironicclient-0.4.1[${PYTHON_USEDEP}]
+   dev-python/python-ironicclient-0.6.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/oslotest-1.5.1[${PYTHON_USEDEP}]
+   dev-python/oslotest-1.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/tempest-lib-0.4.0[${PYTHON_USEDEP}]
+   dev-python/tempest-lib-0.5.0[${PYTHON_USEDEP}]
+   =dev-python/suds-0.4[${PYTHON_USEDEP}]
+   =dev-python/oslo-vmware-0.11.1[${PYTHON_USEDEP}]
+   dev-python/oslo-vmware-0.12.0[${PYTHON_USEDEP}]
+   )
 
 # barbicanclient is in here for doc generation
 RDEPEND=
@@ -152,6 +187,13 @@
./tools/config/generate_sample.sh -b ./ -p nova -o etc/nova || die
 }
 
+python_test() {
+   # turn multiprocessing off, testr will use it --parallel
+   local DISTUTILS_NO_PARALLEL_BUILD=1
+   testr init
+   

[gentoo-commits] gentoo-x86 commit in app-admin/glance: glance-2015.1.0-r1.ebuild ChangeLog

2015-07-28 Thread Matt Thode (prometheanfire)
prometheanfire15/07/29 03:27:30

  Modified: ChangeLog
  Added:glance-2015.1.0-r1.ebuild
  Log:
  bumping for CVE-2015-3289
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.73 app-admin/glance/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/glance/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   18 Jul 2015 11:52:59 -  1.72
+++ ChangeLog   29 Jul 2015 03:27:30 -  1.73
@@ -1,6 +1,12 @@
 # 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.72 
2015/07/18 11:52:59 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/glance/ChangeLog,v 1.73 
2015/07/29 03:27:30 prometheanfire Exp $
+
+*glance-2015.1.0-r1 (29 Jul 2015)
+
+  29 Jul 2015; Matthew Thode prometheanf...@gentoo.org
+  +files/CVE-2015-3289_2015.1.0.patch, +glance-2015.1.0-r1.ebuild:
+  bumping for CVE-2015-3289
 
   18 Jul 2015; Mikle Kolyada zlog...@gentoo.org glance-2015.1.0.ebuild:
   amd64 stable wrt bug #554284



1.1  app-admin/glance/glance-2015.1.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/glance/glance-2015.1.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/glance/glance-2015.1.0-r1.ebuild?rev=1.1content-type=text/plain

Index: glance-2015.1.0-r1.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.0-r1.ebuild,v 
1.1 2015/07/29 03:27:30 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 user

DESCRIPTION=Provides services for discovering, registering, and retrieving
virtual machine images
HOMEPAGE=https://launchpad.net/glance;
SRC_URI=http://launchpad.net/${PN}/kilo/${PV}/+download/${P}.tar.gz;

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64 ~x86
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.2.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? (
=dev-python/sqlalchemy-0.9.7[sqlite,${PYTHON_USEDEP}]

[gentoo-commits] gentoo-x86 commit in app-admin/glance/files: CVE-2015-3289_2015.1.0.patch

2015-07-28 Thread Matt Thode (prometheanfire)
prometheanfire15/07/29 03:27:30

  Added:CVE-2015-3289_2015.1.0.patch
  Log:
  bumping for CVE-2015-3289
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.1  app-admin/glance/files/CVE-2015-3289_2015.1.0.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/glance/files/CVE-2015-3289_2015.1.0.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/glance/files/CVE-2015-3289_2015.1.0.patch?rev=1.1content-type=text/plain

Index: CVE-2015-3289_2015.1.0.patch
===
From 88f92eb11d556bf43e2800a05973ad2da0db0195 Mon Sep 17 00:00:00 2001
From: Flavio Percoco flape...@gmail.com
Date: Fri, 8 May 2015 11:44:14 +0200
Subject: [PATCH] Save image data after setting the data

The image's locations are missing when image's are imported using tasks
because the ImportToStore task is not saving the image metadata after
the import. This patch fixes that.

Change-Id: I43dec450d5fc4bee2131d78dbe3c2b2373c3f739
Closes-bug: #1453068
(cherry picked from commit 4efb56aae9288952bdb0d368a7c307e8524b80d8)
---
 glance/async/flows/base_import.py| 4 
 glance/tests/unit/async/flows/test_import.py | 4 
 2 files changed, 8 insertions(+)

diff --git a/glance/async/flows/base_import.py 
b/glance/async/flows/base_import.py
index 487247c..7656bde 100644
--- a/glance/async/flows/base_import.py
+++ b/glance/async/flows/base_import.py
@@ -283,6 +283,10 @@ class _ImportToStore(task.Task):
 
 image_import.set_image_data(image, file_path or self.uri, None)
 
+# NOTE(flaper87): We need to save the image again after the locations
+# have been set in the image.
+self.image_repo.save(image)
+
 
 class _SaveImage(task.Task):
 
diff --git a/glance/tests/unit/async/flows/test_import.py 
b/glance/tests/unit/async/flows/test_import.py
index 0f355bc..7acd599 100644
--- a/glance/tests/unit/async/flows/test_import.py
+++ b/glance/tests/unit/async/flows/test_import.py
@@ -112,6 +112,10 @@ class TestImportTask(test_utils.BaseTestCase):
   %s.tasks_import % image_path)
 self.assertFalse(os.path.exists(tmp_image_path))
 self.assertTrue(os.path.exists(image_path))
+self.assertEqual(1, len(list(self.image.locations)))
+self.assertEqual(file://%s/%s % (self.test_dir,
+   self.image.image_id),
+ self.image.locations[0]['url'])
 
 def test_import_flow_missing_work_dir(self):
 self.config(engine_mode='serial', group='taskflow_executor')
-- 
2.3.6







[gentoo-commits] gentoo-x86 commit in app-admin/puppet-agent: puppet-agent-1.2.2-r1.ebuild ChangeLog puppet-agent-1.2.1.ebuild puppet-agent-1.2.2.ebuild

2015-07-28 Thread Matt Thode (prometheanfire)
prometheanfire15/07/28 21:42:09

  Modified: ChangeLog
  Added:puppet-agent-1.2.2-r1.ebuild
  Removed:  puppet-agent-1.2.1.ebuild puppet-agent-1.2.2.ebuild
  Log:
  updating the conflicts to be runtime as well bug 556110
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.8  app-admin/puppet-agent/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/ChangeLog?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/ChangeLog?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/ChangeLog?r1=1.7r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   23 Jul 2015 22:53:12 -  1.7
+++ ChangeLog   28 Jul 2015 21:42:09 -  1.8
@@ -1,6 +1,13 @@
 # ChangeLog for app-admin/puppet-agent
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/ChangeLog,v 1.7 
2015/07/23 22:53:12 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/ChangeLog,v 1.8 
2015/07/28 21:42:09 prometheanfire Exp $
+
+*puppet-agent-1.2.2-r1 (28 Jul 2015)
+
+  28 Jul 2015; Matthew Thode prometheanf...@gentoo.org
+  +puppet-agent-1.2.2-r1.ebuild, -puppet-agent-1.2.1.ebuild,
+  -puppet-agent-1.2.2.ebuild:
+  updating the conflicts to be runtime as well bug 556110
 
 *puppet-agent-1.2.2 (23 Jul 2015)
 



1.1  app-admin/puppet-agent/puppet-agent-1.2.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/puppet-agent-1.2.2-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/puppet-agent-1.2.2-r1.ebuild?rev=1.1content-type=text/plain

Index: puppet-agent-1.2.2-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-admin/puppet-agent/puppet-agent-1.2.2-r1.ebuild,v 
1.1 2015/07/28 21:42:09 prometheanfire Exp $

EAPI=5
inherit eutils systemd unpacker

DESCRIPTION=general puppet client utils along with mcollective hiera and 
facter
HOMEPAGE=https://puppetlabs.com/;
SRC_BASE=http://apt.puppetlabs.com/pool/wheezy/PC1/${PN:0:1}/${PN}/${PN}_${PV}-1wheezy;
SRC_URI=
amd64? ( ${SRC_BASE}_amd64.deb )
x86?   ( ${SRC_BASE}_i386.deb )


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

CDEPEND=!app-admin/puppet
!app-admin/mcollective
!dev-ruby/hiera
!dev-ruby/facter

DEPEND=
${DEPEND}
${CDEPEND}
RDEPEND=${CDEPEND}
puppetdb? ( =dev-ruby/puppetdb-termini-3.0.1-r2 )

S=${WORKDIR}

src_install() {
# conf.d
doconfd etc/default/puppet
doconfd etc/default/mcollective
# logrotate.d
insinto /etc/logrotate.d
doins etc/logrotate.d/mcollective
# puppet itself
insinto /etc/puppetlabs
doins -r etc/puppetlabs/*
# logdir for systemd
dodir var/log/puppetlabs/puppet/
fperms 0750 var/log/puppetlabs/puppet/
# the rest
insinto /opt
doins -r opt/*
fperms 0750 /opt/puppetlabs/puppet/cache
# init
newinitd ${FILESDIR}/puppet.initd puppet
newinitd ${FILESDIR}/mcollective.initd mcollective
systemd_dounit ${FILESDIR}/puppet.service
systemd_dounit ${FILESDIR}/mcollective.service
systemd_newtmpfilesd ${FILESDIR}/puppet-agent.conf.tmpfilesd 
puppet-agent.conf
# symlinks
chmod 0755 -R ${D}/opt/puppetlabs/puppet/bin/
dosym /opt/puppetlabs/bin/facter /usr/bin/facter
dosym /opt/puppetlabs/bin/hiera /usr/bin/hiera
dosym /opt/puppetlabs/bin/mco /usr/bin/mco
dosym /opt/puppetlabs/bin/puppet /usr/bin/puppet
dosym /opt/puppetlabs/puppet/bin/mcollectived /usr/sbin/mcollectived
}






[gentoo-commits] gentoo-x86 commit in app-admin/puppet-agent: metadata.xml ChangeLog

2015-07-28 Thread Matt Thode (prometheanfire)
prometheanfire15/07/28 21:43:25

  Modified: metadata.xml ChangeLog
  Log:
  signing
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.4  app-admin/puppet-agent/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/metadata.xml?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/metadata.xml?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/metadata.xml?r1=1.3r2=1.4

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml20 Jul 2015 04:51:23 -  1.3
+++ metadata.xml28 Jul 2015 21:43:25 -  1.4
@@ -9,6 +9,6 @@
flag name=puppetdbAdds puppetdb support/flag
/use
longdescription lang=en
-   Collection of puppet utils, client and batteries included.
+   Collection of puppet utils, clients and batteries included.
/longdescription
 /pkgmetadata



1.9  app-admin/puppet-agent/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/ChangeLog?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/ChangeLog?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/ChangeLog?r1=1.8r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   28 Jul 2015 21:42:09 -  1.8
+++ ChangeLog   28 Jul 2015 21:43:25 -  1.9
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/puppet-agent
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/ChangeLog,v 1.8 
2015/07/28 21:42:09 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/ChangeLog,v 1.9 
2015/07/28 21:43:25 prometheanfire Exp $
+
+  28 Jul 2015; Matthew Thode prometheanf...@gentoo.org metadata.xml:
+  signing
 
 *puppet-agent-1.2.2-r1 (28 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-python/suds: suds-0.6-r1.ebuild ChangeLog

2015-07-25 Thread Matt Thode (prometheanfire)
prometheanfire15/07/25 18:54:34

  Modified: suds-0.6-r1.ebuild ChangeLog
  Log:
  fixing building without docs
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.3  dev-python/suds/suds-0.6-r1.ebuild

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

Index: suds-0.6-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/suds/suds-0.6-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- suds-0.6-r1.ebuild  25 Jul 2015 04:59:16 -  1.2
+++ suds-0.6-r1.ebuild  25 Jul 2015 18:54:34 -  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/suds/suds-0.6-r1.ebuild,v 1.2 
2015/07/25 04:59:16 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/suds/suds-0.6-r1.ebuild,v 1.3 
2015/07/25 18:54:34 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
@@ -29,7 +29,7 @@
 
 python_compile_all() {
# to say that it's both, because it kinda is...
-   use doc  epydoc -n Suds - ${DESCRIPTION} -o doc suds || die
+   ! use doc || epydoc -n Suds - ${DESCRIPTION} -o doc suds || die
 }
 
 python_test() {



1.18 dev-python/suds/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/suds/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   25 Jul 2015 04:06:47 -  1.17
+++ ChangeLog   25 Jul 2015 18:54:34 -  1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/suds
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/suds/ChangeLog,v 1.17 2015/07/25 
04:06:47 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/suds/ChangeLog,v 1.18 2015/07/25 
18:54:34 prometheanfire Exp $
+
+  25 Jul 2015; Matthew Thode prometheanf...@gentoo.org suds-0.6-r1.ebuild:
+  fixing building without docs
 
 *suds-0.6-r1 (25 Jul 2015)
 






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

2015-07-24 Thread Matt Thode (prometheanfire)
prometheanfire15/07/24 06:07:54

  Modified: oslo-vmware-0.11.2.ebuild ChangeLog
  Log:
  switching to the new and improved suds (suds-jurko)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  dev-python/oslo-vmware/oslo-vmware-0.11.2.ebuild

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

Index: oslo-vmware-0.11.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/oslo-vmware/oslo-vmware-0.11.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oslo-vmware-0.11.2.ebuild   23 Jul 2015 03:33:58 -  1.1
+++ oslo-vmware-0.11.2.ebuild   24 Jul 2015 06:07:53 -  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/oslo-vmware/oslo-vmware-0.11.2.ebuild,v 1.1 
2015/07/23 03:33:58 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-vmware/oslo-vmware-0.11.2.ebuild,v 1.2 
2015/07/24 06:07:53 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_4 )
@@ -55,8 +55,7 @@
dev-python/oslo-utils-1.5.0[${PYTHON_USEDEP}]
=dev-python/Babel-1.3[${PYTHON_USEDEP}]
=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
-   =dev-python/suds-0.4[$(python_gen_usedep 'python2*')]
-   =dev-python/suds-jurko-0.6[$(python_gen_usedep 'python3*')]
+   =dev-python/suds-0.6[${PYTHON_USEDEP}]
=dev-python/eventlet-0.16.1[${PYTHON_USEDEP}]
!~dev-python/eventlet-0.17.0[${PYTHON_USEDEP}]
=dev-python/requests-2.2.0[${PYTHON_USEDEP}]
@@ -66,6 +65,9 @@
=dev-python/oslo-concurrency-1.8.0[${PYTHON_USEDEP}]
dev-python/oslo-concurrency-1.9.0[${PYTHON_USEDEP}]
 
+python_prepare() {
+   sed -i '/suds-jurko/d' requirements-py3.txt || die
+}
 
 python_test() {
nosetests tests/ || die test failed under ${EPYTHON}



1.10 dev-python/oslo-vmware/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-vmware/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   23 Jul 2015 03:33:58 -  1.9
+++ ChangeLog   24 Jul 2015 06:07:53 -  1.10
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/oslo-vmware
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-vmware/ChangeLog,v 1.9 
2015/07/23 03:33:58 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-vmware/ChangeLog,v 1.10 
2015/07/24 06:07:53 prometheanfire Exp $
+
+  24 Jul 2015; Matthew Thode prometheanf...@gentoo.org
+  oslo-vmware-0.11.2.ebuild:
+  switching to the new and improved suds (suds-jurko)
 
 *oslo-vmware-0.11.2 (23 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-python/suds-jurko: ChangeLog Manifest metadata.xml suds-jurko-0.6.ebuild

2015-07-24 Thread Matt Thode (prometheanfire)
prometheanfire15/07/24 06:12:40

  Removed:  ChangeLog Manifest metadata.xml
suds-jurko-0.6.ebuild
  Log:
  (re)moving suds-jurko, it's taking over suds now



[gentoo-commits] gentoo-x86 commit in dev-python/kombu: kombu-2.5.16.ebuild

2015-07-24 Thread Matt Thode (prometheanfire)
prometheanfire15/07/24 06:12:40

  Added:kombu-2.5.16.ebuild
  Log:
  (re)moving suds-jurko, it's taking over suds now

Revision  ChangesPath
1.1  dev-python/kombu/kombu-2.5.16.ebuild

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

Index: kombu-2.5.16.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/kombu/kombu-2.5.16.ebuild,v 1.1 
2015/07/24 06:12:40 prometheanfire Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION=AMQP Messaging Framework for Python
HOMEPAGE=http://pypi.python.org/pypi/kombu https://github.com/celery/kombu;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=amqplib doc examples test

RDEPEND==dev-python/anyjson-0.3.3[${PYTHON_USEDEP}]
=dev-python/py-amqp-1.3.0[${PYTHON_USEDEP}]
dev-python/py-amqp-2.0[${PYTHON_USEDEP}]
amqplib? ( =dev-python/amqplib-1.0.2[${PYTHON_USEDEP}] )
DEPEND=${RDEPEND}
doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/django[${PYTHON_USEDEP}]
dev-python/beanstalkc[$(python_gen_usedep python2_7)]
dev-python/couchdb-python[$(python_gen_usedep python2_7)]
=dev-python/sphinxcontrib-issuetracker-0.9[${PYTHON_USEDEP}] )
dev-python/setuptools[${PYTHON_USEDEP}]

python_compile_all() {
if use doc; then
emake -C docs html || die kombu docs failed installation
fi
}

python_install_all() {
use examples  local EXAMPLES=( examples/. )
use doc  local HTML_DOCS=( docs/.build/html/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-python/suds: suds-0.6-r1.ebuild ChangeLog

2015-07-24 Thread Matt Thode (prometheanfire)
prometheanfire15/07/25 04:06:47

  Modified: ChangeLog
  Added:suds-0.6-r1.ebuild
  Log:
  adding tests/doc stuff from bug 498022
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.17 dev-python/suds/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/suds/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   24 Jul 2015 05:58:16 -  1.16
+++ ChangeLog   25 Jul 2015 04:06:47 -  1.17
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/suds
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/suds/ChangeLog,v 1.16 2015/07/24 
05:58:16 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/suds/ChangeLog,v 1.17 2015/07/25 
04:06:47 prometheanfire Exp $
+
+*suds-0.6-r1 (25 Jul 2015)
+
+  25 Jul 2015; Matthew Thode prometheanf...@gentoo.org +suds-0.6-r1.ebuild:
+  adding tests/doc stuff from bug 498022
 
 *suds-0.6 (24 Jul 2015)
 



1.1  dev-python/suds/suds-0.6-r1.ebuild

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

Index: suds-0.6-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/suds/suds-0.6-r1.ebuild,v 1.1 
2015/07/25 04:06:47 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
DISTUTILS_IN_SOURCE_BUILD=1

inherit distutils-r1

DESCRIPTION=Lightweight SOAP client (Jurko's fork) (py3 support) (active 
development)
HOMEPAGE=http://bitbucket.org/jurko/suds;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}-jurko/${PN}-jurko-${PV}.tar.bz2 - 
${P}.tar.bz2
S=${WORKDIR}/${PN}-jurko-${PV}

LICENSE=LGPL-3
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
IUSE=doc test
REQUIRED_USE=doc? ( || ( $(python_gen_useflags 'python2*') ) )

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/epydoc[$(python_gen_usedep 'python2*')] )
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
RDEPEND=

DOCS=( README.rst 
notes/{argument_parsing.rst,readme.txt,traversing_client_data.rst} )

#python_prepare() {
#   rm -R tests
#}

python_compile() {
distutils-r1_python_compile
use doc  epydoc -n Suds - ${DESCRIPTION} -o doc suds || die
# to say that it's both, because it kinda is...
}

python_test() {
esetup.py test
}

python_install_all() {
use doc  local HTML_DOCS=( doc/. )
distutils-r1_python_install_all
}

python_install() {
# test folder makes for file collisions by the eclass
sed -i -e '/^tests/d' suds_jurko.egg-info/top_level.txt 
suds_jurko.egg-info/SOURCES.txt || die
cp -r suds_jurko.egg-info suds.egg-info || die
sed -i -e 's/Name\:\ suds-jurko/Name:\ suds/g' -e '/^Obsoletes/d' 
suds.egg-info/PKG-INFO || die
rm -rf ./{tests,build/lib/tests,lib/tests}/ || die
distutils-r1_python_install
}






[gentoo-commits] gentoo-x86 commit in app-admin/puppet: puppet-4.2.1.ebuild ChangeLog

2015-07-23 Thread Matt Thode (prometheanfire)
prometheanfire15/07/24 00:24:19

  Modified: puppet-4.2.1.ebuild ChangeLog
  Log:
  adding some test deps, also, restricting tests because test deps are not 
keyworded
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  app-admin/puppet/puppet-4.2.1.ebuild

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

Index: puppet-4.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-4.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- puppet-4.2.1.ebuild 23 Jul 2015 23:03:42 -  1.1
+++ puppet-4.2.1.ebuild 24 Jul 2015 00:24:19 -  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/app-admin/puppet/puppet-4.2.1.ebuild,v 1.1 
2015/07/23 23:03:42 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-4.2.1.ebuild,v 1.2 
2015/07/24 00:24:19 prometheanfire Exp $
 
 EAPI=5
 
@@ -18,11 +18,13 @@
 SLOT=0
 KEYWORDS=~amd64 ~hppa ~ppc ~x86
 IUSE=augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax 
xemacs
+RESTRICT=test
 
 ruby_add_rdepend 
dev-ruby/hiera
=dev-ruby/rgen-0.6.5 =dev-ruby/rgen-0.6*
dev-ruby/json
+   =dev-ruby/facter-3.0.0
augeas? ( dev-ruby/ruby-augeas )
diff? ( dev-ruby/diff-lcs )
doc? ( dev-ruby/rdoc )
@@ -31,12 +33,19 @@
sqlite? ( dev-ruby/sqlite3 )
virtual/ruby-ssl
 
-DEPEND=${DEPEND}
-   dev-lang/ruby
-   =dev-ruby/facter-3.0.0
+ruby_add_bdepend 
+   test? (
+   dev-ruby/mocha
+   dev-ruby/rack
+   dev-ruby/rspec-its
+   )
+# this should go in the above lists, but isn't because of test deps not being 
keyworded
+#  dev-ruby/rspec-collection_matchers
+
+DEPEND+= ${DEPEND}
emacs? ( virtual/emacs )
xemacs? ( app-editors/xemacs )
-RDEPEND=${RDEPEND}
+RDEPEND+= ${RDEPEND}
rrdtool? ( =net-analyzer/rrdtool-1.2.23[ruby] )
selinux? (
sys-libs/libselinux[ruby]
@@ -56,6 +65,9 @@
# Avoid spec that require unpackaged json-schema.
rm spec/lib/matchers/json.rb $( grep -Rl matchers/json spec) || die
 
+   # can't be run within portage.
+   epatch ${FILESDIR}/puppet-fix-tests-4.x.patch
+
# Avoid specs that can only run in the puppet.git repository. This
# should be narrowed down to the specific specs.
rm spec/integration/parser/compiler_spec.rb || die



1.234app-admin/puppet/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/puppet/ChangeLog,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -r1.233 -r1.234
--- ChangeLog   23 Jul 2015 23:03:42 -  1.233
+++ ChangeLog   24 Jul 2015 00:24:19 -  1.234
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/puppet
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/ChangeLog,v 1.233 
2015/07/23 23:03:42 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/ChangeLog,v 1.234 
2015/07/24 00:24:19 prometheanfire Exp $
+
+  24 Jul 2015; Matthew Thode prometheanf...@gentoo.org
+  +files/puppet-fix-tests-4.x.patch, puppet-4.2.1.ebuild:
+  adding some test deps, also, restricting tests because test deps are not
+  keyworded
 
 *puppet-4.2.1 (23 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in app-admin/puppet-agent: puppet-agent-1.2.2.ebuild ChangeLog

2015-07-23 Thread Matt Thode (prometheanfire)
prometheanfire15/07/23 22:53:12

  Modified: ChangeLog
  Added:puppet-agent-1.2.2.ebuild
  Log:
  bup
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.7  app-admin/puppet-agent/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   20 Jul 2015 04:51:23 -  1.6
+++ ChangeLog   23 Jul 2015 22:53:12 -  1.7
@@ -1,6 +1,12 @@
 # ChangeLog for app-admin/puppet-agent
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/ChangeLog,v 1.6 
2015/07/20 04:51:23 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/ChangeLog,v 1.7 
2015/07/23 22:53:12 prometheanfire Exp $
+
+*puppet-agent-1.2.2 (23 Jul 2015)
+
+  23 Jul 2015; Matthew Thode prometheanf...@gentoo.org
+  +puppet-agent-1.2.2.ebuild:
+  bup
 
   20 Jul 2015; Matthew Thode prometheanf...@gentoo.org metadata.xml,
   puppet-agent-1.2.1.ebuild:



1.1  app-admin/puppet-agent/puppet-agent-1.2.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/puppet-agent-1.2.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/puppet-agent-1.2.2.ebuild?rev=1.1content-type=text/plain

Index: puppet-agent-1.2.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-admin/puppet-agent/puppet-agent-1.2.2.ebuild,v 1.1 
2015/07/23 22:53:12 prometheanfire Exp $

EAPI=5
inherit eutils systemd unpacker

DESCRIPTION=general puppet client utils along with mcollective hiera and 
facter
HOMEPAGE=https://puppetlabs.com/;
SRC_BASE=http://apt.puppetlabs.com/pool/wheezy/PC1/${PN:0:1}/${PN}/${PN}_${PV}-1wheezy;
SRC_URI=
amd64? ( ${SRC_BASE}_amd64.deb )
x86?   ( ${SRC_BASE}_i386.deb )


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

DEPEND=
${DEPEND}
!app-admin/puppet
!app-admin/mcollective
!dev-ruby/hiera
!dev-ruby/facter
RDEPEND=puppetdb? ( =dev-ruby/puppetdb-termini-3.0.1-r2 )

S=${WORKDIR}

src_install() {
# conf.d
doconfd etc/default/puppet
doconfd etc/default/mcollective
# logrotate.d
insinto /etc/logrotate.d
doins etc/logrotate.d/mcollective
# puppet itself
insinto /etc/puppetlabs
doins -r etc/puppetlabs/*
# logdir for systemd
dodir var/log/puppetlabs/puppet/
fperms 0750 var/log/puppetlabs/puppet/
# the rest
insinto /opt
doins -r opt/*
fperms 0750 /opt/puppetlabs/puppet/cache
# init
newinitd ${FILESDIR}/puppet.initd puppet
newinitd ${FILESDIR}/mcollective.initd mcollective
systemd_dounit ${FILESDIR}/puppet.service
systemd_dounit ${FILESDIR}/mcollective.service
systemd_newtmpfilesd ${FILESDIR}/puppet-agent.conf.tmpfilesd 
puppet-agent.conf
# symlinks
chmod 0755 -R ${D}/opt/puppetlabs/puppet/bin/
dosym /opt/puppetlabs/bin/facter /usr/bin/facter
dosym /opt/puppetlabs/bin/hiera /usr/bin/hiera
dosym /opt/puppetlabs/bin/mco /usr/bin/mco
dosym /opt/puppetlabs/bin/puppet /usr/bin/puppet
dosym /opt/puppetlabs/puppet/bin/mcollectived /usr/sbin/mcollectived
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/facter: facter-3.0.2-r1.ebuild ChangeLog facter-3.0.2.ebuild facter-3.0.1-r4.ebuild

2015-07-23 Thread Matt Thode (prometheanfire)
prometheanfire15/07/23 22:47:41

  Modified: ChangeLog
  Added:facter-3.0.2-r1.ebuild
  Removed:  facter-3.0.2.ebuild facter-3.0.1-r4.ebuild
  Log:
  disabling java support, use puppet-agent instead if you want jruby support
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.142dev-ruby/facter/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.142view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.142content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?r1=1.141r2=1.142

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog   23 Jul 2015 02:42:27 -  1.141
+++ ChangeLog   23 Jul 2015 22:47:41 -  1.142
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/facter
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.141 
2015/07/23 02:42:27 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.142 
2015/07/23 22:47:41 prometheanfire Exp $
+
+*facter-3.0.2-r1 (23 Jul 2015)
+
+  23 Jul 2015; Matthew Thode prometheanf...@gentoo.org
+  +facter-3.0.2-r1.ebuild, -facter-3.0.1-r4.ebuild, -facter-3.0.2.ebuild:
+  disabling java support, use puppet-agent instead if you want jruby support
 
 *facter-3.0.2 (23 Jul 2015)
 



1.1  dev-ruby/facter/facter-3.0.2-r1.ebuild

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

Index: facter-3.0.2-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-3.0.2-r1.ebuild,v 1.1 
2015/07/23 22:47:41 prometheanfire Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 ruby22

inherit cmake-utils ruby-ng

DESCRIPTION=A cross-platform Ruby library for retrieving facts from operating 
systems
HOMEPAGE=http://www.puppetlabs.com/puppet/related-projects/facter/;
SRC_URI=https://downloads.puppetlabs.com/facter/${P}.tar.gz;
S=${S}/all/${P}

LICENSE=Apache-2.0
SLOT=0
IUSE=debug test
KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~x86

CDEPEND=
=sys-devel/gcc-4.8:*
=dev-libs/boost-1.54
=dev-cpp/yaml-cpp-0.5.1
dev-libs/openssl:*
sys-apps/util-linux
app-emulation/virt-what
net-misc/curl

RDEPEND+= ${CDEPEND}
DEPEND+= test? ( ${CDEPEND} )

src_prepare() {
sed -i 's/\-Werror\ //g' vendor/leatherman/cmake/cflags.cmake || die
# Remove the code that installs facter.rb to the wrong directory.
sed -i '/RUBY_VENDORDIR/d' lib/CMakeLists.txt || die
# make it support multilib
sed -i 's/\ lib)/\ lib${LIB_SUFFIX})/g' lib/CMakeLists.txt || die
}

src_configure() {
local mycmakeargs=(
-DCMAKE_VERBOSE_MAKEFILE=ON
-DCMAKE_BUILD_TYPE=None
-DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_INSTALL_SYSCONFDIR=/etc
-DCMAKE_INSTALL_LOCALSTATEDIR=/var
-DUSE_JRUBY_SUPPORT=FALSE
)
if use debug; then
mycmakeargs+=(
  -DCMAKE_BUILD_TYPE=Debug
)
fi
cmake-utils_src_configure
}

each_ruby_install() {
doruby ${BUILD_DIR}/lib/facter.rb
}

src_install() {
cmake-utils_src_install
ruby-ng_src_install
}






[gentoo-commits] gentoo-x86 commit in app-admin/puppet/files: puppet-fix-tests-4.x.patch

2015-07-23 Thread Matt Thode (prometheanfire)
prometheanfire15/07/24 00:24:19

  Added:puppet-fix-tests-4.x.patch
  Log:
  adding some test deps, also, restricting tests because test deps are not 
keyworded
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.1  app-admin/puppet/files/puppet-fix-tests-4.x.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet/files/puppet-fix-tests-4.x.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet/files/puppet-fix-tests-4.x.patch?rev=1.1content-type=text/plain

Index: puppet-fix-tests-4.x.patch
===
--- ./spec/unit/network/http/api/indirected_routes_spec.rb  2015-07-21 
12:09:09.0 -0500
+++ ./spec/unit/network/http/api/indirected_routes_spec.rb.new  2015-07-23 
18:33:22.839914116 -0500
@@ -144,15 +144,6 @@

:env
   handler.uri2indirection(GET, #{master_url_prefix}/node/bar, params)
 end
-
-it should not pass through an environment to check_authorization and fail 
if the environment is unknown do
-  handler.expects(:check_authorization).with(anything,
- anything,
- Not(has_entry(:environment)))
-  expect(lambda { handler.uri2indirection(GET,
-  #{master_url_prefix}/node/bar,
-  {:environment = 'bogus'}) }).to 
raise_error(ArgumentError)
-end
   end
 
   describe when converting a request into a URI do






[gentoo-commits] gentoo-x86 commit in app-admin/puppet: puppet-4.2.1.ebuild ChangeLog puppet-4.2.0-r1.ebuild

2015-07-23 Thread Matt Thode (prometheanfire)
prometheanfire15/07/23 23:03:42

  Modified: ChangeLog
  Added:puppet-4.2.1.ebuild
  Removed:  puppet-4.2.0-r1.ebuild
  Log:
  bup, also fixing bug 555314
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.233app-admin/puppet/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/puppet/ChangeLog,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -r1.232 -r1.233
--- ChangeLog   19 Jul 2015 08:49:09 -  1.232
+++ ChangeLog   23 Jul 2015 23:03:42 -  1.233
@@ -1,6 +1,12 @@
 # ChangeLog for app-admin/puppet
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/ChangeLog,v 1.232 
2015/07/19 08:49:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/ChangeLog,v 1.233 
2015/07/23 23:03:42 prometheanfire Exp $
+
+*puppet-4.2.1 (23 Jul 2015)
+
+  23 Jul 2015; Matthew Thode prometheanf...@gentoo.org +puppet-4.2.1.ebuild,
+  -puppet-4.2.0-r1.ebuild:
+  bup, also fixing bug 555314
 
   19 Jul 2015; Jeroen Roovers j...@gentoo.org puppet-4.2.0-r1.ebuild:
   Mark ~hppa (bug #553952).



1.1  app-admin/puppet/puppet-4.2.1.ebuild

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

Index: puppet-4.2.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/puppet/puppet-4.2.1.ebuild,v 1.1 
2015/07/23 23:03:42 prometheanfire Exp $

EAPI=5

USE_RUBY=ruby20 ruby21

RUBY_FAKEGEM_RECIPE_TEST=rspec3

inherit elisp-common xemacs-elisp-common eutils user ruby-fakegem versionator

DESCRIPTION=A system automation and configuration management software.
HOMEPAGE=http://puppetlabs.com/;
SRC_URI=http://downloads.puppetlabs.com/puppet/${P}.tar.gz;

LICENSE=Apache-2.0 GPL-2
SLOT=0
KEYWORDS=~amd64 ~hppa ~ppc ~x86
IUSE=augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax 
xemacs

ruby_add_rdepend 
dev-ruby/hiera
=dev-ruby/rgen-0.6.5 =dev-ruby/rgen-0.6*
dev-ruby/json
augeas? ( dev-ruby/ruby-augeas )
diff? ( dev-ruby/diff-lcs )
doc? ( dev-ruby/rdoc )
ldap? ( dev-ruby/ruby-ldap )
shadow? ( dev-ruby/ruby-shadow )
sqlite? ( dev-ruby/sqlite3 )
virtual/ruby-ssl

DEPEND=${DEPEND}
dev-lang/ruby
=dev-ruby/facter-3.0.0
emacs? ( virtual/emacs )
xemacs? ( app-editors/xemacs )
RDEPEND=${RDEPEND}
rrdtool? ( =net-analyzer/rrdtool-1.2.23[ruby] )
selinux? (
sys-libs/libselinux[ruby]
sec-policy/selinux-puppet
)
vim-syntax? ( =app-vim/puppet-syntax-3.0.1 )
=app-portage/eix-0.18.0

SITEFILE=50${PN}-mode-gentoo.el

pkg_setup() {
enewgroup puppet
enewuser puppet -1 -1 /var/lib/puppet puppet
}

all_ruby_prepare() {
# Avoid spec that require unpackaged json-schema.
rm spec/lib/matchers/json.rb $( grep -Rl matchers/json spec) || die

# Avoid specs that can only run in the puppet.git repository. This
# should be narrowed down to the specific specs.
rm spec/integration/parser/compiler_spec.rb || die

# Avoid failing spec that need further investigation.
rm spec/unit/module_tool/metadata_spec.rb || die
}

all_ruby_compile() {
if use emacs ; then
elisp-compile ext/emacs/puppet-mode.el
fi

if use xemacs ; then
# Create a separate version for xemacs to be able to install
# emacs and xemacs in parallel.
mkdir ext/xemacs
cp ext/emacs/* ext/xemacs/
xemacs-elisp-compile ext/xemacs/puppet-mode.el
fi
}

each_ruby_install() {
each_fakegem_install
#   dosym /usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${P} 
/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${PN}
}

all_ruby_install() {
all_fakegem_install

# systemd stuffs
insinto /usr/lib/systemd/system
doins ${WORKDIR}/all/${P}/ext/systemd/puppet.service

# tmpfiles stuff
insinto /usr/lib/tmpfiles.d
newins ${FILESDIR}/tmpfiles.d puppet.conf


[gentoo-commits] gentoo-x86 commit in dev-python/suds: suds-0.6.ebuild ChangeLog

2015-07-23 Thread Matt Thode (prometheanfire)
prometheanfire15/07/24 05:58:16

  Modified: ChangeLog
  Added:suds-0.6.ebuild
  Log:
  converting to suds-jurko as the source as upstream is dead
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.16 dev-python/suds/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/suds/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   21 Jul 2015 20:38:12 -  1.15
+++ ChangeLog   24 Jul 2015 05:58:16 -  1.16
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/suds
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/suds/ChangeLog,v 1.15 2015/07/21 
20:38:12 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/suds/ChangeLog,v 1.16 2015/07/24 
05:58:16 prometheanfire Exp $
+
+*suds-0.6 (24 Jul 2015)
+
+  24 Jul 2015; Matthew Thode prometheanf...@gentoo.org +suds-0.6.ebuild:
+  converting to suds-jurko as the source as upstream is dead
 
   21 Jul 2015; Manuel Rüger mr...@gentoo.org -suds-0.4.ebuild:
   Remove old.



1.1  dev-python/suds/suds-0.6.ebuild

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

Index: suds-0.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/suds/suds-0.6.ebuild,v 1.1 
2015/07/24 05:58:16 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )

inherit distutils-r1

DESCRIPTION=Lightweight SOAP client (Jurko's fork) (py3 support) (active 
development)
HOMEPAGE=http://bitbucket.org/jurko/suds;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}-jurko/${PN}-jurko-${PV}.tar.bz2 - 
${P}.tar.bz2
S=${WORKDIR}/${PN}-jurko-${PV}

LICENSE=LGPL-3
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
IUSE=

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

python_prepare() {
rm -R tests
}

python_compile() {
distutils-r1_python_compile
mv suds_jurko.egg-info suds.egg-info || die
sed -i -e 's/Name\:\ suds-jurko/Name:\ suds/g' -e '/^Obsoletes/d' 
suds.egg-info/PKG-INFO || die
}






[gentoo-commits] gentoo-x86 commit in dev-python/python-cinderclient: python-cinderclient-1.1.2.ebuild ChangeLog

2015-07-23 Thread Matt Thode (prometheanfire)
prometheanfire15/07/24 05:32:58

  Modified: ChangeLog
  Added:python-cinderclient-1.1.2.ebuild
  Log:
  bup
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.20 dev-python/python-cinderclient/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   21 Jul 2015 02:04:54 -  1.19
+++ ChangeLog   24 Jul 2015 05:32:58 -  1.20
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/python-cinderclient
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v 
1.19 2015/07/21 02:04:54 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v 
1.20 2015/07/24 05:32:58 prometheanfire Exp $
+
+*python-cinderclient-1.1.2 (24 Jul 2015)
+
+  24 Jul 2015; Matthew Thode prometheanf...@gentoo.org
+  +python-cinderclient-1.1.2.ebuild:
+  bup
 
 *python-cinderclient-1.2.1-r1 (21 Jul 2015)
 



1.1  
dev-python/python-cinderclient/python-cinderclient-1.1.2.ebuild

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

Index: python-cinderclient-1.1.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/python-cinderclient/python-cinderclient-1.1.2.ebuild,v
 1.1 2015/07/24 05:32:58 prometheanfire Exp $

EAPI=5
# waiting on hacking 0.8 to have py34
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=A client for the OpenStack Cinder API
HOMEPAGE=https://launchpad.net/python-cinderclient;
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.8[${PYTHON_USEDEP}]
dev-python/hacking-0.9[${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/mock-1.1.0[${PYTHON_USEDEP}]
=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
dev-python/oslo-sphinx-2.6.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/testtools-0.9.36[${PYTHON_USEDEP}]
!~dev-python/testtools-1.2.0[${PYTHON_USEDEP}]

=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
)
RDEPEND==dev-python/prettytable-0.7[${PYTHON_USEDEP}]
dev-python/prettytable-0.8[${PYTHON_USEDEP}]
=dev-python/python-keystoneclient-1.2.0[${PYTHON_USEDEP}]
=dev-python/python-keystoneclient-1.4.0[${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/Babel-1.3[${PYTHON_USEDEP}]
=dev-python/six-1.9.0[${PYTHON_USEDEP}]

python_prepare() {
sed -i '/^argparse/d' requirements.txt || die
}

python_test() {
testr init
testr run --parallel || die tests failed under python2.7
flake8 cinderclient/tests || die run by flake8 over tests folder 
yielded error
}






[gentoo-commits] gentoo-x86 commit in dev-python/suds-jurko: metadata.xml ChangeLog

2015-07-23 Thread Matt Thode (prometheanfire)
prometheanfire15/07/24 04:52:39

  Modified: metadata.xml ChangeLog
  Log:
  signing
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  dev-python/suds-jurko/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/suds-jurko/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml23 Jul 2015 03:26:03 -  1.1
+++ metadata.xml24 Jul 2015 04:52:39 -  1.2
@@ -6,6 +6,8 @@
nameMatthew Thode/name
/maintainer
longdescription lang=en
-   This is hopefully just a temporary fork of the original suds 
Python library project created because the original project development seems 
to have stalled. Should be reintegrated back into the original project if it 
ever gets revived again.
+   This is hopefully just a temporary fork of the original suds 
Python library project
+   created because the original project development seems to have 
stalled.
+   Should be reintegrated back into the original project if it 
ever gets revived again.
/longdescription
 /pkgmetadata



1.4  dev-python/suds-jurko/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/suds-jurko/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   24 Jul 2015 04:50:57 -  1.3
+++ ChangeLog   24 Jul 2015 04:52:39 -  1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/suds-jurko
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/suds-jurko/ChangeLog,v 1.3 
2015/07/24 04:50:57 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/suds-jurko/ChangeLog,v 1.4 
2015/07/24 04:52:39 prometheanfire Exp $
+
+  24 Jul 2015; Matthew Thode prometheanf...@gentoo.org metadata.xml:
+  signing
 
   24 Jul 2015; Matthew Thode prometheanf...@gentoo.org suds-jurko-0.6.ebuild:
   fixing bug 555710 (install py3 only)






[gentoo-commits] gentoo-x86 commit in dev-python/suds-jurko: suds-jurko-0.6.ebuild ChangeLog

2015-07-23 Thread Matt Thode (prometheanfire)
prometheanfire15/07/24 04:50:57

  Modified: suds-jurko-0.6.ebuild ChangeLog
  Log:
  fixing bug 555710 (install py3 only)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.3  dev-python/suds-jurko/suds-jurko-0.6.ebuild

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

Index: suds-jurko-0.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/suds-jurko/suds-jurko-0.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- suds-jurko-0.6.ebuild   23 Jul 2015 03:33:20 -  1.2
+++ suds-jurko-0.6.ebuild   24 Jul 2015 04:50:57 -  1.3
@@ -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/suds-jurko/suds-jurko-0.6.ebuild,v 1.2 
2015/07/23 03:33:20 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/suds-jurko/suds-jurko-0.6.ebuild,v 1.3 
2015/07/24 04:50:57 prometheanfire Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python3_4 )
 
 inherit distutils-r1
 



1.3  dev-python/suds-jurko/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/suds-jurko/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   23 Jul 2015 03:33:20 -  1.2
+++ ChangeLog   24 Jul 2015 04:50:57 -  1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/suds-jurko
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/suds-jurko/ChangeLog,v 1.2 
2015/07/23 03:33:20 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/suds-jurko/ChangeLog,v 1.3 
2015/07/24 04:50:57 prometheanfire Exp $
+
+  24 Jul 2015; Matthew Thode prometheanf...@gentoo.org suds-jurko-0.6.ebuild:
+  fixing bug 555710 (install py3 only)
 
   23 Jul 2015; Matthew Thode prometheanf...@gentoo.org suds-jurko-0.6.ebuild:
   adding x86






[gentoo-commits] gentoo-x86 commit in dev-ruby/facter: facter-3.0.2-r1.ebuild ChangeLog

2015-07-23 Thread Matt Thode (prometheanfire)
prometheanfire15/07/23 22:49:45

  Modified: facter-3.0.2-r1.ebuild ChangeLog
  Log:
  signing, also, previous commit fixed bug 555624
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  dev-ruby/facter/facter-3.0.2-r1.ebuild

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

Index: facter-3.0.2-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-3.0.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- facter-3.0.2-r1.ebuild  23 Jul 2015 22:47:41 -  1.1
+++ facter-3.0.2-r1.ebuild  23 Jul 2015 22:49:45 -  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/dev-ruby/facter/facter-3.0.2-r1.ebuild,v 
1.1 2015/07/23 22:47:41 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-3.0.2-r1.ebuild,v 
1.2 2015/07/23 22:49:45 prometheanfire Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21 ruby22
 
 inherit cmake-utils ruby-ng
 
-DESCRIPTION=A cross-platform Ruby library for retrieving facts from operating 
systems
+DESCRIPTION=A cross-platform ruby library for retrieving facts from operating 
systems
 HOMEPAGE=http://www.puppetlabs.com/puppet/related-projects/facter/;
 SRC_URI=https://downloads.puppetlabs.com/facter/${P}.tar.gz;
 S=${S}/all/${P}



1.143dev-ruby/facter/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.143view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.143content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?r1=1.142r2=1.143

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- ChangeLog   23 Jul 2015 22:47:41 -  1.142
+++ ChangeLog   23 Jul 2015 22:49:45 -  1.143
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/facter
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.142 
2015/07/23 22:47:41 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.143 
2015/07/23 22:49:45 prometheanfire Exp $
+
+  23 Jul 2015; Matthew Thode prometheanf...@gentoo.org 
facter-3.0.2-r1.ebuild:
+  signing, also, previous commit fixed bug 555624
 
 *facter-3.0.2-r1 (23 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-python/fixtures: fixtures-1.3.1-r1.ebuild ChangeLog fixtures-1.3.1.ebuild

2015-07-23 Thread Matt Thode (prometheanfire)
prometheanfire15/07/23 06:24:51

  Modified: ChangeLog
  Added:fixtures-1.3.1-r1.ebuild
  Removed:  fixtures-1.3.1.ebuild
  Log:
  fixing bug 555364
  
  updated depends, tests seem to pass for me, closed test-request
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.34 dev-python/fixtures/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   2 Jul 2015 07:24:10 -   1.33
+++ ChangeLog   23 Jul 2015 06:24:51 -  1.34
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/fixtures
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v 1.33 
2015/07/02 07:24:10 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/ChangeLog,v 1.34 
2015/07/23 06:24:51 prometheanfire Exp $
+
+*fixtures-1.3.1-r1 (23 Jul 2015)
+
+  23 Jul 2015; Matthew Thode prometheanf...@gentoo.org
+  +fixtures-1.3.1-r1.ebuild, -fixtures-1.3.1.ebuild:
+  fixing bug 555364  updated depends, tests seem to pass for me, closed test-
+  request
 
 *fixtures-1.3.1 (02 Jul 2015)
 



1.1  dev-python/fixtures/fixtures-1.3.1-r1.ebuild

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

Index: fixtures-1.3.1-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-1.3.1-r1.ebuild,v 1.1 
2015/07/23 06:24:51 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )

inherit distutils-r1

DESCRIPTION=Fixtures, reusable state for writing clean tests and more
HOMEPAGE=https://launchpad.net/python-fixtures 
https://pypi.python.org/pypi/fixtures;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=|| ( Apache-2.0 BSD )
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux
IUSE=test

# nose not listed but provides coverage output of tests
# run of test files by python lacks any output except on fail
RDEPEND=
=dev-python/pbr-0.11[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
=dev-python/testtools-0.9.22[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
test? ( dev-python/mock[$(python_gen_usedep 'python2*')] )
#DISTUTILS_IN_SOURCE_BUILD=1

python_test() {
emake check
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/facter: facter-3.0.2.ebuild ChangeLog

2015-07-22 Thread Matt Thode (prometheanfire)
prometheanfire15/07/23 02:42:27

  Modified: ChangeLog
  Added:facter-3.0.2.ebuild
  Log:
  bup
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.141dev-ruby/facter/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- ChangeLog   19 Jul 2015 08:47:50 -  1.140
+++ ChangeLog   23 Jul 2015 02:42:27 -  1.141
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/facter
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.140 
2015/07/19 08:47:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.141 
2015/07/23 02:42:27 prometheanfire Exp $
+
+*facter-3.0.2 (23 Jul 2015)
+
+  23 Jul 2015; Matthew Thode prometheanf...@gentoo.org +facter-3.0.2.ebuild:
+  bup
 
   19 Jul 2015; Jeroen Roovers j...@gentoo.org facter-3.0.1-r4.ebuild:
   Mark ~hppa (bug #553952).



1.1  dev-ruby/facter/facter-3.0.2.ebuild

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

Index: facter-3.0.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-3.0.2.ebuild,v 1.1 
2015/07/23 02:42:27 prometheanfire Exp $

EAPI=5
USE_RUBY=ruby19 ruby20 ruby21 ruby22

inherit cmake-utils ruby-ng

DESCRIPTION=A cross-platform Ruby library for retrieving facts from operating 
systems
HOMEPAGE=http://www.puppetlabs.com/puppet/related-projects/facter/;
SRC_URI=https://downloads.puppetlabs.com/facter/${P}.tar.gz;
S=${S}/all/${P}

LICENSE=Apache-2.0
SLOT=0
IUSE=debug test
KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~x86

CDEPEND=
=sys-devel/gcc-4.8:*
=dev-libs/boost-1.54
=dev-cpp/yaml-cpp-0.5.1
dev-libs/openssl:*
sys-apps/util-linux
app-emulation/virt-what
net-misc/curl

RDEPEND+= ${CDEPEND}
DEPEND+= test? ( ${CDEPEND} )

src_prepare() {
sed -i 's/\-Werror\ //g' vendor/leatherman/cmake/cflags.cmake || die
# Remove the code that installs facter.rb to the wrong directory.
sed -i '/RUBY_VENDORDIR/d' lib/CMakeLists.txt || die
# make it support multilib
sed -i 's/\ lib)/\ lib${LIB_SUFFIX})/g' lib/CMakeLists.txt || die
}

src_configure() {
local mycmakeargs=(
-DCMAKE_VERBOSE_MAKEFILE=ON
-DCMAKE_BUILD_TYPE=None
-DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_INSTALL_SYSCONFDIR=/etc
-DCMAKE_INSTALL_LOCALSTATEDIR=/var
)
if use debug; then
mycmakeargs+=(
  -DCMAKE_BUILD_TYPE=Debug
)
fi
cmake-utils_src_configure
}

each_ruby_install() {
doruby ${BUILD_DIR}/lib/facter.rb
}

src_install() {
cmake-utils_src_install
ruby-ng_src_install
}






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

2015-07-22 Thread Matt Thode (prometheanfire)
prometheanfire15/07/23 02:56:47

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



[gentoo-commits] gentoo-x86 commit in dev-python/suds-jurko: suds-jurko-0.6.ebuild ChangeLog

2015-07-22 Thread Matt Thode (prometheanfire)
prometheanfire15/07/23 03:33:20

  Modified: suds-jurko-0.6.ebuild ChangeLog
  Log:
  adding x86
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  dev-python/suds-jurko/suds-jurko-0.6.ebuild

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

Index: suds-jurko-0.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/suds-jurko/suds-jurko-0.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- suds-jurko-0.6.ebuild   23 Jul 2015 03:26:03 -  1.1
+++ suds-jurko-0.6.ebuild   23 Jul 2015 03:33:20 -  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/suds-jurko/suds-jurko-0.6.ebuild,v 1.1 
2015/07/23 03:26:03 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/suds-jurko/suds-jurko-0.6.ebuild,v 1.2 
2015/07/23 03:33:20 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_4 )
@@ -13,7 +13,7 @@
 
 LICENSE=LGPL-3
 SLOT=0
-KEYWORDS=~amd64
+KEYWORDS=~amd64 ~x86
 IUSE=
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]



1.2  dev-python/suds-jurko/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/suds-jurko/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   23 Jul 2015 03:26:03 -  1.1
+++ ChangeLog   23 Jul 2015 03:33:20 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/suds-jurko
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/suds-jurko/ChangeLog,v 1.1 
2015/07/23 03:26:03 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/suds-jurko/ChangeLog,v 1.2 
2015/07/23 03:33:20 prometheanfire Exp $
+
+  23 Jul 2015; Matthew Thode prometheanf...@gentoo.org suds-jurko-0.6.ebuild:
+  adding x86
 
 *suds-jurko-0.6 (23 Jul 2015)
 






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

2015-07-22 Thread Matt Thode (prometheanfire)
prometheanfire15/07/23 03:33:58

  Modified: ChangeLog
  Added:oslo-vmware-0.11.2.ebuild
  Log:
  bup
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-vmware/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   8 Jul 2015 20:38:04 -   1.8
+++ ChangeLog   23 Jul 2015 03:33:58 -  1.9
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/oslo-vmware
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-vmware/ChangeLog,v 1.8 
2015/07/08 20:38:04 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-vmware/ChangeLog,v 1.9 
2015/07/23 03:33:58 prometheanfire Exp $
+
+*oslo-vmware-0.11.2 (23 Jul 2015)
+
+  23 Jul 2015; Matthew Thode prometheanf...@gentoo.org
+  +oslo-vmware-0.11.2.ebuild:
+  bup
 
   08 Jul 2015; Mikle Kolyada zlog...@gentoo.org oslo-vmware-0.11.1.ebuild:
   x86 stable wrt bug #554114



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

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

Index: oslo-vmware-0.11.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-vmware/oslo-vmware-0.11.2.ebuild,v 1.1 
2015/07/23 03:33:58 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_4 )

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/mock-1.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.5.0[${PYTHON_USEDEP}]
dev-python/oslo-sphinx-2.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/nose[${PYTHON_USEDEP}]
)
RDEPEND=
=dev-python/stevedore-1.3.0[${PYTHON_USEDEP}]
dev-python/stevedore-1.4.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.5.0[${PYTHON_USEDEP}]
dev-python/oslo-i18n-1.6.0[${PYTHON_USEDEP}]
=dev-python/oslo-serialization-1.4.0[${PYTHON_USEDEP}]
dev-python/oslo-serialization-1.5.0[${PYTHON_USEDEP}]
=dev-python/oslo-utils-1.4.0[${PYTHON_USEDEP}]
dev-python/oslo-utils-1.5.0[${PYTHON_USEDEP}]
=dev-python/Babel-1.3[${PYTHON_USEDEP}]
=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
=dev-python/suds-0.4[$(python_gen_usedep 'python2*')]
=dev-python/suds-jurko-0.6[$(python_gen_usedep 'python3*')]
=dev-python/eventlet-0.16.1[${PYTHON_USEDEP}]
!~dev-python/eventlet-0.17.0[${PYTHON_USEDEP}]
=dev-python/requests-2.2.0[${PYTHON_USEDEP}]
!~dev-python/requests-2.4.0[${PYTHON_USEDEP}]

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

2015-07-22 Thread Matt Thode (prometheanfire)
prometheanfire15/07/23 03:39:23

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

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-novaclient/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   8 Jul 2015 20:48:12 -   1.31
+++ ChangeLog   23 Jul 2015 03:39:23 -  1.32
@@ -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.31 2015/07/08 20:48:12 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-novaclient/ChangeLog,v 
1.32 2015/07/23 03:39:23 prometheanfire Exp $
+
+*python-novaclient-2.23.1 (23 Jul 2015)
+
+  23 Jul 2015; Matthew Thode prometheanf...@gentoo.org
+  +python-novaclient-2.23.1.ebuild:
+  bup
 
   08 Jul 2015; Mikle Kolyada zlog...@gentoo.org
   python-novaclient-2.23.0.ebuild:



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

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

Index: python-novaclient-2.23.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/python-novaclient/python-novaclient-2.23.1.ebuild,v
 1.1 2015/07/23 03:39:23 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_4 )

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/mock-1.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.5.0[${PYTHON_USEDEP}]
dev-python/oslo-i18n-1.6.0[${PYTHON_USEDEP}]
=dev-python/oslo-serialization-1.4.0[${PYTHON_USEDEP}]
dev-python/oslo-serialization-1.5.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

[gentoo-commits] gentoo-x86 commit in dev-libs/liberasurecode: liberasurecode-1.0.8.ebuild ChangeLog

2015-07-22 Thread Matt Thode (prometheanfire)
prometheanfire15/07/23 05:14:28

  Modified: ChangeLog
  Added:liberasurecode-1.0.8.ebuild
  Log:
  bup, also fixing bug 549048
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.4  dev-libs/liberasurecode/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/liberasurecode/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   18 Jul 2015 12:06:46 -  1.3
+++ ChangeLog   23 Jul 2015 05:14:28 -  1.4
@@ -1,6 +1,12 @@
 # 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.3 
2015/07/18 12:06:46 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liberasurecode/ChangeLog,v 1.4 
2015/07/23 05:14:28 prometheanfire Exp $
+
+*liberasurecode-1.0.8 (23 Jul 2015)
+
+  23 Jul 2015; Matthew Thode prometheanf...@gentoo.org
+  +liberasurecode-1.0.8.ebuild:
+  bup, also fixing bug 549048
 
   18 Jul 2015; Mikle Kolyada zlog...@gentoo.org liberasurecode-1.0.7.ebuild:
   amd64 stable wrt bug #554284



1.1  dev-libs/liberasurecode/liberasurecode-1.0.8.ebuild

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

Index: liberasurecode-1.0.8.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.8.ebuild,v 
1.1 2015/07/23 05:14:28 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=f61e907d2bbc
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
}






[gentoo-commits] gentoo-x86 commit in dev-python/suds-jurko: metadata.xml suds-jurko-0.6.ebuild Manifest ChangeLog

2015-07-22 Thread Matt Thode (prometheanfire)
prometheanfire15/07/23 03:26:03

  Added:metadata.xml suds-jurko-0.6.ebuild Manifest
ChangeLog
  Log:
  adding for openstacky things
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.1  dev-python/suds-jurko/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/suds-jurko/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/suds-jurko/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
emailprometheanf...@gentoo.org/email
nameMatthew Thode/name
/maintainer
longdescription lang=en
This is hopefully just a temporary fork of the original suds 
Python library project created because the original project development seems 
to have stalled. Should be reintegrated back into the original project if it 
ever gets revived again.
/longdescription
/pkgmetadata



1.1  dev-python/suds-jurko/suds-jurko-0.6.ebuild

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

Index: suds-jurko-0.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/suds-jurko/suds-jurko-0.6.ebuild,v 1.1 
2015/07/23 03:26:03 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_4 )

inherit distutils-r1

DESCRIPTION=Lightweight SOAP client (Jurko's fork) (py3 support)
HOMEPAGE=http://bitbucket.org/jurko/suds;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2

LICENSE=LGPL-3
SLOT=0
KEYWORDS=~amd64
IUSE=

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

python_prepare() {
rm -R tests
}



1.1  dev-python/suds-jurko/Manifest

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

Index: Manifest
===
DIST suds-jurko-0.6.tar.bz2 143985 SHA256 
29edb72fd21e3044093d86f33c66cf847c5aaab26d64cb90e69e528ef014e57f SHA512 
ec078b159bd83c5799e293d9607138ee1da90fdc64da203999555a4324ce7be0235156d3c7ad28e46f84180a6e51e2f3f82228e5e77ae41c61ee20f3db2c916b
 WHIRLPOOL 
9c62762f1c865cf7763d9a7332dfa9927dcb693a99414de063451a11581a7e303b19c3c0f840db339829bd59c116565fba26d98aaa520739a6aa84edaabc90aa
EBUILD suds-jurko-0.6.ebuild 510 SHA256 
d8d8455b29cac7b8c696ab3b5fa5a448f3d19ec104bb1139c2cdb5422df9f6ce SHA512 
69565399724e60cf92d85619fbfbf47048c484d08344099a83663e022141f99d218ca75c6500ce3f464ab45c82544115c73969f3f04d5a9e7557cf798c904735
 WHIRLPOOL 
08bf3f9bfc8265d7785912e8b6e7e9829f13e582abaad11333f171851d7f0ac25c8a0feb55b2f8512938e29c2ace0a0828b315b2680c1936101d350f7cefd506
MISC metadata.xml 532 SHA256 
74d54936425109b89b04083fb4fca2604d5cc917ea0b3d10b797460049b887e3 SHA512 
915727daf7064dc41f9732076381bb8115f8b5eea67b1652ae12885bfe764896dc76a9d7c82ddb2d2ee8cafe249c0de7a52610c17b18eaec5816cd86a900921a
 WHIRLPOOL 
a80380cfac33f81d55122396de8db278b436b29aae95054c4e764f16235d1d8ca6deb2aea8ba8a0ecbb9340c9bf10b8c4270cfdec409507f4954269df5dfd4c6



1.1  dev-python/suds-jurko/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-python/suds-jurko
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/suds-jurko/ChangeLog,v 1.1 
2015/07/23 03:26:03 prometheanfire Exp $

*suds-jurko-0.6 (23 Jul 2015)

  23 Jul 2015; Matthew Thode prometheanf...@gentoo.org +metadata.xml,
  +suds-jurko-0.6.ebuild:
  adding for openstacky things






[gentoo-commits] gentoo-x86 commit in app-emulation/cloud-init: cloud-init-0.7.6-r1.ebuild ChangeLog

2015-07-21 Thread Matt Thode (prometheanfire)
prometheanfire15/07/21 06:59:12

  Modified: cloud-init-0.7.6-r1.ebuild ChangeLog
  Log:
  forgot about the cloud.cfg...
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.3  app-emulation/cloud-init/cloud-init-0.7.6-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/cloud-init-0.7.6-r1.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/cloud-init-0.7.6-r1.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/cloud-init-0.7.6-r1.ebuild?r1=1.2r2=1.3

Index: cloud-init-0.7.6-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/cloud-init/cloud-init-0.7.6-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cloud-init-0.7.6-r1.ebuild  20 Jul 2015 22:42:41 -  1.2
+++ cloud-init-0.7.6-r1.ebuild  21 Jul 2015 06:59:12 -  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/app-emulation/cloud-init/cloud-init-0.7.6-r1.ebuild,v 
1.2 2015/07/20 22:42:41 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/cloud-init/cloud-init-0.7.6-r1.ebuild,v 
1.3 2015/07/21 06:59:12 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -94,6 +94,8 @@
doins ${FILESDIR}/hosts.gentoo.tmpl
exeinto /usr/bin
doexe ${FILESDIR}/growpart
+   insinto /etc/cloud
+   doins ${FILESDIR}/cloud.cfg
 
systemd_dounit ${S}/systemd/cloud-config.service
systemd_dounit ${S}/systemd/cloud-config.target



1.19 app-emulation/cloud-init/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/ChangeLog?rev=1.19view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/ChangeLog?rev=1.19content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/ChangeLog?r1=1.18r2=1.19

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/cloud-init/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   20 Jul 2015 22:42:41 -  1.18
+++ ChangeLog   21 Jul 2015 06:59:12 -  1.19
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/cloud-init
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/cloud-init/ChangeLog,v 1.18 
2015/07/20 22:42:41 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/cloud-init/ChangeLog,v 1.19 
2015/07/21 06:59:12 prometheanfire Exp $
+
+  21 Jul 2015; Matthew Thode prometheanf...@gentoo.org
+  cloud-init-0.7.6-r1.ebuild:
+  forgot about the cloud.cfg...
 
   20 Jul 2015; Matthew Thode prometheanf...@gentoo.org +files/growpart,
   cloud-init-0.7.6-r1.ebuild, files/cloud.cfg:






[gentoo-commits] gentoo-x86 commit in app-emulation/cloud-init: cloud-init-0.7.6-r1.ebuild ChangeLog

2015-07-20 Thread Matt Thode (prometheanfire)
prometheanfire15/07/20 07:42:31

  Modified: ChangeLog
  Added:cloud-init-0.7.6-r1.ebuild
  Log:
  updating /etc/hosts template
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.17 app-emulation/cloud-init/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/ChangeLog?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/ChangeLog?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/ChangeLog?r1=1.16r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/cloud-init/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   9 Jun 2015 11:07:19 -   1.16
+++ ChangeLog   20 Jul 2015 07:42:31 -  1.17
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/cloud-init
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/cloud-init/ChangeLog,v 1.16 
2015/06/09 11:07:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/cloud-init/ChangeLog,v 1.17 
2015/07/20 07:42:31 prometheanfire Exp $
+
+*cloud-init-0.7.6-r1 (20 Jul 2015)
+
+  20 Jul 2015; Matthew Thode prometheanf...@gentoo.org
+  +cloud-init-0.7.6-r1.ebuild, +files/hosts.gentoo.tmpl:
+  updating /etc/hosts template
 
   09 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Updating remote-id in metadata.xml



1.1  app-emulation/cloud-init/cloud-init-0.7.6-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/cloud-init-0.7.6-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/cloud-init-0.7.6-r1.ebuild?rev=1.1content-type=text/plain

Index: cloud-init-0.7.6-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/cloud-init/cloud-init-0.7.6-r1.ebuild,v 
1.1 2015/07/20 07:42:31 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 eutils multilib systemd

DESCRIPTION=EC2 initialisation magic
HOMEPAGE=http://launchpad.net/cloud-init;
SRC_URI=http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz;

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

CDEPEND=
dev-python/cheetah[${PYTHON_USEDEP}]
dev-python/configobj[${PYTHON_USEDEP}]
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/jsonpatch[${PYTHON_USEDEP}]
dev-python/oauth[${PYTHON_USEDEP}]
dev-python/prettytable[${PYTHON_USEDEP}]
dev-python/pyserial[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]

DEPEND=
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
${CDEPEND}
=dev-python/httpretty-0.7.1[${PYTHON_USEDEP}]
dev-python/mocker[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
~dev-python/pep8-1.5.7[${PYTHON_USEDEP}]
dev-python/pyflakes[${PYTHON_USEDEP}]
sys-apps/iproute2
)

RDEPEND=
${CDEPEND}
virtual/logger


python_prepare_all() {
# Note: Gentoo places ip in /sbin/ not /bin/
ebegin 'patching cloudinit/sources/DataSourceOpenNebula.py'
sed \
-e '438s/sbin/bin/' \
-i cloudinit/sources/DataSourceOpenNebula.py
STATUS=$?
eend ${STATUS}
[[ ${STATUS} -gt 0 ]]  die

# https://bugs.launchpad.net/cloud-init/+bug/1380424
ebegin 'patching tests/unittests/test_distros/test_netconfig.py'
sed \
-e '177s/test_simple_write_freebsd/_/' \
-i tests/unittests/test_distros/test_netconfig.py
STATUS=$?
eend ${STATUS}
[[ ${STATUS} -gt 0 ]]  die

# Note Gentoo installs its own RC files
ebegin 'patching setup.py'
sed \
-e 144 s/'tests'/'tests.*', / \
-e '163,167 d' \
-i setup.py
STATUS=$?
eend ${STATUS}
[[ ${STATUS} -gt 0 ]]  die

distutils-r1_python_prepare_all
}

python_test() {
emake test
}

python_install_all() {
keepdir /etc/cloud

distutils-r1_python_install_all

doinitd ${S}/sysvinit/gentoo/cloud-config
doinitd ${S}/sysvinit/gentoo/cloud-final
doinitd ${S}/sysvinit/gentoo/cloud-init
doinitd ${S}/sysvinit/gentoo/cloud-init-local
insinto /etc/cloud/templates
doins ${FILESDIR}/hosts.gentoo.tmpl

systemd_dounit 

[gentoo-commits] gentoo-x86 commit in app-emulation/cloud-init/files: hosts.gentoo.tmpl

2015-07-20 Thread Matt Thode (prometheanfire)
prometheanfire15/07/20 07:42:31

  Added:hosts.gentoo.tmpl
  Log:
  updating /etc/hosts template
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.1  app-emulation/cloud-init/files/hosts.gentoo.tmpl

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/files/hosts.gentoo.tmpl?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/files/hosts.gentoo.tmpl?rev=1.1content-type=text/plain

Index: hosts.gentoo.tmpl
===
## template:jinja
{#
This file /etc/cloud/templates/hosts.gentoo.tmpl is only utilized
if enabled in cloud-config.  Specifically, in order to enable it
you need to add the following to config:
  manage_etc_hosts: template
-#}
# Your system has configured 'manage_etc_hosts' as 'template'.
# As a result, if you wish for changes to this file to persist
# then you will need to either
# a.) make changes to the master file in /etc/cloud/templates/hosts.gentoo.tmpl
# b.) change or remove the value of 'manage_etc_hosts' in
# /etc/cloud/cloud.cfg or cloud-config from user-data
# 
# The following lines are desirable for IPv4 capable hosts
127.0.0.1 {{fqdn}} {{hostname}}
127.0.0.1 localhost.localdomain localhost
127.0.0.1 localhost4.localdomain4 localhost4

# The following lines are desirable for IPv6 capable hosts
::1 {{fqdn}} {{hostname}}
::1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6





[gentoo-commits] gentoo-x86 commit in dev-python/python-cinderclient: python-cinderclient-1.2.1-r1.ebuild ChangeLog

2015-07-20 Thread Matt Thode (prometheanfire)
prometheanfire15/07/21 02:04:54

  Modified: ChangeLog
  Added:python-cinderclient-1.2.1-r1.ebuild
  Log:
  removing argparse from requirements.txt
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.19 dev-python/python-cinderclient/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   8 Jul 2015 20:47:30 -   1.18
+++ ChangeLog   21 Jul 2015 02:04:54 -  1.19
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/python-cinderclient
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v 
1.18 2015/07/08 20:47:30 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v 
1.19 2015/07/21 02:04:54 prometheanfire Exp $
+
+*python-cinderclient-1.2.1-r1 (21 Jul 2015)
+
+  21 Jul 2015; Matthew Thode prometheanf...@gentoo.org
+  +python-cinderclient-1.2.1-r1.ebuild:
+  removing argparse from requirements.txt
 
   08 Jul 2015; Mikle Kolyada zlog...@gentoo.org
   python-cinderclient-1.1.1.ebuild:



1.1  
dev-python/python-cinderclient/python-cinderclient-1.2.1-r1.ebuild

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

Index: python-cinderclient-1.2.1-r1.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-cinderclient/python-cinderclient-1.2.1-r1.ebuild,v
 1.1 2015/07/21 02:04:54 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=A client for the OpenStack Cinder API
HOMEPAGE=https://launchpad.net/python-cinderclient;
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.8[${PYTHON_USEDEP}]
dev-python/hacking-0.9[${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/oslo-sphinx-2.5.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/tempest-lib-0.5.0[${PYTHON_USEDEP}]
=dev-python/testtools-0.9.36[${PYTHON_USEDEP}]

=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
)
RDEPEND==dev-python/prettytable-0.7[${PYTHON_USEDEP}]
dev-python/prettytable-0.8[${PYTHON_USEDEP}]
=dev-python/python-keystoneclient-1.3.0[${PYTHON_USEDEP}]
=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
=dev-python/simplejson-2.2.0[${PYTHON_USEDEP}]
=dev-python/Babel-1.3[${PYTHON_USEDEP}]
=dev-python/six-1.9.0[${PYTHON_USEDEP}]

src_prepare() {
sed -i '/^argparse/d' requirements.txt || die
distutils-r1_python_prepare_all
}

python_test() {
testr init
testr run --parallel || die tests failed under python2.7
flake8 cinderclient/tests || die run by flake8 over tests folder 
yielded error
}






[gentoo-commits] gentoo-x86 commit in dev-python/python-glanceclient: python-glanceclient-0.19.0-r1.ebuild ChangeLog

2015-07-20 Thread Matt Thode (prometheanfire)
prometheanfire15/07/21 02:08:45

  Modified: ChangeLog
  Added:python-glanceclient-0.19.0-r1.ebuild
  Log:
  removing argparse from requirements.txt
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.23 dev-python/python-glanceclient/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-glanceclient/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   17 Jul 2015 19:24:43 -  1.22
+++ ChangeLog   21 Jul 2015 02:08:45 -  1.23
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/python-glanceclient
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-glanceclient/ChangeLog,v 
1.22 2015/07/17 19:24:43 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-glanceclient/ChangeLog,v 
1.23 2015/07/21 02:08:45 prometheanfire Exp $
+
+*python-glanceclient-0.19.0-r1 (21 Jul 2015)
+
+  21 Jul 2015; Matthew Thode prometheanf...@gentoo.org
+  +python-glanceclient-0.19.0-r1.ebuild:
+  removing argparse from requirements.txt
 
 *python-glanceclient-0.17.2 (17 Jul 2015)
 



1.1  
dev-python/python-glanceclient/python-glanceclient-0.19.0-r1.ebuild

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

Index: python-glanceclient-0.19.0-r1.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-glanceclient/python-glanceclient-0.19.0-r1.ebuild,v
 1.1 2015/07/21 02:08:45 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 )

inherit distutils-r1

DESCRIPTION=A client for the OpenStack Glance API
HOMEPAGE=https://github.com/openstack/python-glanceclient;
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=doc test
REQUIRED_USE=test? ( doc )

DEPEND=dev-python/setuptools[${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/mox3-0.7.0[${PYTHON_USEDEP}]
=dev-python/mock-1.0[${PYTHON_USEDEP}]
=dev-python/oslo-sphinx-2.5.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/fixtures-0.3.14[${PYTHON_USEDEP}]
=dev-python/requests-mock-0.6.0[${PYTHON_USEDEP}]
=dev-python/tempest-lib-0.5.0[${PYTHON_USEDEP}]
)
doc? (
=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[${PYTHON_USEDEP}]
)

RDEPEND=
=dev-python/pbr-0.11[${PYTHON_USEDEP}]
dev-python/pbr-2.0[${PYTHON_USEDEP}]
=dev-python/Babel-1.3[${PYTHON_USEDEP}]
=dev-python/prettytable-0.7[${PYTHON_USEDEP}]
dev-python/prettytable-0.8[${PYTHON_USEDEP}]
=dev-python/python-keystoneclient-1.6.0[${PYTHON_USEDEP}]
=dev-python/pyopenssl-0.11[${PYTHON_USEDEP}]
=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
=dev-python/warlock-1.0.1[${PYTHON_USEDEP}]
dev-python/warlock-2[${PYTHON_USEDEP}]
=dev-python/six-1.9.0[${PYTHON_USEDEP}]
=dev-python/oslo-utils-1.4.0[${PYTHON_USEDEP}]
=dev-python/oslo-i18n-1.5.0[${PYTHON_USEDEP}]


python_prepare_all() {
sed -e 's:intersphinx_mapping:_:' -i doc/source/conf.py || die
sed -i '/^argparse/d' requirements.txt || die
distutils-r1_python_prepare_all
}

python_compile_all() {
use doc  esetup.py build_sphinx
}


[gentoo-commits] gentoo-x86 commit in dev-python/python-keystoneclient: python-keystoneclient-1.6.0-r1.ebuild ChangeLog

2015-07-20 Thread Matt Thode (prometheanfire)
prometheanfire15/07/21 02:11:48

  Modified: ChangeLog
  Added:python-keystoneclient-1.6.0-r1.ebuild
  Log:
  removing argparse from requirements.txt
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.63 dev-python/python-keystoneclient/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   8 Jul 2015 20:44:43 -   1.62
+++ ChangeLog   21 Jul 2015 02:11:48 -  1.63
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/python-keystoneclient
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v 1.62 
2015/07/08 20:44:43 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v 1.63 
2015/07/21 02:11:48 prometheanfire Exp $
+
+*python-keystoneclient-1.6.0-r1 (21 Jul 2015)
+
+  21 Jul 2015; Matthew Thode prometheanf...@gentoo.org
+  +python-keystoneclient-1.6.0-r1.ebuild:
+  removing argparse from requirements.txt
 
   08 Jul 2015; Mikle Kolyada zlog...@gentoo.org
   python-keystoneclient-1.3.1.ebuild:



1.1  
dev-python/python-keystoneclient/python-keystoneclient-1.6.0-r1.ebuild

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

Index: python-keystoneclient-1.6.0-r1.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-keystoneclient/python-keystoneclient-1.6.0-r1.ebuild,v
 1.1 2015/07/21 02:11:48 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )

inherit distutils-r1

DESCRIPTION=Client Library for OpenStack Identity
HOMEPAGE=http://www.openstack.org/;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

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

# Note: blacklist version not in portage:
#doc? ( !~dev-python/sphinx-1.3_preb1[${PYTHON_USEDEP}] )

TCDEPEND=
=dev-python/lxml-2.3[${PYTHON_USEDEP}]
=dev-python/mock-1.0[${PYTHON_USEDEP}]
=dev-python/mox3-0.7.0[${PYTHON_USEDEP}]
=dev-python/requests-mock-0.6.0[${PYTHON_USEDEP}]
=dev-python/tempest-lib-0.5.0[${PYTHON_USEDEP}]
=dev-python/testresources-0.2.4[${PYTHON_USEDEP}]
=dev-python/webob-1.2.3[${PYTHON_USEDEP}]

DEPEND=
dev-python/setuptools[${PYTHON_USEDEP}]
=dev-python/pbr-0.11[${PYTHON_USEDEP}]
dev-python/pbr-2.0[${PYTHON_USEDEP}]
test? (
${TCDEPEND}
=dev-python/hacking-0.10.0[${PYTHON_USEDEP}]
dev-python/hacking-0.11[${PYTHON_USEDEP}]
=dev-python/coverage-3.6[${PYTHON_USEDEP}]
=dev-python/keyring-2.1[${PYTHON_USEDEP}]
!~dev-python/keyring-3.3[${PYTHON_USEDEP}]
=dev-python/oauthlib-0.6[${PYTHON_USEDEP}]
=dev-python/oslotest-1.5.1[${PYTHON_USEDEP}]
=dev-python/pycrypto-2.6[${PYTHON_USEDEP}]
=dev-python/requests-mock-0.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}]
)
doc? (
${TCDEPEND}
=dev-python/fixtures-0.3.14[${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[${PYTHON_USEDEP}]
)

RDEPEND=
=dev-python/Babel-1.3[${PYTHON_USEDEP}]
=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
=dev-python/oslo-config-1.11.0[${PYTHON_USEDEP}]
=dev-python/oslo-i18n-1.5.0[${PYTHON_USEDEP}]
=dev-python/oslo-serialization-1.4.0[${PYTHON_USEDEP}]

[gentoo-commits] gentoo-x86 commit in app-emulation/cloud-init/files: cloud.cfg growpart

2015-07-20 Thread Matt Thode (prometheanfire)
prometheanfire15/07/20 22:42:41

  Modified: cloud.cfg
  Added:growpart
  Log:
  updating cloud.cfg and adding growparts
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  app-emulation/cloud-init/files/cloud.cfg

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/files/cloud.cfg?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/files/cloud.cfg?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/files/cloud.cfg?r1=1.1r2=1.2

Index: cloud.cfg
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/cloud-init/files/cloud.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cloud.cfg   8 Jun 2015 01:11:20 -   1.1
+++ cloud.cfg   20 Jul 2015 22:42:41 -  1.2
@@ -10,21 +10,17 @@
 # If this is set, 'root' will not be able to ssh in and they 
 # will get a message to login instead as the above $user (ubuntu)
 disable_root: true
+ssh_pwauth:   false
 
 # This will cause the set+update hostname module to not operate (if true)
-preserve_hostname: false
+# preserve_hostname: false
 
-# Example datasource config
-# datasource: 
-#Ec2: 
-#  metadata_urls: [ 'blah.com' ]
-#  timeout: 5 # (defaults to 50 seconds)
-#  max_wait: 10 # (defaults to 120 seconds)
+syslog_fix_perms: root:root
+
+ssh_deletekeys: false
+ssh_genkeytypes: [rsa, dsa] 
 
-# The modules that run in the 'init' stage
 cloud_init_modules:
- - migrator
- - ubuntu-init-switch
  - seed_random
  - bootcmd
  - write-files
@@ -34,25 +30,14 @@
  - update_hostname
  - update_etc_hosts
  - ca-certs
- - rsyslog
  - users-groups
  - ssh
 
-# The modules that run in the 'config' stage
 cloud_config_modules:
-# Emit the cloud config ready event
-# this can be used by upstart jobs for 'start on cloud-config'.
- - emit_upstart
  - disk_setup
  - mounts
  - ssh-import-id
- - locale
  - set-passwords
- - grub-dpkg
- - apt-pipelining
- - apt-configure
- - package-update-upgrade-install
- - landscape
  - timezone
  - puppet
  - chef
@@ -60,11 +45,8 @@
  - mcollective
  - disable-ec2-metadata
  - runcmd
- - byobu
 
-# The modules that run in the 'final' stage
 cloud_final_modules:
- - rightscale_userdata
  - scripts-vendor
  - scripts-per-once
  - scripts-per-boot
@@ -85,12 +67,13 @@
default_user:
  name: gentoo
  lock_passwd: True
- gecos: gentoo
- groups: [adm]
+ gecos: Gentoo
+ groups: [users, wheel]
+ primary_group: users
+ no-user-group: true
  sudo: [ALL=(ALL) NOPASSWD:ALL]
  shell: /bin/bash
# Other config here will be given to the distro class and/or path classes
paths:
   cloud_dir: /var/lib/cloud/
   templates_dir: /etc/cloud/templates/
-   ssh_svcname: sshd



1.1  app-emulation/cloud-init/files/growpart

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/files/growpart?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/files/growpart?rev=1.1content-type=text/plain

Index: growpart
===
#!/bin/sh
#Copyright (C) 2011 Canonical Ltd.
#Copyright (C) 2013 Hewlett-Packard Development Company, L.P.
#
#Authors: Scott Moser smo...@canonical.com
# Juerg Haefliger juerg.haefli...@hp.com
#
#This program is free software: you can redistribute it and/or modify
#it under the terms of the GNU General Public License as published by
#the Free Software Foundation, version 3 of the License.
#
#This program is distributed in the hope that it will be useful,
#but WITHOUT ANY WARRANTY; without even the implied warranty of
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#GNU General Public License for more details.
#
#You should have received a copy of the GNU General Public License
#along with this program.  If not, see http://www.gnu.org/licenses/.

# the fudge factor. if within this many bytes dont bother
FUDGE=${GROWPART_FUDGE:-$((1024*1024))}
TEMP_D=
RESTORE_FUNC=
RESTORE_HUMAN=
VERBOSITY=0
DISK=
PART=
PT_UPDATE=false
DRY_RUN=0

SFDISK_VERSION=
SFDISK_2_26=22600
MBR_BACKUP=
GPT_BACKUP=
_capture=

error() {
echo $@ 12
}

fail() {
[ $# -eq 0 ] || echo FAILED: $@
exit 2
}

nochange() {
echo NOCHANGE: $@
exit 1
}

changed() {
echo CHANGED: $@
exit 0
}

change() {
echo CHANGE: $@
exit 0
}

cleanup() {
if [ -n ${RESTORE_FUNC} ]; then
error * WARNING: Resize failed, attempting to revert 
**
if ${RESTORE_FUNC} ; then
error * Appears to have gone OK 
else

[gentoo-commits] gentoo-x86 commit in app-emulation/cloud-init: cloud-init-0.7.6-r1.ebuild ChangeLog

2015-07-20 Thread Matt Thode (prometheanfire)
prometheanfire15/07/20 22:42:41

  Modified: cloud-init-0.7.6-r1.ebuild ChangeLog
  Log:
  updating cloud.cfg and adding growparts
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  app-emulation/cloud-init/cloud-init-0.7.6-r1.ebuild

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

Index: cloud-init-0.7.6-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emulation/cloud-init/cloud-init-0.7.6-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cloud-init-0.7.6-r1.ebuild  20 Jul 2015 07:42:31 -  1.1
+++ cloud-init-0.7.6-r1.ebuild  20 Jul 2015 22:42: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/app-emulation/cloud-init/cloud-init-0.7.6-r1.ebuild,v 
1.1 2015/07/20 07:42:31 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/cloud-init/cloud-init-0.7.6-r1.ebuild,v 
1.2 2015/07/20 22:42:41 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -41,6 +41,7 @@
 
 RDEPEND=
${CDEPEND}
+   sys-apps/gptfdisk
virtual/logger
 
 
@@ -91,6 +92,8 @@
doinitd ${S}/sysvinit/gentoo/cloud-init-local
insinto /etc/cloud/templates
doins ${FILESDIR}/hosts.gentoo.tmpl
+   exeinto /usr/bin
+   doexe ${FILESDIR}/growpart
 
systemd_dounit ${S}/systemd/cloud-config.service
systemd_dounit ${S}/systemd/cloud-config.target



1.18 app-emulation/cloud-init/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/ChangeLog?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/ChangeLog?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/ChangeLog?r1=1.17r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/cloud-init/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   20 Jul 2015 07:42:31 -  1.17
+++ ChangeLog   20 Jul 2015 22:42:41 -  1.18
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/cloud-init
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/cloud-init/ChangeLog,v 1.17 
2015/07/20 07:42:31 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/cloud-init/ChangeLog,v 1.18 
2015/07/20 22:42:41 prometheanfire Exp $
+
+  20 Jul 2015; Matthew Thode prometheanf...@gentoo.org +files/growpart,
+  cloud-init-0.7.6-r1.ebuild, files/cloud.cfg:
+  updating cloud.cfg and adding growparts
 
 *cloud-init-0.7.6-r1 (20 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in net-analyzer/icinga2: icinga2-2.3.8.ebuild ChangeLog

2015-07-20 Thread Matt Thode (prometheanfire)
prometheanfire15/07/20 22:51:23

  Modified: ChangeLog
  Added:icinga2-2.3.8.ebuild
  Log:
  bup
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.41 net-analyzer/icinga2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   16 Jul 2015 05:50:37 -  1.40
+++ ChangeLog   20 Jul 2015 22:51:23 -  1.41
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/icinga2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/ChangeLog,v 1.40 
2015/07/16 05:50:37 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/ChangeLog,v 1.41 
2015/07/20 22:51:23 prometheanfire Exp $
+
+*icinga2-2.3.8 (20 Jul 2015)
+
+  20 Jul 2015; Matthew Thode prometheanf...@gentoo.org +icinga2-2.3.8.ebuild:
+  bup
 
 *icinga2-2.3.7 (16 Jul 2015)
 



1.1  net-analyzer/icinga2/icinga2-2.3.8.ebuild

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

Index: icinga2-2.3.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/icinga2-2.3.8.ebuild,v 
1.1 2015/07/20 22:51:23 prometheanfire Exp $

EAPI=5
inherit cmake-utils depend.apache eutils systemd toolchain-funcs user 
versionator

DESCRIPTION=Distributed, general purpose, network monitoring engine
HOMEPAGE=http://icinga.org/icinga2;
SRC_URI=http://github.com/Icinga/icinga2/archive/v${PV}.tar.gz - ${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=+mysql postgres classicui minimal nano-syntax +plugins +vim-syntax

DEPEND=
dev-libs/openssl:=
=dev-libs/boost-1.41
sys-devel/bison
=sys-devel/flex-2.5.35
mysql? ( virtual/mysql )
postgres? ( dev-db/postgresql:= )

RDEPEND=
${DEPEND}
plugins? ( || (
net-analyzer/monitoring-plugins
net-analyzer/nagios-plugins
) )
classicui? ( net-analyzer/icinga[web] )

REQUIRED_USE=!minimal? ( || ( mysql postgres ) )

want_apache2

pkg_setup() {
enewgroup icinga
enewgroup icingacmd
enewgroup nagios  # for plugins
enewuser icinga -1 -1 /var/lib/icinga2 icinga,icingacmd,nagios
}

src_prepare() {
#   epatch ${FILESDIR}/${P}-create_var_cache.patch
epatch_user
}

src_configure() {
local mycmakeargs=(
-DICINGA2_UNITY_BUILD=FALSE
-DCMAKE_VERBOSE_MAKEFILE=ON
-DCMAKE_BUILD_TYPE=None
-DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_INSTALL_SYSCONFDIR=/etc
-DCMAKE_INSTALL_LOCALSTATEDIR=/var
-DICINGA2_SYSCONFIGFILE=/etc/conf.d/icinga2
-DICINGA2_USER=icinga
-DICINGA2_GROUP=icingacmd
-DICINGA2_COMMAND_USER=icinga
-DICINGA2_COMMAND_GROUP=icingacmd
-DINSTALL_SYSTEMD_SERVICE_AND_INITSCRIPT=yes
)
if use postgres; then
mycmakeargs+=(
-DICINGA2_WITH_PGSQL=ON
)
else
mycmakeargs+=(
-DICINGA2_WITH_PGSQL=OFF
)
fi
if use mysql; then
mycmakeargs+=(
-DICINGA2_WITH_MYSQL=ON
)
else
mycmakeargs+=(
-DICINGA2_WITH_MYSQL=OFF
)
fi
cmake-utils_src_configure
}

src_install() {
BUILDDIR=${WORKDIR}/icinga2-${PV}_build
cd $BUILDDIR

#if [[ -f Makefile ]] || [[ -f GNUmakefile ]] || [[ -f makefile ]] ; 
then

emake DESTDIR=${D} install
#fi

cd ${WORKDIR}/icinga2-${PV}
if ! declare -p DOCS /dev/null 21 ; then
local d
for d in README* ChangeLog AUTHORS NEWS TODO CHANGES THANKS 
BUGS \
FAQ CREDITS CHANGELOG ; do
[[ -s ${d} ]]  dodoc ${d}
done
elif declare -p DOCS | grep -q 

[gentoo-commits] gentoo-x86 commit in app-admin/puppetserver: puppetserver-2.1.1.ebuild ChangeLog

2015-07-19 Thread Matt Thode (prometheanfire)
prometheanfire15/07/19 20:56:29

  Modified: puppetserver-2.1.1.ebuild ChangeLog
  Log:
  more binaries
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.4  app-admin/puppetserver/puppetserver-2.1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppetserver/puppetserver-2.1.1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppetserver/puppetserver-2.1.1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppetserver/puppetserver-2.1.1.ebuild?r1=1.3r2=1.4

Index: puppetserver-2.1.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/puppetserver/puppetserver-2.1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- puppetserver-2.1.1.ebuild   19 Jul 2015 03:05:17 -  1.3
+++ puppetserver-2.1.1.ebuild   19 Jul 2015 20:56:29 -  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/app-admin/puppetserver/puppetserver-2.1.1.ebuild,v 1.3 
2015/07/19 03:05:17 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/puppetserver/puppetserver-2.1.1.ebuild,v 1.4 
2015/07/19 20:56:29 prometheanfire Exp $
 
 EAPI=5
 
@@ -71,6 +71,7 @@
dosym ../apps/puppetserver/bin/puppetserver 
/opt/puppetlabs/server/bin/puppetserver
dodir /opt/puppetlabs/bin
dosym ../server/apps/puppetserver/bin/puppetserver 
/opt/puppetlabs/bin/puppetserver
+   dosym /opt/puppetlabs/server/apps/puppetserver/bin/puppetserver 
/usr/bin/puppetserver
# other sys stuff
dodir /etc/puppetlabs/code
# needed for systemd



1.4  app-admin/puppetserver/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/puppetserver/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   19 Jul 2015 03:05:17 -  1.3
+++ ChangeLog   19 Jul 2015 20:56:29 -  1.4
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/puppetserver
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/puppetserver/ChangeLog,v 1.3 
2015/07/19 03:05:17 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppetserver/ChangeLog,v 1.4 
2015/07/19 20:56:29 prometheanfire Exp $
+
+  19 Jul 2015; Matthew Thode prometheanf...@gentoo.org
+  puppetserver-2.1.1.ebuild:
+  more binaries
 
   19 Jul 2015; Matthew Thode prometheanf...@gentoo.org
   puppetserver-2.1.1.ebuild:






[gentoo-commits] gentoo-x86 commit in app-admin/puppetdb: puppetdb-3.0.1.ebuild ChangeLog

2015-07-19 Thread Matt Thode (prometheanfire)
prometheanfire15/07/19 20:53:49

  Modified: puppetdb-3.0.1.ebuild ChangeLog
  Log:
  more binaries
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.6  app-admin/puppetdb/puppetdb-3.0.1.ebuild

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

Index: puppetdb-3.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/puppetdb/puppetdb-3.0.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- puppetdb-3.0.1.ebuild   19 Jul 2015 03:06:36 -  1.5
+++ puppetdb-3.0.1.ebuild   19 Jul 2015 20:53:49 -  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/app-admin/puppetdb/puppetdb-3.0.1.ebuild,v 
1.5 2015/07/19 03:06:36 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppetdb/puppetdb-3.0.1.ebuild,v 
1.6 2015/07/19 20:53:49 prometheanfire Exp $
 
 EAPI=5
 
@@ -71,6 +71,7 @@
dosym ../apps/puppetdb/bin/puppetdb /opt/puppetlabs/server/bin/puppetdb
dodir /opt/puppetlabs/bin
dosym ../server/apps/puppetdb/bin/puppetdb /opt/puppetlabs/bin/puppetdb
+   dosym /opt/puppetlabs/server/apps/puppetdb/bin/puppetdb 
/usr/bin/puppetdb
# init type tasks
newconfd ext/default puppetdb
systemd_dounit ext/redhat/puppetdb.service



1.6  app-admin/puppetdb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/puppetdb/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   19 Jul 2015 03:06:36 -  1.5
+++ ChangeLog   19 Jul 2015 20:53:49 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/puppetdb
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/puppetdb/ChangeLog,v 1.5 
2015/07/19 03:06:36 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppetdb/ChangeLog,v 1.6 
2015/07/19 20:53:49 prometheanfire Exp $
+
+  19 Jul 2015; Matthew Thode prometheanf...@gentoo.org puppetdb-3.0.1.ebuild:
+  more binaries
 
   19 Jul 2015; Matthew Thode prometheanf...@gentoo.org puppetdb-3.0.1.ebuild:
   puppetdb supports jdk 1.7 AND above






[gentoo-commits] gentoo-x86 commit in app-admin/puppet-agent: metadata.xml puppet-agent-1.2.1.ebuild ChangeLog

2015-07-19 Thread Matt Thode (prometheanfire)
prometheanfire15/07/20 04:51:23

  Modified: metadata.xml puppet-agent-1.2.1.ebuild ChangeLog
  Log:
  signin'
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.3  app-admin/puppet-agent/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml18 Jul 2015 23:23:39 -  1.2
+++ metadata.xml20 Jul 2015 04:51:23 -  1.3
@@ -9,6 +9,6 @@
flag name=puppetdbAdds puppetdb support/flag
/use
longdescription lang=en
-   collection of puppet utils, client and batteries included
+   Collection of puppet utils, client and batteries included.
/longdescription
 /pkgmetadata



1.5  app-admin/puppet-agent/puppet-agent-1.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/puppet-agent-1.2.1.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/puppet-agent-1.2.1.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/puppet-agent-1.2.1.ebuild?r1=1.4r2=1.5

Index: puppet-agent-1.2.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/puppet-agent/puppet-agent-1.2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- puppet-agent-1.2.1.ebuild   20 Jul 2015 04:49:36 -  1.4
+++ puppet-agent-1.2.1.ebuild   20 Jul 2015 04:51:23 -  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/app-admin/puppet-agent/puppet-agent-1.2.1.ebuild,v 1.4 
2015/07/20 04:49:36 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/puppet-agent/puppet-agent-1.2.1.ebuild,v 1.5 
2015/07/20 04:51:23 prometheanfire Exp $
 
 EAPI=5
 inherit eutils systemd unpacker
@@ -53,7 +53,7 @@
systemd_dounit ${FILESDIR}/mcollective.service
systemd_newtmpfilesd ${FILESDIR}/puppet-agent.conf.tmpfilesd 
puppet-agent.conf
# symlinks
-   chmod 0755 -R ${D}/opt/puppetlabs/puppet/bin/
+   chmod 0755 -R ${D}/opt/puppetlabs/puppet/bin/
dosym /opt/puppetlabs/bin/facter /usr/bin/facter
dosym /opt/puppetlabs/bin/hiera /usr/bin/hiera
dosym /opt/puppetlabs/bin/mco /usr/bin/mco



1.6  app-admin/puppet-agent/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   20 Jul 2015 04:49:36 -  1.5
+++ ChangeLog   20 Jul 2015 04:51:23 -  1.6
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/puppet-agent
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/ChangeLog,v 1.5 
2015/07/20 04:49:36 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/ChangeLog,v 1.6 
2015/07/20 04:51:23 prometheanfire Exp $
+
+  20 Jul 2015; Matthew Thode prometheanf...@gentoo.org metadata.xml,
+  puppet-agent-1.2.1.ebuild:
+  signin'
 
   20 Jul 2015; Matthew Thode prometheanf...@gentoo.org
   puppet-agent-1.2.1.ebuild:






[gentoo-commits] gentoo-x86 commit in app-admin/puppetserver/files: puppetserver.initd

2015-07-19 Thread Matt Thode (prometheanfire)
prometheanfire15/07/20 05:37:35

  Modified: puppetserver.initd
  Log:
  fixing openrc init script
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  app-admin/puppetserver/files/puppetserver.initd

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppetserver/files/puppetserver.initd?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppetserver/files/puppetserver.initd?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppetserver/files/puppetserver.initd?r1=1.1r2=1.2

Index: puppetserver.initd
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/puppetserver/files/puppetserver.initd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- puppetserver.initd  18 Jul 2015 23:24:56 -  1.1
+++ puppetserver.initd  20 Jul 2015 05:37:35 -  1.2
@@ -1,7 +1,7 @@
 #!/sbin/runscript
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-admin/puppetserver/files/puppetserver.initd,v 1.1 
2015/07/18 23:24:56 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/puppetserver/files/puppetserver.initd,v 1.2 
2015/07/20 05:37:35 prometheanfire Exp $
 
 extra_commands=checkconfig
 
@@ -34,25 +34,23 @@
 eend 1
 fi
 
+checkpath -d -m 0755 ${LOGDIR%/*}
+checkpath -d -m 0755 ${RUNDIR%/*}
 checkpath -d -m 0700 -o ${USER}:${GROUP} ${LOGDIR}
 checkpath -d -m 0755 -o ${USER}:${GROUP} ${RUNDIR}
 
-
-
-JAVA_ARGS=${JAVA_ARGS} -cp '${INSTALL_DIR}/puppet-server-release.jar' 
clojure.main -m \
-puppetlabs.trapperkeeper.main --config ${CONFIG} -b '${BOOTSTRAP_CONFIG}'
-
-EXEC=${JAVA_BIN} -XX:OnOutOfMemoryError=\kill -9 %p\ 
-XX:+HeapDumpOnOutOfMemoryError \
--XX:HeapDumpPath=/var/log/puppetlabs/puppetserver 
-Djava.security.egd=/dev/urandom ${JAVA_ARGS}
+JAVA_ARGS=${JAVA_ARGS} -cp '${INSTALL_DIR}/puppet-server-release.jar' 
clojure.main -m puppetlabs.trapperkeeper.main --config ${CONFIG} -b 
'${BOOTSTRAP_CONFIG}'
+EXEC=${JAVA_BIN} -XX:OnOutOfMemoryError=\kill -9 %p\ 
-XX:+HeapDumpOnOutOfMemoryError 
-XX:HeapDumpPath=/var/log/puppetlabs/puppetserver 
-Djava.security.egd=/dev/urandom ${JAVA_ARGS}
 }
 
 start() {
 checkconfig || return 1
 
-ebegin Starting PuppetDB
+ebegin Starting Puppet Server
 start-stop-daemon --start -u ${USER} -g ${GROUP} \
---exec ${EXEC} --pidfile ${RUNDIR}/puppetserver.pid \
---  ${LOGDIR}/puppetserver-daemon.log
+-m --pidfile ${RUNDIR}/puppetserver.pid \
+-b --exec /bin/bash \
+-- -c exec ${EXEC}  ${LOGDIR}/daemon.log 21
 local retval=$?
 if [ $retval -ne 0 ]; then
 ewarn Error starting puppetserver.
@@ -61,7 +59,7 @@
 }
 
 stop() {
-ebegin Stopping PuppetDB
+ebegin Stopping Puppet Server
 start-stop-daemon --stop --pidfile ${RUNDIR}/puppetserver.pid
 eend $?
 }






[gentoo-commits] gentoo-x86 commit in app-admin/puppetserver: ChangeLog

2015-07-19 Thread Matt Thode (prometheanfire)
prometheanfire15/07/20 05:37:35

  Modified: ChangeLog
  Log:
  fixing openrc init script
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.5  app-admin/puppetserver/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/puppetserver/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   19 Jul 2015 20:56:29 -  1.4
+++ ChangeLog   20 Jul 2015 05:37:35 -  1.5
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/puppetserver
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/puppetserver/ChangeLog,v 1.4 
2015/07/19 20:56:29 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppetserver/ChangeLog,v 1.5 
2015/07/20 05:37:35 prometheanfire Exp $
+
+  20 Jul 2015; Matthew Thode prometheanf...@gentoo.org
+  files/puppetserver.initd:
+  fixing openrc init script
 
   19 Jul 2015; Matthew Thode prometheanf...@gentoo.org
   puppetserver-2.1.1.ebuild:






[gentoo-commits] gentoo-x86 commit in app-admin/puppet-agent: puppet-agent-1.2.1.ebuild ChangeLog

2015-07-19 Thread Matt Thode (prometheanfire)
prometheanfire15/07/20 04:49:36

  Modified: puppet-agent-1.2.1.ebuild ChangeLog
  Log:
  make exec exetable
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.4  app-admin/puppet-agent/puppet-agent-1.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/puppet-agent-1.2.1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/puppet-agent-1.2.1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/puppet-agent-1.2.1.ebuild?r1=1.3r2=1.4

Index: puppet-agent-1.2.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/puppet-agent/puppet-agent-1.2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- puppet-agent-1.2.1.ebuild   19 Jul 2015 03:18:06 -  1.3
+++ puppet-agent-1.2.1.ebuild   20 Jul 2015 04:49:36 -  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/app-admin/puppet-agent/puppet-agent-1.2.1.ebuild,v 1.3 
2015/07/19 03:18:06 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/puppet-agent/puppet-agent-1.2.1.ebuild,v 1.4 
2015/07/20 04:49:36 prometheanfire Exp $
 
 EAPI=5
 inherit eutils systemd unpacker
@@ -53,7 +53,7 @@
systemd_dounit ${FILESDIR}/mcollective.service
systemd_newtmpfilesd ${FILESDIR}/puppet-agent.conf.tmpfilesd 
puppet-agent.conf
# symlinks
-   fperms 755 /opt/puppetlabs/puppet/bin/*
+   chmod 0755 -R ${D}/opt/puppetlabs/puppet/bin/
dosym /opt/puppetlabs/bin/facter /usr/bin/facter
dosym /opt/puppetlabs/bin/hiera /usr/bin/hiera
dosym /opt/puppetlabs/bin/mco /usr/bin/mco



1.5  app-admin/puppet-agent/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppet-agent/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   19 Jul 2015 03:18:06 -  1.4
+++ ChangeLog   20 Jul 2015 04:49:36 -  1.5
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/puppet-agent
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/ChangeLog,v 1.4 
2015/07/19 03:18:06 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet-agent/ChangeLog,v 1.5 
2015/07/20 04:49:36 prometheanfire Exp $
+
+  20 Jul 2015; Matthew Thode prometheanf...@gentoo.org
+  puppet-agent-1.2.1.ebuild:
+  make exec exetable
 
   19 Jul 2015; Matthew Thode prometheanf...@gentoo.org
   puppet-agent-1.2.1.ebuild:






[gentoo-commits] gentoo-x86 commit in app-admin/puppetdb: ChangeLog

2015-07-19 Thread Matt Thode (prometheanfire)
prometheanfire15/07/20 05:41:49

  Modified: ChangeLog
  Log:
  betterer init scripts... er
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.7  app-admin/puppetdb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/puppetdb/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   19 Jul 2015 20:53:49 -  1.6
+++ ChangeLog   20 Jul 2015 05:41:49 -  1.7
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/puppetdb
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/puppetdb/ChangeLog,v 1.6 
2015/07/19 20:53:49 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppetdb/ChangeLog,v 1.7 
2015/07/20 05:41:49 prometheanfire Exp $
+
+  20 Jul 2015; Matthew Thode prometheanf...@gentoo.org files/puppetdb.initd:
+  betterer init scripts... er
 
   19 Jul 2015; Matthew Thode prometheanf...@gentoo.org puppetdb-3.0.1.ebuild:
   more binaries






[gentoo-commits] gentoo-x86 commit in app-admin/puppetdb/files: puppetdb.initd

2015-07-19 Thread Matt Thode (prometheanfire)
prometheanfire15/07/20 05:41:49

  Modified: puppetdb.initd
  Log:
  betterer init scripts... er
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.3  app-admin/puppetdb/files/puppetdb.initd

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

Index: puppetdb.initd
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/puppetdb/files/puppetdb.initd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- puppetdb.initd  18 Jul 2015 09:11:01 -  1.2
+++ puppetdb.initd  20 Jul 2015 05:41:49 -  1.3
@@ -1,7 +1,7 @@
 #!/sbin/runscript
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/puppetdb/files/puppetdb.initd,v 
1.2 2015/07/18 09:11:01 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppetdb/files/puppetdb.initd,v 
1.3 2015/07/20 05:41:49 prometheanfire Exp $
 
 extra_commands=checkconfig
 
@@ -34,14 +34,13 @@
 eend 1
 fi
 
+checkpath -d -m 0755 ${LOGDIR%/*}
+checkpath -d -m 0755 ${RUNDIR%/*}
 checkpath -d -m 0700 -o ${USER}:${GROUP} ${LOGDIR}
 checkpath -d -m 0755 -o ${USER}:${GROUP} ${RUNDIR}
 
-JAVA_ARGS=${JAVA_ARGS} -cp '${INSTALL_DIR}/puppetdb.jar' clojure.main -m 
puppetlabs.puppetdb.main \
---config ${CONFIG} -b '${BOOTSTRAP_CONFIG}'
-
-EXEC=${JAVA_BIN} -XX:OnOutOfMemoryError=\kill -9 %p\ 
-XX:+HeapDumpOnOutOfMemoryError \
--XX:HeapDumpPath=/var/log/puppetlabs/puppetdb 
-Djava.security.egd=/dev/urandom ${JAVA_ARGS}
+JAVA_ARGS=${JAVA_ARGS} -cp '${INSTALL_DIR}/puppetdb.jar' clojure.main -m 
puppetlabs.puppetdb.main --config ${CONFIG} -b '${BOOTSTRAP_CONFIG}'
+EXEC=${JAVA_BIN} -XX:OnOutOfMemoryError=\kill -9 %p\ 
-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/var/log/puppetlabs/puppetdb 
-Djava.security.egd=/dev/urandom ${JAVA_ARGS}
 }
 
 start() {
@@ -49,8 +48,9 @@
 
 ebegin Starting PuppetDB
 start-stop-daemon --start -u ${USER} -g ${GROUP} \
---exec ${EXEC} --pidfile ${RUNDIR}/puppetdb.pid \
---  ${LOGDIR}/puppetdb-daemon.log
+-m --pidfile ${RUNDIR}/puppetdb.pid \
+-b --exec /bin/bash \
+-- -c exec ${EXEC}  ${LOGDIR}/daemon.log 21
 local retval=$?
 if [ $retval -ne 0 ]; then
 ewarn Error starting puppetdb.






[gentoo-commits] gentoo-x86 commit in app-admin/puppet-server: - New directory

2015-07-18 Thread Matt Thode (prometheanfire)
prometheanfire15/07/18 07:53:57

  Log:
  Directory /var/cvsroot/gentoo-x86/app-admin/puppet-server added to the 
repository



[gentoo-commits] gentoo-x86 commit in app-admin/puppet-server/files: - New directory

2015-07-18 Thread Matt Thode (prometheanfire)
prometheanfire15/07/18 07:54:35

  Log:
  Directory /var/cvsroot/gentoo-x86/app-admin/puppet-server/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in app-admin/puppetdb: puppetdb-3.0.1.ebuild ChangeLog

2015-07-18 Thread Matt Thode (prometheanfire)
prometheanfire15/07/18 07:57:58

  Modified: puppetdb-3.0.1.ebuild ChangeLog
  Log:
  cleaning up the ebuild, no installed files changed
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  app-admin/puppetdb/puppetdb-3.0.1.ebuild

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

Index: puppetdb-3.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/puppetdb/puppetdb-3.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- puppetdb-3.0.1.ebuild   18 Jul 2015 07:52:37 -  1.1
+++ puppetdb-3.0.1.ebuild   18 Jul 2015 07:57:58 -  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/app-admin/puppetdb/puppetdb-3.0.1.ebuild,v 
1.1 2015/07/18 07:52:37 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppetdb/puppetdb-3.0.1.ebuild,v 
1.2 2015/07/18 07:57:58 prometheanfire Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION=PuppetDB collects data generated by Puppet.
 HOMEPAGE=http://docs.puppetlabs.com/puppetdb/;
-SRC_URI=https://downloads.puppetlabs.com/puppetdb/puppetdb-${PV}.tar.gz;
+SRC_URI=https://downloads.puppetlabs.com/${PN}/${P}.tar.gz;
 
 LICENSE=Apache-2.0
 SLOT=0
@@ -19,23 +19,6 @@
 RDEPEND+=virtual/jdk:1.7
 DEPEND+=
 
-initdir=/etc/init.d
-unitdir=/usr/lib/systemd/system
-tmpfilesdir=/usr/lib/tmpfiles.d
-datadir=/usr/share
-real_name=puppetdb
-projdatadir=/usr/share/puppetdb
-confdir=/etc
-projconfdir=/etc/puppetlabs/puppetdb
-bindir=/opt/puppetlabs/server/apps/puppetdb/bin
-uxbindir=/opt/puppetlabs/bin
-symbindir=/opt/puppetlabs/server/bin
-app_prefix=/opt/puppetlabs/server/apps/puppetdb
-app_data=/opt/puppetlabs/server/data/puppetdb
-
-app_logdir=/var/log/puppetlabs/puppetdb
-rundir=/run/puppetlabs/puppetdb
-
 pkg_setup() {
enewgroup puppetdb
enewuser puppetdb -1 -1 /opt/puppetlabs/server/data/puppetdb puppetdb



1.2  app-admin/puppetdb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/puppetdb/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   18 Jul 2015 07:52:37 -  1.1
+++ ChangeLog   18 Jul 2015 07:57:58 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/puppetdb
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/puppetdb/ChangeLog,v 1.1 
2015/07/18 07:52:37 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppetdb/ChangeLog,v 1.2 
2015/07/18 07:57:58 prometheanfire Exp $
+
+  18 Jul 2015; Matthew Thode prometheanf...@gentoo.org puppetdb-3.0.1.ebuild:
+  cleaning up the ebuild, no installed files changed
 
 *puppetdb-3.0.1 (18 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in app-admin/puppetserver: - New directory

2015-07-18 Thread Matt Thode (prometheanfire)
prometheanfire15/07/18 08:00:49

  Log:
  Directory /var/cvsroot/gentoo-x86/app-admin/puppetserver added to the 
repository



[gentoo-commits] gentoo-x86 commit in app-admin/puppetserver/files: - New directory

2015-07-18 Thread Matt Thode (prometheanfire)
prometheanfire15/07/18 08:00:57

  Log:
  Directory /var/cvsroot/gentoo-x86/app-admin/puppetserver/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in app-admin/puppetdb/files: - New directory

2015-07-18 Thread Matt Thode (prometheanfire)
prometheanfire15/07/18 07:38:20

  Log:
  Directory /var/cvsroot/gentoo-x86/app-admin/puppetdb/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in app-admin/puppetdb/files: puppetdb.initd

2015-07-18 Thread Matt Thode (prometheanfire)
prometheanfire15/07/18 09:11:01

  Modified: puppetdb.initd
  Log:
  hopefully final update
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  app-admin/puppetdb/files/puppetdb.initd

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppetdb/files/puppetdb.initd?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppetdb/files/puppetdb.initd?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppetdb/files/puppetdb.initd?r1=1.1r2=1.2

Index: puppetdb.initd
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/puppetdb/files/puppetdb.initd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- puppetdb.initd  18 Jul 2015 07:52:38 -  1.1
+++ puppetdb.initd  18 Jul 2015 09:11:01 -  1.2
@@ -1,7 +1,7 @@
 #!/sbin/runscript
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/puppetdb/files/puppetdb.initd,v 
1.1 2015/07/18 07:52:38 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppetdb/files/puppetdb.initd,v 
1.2 2015/07/18 09:11:01 prometheanfire Exp $
 
 extra_commands=checkconfig
 
@@ -47,8 +47,6 @@
 start() {
 checkconfig || return 1
 
-daemon --user $USER --pidfile $PIDFILE $EXEC  
/var/log/puppetlabs/puppetdb/puppetdb-daemon.log 21 
-
 ebegin Starting PuppetDB
 start-stop-daemon --start -u ${USER} -g ${GROUP} \
 --exec ${EXEC} --pidfile ${RUNDIR}/puppetdb.pid \






[gentoo-commits] gentoo-x86 commit in app-admin/puppetdb: puppetdb-3.0.1.ebuild ChangeLog

2015-07-18 Thread Matt Thode (prometheanfire)
prometheanfire15/07/18 09:11:01

  Modified: puppetdb-3.0.1.ebuild ChangeLog
  Log:
  hopefully final update
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.4  app-admin/puppetdb/puppetdb-3.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppetdb/puppetdb-3.0.1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppetdb/puppetdb-3.0.1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppetdb/puppetdb-3.0.1.ebuild?r1=1.3r2=1.4

Index: puppetdb-3.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/puppetdb/puppetdb-3.0.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- puppetdb-3.0.1.ebuild   18 Jul 2015 08:30:16 -  1.3
+++ puppetdb-3.0.1.ebuild   18 Jul 2015 09:11:01 -  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/app-admin/puppetdb/puppetdb-3.0.1.ebuild,v 
1.3 2015/07/18 08:30:16 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppetdb/puppetdb-3.0.1.ebuild,v 
1.4 2015/07/18 09:11:01 prometheanfire Exp $
 
 EAPI=5
 
@@ -28,6 +28,8 @@
sed -i 's/sysconfig/conf\.d/g' ext/redhat/puppetdb.service || die
sed -i 's/sysconfig/conf\.d/g' ext/bin/puppetdb || die
sed -i 's/sysconfig/conf\.d/g' install.sh || die
+   sed -i 's/var\/run/run/g' ext/puppetdb.tmpfiles.conf || die
+   sed -i 's/var\/run/run/g' install.sh || die
 }
 
 src_compile() {



1.4  app-admin/puppetdb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/puppetdb/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   18 Jul 2015 08:30:16 -  1.3
+++ ChangeLog   18 Jul 2015 09:11:01 -  1.4
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/puppetdb
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/puppetdb/ChangeLog,v 1.3 
2015/07/18 08:30:16 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppetdb/ChangeLog,v 1.4 
2015/07/18 09:11:01 prometheanfire Exp $
+
+  18 Jul 2015; Matthew Thode prometheanf...@gentoo.org files/puppetdb.initd,
+  puppetdb-3.0.1.ebuild:
+  hopefully final update
 
   18 Jul 2015; Matthew Thode prometheanf...@gentoo.org puppetdb-3.0.1.ebuild:
   fixing minor typo, no installed files changed






[gentoo-commits] gentoo-x86 commit in app-admin/puppetdb: puppetdb-3.0.1.ebuild metadata.xml Manifest ChangeLog

2015-07-18 Thread Matt Thode (prometheanfire)
prometheanfire15/07/18 07:52:38

  Added:puppetdb-3.0.1.ebuild metadata.xml Manifest
ChangeLog
  Log:
  initial commit of puppetdb
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.1  app-admin/puppetdb/puppetdb-3.0.1.ebuild

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

Index: puppetdb-3.0.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/puppetdb/puppetdb-3.0.1.ebuild,v 
1.1 2015/07/18 07:52:37 prometheanfire Exp $

EAPI=5

inherit multilib systemd user

DESCRIPTION=PuppetDB collects data generated by Puppet.
HOMEPAGE=http://docs.puppetlabs.com/puppetdb/;
SRC_URI=https://downloads.puppetlabs.com/puppetdb/puppetdb-${PV}.tar.gz;

LICENSE=Apache-2.0
SLOT=0
IUSE=
# will need the same keywords as puppet
KEYWORDS=~amd64 ~x86

RDEPEND+=virtual/jdk:1.7
DEPEND+=

initdir=/etc/init.d
unitdir=/usr/lib/systemd/system
tmpfilesdir=/usr/lib/tmpfiles.d
datadir=/usr/share
real_name=puppetdb
projdatadir=/usr/share/puppetdb
confdir=/etc
projconfdir=/etc/puppetlabs/puppetdb
bindir=/opt/puppetlabs/server/apps/puppetdb/bin
uxbindir=/opt/puppetlabs/bin
symbindir=/opt/puppetlabs/server/bin
app_prefix=/opt/puppetlabs/server/apps/puppetdb
app_data=/opt/puppetlabs/server/data/puppetdb

app_logdir=/var/log/puppetlabs/puppetdb
rundir=/run/puppetlabs/puppetdb

pkg_setup() {
enewgroup puppetdb
enewuser puppetdb -1 -1 /opt/puppetlabs/server/data/puppetdb puppetdb
}

src_prepare() {
sed -i 's/sysconfig/conf\.d/g' ext/redhat/puppetdb.service || die
sed -i 's/sysconfig/conf\.d/g' ext/bin/puppetdb || die
sed -i 's/sysconfig/conf\.d/g' install.sh || die
}

src_compile() {
einfo not compiling
}

src_install() {
dodir /opt/puppetlabs/server/data/puppetdb
insinto /opt/puppetlabs/server/apps/puppetdb
insopts -m0744
doins ext/ezbake-functions.sh
insopts -m0644
doins ext/ezbake.manifest
doins puppetdb.jar
insinto /etc/puppetlabs/puppetdb
doins ext/config/logback.xml
doins ext/config/bootstrap.cfg
doins ext/config/request-logging.xml
insinto /etc/puppetlabs/puppetdb/conf.d
doins ext/config/conf.d/jetty.ini
doins ext/config/conf.d/repl.ini
doins ext/config/conf.d/database.ini
doins ext/config/conf.d/config.ini
insopts -m0755
insinto /opt/puppetlabs/server/apps/puppetdb/scripts
doins install.sh
insinto /opt/puppetlabs/server/apps/puppetdb/cli/apps
doins ext/cli/foreground
doins ext/cli/ssl-setup
doins ext/cli/export
doins ext/cli/config-migration
doins ext/cli/foreground
doins ext/cli/anonymize
doins ext/cli/import
insinto opt/puppetlabs/server/apps/puppetdb/bin
doins ext/bin/puppetdb
insopts -m0644
dodir /opt/puppetlabs/server/bin
dosym ../apps/puppetdb/bin/puppetdb /opt/puppetlabs/server/bin/puppetdb
dodir /opt/puppetlabs/bin
dosym ../server/apps/puppetdb/bin/puppetdb /opt/puppetlabs/bin/puppetdb
# init type tasks
newconfd ext/default puppetdb
systemd_dounit ext/redhat/puppetdb.service
systemd_newtmpfilesd ext/puppetdb.tmpfiles.conf puppetdb.conf
newinitd ${FILESDIR}/puppetdb.initd puppetdb
# misc
insinto /etc/logrotate.d
newins ext/puppetdb.logrotate.conf puppetdb
fowners -R puppetdb:puppetdb /opt/puppetlabs/server/data/puppetdb
fperms -R 770 /opt/puppetlabs/server/data/puppetdb
}

pkg_postinst() {
elog to install please run '/opt/puppetlabs/server/bin/puppetdb 
ssl-setup'
elog
elog to upgrade please run '/opt/puppetlabs/server/bin/puppetdb 
config-migration'
}



1.1  app-admin/puppetdb/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppetdb/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/puppetdb/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
emailprometheanf...@gentoo.org/email
nameMatthew Thode/name
/maintainer
longdescription lang=en
PuppetDB collects data generated by Puppet. It enables advanced 
Puppet features like exported 

  1   2   3   4   5   6   7   8   9   >