[gentoo-commits] gentoo-x86 commit in sci-biology/rebase: rebase-1507.ebuild ChangeLog

2015-06-29 Thread Justin Lecher (jlec)
jlec15/06/30 06:28:04

  Modified: ChangeLog
  Added:rebase-1507.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.165sci-biology/rebase/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/ChangeLog?rev=1.165&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/ChangeLog?rev=1.165&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/ChangeLog?r1=1.164&r2=1.165

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog   15 Jun 2015 17:59:38 -  1.164
+++ ChangeLog   30 Jun 2015 06:28:04 -  1.165
@@ -1,6 +1,11 @@
 # ChangeLog for sci-biology/rebase
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.164 
2015/06/15 17:59:38 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.165 
2015/06/30 06:28:04 jlec Exp $
+
+*rebase-1507 (30 Jun 2015)
+
+  30 Jun 2015; Justin Lecher  +rebase-1507.ebuild:
+  Version Bump
 
   15 Jun 2015; Justin Lecher  -rebase-1504.ebuild:
   Drop old



1.1  sci-biology/rebase/rebase-1507.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/rebase-1507.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rebase/rebase-1507.ebuild?rev=1.1&content-type=text/plain

Index: rebase-1507.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-1507.ebuild,v 1.1 
2015/06/30 06:28:04 jlec Exp $

EAPI=5

MY_PV=${PV#1}

DESCRIPTION="A restriction enzyme database"
HOMEPAGE="http://rebase.neb.com";
SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz";

SLOT="0"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x86-solaris"
IUSE="emboss minimal"

RDEPEND="emboss? ( >=sci-biology/emboss-5.0.0 )"
DEPEND="${RDEPEND}"

RESTRICT="binchecks strip"

src_compile() {
if use emboss; then
echo; einfo "Indexing Rebase for usage with EMBOSS."
mkdir REBASE || die
EMBOSS_DATA="." rebaseextract -auto -infile withrefm.${MY_PV} \
-protofile proto.${MY_PV} -equivalences \
|| die "Indexing Rebase failed."
echo
fi
}

src_install() {
if ! use minimal; then
insinto /usr/share/${PN}
doins withrefm.${MY_PV} proto.${MY_PV}
fi
newdoc REBASE.DOC README
if use emboss; then
insinto /usr/share/EMBOSS/data/REBASE
doins REBASE/embossre.{enz,ref,sup}
insinto /usr/share/EMBOSS/data
doins REBASE/embossre.equ
fi
}






[gentoo-commits] gentoo-x86 commit in net-misc/chrony: chrony-2.1.1.ebuild ChangeLog

2015-06-29 Thread Jeroen Roovers (jer)
jer 15/06/30 06:26:10

  Modified: chrony-2.1.1.ebuild ChangeLog
  Log:
  Stable for PPC64 (bug #553616).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.3  net-misc/chrony/chrony-2.1.1.ebuild

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

Index: chrony-2.1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-2.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- chrony-2.1.1.ebuild 30 Jun 2015 06:22:32 -  1.2
+++ chrony-2.1.1.ebuild 30 Jun 2015 06:26:10 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-2.1.1.ebuild,v 1.2 
2015/06/30 06:22:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-2.1.1.ebuild,v 1.3 
2015/06/30 06:26:10 jer Exp $
 
 EAPI=5
 inherit eutils systemd toolchain-funcs
@@ -11,7 +11,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 
-KEYWORDS="~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm hppa ~mips ~ppc ppc64 ~sparc ~x86"
 IUSE="caps +cmdmon ipv6 libedit +ntp +phc +pps readline +refclock +rtc selinux 
+adns"
 REQUIRED_USE="
?? ( libedit readline )



1.167net-misc/chrony/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?rev=1.167&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?rev=1.167&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?r1=1.166&r2=1.167

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog   30 Jun 2015 06:22:32 -  1.166
+++ ChangeLog   30 Jun 2015 06:26:10 -  1.167
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/chrony
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.166 
2015/06/30 06:22:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.167 
2015/06/30 06:26:10 jer Exp $
+
+  30 Jun 2015; Jeroen Roovers  chrony-2.1.1.ebuild:
+  Stable for PPC64 (bug #553616).
 
   30 Jun 2015; Jeroen Roovers  chrony-2.1.1.ebuild:
   Stable for HPPA (bug #553616).






[gentoo-commits] gentoo-x86 commit in net-misc/chrony: chrony-2.1.1.ebuild ChangeLog

2015-06-29 Thread Jeroen Roovers (jer)
jer 15/06/30 06:22:32

  Modified: chrony-2.1.1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #553616).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  net-misc/chrony/chrony-2.1.1.ebuild

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

Index: chrony-2.1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-2.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chrony-2.1.1.ebuild 25 Jun 2015 04:49:53 -  1.1
+++ chrony-2.1.1.ebuild 30 Jun 2015 06:22:32 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-2.1.1.ebuild,v 1.1 
2015/06/25 04:49:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-2.1.1.ebuild,v 1.2 
2015/06/30 06:22:32 jer Exp $
 
 EAPI=5
 inherit eutils systemd toolchain-funcs
@@ -11,7 +11,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="caps +cmdmon ipv6 libedit +ntp +phc +pps readline +refclock +rtc selinux 
+adns"
 REQUIRED_USE="
?? ( libedit readline )



1.166net-misc/chrony/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?rev=1.166&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?rev=1.166&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?r1=1.165&r2=1.166

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog   25 Jun 2015 04:49:53 -  1.165
+++ ChangeLog   30 Jun 2015 06:22:32 -  1.166
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/chrony
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.165 
2015/06/25 04:49:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.166 
2015/06/30 06:22:32 jer Exp $
+
+  30 Jun 2015; Jeroen Roovers  chrony-2.1.1.ebuild:
+  Stable for HPPA (bug #553616).
 
 *chrony-2.1.1 (25 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-libs/handystats: handystats-1.11.1.ebuild handystats-1.11.0.ebuild ChangeLog

2015-06-29 Thread Patrick Lauer (patrick)
patrick 15/06/30 05:45:32

  Modified: handystats-1.11.0.ebuild ChangeLog
  Added:handystats-1.11.1.ebuild
  Log:
  Bump, add missing boost dependency
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  dev-libs/handystats/handystats-1.11.0.ebuild

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

Index: handystats-1.11.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/handystats/handystats-1.11.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- handystats-1.11.0.ebuild11 Mar 2015 03:46:39 -  1.1
+++ handystats-1.11.0.ebuild30 Jun 2015 05:45:32 -  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-libs/handystats/handystats-1.11.0.ebuild,v 1.1 
2015/03/11 03:46:39 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/handystats/handystats-1.11.0.ebuild,v 1.2 
2015/06/30 05:45:32 patrick Exp $
 
 EAPI=5
 
@@ -18,4 +18,5 @@
 
 RDEPEND=""
 DEPEND="${DEPEND}
-   dev-cpp/gtest"
+   dev-cpp/gtest
+   dev-libs/boost"



1.3  dev-libs/handystats/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/handystats/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   6 Jun 2015 18:59:04 -   1.2
+++ ChangeLog   30 Jun 2015 05:45:32 -  1.3
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/handystats
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/handystats/ChangeLog,v 1.2 
2015/06/06 18:59:04 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/handystats/ChangeLog,v 1.3 
2015/06/30 05:45:32 patrick Exp $
+
+*handystats-1.11.1 (30 Jun 2015)
+
+  30 Jun 2015; Patrick Lauer  +handystats-1.11.1.ebuild,
+  handystats-1.11.0.ebuild:
+  Bump, add missing boost dependency
 
   06 Jun 2015; Justin Lecher  metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-libs/handystats/handystats-1.11.1.ebuild

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

Index: handystats-1.11.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/handystats/handystats-1.11.1.ebuild,v 1.1 
2015/06/30 05:45:32 patrick Exp $

EAPI=5

RESTRICT="test"
inherit cmake-utils

DESCRIPTION="C++ library for collecting user-defined in-process runtime 
statistics with low overhead."
HOMEPAGE="https://github.com/shindo/handystats";
SRC_URI="https://github.com/shindo/${PN}/archive/${PV}.zip -> ${P}.zip"

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

RDEPEND=""
DEPEND="${DEPEND}
dev-cpp/gtest
dev-libs/boost"






[gentoo-commits] gentoo-x86 commit in dev-python/pykerberos: pykerberos-1.1.5.ebuild ChangeLog

2015-06-29 Thread Patrick Lauer (patrick)
patrick 15/06/30 05:26:10

  Modified: pykerberos-1.1.5.ebuild ChangeLog
  Log:
  Whitespace
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.7  dev-python/pykerberos/pykerberos-1.1.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pykerberos/pykerberos-1.1.5.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pykerberos/pykerberos-1.1.5.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pykerberos/pykerberos-1.1.5.ebuild?r1=1.6&r2=1.7

Index: pykerberos-1.1.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/pykerberos/pykerberos-1.1.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pykerberos-1.1.5.ebuild 30 Jun 2015 02:19:37 -  1.6
+++ pykerberos-1.1.5.ebuild 30 Jun 2015 05:26:10 -  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/dev-python/pykerberos/pykerberos-1.1.5.ebuild,v 1.6 
2015/06/30 02:19:37 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pykerberos/pykerberos-1.1.5.ebuild,v 1.7 
2015/06/30 05:26:10 patrick Exp $
 
 EAPI=5
 
@@ -18,5 +18,5 @@
 IUSE=""
 
 DEPEND="app-crypt/mit-krb5
-dev-python/setuptools[${PYTHON_USEDEP}]"
+   dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}"



1.21 dev-python/pykerberos/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pykerberos/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   30 Jun 2015 02:19:37 -  1.20
+++ ChangeLog   30 Jun 2015 05:26:10 -  1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pykerberos
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pykerberos/ChangeLog,v 1.20 
2015/06/30 02:19:37 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pykerberos/ChangeLog,v 1.21 
2015/06/30 05:26:10 patrick Exp $
+
+  30 Jun 2015; Patrick Lauer  pykerberos-1.1.5.ebuild:
+  Whitespace
 
   30 Jun 2015; Ian Delaney  pykerberos-1.1.5.ebuild,
   pykerberos-1.1.7.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-libs/geoip: ChangeLog geoip-1.6.3.ebuild geoip-1.6.4.ebuild

2015-06-29 Thread Jeroen Roovers (jer)
jer 15/06/30 05:21:50

  Modified: ChangeLog
  Removed:  geoip-1.6.3.ebuild geoip-1.6.4.ebuild
  Log:
  Old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.257dev-libs/geoip/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/geoip/ChangeLog?rev=1.257&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/geoip/ChangeLog?rev=1.257&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/geoip/ChangeLog?r1=1.256&r2=1.257

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v
retrieving revision 1.256
retrieving revision 1.257
diff -u -r1.256 -r1.257
--- ChangeLog   6 Jun 2015 18:55:35 -   1.256
+++ ChangeLog   30 Jun 2015 05:21:50 -  1.257
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/geoip
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v 1.256 2015/06/06 
18:55:35 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/ChangeLog,v 1.257 2015/06/30 
05:21:50 jer Exp $
+
+  30 Jun 2015; Jeroen Roovers  -geoip-1.6.3.ebuild,
+  -geoip-1.6.4.ebuild:
+  Old.
 
   06 Jun 2015; Justin Lecher  metadata.xml:
   Add github to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-util/ninja: ninja-1.6.0.ebuild ChangeLog

2015-06-29 Thread PaweA Hajdan (phajdan.jr)
phajdan.jr15/06/30 05:18:24

  Modified: ChangeLog
  Added:ninja-1.6.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 
0x4F1A2555EA71991D!)

Revision  ChangesPath
1.49 dev-util/ninja/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ninja/ChangeLog?rev=1.49&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ninja/ChangeLog?rev=1.49&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ninja/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/ninja/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   30 Jun 2015 04:53:29 -  1.48
+++ ChangeLog   30 Jun 2015 05:18:23 -  1.49
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/ninja
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ChangeLog,v 1.48 2015/06/30 
04:53:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ChangeLog,v 1.49 2015/06/30 
05:18:23 phajdan.jr Exp $
+
+*ninja-1.6.0 (30 Jun 2015)
+
+  30 Jun 2015; Pawel Hajdan jr  +ninja-1.6.0.ebuild:
+  Version bump.
 
   30 Jun 2015; Jeroen Roovers  ninja-1.5.3.ebuild:
   Stable for PPC64 (bug #552884).



1.1  dev-util/ninja/ninja-1.6.0.ebuild

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

Index: ninja-1.6.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ninja-1.6.0.ebuild,v 1.1 
2015/06/30 05:18:23 phajdan.jr Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit bash-completion-r1 elisp-common python-any-r1 toolchain-funcs

SRC_URI="https://github.com/martine/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"

DESCRIPTION="A small build system similar to make"
HOMEPAGE="http://github.com/martine/ninja";

LICENSE="Apache-2.0"
SLOT="0"

IUSE="doc emacs test vim-syntax zsh-completion"

DEPEND="
${PYTHON_DEPS}
dev-util/re2c
doc? (
app-text/asciidoc
app-doc/doxygen
dev-libs/libxslt
)
test? ( dev-cpp/gtest )
"
RDEPEND="
emacs? ( virtual/emacs )
vim-syntax? (
|| (
app-editors/vim
app-editors/gvim
)
)
zsh-completion? ( app-shells/zsh )
! 
"${T}/${PN}.vim"
insinto /usr/share/vim/vimfiles/ftdetect
doins "${T}/${PN}.vim"
fi

if use zsh-completion; then
insinto /usr/share/zsh/site-functions
newins misc/zsh-completion _ninja
fi

if use emacs; then
cd misc || die
elisp-install ${PN} ninja-mode.el* || die
fi
}

pkg_postinst() {
use emacs && elisp-site-regen
}

pkg_postrm() {
use emacs && elisp-site-regen
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/test-unit: ChangeLog test-unit-3.1.2.ebuild

2015-06-29 Thread Hans de Graaff (graaff)
graaff  15/06/30 05:07:22

  Modified: ChangeLog test-unit-3.1.2.ebuild
  Log:
  Add unconditional build dependency on yard to really fix 553448.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.124dev-ruby/test-unit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?rev=1.124&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?rev=1.124&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?r1=1.123&r2=1.124

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog   28 Jun 2015 07:20:31 -  1.123
+++ ChangeLog   30 Jun 2015 05:07:22 -  1.124
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/test-unit
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.123 
2015/06/28 07:20:31 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.124 
2015/06/30 05:07:22 graaff Exp $
+
+  30 Jun 2015; Hans de Graaff  test-unit-3.1.2.ebuild:
+  Add unconditional build dependency on yard to really fix 553448.
 
   28 Jun 2015; Hans de Graaff  test-unit-3.1.2.ebuild:
   Comment out yard dependency hack for ruby22 now that we have a version with



1.3  dev-ruby/test-unit/test-unit-3.1.2.ebuild

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

Index: test-unit-3.1.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-3.1.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- test-unit-3.1.2.ebuild  28 Jun 2015 07:20:31 -  1.2
+++ test-unit-3.1.2.ebuild  30 Jun 2015 05:07: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/dev-ruby/test-unit/test-unit-3.1.2.ebuild,v 
1.2 2015/06/28 07:20:31 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-3.1.2.ebuild,v 
1.3 2015/06/30 05:07:22 graaff Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21 ruby22"
@@ -16,6 +16,7 @@
 # bootstrapping ruby22 won't be possible due to the yard dependency
 # tree.
 #USE_RUBY="${USE_RUBY/ruby22/}" ruby_add_bdepend "doc? ( dev-ruby/yard )"
+ruby_add_bdepend "doc? ( dev-ruby/yard )"
 
 DESCRIPTION="An xUnit family unit testing framework for Ruby"
 HOMEPAGE="https://rubygems.org/gems/test-unit";






[gentoo-commits] gentoo-x86 commit in media-sound/audacity: audacity-2.0.5.ebuild ChangeLog

2015-06-29 Thread Jeroen Roovers (jer)
jer 15/06/30 05:00:01

  Modified: audacity-2.0.5.ebuild ChangeLog
  Log:
  Stable for PPC64 (bug #522036).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  media-sound/audacity/audacity-2.0.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/audacity-2.0.5.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/audacity-2.0.5.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/audacity-2.0.5.ebuild?r1=1.1&r2=1.2

Index: audacity-2.0.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-2.0.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- audacity-2.0.5.ebuild   9 Nov 2013 13:38:10 -   1.1
+++ audacity-2.0.5.ebuild   30 Jun 2015 05:00:01 -  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/media-sound/audacity/audacity-2.0.5.ebuild,v 1.1 
2013/11/09 13:38:10 polynomial-c Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-sound/audacity/audacity-2.0.5.ebuild,v 1.2 
2015/06/30 05:00:01 jer Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~mips ~ppc ppc64 ~x86"
 IUSE="alsa ffmpeg flac id3tag jack ladspa libsamplerate +libsoxr midi mp3 
sbsms soundtouch twolame vamp vorbis"
 RESTRICT="test"
 



1.188media-sound/audacity/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.188&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.188&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/ChangeLog?r1=1.187&r2=1.188

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- ChangeLog   9 Nov 2013 13:38:10 -   1.187
+++ ChangeLog   30 Jun 2015 05:00:01 -  1.188
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/audacity
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.187 
2013/11/09 13:38:10 polynomial-c Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.188 
2015/06/30 05:00:01 jer Exp $
+
+  30 Jun 2015; Jeroen Roovers  audacity-2.0.5.ebuild:
+  Stable for PPC64 (bug #522036).
 
 *audacity-2.0.5 (09 Nov 2013)
 






[gentoo-commits] gentoo-x86 commit in dev-util/ninja: ninja-1.5.3.ebuild ChangeLog

2015-06-29 Thread Jeroen Roovers (jer)
jer 15/06/30 04:53:29

  Modified: ninja-1.5.3.ebuild ChangeLog
  Log:
  Stable for PPC64 (bug #552884).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.8  dev-util/ninja/ninja-1.5.3.ebuild

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

Index: ninja-1.5.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/ninja/ninja-1.5.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ninja-1.5.3.ebuild  26 Jun 2015 09:03:23 -  1.7
+++ ninja-1.5.3.ebuild  30 Jun 2015 04:53:29 -  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/dev-util/ninja/ninja-1.5.3.ebuild,v 1.7 
2015/06/26 09:03:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ninja-1.5.3.ebuild,v 1.8 
2015/06/30 04:53:29 jer Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 inherit bash-completion-r1 elisp-common python-any-r1 toolchain-funcs
 
 SRC_URI="https://github.com/martine/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~m68k ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 DESCRIPTION="A small build system similar to make"
 HOMEPAGE="http://github.com/martine/ninja";



1.48 dev-util/ninja/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ninja/ChangeLog?rev=1.48&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ninja/ChangeLog?rev=1.48&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ninja/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/ninja/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog   26 Jun 2015 09:03:23 -  1.47
+++ ChangeLog   30 Jun 2015 04:53:29 -  1.48
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/ninja
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ChangeLog,v 1.47 2015/06/26 
09:03:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ChangeLog,v 1.48 2015/06/30 
04:53:29 jer Exp $
+
+  30 Jun 2015; Jeroen Roovers  ninja-1.5.3.ebuild:
+  Stable for PPC64 (bug #552884).
 
   26 Jun 2015; Agostino Sarubbo  ninja-1.5.3.ebuild:
   Stable for x86, wrt bug #552884






[gentoo-commits] dev/graaff:master commit in: dev-ruby/isolate/

2015-06-29 Thread Hans de Graaff
commit: 2f7699418344cb49fb51ad18261ab35e6e52e57d
Author: Hans de Graaff  degraaff  org>
AuthorDate: Tue Jun 30 04:52:38 2015 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun 30 04:52:38 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=2f769941

Cleanup.

Package-Manager: portage-2.2.18

 dev-ruby/isolate/ChangeLog|  3 +++
 dev-ruby/isolate/Manifest |  1 -
 dev-ruby/isolate/isolate-3.2.4.ebuild | 28 
 3 files changed, 3 insertions(+), 29 deletions(-)

diff --git a/dev-ruby/isolate/ChangeLog b/dev-ruby/isolate/ChangeLog
index 62c7a0e..352928d 100644
--- a/dev-ruby/isolate/ChangeLog
+++ b/dev-ruby/isolate/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  30 Jun 2015; Hans de Graaff  -isolate-3.2.4.ebuild:
+  Cleanup.
+
 *isolate-3.3.1 (13 Mar 2015)
 
   13 Mar 2015; Hans de Graaff  +isolate-3.3.1.ebuild:

diff --git a/dev-ruby/isolate/Manifest b/dev-ruby/isolate/Manifest
index b01b3fa..ce9212c 100644
--- a/dev-ruby/isolate/Manifest
+++ b/dev-ruby/isolate/Manifest
@@ -1,2 +1 @@
-DIST isolate-3.2.4.gem 28672 SHA256 
f307a9719f93c53447024474c2f159a4871df2bc22f8595897d61c0b4ccd620a SHA512 
dc2e0ea1673fdf87025e1892b570e3e5ab159a6515745264ea195ab54cf6d8650b38d5e1ca2563d3a59a57a37613dc9b23ce5b5b380a2281f275827bcfc6e167
 WHIRLPOOL 
24b75fc16f231b18a927e37b89507ca4395a75d246bcea172c6801fa3594292a95b6479386f0c8989c79b851e6f440e72f3d957d2dce2b6f950ca2b39735962c
 DIST isolate-3.3.1.gem 29184 SHA256 
1193a58a927fb3d93f4765ff2f2f97fea2b7e75697570f925272bf2056c2ba6c SHA512 
96752212056a17edcae890e727a346b55a1eacabbc1d9edc44f2963737f154d9c20b3396eb6f529233f87bbd182d9d6b86ec38a0b91df51e8ed9b8a6c6ae9cb1
 WHIRLPOOL 
1239908e62097edf814f6ce22138e7bfba0321c528dbe6f0b51c8b7af9f0829b48add003720bc05d3db86ad51b37529077eba5da4bfdb19278d4f88da3abb6d3

diff --git a/dev-ruby/isolate/isolate-3.2.4.ebuild 
b/dev-ruby/isolate/isolate-3.2.4.ebuild
deleted file mode 100644
index 11de8de..000
--- a/dev-ruby/isolate/isolate-3.2.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-USE_RUBY="ruby18 ruby19 ruby20 ruby21 jruby"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Isolate is a very simple RubyGems sandbox."
-HOMEPAGE="http://github.com/jbarnette/isolate";
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="doc"
-
-ruby_add_rdepend ">=dev-ruby/rubygems-1.8.2"
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-each_ruby_test() {
-   ${RUBY} -Ilib:test:. -e 'gem "minitest", "~>5.0"; 
Dir["test/test_*.rb"].each{ |f| require f }' || die
-}



[gentoo-commits] gentoo-x86 commit in dev-ruby/msgpack: msgpack-0.6.0.ebuild ChangeLog

2015-06-29 Thread Hans de Graaff (graaff)
graaff  15/06/30 04:51:18

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

Revision  ChangesPath
1.34 dev-ruby/msgpack/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/msgpack/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   30 Jun 2015 04:47:26 -  1.33
+++ ChangeLog   30 Jun 2015 04:51:18 -  1.34
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/msgpack
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/msgpack/ChangeLog,v 1.33 
2015/06/30 04:47:26 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/msgpack/ChangeLog,v 1.34 
2015/06/30 04:51:18 graaff Exp $
+
+*msgpack-0.6.0 (30 Jun 2015)
+
+  30 Jun 2015; Hans de Graaff  +msgpack-0.6.0.ebuild:
+  Version bump.
 
   30 Jun 2015; Hans de Graaff  -msgpack-0.5.10.ebuild,
   -msgpack-0.5.11.ebuild:



1.1  dev-ruby/msgpack/msgpack-0.6.0.ebuild

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

Index: msgpack-0.6.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/msgpack/msgpack-0.6.0.ebuild,v 1.1 
2015/06/30 04:51:18 graaff Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21 ruby22"

RUBY_FAKEGEM_TASK_DOC="doc"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_EXTRADOC="README.rdoc"

inherit multilib ruby-fakegem

DESCRIPTION="Binary-based efficient data interchange format for ruby binding"
HOMEPAGE="http://msgpack.org/";

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="doc"

ruby_add_bdepend "doc? ( dev-ruby/yard )"

all_ruby_prepare() {
sed -i -e '/bundler/I s:^:#:' Rakefile || die

# Remove jruby-specific specs that are run also for other rubies.
rm -rf spec/jruby

sed -i -e '/git ls-files/d' msgpack.gemspec || die
}

each_ruby_configure() {
${RUBY} -Cext/${PN} extconf.rb || die "Configuration of extension 
failed."
}

each_ruby_compile() {
emake V=1 -Cext/${PN}
cp ext/${PN}/msgpack$(get_modname) lib/${PN} || die "Unable to install 
msgpack library."
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/msgpack: ChangeLog msgpack-0.5.11.ebuild msgpack-0.5.10.ebuild

2015-06-29 Thread Hans de Graaff (graaff)
graaff  15/06/30 04:47:26

  Modified: ChangeLog
  Removed:  msgpack-0.5.11.ebuild msgpack-0.5.10.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.33 dev-ruby/msgpack/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/msgpack/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   23 May 2015 21:13:12 -  1.32
+++ ChangeLog   30 Jun 2015 04:47:26 -  1.33
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/msgpack
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/msgpack/ChangeLog,v 1.32 
2015/05/23 21:13:12 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/msgpack/ChangeLog,v 1.33 
2015/06/30 04:47:26 graaff Exp $
+
+  30 Jun 2015; Hans de Graaff  -msgpack-0.5.10.ebuild,
+  -msgpack-0.5.11.ebuild:
+  Cleanup.
 
 *msgpack-0.5.12 (23 May 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-libs/libical: libical-1.0.1.ebuild ChangeLog

2015-06-29 Thread Jeroen Roovers (jer)
jer 15/06/30 04:45:17

  Modified: libical-1.0.1.ebuild ChangeLog
  Log:
  Stable for HPPA PPC64 (bug #552570).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.7  dev-libs/libical/libical-1.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libical/libical-1.0.1.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libical/libical-1.0.1.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libical/libical-1.0.1.ebuild?r1=1.6&r2=1.7

Index: libical-1.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libical/libical-1.0.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libical-1.0.1.ebuild26 Jun 2015 09:05:43 -  1.6
+++ libical-1.0.1.ebuild30 Jun 2015 04:45:17 -  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/dev-libs/libical/libical-1.0.1.ebuild,v 1.6 
2015/06/26 09:05:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/libical-1.0.1.ebuild,v 1.7 
2015/06/30 04:45:17 jer Exp $
 
 EAPI=5
 inherit cmake-utils
@@ -12,7 +12,7 @@
 # FIGURE OUT: Why ebuild for 1.0 was marked || ( MPL-1.1 LGPL-2 ) against what 
COPYING file says?
 LICENSE="|| ( MPL-1.0 LGPL-2.1 )"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
 IUSE="doc examples introspection static-libs"
 
 RDEPEND="introspection? ( dev-libs/gobject-introspection )"



1.95 dev-libs/libical/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libical/ChangeLog?rev=1.95&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libical/ChangeLog?rev=1.95&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libical/ChangeLog?r1=1.94&r2=1.95

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libical/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog   26 Jun 2015 09:05:43 -  1.94
+++ ChangeLog   30 Jun 2015 04:45:17 -  1.95
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libical
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/ChangeLog,v 1.94 
2015/06/26 09:05:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/ChangeLog,v 1.95 
2015/06/30 04:45:17 jer Exp $
+
+  30 Jun 2015; Jeroen Roovers  libical-1.0.1.ebuild:
+  Stable for HPPA PPC64 (bug #552570).
 
   26 Jun 2015; Agostino Sarubbo  libical-1.0.1.ebuild:
   Stable for x86, wrt bug #552570






[gentoo-commits] gentoo-x86 commit in sys-apps/pv: ChangeLog pv-1.5.7.ebuild

2015-06-29 Thread Jeroen Roovers (jer)
jer 15/06/30 04:22:14

  Modified: ChangeLog
  Removed:  pv-1.5.7.ebuild
  Log:
  Old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.117sys-apps/pv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?rev=1.117&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?rev=1.117&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pv/ChangeLog?r1=1.116&r2=1.117

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog   21 Jun 2015 15:57:51 -  1.116
+++ ChangeLog   30 Jun 2015 04:22:14 -  1.117
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/pv
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.116 2015/06/21 
15:57:51 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/ChangeLog,v 1.117 2015/06/30 
04:22:14 jer Exp $
+
+  30 Jun 2015; Jeroen Roovers  -pv-1.5.7.ebuild:
+  Old.
 
   21 Jun 2015; Mikle Kolyada  pv-1.6.0.ebuild:
   alpha stable wrt bug #546518






[gentoo-commits] gentoo-x86 commit in net-mail/topal: metadata.xml ChangeLog

2015-06-29 Thread Ian Delaney (idella4)
idella4 15/06/30 03:59:18

  Modified: metadata.xml ChangeLog
  Log:
  Remove proxy maintainer and the proxy-maint herd from metadata wrt bug #553282
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.5  net-mail/topal/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/topal/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml17 Mar 2013 15:03:51 -  1.4
+++ metadata.xml30 Jun 2015 03:59:18 -  1.5
@@ -2,11 +2,6 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 
net-mail
-   proxy-maintainers
-   
-   sascha_lu...@web.de
-   Sascha Lucas
-   

Topal is a glue program that links GnuPG and Pine/Alpine. It 
offers
facilities to encrypt, decrypt, sign and verify emails.



1.18 net-mail/topal/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/topal/ChangeLog?rev=1.18&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/topal/ChangeLog?rev=1.18&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/topal/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/topal/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   10 Aug 2014 20:46:47 -  1.17
+++ ChangeLog   30 Jun 2015 03:59:18 -  1.18
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/topal
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/topal/ChangeLog,v 1.17 2014/08/10 
20:46:47 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/topal/ChangeLog,v 1.18 2015/06/30 
03:59:18 idella4 Exp $
+
+  30 Jun 2015; Ian Delaney  metadata.xml:
+  Remove proxy maintainer and the proxy-maint herd from metadata wrt bug 
#553282
 
   10 Aug 2014; Sergei Trofimovich  topal-75.ebuild:
   QA: drop trailing '.' from DESCRIPTION






[gentoo-commits] gentoo-x86 commit in sys-process/parallel: ChangeLog parallel-20141122.ebuild parallel-20150122.ebuild parallel-20140622.ebuild parallel-20150322.ebuild parallel-20150222.ebuild

2015-06-29 Thread Ian Delaney (idella4)
idella4 15/06/30 03:08:31

  Modified: ChangeLog
  Removed:  parallel-20141122.ebuild parallel-20150122.ebuild
parallel-20140622.ebuild parallel-20150322.ebuild
parallel-20150222.ebuild
  Log:
  cleanup for bug #552622
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.76 sys-process/parallel/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/parallel/ChangeLog?rev=1.76&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/parallel/ChangeLog?rev=1.76&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/parallel/ChangeLog?r1=1.75&r2=1.76

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-process/parallel/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   26 Jun 2015 08:57:02 -  1.75
+++ ChangeLog   30 Jun 2015 03:08:31 -  1.76
@@ -1,6 +1,11 @@
 # ChangeLog for sys-process/parallel
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/ChangeLog,v 1.75 
2015/06/26 08:57:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/ChangeLog,v 1.76 
2015/06/30 03:08:31 idella4 Exp $
+
+  30 Jun 2015; Ian Delaney  -parallel-20140622.ebuild,
+  -parallel-20141122.ebuild, -parallel-20150122.ebuild,
+  -parallel-20150222.ebuild, -parallel-20150322.ebuild:
+  cleanup for bug #552622
 
   26 Jun 2015; Agostino Sarubbo  parallel-20141122.ebuild:
   Stable for x86, wrt bug #535688






[gentoo-commits] gentoo-x86 commit in app-emulation/wine: wine-1.7.46.ebuild ChangeLog

2015-06-29 Thread NP Hardass (np-hardass)
np-hardass15/06/30 02:59:17

  Modified: ChangeLog
  Added:wine-1.7.46.ebuild
  Log:
  Version bump.  See https://www.winehq.org/announce/1.7.46 for the 
announcement.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
18F89C67)

Revision  ChangesPath
1.542app-emulation/wine/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.542&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.542&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?r1=1.541&r2=1.542

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v
retrieving revision 1.541
retrieving revision 1.542
diff -u -r1.541 -r1.542
--- ChangeLog   18 Jun 2015 06:06:00 -  1.541
+++ ChangeLog   30 Jun 2015 02:59:17 -  1.542
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/wine
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.541 
2015/06/18 06:06:00 np-hardass Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.542 
2015/06/30 02:59:17 np-hardass Exp $
+
+*wine-1.7.46 (30 Jun 2015)
+
+  30 Jun 2015; NP-Hardass  +wine-1.7.46.ebuild:
+  Version bump.  See https://www.winehq.org/announce/1.7.46 for the
+  announcement.
 
 *wine-1.7.45 (18 Jun 2015)
 



1.1  app-emulation/wine/wine-1.7.46.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.7.46.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.7.46.ebuild?rev=1.1&content-type=text/plain

Index: wine-1.7.46.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.7.46.ebuild,v 1.1 
2015/06/30 02:59:17 np-hardass Exp $

EAPI="5"

AUTOTOOLS_AUTORECONF=1
PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv 
te th tr uk wa zh_CN zh_TW"
PLOCALE_BACKUP="en"

inherit autotools-utils eutils fdo-mime flag-o-matic gnome2-utils l10n multilib 
multilib-minimal pax-utils toolchain-funcs virtualx

if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="git://source.winehq.org/git/wine.git 
http://source.winehq.org/git/wine.git";
EGIT_BRANCH="master"
inherit git-r3
SRC_URI=""
#KEYWORDS=""
else
MY_P="${PN}-${PV/_/-}"
SRC_URI="mirror://sourceforge/${PN}/Source/${MY_P}.tar.bz2"
KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
S=${WORKDIR}/${MY_P}
fi

GV="2.36"
MV="4.5.6"
STAGING_P="wine-staging-${PV}"
STAGING_DIR="${WORKDIR}/${STAGING_P}"
WINE_GENTOO="wine-gentoo-2015.03.07"
GST_P="wine-1.7.34-gstreamer-v5"
DESCRIPTION="Free implementation of Windows(tm) on Unix"
HOMEPAGE="http://www.winehq.org/";
SRC_URI="${SRC_URI}
gecko? (
abi_x86_32? ( 
mirror://sourceforge/${PN}/Wine%20Gecko/${GV}/wine_gecko-${GV}-x86.msi )
abi_x86_64? ( 
mirror://sourceforge/${PN}/Wine%20Gecko/${GV}/wine_gecko-${GV}-x86_64.msi )
)
mono? ( 
mirror://sourceforge/${PN}/Wine%20Mono/${MV}/wine-mono-${MV}.msi )
gstreamer? ( 
http://dev.gentoo.org/~tetromino/distfiles/${PN}/${GST_P}.patch.bz2 )
http://dev.gentoo.org/~tetromino/distfiles/${PN}/${WINE_GENTOO}.tar.bz2";

if [[ ${PV} == "" ]] ; then
STAGING_EGIT_REPO_URI="git://github.com/wine-compholio/wine-staging.git"
else
SRC_URI="${SRC_URI}
staging? ( 
https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> 
${STAGING_P}.tar.gz )
pulseaudio? ( 
https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> 
${STAGING_P}.tar.gz )"
fi

LICENSE="LGPL-2.1"
SLOT="0"
IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gstreamer +jpeg +lcms ldap +mono mp3 ncurses 
netapi nls odbc openal opencl +opengl osmesa oss +perl pcap pipelight +png 
+prelink pulseaudio +realtime +run-exes s3tc samba scanner selinux +ssl staging 
test +threads +truetype +udisks v4l vaapi +X +xcomposite xinerama +xml"
REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
test? ( abi_x86_32 )
elibc_glibc? ( threads )
mono? ( abi_x86_32 )
pipelight? ( staging )
s3tc? ( staging )
vaapi? ( staging )
osmesa? ( opengl )" #286560

# FIXME: the test suite is unsuitable for us; many tests require net access
# or fail due to Xvfb's opengl limitations.
RESTRICT="test"

COMMON_DEPEND="
truetype? ( >=media-libs/freetype-2.0

[gentoo-commits] gentoo-x86 commit in dev-python/pykerberos: pykerberos-1.1.7.ebuild pykerberos-1.1.5.ebuild ChangeLog

2015-06-29 Thread Ian Delaney (idella4)
idella4 15/06/30 02:19:37

  Modified: pykerberos-1.1.7.ebuild pykerberos-1.1.5.ebuild
ChangeLog
  Log:
  add missed dep setuptools, fixes bug #553116
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-python/pykerberos/pykerberos-1.1.7.ebuild

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

Index: pykerberos-1.1.7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/pykerberos/pykerberos-1.1.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pykerberos-1.1.7.ebuild 29 May 2015 05:07:58 -  1.1
+++ pykerberos-1.1.7.ebuild 30 Jun 2015 02:19:37 -  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/pykerberos/pykerberos-1.1.7.ebuild,v 1.1 
2015/05/29 05:07:58 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pykerberos/pykerberos-1.1.7.ebuild,v 1.2 
2015/06/30 02:19:37 idella4 Exp $
 
 EAPI=5
 
@@ -17,5 +17,6 @@
 KEYWORDS="~amd64 ~hppa ~x86"
 IUSE=""
 
-DEPEND="app-crypt/mit-krb5"
+DEPEND="app-crypt/mit-krb5
+   dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}"



1.6  dev-python/pykerberos/pykerberos-1.1.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pykerberos/pykerberos-1.1.5.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pykerberos/pykerberos-1.1.5.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pykerberos/pykerberos-1.1.5.ebuild?r1=1.5&r2=1.6

Index: pykerberos-1.1.5.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/pykerberos/pykerberos-1.1.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pykerberos-1.1.5.ebuild 27 May 2015 11:26:44 -  1.5
+++ pykerberos-1.1.5.ebuild 30 Jun 2015 02:19:37 -  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/dev-python/pykerberos/pykerberos-1.1.5.ebuild,v 1.5 
2015/05/27 11:26:44 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pykerberos/pykerberos-1.1.5.ebuild,v 1.6 
2015/06/30 02:19:37 idella4 Exp $
 
 EAPI=5
 
@@ -17,5 +17,6 @@
 KEYWORDS="amd64 ~hppa x86"
 IUSE=""
 
-DEPEND="app-crypt/mit-krb5"
+DEPEND="app-crypt/mit-krb5
+dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}"



1.20 dev-python/pykerberos/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pykerberos/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   3 Jun 2015 21:02:48 -   1.19
+++ ChangeLog   30 Jun 2015 02:19:37 -  1.20
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pykerberos
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pykerberos/ChangeLog,v 1.19 
2015/06/03 21:02:48 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pykerberos/ChangeLog,v 1.20 
2015/06/30 02:19:37 idella4 Exp $
+
+  30 Jun 2015; Ian Delaney  pykerberos-1.1.5.ebuild,
+  pykerberos-1.1.7.ebuild:
+  add missed dep setuptools, fixes bug #553116
 
   03 Jun 2015; Justin Lecher  metadata.xml:
   Add pypi to remote-id in metadata.xml






[gentoo-commits] dev/mrueg:master commit in: media-plugins/mopidy-spotify/

2015-06-29 Thread Manuel Rüger
commit: 42d8542ad09db98e79b0459e1d03e1125e0bca65
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Jun 30 02:05:57 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Jun 30 02:05:57 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=42d8542a

[media-plugins/mopidy-spotify] Fix description.

Package-Manager: portage-2.2.20

 media-plugins/mopidy-spotify/mopidy-spotify-2.0.0_pre20150602.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/mopidy-spotify/mopidy-spotify-2.0.0_pre20150602.ebuild 
b/media-plugins/mopidy-spotify/mopidy-spotify-2.0.0_pre20150602.ebuild
index a8b3608..ae448ef 100644
--- a/media-plugins/mopidy-spotify/mopidy-spotify-2.0.0_pre20150602.ebuild
+++ b/media-plugins/mopidy-spotify/mopidy-spotify-2.0.0_pre20150602.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=(python2_7)
 
 inherit vcs-snapshot distutils-r1
 
-DESCRIPTION="An extensible music server that plays music from local disk and 
more"
+DESCRIPTION="Mopidy extension for playing music from Spotify"
 HOMEPAGE="http://mopidy.com https://github.com/mopidy/mopidy-spotify";
 COMMIT_ID="70f27932cbc728693140d5d264054fb8c777516f"
 SRC_URI="https://github.com/mopidy/${PN}/archive/${COMMIT_ID}.tar.gz -> 
${P}.tar.gz"



[gentoo-commits] dev/mrueg:master commit in: media-plugins/moped/

2015-06-29 Thread Manuel Rüger
commit: ff15f6623a387e1401f94bae7c87b372e272a6a5
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Jun 30 02:04:57 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Jun 30 02:04:57 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=ff15f662

[media-plugins/moped] Initial version.

Package-Manager: portage-2.2.20

 media-plugins/moped/Manifest   |  1 +
 media-plugins/moped/metadata.xml   |  8 
 media-plugins/moped/moped-0.6.1.ebuild | 23 +++
 3 files changed, 32 insertions(+)

diff --git a/media-plugins/moped/Manifest b/media-plugins/moped/Manifest
new file mode 100644
index 000..3dae8f6
--- /dev/null
+++ b/media-plugins/moped/Manifest
@@ -0,0 +1 @@
+DIST moped-0.6.1.tar.gz 4015796 SHA256 
a618acc30b462e10447117f50b066fadb0192b906c4c84cdace6c2b954fd2cd1 SHA512 
b0efbd514efa05600b2ae09b45b0d0304c8d2c8a25f68a801b57c502e4588ce8467631fa9103892763d7b0502f7d24f2073957c537d0780954decde2398f590e
 WHIRLPOOL 
172fc3a2f9df224f143671a9a6a0a5f5a842b85130758b0ea3742e88fb3ba5691e710c05c0f79a7cdf3d0c9078f3271404ba2d4aad25cd31032cefce5e02459f

diff --git a/media-plugins/moped/metadata.xml b/media-plugins/moped/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/media-plugins/moped/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+

diff --git a/media-plugins/moped/moped-0.6.1.ebuild 
b/media-plugins/moped/moped-0.6.1.ebuild
new file mode 100644
index 000..90b45a1
--- /dev/null
+++ b/media-plugins/moped/moped-0.6.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=(python2_7)
+
+inherit distutils-r1
+
+DESCRIPTION="Web Client for Mopidy, built with AngularJS"
+HOMEPAGE="http://mopidy.com https://github.com/martijnboland/moped";
+SRC_URI="https://github.com/martijnboland/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="media-sound/mopidy[${PYTHON_USEDEP}]"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+DOCS=( README.rst )



[gentoo-commits] dev/mrueg:master commit in: media-plugins/mopidy-spotify/

2015-06-29 Thread Manuel Rüger
commit: 63330c6e861324c2221ab639a94ae7b6dca35d80
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Jun 30 01:56:41 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Jun 30 01:56:41 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=63330c6e

[media-plugins/mopidy-spotify] Initial version.

Package-Manager: portage-2.2.20

 media-plugins/mopidy-spotify/Manifest  |  1 +
 media-plugins/mopidy-spotify/metadata.xml  |  8 ++
 .../mopidy-spotify-2.0.0_pre20150602.ebuild| 33 ++
 3 files changed, 42 insertions(+)

diff --git a/media-plugins/mopidy-spotify/Manifest 
b/media-plugins/mopidy-spotify/Manifest
new file mode 100644
index 000..58b79bd
--- /dev/null
+++ b/media-plugins/mopidy-spotify/Manifest
@@ -0,0 +1 @@
+DIST mopidy-spotify-2.0.0_pre20150602.tar.gz 30091 SHA256 
da9c13a2d4c01f91bc6c9349e77e0d7e4d3be03fda2f24c3c705c1918cdeb8c2 SHA512 
210c7d38c7b7092c3364a403901732468df6497b7b57c073e61fa692dd13394fe98ed637b4373404be80dfac009b7b92ffbcf928aa934a29a838055291d3f688
 WHIRLPOOL 
31f504b51332b3e03c04746a0355004d32864f62a1845d53558121fe7684390469608b0afa8bd7c2b15c5f73b3b9f85246e6809349068aec91f84e30699373b7

diff --git a/media-plugins/mopidy-spotify/metadata.xml 
b/media-plugins/mopidy-spotify/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/media-plugins/mopidy-spotify/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+

diff --git 
a/media-plugins/mopidy-spotify/mopidy-spotify-2.0.0_pre20150602.ebuild 
b/media-plugins/mopidy-spotify/mopidy-spotify-2.0.0_pre20150602.ebuild
new file mode 100644
index 000..a8b3608
--- /dev/null
+++ b/media-plugins/mopidy-spotify/mopidy-spotify-2.0.0_pre20150602.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=(python2_7)
+
+inherit vcs-snapshot distutils-r1
+
+DESCRIPTION="An extensible music server that plays music from local disk and 
more"
+HOMEPAGE="http://mopidy.com https://github.com/mopidy/mopidy-spotify";
+COMMIT_ID="70f27932cbc728693140d5d264054fb8c777516f"
+SRC_URI="https://github.com/mopidy/${PN}/archive/${COMMIT_ID}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="dev-python/pykka[${PYTHON_USEDEP}]
+   >=dev-python/pyspotify-2.0.0[${PYTHON_USEDEP}]
+   media-sound/mopidy[${PYTHON_USEDEP}]"
+
+DEPEND="test? ( ${RDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-capturelog[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+DOCS=( README.rst )
+
+python_test() {
+   py.test || die
+}



[gentoo-commits] dev/mrueg:master commit in: dev-python/pytest-capturelog/

2015-06-29 Thread Manuel Rüger
commit: 4dbaf78e56b7ac9663caeb595f1d4b13d335dbe6
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Jun 30 01:55:44 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Jun 30 01:55:44 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=4dbaf78e

[dev-python/pytest-capturelog] Move to RDEPEND.

Package-Manager: portage-2.2.20

 dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild 
b/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild
index 42978e5..1dbb4b2 100644
--- a/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild
+++ b/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild
@@ -16,4 +16,4 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-DEPEND="dev-python/py[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/py[${PYTHON_USEDEP}]"



[gentoo-commits] dev/mrueg:master commit in: dev-python/pytest-capturelog/

2015-06-29 Thread Manuel Rüger
commit: dc073e9e882b9be2ac337128523783f0edd010cc
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Jun 30 01:53:19 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Jun 30 01:53:19 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=dc073e9e

[dev-python/pytest-capturelog] Initial version.

Package-Manager: portage-2.2.20

 dev-python/pytest-capturelog/Manifest |  1 +
 dev-python/pytest-capturelog/metadata.xml |  8 
 .../pytest-capturelog/pytest-capturelog-0.7.ebuild| 19 +++
 3 files changed, 28 insertions(+)

diff --git a/dev-python/pytest-capturelog/Manifest 
b/dev-python/pytest-capturelog/Manifest
new file mode 100644
index 000..335fffc
--- /dev/null
+++ b/dev-python/pytest-capturelog/Manifest
@@ -0,0 +1 @@
+DIST pytest-capturelog-0.7.tar.gz 4293 SHA256 
b6e8d5189b39462109c2188e6b512d6cc7e66d62bb5be65389ed50e96d22000d SHA512 
82567697be2c277f49633cee5c83733b3383b89e987729dc977f4ef3dd08a5ef55d507f5380ac08def7791157208459ee08d686cf532280c665e659938f03c22
 WHIRLPOOL 
3b292ac5197c13b72019e4051226a7417434fdba6854883273d13f6750e9420987f0af80ec8035d88b318290a190d397c3c7bc892b4930641977bad7ddbcc420

diff --git a/dev-python/pytest-capturelog/metadata.xml 
b/dev-python/pytest-capturelog/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/dev-python/pytest-capturelog/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+

diff --git a/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild 
b/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild
new file mode 100644
index 000..42978e5
--- /dev/null
+++ b/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=(python{2_7,3_3})
+
+inherit distutils-r1
+
+DESCRIPTION="py.test plugin to capture log messages"
+HOMEPAGE=" http://bitbucket.org/memedough/pytest-capturelog/overview";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-python/py[${PYTHON_USEDEP}]"



[gentoo-commits] gentoo-x86 commit in dev-libs/newt: newt-0.52.18.ebuild ChangeLog

2015-06-29 Thread Naohiro Aota (naota)
naota   15/06/30 01:29:20

  Modified: ChangeLog
  Added:newt-0.52.18.ebuild
  Log:
  dev-libs/newt: version bump to 0.52.18; Clean up unused patches.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
F8551514)

Revision  ChangesPath
1.104dev-libs/newt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/newt/ChangeLog?rev=1.104&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/newt/ChangeLog?rev=1.104&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/newt/ChangeLog?r1=1.103&r2=1.104

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/newt/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog   30 Jun 2015 01:03:49 -  1.103
+++ ChangeLog   30 Jun 2015 01:29:20 -  1.104
@@ -1,6 +1,14 @@
 # ChangeLog for dev-libs/newt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/ChangeLog,v 1.103 2015/06/30 
01:03:49 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/ChangeLog,v 1.104 2015/06/30 
01:29:20 naota Exp $
+
+*newt-0.52.18 (30 Jun 2015)
+
+  30 Jun 2015; Naohiro Aota  +newt-0.52.18.ebuild,
+  -files/newt-0.52.12-install.patch, -files/newt-0.52.12-tcl.patch,
+  -files/newt-0.52.12-whiptail.patch, -files/newt-0.52.13-python.patch,
+  -files/newt-0.52.14-snack.patch:
+  dev-libs/newt: version bump to 0.52.18; Clean up unused patches.
 
   30 Jun 2015; Naohiro Aota 
   +files/newt-0.52.15-makefile.patch, newt-0.52.15.ebuild:



1.1  dev-libs/newt/newt-0.52.18.ebuild

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

Index: newt-0.52.18.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.18.ebuild,v 1.1 
2015/06/30 01:29:20 naota Exp $

EAPI="5"

PYTHON_COMPAT=( python2_7 )

inherit python-r1 eutils multilib autotools toolchain-funcs

DESCRIPTION="Redhat's Newt windowing toolkit development files"
HOMEPAGE="https://fedorahosted.org/newt/";
SRC_URI="https://fedorahosted.org/releases/n/e/newt/${P}.tar.gz";

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd"
IUSE="gpm tcl nls"

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="${PYTHON_DEPS}
>=dev-libs/popt-1.6
=sys-libs/slang-2*
elibc_uclibc? ( sys-libs/ncurses )
gpm? ( sys-libs/gpm )
tcl? ( >=dev-lang/tcl-8.5:0 )
"
DEPEND="${RDEPEND}"

src_prepare() {
# bug 73850
if use elibc_uclibc; then
sed -i -e 's:-lslang:-lslang -lncurses:g' Makefile.in || die
fi

sed -i Makefile.in \
-e 's|$(SHCFLAGS) -o|$(LDFLAGS) &|g' \
-e 's|-g -o|$(CFLAGS) $(LDFLAGS) -o|g' \
-e 's|-shared -o|$(CFLAGS) $(LDFLAGS) &|g' \
-e 's|instroot|DESTDIR|g' \
-e 's|  make |  $(MAKE) |g' \
-e "s|  ar |$(tc-getAR) |g" \
|| die "sed Makefile.in"

local langs=""
if [ -n "${LINGUAS}" ]; then
for lang in ${LINGUAS}; do
test -r po/${lang}.po && langs="${langs} ${lang}.po"
done
sed -i po/Makefile \
-e "/^CATALOGS = /cCATALOGS = ${langs}" \
|| die "sed po/Makefile"
fi

epatch "${FILESDIR}"/${PN}-0.52.13-gold.patch \
"${FILESDIR}"/${PN}-0.52.14-tcl.patch \
"${FILESDIR}"/${PN}-0.52.15-makefile.patch
eautoreconf
}

src_configure() {
econf \
PYTHONVERS="${PYTHON}" \
$(use_with gpm gpm-support) \
$(use_with tcl) \
$(use_enable nls)
}

src_compile() {
building() {
emake PYTHONVERS="${EPYTHON}"
}
python_foreach_impl building
}

src_install() {
installit() {
emake \
DESTDIR="${D}" \
PYTHONVERS="${EPYTHON}" \
install
python_optimize
}
python_foreach_impl installit
dodoc peanuts.py popcorn.py tutorial.sgml
doman whiptail.1
}






[gentoo-commits] gentoo-x86 commit in dev-libs/newt/files: newt-0.52.13-python.patch newt-0.52.12-install.patch newt-0.52.14-snack.patch newt-0.52.12-whiptail.patch newt-0.52.12-tcl.patch

2015-06-29 Thread Naohiro Aota (naota)
naota   15/06/30 01:29:20

  Removed:  newt-0.52.13-python.patch
newt-0.52.12-install.patch newt-0.52.14-snack.patch
newt-0.52.12-whiptail.patch newt-0.52.12-tcl.patch
  Log:
  dev-libs/newt: version bump to 0.52.18; Clean up unused patches.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
F8551514)



[gentoo-commits] dev/mrueg:master commit in: dev-python/pyspotify/

2015-06-29 Thread Manuel Rüger
commit: 7574f1b9e35bd2cee3ce0e8d7fb28cb37e4e481e
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Jun 30 01:20:07 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Jun 30 01:20:07 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=7574f1b9

[dev-python/pyspotify] Initial version.

Package-Manager: portage-2.2.20

 dev-python/pyspotify/Manifest   |  1 +
 dev-python/pyspotify/metadata.xml   |  8 +++
 dev-python/pyspotify/pyspotify-2.0.0.ebuild | 33 +
 3 files changed, 42 insertions(+)

diff --git a/dev-python/pyspotify/Manifest b/dev-python/pyspotify/Manifest
new file mode 100644
index 000..f610b4e
--- /dev/null
+++ b/dev-python/pyspotify/Manifest
@@ -0,0 +1 @@
+DIST pyspotify-2.0.0.tar.gz 147219 SHA256 
565148ede5c27e029db2ffd98146253d3c9fa6eacd09123eb18f307644f792c8 SHA512 
9f52604a54de9970808104b6e7d6cb014d6accb90dd87bd92ed4606c2b3a39164a98148936ea2dfef5490f91fbdaaaf2793f1dc683c213c314a0beac4fbb7644
 WHIRLPOOL 
ec132c9a7ed0cb97d5b90f8e40812a533d3a1f41a99f9fad2ff105241dda856ea826b54208b6d62192d5af7442e140d5ecbe45f0740545c7d082fafbcc12fa60

diff --git a/dev-python/pyspotify/metadata.xml 
b/dev-python/pyspotify/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/dev-python/pyspotify/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+

diff --git a/dev-python/pyspotify/pyspotify-2.0.0.ebuild 
b/dev-python/pyspotify/pyspotify-2.0.0.ebuild
new file mode 100644
index 000..f6593de
--- /dev/null
+++ b/dev-python/pyspotify/pyspotify-2.0.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=(python{2_7,3_3})
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for libspotify"
+HOMEPAGE="http://pyspotify.mopidy.com https://github.com/mopidy/pyspotify";
+SRC_URI="https://github.com/mopidy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="dev-libs/libspotify
+   >=dev-python/cffi-1.0.0[${PYTHON_USEDEP}]"
+
+DEPEND="${RDEPEND}
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+DOCS=( README.rst )
+
+DISTUTILS_IN_SOURCE_BUILD=1
+
+python_test() {
+   cp build/lib/spotify/_spotify.*so spotify || die
+   nosetests || die
+}



[gentoo-commits] gentoo-x86 commit in sys-kernel/vanilla-sources: vanilla-sources-3.10.82.ebuild ChangeLog vanilla-sources-3.14.46.ebuild vanilla-sources-4.0.7.ebuild vanilla-sources-4.1.1.ebuild vani

2015-06-29 Thread Mike Pagano (mpagano)
mpagano 15/06/30 01:19:47

  Modified: ChangeLog
  Added:vanilla-sources-3.10.82.ebuild
vanilla-sources-3.14.46.ebuild
vanilla-sources-4.0.7.ebuild
vanilla-sources-4.1.1.ebuild
  Removed:  vanilla-sources-4.0.6.ebuild
vanilla-sources-3.14.45.ebuild
vanilla-sources-3.10.81.ebuild
vanilla-sources-4.1.0.ebuild
  Log:
  Version bump. Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
B576E4E3)

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v
retrieving revision 1.1392
retrieving revision 1.1393
diff -u -r1.1392 -r1.1393
--- ChangeLog   23 Jun 2015 00:50:50 -  1.1392
+++ ChangeLog   30 Jun 2015 01:19:47 -  1.1393
@@ -1,6 +1,18 @@
 # ChangeLog for sys-kernel/vanilla-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 
1.1392 2015/06/23 00:50:50 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 
1.1393 2015/06/30 01:19:47 mpagano Exp $
+
+*vanilla-sources-4.1.1 (30 Jun 2015)
+*vanilla-sources-4.0.7 (30 Jun 2015)
+*vanilla-sources-3.14.46 (30 Jun 2015)
+*vanilla-sources-3.10.82 (30 Jun 2015)
+
+  30 Jun 2015; Mike Pagano 
+  -vanilla-sources-3.10.81.ebuild, +vanilla-sources-3.10.82.ebuild,
+  -vanilla-sources-3.14.45.ebuild, +vanilla-sources-3.14.46.ebuild,
+  -vanilla-sources-4.0.6.ebuild, +vanilla-sources-4.0.7.ebuild,
+  -vanilla-sources-4.1.0.ebuild, +vanilla-sources-4.1.1.ebuild:
+  Version bump. Remove old.
 
 *vanilla-sources-4.0.6 (23 Jun 2015)
 *vanilla-sources-3.14.45 (23 Jun 2015)



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

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

Index: vanilla-sources-3.10.82.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.10.82.ebuild,v
 1.1 2015/06/30 01:19:47 mpagano Exp $

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

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

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



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

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

Index: vanilla-sources-3.14.46.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-3.14.46.ebuild,v
 1.1 2015/06/30 01:19:47 mpagano Exp $

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

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

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



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

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

Index: vanilla-sources-4.0.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distribute

[gentoo-commits] gentoo-x86 commit in dev-libs/newt: newt-0.52.15.ebuild ChangeLog

2015-06-29 Thread Naohiro Aota (naota)
naota   15/06/30 01:03:49

  Modified: newt-0.52.15.ebuild ChangeLog
  Log:
  dev-libs/newt: add a patch to fix parallel make failure #553338
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
F8551514)

Revision  ChangesPath
1.21 dev-libs/newt/newt-0.52.15.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/newt/newt-0.52.15.ebuild?rev=1.21&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/newt/newt-0.52.15.ebuild?rev=1.21&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/newt/newt-0.52.15.ebuild?r1=1.20&r2=1.21

Index: newt-0.52.15.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.15.ebuild,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- newt-0.52.15.ebuild 8 Apr 2015 17:51:56 -   1.20
+++ newt-0.52.15.ebuild 30 Jun 2015 01:03:49 -  1.21
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.15.ebuild,v 1.20 
2015/04/08 17:51:56 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.15.ebuild,v 1.21 
2015/06/30 01:03:49 naota Exp $
 
 EAPI="5"
 
@@ -56,7 +56,8 @@
 
epatch "${FILESDIR}"/${PN}-0.52.13-gold.patch \
"${FILESDIR}"/${PN}-0.52.15-snack.patch \
-   "${FILESDIR}"/${PN}-0.52.14-tcl.patch
+   "${FILESDIR}"/${PN}-0.52.14-tcl.patch \
+   "${FILESDIR}"/${PN}-0.52.15-makefile.patch
eautoreconf
 }
 



1.103dev-libs/newt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/newt/ChangeLog?rev=1.103&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/newt/ChangeLog?rev=1.103&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/newt/ChangeLog?r1=1.102&r2=1.103

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/newt/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog   5 May 2015 19:25:52 -   1.102
+++ ChangeLog   30 Jun 2015 01:03:49 -  1.103
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/newt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/ChangeLog,v 1.102 2015/05/05 
19:25:52 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/ChangeLog,v 1.103 2015/06/30 
01:03:49 naota Exp $
+
+  30 Jun 2015; Naohiro Aota 
+  +files/newt-0.52.15-makefile.patch, newt-0.52.15.ebuild:
+  dev-libs/newt: add a patch to fix parallel make failure #553338
 
   05 May 2015; Manuel Rüger  -newt-0.52.12.ebuild,
   -newt-0.52.13.ebuild, -newt-0.52.14-r1.ebuild, -newt-0.52.14-r2.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-libs/newt/files: newt-0.52.15-makefile.patch

2015-06-29 Thread Naohiro Aota (naota)
naota   15/06/30 01:03:49

  Added:newt-0.52.15-makefile.patch
  Log:
  dev-libs/newt: add a patch to fix parallel make failure #553338
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
F8551514)

Revision  ChangesPath
1.1  dev-libs/newt/files/newt-0.52.15-makefile.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/newt/files/newt-0.52.15-makefile.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/newt/files/newt-0.52.15-makefile.patch?rev=1.1&content-type=text/plain

Index: newt-0.52.15-makefile.patch
===
diff --git a/Makefile.in b/Makefile.in
index 4ae284b..cd5c4a7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -127,7 +127,7 @@ $(LIBNEWTSH): $(SHAREDDIR) $(SHAREDOBJS)
ln -fs $(LIBNEWTSONAME) libnewt.so
ln -fs $(LIBNEWTSH) $(LIBNEWTSONAME)
 
-$(SHAREDDIR)/%.o : %.c
+$(SHAREDDIR)/%.o : %.c $(SHAREDDIR) 
$(CC) $(SHCFLAGS) -c $(CFLAGS) $(CPPFLAGS) -o $@ $<
 
 install: $(LIBNEWT) install-sh whiptail






[gentoo-commits] dev/mrueg:master commit in: licenses/

2015-06-29 Thread Manuel Rüger
commit: 8a20b02a219fc9ba190e1f0cd241636db13874b1
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Jun 30 00:45:44 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Jun 30 00:45:44 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=8a20b02a

[licenses] Add Spotify license.

 licenses/Spotify | 215 +++
 1 file changed, 215 insertions(+)

diff --git a/licenses/Spotify b/licenses/Spotify
new file mode 100644
index 000..d2c7b27
--- /dev/null
+++ b/licenses/Spotify
@@ -0,0 +1,215 @@
+For the current terms and conditions, please read:
+
+http://developer.spotify.com/en/libspotify/terms-of-use/
+
+
+Spotify Developer Terms of Use
+
+Version 2.1. Effective as of 16 December 2014 
+
+
+Introduction
+
+Hello and welcome to Spotify’s Developer Terms of Use!
+
+Thank you for developing on our platform. We’re working hard to bring the 
world’s music to everyone and we’d like you to participate. Please read these 
terms carefully before using our developer platform. We hope that you have a 
strong cup of coffee and are listening to a sweet sweet playlist.
+Principles
+
+When reviewing our Developer Terms, please keep in mind these two principles:
+
+Our users are very important to us. Let’s work together to give them tools 
to access, discover, manage, and share music. While doing so, please respect 
their data and privacy settings.
+We respect rights holders, artists, and music. We work hard to make sure 
that all of the music on Spotify is fully licensed in order to monetize all 
content on our service. This respect manifests itself in what we do (or don’t) 
support on our platform.
+
+Section I: Acceptance of Terms
+
+Acceptance of Developer Terms. We invite you to review, download and use 
our developer tools accessible, and documentation described, on our developer 
website (collectively the “Spotify Platform”). Please note that this invitation 
is subject to your review and agreement with this Developer Terms of Use 
agreement and certain other terms and conditions (collectively, the “Developer 
Terms” or “Agreement”). You are not required to agree to the Developer Terms. 
However, if you reject the Developer Terms, you do not have any right to use 
the Spotify Platform. If you use the Spotify Platform, you will be deemed to 
have accepted the Developer Terms and entered into a legally binding contract 
with Spotify AB (“Spotify”, “we”, and sometimes “us”).
+Other Terms Incorporated. You should also read our Terms and Conditions of 
Use, our Privacy Policy, our Branding Guidelines, and the documentation made 
available to you on our Spotify developer website (“Documentation”). If there 
is an irreconcilable conflict between the Developer Terms and another of these 
documents, the Developer Terms shall govern. Please note that if you use any of 
the Spotify Widgets (defined below), you shall be bound by the Spotify Widget 
Terms of Use.
+Acceptance on Behalf of an Organization. If you are developing on behalf 
of an organization, you agree to these Developer Terms for that organization 
and promise that you have authority to bind that organization and its parents, 
subsidiaries, and sister companies to these Developer Terms. In that case, 
“you” and “your” will refer to that organization, its parents, subsidiaries, 
and sister companies.
+Language. In the event that these Developer Terms are translated into 
other languages and there is a discrepancy between versions in different 
languages, the English language version shall prevail to the extent that such 
discrepancy is the result of an error in translation.
+Independent Contractors. There is no joint venture, partnership, agency, 
or fiduciary relationship existing between you and Spotify, and the parties do 
not intend to create any such relationship by this Agreement.
+
+Section II: Definitions
+
+Before we go any further, we think it would be helpful to define a few key 
terms. Any defined terms not set out in this section will be clearly defined 
elsewhere in these Developer Terms.
+
+Approved Devices. “Approved Devices” means desktop computers, laptops, 
netbook PCs, tablets, mobile wireless handsets, and such other devices that we 
approve in writing from time to time.
+Audio Preview Clips. “Audio Preview Clips” means 30-second preview clips 
accessible using the Spotify Platform.
+Spotify Content. “Spotify Content” means any content, data, information or 
material made available through the Spotify Service or by Spotify. This 
includes, among other things, sound recordings, album artwork, artist 
biographies, metadata, playlists, and user data.
+Spotify Marks. “Spotify Marks” means all trademarks, service marks, logos, 
brand names, or trade names used to identify Spotify and its products or 
services.
+Spotify Service. “Spotify Service” means the service, websites, software 
applications, and offers prov

[gentoo-commits] dev/mrueg:master commit in: dev-libs/libspotify/

2015-06-29 Thread Manuel Rüger
commit: 6dec8d7da8653f78668056c12923bc914c9ad596
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Jun 30 00:34:30 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Jun 30 00:34:30 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=6dec8d7d

[dev-libs/libspotify] Initial version. Based on an ebuild from posativ-overlay.

Package-Manager: portage-2.2.20

 dev-libs/libspotify/Manifest  |  2 ++
 dev-libs/libspotify/libspotify-12.1.51.ebuild | 47 +++
 dev-libs/libspotify/metadata.xml  |  8 +
 3 files changed, 57 insertions(+)

diff --git a/dev-libs/libspotify/Manifest b/dev-libs/libspotify/Manifest
new file mode 100644
index 000..7fc546b
--- /dev/null
+++ b/dev-libs/libspotify/Manifest
@@ -0,0 +1,2 @@
+DIST libspotify-12.1.51-Linux-i686-release.tar.gz 1400367 SHA256 
941ab4ba10bcd6ec4e96127afd095a39e11bc955de0882734c97e4f588b155ae SHA512 
c16d53d8ec57913eb5b47ad3c2d01a804bd494a681c23a770f436b712cdadf89baa0c4c7db13ef96bf7b1e14599afbcb1323556ec24669f9020fc824d9ecd59e
 WHIRLPOOL 
1af9e03edc471dc97b1170dd1b33256165491de3c5a189455bf4c3d46e5dd5226a1089e329b210b7271510b0e534e9704bdc48e2e3973fc41ece925a777203d3
+DIST libspotify-12.1.51-Linux-x86_64-release.tar.gz 1571265 SHA256 
43a14e0732ba6ae30078fac105d0e2998d04d5f5c396a4968386bc4e22491058 SHA512 
3c636e1739a75910a0da9270c3d2203b52fe1c2d69615159a09bcc8b57c8909f1d005aa22dc5cef529489c6f3a9ee5bde4d6a922be536f8017185c25432c3666
 WHIRLPOOL 
cc11dafc369a75301fd6a5fa7b43c6d0fe60c777d509f2578150fb016ca5108253b634aa24216cc5fe7a9752563e6016336ae54c95791c79868ff3544406b237

diff --git a/dev-libs/libspotify/libspotify-12.1.51.ebuild 
b/dev-libs/libspotify/libspotify-12.1.51.ebuild
new file mode 100644
index 000..224848f
--- /dev/null
+++ b/dev-libs/libspotify/libspotify-12.1.51.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit multilib
+
+DESCRIPTION="C API package to utilize the Spotify music streaming service"
+HOMEPAGE="https://developer.spotify.com/technologies/libspotify/";
+BASE_URI="https://developer.spotify.com/download/libspotify/${P}-Linux-";
+SRC_URI="amd64? ( ${BASE_URI}x86_64-release.tar.gz )
+   x86? ( ${BASE_URI}i686-release.tar.gz )"
+
+LICENSE="Spotify"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 -*"
+IUSE=""
+
+DEPEND="virtual/pkgconfig"
+
+QA_PRESTRIPPED="/usr/$(get_libdir)/${PN}.so.${PV}"
+
+if use x86; then
+   S=${WORKDIR}/${P}-Linux-i686-release
+elif use amd64; then
+   S=${WORKDIR}/${P}-Linux-x86_64-release
+fi
+
+src_prepare() {
+   sed -i -e 's#PKG_PREFIX:$(prefix)#PKG_PREFIX:$(real_prefix)#'\
+   -e 's/ldconfig.*//'\
+   -e "s#prefix)/lib#prefix)/$(get_libdir)#g" Makefile || die
+   sed -i -e "s#{exec_prefix}/lib#{exec_prefix/$(get_libdir)#" 
lib/pkgconfig/${PN}.pc || die
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   emake prefix="${D}usr" real_prefix="${ROOT}usr" install
+   dodoc README ChangeLog
+
+   # install man
+   doman share/man3/*
+}

diff --git a/dev-libs/libspotify/metadata.xml b/dev-libs/libspotify/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/dev-libs/libspotify/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+



[gentoo-commits] dev/mrueg:master commit in: media-sound/mopidy/

2015-06-29 Thread Manuel Rüger
commit: c200ee55b931a77188ec8f10abe3d36cf3c962d0
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Jun 29 23:55:45 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Jun 29 23:55:45 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=c200ee55

[media-sound/mopidy] Update dependencies.

Package-Manager: portage-2.2.20

 media-sound/mopidy/mopidy-1.0.7.ebuild | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/media-sound/mopidy/mopidy-1.0.7.ebuild 
b/media-sound/mopidy/mopidy-1.0.7.ebuild
index 15cf989..c2ee8b9 100644
--- a/media-sound/mopidy/mopidy-1.0.7.ebuild
+++ b/media-sound/mopidy/mopidy-1.0.7.ebuild
@@ -17,8 +17,15 @@ KEYWORDS="~amd64"
 IUSE="test"
 
 RDEPEND="dev-python/pykka[${PYTHON_USEDEP}]
+   dev-python/gst-python:0.10[${PYTHON_USEDEP}]
+   media-libs/gst-plugins-bad:0.10
+   media-libs/gst-plugins-good:0.10
+   media-libs/gst-plugins-ugly:0.10
+   media-plugins/gst-plugins-meta:0.10
www-servers/tornado[${PYTHON_USEDEP}]"
-DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )
+
+DEPEND="test? ( ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}] )
dev-python/setuptools[${PYTHON_USEDEP}]"
 
 S=${WORKDIR}/Mopidy-${PV}



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

2015-06-29 Thread Alex Brandt (alunduil)
alunduil15/06/29 23:45:17

  Modified: ChangeLog
  Removed:  mkdocs-0.11.1.ebuild
  Log:
  remove version 0.11.0
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
11A8217C!)

Revision  ChangesPath
1.7  dev-python/mkdocs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/mkdocs/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   29 Jun 2015 23:44:15 -  1.6
+++ ChangeLog   29 Jun 2015 23:45:17 -  1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/mkdocs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mkdocs/ChangeLog,v 1.6 
2015/06/29 23:44:15 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mkdocs/ChangeLog,v 1.7 
2015/06/29 23:45:17 alunduil Exp $
+
+  29 Jun 2015; Alex Brandt  -mkdocs-0.11.1.ebuild:
+  remove version 0.11.0
 
 *mkdocs-0.14.0 (29 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-python/mkdocs: mkdocs-0.14.0.ebuild mkdocs-0.12.2.ebuild ChangeLog

2015-06-29 Thread Alex Brandt (alunduil)
alunduil15/06/29 23:44:15

  Modified: mkdocs-0.12.2.ebuild ChangeLog
  Added:mkdocs-0.14.0.ebuild
  Log:
  add version 0.14.0
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
11A8217C!)

Revision  ChangesPath
1.3  dev-python/mkdocs/mkdocs-0.12.2.ebuild

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

Index: mkdocs-0.12.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/mkdocs/mkdocs-0.12.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mkdocs-0.12.2.ebuild22 May 2015 03:11:37 -  1.2
+++ mkdocs-0.12.2.ebuild29 Jun 2015 23:44:15 -  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/mkdocs/mkdocs-0.12.2.ebuild,v 
1.2 2015/05/22 03:11:37 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mkdocs/mkdocs-0.12.2.ebuild,v 
1.3 2015/06/29 23:44:15 alunduil Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
@@ -35,7 +35,7 @@
 
 python_prepare_all() {
local PATCHES=(
-   "${FILESDIR}"/skip-invalid-test.patch
+   "${FILESDIR}/${PV}"-skip-invalid-test.patch
)
 
distutils-r1_python_prepare_all



1.6  dev-python/mkdocs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/mkdocs/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   7 Jun 2015 13:52:44 -   1.5
+++ ChangeLog   29 Jun 2015 23:44:15 -  1.6
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/mkdocs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mkdocs/ChangeLog,v 1.5 
2015/06/07 13:52:44 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mkdocs/ChangeLog,v 1.6 
2015/06/29 23:44:15 alunduil Exp $
+
+*mkdocs-0.14.0 (29 Jun 2015)
+
+  29 Jun 2015; Alex Brandt 
+  +files/0.12.2-skip-invalid-test.patch, +mkdocs-0.14.0.ebuild,
+  files/skip-invalid-test.patch, mkdocs-0.12.2.ebuild:
+  add version 0.14.0
 
   07 Jun 2015; Justin Lecher  metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-python/mkdocs/mkdocs-0.14.0.ebuild

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

Index: mkdocs-0.14.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mkdocs/mkdocs-0.14.0.ebuild,v 1.1 
2015/06/29 23:44:15 alunduil Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )

inherit distutils-r1 vcs-snapshot

DESCRIPTION="Project documentation with Markdown."
HOMEPAGE="http://www.mkdocs.org";
SRC_URI="https://github.com/tomchristie/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"

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

CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
DEPEND="
${CDEPEND}
test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
)
"
RDEPEND="
${CDEPEND}
>=dev-python/click-4.0[${PYTHON_USEDEP}]
>=dev-python/jinja-2.7.1[${PYTHON_USEDEP}]
>=dev-python/livereload-2.3.2[${PYTHON_USEDEP}]
>=dev-python/markdown-2.3.1[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
>=www-servers/tornado-4.1[${PYTHON_USEDEP}]
"

python_prepare_all() {
local PATCHES=(
"${FILESDIR}"/skip-invalid-test.patch
)

distutils-r1_python_prepare_all
}

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






[gentoo-commits] gentoo-x86 commit in dev-python/mkdocs/files: skip-invalid-test.patch 0.12.2-skip-invalid-test.patch

2015-06-29 Thread Alex Brandt (alunduil)
alunduil15/06/29 23:44:15

  Modified: skip-invalid-test.patch
  Added:0.12.2-skip-invalid-test.patch
  Log:
  add version 0.14.0
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
11A8217C!)

Revision  ChangesPath
1.2  dev-python/mkdocs/files/skip-invalid-test.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mkdocs/files/skip-invalid-test.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mkdocs/files/skip-invalid-test.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mkdocs/files/skip-invalid-test.patch?r1=1.1&r2=1.2

Index: skip-invalid-test.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/mkdocs/files/skip-invalid-test.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- skip-invalid-test.patch 3 May 2015 17:30:52 -   1.1
+++ skip-invalid-test.patch 29 Jun 2015 23:44:15 -  1.2
@@ -1,10 +1,22 @@
-diff --git a/mkdocs/tests/config_tests.py b/mkdocs/tests/config_tests.py
-index 647c695..b26d59d 100644
 a/mkdocs/tests/config_tests.py
-+++ b/mkdocs/tests/config_tests.py
-@@ -130,7 +130,6 @@ class ConfigTests(unittest.TestCase):
+diff --git a/mkdocs/tests/config/config_options_tests.py 
b/mkdocs/tests/config/config_options_tests.py
+index 1721bdd..4a41658 100644
+--- a/mkdocs/tests/config/config_options_tests.py
 b/mkdocs/tests/config/config_options_tests.py
+@@ -180,7 +180,6 @@ class SiteDirTest(unittest.TestCase):
+ {'docs_dir': '.', 'site_dir': '.'},
+ {'docs_dir': 'docs', 'site_dir': ''},
+ {'docs_dir': '', 'site_dir': ''},
+-{'docs_dir': j('..', 'mkdocs', 'docs'), 'site_dir': 'docs'},
+ )
+ 
+ for test_config in test_configs:
+diff --git a/mkdocs/tests/config/config_tests.py 
b/mkdocs/tests/config/config_tests.py
+index fe32fd9..d5ce61e 100644
+--- a/mkdocs/tests/config/config_tests.py
 b/mkdocs/tests/config/config_tests.py
+@@ -181,7 +181,6 @@ class ConfigTests(unittest.TestCase):
+ {'docs_dir': '.', 'site_dir': '.'},
  {'docs_dir': 'docs', 'site_dir': ''},
- {'docs_dir': '', 'site_dir': 'site'},
  {'docs_dir': '', 'site_dir': ''},
 -{'docs_dir': j('..', 'mkdocs', 'docs'), 'site_dir': 'docs'},
  )



1.1  dev-python/mkdocs/files/0.12.2-skip-invalid-test.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mkdocs/files/0.12.2-skip-invalid-test.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mkdocs/files/0.12.2-skip-invalid-test.patch?rev=1.1&content-type=text/plain

Index: 0.12.2-skip-invalid-test.patch
===
diff --git a/mkdocs/tests/config_tests.py b/mkdocs/tests/config_tests.py
index 647c695..b26d59d 100644
--- a/mkdocs/tests/config_tests.py
+++ b/mkdocs/tests/config_tests.py
@@ -130,7 +130,6 @@ class ConfigTests(unittest.TestCase):
 {'docs_dir': 'docs', 'site_dir': ''},
 {'docs_dir': '', 'site_dir': 'site'},
 {'docs_dir': '', 'site_dir': ''},
-{'docs_dir': j('..', 'mkdocs', 'docs'), 'site_dir': 'docs'},
 )
 
 conf = {






[gentoo-commits] gentoo-x86 commit in dev-db/mysqltuner: metadata.xml ChangeLog

2015-06-29 Thread Brian Evans (grknight)
grknight15/06/29 23:42:18

  Modified: metadata.xml ChangeLog
  Log:
  Drop mysql herd from this package
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xD1F781EFF9F4A3B6)

Revision  ChangesPath
1.4  dev-db/mysqltuner/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysqltuner/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml7 Jun 2015 08:21:52 -   1.3
+++ metadata.xml29 Jun 2015 23:42:18 -  1.4
@@ -1,7 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  mysql
   
 maintainer-nee...@gentoo.org
   



1.12 dev-db/mysqltuner/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysqltuner/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   7 Jun 2015 08:21:52 -   1.11
+++ ChangeLog   29 Jun 2015 23:42:18 -  1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/mysqltuner
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqltuner/ChangeLog,v 1.11 
2015/06/07 08:21:52 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqltuner/ChangeLog,v 1.12 
2015/06/29 23:42:18 grknight Exp $
+
+  29 Jun 2015; Brian Evans  metadata.xml:
+  Drop mysql herd from this package
 
   07 Jun 2015; Justin Lecher  metadata.xml:
   Add github to remote-id in metadata.xml






[gentoo-commits] dev/mrueg:master commit in: media-sound/mopidy/

2015-06-29 Thread Manuel Rüger
commit: 272e4842d6fec5ccd32d06a355bd5c04c49b9a45
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Jun 29 23:40:30 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Jun 29 23:40:30 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=272e4842

[media-sound/mopidy] Initial commit.

Package-Manager: portage-2.2.20

 media-sound/mopidy/Manifest|  1 +
 media-sound/mopidy/metadata.xml|  8 
 media-sound/mopidy/mopidy-1.0.7.ebuild | 30 ++
 3 files changed, 39 insertions(+)

diff --git a/media-sound/mopidy/Manifest b/media-sound/mopidy/Manifest
new file mode 100644
index 000..bf2cd8e
--- /dev/null
+++ b/media-sound/mopidy/Manifest
@@ -0,0 +1 @@
+DIST Mopidy-1.0.7.tar.gz 1910270 SHA256 
85f1d7ca176dd28f1880db56d26b1a4ff6dcd53e3da0918026fbaa50916ec678 SHA512 
4de559df90288c7ecc875aba77689ffdfcd756acb5092775e9ae6501e143658c131ba0920e47a1e9213433967f50481668e704e27787f48534003973c7299590
 WHIRLPOOL 
6b7fa2bff381401bb226ad8f26552836ab33e8c89e08689edfef0fb6aabe8c54e310cde0b221f3ea2f44578da4d06c5e482046ead8452c7fb19661f96ddc6e84

diff --git a/media-sound/mopidy/metadata.xml b/media-sound/mopidy/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/media-sound/mopidy/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+

diff --git a/media-sound/mopidy/mopidy-1.0.7.ebuild 
b/media-sound/mopidy/mopidy-1.0.7.ebuild
new file mode 100644
index 000..15cf989
--- /dev/null
+++ b/media-sound/mopidy/mopidy-1.0.7.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=(python2_7)
+
+inherit distutils-r1
+
+DESCRIPTION="An extensible music server that plays music from local disk and 
more"
+HOMEPAGE="http://mopidy.com https://github.com/mopidy/mopidy";
+SRC_URI="mirror://pypi/M/Mopidy/Mopidy-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="dev-python/pykka[${PYTHON_USEDEP}]
+   www-servers/tornado[${PYTHON_USEDEP}]"
+DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S=${WORKDIR}/Mopidy-${PV}
+
+DOCS=( README.rst )
+
+python_test() {
+   nosetests || die
+}



[gentoo-commits] dev/mrueg:master commit in: dev-python/pykka/

2015-06-29 Thread Manuel Rüger
commit: 9c401d2e8f1bac5b11c73aca0972b557183e34bc
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Jun 29 23:32:30 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Jun 29 23:32:30 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=9c401d2e

[dev-python/pykka] Initial commit.

Package-Manager: portage-2.2.20

 dev-python/pykka/Manifest   |  1 +
 dev-python/pykka/metadata.xml   |  8 
 dev-python/pykka/pykka-1.2.0.ebuild | 28 
 3 files changed, 37 insertions(+)

diff --git a/dev-python/pykka/Manifest b/dev-python/pykka/Manifest
new file mode 100644
index 000..52c1e65
--- /dev/null
+++ b/dev-python/pykka/Manifest
@@ -0,0 +1 @@
+DIST Pykka-1.2.0.tar.gz 41955 SHA256 
01cfbfc5a9a32c01ee68303614269b5b1c6e3d698270c92be7488f8c1edb5885 SHA512 
9fd6537d3ee8a6ef1882737bdcb8542aa411a857adbe1c4464a825baf1d30f9b000f523abd947b89bcf9e08437eaa589b10aaeb16cc78aa5f41ca40e531ecb34
 WHIRLPOOL 
7bd72cc3177973f58634e2fc9446fc081a25f03cdc006fbf233f9e1bbaad4c7e33b78c992a7f14bb9bb42a943e7338fe13d5bcff27236281c55400e7026dd287

diff --git a/dev-python/pykka/metadata.xml b/dev-python/pykka/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/dev-python/pykka/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+

diff --git a/dev-python/pykka/pykka-1.2.0.ebuild 
b/dev-python/pykka/pykka-1.2.0.ebuild
new file mode 100644
index 000..b885414
--- /dev/null
+++ b/dev-python/pykka/pykka-1.2.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=(python{2_7,3_3})
+
+inherit distutils-r1
+
+DESCRIPTION="A Python implementation of the actor model"
+HOMEPAGE="http://pykka.org https://github.com/jodal/pykka";
+SRC_URI="mirror://pypi/P/Pykka/Pykka-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S=${WORKDIR}/Pykka-${PV}
+
+DOCS=( README.rst )
+
+python_test() {
+   nosetests || die
+}



[gentoo-commits] gentoo-x86 commit in dev-lang/elixir: elixir-1.0.5.ebuild ChangeLog

2015-06-29 Thread Julian Ospald (hasufell)
hasufell15/06/29 23:01:24

  Modified: ChangeLog
  Added:elixir-1.0.5.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  ChangesPath
1.27 dev-lang/elixir/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/elixir/ChangeLog?rev=1.27&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/elixir/ChangeLog?rev=1.27&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/elixir/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/elixir/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   18 Apr 2015 10:59:24 -  1.26
+++ ChangeLog   29 Jun 2015 23:01:24 -  1.27
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/elixir
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/elixir/ChangeLog,v 1.26 2015/04/18 
10:59:24 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/elixir/ChangeLog,v 1.27 2015/06/29 
23:01:24 hasufell Exp $
+
+*elixir-1.0.5 (29 Jun 2015)
+
+  29 Jun 2015; Julian Ospald  +elixir-1.0.5.ebuild:
+  version bump
 
 *elixir-1.0.4 (18 Apr 2015)
 



1.1  dev-lang/elixir/elixir-1.0.5.ebuild

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

Index: elixir-1.0.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/elixir/elixir-1.0.5.ebuild,v 1.1 
2015/06/29 23:01:24 hasufell Exp $

EAPI=5

inherit multilib

DESCRIPTION="Elixir programming language"
HOMEPAGE="http://elixir-lang.org";
SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> 
${P}.tar.gz"

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

DEPEND=">=dev-lang/erlang-17"
RDEPEND="${DEPEND}"

src_compile() {
emake Q=""
}

src_install() {
emake DESTDIR="${D}" LIBDIR="$(get_libdir)" PREFIX="/usr" install
dodoc README.md CHANGELOG.md CONTRIBUTING.md
}






[gentoo-commits] proj/java:master commit in: dev-java/wss4j/, dev-java/wss4j/files/

2015-06-29 Thread James Le Cuirot
commit: b3783a16ab9beba6b11698c964e22d95a2b629fa
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Jun 29 21:02:41 2015 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Jun 29 22:03:17 2015 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=b3783a16

This version of wss4j is super ancient. It is still maintained but now
Maven-based so there's little point in keeping this, especially when
it's going to be broken by my upcoming xalan change.

 dev-java/wss4j/ChangeLog   | 10 ---
 dev-java/wss4j/Manifest|  6 --
 dev-java/wss4j/files/WSSPolicyProcessor.java.patch | 32 -
 dev-java/wss4j/files/build.xml.patch   | 55 ---
 dev-java/wss4j/metadata.xml|  5 --
 dev-java/wss4j/wss4j-1.5.1.ebuild  | 81 --
 6 files changed, 189 deletions(-)

diff --git a/dev-java/wss4j/ChangeLog b/dev-java/wss4j/ChangeLog
deleted file mode 100644
index 28481e3..000
--- a/dev-java/wss4j/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for dev-java/wss4j
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  20 Jan 2009; Alistair Bush  wss4j-1.5.1.ebuild:
-  Drop ~x86 due to missing deps.
-
-  24 Feb 2007; kiorky  ChangeLog:
-  Adding as a Jboss dependency
-  See #168284

diff --git a/dev-java/wss4j/Manifest b/dev-java/wss4j/Manifest
deleted file mode 100644
index 3947912..000
--- a/dev-java/wss4j/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX WSSPolicyProcessor.java.patch 1311 RMD160 
cf574d79a4980b71fd749dde6d107e564467396b SHA1 
2c7c8e92d898e440587472c87879956160321964 SHA256 
31633937c74104c2fe0c1b476f350bc0ca2a89c01ecb7dc3ad74d47b3ab1a2f4
-AUX build.xml.patch 1868 RMD160 58a2549ba72234bb91757ba50b8a93955ba23b3c SHA1 
a33ba0fae915335fc8c1a40018f1ac0ee30d34a1 SHA256 
a5574f16cc8ef11d3e092a5d1e55aaf2fa5d46cb665b6977c0f1da0e7bc23a6d
-DIST wss4j-1.5.1.tar.bz2 12343852 RMD160 
7a3c636d95f80eb92ec15d4e0c3a80f02754126e SHA1 
e29d5f1dc59d5b5cc204870ad023e4d45f6d913b SHA256 
248651eec42eec66bafb11aeed8ec2b0bd1987e0a069b53b1e5fdc4418d52061
-EBUILD wss4j-1.5.1.ebuild 3246 RMD160 22b6b04e3973512bd97dd950a7ae059623b2bef7 
SHA1 55f4bbc54d8a04750d7add01619353f18dc1c971 SHA256 
4071270605dc6a1dc12d4fff3c720705e721c26276a7f6d13d8ee96393d11a36
-MISC ChangeLog 322 RMD160 e30895e597809462a54ae11819a940c9493d2f94 SHA1 
abb071d4085e414791b38a569a9e0989deff7caf SHA256 
e0fcba33b11d64afb8e79dab6b5b9245449f792c25697a5f8857ddfd76499873
-MISC metadata.xml 157 RMD160 ab0b3741457dee7531f59c4da0f0e9e8399af084 SHA1 
c37a6b9922aef61b5b3387655bccb6e3b16e0e26 SHA256 
295d02c5805b0257938eb80314b371daac94b8d6ea85629a902de7a824adc0c9

diff --git a/dev-java/wss4j/files/WSSPolicyProcessor.java.patch 
b/dev-java/wss4j/files/WSSPolicyProcessor.java.patch
deleted file mode 100644
index cde5f65..000
--- a/dev-java/wss4j/files/WSSPolicyProcessor.java.patch
+++ /dev/null
@@ -1,32 +0,0 @@
 
wss4j-1.5.1/src/org/apache/ws/security/policy/parser/WSSPolicyProcessor.java
   2007-02-24 21:15:13.150400696 +0100
-+++ WSSPolicyProcessor.java2007-02-25 02:48:31.318004977 +0100
-@@ -25,9 +25,9 @@
- 
- import org.apache.commons.logging.Log;
- import org.apache.commons.logging.LogFactory;
--import org.apache.ws.policy.All;
-+import org.apache.neethi.All;
- import org.apache.ws.policy.Assertion;
--import org.apache.ws.policy.ExactlyOne;
-+import org.apache.neethi.ExactlyOne;
- import org.apache.ws.policy.Policy;
- import org.apache.ws.policy.PrimitiveAssertion;
- import org.apache.ws.policy.util.PolicyFactory;
-@@ -204,7 +204,7 @@
- 
- ExactlyOne xor = (ExactlyOne) policy.getTerms()
- .get(0);
--List listOfPolicyAlternatives = xor.getTerms();
-+List listOfPolicyAlternatives = xor.getPolicyComponents();
- 
- boolean success = false;
- int numberOfAlternatives = listOfPolicyAlternatives.size();
-@@ -213,7 +213,7 @@
- All aPolicyAlternative = (All) listOfPolicyAlternatives
- .get(i);
- 
--List listOfAssertions = aPolicyAlternative.getTerms();
-+List listOfAssertions = aPolicyAlternative.getAssertions();
- 
- Iterator iterator = listOfAssertions.iterator();
- /*

diff --git a/dev-java/wss4j/files/build.xml.patch 
b/dev-java/wss4j/files/build.xml.patch
deleted file mode 100644
index e33c6ab..000
--- a/dev-java/wss4j/files/build.xml.patch
+++ /dev/null
@@ -1,55 +0,0 @@
 wss4j-1.5.1/build.xml  2007-02-24 16:12:48.0 +0100
-+++ build.xml  2007-02-25 03:30:52.718768326 +0100
-@@ -113,6 +113,8 @@
- 
- 
- 
-+
-+
- 
- 
- 
-@@ -140,12 +142,16 @@
- 
- 
- 
--
-+  
-+
- 
- 
- 
- 
-+
- 
-+
-+
- 
- 
- 
-@@ -323,7 

[gentoo-commits] gentoo-x86 commit in dev-python/sip: ChangeLog sip-4.15.3.ebuild

2015-06-29 Thread Davide Pesavento (pesa)
pesa15/06/29 21:10:54

  Modified: ChangeLog
  Removed:  sip-4.15.3.ebuild
  Log:
  Drop old version. As of now, sparc no longer has a stable sip, see bug 
#523322 comment #15.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.311dev-python/sip/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/ChangeLog?rev=1.311&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/ChangeLog?rev=1.311&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sip/ChangeLog?r1=1.310&r2=1.311

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v
retrieving revision 1.310
retrieving revision 1.311
diff -u -r1.310 -r1.311
--- ChangeLog   17 Jun 2015 17:26:25 -  1.310
+++ ChangeLog   29 Jun 2015 21:10:54 -  1.311
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/sip
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.310 2015/06/17 
17:26:25 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.311 2015/06/29 
21:10:54 pesa Exp $
+
+  29 Jun 2015; Davide Pesavento  
-files/sip-4.9.3-darwin.patch,
+  -sip-4.15.3.ebuild:
+  Drop old version. As of now, sparc no longer has a stable sip, see bug 
#523322
+  comment #15.
 
   17 Jun 2015; Davide Pesavento  -sip-4.16.7.ebuild:
   Drop version that is not going to get stabilized.






[gentoo-commits] gentoo-x86 commit in dev-python/sip/files: sip-4.9.3-darwin.patch

2015-06-29 Thread Davide Pesavento (pesa)
pesa15/06/29 21:10:54

  Removed:  sip-4.9.3-darwin.patch
  Log:
  Drop old version. As of now, sparc no longer has a stable sip, see bug 
#523322 comment #15.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)



[gentoo-commits] gentoo-x86 commit in dev-python/PyQt4: ChangeLog PyQt4-4.10.3-r2.ebuild

2015-06-29 Thread Davide Pesavento (pesa)
pesa15/06/29 21:07:51

  Modified: ChangeLog
  Removed:  PyQt4-4.10.3-r2.ebuild
  Log:
  Drop old version. As of now, sparc no longer has a stable PyQt4, see bug 
#523322 comment #15.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.292dev-python/PyQt4/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.292&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.292&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?r1=1.291&r2=1.292

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v
retrieving revision 1.291
retrieving revision 1.292
diff -u -r1.291 -r1.292
--- ChangeLog   17 Jun 2015 17:25:08 -  1.291
+++ ChangeLog   29 Jun 2015 21:07:51 -  1.292
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/PyQt4
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.291 
2015/06/17 17:25:08 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.292 
2015/06/29 21:07:51 pesa Exp $
+
+  29 Jun 2015; Davide Pesavento  -PyQt4-4.10.3-r2.ebuild:
+  Drop old version. As of now, sparc no longer has a stable PyQt4, see bug
+  #523322 comment #15.
 
   17 Jun 2015; Davide Pesavento  -PyQt4-4.11.3.ebuild:
   Drop version that is not going to get stabilized.






[gentoo-commits] proj/kde:master commit in: app-editors/kile/

2015-06-29 Thread Johannes Huber
commit: f5c97bce714ae8536c6d299fff0f51fdcedbcb34
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon Jun 29 20:57:07 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon Jun 29 20:57:07 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f5c97bce

[app-editors/kile] Frameworks merged to master

Package-Manager: portage-2.2.20

 app-editors/kile/kile-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-editors/kile/kile-.ebuild 
b/app-editors/kile/kile-.ebuild
index f76a32c..cb6caa4 100644
--- a/app-editors/kile/kile-.ebuild
+++ b/app-editors/kile/kile-.ebuild
@@ -6,7 +6,6 @@ EAPI=5
 
 CMAKE_MIN_VERSION="3.0.2"
 KDE_HANDBOOK=true
-EGIT_BRANCH="frameworks"
 MY_P=${P/_beta/b}
 inherit kde5
 



[gentoo-commits] proj/kde:master commit in: kde-misc/systemd-kcm/

2015-06-29 Thread Johannes Huber
commit: a1f6f457f329f83023371d2bd891845dedc4fbe9
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon Jun 29 20:53:40 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon Jun 29 20:53:47 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a1f6f457

[kde-misc/systemd-kcm] Moved to tree, sync metadata

Package-Manager: portage-2.2.20

 kde-misc/systemd-kcm/metadata.xml |  9 +++
 kde-misc/systemd-kcm/systemd-kcm-1.1.0.ebuild | 35 ---
 kde-misc/systemd-kcm/systemd-kcm-.ebuild  |  2 +-
 3 files changed, 10 insertions(+), 36 deletions(-)

diff --git a/kde-misc/systemd-kcm/metadata.xml 
b/kde-misc/systemd-kcm/metadata.xml
index a23f444..cf728d3 100644
--- a/kde-misc/systemd-kcm/metadata.xml
+++ b/kde-misc/systemd-kcm/metadata.xml
@@ -2,4 +2,13 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 
kde
+   
+KDE control module for systemd. Provides a graphical frontend for the systemd 
daemon, which allows to view and control systemd units, as well as modifying 
configuration files. Integrates in the KDE System Settings dialogue.
+   
+   
+   
+   rthoms...@gmail.com
+   Ragnar Thomsen
+   
+   
 

diff --git a/kde-misc/systemd-kcm/systemd-kcm-1.1.0.ebuild 
b/kde-misc/systemd-kcm/systemd-kcm-1.1.0.ebuild
deleted file mode 100644
index a00d6c9..000
--- a/kde-misc/systemd-kcm/systemd-kcm-1.1.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-CMAKE_MIN_VERSION="3.0.0"
-
-inherit kde5
-
-DESCRIPTION="KDE control module for systemd"
-HOMEPAGE="https://projects.kde.org/projects/playground/sysadmin/systemd-kcm";
-SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-
-IUSE=""
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-   $(add_frameworks_dep kauth)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kwidgetsaddons)
-   >=dev-libs/boost-1.45
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   sys-apps/systemd
-"
-RDEPEND="${DEPEND}
-   !kde-misc/kcmsystemd:4
-"
-
-# only needed for 0.7.0 and 1.1.0
-S="${WORKDIR}"/kcmsystemd-${PV}

diff --git a/kde-misc/systemd-kcm/systemd-kcm-.ebuild 
b/kde-misc/systemd-kcm/systemd-kcm-.ebuild
index 89b7cef..e1c6158 100644
--- a/kde-misc/systemd-kcm/systemd-kcm-.ebuild
+++ b/kde-misc/systemd-kcm/systemd-kcm-.ebuild
@@ -3,8 +3,8 @@
 # $Header: $
 
 EAPI=5
-CMAKE_MIN_VERSION="3.0.0"
 
+CMAKE_MIN_VERSION="3.0.0"
 inherit kde5
 
 DESCRIPTION="KDE control module for systemd"



[gentoo-commits] gentoo-x86 commit in app-portage/elogviewer: elogviewer-2.1-r1.ebuild ChangeLog

2015-06-29 Thread Davide Pesavento (pesa)
pesa15/06/29 20:51:17

  Modified: elogviewer-2.1-r1.ebuild ChangeLog
  Log:
  Drop to ~sparc because the sparc team is not going to stabilize newer 
versions of PyQt4. See bug #523322 comment #15.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.7  app-portage/elogviewer/elogviewer-2.1-r1.ebuild

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

Index: elogviewer-2.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-portage/elogviewer/elogviewer-2.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- elogviewer-2.1-r1.ebuild3 Feb 2015 23:18:03 -   1.6
+++ elogviewer-2.1-r1.ebuild29 Jun 2015 20:51:17 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-portage/elogviewer/elogviewer-2.1-r1.ebuild,v 1.6 
2015/02/03 23:18:03 dolsen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/elogviewer/elogviewer-2.1-r1.ebuild,v 1.7 
2015/06/29 20:51:17 pesa Exp $
 
 EAPI="5"
 PYTHON_COMPAT=(python{2_7,3_3})
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="



1.63 app-portage/elogviewer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/elogviewer/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   9 Jun 2015 12:02:44 -   1.62
+++ ChangeLog   29 Jun 2015 20:51:17 -  1.63
@@ -1,6 +1,10 @@
 # ChangeLog for app-portage/elogviewer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/elogviewer/ChangeLog,v 1.62 
2015/06/09 12:02:44 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/elogviewer/ChangeLog,v 1.63 
2015/06/29 20:51:17 pesa Exp $
+
+  29 Jun 2015; Davide Pesavento  elogviewer-2.1-r1.ebuild:
+  Drop to ~sparc because the sparc team is not going to stabilize newer 
versions
+  of PyQt4. See bug #523322 comment #15.
 
   09 Jun 2015; Justin Lecher  metadata.xml:
   Updating remote-id in metadata.xml






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

2015-06-29 Thread Johannes Huber (johu)
johu15/06/29 20:48:57

  Modified: package.mask
  Log:
  Remove obsolete kde-misc/kcmsystemd.

Revision  ChangesPath
1.60 profiles/features/selinux/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/package.mask?rev=1.60&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/package.mask?rev=1.60&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/package.mask?r1=1.59&r2=1.60

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.mask,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- package.mask29 Jun 2015 16:00:03 -  1.59
+++ package.mask29 Jun 2015 20:48:57 -  1.60
@@ -1,4 +1,4 @@
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.mask,v 
1.59 2015/06/29 16:00:03 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.mask,v 
1.60 2015/06/29 20:48:57 johu Exp $
 
 # Jason Zaman  (27 Jun 2015)
 # SystemD has no support in the SELinux policy at the moment.
@@ -6,7 +6,6 @@
 sys-apps/systemd
 gnome-extra/gnome-logs
 gnome-extra/office-runner
-kde-misc/kcmsystemd
 kde-misc/systemd-kcm
 net-firewall/firewalld
 net-misc/netctl






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

2015-06-29 Thread Johannes Huber (johu)
johu15/06/29 20:48:57

  Modified: ChangeLog
  Log:
  Remove obsolete kde-misc/kcmsystemd.

Revision  ChangesPath
1.90 profiles/features/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog   29 Jun 2015 16:00:03 -  1.89
+++ ChangeLog   29 Jun 2015 20:48:57 -  1.90
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/AMD64 profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v 1.89 
2015/06/29 16:00:03 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v 1.90 
2015/06/29 20:48:57 johu Exp $
+
+  29 Jun 2015; Johannes Huber  selinux/package.mask:
+  Remove obsolete kde-misc/kcmsystemd.
 
   29 Jun 2015; Johannes Huber  selinux/package.mask:
   Mask kde-misc/systemd-kcm, will replace kde-misc/kcmsystemd soon.






[gentoo-commits] gentoo-x86 commit in kde-misc/kcmsystemd: ChangeLog Manifest kcmsystemd-0.7.0.ebuild metadata.xml

2015-06-29 Thread Johannes Huber (johu)
johu15/06/29 20:47:30

  Removed:  ChangeLog Manifest kcmsystemd-0.7.0.ebuild
metadata.xml
  Log:
  Move kde-misc/kcmsystemd -> kde-misc/systemd-kcm.



[gentoo-commits] gentoo-x86 commit in profiles/updates: 2Q-2015

2015-06-29 Thread Johannes Huber (johu)
johu15/06/29 20:45:09

  Modified: 2Q-2015
  Log:
  Move kde-misc/kcmsystemd -> kde-misc/systemd-kcm.

Revision  ChangesPath
1.22 profiles/updates/2Q-2015

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/2Q-2015?rev=1.22&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/2Q-2015?rev=1.22&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/2Q-2015?r1=1.21&r2=1.22

Index: 2Q-2015
===
RCS file: /var/cvsroot/gentoo-x86/profiles/updates/2Q-2015,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- 2Q-2015 19 Jun 2015 11:55:52 -  1.21
+++ 2Q-2015 29 Jun 2015 20:45:09 -  1.22
@@ -237,3 +237,4 @@
 move perl-core/Module-Pluggable dev-perl/Module-Pluggable
 move media-gfx/assimp media-libs/assimp
 move kde-plasma/bluez-qt kde-frameworks/bluez-qt
+move kde-misc/kcmsystemd kde-misc/systemd-kcm






[gentoo-commits] gentoo-x86 commit in kde-misc/systemd-kcm: metadata.xml ChangeLog systemd-kcm-1.1.0.ebuild systemd-kcm-0.7.0.ebuild

2015-06-29 Thread Johannes Huber (johu)
johu15/06/29 20:43:23

  Added:metadata.xml ChangeLog systemd-kcm-1.1.0.ebuild
systemd-kcm-0.7.0.ebuild
  Log:
  Moved from kde-misc/kcmsystemd. Version bump based on KF5.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xFDF4F788)

Revision  ChangesPath
1.1  kde-misc/systemd-kcm/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/systemd-kcm/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/systemd-kcm/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===

http://www.gentoo.org/dtd/metadata.dtd";>

kde

KDE control module for systemd. Provides a graphical frontend for the systemd 
daemon, which allows to view and control systemd units, as well as modifying 
configuration files. Integrates in the KDE System Settings dialogue.



rthoms...@gmail.com
Ragnar Thomsen






1.1  kde-misc/systemd-kcm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/systemd-kcm/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/systemd-kcm/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===
# ChangeLog for kde-misc/kcmsystemd
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/systemd-kcm/ChangeLog,v 1.1 
2015/06/29 20:43:23 johu Exp $

  11 Jun 2015; Johannes Huber  -kcmsystemd-0.6.1.ebuild:
  Remove old.

  04 Jun 2015; Michael Palimaka  kcmsystemd-0.6.1.ebuild,
  kcmsystemd-0.7.0.ebuild:
  Move various kde-base packages to kde-apps.

*kcmsystemd-0.7.0 (29 Jul 2014)

  29 Jul 2014; Johannes Huber  +kcmsystemd-0.7.0.ebuild:
  Version bump.

*kcmsystemd-0.6.1 (06 Apr 2014)

  06 Apr 2014; Johannes Huber  +kcmsystemd-0.6.1.ebuild,
  -kcmsystemd-0.5.0.ebuild, -kcmsystemd-0.6.0.ebuild:
  Version bump wrt bug #506908. Remove old.

*kcmsystemd-0.6.0 (31 Mar 2014)

  31 Mar 2014; Johannes Huber  +kcmsystemd-0.6.0.ebuild:
  Version bump.

*kcmsystemd-0.5.0 (18 Mar 2014)

  18 Mar 2014; Johannes Huber  +kcmsystemd-0.5.0.ebuild,
  +metadata.xml:
  New package. Import from kde overlay. Ebuild by David Heidelberger
  .



1.1  kde-misc/systemd-kcm/systemd-kcm-1.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/systemd-kcm/systemd-kcm-1.1.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/systemd-kcm/systemd-kcm-1.1.0.ebuild?rev=1.1&content-type=text/plain

Index: systemd-kcm-1.1.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/kde-misc/systemd-kcm/systemd-kcm-1.1.0.ebuild,v 1.1 
2015/06/29 20:43:23 johu Exp $

EAPI=5

CMAKE_MIN_VERSION="3.0.0"
inherit kde5

DESCRIPTION="KDE control module for systemd"
HOMEPAGE="https://projects.kde.org/projects/playground/sysadmin/systemd-kcm";
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"

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

DEPEND="
$(add_frameworks_dep kauth)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kwidgetsaddons)
>=dev-libs/boost-1.45
dev-qt/qtdbus:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
sys-apps/systemd
"
RDEPEND="${DEPEND}
!kde-misc/kcmsystemd:4
!kde-misc/systemd-kcm:4
"

# only needed for 0.7.0 and 1.1.0
S="${WORKDIR}"/kcmsystemd-${PV}



1.1  kde-misc/systemd-kcm/systemd-kcm-0.7.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/systemd-kcm/systemd-kcm-0.7.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/systemd-kcm/systemd-kcm-0.7.0.ebuild?rev=1.1&content-type=text/plain

Index: systemd-kcm-0.7.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/kde-misc/systemd-kcm/systemd-kcm-0.7.0.ebuild,v 1.1 
2015/06/29 20:43:23 johu Exp $

EAPI=5

MY_PN="kcmsystemd"
inherit kde4-base

DESCRIPTION="KDE control module for systemd"
HOMEPAGE="https://projects.kde.org/projects/playground/sysadmin/systemd-kcm";
SRC_URI="https://github.com/rthomsen/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"

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

DEPEND="
>=dev-libs/boost-1.45
"
RDEPEND="${DEPEND}
$(add_kdeapps_dep kcm

[gentoo-commits] gentoo-x86 commit in kde-misc/systemd-kcm: - New directory

2015-06-29 Thread Johannes Huber (johu)
johu15/06/29 20:41:39

  Log:
  Directory /var/cvsroot/gentoo-x86/kde-misc/systemd-kcm added to the repository



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

2015-06-29 Thread Alexys Jacob (ultrabug)
ultrabug15/06/29 20:23:21

  Modified: metadata.xml ChangeLog
  Log:
  add myself as maintainer
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
B658FA13)

Revision  ChangesPath
1.2  app-admin/consul/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/consul/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml24 May 2015 07:59:56 -  1.1
+++ metadata.xml29 Jun 2015 20:23:21 -  1.2
@@ -4,6 +4,9 @@
   
 zmed...@gentoo.org
   
+  
+ultra...@gentoo.org
+  
   
 Build the web UI.
   



1.5  app-admin/consul/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/consul/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   9 Jun 2015 07:00:48 -   1.4
+++ ChangeLog   29 Jun 2015 20:23:21 -  1.5
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/consul
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/consul/ChangeLog,v 1.4 2015/06/09 
07:00:48 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/consul/ChangeLog,v 1.5 2015/06/29 
20:23:21 ultrabug Exp $
+
+  29 Jun 2015; Ultrabug  metadata.xml:
+  add myself as maintainer
 
   09 Jun 2015; Zac Medico  consul-0.5.2.ebuild,
   consul-.ebuild:






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

2015-06-29 Thread Alex Legler
commit: 71ddec6c31a89d7b672f1827a2d87aea10c019f5
Author: Alex Legler  a3li  li>
AuthorDate: Mon Jun 29 19:44:54 2015 +
Commit: Alex Legler  gentoo  org>
CommitDate: Mon Jun 29 19:44:54 2015 +
URL:https://gitweb.gentoo.org/proj/ag.git/commit/?id=71ddec6c

Fix broken names when no realname is set in From:

This should avoid further 'Encoding could not be reliably detected'
errors for messages with 'From: addr  dom.ain' headers.

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

diff --git a/lib/utils.rb b/lib/utils.rb
index cc9fd46..e3a4836 100644
--- a/lib/utils.rb
+++ b/lib/utils.rb
@@ -61,7 +61,10 @@ module Ag
 
 def get_sender_displayname(message)
   begin
-fix_encoding(message[:from].addrs.first.display_name).strip
+display_name = message[:from].addrs.first.display_name
+display_name ||= message[:from].addrs.first.to_s
+
+fix_encoding(display_name).strip
   rescue NoMethodError
 fix_encoding(message[:from].to_s).strip
   end



[gentoo-commits] gentoo-x86 commit in app-forensics/lynis: ChangeLog lynis-2.1.0.ebuild lynis-1.3.0.ebuild lynis-1.6.3.ebuild

2015-06-29 Thread Christian Ruppert (idl0r)
idl0r   15/06/29 19:39:29

  Modified: ChangeLog
  Added:lynis-2.1.0.ebuild
  Removed:  lynis-1.3.0.ebuild lynis-1.6.3.ebuild
  Log:
  Version bump, bug 547874
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
B427ABC8)

Revision  ChangesPath
1.59 app-forensics/lynis/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/lynis/ChangeLog?rev=1.59&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/lynis/ChangeLog?rev=1.59&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/lynis/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   25 Feb 2015 15:31:40 -  1.58
+++ ChangeLog   29 Jun 2015 19:39:29 -  1.59
@@ -1,6 +1,12 @@
 # ChangeLog for app-forensics/lynis
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v 1.58 
2015/02/25 15:31:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/ChangeLog,v 1.59 
2015/06/29 19:39:29 idl0r Exp $
+
+*lynis-2.1.0 (29 Jun 2015)
+
+  29 Jun 2015; Christian Ruppert  -lynis-1.3.0.ebuild,
+  -lynis-1.6.3.ebuild, +lynis-2.1.0.ebuild:
+  Version bump, bug 547874
 
   25 Feb 2015; Agostino Sarubbo  lynis-1.6.4.ebuild:
   Stable for x86, wrt bug #534854



1.1  app-forensics/lynis/lynis-2.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/lynis/lynis-2.1.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/lynis/lynis-2.1.0.ebuild?rev=1.1&content-type=text/plain

Index: lynis-2.1.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-forensics/lynis/lynis-2.1.0.ebuild,v 1.1 
2015/06/29 19:39:29 idl0r Exp $

EAPI="5"

inherit eutils bash-completion-r1

DESCRIPTION="Security and system auditing tool"
HOMEPAGE="http://cisofy.com/lynis/";
SRC_URI="http://cisofy.com/files/${P}.tar.gz";

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

DEPEND=""
RDEPEND="app-shells/bash"

S="${WORKDIR}/${PN}"

src_prepare() {
# Bug 507438
epatch_user
}

src_install() {
doman lynis.8
dodoc CHANGELOG FAQ README

# Remove the old one during the next stabilize progress
exeinto /etc/cron.daily
newexe "${FILESDIR}"/lynis.cron-new lynis

dobashcomp extras/bash_completion.d/lynis

# stricter default perms - bug 507436
diropts -m0700
insopts -m0600

insinto /usr/share/${PN}
doins -r db/ include/ plugins/

dosbin lynis

insinto /etc/${PN}
doins default.prf
}

pkg_postinst() {
einfo
einfo "A cron script has been installed to ${ROOT}etc/cron.daily/lynis."
einfo
}






[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/

2015-06-29 Thread Manuel Rüger
commit: 18ba7a52aa42a36d3acb79aa41cc16ba275d29ff
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Jun 29 19:37:23 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Jun 29 19:37:23 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=18ba7a52

[kde-plasma/plasma-desktop] Add optional support for legacy systray icons.

Package-Manager: portage-2.2.20

 kde-plasma/plasma-desktop/metadata.xml  |  3 +++
 kde-plasma/plasma-desktop/plasma-desktop-5.3.2.ebuild   | 17 -
 .../plasma-desktop/plasma-desktop-5.3.49..ebuild| 17 -
 kde-plasma/plasma-desktop/plasma-desktop-.ebuild| 17 -
 4 files changed, 51 insertions(+), 3 deletions(-)

diff --git a/kde-plasma/plasma-desktop/metadata.xml 
b/kde-plasma/plasma-desktop/metadata.xml
index 58d89f8..c047284 100644
--- a/kde-plasma/plasma-desktop/metadata.xml
+++ b/kde-plasma/plasma-desktop/metadata.xml
@@ -3,6 +3,9 @@
 
kde

+   Add support for gtk+2-based applications 
using legacy xembed systray icons via libappindicator.
+   Add support for gtk+3-based applications 
using legacy xembed systray icons via libappindicator.
+   Add support for applications using 
legacy xembed systray icons.
Enable configuration module for 
synaptics-based touchpads.

 

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.3.2.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.3.2.ebuild
index 1a4213a..ffb95c9 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.3.2.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.3.2.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 
 DESCRIPTION="KDE Plasma desktop"
 KEYWORDS="~amd64"
-IUSE="+fontconfig pulseaudio +qt4 touchpad usb"
+IUSE="+fontconfig gtk2 gtk3 legacy-systray pulseaudio +qt4 touchpad usb"
 
 COMMON_DEPEND="
$(add_plasma_dep baloo)
@@ -96,6 +96,11 @@ RDEPEND="${COMMON_DEPEND}
$(add_plasma_dep oxygen)
sys-apps/accountsservice
x11-apps/setxkbmap
+   legacy-systray? (
+   gtk2? ( dev-libs/libappindicator:2 )
+   gtk3? ( dev-libs/libappindicator:3 )
+   qt4? ( dev-libs/sni-qt )
+   )
qt4? ( kde-base/qguiplatformplugin_kde )
!kde-apps/kcontrol
!kde-base/attica
@@ -116,6 +121,16 @@ DEPEND="${COMMON_DEPEND}
fontconfig? ( x11-libs/libXrender )
 "
 
+REQUIRED_USE="legacy-systray? ( || ( gtk2 gtk3 qt4 ) ) gtk2? ( legacy-systray 
) gtk3? ( legacy-systray )"
+
+pkg_setup() {
+   if has_version net-im/skype && use legacy-systray && use amd64; then
+   einfo
+   elog "You need to install dev-libs/sni-qt[abi_x86_32] as skype 
is a 32-bit binary."
+   einfo
+   fi
+}
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package fontconfig Fontconfig)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.3.49..ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.3.49..ebuild
index 2d06f38..1ae0def 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.3.49..ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.3.49..ebuild
@@ -10,7 +10,7 @@ inherit kde5
 
 DESCRIPTION="KDE Plasma desktop"
 KEYWORDS=""
-IUSE="+fontconfig pulseaudio +qt4 touchpad usb"
+IUSE="+fontconfig gtk2 gtk3 legacy-systray pulseaudio +qt4 touchpad usb"
 
 COMMON_DEPEND="
$(add_plasma_dep baloo)
@@ -96,6 +96,11 @@ RDEPEND="${COMMON_DEPEND}
$(add_plasma_dep oxygen)
sys-apps/accountsservice
x11-apps/setxkbmap
+   legacy-systray? (
+   gtk2? ( dev-libs/libappindicator:2 )
+   gtk3? ( dev-libs/libappindicator:3 )
+   qt4? ( dev-libs/sni-qt )
+   )
qt4? ( kde-base/qguiplatformplugin_kde )
!kde-apps/kcontrol
!kde-base/attica
@@ -116,6 +121,16 @@ DEPEND="${COMMON_DEPEND}
fontconfig? ( x11-libs/libXrender )
 "
 
+REQUIRED_USE="legacy-systray? ( || ( gtk2 gtk3 qt4 ) ) gtk2? ( legacy-systray 
) gtk3? ( legacy-systray )"
+
+pkg_setup() {
+   if has_version net-im/skype && use legacy-systray && use amd64; then
+   einfo
+   elog "You need to install dev-libs/sni-qt[abi_x86_32] as skype 
is a 32-bit binary."
+   einfo
+   fi
+}
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package fontconfig Fontconfig)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-.ebuild
index 2d06f38..1ae0def 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 
 DESCRIPTION="KDE Plasma desktop"
 KEYWORDS=""
-IUSE="+fontconfig pulseaudio +qt4 touchpad usb"
+IUSE="+fontconfig gtk2 gtk3 legacy-systray pulseaudio +qt4 touchpad usb"
 
 COMMON_DEPEND="
$(add_plasma_

[gentoo-commits] gentoo-x86 commit in net-proxy/haproxy: haproxy-1.5.13.ebuild ChangeLog haproxy-1.5.11.ebuild

2015-06-29 Thread Christian Ruppert (idl0r)
idl0r   15/06/29 19:33:50

  Modified: ChangeLog
  Added:haproxy-1.5.13.ebuild
  Removed:  haproxy-1.5.11.ebuild
  Log:
  Version bump, bug 553498
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
B427ABC8)

Revision  ChangesPath
1.116net-proxy/haproxy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/haproxy/ChangeLog?rev=1.116&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/haproxy/ChangeLog?rev=1.116&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/haproxy/ChangeLog?r1=1.115&r2=1.116

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-proxy/haproxy/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog   15 May 2015 09:34:25 -  1.115
+++ ChangeLog   29 Jun 2015 19:33:50 -  1.116
@@ -1,6 +1,12 @@
 # ChangeLog for net-proxy/haproxy
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/ChangeLog,v 1.115 
2015/05/15 09:34:25 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/ChangeLog,v 1.116 
2015/06/29 19:33:50 idl0r Exp $
+
+*haproxy-1.5.13 (29 Jun 2015)
+
+  29 Jun 2015; Christian Ruppert  -haproxy-1.5.11.ebuild,
+  +haproxy-1.5.13.ebuild:
+  Version bump, bug 553498
 
 *haproxy-1.5.12 (15 May 2015)
 *haproxy-1.4.26 (15 May 2015)



1.1  net-proxy/haproxy/haproxy-1.5.13.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/haproxy/haproxy-1.5.13.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/haproxy/haproxy-1.5.13.ebuild?rev=1.1&content-type=text/plain

Index: haproxy-1.5.13.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-proxy/haproxy/haproxy-1.5.13.ebuild,v 
1.1 2015/06/29 19:33:50 idl0r Exp $

EAPI="5"

inherit user versionator toolchain-funcs flag-o-matic systemd

MY_P="${PN}-${PV/_beta/-dev}"

DESCRIPTION="A TCP/HTTP reverse proxy for high availability environments"
HOMEPAGE="http://haproxy.1wt.eu";
SRC_URI="http://haproxy.1wt.eu/download/$(get_version_component_range 
1-2)/src/${MY_P}.tar.gz"

LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="+crypt examples +pcre pcre-jit ssl tools vim-syntax +zlib"

DEPEND="pcre? ( dev-libs/libpcre
pcre-jit? ( dev-libs/libpcre[jit] )
)
ssl? ( dev-libs/openssl:0[zlib?] )
zlib? ( sys-libs/zlib )"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${MY_P}"

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

src_prepare() {
sed -e 's:@SBINDIR@:'/usr/bin':' contrib/systemd/haproxy.service.in \
> contrib/systemd/haproxy.service || die

sed -ie 's:/usr/sbin/haproxy:/usr/bin/haproxy:' 
src/haproxy-systemd-wrapper.c || die
}

src_compile() {
local args="TARGET=linux2628 USE_GETADDRINFO=1"

if use pcre ; then
args="${args} USE_PCRE=1"
if use pcre-jit; then
args="${args} USE_PCRE_JIT=1"
else
args="${args} USE_PCRE_JIT="
fi
else
args="${args} USE_PCRE= USE_PCRE_JIT="
fi

#   if use kernel_linux; then
#   args="${args} USE_LINUX_SPLICE=1 USE_LINUX_TPROXY=1"
#   else
#   args="${args} USE_LINUX_SPLICE= USE_LINUX_TPROXY="
#   fi

if use crypt ; then
args="${args} USE_LIBCRYPT=1"
else
args="${args} USE_LIBCRYPT="
fi

if use ssl ; then
args="${args} USE_OPENSSL=1"
else
args="${args} USE_OPENSSL="
fi

if use zlib ; then
args="${args} USE_ZLIB=1"
else
args="${args} USE_ZLIB="
fi

# For now, until the strict-aliasing breakage will be fixed
append-cflags -fno-strict-aliasing

emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CC=$(tc-getCC) ${args}

if use tools ; then
for contrib in halog iprange ; do
emake -C contrib/${contrib} \
CFLAGS="${CFLAGS}" OPTIMIZE="${CFLAGS}" 
LDFLAGS="${LDFLAGS}" CC=$(tc-getCC) ${args}
done
fi
}

src_install() {
dobin haproxy

newinitd "${FILESDIR}/haproxy.initd-r2" haproxy

# Don't install useless files
#   rm examples/build.cfg doc/*gpl.txt

dodoc CHANGELOG ROADMAP doc/{configuration,haproxy-en}.txt
doman doc/haproxy.1

d

[gentoo-commits] gentoo-x86 commit in app-doc/gnucash-docs: gnucash-docs-2.6.6.ebuild ChangeLog gnucash-docs-2.6.5.ebuild

2015-06-29 Thread Pacho Ramos (pacho)
pacho   15/06/29 18:52:50

  Modified: gnucash-docs-2.6.6.ebuild ChangeLog
  Removed:  gnucash-docs-2.6.5.ebuild
  Log:
  Needs app-text/docbook-xml-dtd:4.4 for tests (#553312 by René Rhéaume), drop 
old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.4  app-doc/gnucash-docs/gnucash-docs-2.6.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/gnucash-docs/gnucash-docs-2.6.6.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/gnucash-docs/gnucash-docs-2.6.6.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/gnucash-docs/gnucash-docs-2.6.6.ebuild?r1=1.3&r2=1.4

Index: gnucash-docs-2.6.6.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-doc/gnucash-docs/gnucash-docs-2.6.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnucash-docs-2.6.6.ebuild   26 Jun 2015 09:20:50 -  1.3
+++ gnucash-docs-2.6.6.ebuild   29 Jun 2015 18:52:50 -  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-doc/gnucash-docs/gnucash-docs-2.6.6.ebuild,v 1.3 
2015/06/26 09:20:50 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-doc/gnucash-docs/gnucash-docs-2.6.6.ebuild,v 1.4 
2015/06/29 18:52:50 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -14,7 +14,7 @@
 SLOT="0"
 LICENSE="GPL-2 FDL-1.1"
 KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE=""
+IUSE="test"
 
 RDEPEND="!<=app-office/gnucash-2.2.1"
 DEPEND="${RDEPEND}
@@ -23,6 +23,7 @@
app-text/docbook-xsl-stylesheets
app-text/docbook-xml-dtd:4.1.2
app-text/rarian
+   test? ( app-text/docbook-xml-dtd:4.4 )
 "
 
 pkg_postinst() {



1.41 app-doc/gnucash-docs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/gnucash-docs/ChangeLog?rev=1.41&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/gnucash-docs/ChangeLog?rev=1.41&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/gnucash-docs/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-doc/gnucash-docs/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   26 Jun 2015 09:20:50 -  1.40
+++ ChangeLog   29 Jun 2015 18:52:50 -  1.41
@@ -1,6 +1,11 @@
 # ChangeLog for app-doc/gnucash-docs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/gnucash-docs/ChangeLog,v 1.40 
2015/06/26 09:20:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/gnucash-docs/ChangeLog,v 1.41 
2015/06/29 18:52:50 pacho Exp $
+
+  29 Jun 2015; Pacho Ramos  -gnucash-docs-2.6.5.ebuild,
+  gnucash-docs-2.6.6.ebuild:
+  Needs app-text/docbook-xml-dtd:4.4 for tests (#553312 by René Rhéaume), drop
+  old.
 
   26 Jun 2015; Agostino Sarubbo  gnucash-docs-2.6.6.ebuild:
   Stable for x86, wrt bug #551814






[gentoo-commits] dev/mrueg:master commit in: www-apps/redmine_issue_checklist/

2015-06-29 Thread Manuel Rüger
commit: 4bf2a2316b345cb267239c13b4e8dd31b6ef0aad
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Jun 29 18:51:48 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Jun 29 18:51:48 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=4bf2a231

[www-apps/redmine_issue_checklist] Fix typo.

Package-Manager: portage-2.2.20

 www-apps/redmine_issue_checklist/Manifest  |  1 +
 www-apps/redmine_issue_checklist/metadata.xml  |  8 +++
 .../redmine_issue_checklist-2.0.8.ebuild   | 61 ++
 3 files changed, 70 insertions(+)

diff --git a/www-apps/redmine_issue_checklist/Manifest 
b/www-apps/redmine_issue_checklist/Manifest
new file mode 100644
index 000..ac0fd48
--- /dev/null
+++ b/www-apps/redmine_issue_checklist/Manifest
@@ -0,0 +1 @@
+DIST redmine_issue_checklist-2.0.8.tar.gz 311219 SHA256 
ddc0360ad932073cc8204b19ab202683d541927cd6364dc831963fcd191913c5 SHA512 
2206037d70f6c8101f93d9c92de17800f29730728e617ed4824ff13ab1b88994dbd1580d76be84b1d4ec509b67cb977f4bda908fbbe3df2d002cff9e4da440f0
 WHIRLPOOL 
b2eda9ed2217a3731521c9a5626f79c8f53b216d69baf835c6b7dac824d3ca701892a3f0ef3ba2887e5debc9f7410aff681e8b18ecdcb8fc87d148d2abe16f06

diff --git a/www-apps/redmine_issue_checklist/metadata.xml 
b/www-apps/redmine_issue_checklist/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/www-apps/redmine_issue_checklist/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+

diff --git 
a/www-apps/redmine_issue_checklist/redmine_issue_checklist-2.0.8.ebuild 
b/www-apps/redmine_issue_checklist/redmine_issue_checklist-2.0.8.ebuild
new file mode 100644
index 000..63dedff
--- /dev/null
+++ b/www-apps/redmine_issue_checklist/redmine_issue_checklist-2.0.8.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+USE_RUBY="ruby20"
+inherit ruby-ng user
+
+DESCRIPTION="Checklist Plugin creates simple checklists for Redmine issues"
+HOMEPAGE="https://github.com/Undev/redmine_issue_checklist 
http://www.redminecrm.com/projects/checklist/";
+SRC_URI="https://github.com/Undev/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   >=www-apps/redmine-3"
+
+REDMINE_DIR="/var/lib/redmine"
+
+pkg_setup() {
+   enewgroup redmine
+   enewuser redmine -1 -1 "${REDMINE_DIR}" redmine
+}
+
+all_ruby_install() {
+   dodoc README.md
+   rm README.md GPL.txt issue_checklist_*.PNG .travis.yml || die
+   dodir "${REDMINE_DIR}"/plugins/${PN}
+   insinto "${REDMINE_DIR}"/plugins/${PN}
+   doins -r .
+   fowners -R redmine:redmine "${REDMINE_DIR}"/plugins/${PN}
+}
+
+pkg_postinst() {
+   einfo
+   elog "Please run emerge --config =${PF}"
+   einfo
+}
+
+pkg_config() {
+   local RAILS_ENV=${RAILS_ENV:-production}
+   if [ ! -L /usr/bin/ruby ]; then
+   eerror "/usr/bin/ruby is not a valid symlink to any ruby 
implementation."
+   eerror "Please update it via `eselect ruby`"
+   die
+   fi
+   if [[ $RUBY_TARGETS != *$( eselect ruby show | awk 'NR==2' | tr  -d ' ' 
 )* ]]; then
+   eerror "/usr/bin/ruby is currently not included in redmine's 
ruby targets: ${RUBY_TARGETS}."
+   eerror "Please update it via `eselect ruby`"
+   die
+   fi
+
+   local RUBY=${RUBY:-ruby}
+   einfo "Upgrading the plugin migrations."
+   cd "${EPREFIX}${REDMINE_DIR}" || die
+   RAILS_ENV="${RAILS_ENV}" ${RUBY} -S rake redmine:plugins:migrate || die
+}



[gentoo-commits] gentoo-x86 commit in games-sports/ultimatestunts: ultimatestunts-0.7.7.ebuild ChangeLog

2015-06-29 Thread Michael Sterrett (mr_bones_)
mr_bones_15/06/29 18:41:29

  Modified: ultimatestunts-0.7.7.ebuild ChangeLog
  Log:
  clean out svn directories (bug #553570)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.4  games-sports/ultimatestunts/ultimatestunts-0.7.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/ultimatestunts/ultimatestunts-0.7.7.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/ultimatestunts/ultimatestunts-0.7.7.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/ultimatestunts/ultimatestunts-0.7.7.ebuild?r1=1.3&r2=1.4

Index: ultimatestunts-0.7.7.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-sports/ultimatestunts/ultimatestunts-0.7.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ultimatestunts-0.7.7.ebuild 19 Apr 2015 10:08:40 -  1.3
+++ ultimatestunts-0.7.7.ebuild 29 Jun 2015 18:41: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/games-sports/ultimatestunts/ultimatestunts-0.7.7.ebuild,v
 1.3 2015/04/19 10:08:40 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-sports/ultimatestunts/ultimatestunts-0.7.7.ebuild,v
 1.4 2015/06/29 18:41:29 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils flag-o-matic versionator games
@@ -29,7 +29,7 @@
 S=${WORKDIR}/${MY_P}
 
 src_prepare() {
-   ecvs_clean
+   esvn_clean
epatch "${FILESDIR}"/${P}-paths.patch \
"${FILESDIR}"/${P}-gcc-4.7.patch
append-cppflags $(sdl-config --cflags)



1.31 games-sports/ultimatestunts/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/ultimatestunts/ChangeLog?rev=1.31&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/ultimatestunts/ChangeLog?rev=1.31&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/ultimatestunts/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-sports/ultimatestunts/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   20 Apr 2015 16:21:25 -  1.30
+++ ChangeLog   29 Jun 2015 18:41:29 -  1.31
@@ -1,6 +1,10 @@
 # ChangeLog for games-sports/ultimatestunts
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/ultimatestunts/ChangeLog,v 
1.30 2015/04/20 16:21:25 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/ultimatestunts/ChangeLog,v 
1.31 2015/06/29 18:41:29 mr_bones_ Exp $
+
+  29 Jun 2015; Michael Sterrett 
+  ultimatestunts-0.7.7.ebuild:
+  clean out svn directories (bug #553570)
 
   20 Apr 2015; Michael Sterrett 
   -files/ultimatestunts-0.7.6-gcc-4.7.patch,






[gentoo-commits] gentoo-x86 commit in app-office/abiword: abiword-3.0.1.ebuild ChangeLog

2015-06-29 Thread Pacho Ramos (pacho)
pacho   15/06/29 18:37:33

  Modified: abiword-3.0.1.ebuild ChangeLog
  Log:
  Fix few repoman warnings
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.6  app-office/abiword/abiword-3.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/abiword-3.0.1.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/abiword-3.0.1.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/abiword-3.0.1.ebuild?r1=1.5&r2=1.6

Index: abiword-3.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-3.0.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- abiword-3.0.1.ebuild29 Jun 2015 18:35:52 -  1.5
+++ abiword-3.0.1.ebuild29 Jun 2015 18:37:33 -  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-office/abiword/abiword-3.0.1.ebuild,v 
1.5 2015/06/29 18:35:52 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-3.0.1.ebuild,v 
1.6 2015/06/29 18:37:33 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG="yes"
@@ -28,8 +28,8 @@
dev-libs/libxslt
>=gnome-base/librsvg-2.16:2
>=gnome-extra/libgsf-1.14.18
-   >=media-libs/libpng-1.2
-   virtual/jpeg
+   >=media-libs/libpng-1.2:0=
+   virtual/jpeg:0
>=x11-libs/cairo-1.10[X]
>=x11-libs/gtk+-3.0.8:3[cups?]
calendar? ( >=dev-libs/libical-0.46:= )
@@ -46,7 +46,7 @@
grammar? ( >=dev-libs/link-grammar-4.2.1 )
math? ( >=x11-libs/gtkmathview-0.7.5 )
ots? ( >=app-text/ots-0.5-r1 )
-   readline? ( sys-libs/readline )
+   readline? ( sys-libs/readline:* )
thesaurus? ( >=app-text/aiksaurus-1.2[gtk] )
wordperfect? (
app-text/libwpd:0.9



1.285app-office/abiword/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/ChangeLog?rev=1.285&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/ChangeLog?rev=1.285&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/ChangeLog?r1=1.284&r2=1.285

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v
retrieving revision 1.284
retrieving revision 1.285
diff -u -r1.284 -r1.285
--- ChangeLog   29 Jun 2015 18:35:52 -  1.284
+++ ChangeLog   29 Jun 2015 18:37:33 -  1.285
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/abiword
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.284 
2015/06/29 18:35:52 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.285 
2015/06/29 18:37:33 pacho Exp $
+
+  29 Jun 2015; Pacho Ramos  abiword-3.0.1.ebuild:
+  Fix few repoman warnings
 
   29 Jun 2015; Pacho Ramos  -abiword-3.0.0-r2.ebuild,
   -files/abiword-3.0.0-bison30.patch, -files/abiword-3.0.0-boost54.patch,






[gentoo-commits] dev/mrueg:master commit in: www-apps/redmine_code_review/

2015-06-29 Thread Manuel Rüger
commit: c7d122eb9be745469fa012ec27c02dc7ddf5ba74
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Jun 29 18:36:52 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Jun 29 18:36:52 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=c7d122eb

[www-apps/redmine_code_review] Fix typo.

Package-Manager: portage-2.2.20

 www-apps/redmine_code_review/redmine_code_review-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/redmine_code_review/redmine_code_review-0.7.0.ebuild 
b/www-apps/redmine_code_review/redmine_code_review-0.7.0.ebuild
index 5ff6b99..2bea9a3 100644
--- a/www-apps/redmine_code_review/redmine_code_review-0.7.0.ebuild
+++ b/www-apps/redmine_code_review/redmine_code_review-0.7.0.ebuild
@@ -31,7 +31,7 @@ pkg_setup() {
 
 all_ruby_install() {
dodoc README.rdoc
-   rm README.rdoc GPL.txt rmv-installer rvm.env || die
+   rm README.rdoc GPL.txt rvm-installer rvm.env || die
dodir "${REDMINE_DIR}"/plugins/${PN}
insinto "${REDMINE_DIR}"/plugins/${PN}
doins -r .



[gentoo-commits] dev/mrueg:master commit in: www-apps/redmine_code_review/

2015-06-29 Thread Manuel Rüger
commit: 3d210d1bb5694a95bbceec5474749886f0d2aab4
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Jun 29 18:35:28 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Jun 29 18:35:28 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=3d210d1b

[www-apps/redmine_code_review] Fix RUBY_S.

Package-Manager: portage-2.2.20

 www-apps/redmine_code_review/redmine_code_review-0.7.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www-apps/redmine_code_review/redmine_code_review-0.7.0.ebuild 
b/www-apps/redmine_code_review/redmine_code_review-0.7.0.ebuild
index a69384c..5ff6b99 100644
--- a/www-apps/redmine_code_review/redmine_code_review-0.7.0.ebuild
+++ b/www-apps/redmine_code_review/redmine_code_review-0.7.0.ebuild
@@ -20,6 +20,8 @@ DEPEND+=" app-arch/unzip"
 
 ruby_add_rdepend ">=www-apps/redmine-3"
 
+RUBY_S=${PN}
+
 REDMINE_DIR="/var/lib/redmine"
 
 pkg_setup() {



[gentoo-commits] gentoo-x86 commit in app-office/abiword: abiword-3.0.1.ebuild ChangeLog abiword-3.0.0-r2.ebuild

2015-06-29 Thread Pacho Ramos (pacho)
pacho   15/06/29 18:35:52

  Modified: abiword-3.0.1.ebuild ChangeLog
  Removed:  abiword-3.0.0-r2.ebuild
  Log:
  Needs to be rebuilt with libical subslot bumps, drop old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.5  app-office/abiword/abiword-3.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/abiword-3.0.1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/abiword-3.0.1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/abiword-3.0.1.ebuild?r1=1.4&r2=1.5

Index: abiword-3.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-3.0.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- abiword-3.0.1.ebuild13 Jun 2015 10:05:03 -  1.4
+++ abiword-3.0.1.ebuild29 Jun 2015 18:35:52 -  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-office/abiword/abiword-3.0.1.ebuild,v 
1.4 2015/06/13 10:05:03 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-3.0.1.ebuild,v 
1.5 2015/06/29 18:35:52 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG="yes"
@@ -32,7 +32,7 @@
virtual/jpeg
>=x11-libs/cairo-1.10[X]
>=x11-libs/gtk+-3.0.8:3[cups?]
-   calendar? ( >=dev-libs/libical-0.46 )
+   calendar? ( >=dev-libs/libical-0.46:= )
eds? ( >=gnome-extra/evolution-data-server-3.6.0:= )
goffice? ( >=x11-libs/goffice-0.10.2:0.10 )
introspection? ( >=dev-libs/gobject-introspection-1.0.0 )



1.284app-office/abiword/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/ChangeLog?rev=1.284&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/ChangeLog?rev=1.284&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/ChangeLog?r1=1.283&r2=1.284

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v
retrieving revision 1.283
retrieving revision 1.284
diff -u -r1.283 -r1.284
--- ChangeLog   13 Jun 2015 10:05:03 -  1.283
+++ ChangeLog   29 Jun 2015 18:35:52 -  1.284
@@ -1,6 +1,15 @@
 # ChangeLog for app-office/abiword
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.283 
2015/06/13 10:05:03 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.284 
2015/06/29 18:35:52 pacho Exp $
+
+  29 Jun 2015; Pacho Ramos  -abiword-3.0.0-r2.ebuild,
+  -files/abiword-3.0.0-bison30.patch, -files/abiword-3.0.0-boost54.patch,
+  -files/abiword-3.0.0-eds-3.6.patch, -files/abiword-3.0.0-fix-crash.patch,
+  -files/abiword-3.0.0-fix-redraw.patch,
+  -files/abiword-3.0.0-fix-shortcut.patch,
+  -files/abiword-3.0.0-libgcrypt_1_6_0-1.patch,
+  -files/abiword-3.0.0-pdf-crash.patch, abiword-3.0.1.ebuild:
+  Needs to be rebuilt with libical subslot bumps, drop old
 
   13 Jun 2015; Pacho Ramos  abiword-3.0.1.ebuild:
   Needs rebuilding with eds subslot bumps






[gentoo-commits] gentoo-x86 commit in app-office/abiword/files: abiword-3.0.0-pdf-crash.patch abiword-3.0.0-libgcrypt_1_6_0-1.patch abiword-3.0.0-bison30.patch abiword-3.0.0-fix-redraw.patch abiword-3

2015-06-29 Thread Pacho Ramos (pacho)
pacho   15/06/29 18:35:52

  Removed:  abiword-3.0.0-pdf-crash.patch
abiword-3.0.0-libgcrypt_1_6_0-1.patch
abiword-3.0.0-bison30.patch
abiword-3.0.0-fix-redraw.patch
abiword-3.0.0-eds-3.6.patch
abiword-3.0.0-boost54.patch
abiword-3.0.0-fix-crash.patch
abiword-3.0.0-fix-shortcut.patch
  Log:
  Needs to be rebuilt with libical subslot bumps, drop old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)



[gentoo-commits] dev/mrueg:master commit in: www-apps/redmine_code_review/

2015-06-29 Thread Manuel Rüger
commit: e266e16472db3dfb344de7fc1428e796b4270b75
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Jun 29 18:30:57 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Jun 29 18:30:57 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=e266e164

[www-apps/redmine_code_review] Initial version.

Package-Manager: portage-2.2.20

 www-apps/redmine_code_review/Manifest  |  1 +
 www-apps/redmine_code_review/metadata.xml  |  8 +++
 .../redmine_code_review-0.7.0.ebuild   | 62 ++
 3 files changed, 71 insertions(+)

diff --git a/www-apps/redmine_code_review/Manifest 
b/www-apps/redmine_code_review/Manifest
new file mode 100644
index 000..d6c3d54
--- /dev/null
+++ b/www-apps/redmine_code_review/Manifest
@@ -0,0 +1 @@
+DIST redmine_code_review-0.7.0.zip 324438 SHA256 
250afb533a2ef460c35638eb003707f4bd9c21bb06ef262e7b656faa46b70caf SHA512 
a289027fa62ca86bc3425ba4e56fcea5bf4cb363ebdb60d88212efdb59dedf76f19679f9577f448f585b0da6cddc98415f6889882324378087fcdc7899c57bee
 WHIRLPOOL 
1ecb6554b748e9fc7d465ad269b9ae7abe2fe8ae3b6d485ba182207068cab0c26015264fa2a88098180b1d3096035ae4e0686c4e13e6381e3f986df129e92832

diff --git a/www-apps/redmine_code_review/metadata.xml 
b/www-apps/redmine_code_review/metadata.xml
new file mode 100644
index 000..bfcb697
--- /dev/null
+++ b/www-apps/redmine_code_review/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+

diff --git a/www-apps/redmine_code_review/redmine_code_review-0.7.0.ebuild 
b/www-apps/redmine_code_review/redmine_code_review-0.7.0.ebuild
new file mode 100644
index 000..a69384c
--- /dev/null
+++ b/www-apps/redmine_code_review/redmine_code_review-0.7.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+USE_RUBY="ruby20"
+inherit ruby-ng user
+
+DESCRIPTION="A plugin which lets you annotate source code within the 
repository browser"
+HOMEPAGE="http://www.r-labs.org/projects/codereview 
https://bitbucket.org/haru_iida/redmine_code_review";
+SRC_URI="https://bitbucket.org/haru_iida/redmine_code_review/downloads/${P}.zip";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND+=" app-arch/unzip"
+
+ruby_add_rdepend ">=www-apps/redmine-3"
+
+REDMINE_DIR="/var/lib/redmine"
+
+pkg_setup() {
+   enewgroup redmine
+   enewuser redmine -1 -1 "${REDMINE_DIR}" redmine
+}
+
+all_ruby_install() {
+   dodoc README.rdoc
+   rm README.rdoc GPL.txt rmv-installer rvm.env || die
+   dodir "${REDMINE_DIR}"/plugins/${PN}
+   insinto "${REDMINE_DIR}"/plugins/${PN}
+   doins -r .
+   fowners -R redmine:redmine "${REDMINE_DIR}"/plugins/${PN}
+}
+
+pkg_postinst() {
+   einfo
+   elog "Please run emerge --config =${PF}"
+   einfo
+}
+
+pkg_config() {
+   local RAILS_ENV=${RAILS_ENV:-production}
+   if [ ! -L /usr/bin/ruby ]; then
+   eerror "/usr/bin/ruby is not a valid symlink to any ruby 
implementation."
+   eerror "Please update it via `eselect ruby`"
+   die
+   fi
+   if [[ $RUBY_TARGETS != *$( eselect ruby show | awk 'NR==2' | tr  -d ' ' 
 )* ]]; then
+   eerror "/usr/bin/ruby is currently not included in redmine's 
ruby targets: ${RUBY_TARGETS}."
+   eerror "Please update it via `eselect ruby`"
+   die
+   fi
+
+   local RUBY=${RUBY:-ruby}
+   einfo "Upgrading the plugin migrations."
+   cd "${EPREFIX}${REDMINE_DIR}" || die
+   RAILS_ENV="${RAILS_ENV}" ${RUBY} -S rake redmine:plugins:migrate || die
+}



[gentoo-commits] gentoo-x86 commit in sys-apps/openrc: openrc-0.17.ebuild ChangeLog

2015-06-29 Thread William Hubbs (williamh)
williamh15/06/29 18:26:13

  Modified: openrc-0.17.ebuild ChangeLog
  Log:
  Stable on most arch\s,
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  ChangesPath
1.2  sys-apps/openrc/openrc-0.17.ebuild

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

Index: openrc-0.17.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.17.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openrc-0.17.ebuild  19 Jun 2015 16:28:07 -  1.1
+++ openrc-0.17.ebuild  29 Jun 2015 18:26:13 -  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-apps/openrc/openrc-0.17.ebuild,v 1.1 
2015/06/19 16:28:07 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.17.ebuild,v 1.2 
2015/06/29 18:26:13 williamh Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
inherit git-r3
 else
SRC_URI="http://dev.gentoo.org/~williamh/dist/${P}.tar.bz2";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 fi
 
 LICENSE="BSD-2"



1.357sys-apps/openrc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.356
retrieving revision 1.357
diff -u -r1.356 -r1.357
--- ChangeLog   29 Jun 2015 14:30:20 -  1.356
+++ ChangeLog   29 Jun 2015 18:26:13 -  1.357
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/openrc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.356 
2015/06/29 14:30:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.357 
2015/06/29 18:26:13 williamh Exp $
+
+  29 Jun 2015; William Hubbs  openrc-0.17.ebuild:
+  Stable on most arch\s,
 
   29 Jun 2015; Agostino Sarubbo  openrc-0.16.4.ebuild:
   Stable for sparc, wrt bug #551508






[gentoo-commits] gentoo-x86 commit in dev-qt/qtsingleapplication: qtsingleapplication-2.6.1_p20150629.ebuild qtsingleapplication-2.6.1_p20130904-r1.ebuild ChangeLog qtsingleapplication-2.6.1_p20130904

2015-06-29 Thread Davide Pesavento (pesa)
pesa15/06/29 17:41:16

  Modified: qtsingleapplication-2.6.1_p20130904-r1.ebuild
ChangeLog
  Added:qtsingleapplication-2.6.1_p20150629.ebuild
  Removed:  qtsingleapplication-2.6.1_p20130904-r4.ebuild
  Log:
  New snapshot. Fixes bug #549170.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.8  
dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20130904-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20130904-r1.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20130904-r1.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20130904-r1.ebuild?r1=1.7&r2=1.8

Index: qtsingleapplication-2.6.1_p20130904-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20130904-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- qtsingleapplication-2.6.1_p20130904-r1.ebuild   16 May 2015 11:19:27 
-  1.7
+++ qtsingleapplication-2.6.1_p20130904-r1.ebuild   29 Jun 2015 17:41:16 
-  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/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20130904-r1.ebuild,v
 1.7 2015/05/16 11:19:27 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20130904-r1.ebuild,v
 1.8 2015/06/29 17:41:16 pesa Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 MY_P=qt-solutions-${PV#*_p}
 
 DESCRIPTION="Qt library to start applications only once per user"
-HOMEPAGE="http://doc.qt.digia.com/solutions/4/qtsingleapplication/index.html";
+HOMEPAGE="https://code.qt.io/cgit/qt-solutions/qt-solutions.git/";
 SRC_URI="http://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz";
 
 LICENSE="|| ( LGPL-2.1 GPL-3 )"



1.19 dev-qt/qtsingleapplication/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtsingleapplication/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   16 May 2015 11:19:27 -  1.18
+++ ChangeLog   29 Jun 2015 17:41:16 -  1.19
@@ -1,6 +1,14 @@
 # ChangeLog for dev-qt/qtsingleapplication
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsingleapplication/ChangeLog,v 1.18 
2015/05/16 11:19:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsingleapplication/ChangeLog,v 1.19 
2015/06/29 17:41:16 pesa Exp $
+
+*qtsingleapplication-2.6.1_p20150629 (29 Jun 2015)
+
+  29 Jun 2015; Davide Pesavento 
+  +qtsingleapplication-2.6.1_p20150629.ebuild,
+  -qtsingleapplication-2.6.1_p20130904-r4.ebuild,
+  qtsingleapplication-2.6.1_p20130904-r1.ebuild:
+  New snapshot. Fixes bug #549170.
 
   16 May 2015; Pacho Ramos 
   qtsingleapplication-2.6.1_p20130904-r1.ebuild:



1.1  
dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild?rev=1.1&content-type=text/plain

Index: qtsingleapplication-2.6.1_p20150629.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild,v
 1.1 2015/06/29 17:41:16 pesa Exp $

EAPI=5

inherit multibuild qmake-utils

MY_P=qt-solutions-${PV#*_p}

DESCRIPTION="Qt library to start applications only once per user"
HOMEPAGE="https://code.qt.io/cgit/qt-solutions/qt-solutions.git/";
SRC_URI="http://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz";

LICENSE="|| ( LGPL-2.1 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc +qt4 qt5 X"

REQUIRED_USE="|| ( qt4 qt5 )"

DEPEND="
dev-qt/qtlockedfile[qt4?,qt5?]
qt4? (

[gentoo-commits] gentoo-x86 commit in dev-qt/qtlockedfile: qtlockedfile-2.4.1_p20150629.ebuild qtlockedfile-2.4.1_p20130904.ebuild ChangeLog

2015-06-29 Thread Davide Pesavento (pesa)
pesa15/06/29 17:35:06

  Modified: qtlockedfile-2.4.1_p20150629.ebuild
qtlockedfile-2.4.1_p20130904.ebuild ChangeLog
  Log:
  Update HOMEPAGE (I cannot find anything better...)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.2  dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild?r1=1.1&r2=1.2

Index: qtlockedfile-2.4.1_p20150629.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qtlockedfile-2.4.1_p20150629.ebuild 29 Jun 2015 17:27:05 -  1.1
+++ qtlockedfile-2.4.1_p20150629.ebuild 29 Jun 2015 17:35:06 -  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-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild,v
 1.1 2015/06/29 17:27:05 pesa Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild,v
 1.2 2015/06/29 17:35:06 pesa Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 MY_P=qt-solutions-${PV#*_p}
 
 DESCRIPTION="QFile extension with advisory locking functions"
-HOMEPAGE="http://doc.qt.digia.com/solutions/4/qtlockedfile/index.html";
+HOMEPAGE="https://code.qt.io/cgit/qt-solutions/qt-solutions.git/";
 SRC_URI="http://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz";
 
 LICENSE="|| ( LGPL-2.1 GPL-3 )"
@@ -50,7 +50,6 @@
eqmake5
fi
}
-
multibuild_foreach_variant run_in_build_dir myconfigure
 }
 
@@ -74,6 +73,5 @@
insinto "$(${MULTIBUILD_VARIANT}_get_mkspecsdir)"/features
doins "${FILESDIR}"/${PN}.prf
}
-
multibuild_foreach_variant run_in_build_dir myinstall
 }



1.8  dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20130904.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20130904.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20130904.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20130904.ebuild?r1=1.7&r2=1.8

Index: qtlockedfile-2.4.1_p20130904.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20130904.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- qtlockedfile-2.4.1_p20130904.ebuild 16 May 2015 11:20:06 -  1.7
+++ qtlockedfile-2.4.1_p20130904.ebuild 29 Jun 2015 17:35:06 -  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/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20130904.ebuild,v
 1.7 2015/05/16 11:20:06 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20130904.ebuild,v
 1.8 2015/06/29 17:35:06 pesa Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 MY_P=qt-solutions-${PV#*_p}
 
 DESCRIPTION="QFile extension with advisory locking functions"
-HOMEPAGE="http://doc.qt.digia.com/solutions/4/qtlockedfile/index.html";
+HOMEPAGE="https://code.qt.io/cgit/qt-solutions/qt-solutions.git/";
 SRC_URI="http://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz";
 
 LICENSE="|| ( LGPL-2.1 GPL-3 )"



1.20 dev-qt/qtlockedfile/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtlockedfile/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   29 Jun 2015 17:27:05 -  1.19
+++ ChangeLog   29 Jun 2015 17:35:06 -  1.20
@@ -1,6 +1,10 @@
 # ChangeLog for dev-qt/qtlockedfile
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtlockedfile/ChangeLog,v 1.19 
2015/06/29 17:27:05 pesa Exp $
+# $Header: /var/cvsroot/g

[gentoo-commits] gentoo-x86 commit in dev-qt/qtlockedfile: qtlockedfile-2.4.1_p20150629.ebuild ChangeLog qtlockedfile-2.4.1_p20130904-r2.ebuild

2015-06-29 Thread Davide Pesavento (pesa)
pesa15/06/29 17:27:05

  Modified: ChangeLog
  Added:qtlockedfile-2.4.1_p20150629.ebuild
  Removed:  qtlockedfile-2.4.1_p20130904-r2.ebuild
  Log:
  New snapshot. Fixes bug #549170.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.19 dev-qt/qtlockedfile/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtlockedfile/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   16 May 2015 11:20:06 -  1.18
+++ ChangeLog   29 Jun 2015 17:27:05 -  1.19
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtlockedfile
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtlockedfile/ChangeLog,v 1.18 
2015/05/16 11:20:06 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtlockedfile/ChangeLog,v 1.19 
2015/06/29 17:27:05 pesa Exp $
+
+*qtlockedfile-2.4.1_p20150629 (29 Jun 2015)
+
+  29 Jun 2015; Davide Pesavento 
+  +qtlockedfile-2.4.1_p20150629.ebuild, 
-qtlockedfile-2.4.1_p20130904-r2.ebuild:
+  New snapshot. Fixes bug #549170.
 
   16 May 2015; Pacho Ramos 
   qtlockedfile-2.4.1_p20130904.ebuild:



1.1  dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild

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

Index: qtlockedfile-2.4.1_p20150629.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild,v
 1.1 2015/06/29 17:27:05 pesa Exp $

EAPI=5

inherit multibuild qmake-utils

MY_P=qt-solutions-${PV#*_p}

DESCRIPTION="QFile extension with advisory locking functions"
HOMEPAGE="http://doc.qt.digia.com/solutions/4/qtlockedfile/index.html";
SRC_URI="http://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz";

LICENSE="|| ( LGPL-2.1 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc +qt4 qt5"

REQUIRED_USE="|| ( qt4 qt5 )"

DEPEND="
qt4? ( dev-qt/qtcore:4 )
qt5? ( dev-qt/qtcore:5 )
"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${MY_P}/${PN}

pkg_setup() {
MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
}

src_prepare() {
echo 'SOLUTIONS_LIBRARY = yes' > config.pri
echo 'QT -= gui' >> src/qtlockedfile.pri

sed -i -e "s/-head/-${PV%.*}/" common.pri || die
sed -i -e '/SUBDIRS+=example/d' ${PN}.pro || die

multibuild_copy_sources
}

src_configure() {
myconfigure() {
if [[ ${MULTIBUILD_VARIANT} == qt4 ]]; then
eqmake4
fi
if [[ ${MULTIBUILD_VARIANT} == qt5 ]]; then
eqmake5
fi
}

multibuild_foreach_variant run_in_build_dir myconfigure
}

src_compile() {
multibuild_foreach_variant run_in_build_dir default
}

src_install() {
dodoc README.TXT
use doc && dodoc -r doc/html

myinstall() {
# libraries
dolib.so lib/*

# headers
insinto "$(${MULTIBUILD_VARIANT}_get_headerdir)"/QtSolutions
doins src/QtLockedFile src/${PN}.h

# .prf files
insinto "$(${MULTIBUILD_VARIANT}_get_mkspecsdir)"/features
doins "${FILESDIR}"/${PN}.prf
}

multibuild_foreach_variant run_in_build_dir myinstall
}






[gentoo-commits] gentoo-x86 commit in dev-lang/python: python-2.7.10.ebuild ChangeLog

2015-06-29 Thread Mike Gilbert (floppym)
floppym 15/06/29 17:26:27

  Modified: python-2.7.10.ebuild ChangeLog
  Log:
  Drop semaphore-pid patch until upstream actually commits a fix, bug 552422.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.2  dev-lang/python/python-2.7.10.ebuild

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

Index: python-2.7.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-2.7.10.ebuild28 May 2015 04:10:47 -  1.1
+++ python-2.7.10.ebuild29 Jun 2015 17:26:27 -  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-lang/python/python-2.7.10.ebuild,v 1.1 
2015/05/28 04:10:47 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.10.ebuild,v 1.2 
2015/06/29 17:26:27 floppym Exp $
 
 EAPI="4"
 WANT_LIBTOOL="none"
@@ -99,7 +99,6 @@
# Fix for cross-compiling.
epatch "${FILESDIR}/python-2.7.5-nonfatal-compileall.patch"
epatch "${FILESDIR}/python-2.7.9-ncurses-pkg-config.patch"
-   epatch "${FILESDIR}/python-2.7.10-semaphore-pid.patch"
 
sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" \
Lib/distutils/command/install.py \



1.820dev-lang/python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.820&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.820&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?r1=1.819&r2=1.820

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
retrieving revision 1.819
retrieving revision 1.820
diff -u -r1.819 -r1.820
--- ChangeLog   28 May 2015 04:10:47 -  1.819
+++ ChangeLog   29 Jun 2015 17:26:27 -  1.820
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/python
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.819 
2015/05/28 04:10:47 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.820 
2015/06/29 17:26:27 floppym Exp $
+
+  29 Jun 2015; Mike Gilbert  python-2.7.10.ebuild:
+  Drop semaphore-pid patch until upstream actually commits a fix, bug 552422.
 
 *python-2.7.10 (28 May 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-7.0.0_alpha2.ebuild ChangeLog

2015-06-29 Thread Ole Markus With (olemarkus)
olemarkus15/06/29 17:11:51

  Modified: ChangeLog
  Added:php-7.0.0_alpha2.ebuild
  Log:
  Bump of PHP7 alpha
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.990dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.990&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.990&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.989&r2=1.990

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.989
retrieving revision 1.990
diff -u -r1.989 -r1.990
--- ChangeLog   24 Jun 2015 09:00:08 -  1.989
+++ ChangeLog   29 Jun 2015 17:11:51 -  1.990
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.989 2015/06/24 
09:00:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.990 2015/06/29 
17:11:51 olemarkus Exp $
+
+*php-7.0.0_alpha2 (29 Jun 2015)
+
+  29 Jun 2015; Ole Markus With  +php-7.0.0_alpha2.ebuild:
+  Bump of PHP7 alpha
 
   24 Jun 2015; Agostino Sarubbo  php-5.4.41.ebuild,
   php-5.5.25-r1.ebuild:



1.1  dev-lang/php/php-7.0.0_alpha2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-7.0.0_alpha2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-7.0.0_alpha2.ebuild?rev=1.1&content-type=text/plain

Index: php-7.0.0_alpha2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-7.0.0_alpha2.ebuild,v 1.1 
2015/06/29 17:11:51 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"

function php_get_uri ()
{
case "${1}" in
"php-pre")
echo "http://downloads.php.net/~ab/${2}";
;;
"php")
echo "http://www.php.net/distributions/${2}";
;;
"olemarkus")
echo "http://dev.gentoo.org/~olemarkus/php/${2}";
;;
"gentoo")
echo "mirror://gentoo/${2}"
;;
*)
die "unhandled case in php_get_uri"
;;
esac
}

PHP_MV="$(get_major_version)"
SLOT="$(get_version_component_range 1-2)"

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV="${PV/_rc/RC}"
PHP_PV="${PHP_PV/_alpha/alpha}"
PHP_PV="${PHP_PV/_beta/beta}"
PHP_RELEASE="php"
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE="php-pre"
PHP_P="${PN}-${PHP_PV}"

PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"

PHP_FPM_CONF_VER="1"

SRC_URI="${PHP_SRC_URI}"

DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs"
HOMEPAGE="http://php.net/";
LICENSE="PHP-3"

S="${WORKDIR}/${PHP_P}"

# We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2"

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE="${IUSE}
${SAPIS/cli/+cli}
threads"

IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl debug
enchant exif frontbase +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mysql mysqli nls
oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
sysvipc systemd tidy +tokenizer truetype unicode vpx wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"

DEPEND="
>=app-eselect/eselect-php-0.7.1-r3[apache2?,fpm?]
>=dev-libs/libpcre-8.32[unicode]
apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
=dev-libs/libmcrypt-2.4 )
curl? ( >=net-misc/curl-7.10.5 )
enchant? ( app-text/enchant )
exif? ( !gd? (
virtual/jpeg:0
media-libs/libpng:0=
sys-libs/zlib
   

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

2015-06-29 Thread Brian Evans
commit: c3cdc1689eaa51212da7acd97ba256ba38378255
Author: layman  localhost>
AuthorDate: Mon Jun 29 17:10:18 2015 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Jun 29 17:10:18 2015 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=c3cdc168

Version bump

 dev-db/mariadb-galera/Manifest | 24 +-
 ...0.0.19.ebuild => mariadb-galera-10.0.20.ebuild} |  2 +-
 2 files changed, 2 insertions(+), 24 deletions(-)

diff --git a/dev-db/mariadb-galera/Manifest b/dev-db/mariadb-galera/Manifest
index 75d40e6..e1d3ad0 100644
--- a/dev-db/mariadb-galera/Manifest
+++ b/dev-db/mariadb-galera/Manifest
@@ -1,24 +1,2 @@
--BEGIN PGP SIGNED MESSAGE-
-Hash: SHA256
-
-DIST mariadb-galera-10.0.19.tar.gz 56520261 SHA256 
df5c0e8ff2db0dbf2490c52f5d9b509216e2d89bf6d340920aad2b41d4d1ae75 SHA512 
9acba0d851c8bdfe0b28e3ec3dc9a21a41c8f283322d73a3c05ac10b9e9400302b9e6fe47d0d5ef73307254af715bc3ed144acaa325ce6c78841ddd14ee754c7
 WHIRLPOOL 
2c60ee6a82e8f6effed3b376a7647f0bc804de633d770bb215f37774bd7cd1f38b0ef173b68ec3f3eab9f59ffee77cb05668159873a5ebd863d0d96735f39edb
+DIST mariadb-galera-10.0.20.tar.gz 56558895 SHA256 
f6b979cbae803d1b33e85407fcd2aaf19b07fb5e18372e8c990f1f7d5ce8 SHA512 
dbae146c798d08f624fcdac86d7f69aea2ebe8540f659004fee11dba4a0a6c234b7235544ae4adf3b58add989649533f86dbe1de4107eb7bbd433add42f55dad
 WHIRLPOOL 
93ad52daae91463772a163a59beab57496102fc2cd23ba7f9b009875ea8cb7b854d8a0d857ddb90d6e3ec3e034ae8403eb7aedba55f9d2a97f72dbc999085f69
 DIST mysql-extras-20141215-0144Z.tar.bz2 1494767 SHA256 
4757043858110654d52b0e6dccab064987ab5db8ae4ae99863cf86df0b90f947 SHA512 
7a9b733d09f44b1faff19a496a3e820e444b339838665e6f37c4fddc8f2ad67e805082d598c4edc06fda9364f9906e4cf95520552f72d6b6df34413f38e7a2ed
 WHIRLPOOL 
99ea6890a5faf097b941707538b68f62390e1a49ee662a87c27435a317a9a3f37f00802e72f86b52993b3d1674b57645db0f7e73379ab88fbc1d0ef791cf4326
--BEGIN PGP SIGNATURE-
-Version: GnuPG v2.1
-
-iQJ8BAEBCABmBQJVeHTbXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
-ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NkMyRTQ0RUQ5MEUzMjc1OEU3RDU1QzBE
-MUY3ODFFRkY5RjRBM0I2AAoJENH3ge/59KO2ZvUQAMOSbnTMqHLmglDOZMrRyCbo
-FcYoazg8rEeQaGCsi3SXl53h3zpAkdDBlf2ngPTldUOaoxcsGEM/Ge8a8YWMqnZ0
-2PEF/wofWKFX6DhWovaLRhb3Z5FnKb0hL1oL2bTPiJv63A95fHfW2t7i93wPQKXt
-+DoFU6pRw+Det7CiPBXMZwkPRH7GBlbok7LswWvDSDVBEol9GuRDpU0sU4630L6k
-4hRqknyHg1QHlZGAlGLT7wDBslCB1+OqxH/cnIW6ep9PTl5eEedt56neFlLqd34w
-0JQejxFKV3ZUAt6BvRnONq2IaxxEsujc1iTSwMp2nPQp2CNJC7Wr/pIgciZf0rUc
-utcArE3+IuWPESNSOkfCsnBeEeMRSgzpxCkNCEwiiUfCfuE49iGaJUCbezUPi41b
-XF/KKpw2CMr67NeOxqJ2eTAYYc1Mk96InYu/lokAt0dCRfbsnhhp8FbAmA5iJWVO
-BtOBF3vvX6eKVgKae/Ktkxl6L0ES2yfcLX75FkrQbe0dEVAlvDz1y1aoKJD7QvrV
-Fl5JJne6EYmoinDmlkIUVUkcqsgdkpy/NLp5aceWrr73EbY2/62Ni1VryMEY0AmG
-E2+mnlQkCMV/pwIKBSMcPYsB4Bi5Pay6XAlRXbNWARM6uI/qCcunaKe8HfqfdONH
-+oUxEUEYtRI15Uw6R/Cg
-=pSAR
--END PGP SIGNATURE-

diff --git a/dev-db/mariadb-galera/mariadb-galera-10.0.19.ebuild 
b/dev-db/mariadb-galera/mariadb-galera-10.0.20.ebuild
similarity index 98%
rename from dev-db/mariadb-galera/mariadb-galera-10.0.19.ebuild
rename to dev-db/mariadb-galera/mariadb-galera-10.0.20.ebuild
index 3b972ef..71b4908 100644
--- a/dev-db/mariadb-galera/mariadb-galera-10.0.19.ebuild
+++ b/dev-db/mariadb-galera/mariadb-galera-10.0.20.ebuild
@@ -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-db/mariadb-galera/mariadb-galera-10.0.19.ebuild,v 
1.1 2015/05/18 20:07:51 grknight Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-db/mariadb-galera/mariadb-galera-10.0.20.ebuild,v 
1.1 2015/06/29 17:06:14 grknight Exp $
 
 EAPI="5"
 MY_EXTRAS_VER="20141215-0144Z"



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

2015-06-29 Thread Brian Evans (grknight)
grknight15/06/29 17:06:14

  Modified: ChangeLog
  Added:mariadb-galera-10.0.20.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D1F781EFF9F4A3B6)

Revision  ChangesPath
1.16 dev-db/mariadb-galera/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb-galera/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   18 May 2015 20:07:51 -  1.15
+++ ChangeLog   29 Jun 2015 17:06:14 -  1.16
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/mariadb-galera
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb-galera/ChangeLog,v 1.15 
2015/05/18 20:07:51 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb-galera/ChangeLog,v 1.16 
2015/06/29 17:06:14 grknight Exp $
+
+*mariadb-galera-10.0.20 (29 Jun 2015)
+
+  29 Jun 2015; Brian Evans  
+mariadb-galera-10.0.20.ebuild:
+  Version bump
 
 *mariadb-galera-10.0.19 (18 May 2015)
 



1.1  dev-db/mariadb-galera/mariadb-galera-10.0.20.ebuild

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

Index: mariadb-galera-10.0.20.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-db/mariadb-galera/mariadb-galera-10.0.20.ebuild,v 
1.1 2015/06/29 17:06:14 grknight Exp $

EAPI="5"
MY_EXTRAS_VER="20141215-0144Z"
WSREP_REVISION="25"

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

# REMEMBER: also update eclass/mysql*.eclass before committing!
KEYWORDS="~amd64 ~x86"

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

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

# Please do not add a naive src_unpack to this ebuild
# If you want to add a single patch, copy the ebuild to an overlay
# and create your own mysql-extras tarball, looking at 000_index.txt

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

if ! multilib_is_native_abi ; then
einfo "Server tests not available on non-native abi".
return 0;
fi

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

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

if ! use "minimal" ; then

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

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

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

# Ensure that parallel runs don't die
export MTR_BUILD_THREAD="$((${RANDOM} % 100))"
# Enable parallel testing, auto will try to detect number of 
cores
# You may set this by hand.
# The default maximum is 8 unless MTR_MAX_PARALLEL is increased
export MTR_PARALLEL="${MTR_PARALLEL:-auto}"

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

# These are failing in MariaDB 10.0 for now and are believed to 
be
# false positives:
#
# main.information_schema, 
binlog.binlog_statement_insert_delayed,
# main.mysqld--help, funcs_1.is_triggers, 
funcs_1.is_tables_mysql,
 

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

2015-06-29 Thread Matt Thode (prometheanfire)
prometheanfire15/06/29 16:57:35

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

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

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   3 Jun 2015 21:22:25 -   1.58
+++ ChangeLog   29 Jun 2015 16:57:35 -  1.59
@@ -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.58 
2015/06/03 21:22:25 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v 1.59 
2015/06/29 16:57:35 prometheanfire Exp $
+
+*python-keystoneclient-1.1.1 (29 Jun 2015)
+
+  29 Jun 2015; Matthew Thode 
+  +python-keystoneclient-1.1.1.ebuild:
+  bup
 
   03 Jun 2015; Justin Lecher  metadata.xml:
   Add pypi to remote-id in metadata.xml



1.1  
dev-python/python-keystoneclient/python-keystoneclient-1.1.1.ebuild

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

Index: python-keystoneclient-1.1.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-keystoneclient/python-keystoneclient-1.1.1.ebuild,v
 1.1 2015/06/29 16:57:35 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )

inherit distutils-r1

DESCRIPTION="Client Library for OpenStack Identity"
HOMEPAGE="https://github.com/openstack/python-keystoneclient";
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 examples test"

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

CDEPEND="
>=dev-python/pbr-0.6[${PYTHON_USEDEP}]
!~dev-python/pbr-0.7[${PYTHON_USEDEP}]


[gentoo-commits] gentoo-x86 commit in dev-python/oslo-serialization: oslo-serialization-1.0.0-r1.ebuild ChangeLog

2015-06-29 Thread Matt Thode (prometheanfire)
prometheanfire15/06/29 16:53:15

  Modified: ChangeLog
  Added:oslo-serialization-1.0.0-r1.ebuild
  Log:
  adding another python_impl
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.10 dev-python/oslo-serialization/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-serialization/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   9 Jun 2015 15:46:03 -   1.9
+++ ChangeLog   29 Jun 2015 16:53:15 -  1.10
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/oslo-serialization
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-serialization/ChangeLog,v 
1.9 2015/06/09 15:46:03 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-serialization/ChangeLog,v 
1.10 2015/06/29 16:53:15 prometheanfire Exp $
+
+*oslo-serialization-1.0.0-r1 (29 Jun 2015)
+
+  29 Jun 2015; Matthew Thode 
+  +oslo-serialization-1.0.0-r1.ebuild:
+  adding another python_impl
 
   09 Jun 2015; Justin Lecher  metadata.xml:
   Updating remote-id in metadata.xml



1.1  
dev-python/oslo-serialization/oslo-serialization-1.0.0-r1.ebuild

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

Index: oslo-serialization-1.0.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/oslo-serialization/oslo-serialization-1.0.0-r1.ebuild,v
 1.1 2015/06/29 16:53:15 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )

inherit distutils-r1

MY_PN=${PN/-/.}

DESCRIPTION="oslo.serialization library"
HOMEPAGE="https://launchpad.net/oslo";
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"

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

# Note: not in tree
#test? ( 

[gentoo-commits] gentoo-x86 commit in dev-python/keystonemiddleware: keystonemiddleware-1.5.2.ebuild ChangeLog

2015-06-29 Thread Matt Thode (prometheanfire)
prometheanfire15/06/29 16:47:58

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

Revision  ChangesPath
1.5  dev-python/keystonemiddleware/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/keystonemiddleware/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   7 Jun 2015 13:42:09 -   1.4
+++ ChangeLog   29 Jun 2015 16:47:57 -  1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/keystonemiddleware
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/keystonemiddleware/ChangeLog,v 
1.4 2015/06/07 13:42:09 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/keystonemiddleware/ChangeLog,v 
1.5 2015/06/29 16:47:57 prometheanfire Exp $
+
+*keystonemiddleware-1.5.2 (29 Jun 2015)
+
+  29 Jun 2015; Matthew Thode 
+  +keystonemiddleware-1.5.2.ebuild:
+  bup
 
   07 Jun 2015; Justin Lecher  metadata.xml:
   Add github to remote-id in metadata.xml



1.1  
dev-python/keystonemiddleware/keystonemiddleware-1.5.2.ebuild

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

Index: keystonemiddleware-1.5.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/keystonemiddleware/keystonemiddleware-1.5.2.ebuild,v
 1.1 2015/06/29 16:47:57 prometheanfire Exp $

EAPI=5
#PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="A middleware for the OpenStack Keystone API"
HOMEPAGE="https://github.com/openstack/keystonemiddleware";
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 examples test"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/pbr-0.8[${PYTHON_USEDEP}]
=dev-python/hacking-0.10[${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/pycrypto-2.6[${PYTHON_USEDEP}]
>=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
=dev-python/oslotest-1.5.1[${PYTHON_USEDEP}]
=dev-python/oslo-messaging-1.8.0[${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/testrepository-0.0.18[${PYTHON_USEDEP}]
>=dev-python/testresources-0.2.4[${PYTHON_USEDEP}]
>=dev-python/testtools-0.9.36[${PYTHON_USEDEP}]
!~dev-python/testtools-1.2.0[${PYTHON_USEDEP}]
>=dev-python/python-memcached-1.48[$(python_gen_usedep 
'python2*')]
)"

RDEPEND=">=dev-python/Babel-1.3[${PYTHON_USEDEP}]
>=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
>=dev-python/oslo-config-1.9.0[${PYTHON_USEDEP}]
=dev-python/oslo-context-0.2.0[${PYTHON_USEDEP}]
=dev-python/oslo-i18n-1.5.0[${PYTHON_USEDEP}]
=dev-python/oslo-serialization-1.4.0[${PYTHON_USEDEP}]
=dev-python/oslo-utils-1.4.0[${PYTHON_USEDEP}]
=dev-python/pycadf-0.8.0[${PYTHON_USEDEP}]
=dev-python/python-keystoneclient-1.1.0[${PYTHON_USEDEP}]
=dev-python/requests-2.2.0[${PYTHON_USEDEP}]
!~dev-python/requests-2.4.0[${PYTHON_USEDEP}]
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
>=dev-python/webob-1.2.3[${PYTHON_USEDEP}]"

PATCHES=(
"${FILESDIR}/cve-2015-1852-master-keystonemiddleware.patch"
)

python_compile_all() {
use doc && emake -C doc html
}

python_test() {
testr init
testr run || die "tests

[gentoo-commits] gentoo-x86 commit in net-libs/libkvkontakte: libkvkontakte-4.12.0.ebuild ChangeLog

2015-06-29 Thread Johannes Huber (johu)
johu15/06/29 16:21:14

  Modified: ChangeLog
  Added:libkvkontakte-4.12.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xFDF4F788)

Revision  ChangesPath
1.53 net-libs/libkvkontakte/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkvkontakte/ChangeLog?rev=1.53&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkvkontakte/ChangeLog?rev=1.53&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkvkontakte/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   31 May 2015 11:48:42 -  1.52
+++ ChangeLog   29 Jun 2015 16:21:14 -  1.53
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/libkvkontakte
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/ChangeLog,v 1.52 
2015/05/31 11:48:42 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/ChangeLog,v 1.53 
2015/06/29 16:21:14 johu Exp $
+
+*libkvkontakte-4.12.0 (29 Jun 2015)
+
+  29 Jun 2015; Johannes Huber  +libkvkontakte-4.12.0.ebuild:
+  Version bump.
 
 *libkvkontakte-4.11.0 (31 May 2015)
 



1.1  net-libs/libkvkontakte/libkvkontakte-4.12.0.ebuild

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

Index: libkvkontakte-4.12.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libkvkontakte/libkvkontakte-4.12.0.ebuild,v 
1.1 2015/06/29 16:21:14 johu Exp $

EAPI=5

KDE_LINGUAS="ar bs cs da de el en_GB es et fi fr gl hu it kk km ko nb nds nl pl
pt pt_BR ro ru sk sl sv tr uk zh_TW"
inherit kde4-base

DESCRIPTION="Library for accessing the features of social networking site 
vkontakte.ru"
HOMEPAGE="http://www.digikam.org/";
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"

LICENSE="GPL-2"
SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE="debug"

DEPEND=">=dev-libs/qjson-0.7.0"
RDEPEND="${DEPEND}"

# accessing network
RESTRICT="test"






[gentoo-commits] gentoo-x86 commit in dev-go/go-oauth2: go-oauth2-9999.ebuild ChangeLog

2015-06-29 Thread William Hubbs (williamh)
williamh15/06/29 16:01:21

  Modified: go-oauth2-.ebuild ChangeLog
  Log:
  add ego_src setting to the live ebuild
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  ChangesPath
1.4  dev-go/go-oauth2/go-oauth2-.ebuild

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

Index: go-oauth2-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/go-oauth2-.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- go-oauth2-.ebuild   29 Jun 2015 15:59:38 -  1.3
+++ go-oauth2-.ebuild   29 Jun 2015 16:01:21 -  1.4
@@ -1,9 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/go-oauth2-.ebuild,v 
1.3 2015/06/29 15:59:38 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/go-oauth2-.ebuild,v 
1.4 2015/06/29 16:01:21 williamh Exp $
 
 EAPI=5
 EGO_PN=golang.org/x/oauth2
+EGO_SRC=golang.org/x/oauth2
 
 if [[ ${PV} = ** ]]; then
inherit golang-vcs



1.7  dev-go/go-oauth2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   29 Jun 2015 15:59:38 -  1.6
+++ ChangeLog   29 Jun 2015 16:01:21 -  1.7
@@ -1,6 +1,10 @@
 # ChangeLog for dev-go/go-oauth2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/ChangeLog,v 1.6 2015/06/29 
15:59:38 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/ChangeLog,v 1.7 2015/06/29 
16:01:21 williamh Exp $
+
+  29 Jun 2015; William Hubbs 
+  go-oauth2-1.4.2_p20150527.ebuild, go-oauth2-.ebuild:
+  add ego_src setting to the live ebuild
 
   29 Jun 2015; William Hubbs 
   go-oauth2-1.4.2_p20150527.ebuild, go-oauth2-.ebuild:






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

2015-06-29 Thread Johannes Huber (johu)
johu15/06/29 16:00:03

  Modified: ChangeLog
  Log:
  Mask kde-misc/systemd-kcm, will replace kde-misc/kcmsystemd soon.

Revision  ChangesPath
1.89 profiles/features/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   28 Jun 2015 14:03:30 -  1.88
+++ ChangeLog   29 Jun 2015 16:00:03 -  1.89
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo/AMD64 profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v 1.88 
2015/06/28 14:03:30 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v 1.89 
2015/06/29 16:00:03 johu Exp $
+
+  29 Jun 2015; Johannes Huber  selinux/package.mask:
+  Mask kde-misc/systemd-kcm, will replace kde-misc/kcmsystemd soon.
 
   28 Jun 2015; Jason Zaman  selinux/package.mask:
   Mask systemd and deps in selinux profiles because no support in the policies.






[gentoo-commits] gentoo-x86 commit in dev-go/go-oauth2: go-oauth2-9999.ebuild ChangeLog

2015-06-29 Thread William Hubbs (williamh)
williamh15/06/29 15:59:38

  Modified: go-oauth2-.ebuild ChangeLog
  Log:
  Make live ebuild copyable
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  ChangesPath
1.3  dev-go/go-oauth2/go-oauth2-.ebuild

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

Index: go-oauth2-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/go-oauth2-.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- go-oauth2-.ebuild   29 Jun 2015 14:25:31 -  1.2
+++ go-oauth2-.ebuild   29 Jun 2015 15:59:38 -  1.3
@@ -1,11 +1,19 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/go-oauth2-.ebuild,v 
1.2 2015/06/29 14:25:31 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/go-oauth2-.ebuild,v 
1.3 2015/06/29 15:59:38 williamh Exp $
 
 EAPI=5
-inherit golang-build golang-vcs
 EGO_PN=golang.org/x/oauth2
 
+if [[ ${PV} = ** ]]; then
+   inherit golang-vcs
+else
+   KEYWORDS="~amd64"
+   EGIT_COMMIT="b5adcc2dcdf009d0391547edc6ecbaff889f5bb9"
+   SRC_URI="https://github.com/golang/oauth2/archive/${EGIT_COMMIT}.tar.gz 
-> ${P}.tar.gz"
+fi
+inherit golang-build
+
 DESCRIPTION="Go client implementation for OAuth 2.0 spec"
 HOMEPAGE="https://godoc.org/golang.org/x/oauth2";
 LICENSE="BSD"
@@ -13,3 +21,32 @@
 IUSE=""
 DEPEND="dev-go/go-net"
 RDEPEND=""
+
+if [[ ${PV} != ** ]]; then
+src_unpack() {
+   local f
+
+   for f in ${A}
+   do
+   case "${f}" in
+   *.tar|*.tar.gz|*.tar.bz2|*.tar.xz)
+   local destdir=${WORKDIR}/${P}/src/${EGO_SRC}
+
+   debug-print "${FUNCNAME}: unpacking ${f} to 
${destdir}"
+
+   # XXX: check whether the directory structure 
inside is
+   # fine? i.e. if the tarball has actually a 
parent dir.
+   mkdir -p "${destdir}" || die
+   tar -C "${destdir}" -x --strip-components 1 \
+   -f "${DISTDIR}/${f}" || die
+   ;;
+   *)
+   debug-print "${FUNCNAME}: falling back to 
unpack for ${f}"
+
+   # fall back to the default method
+   unpack "${f}"
+   ;;
+   esac
+   done
+}
+fi



1.6  dev-go/go-oauth2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   29 Jun 2015 14:25:31 -  1.5
+++ ChangeLog   29 Jun 2015 15:59:38 -  1.6
@@ -1,6 +1,10 @@
 # ChangeLog for dev-go/go-oauth2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/ChangeLog,v 1.5 2015/06/29 
14:25:31 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/ChangeLog,v 1.6 2015/06/29 
15:59:38 williamh Exp $
+
+  29 Jun 2015; William Hubbs 
+  go-oauth2-1.4.2_p20150527.ebuild, go-oauth2-.ebuild:
+  Make live ebuild copyable
 
   29 Jun 2015; William Hubbs  go-oauth2-.ebuild:
   drop keywords from live ebuild






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

2015-06-29 Thread Johannes Huber (johu)
johu15/06/29 16:00:03

  Modified: package.mask
  Log:
  Mask kde-misc/systemd-kcm, will replace kde-misc/kcmsystemd soon.

Revision  ChangesPath
1.59 profiles/features/selinux/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/package.mask?rev=1.59&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/package.mask?rev=1.59&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/package.mask?r1=1.58&r2=1.59

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.mask,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- package.mask28 Jun 2015 14:03:30 -  1.58
+++ package.mask29 Jun 2015 16:00:03 -  1.59
@@ -1,4 +1,4 @@
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.mask,v 
1.58 2015/06/28 14:03:30 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.mask,v 
1.59 2015/06/29 16:00:03 johu Exp $
 
 # Jason Zaman  (27 Jun 2015)
 # SystemD has no support in the SELinux policy at the moment.
@@ -7,6 +7,7 @@
 gnome-extra/gnome-logs
 gnome-extra/office-runner
 kde-misc/kcmsystemd
+kde-misc/systemd-kcm
 net-firewall/firewalld
 net-misc/netctl
 sys-apps/gentoo-systemd-integration






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

2015-06-29 Thread Johannes Huber
commit: fc3d4ec6bb78d21165e2e149421d5a7fd689e021
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun 28 15:36:43 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon Jun 29 15:03:13 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fc3d4ec6

[eclass] Let  ebuilds depend on >=5.

Fixes bug 553492

 eclass/kde5-functions.eclass | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 7756fbf..fd98bb7 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -188,7 +188,11 @@ add_kdeapps_dep() {
version=${PV}
elif [[ -z "${version}" ]] ; then
# In KDE applications world, 5. > yy.mm.x
-   [[ ${PV} = 5. ]] && version=5. || 
version=${KDE_APPS_MINIMAL}
+   if [[ ${PV} = 5. || ${PV} =  ]]; then
+   version=5.
+   else
+   version=${KDE_APPS_MINIMAL}
+   fi
fi
 
_add_kdecategory_dep kde-apps "${1}" "${2}" "${version}"



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

2015-06-29 Thread Johannes Huber
commit: b67c8ac5ebf4579d43946a27441523d361dea878
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun 28 15:35:32 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon Jun 29 15:03:13 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b67c8ac5

[eclass] Fix minimum dependencies after kde-apps pkgmove

 eclass/kde4-functions.eclass | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass
index 2a4c206..989eeb9 100644
--- a/eclass/kde4-functions.eclass
+++ b/eclass/kde4-functions.eclass
@@ -296,10 +296,10 @@ add_kdeapps_dep() {
# to allow merging packages against more stable basic stuff
elif [[ ${PV} == *. ]]; then
ver=$(get_kde_version)
-   # if building live master depend on final stable applications version
-   # as live KDE4 ebuilds are slowly being shown the door
-   elif [[ ${CATEGORY} == kde-apps && ${PV} ==  ]]; then
-   ver=14.12.3
+   # if building live master or kde-apps, use the final SC version
+   # since there are no further general releases.
+   elif [[ ${CATEGORY} == kde-apps || ${PV} ==  ]]; then
+   ver=4.14.3
else
ver=${PV}
fi



[gentoo-commits] gentoo-x86 commit in sys-apps/openrc: openrc-0.16.4.ebuild ChangeLog

2015-06-29 Thread Agostino Sarubbo (ago)
ago 15/06/29 14:30:20

  Modified: openrc-0.16.4.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #551508
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.10 sys-apps/openrc/openrc-0.16.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-0.16.4.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-0.16.4.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-0.16.4.ebuild?r1=1.9&r2=1.10

Index: openrc-0.16.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.16.4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- openrc-0.16.4.ebuild29 Jun 2015 14:30:08 -  1.9
+++ openrc-0.16.4.ebuild29 Jun 2015 14:30:20 -  1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.16.4.ebuild,v 1.9 
2015/06/29 14:30:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.16.4.ebuild,v 1.10 
2015/06/29 14:30:20 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
inherit git-r3
 else
SRC_URI="http://dev.gentoo.org/~williamh/dist/${P}.tar.bz2";
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 fi
 
 LICENSE="BSD-2"



1.356sys-apps/openrc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.355
retrieving revision 1.356
diff -u -r1.355 -r1.356
--- ChangeLog   29 Jun 2015 14:30:08 -  1.355
+++ ChangeLog   29 Jun 2015 14:30:20 -  1.356
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/openrc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.355 
2015/06/29 14:30:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.356 
2015/06/29 14:30:20 ago Exp $
+
+  29 Jun 2015; Agostino Sarubbo  openrc-0.16.4.ebuild:
+  Stable for sparc, wrt bug #551508
 
   29 Jun 2015; Agostino Sarubbo  openrc-0.16.4.ebuild:
   Stable for ppc, wrt bug #551508






[gentoo-commits] gentoo-x86 commit in sys-apps/openrc: openrc-0.16.4.ebuild ChangeLog

2015-06-29 Thread Agostino Sarubbo (ago)
ago 15/06/29 14:30:08

  Modified: openrc-0.16.4.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #551508
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  sys-apps/openrc/openrc-0.16.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-0.16.4.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-0.16.4.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-0.16.4.ebuild?r1=1.8&r2=1.9

Index: openrc-0.16.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.16.4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- openrc-0.16.4.ebuild27 Jun 2015 14:00:46 -  1.8
+++ openrc-0.16.4.ebuild29 Jun 2015 14:30:08 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.16.4.ebuild,v 1.8 
2015/06/27 14:00:46 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.16.4.ebuild,v 1.9 
2015/06/29 14:30:08 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
inherit git-r3
 else
SRC_URI="http://dev.gentoo.org/~williamh/dist/${P}.tar.bz2";
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 fi
 
 LICENSE="BSD-2"



1.355sys-apps/openrc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
retrieving revision 1.354
retrieving revision 1.355
diff -u -r1.354 -r1.355
--- ChangeLog   27 Jun 2015 14:00:46 -  1.354
+++ ChangeLog   29 Jun 2015 14:30:08 -  1.355
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/openrc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.354 
2015/06/27 14:00:46 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.355 
2015/06/29 14:30:08 ago Exp $
+
+  29 Jun 2015; Agostino Sarubbo  openrc-0.16.4.ebuild:
+  Stable for ppc, wrt bug #551508
 
   27 Jun 2015; Mikle Kolyada  openrc-0.16.4.ebuild:
   ia64 stable wrt bug #551508






[gentoo-commits] gentoo-x86 commit in app-misc/elasticsearch: ChangeLog elasticsearch-1.6.0.ebuild

2015-06-29 Thread Tony Vroon (chainsaw)
chainsaw15/06/29 14:29:38

  Modified: ChangeLog elasticsearch-1.6.0.ebuild
  Log:
  Also accept version 8 Java Runtime Environment, as per Ferenc Erki in bug 
#551880.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB5058F9A)

Revision  ChangesPath
1.14 app-misc/elasticsearch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/elasticsearch/ChangeLog?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/elasticsearch/ChangeLog?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/elasticsearch/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/elasticsearch/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   11 Jun 2015 15:36:30 -  1.13
+++ ChangeLog   29 Jun 2015 14:29:38 -  1.14
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/elasticsearch
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/elasticsearch/ChangeLog,v 1.13 
2015/06/11 15:36:30 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/elasticsearch/ChangeLog,v 1.14 
2015/06/29 14:29:38 chainsaw Exp $
+
+  29 Jun 2015; Tony Vroon  elasticsearch-1.6.0.ebuild:
+  Also accept version 8 Java Runtime Environment, as per Ferenc Erki in bug
+  #551880.
 
 *elasticsearch-1.6.0 (11 Jun 2015)
 



1.2  app-misc/elasticsearch/elasticsearch-1.6.0.ebuild

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

Index: elasticsearch-1.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-misc/elasticsearch/elasticsearch-1.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- elasticsearch-1.6.0.ebuild  11 Jun 2015 15:36:30 -  1.1
+++ elasticsearch-1.6.0.ebuild  29 Jun 2015 14:29:38 -  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-misc/elasticsearch/elasticsearch-1.6.0.ebuild,v 1.1 
2015/06/11 15:36:30 chainsaw Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-misc/elasticsearch/elasticsearch-1.6.0.ebuild,v 1.2 
2015/06/29 14:29:38 chainsaw Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 RESTRICT="strip"
 QA_PREBUILT="usr/share/elasticsearch/lib/sigar/libsigar-*.so"
 
-RDEPEND="virtual/jre:1.7"
+RDEPEND="|| ( virtual/jre:1.7 virtual/jre:1.8 )"
 
 pkg_setup() {
enewgroup ${MY_PN}






[gentoo-commits] gentoo-x86 commit in dev-go/go-oauth2: go-oauth2-9999.ebuild ChangeLog

2015-06-29 Thread William Hubbs (williamh)
williamh15/06/29 14:25:31

  Modified: go-oauth2-.ebuild ChangeLog
  Log:
  drop keywords from live ebuild
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  ChangesPath
1.2  dev-go/go-oauth2/go-oauth2-.ebuild

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

Index: go-oauth2-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/go-oauth2-.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- go-oauth2-.ebuild   25 Jun 2015 20:27:57 -  1.1
+++ go-oauth2-.ebuild   29 Jun 2015 14:25:31 -  1.2
@@ -1,12 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/go-oauth2-.ebuild,v 
1.1 2015/06/25 20:27:57 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/go-oauth2-.ebuild,v 
1.2 2015/06/29 14:25:31 williamh Exp $
 
 EAPI=5
 inherit golang-build golang-vcs
 EGO_PN=golang.org/x/oauth2
 
-KEYWORDS="~amd64"
 DESCRIPTION="Go client implementation for OAuth 2.0 spec"
 HOMEPAGE="https://godoc.org/golang.org/x/oauth2";
 LICENSE="BSD"



1.5  dev-go/go-oauth2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   25 Jun 2015 20:27:57 -  1.4
+++ ChangeLog   29 Jun 2015 14:25:31 -  1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-go/go-oauth2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/ChangeLog,v 1.4 2015/06/25 
20:27:57 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/ChangeLog,v 1.5 2015/06/29 
14:25:31 williamh Exp $
+
+  29 Jun 2015; William Hubbs  go-oauth2-.ebuild:
+  drop keywords from live ebuild
 
 *go-oauth2- (25 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in media-sound/ardour: ardour-4.1.ebuild ChangeLog

2015-06-29 Thread Andreas Schuerch (nativemad)
nativemad15/06/29 14:20:26

  Modified: ChangeLog
  Added:ardour-4.1.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.18/cvs/Linux i686, signed Manifest commit with key 
60373227)

Revision  ChangesPath
1.145media-sound/ardour/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ardour/ChangeLog?rev=1.145&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ardour/ChangeLog?rev=1.145&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ardour/ChangeLog?r1=1.144&r2=1.145

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog   3 May 2015 12:34:24 -   1.144
+++ ChangeLog   29 Jun 2015 14:20:26 -  1.145
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/ardour
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.144 
2015/05/03 12:34:24 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ChangeLog,v 1.145 
2015/06/29 14:20:26 nativemad Exp $
+
+*ardour-4.1 (29 Jun 2015)
+
+  29 Jun 2015; Andreas Schuerch  +ardour-4.1.ebuild:
+  version bump
 
   03 May 2015; Andreas Schuerch  ChangeLog:
   signing didn't worked..:



1.1  media-sound/ardour/ardour-4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ardour/ardour-4.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ardour/ardour-4.1.ebuild?rev=1.1&content-type=text/plain

Index: ardour-4.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-4.1.ebuild,v 1.1 
2015/06/29 14:20:26 nativemad Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE='threads(+)'

inherit eutils toolchain-funcs flag-o-matic python-any-r1 waf-utils

DESCRIPTION="Digital Audio Workstation"
HOMEPAGE="http://ardour.org/";

if [ ${PV} =  ]; then
KEYWORDS=""
EGIT_REPO_URI="http://git.ardour.org/ardour/ardour.git";
inherit git-2
else
KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/Ardour/ardour/archive/${PV}.tar.gz -> 
${P}.tar.gz"
fi

LICENSE="GPL-2"
SLOT="4"
IUSE="altivec doc jack lv2 cpu_flags_x86_sse"

RDEPEND="media-libs/aubio
media-libs/liblo
sci-libs/fftw:3.0
media-libs/freetype:2
>=dev-libs/glib-2.10.1:2
>=dev-cpp/glibmm-2.32.0
>=x11-libs/gtk+-2.8.1:2
>=dev-libs/libxml2-2.6:2
>=media-libs/libsndfile-1.0.18
>=media-libs/libsamplerate-0.1
>=media-libs/rubberband-1.6.0
>=media-libs/libsoundtouch-1.6.0
media-libs/flac
media-libs/raptor:2
>=media-libs/liblrdf-0.4.0-r20
>=gnome-base/libgnomecanvas-2
media-libs/vamp-plugin-sdk
dev-libs/libxslt
dev-libs/libsigc++:2
>=dev-cpp/gtkmm-2.16:2.4
>=dev-cpp/libgnomecanvasmm-2.26:2.6
media-libs/alsa-lib
x11-libs/pango
x11-libs/cairo
media-libs/libart_lgpl
virtual/libusb:0
dev-libs/boost
>=media-libs/taglib-1.7
net-misc/curl
jack? ( >=media-sound/jack-audio-connection-kit-0.120 )
lv2? (
>=media-libs/slv2-0.6.1
media-libs/lilv
media-libs/sratom
dev-libs/sord
>=media-libs/suil-0.6.10
>=media-libs/lv2-1.4.0
)"

DEPEND="${RDEPEND}
${PYTHON_DEPS}
virtual/pkgconfig
>=media-sound/jack-audio-connection-kit-0.120
sys-devel/gettext
doc? ( app-doc/doxygen[dot] )"
if ! [ ${PV} =  ]; then
DEPEND="${DEPEND}"
fi

src_unpack() {
if [ ${PV} =  ]; then
git-2_src_unpack
else
unpack ${A}
fi
}

src_prepare(){
if ! [ ${PV} =  ]; then
epatch "${FILESDIR}"/${PN}-4.0-revision-naming.patch
touch "${S}/libs/ardour/revision.cc"
fi
$(use lv2 || epatch "${FILESDIR}"/${PN}-4.0-lv2.patch)
epatch "${FILESDIR}"/${PN}-3.5.403-sse.patch
sed -e 's/'FLAGS\'\,\ compiler_flags'/'FLAGS\'\,\ program_flags'/g' -i 
"${S}"/wscript
sed -e 's/'compiler_flags.append\ 
\(\'-DPROGRAM_'/'program_flags.append\ \(\'-DPROGRAM_'/g' -i "${S}"/wscript
sed -e '/compiler_flags\ \=\ \[\]/a \ \ \ \ program_flags\ \=\ \[\]' -i 
"${S}"/wscript
append-flags "-lboost_system"
}

src_configure() {
if use cpu_flags_x86_sse; then
MARCH=$(get-flag march)

[gentoo-commits] dev/ultrabug:master commit in: app-admin/consul/, app-admin/consul/files/

2015-06-29 Thread Alexys Jacob
commit: 0e9bc4dfd9a127bb30d220ba0b03a397c5c50616
Author: Ultrabug  gentoo  org>
AuthorDate: Mon Jun 29 13:44:22 2015 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Mon Jun 29 13:44:22 2015 +
URL:https://gitweb.gentoo.org/dev/ultrabug.git/commit/?id=0e9bc4df

consul on portage by zmedico

 app-admin/consul/Manifest |  4 --
 app-admin/consul/consul-0.5.2.ebuild  | 71 ---
 app-admin/consul/consul-.ebuild   | 70 --
 app-admin/consul/files/consul-agent.confd | 11 -
 app-admin/consul/files/consul-agent.initd | 47 
 5 files changed, 203 deletions(-)

diff --git a/app-admin/consul/Manifest b/app-admin/consul/Manifest
deleted file mode 100644
index 0e67c86..000
--- a/app-admin/consul/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX consul-agent.confd 382 SHA256 
f1c9bc500314f507f34362bea2b2e55258414b779c14e4f3ddc169aa78f875c2 SHA512 
1068517b4c64d9d12072e04c8b50ab0c9a57d0780c50a9e501d51af99d3fffd86cdcab6c913e23b1de187bc698ef0a79b6ac58cd2f28a425d74596a606f3dc62
 WHIRLPOOL 
08029897a59e6d74670e78f80d299a1c7a4b118e583067cd26a4bf385e40a4e5772a139f40c5e7fefea94f46408b3eeb36d906352c3ff9c9f7a2cc200414c174
-AUX consul-agent.initd 1269 SHA256 
2799e56571fc6359d291592d1350e0754dc792f138746aa246f3cd25132039ca SHA512 
746d233ddd68f5343c526356a00d4af032917832d33b2695639cdce7f7e829335ddc2f1ecdf2bba0c76f5ceb14ca6a3f542e2e7ff450f504e775667082ae1286
 WHIRLPOOL 
55050e26d28034bf7473260dee0ee2d4a4313ec97aceb0de07e5b872103beca99f7e211a2ea8160cdd2f114d4c67b8845823cdc979c66525d5cd4c12129ec369
-EBUILD consul-0.5.2.ebuild 1222 SHA256 
0036dde3278181656a70804f2d636ffa07563521ca59cbcf371d96af081299e7 SHA512 
afccca73fad04ad29dd427ff00927d08808b8c2020ed52bf84ba437a124a1f3db5e4f7431564c148c357fdbd85fbce2780d77749ebe5dfd910cd3299e4e78f0f
 WHIRLPOOL 
1326bd780a0a80945decaf1e87a95d9a423935fa1b54d48fcdfede3a90ccc8410f663557e2ff6de4cf71ff609e39fdd4e141a04d84c56f34ab026f162a073a7c
-EBUILD consul-.ebuild 1221 SHA256 
85fc7b1ae380fd0c53b2e6b2be3b186ef0d7b1598c888ecfa695a5df8e908c7f SHA512 
cd96aaa135bb3f034f0fa37dd27c4fcc63ace8c2bd078b39399d55c719ef889c64fa2f218863171295cb7712991e0f28995703a3db2a2d2d3990b1b7fe51aee9
 WHIRLPOOL 
7a5c12163b60f6bec384570cb685aba683b3866cd44865f17fb44700e103b23da52fd09f41d6a410d4e599226143f3da7b3e44f792c3ca7e276cef5bc822188b

diff --git a/app-admin/consul/consul-0.5.2.ebuild 
b/app-admin/consul/consul-0.5.2.ebuild
deleted file mode 100644
index 7451f69..000
--- a/app-admin/consul/consul-0.5.2.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-DESCRIPTION="tool for service discovery, monitoring and configuration."
-HOMEPAGE="http://www.consul.io";
-SRC_URI=""
-
-EGIT_REPO_URI="git://github.com/hashicorp/consul.git"
-S="${WORKDIR}/src/github.com/hashicorp/${PN}"
-
-if [[ ${PV} == * ]]; then
-   KEYWORDS=""
-else
-   EGIT_COMMIT="v${PV}"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-inherit git-2 user
-
-LICENSE="MPL-2.0"
-SLOT="0"
-IUSE="web"
-
-DEPEND=">=dev-lang/go-1.4
-   dev-vcs/git
-   dev-vcs/mercurial
-   web? ( dev-ruby/bundler dev-ruby/sass )"
-RDEPEND="${DEPEND}"
-
-
-pkg_setup() {
-   enewgroup consul
-   enewuser consul -1 -1 /var/lib/${PN} consul
-}
-
-src_compile() {
-   # create a suitable GOPATH
-   export GOPATH="${WORKDIR}"
-
-   # let's do something fun
-   emake
-
-   # build the web UI
-   if use web; then
-   cd ui
-   bundle
-   emake dist
-   fi
-}
-
-src_install() {
-   dobin bin/consul
-
-   dodir /etc/consul.d
-
-   for x in /var/{lib,log}/${PN}; do
-   keepdir "${x}"
-   fowners consul:consul "${x}"
-   done
-
-   if use web; then
-   insinto /var/lib/${PN}/ui
-   doins -r ui/dist/*
-   fi
-
-   newinitd "${FILESDIR}/consul-agent.initd" "${PN}-agent"
-   newconfd "${FILESDIR}/consul-agent.confd" "${PN}-agent"
-}

diff --git a/app-admin/consul/consul-.ebuild 
b/app-admin/consul/consul-.ebuild
deleted file mode 100644
index dead9aa..000
--- a/app-admin/consul/consul-.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-DESCRIPTION="tool for service discovery, monitoring and configuration."
-HOMEPAGE="http://www.consul.io";
-SRC_URI=""
-
-EGIT_REPO_URI="git://github.com/hashicorp/consul.git"
-S="${WORKDIR}/src/github.com/hashicorp/${PN}"
-
-if [[ ${PV} == * ]]; then
-   KEYWORDS=""
-else
-   EGIT_COMMIT="v${PV}"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-inherit git-2 user
-
-LICENSE="MPL-2.0"
-SLOT="0"
-IUSE="web"
-
-DEPEND=">=dev-lang/go-1.4
-   dev-vcs/git
-   dev-vcs/mercurial
-   web? ( dev-ruby/bundler dev-ruby/

[gentoo-commits] gentoo-x86 commit in net-misc/dahdi-tools: ChangeLog dahdi-tools-2.10.2.ebuild

2015-06-29 Thread Tony Vroon (chainsaw)
chainsaw15/06/29 13:43:19

  Modified: ChangeLog
  Added:dahdi-tools-2.10.2.ebuild
  Log:
  Version bump, as requested by Oliver Jaksch in bug #553390.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB5058F9A)

Revision  ChangesPath
1.40 net-misc/dahdi-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dahdi-tools/ChangeLog?rev=1.40&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dahdi-tools/ChangeLog?rev=1.40&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dahdi-tools/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   27 May 2015 11:19:33 -  1.39
+++ ChangeLog   29 Jun 2015 13:43:19 -  1.40
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/dahdi-tools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/ChangeLog,v 1.39 
2015/05/27 11:19:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/ChangeLog,v 1.40 
2015/06/29 13:43:19 chainsaw Exp $
+
+*dahdi-tools-2.10.2 (29 Jun 2015)
+
+  29 Jun 2015; Tony Vroon  +dahdi-tools-2.10.2.ebuild:
+  Version bump, as requested by Oliver Jaksch in bug #553390.
 
   27 May 2015; Agostino Sarubbo  dahdi-tools-2.10.1.ebuild:
   Stable for x86, wrt bug #544768



1.1  net-misc/dahdi-tools/dahdi-tools-2.10.2.ebuild

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

Index: dahdi-tools-2.10.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/dahdi-tools/dahdi-tools-2.10.2.ebuild,v 1.1 
2015/06/29 13:43:19 chainsaw Exp $

EAPI=5

inherit base

DESCRIPTION="Userspace tools to configure the kernel modules from 
net-misc/dahdi"
HOMEPAGE="http://www.asterisk.org";
SRC_URI="http://downloads.asterisk.org/pub/telephony/${PN}/releases/${P}.tar.gz
mirror://gentoo/gentoo-${PN}-patchset-0.4.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="ppp"

DEPEND="dev-libs/newt
ppp? ( net-dialup/ppp )
>=net-misc/dahdi-2.5.0
!net-misc/zaptel
>=sys-kernel/linux-headers-2.6.35
virtual/libusb:0"
RDEPEND="${DEPEND}"

EPATCH_SUFFIX="diff"
PATCHES=( "${WORKDIR}/${PN}-patchset" )

src_prepare() {
base_src_prepare
sed -i \
-e 's:-Werror::' \
Makefile xpp/Makefile || die
}

src_compile() {
default_src_compile
emake tests
use ppp && emake -C ppp
}

src_install() {
emake DESTDIR="${D}" install
use ppp && emake DESTDIR="${D}" -C ppp install
emake DESTDIR="${D}" config

dosbin patgen pattest patlooptest hdlcstress hdlctest hdlcgen 
hdlcverify timertest

# install init scripts
newinitd "${FILESDIR}"/dahdi.init2 dahdi
newinitd "${FILESDIR}"/dahdi-autoconf.init2 dahdi-autoconf
newconfd "${FILESDIR}"/dahdi-autoconf.conf2 dahdi-autoconf
}






[gentoo-commits] gentoo-x86 commit in net-misc/dahdi: ChangeLog dahdi-2.10.2.ebuild

2015-06-29 Thread Tony Vroon (chainsaw)
chainsaw15/06/29 13:39:49

  Modified: ChangeLog
  Added:dahdi-2.10.2.ebuild
  Log:
  Version bump, as requested by Oliver Jaksch in bug #553388.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB5058F9A)

Revision  ChangesPath
1.74 net-misc/dahdi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dahdi/ChangeLog?rev=1.74&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dahdi/ChangeLog?rev=1.74&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dahdi/ChangeLog?r1=1.73&r2=1.74

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/dahdi/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog   27 May 2015 11:19:29 -  1.73
+++ ChangeLog   29 Jun 2015 13:39:49 -  1.74
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/dahdi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi/ChangeLog,v 1.73 2015/05/27 
11:19:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi/ChangeLog,v 1.74 2015/06/29 
13:39:49 chainsaw Exp $
+
+*dahdi-2.10.2 (29 Jun 2015)
+
+  29 Jun 2015; Tony Vroon  +dahdi-2.10.2.ebuild:
+  Version bump, as requested by Oliver Jaksch in bug #553388.
 
   27 May 2015; Agostino Sarubbo  dahdi-2.10.1.ebuild:
   Stable for x86, wrt bug #544768



1.1  net-misc/dahdi/dahdi-2.10.2.ebuild

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

Index: dahdi-2.10.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/dahdi/dahdi-2.10.2.ebuild,v 1.1 
2015/06/29 13:39:49 chainsaw Exp $

EAPI=5

inherit base linux-mod eutils flag-o-matic toolchain-funcs

MY_P="${P/dahdi/dahdi-linux}"
JNET=1.0.14
GENTOO=1.1.9
S="${WORKDIR}/${MY_P}"

DESCRIPTION="Kernel modules for Digium compatible hardware (formerly known as 
Zaptel)"
HOMEPAGE="http://www.asterisk.org";
SRC_URI="http://downloads.asterisk.org/pub/telephony/dahdi-linux/releases/${MY_P}.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-a4a-a0017.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-a4b-b0019.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-a8a-1d0017.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-a8b-1d0019.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-hx8-2.06.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-oct6114-032-1.05.01.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-oct6114-064-1.05.01.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-oct6114-128-1.05.01.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-oct6114-256-1.05.01.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-tc400m-MR6.12.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-te133-780019.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-te134-780017.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-te435-e0019.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-te436-10017.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-te820-1.76.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fw-vpmoct032-1.12.0.tar.gz
http://downloads.digium.com/pub/telephony/firmware/releases/dahdi-fwload-vpmadt032-1.25.0.tar.gz
mirror://gentoo/gentoo-dahdi-patchset-${GENTOO}.tar.bz2
http://www.junghanns.net/downloads/jnet-dahdi-drivers-${JNET}.tar.gz";

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="flash"
RESTRICT="test"

DEPEND=""
RDEPEND=""

EPATCH_SUFFIX="diff"
PATCHES=( "${WORKDIR}/dahdi-patchset" )

CONFIG_CHECK="MODULES ~CRC_CCITT"

src_unpack() {
unpack ${A}
# Copy the firmware tarballs over, the makefile will try and download 
them otherwise
for file in ${A} ; do
cp "${DISTDIR}"/${file} "${MY_P}"/drivers/dahdi/firmware/
done
# But without the .bin's it'll still fall over and die, so copy those 
too.
cp *.bin "${MY_P}"/drivers/dahdi/firmware/
cp -p "${WORKDIR}"/jnet-dahdi-drivers-${JNET}/cwain/*.[ch] 
"${MY_P}"/drivers/dahdi/
cp -p "${WORKDIR}"/jnet-dahdi-drivers-${JNET}/qozap/*.[ch] 
"${MY_P}"/drivers/dahdi/
cp -p "${WORKDIR}"/jnet-dahdi-drivers-${JNET}/

[gentoo-commits] gentoo-x86 commit in dev-java/commons-httpclient: commons-httpclient-3.1-r1.ebuild ChangeLog

2015-06-29 Thread Agostino Sarubbo (ago)
ago 15/06/29 13:17:16

  Modified: commons-httpclient-3.1-r1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #442292
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.5  
dev-java/commons-httpclient/commons-httpclient-3.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-httpclient/commons-httpclient-3.1-r1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-httpclient/commons-httpclient-3.1-r1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-httpclient/commons-httpclient-3.1-r1.ebuild?r1=1.4&r2=1.5

Index: commons-httpclient-3.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/commons-httpclient/commons-httpclient-3.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- commons-httpclient-3.1-r1.ebuild29 Jun 2015 13:16:06 -  1.4
+++ commons-httpclient-3.1-r1.ebuild29 Jun 2015 13:17:16 -  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/dev-java/commons-httpclient/commons-httpclient-3.1-r1.ebuild,v
 1.4 2015/06/29 13:16:06 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/commons-httpclient/commons-httpclient-3.1-r1.ebuild,v
 1.5 2015/06/29 13:17:16 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 SRC_URI="mirror://apache/httpcomponents/${PN}/source/${P}-src.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="3"
-KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x86-macos"
+KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x86-macos"
 IUSE=""
 
 # doesn't work with IBM JDK, bug #176133



1.70 dev-java/commons-httpclient/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-httpclient/ChangeLog?rev=1.70&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-httpclient/ChangeLog?rev=1.70&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-httpclient/ChangeLog?r1=1.69&r2=1.70

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   29 Jun 2015 13:16:06 -  1.69
+++ ChangeLog   29 Jun 2015 13:17:16 -  1.70
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/commons-httpclient
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/ChangeLog,v 
1.69 2015/06/29 13:16:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/ChangeLog,v 
1.70 2015/06/29 13:17:16 ago Exp $
+
+  29 Jun 2015; Agostino Sarubbo 
+  commons-httpclient-3.1-r1.ebuild:
+  Stable for ppc64, wrt bug #442292
 
   29 Jun 2015; Agostino Sarubbo 
   commons-httpclient-3.1-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-java/commons-httpclient: commons-httpclient-3.1-r1.ebuild ChangeLog

2015-06-29 Thread Agostino Sarubbo (ago)
ago 15/06/29 13:16:06

  Modified: commons-httpclient-3.1-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #442292
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: 
--include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.4  
dev-java/commons-httpclient/commons-httpclient-3.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-httpclient/commons-httpclient-3.1-r1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-httpclient/commons-httpclient-3.1-r1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-httpclient/commons-httpclient-3.1-r1.ebuild?r1=1.3&r2=1.4

Index: commons-httpclient-3.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/commons-httpclient/commons-httpclient-3.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- commons-httpclient-3.1-r1.ebuild17 Jun 2015 07:31:49 -  1.3
+++ commons-httpclient-3.1-r1.ebuild29 Jun 2015 13:16:06 -  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-java/commons-httpclient/commons-httpclient-3.1-r1.ebuild,v
 1.3 2015/06/17 07:31:49 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/commons-httpclient/commons-httpclient-3.1-r1.ebuild,v
 1.4 2015/06/29 13:16:06 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 SRC_URI="mirror://apache/httpcomponents/${PN}/source/${P}-src.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="3"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x86-macos"
+KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x86-macos"
 IUSE=""
 
 # doesn't work with IBM JDK, bug #176133



1.69 dev-java/commons-httpclient/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-httpclient/ChangeLog?rev=1.69&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-httpclient/ChangeLog?rev=1.69&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/commons-httpclient/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   17 Jun 2015 07:31:49 -  1.68
+++ ChangeLog   29 Jun 2015 13:16:06 -  1.69
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/commons-httpclient
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/ChangeLog,v 
1.68 2015/06/17 07:31:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/ChangeLog,v 
1.69 2015/06/29 13:16:06 ago Exp $
+
+  29 Jun 2015; Agostino Sarubbo 
+  commons-httpclient-3.1-r1.ebuild:
+  Stable for ppc, wrt bug #442292
 
   17 Jun 2015; Agostino Sarubbo 
   commons-httpclient-3.1-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-java/excalibur-logger: ChangeLog Manifest excalibur-logger-2.1-r2.ebuild metadata.xml

2015-06-29 Thread Patrice Clement (monsieurp)
monsieurp15/06/29 12:44:14

  Removed:  ChangeLog Manifest excalibur-logger-2.1-r2.ebuild
metadata.xml
  Log:
  Complete dev-java/excalibur-logger removal. See bug 550326.



[gentoo-commits] gentoo-x86 commit in dev-python/ipython: ipython-3.2.0.ebuild ChangeLog

2015-06-29 Thread Justin Lecher (jlec)
jlec15/06/29 12:37:35

  Modified: ipython-3.2.0.ebuild ChangeLog
  Log:
  Fix sandbox violation
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.3  dev-python/ipython/ipython-3.2.0.ebuild

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

Index: ipython-3.2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-3.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ipython-3.2.0.ebuild28 Jun 2015 18:27:27 -  1.2
+++ ipython-3.2.0.ebuild29 Jun 2015 12:37: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/ipython/ipython-3.2.0.ebuild,v 
1.2 2015/06/28 18:27:27 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-3.2.0.ebuild,v 
1.3 2015/06/29 12:37:34 jlec Exp $
 
 EAPI=5
 
@@ -125,7 +125,7 @@
 python_install() {
distutils-r1_python_install
use notebook && \
-   ln -sf "${EPREFIX}/usr/share/mathjax" 
$(python_get_sitedir)/IPython/html/static/mathjax
+   ln -sf "${EPREFIX}/usr/share/mathjax" 
"${D}$(python_get_sitedir)/IPython/html/static/mathjax"
 
# Create ipythonX.Y symlinks.
# TODO:



1.182dev-python/ipython/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.182&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.182&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?r1=1.181&r2=1.182

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- ChangeLog   28 Jun 2015 18:27:27 -  1.181
+++ ChangeLog   29 Jun 2015 12:37:34 -  1.182
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/ipython
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.181 
2015/06/28 18:27:27 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.182 
2015/06/29 12:37:34 jlec Exp $
+
+  29 Jun 2015; Justin Lecher  ipython-3.2.0.ebuild:
+  Fix sandbox violation
 
   28 Jun 2015; Justin Lecher  ipython-3.2.0.ebuild:
   Prevent double PREFIX on PREFIX, bug #553344






[gentoo-commits] gentoo-x86 commit in dev-java/fop: fop-2.0.ebuild ChangeLog

2015-06-29 Thread Patrice Clement (monsieurp)
monsieurp15/06/29 12:33:34

  Modified: fop-2.0.ebuild ChangeLog
  Log:
  Set JAVA_ANT_ENCODING to ISO-8859-1. Fix bug 553494.
  
  Signed-off-by: Patrice Clement 
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.9  dev-java/fop/fop-2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/fop-2.0.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/fop-2.0.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/fop-2.0.ebuild?r1=1.8&r2=1.9

Index: fop-2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/fop/fop-2.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- fop-2.0.ebuild  28 Jun 2015 15:01:28 -  1.8
+++ fop-2.0.ebuild  29 Jun 2015 12:33:34 -  1.9
@@ -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-java/fop/fop-2.0.ebuild,v 1.8 
2015/06/28 15:01:28 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/fop/fop-2.0.ebuild,v 1.9 
2015/06/29 12:33:34 monsieurp Exp $
 
 # TODO: if 'doc' use flag is used then should build also extra docs ('docs' 
ant target), currently it cannot
 #   be built as it needs forrest which we do not have
@@ -23,7 +23,7 @@
 
 MY_P="${PN}-${SLOT}"
 
-# Doesn't work with java.awt.headless, requires Mockito.
+# Tests are broken even in 2.0
 RESTRICT="test"
 
 CDEPEND="
@@ -36,13 +36,13 @@
dev-java/avalon-framework:4.2
dev-java/xmlgraphics-commons:2
dev-java/xml-commons-external:1.3
+   dev-java/qdox:1.12
jai? ( dev-java/sun-jai-bin:0 )"
 
 RDEPEND=">=virtual/jre-1.6
${CDEPEND}"
 
 DEPEND=">=virtual/jdk-1.6
-   dev-java/qdox:1.12
hyphenation? ( dev-java/offo-hyphenation:0 )
app-arch/unzip
${CDEPEND}
@@ -57,6 +57,7 @@
find "${S}" -name '*.jar' -print -delete || die
 }
 
+JAVA_ANT_ENCODING="ISO-8859-1"
 JAVA_ANT_REWRITE_CLASSPATH="true"
 EANT_DOC_TARGET="javadocs"
 EANT_BUILD_TARGET="package"
@@ -105,10 +106,10 @@
 }
 
 src_install() {
-   java-pkg_dojar build/fop.jar build/fop-sandbox.jar
+   java-pkg_dojar build/${PN} build/${PN}-sandbox.jar
 
if use hyphenation; then
-   java-pkg_dojar build/fop-hyph.jar
+   java-pkg_dojar build/${PN}-hyph.jar
insinto /usr/share/${MY_P}/
doins -r hyph
fi



1.82 dev-java/fop/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/ChangeLog?rev=1.82&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/ChangeLog?rev=1.82&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/ChangeLog?r1=1.81&r2=1.82

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/fop/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog   28 Jun 2015 15:01:28 -  1.81
+++ ChangeLog   29 Jun 2015 12:33:34 -  1.82
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/fop
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/fop/ChangeLog,v 1.81 2015/06/28 
15:01:28 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/fop/ChangeLog,v 1.82 2015/06/29 
12:33:34 monsieurp Exp $
+
+  29 Jun 2015; Patrice Clement  fop-2.0.ebuild:
+  Set JAVA_ANT_ENCODING to ISO-8859-1. Fix bug 553494.
 
   28 Jun 2015; Patrice Clement  fop-2.0.ebuild:
   Stable for ppc+ppc64 with ALLARCHES.






[gentoo-commits] gentoo-x86 commit in sys-devel/llvm: ChangeLog llvm-3.5.2.ebuild

2015-06-29 Thread Bernard Cafarelli (voyageur)
voyageur15/06/29 11:58:05

  Modified: ChangeLog llvm-3.5.2.ebuild
  Log:
  Fix compilation with gcc 5.1, bug #550716 (3.6 and later include the fix)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.255sys-devel/llvm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.255&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.255&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.254&r2=1.255

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -r1.254 -r1.255
--- ChangeLog   18 Jun 2015 12:40:13 -  1.254
+++ ChangeLog   29 Jun 2015 11:58:05 -  1.255
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/llvm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.254 2015/06/18 
12:40:13 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.255 2015/06/29 
11:58:05 voyageur Exp $
+
+  29 Jun 2015; Bernard Cafarelli  llvm-3.5.2.ebuild,
+  +files/llvm-3.5.2-gcc-5.1.patch:
+  Fix compilation with gcc 5.1, bug #550716 (3.6 and later include the fix)
 
   18 Jun 2015; Bernard Cafarelli  llvm-2.8-r2.ebuild,
   llvm-2.9-r2.ebuild, metadata.xml:



1.5  sys-devel/llvm/llvm-3.5.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild?r1=1.4&r2=1.5

Index: llvm-3.5.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- llvm-3.5.2.ebuild   31 May 2015 14:38:44 -  1.4
+++ llvm-3.5.2.ebuild   29 Jun 2015 11:58:05 -  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/sys-devel/llvm/llvm-3.5.2.ebuild,v 1.4 
2015/05/31 14:38:44 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild,v 1.5 
2015/06/29 11:58:05 voyageur Exp $
 
 EAPI=5
 
@@ -147,6 +147,7 @@
epatch "${FILESDIR}"/${PN}-3.2-nodoctargz.patch
epatch "${FILESDIR}"/${PN}-3.5-gcc-4.9.patch
epatch "${FILESDIR}"/${PN}-3.5-gentoo-install.patch
+   epatch "${FILESDIR}"/${P}-gcc-5.1.patch
# Make ocaml warnings non-fatal, bug #537308
sed -e "/RUN/s/-warn-error A//" -i test/Bindings/Ocaml/*ml  || die
 






[gentoo-commits] gentoo-x86 commit in sys-devel/llvm/files: llvm-3.5.2-gcc-5.1.patch

2015-06-29 Thread Bernard Cafarelli (voyageur)
voyageur15/06/29 11:58:05

  Added:llvm-3.5.2-gcc-5.1.patch
  Log:
  Fix compilation with gcc 5.1, bug #550716 (3.6 and later include the fix)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.1  sys-devel/llvm/files/llvm-3.5.2-gcc-5.1.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/files/llvm-3.5.2-gcc-5.1.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/files/llvm-3.5.2-gcc-5.1.patch?rev=1.1&content-type=text/plain

Index: llvm-3.5.2-gcc-5.1.patch
===
Index: include/llvm/ADT/IntrusiveRefCntPtr.h
===
--- include/llvm/ADT/IntrusiveRefCntPtr.h   (revision 218294)
+++ include/llvm/ADT/IntrusiveRefCntPtr.h   (revision 218295)
@@ -197,6 +197,9 @@
   private:
 void retain() { if (Obj) IntrusiveRefCntPtrInfo::retain(Obj); }
 void release() { if (Obj) IntrusiveRefCntPtrInfo::release(Obj); }
+
+template 
+friend class IntrusiveRefCntPtr;
   };
 
   template






  1   2   >