[gentoo-commits] repo/gentoo:master commit in: sci-physics/meep/

2016-11-13 Thread David Seifert
commit: 8f04b33755b436367a370ed44341e054af887ac8
Author: Gerhard Bräunlich  gmx  net>
AuthorDate: Sat Nov 12 15:18:25 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Nov 14 07:24:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f04b337

sci-physics/meep: Removing EAPI 4 versions 1.1.1 and 1.2-r1

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2827

Signed-off-by: David Seifert  gentoo.org>

 sci-physics/meep/Manifest   |  2 --
 sci-physics/meep/meep-1.1.1.ebuild  | 46 -
 sci-physics/meep/meep-1.2-r1.ebuild | 59 -
 3 files changed, 107 deletions(-)

diff --git a/sci-physics/meep/Manifest b/sci-physics/meep/Manifest
index 45eac32..5badd1a 100644
--- a/sci-physics/meep/Manifest
+++ b/sci-physics/meep/Manifest
@@ -1,3 +1 @@
-DIST meep-1.1.1.tar.gz 751244 SHA256 
7a97bda1f9ea2ec6eed5c45bd97bcd6ddbd54bdfc181f46c696dffc169f2 SHA512 
cc081b7c63dc4ecda600dd5f55b3833f25fcfd1c1fded0af3a9bbd0471e36f0e54045a78ea52c99ca8aa3beccbe8e6e8afccbbadf869cd5b926a765b0c32618a
 WHIRLPOOL 
2a894c63cb5bf4e907cc3da90ac3c5ff53f181b1e2d9695876806b3b67cb0da5fbc239033ffc33f84d1510bb5851910b33ead9b49dc769ce39e6fd420d990f78
-DIST meep-1.2.tar.gz 807522 SHA256 
2734737b8053a45942bc1a50933d63b6fd18c7dc3cf33e92e0815ece93138942 SHA512 
f7b25183491881d59653ba5bc727a2b4f5deb126d515ff7ed5df7a1f9d31a5161b720348e65f45b9c76004be44714c606c4b8063f855b5cc97ff7757bd5a5656
 WHIRLPOOL 
54940326d8f304a57c2dd69c411ef394f44cd2c57367f16a4a0dd6d3fa6df0ee01e0b0081048b4ec3fd8eff404e76507d6dea5db1b9b975096a40d34d1595080
 DIST meep-1.3.tar.gz 740890 SHA256 
564c1ff1b413a3487cf81048a45deabfdac4243a1a37ce743f4fcf0c055fd438 SHA512 
4ad8d68f27d9971fe6dd4b8440f78d5b141fe747a80c50da55ecbc56a5beb0c2d31441fb46b54cac3c62d4cb34cb1ce6819c06bd2c54bc35f129ba683dc84aea
 WHIRLPOOL 
cc7a5ae88a7c3ccaabd47472ce706465b38d35598288c7d35c237d34ce691d021a5f1ab3c6fe754a0f039ed9cb0ea04cfe883555c2377f7ee2e34f2ab8424944

diff --git a/sci-physics/meep/meep-1.1.1.ebuild 
b/sci-physics/meep/meep-1.1.1.ebuild
deleted file mode 100644
index 4edfc1f..
--- a/sci-physics/meep/meep-1.1.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-inherit eutils
-
-DESCRIPTION="Simulation software to model electromagnetic systems"
-HOMEPAGE="http://ab-initio.mit.edu/meep/;
-SRC_URI="http://ab-initio.mit.edu/meep/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="examples hdf5 guile mpi"
-
-DEPEND="sci-libs/fftw
-   sci-libs/gsl
-   sci-physics/harminv
-   guile? ( >=sci-libs/libctl-3.0.3 )
-   hdf5? ( sci-libs/hdf5 )
-   mpi? ( virtual/mpi )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   econf \
-   --enable-shared \
-   $(use_with mpi) \
-   $(use_with hdf5) \
-   $(use_with guile libctl)
-}
-
-src_test() {
-   # bug #423247
-   emake pml -C tests CXXFLAGS=-O0 || die
-   emake check || die
-}
-
-src_install() {
-   emake install DESTDIR="${D}" || die "emake install failed"
-   dodoc AUTHORS NEWS README TODO
-   insinto /usr/share/doc/${PF}
-   if use examples; then
-   doins -r examples || die "install examples failed"
-   fi
-}

diff --git a/sci-physics/meep/meep-1.2-r1.ebuild 
b/sci-physics/meep/meep-1.2-r1.ebuild
deleted file mode 100644
index bf58ad6..
--- a/sci-physics/meep/meep-1.2-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils
-
-DESCRIPTION="Simulation software to model electromagnetic systems"
-HOMEPAGE="http://ab-initio.mit.edu/meep/;
-SRC_URI="http://ab-initio.mit.edu/meep/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples hdf5 guile mpi"
-
-RDEPEND="
-   sci-libs/fftw
-   sci-libs/gsl
-   sci-physics/harminv
-   guile? ( >=sci-libs/libctl-3.2 )
-   hdf5? ( sci-libs/hdf5 )
-   mpi? ( virtual/mpi )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-pc-no-ldflags.patch
-   "${FILESDIR}"/${P}-no-auto-mpb.patch
-)
-
-src_configure() {
-   local myeconfargs=(
-   --disable-mpb
-   $(use_with mpi)
-   $(use_with hdf5)
-   $(use_with guile libctl)
-   )
-   autotools-utils_src_configure
-}
-
-src_test() {
-   # pml test buggy with optimization on
-   # 
http://thread.gmane.org/gmane.comp.science.electromagnetism.meep.general/4579
-   pushd ${AUTOTOOLS_BUILD_DIR} > /dev/null
-   emake -C tests pml CXXFLAGS="-O0"
-   emake check
-   popd > /dev/null
-}
-
-src_install() {
-   autotools-utils_src_install
-   

[gentoo-commits] repo/gentoo:master commit in: sci-physics/heppdt/

2016-11-13 Thread David Seifert
commit: 0d13a852787db232a3699632b3f6d4004a1c1738
Author: Gerhard Bräunlich  gmx  net>
AuthorDate: Sat Nov 12 15:32:14 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Nov 14 07:24:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d13a852

sci-physics/heppdt-3.04.01-r1: EAPI bump 4 -> 6

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2824

Signed-off-by: David Seifert  gentoo.org>

 sci-physics/heppdt/heppdt-3.04.01-r1.ebuild | 58 +
 1 file changed, 58 insertions(+)

diff --git a/sci-physics/heppdt/heppdt-3.04.01-r1.ebuild 
b/sci-physics/heppdt/heppdt-3.04.01-r1.ebuild
new file mode 100644
index ..6680c23
--- /dev/null
+++ b/sci-physics/heppdt/heppdt-3.04.01-r1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+MY_P=HepPDT-${PV}
+
+DESCRIPTION="Data about each particle from the Review of Particle Properties"
+HOMEPAGE="http://lcgapp.cern.ch/project/simu/HepPDT/;
+SRC_URI="${HOMEPAGE}/download/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc examples static-libs"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   # respect user flags
+   sed -i \
+   -e '/AC_SUBST(AM_CXXFLAGS)/d' \
+   configure.ac || die
+   # directories
+   sed -i \
+   -e 's:$(prefix)/data:$(datadir)/${PN}:g' \
+   data/Makefile.am || die
+   eautoreconf
+}
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_test() {
+   LD_LIBRARY_PATH="${S}/src/HepPDT:${S}/src/HepPID" \
+   emake check MY_LD=-L SHEXT=so
+}
+
+src_install() {
+   default
+
+   if use doc; then
+   mv "${ED%/}"/usr/doc/* "${ED%/}"/usr/share/doc/${PF}/ || die
+   fi
+   if use examples; then
+   mv "${ED%/}"/usr/examples "${ED%/}"/usr/share/doc/${PF}/ || die
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   rm -rf "${ED%/}"/usr/{doc,examples} || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-physics/looptools/files/, sci-physics/looptools/

2016-11-13 Thread David Seifert
commit: dcef4c9ac95616893d7ab32257b69f4dfc1a95d4
Author: Gerhard Bräunlich  gmx  net>
AuthorDate: Sun Nov 13 01:10:19 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Nov 14 07:24:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcef4c9a

sci-physics/looptools: Version bump to 2.13

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2825

Signed-off-by: David Seifert  gentoo.org>

 sci-physics/looptools/Manifest |  1 +
 .../looptools/files/looptools-2.10-makefile.patch  |  8 ++---
 sci-physics/looptools/looptools-2.13.ebuild| 42 ++
 3 files changed, 47 insertions(+), 4 deletions(-)

diff --git a/sci-physics/looptools/Manifest b/sci-physics/looptools/Manifest
index 5a941a5..d08a270 100644
--- a/sci-physics/looptools/Manifest
+++ b/sci-physics/looptools/Manifest
@@ -1,2 +1,3 @@
 DIST LoopTools-2.12.tar.gz 545153 SHA256 
df04d944de15ec73665edaf76f655d1db797cbc02b54baa7664ac761ecfa2f70 SHA512 
70726493bd138fb80b85a46955fbe28b7f1432d9b67a100fe3ff74c2fa22232a07e461a6742745b0ead81793bb64b81cc4265d09b91fa048e7bdd32cf6956b27
 WHIRLPOOL 
af3abaf31a4a868e0f65bdb0b21405c413c470063e4c8130e31b2a9e05a4f0e65e323e3cdf0b4277e48e84d767288852e984d486468abab3aaa664f66879
+DIST LoopTools-2.13.tar.gz 549005 SHA256 
b609720e8ab68d4f4e0c01c19ab5915fe593362ddbcdd68260c780ef475e SHA512 
eadde36d8bf340061f5b50c9928bce055ef098d0cee11abe9a834c158a7758b09f4290dddbba922a41b0281fbdaecc80ba877cb6968b0448f3487324e220ec62
 WHIRLPOOL 
360aedd396f7a888253ca6375b34bac26faf711998a8e881e9cab9b617a3126ee1a7ce6ee2168d947cf69bd2850a387276f503a7ae0271217e66d71c3f2e5d42
 DIST LoopTools-2.8.tar.gz 546810 SHA256 
2395518d0eac9b0883a2c249b9a5ba80df443929c520c45e60f5a4284166eb42 SHA512 
32211669fd092d2d5bb38e26a6471a95df0647d9e7ea0cc4e99ff4fd7c3e3fee107f6432ed9075e3102224f0041fac6f7075b1f0a91f7744ec3890b4b36d276e
 WHIRLPOOL 
c8dff8030d7ea1bfc6b65bef3370c5acfec69fa73f223a63b7424163b81a3bdf788eb3ffecd07e9bf61a31a63138b1fd126b6442a298c8fad1f4b04b69663a47

diff --git a/sci-physics/looptools/files/looptools-2.10-makefile.patch 
b/sci-physics/looptools/files/looptools-2.10-makefile.patch
index 8758244..bf0df2e 100644
--- a/sci-physics/looptools/files/looptools-2.10-makefile.patch
+++ b/sci-physics/looptools/files/looptools-2.10-makefile.patch
@@ -1,5 +1,5 @@
 makefile.in
-+++ makefile.in
+--- a/makefile.in
 b/makefile.in
 @@ -1,14 +1,17 @@
  BLD = build$(QUADSUFFIX)
  
@@ -68,8 +68,8 @@
  
  force: $(BLD)/timestamp
  
 src/makefile
-+++ src/makefile
+--- a/src/makefile
 b/src/makefile
 @@ -1,6 +1,6 @@
 -default: frontend mma$(ML)
 +default: frontend mma$(ML) solib

diff --git a/sci-physics/looptools/looptools-2.13.ebuild 
b/sci-physics/looptools/looptools-2.13.ebuild
new file mode 100644
index ..cb9d60c
--- /dev/null
+++ b/sci-physics/looptools/looptools-2.13.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit fortran-2
+
+MY_P=LoopTools-${PV}
+
+DESCRIPTION="Tools for evaluation of scalar and tensor one-loop integrals"
+HOMEPAGE="http://www.feynarts.de/looptools;
+SRC_URI="http://www.feynarts.de/looptools/${MY_P}.tar.gz;
+
+LICENSE="LGPL-3"
+
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc static-libs"
+
+PATCHES=( "${FILESDIR}"/${PN}-2.10-makefile.patch )
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+
+   export VER="${PV}"
+   # necessary fix for prefix
+   sed -i "s/lib\$(LIBDIRSUFFIX)/$(get_libdir)/" makefile.in || die
+}
+
+src_install() {
+   default
+
+   # another one of these package building archive with pic
+   # no: ooptools is not a typo
+   if ! use static-libs; then
+   rm "${ED%/}"/usr/$(get_libdir)/libooptools.a || die
+   fi
+   use doc && dodoc manual/*.pdf
+}



[gentoo-commits] repo/gentoo:master commit in: sci-physics/heppdt/

2016-11-13 Thread David Seifert
commit: f4835618de5db043b87f72c24cb306a8781a9c33
Author: Gerhard Bräunlich  gmx  net>
AuthorDate: Sat Nov 12 15:32:46 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Nov 14 07:24:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4835618

sci-physics/heppdt: Removing EAPI 4 version 3.04.01

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2824

Signed-off-by: David Seifert  gentoo.org>

 sci-physics/heppdt/heppdt-3.04.01.ebuild | 50 
 1 file changed, 50 deletions(-)

diff --git a/sci-physics/heppdt/heppdt-3.04.01.ebuild 
b/sci-physics/heppdt/heppdt-3.04.01.ebuild
deleted file mode 100644
index e2f5d2b..
--- a/sci-physics/heppdt/heppdt-3.04.01.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit autotools
-
-MYP=HepPDT-${PV}
-
-DESCRIPTION="Data about each particle from the Review of Particle Properties"
-HOMEPAGE="http://lcgapp.cern.ch/project/simu/HepPDT/;
-SRC_URI="${HOMEPAGE}/download/${MYP}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples static-libs"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MYP}"
-
-src_prepare() {
-   # respect user flags
-   sed -i \
-   -e '/AC_SUBST(AM_CXXFLAGS)/d' \
-   configure.ac || die
-   # directories
-   sed -i \
-   -e 's:$(prefix)/data:$(datadir)/${PN}:g' \
-   data/Makefile.am || die
-   eautoreconf
-}
-
-src_configure() {
-   econf $(use_enable static-libs static)
-}
-
-src_test() {
-   LD_LIBRARY_PATH="${S}/src/HepPDT:${S}/src/HepPID" \
-   emake check MY_LD=-L SHEXT=so
-}
-
-src_install() {
-   default
-   use doc && mv "${ED}"usr/doc/* "${ED}"usr/share/doc/${PF}/
-   use examples && mv "${ED}"usr/examples "${ED}"usr/share/doc/${PF}/
-   rm -r "${ED}"usr/{doc,examples}
-}



[gentoo-commits] proj/java:master commit in: dev-java/icedtea/

2016-11-13 Thread Andrew John Hughes
commit: c6163aa79dd72750abb96aef85bc2e428f30feba
Author: Andrew John Hughes  member  fsf  org>
AuthorDate: Mon Nov 14 07:10:30 2016 +
Commit: Andrew John Hughes  member  fsf  org>
CommitDate: Mon Nov 14 07:10:30 2016 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=c6163aa7

dev-java/icedtea: IcedTea 2.6.8 released (http://bitly.com/it20608)

Package-Manager: portage-2.2.27

 dev-java/icedtea/ChangeLog  |  6 ++
 dev-java/icedtea/Manifest   | 16 
 .../{icedtea-7.2.6.7.ebuild => icedtea-7.2.6.8.ebuild}  | 17 -
 3 files changed, 22 insertions(+), 17 deletions(-)

diff --git a/dev-java/icedtea/ChangeLog b/dev-java/icedtea/ChangeLog
index 8fba9c5..13c6e63 100644
--- a/dev-java/icedtea/ChangeLog
+++ b/dev-java/icedtea/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*icedtea-7.2.6.8 (14 Nov 2016)
+
+  14 Nov 2016; Andrew John Hughes 
+  +icedtea-7.2.6.8.ebuild, -icedtea-7.2.6.7.ebuild:
+  dev-java/icedtea: IcedTea 2.6.8 released (http://bitly.com/it20608)
+
 *icedtea-3.2.0 (09 Nov 2016)
 *icedtea-3.3.0_pre00 (09 Nov 2016)
 

diff --git a/dev-java/icedtea/Manifest b/dev-java/icedtea/Manifest
index 0cb1b03..d88b4d6 100644
--- a/dev-java/icedtea/Manifest
+++ b/dev-java/icedtea/Manifest
@@ -1,11 +1,11 @@
-DIST icedtea-2.6-corba-e5578d3bc593.tar.bz2 1072909 SHA256 
0049439ea08f8391c0dae464ceb249f0af9d8e70c68142a734ceb25fa145e764 SHA512 
735553ba107df875b61bea38735309ddd1d99cdce989826eaae3587efb10b2a99a3ec1bd749574d17bf502dd7cdcb12436a1a7d608fa1b44b8bbb79b603d8dfc
 WHIRLPOOL 
441d51e2f1e3114b3a06dda7c9545b08e1d9b2e38cc431acfe67a2111e261a69fd0a993322acfff82d48882154e9c5ced62ac444609e383c142270df661bdcee
-DIST icedtea-2.6-hotspot-75297b84957e.tar.bz2 8187345 SHA256 
0412594f4dabd77a759957bba038aedf277dee87d06153505fb63919c0cb6a5c SHA512 
9dc53d5f9bff967dffb994779621464540b94239a209d75482a6529d4b284bf40469ca180ada1a20cdede894d5b5d1297946db5d7ba5fc7d875c33b2d3559a02
 WHIRLPOOL 
94c88990aa9cc720781a6e141e3816c00d381dbbc0acb780b3496800b492c4e8d37f58b683ca02cf8b357d1d1185f9bf3acec4f8d64ac9b575b5e434ec656313
-DIST icedtea-2.6-jaxp-b643540c673d.tar.bz2 2734041 SHA256 
9fbd60855406879b898843d7eeac2a5df64b0ccdeb927c615c5be648b8fac70b SHA512 
2483561e7ad0f6e201740689dffc097419d53640d394883026ec216b7ecacafb5f1952b12e5229fd5a6cd9174388fb45105bebcf80cefd7feb592b33e2f65b24
 WHIRLPOOL 
9e9982fbb16b5b490047569969cc757a8bec77480358254a2a9e44d4049adea11ba975cc5a63021c84ead4f8091c1cdb578c29a9915e7c4770d27aed192363f9
-DIST icedtea-2.6-jaxws-4a99f4eac257.tar.bz2 2021978 SHA256 
c9fcc1553bbb4fe1dd5ae4616b6a1f52f42c2bb990fd1cbdafeac43bfd6b30f7 SHA512 
e9c65a65dc61bdbc56bf7f0ff7945abfdff95551c0484fb031a29a540a692f11309916c76f2d8717f88a3d93fc59f6a97aa21d24231668f6d49c3afbc403bad1
 WHIRLPOOL 
e78095f6cff39e66d01a6d37093cc5891f8785c2d5a80693d9dc4ff2bf4eba23697082cb3124e9767864ec4e341d3caab0d488583f319e40a3fc3b69d2bc636a
-DIST icedtea-2.6-jdk-8b6b930489cb.tar.bz2 32719530 SHA256 
e93cd330b2346bc6145bb76a141233aa1cc083eb25bbc82819632e1581290d81 SHA512 
ac07270f88f6b1359224d665ad8e0c44d3a50fec186e9ee5291885d5574f0c77d3c2660583d2b09b21945213ace25dcdb45f72e2738794721901c22d740ca110
 WHIRLPOOL 
2b46907839088f32e1f2938ad730998010b0514adf5e5564b0eb756ee3a02e7f7f93c155a4ac72c17f6fee77ccecccbfdd2769b48ced2ac130da0ea150215f7e
-DIST icedtea-2.6-langtools-ca9d8b242a10.tar.bz2 1706461 SHA256 
13e700318ed4a00bc85890525a1fe16b7ff4798ad9e49acdf730b6dfe1a6b4e4 SHA512 
d26044cbd0104d27449c84bc24a687809c67a48926a23de5e155600f456a0a35514571304b38b63017d81d1c61991908e1d10cb60616dc16f9ba4635f3adad4c
 WHIRLPOOL 
f63867b325d29382e69f2969eba7d102038fa4d1457b112832bca087867577c27fd8f6c9d51ca5d2302f98ea6899f41e8f7e03510d648d5e2a9e93bf58711330
-DIST icedtea-2.6-openjdk-6aafb6fe0a1e.tar.bz2 130221 SHA256 
5cacafbe543ad4b9179ab1cbfdb7d9baf8aa04d954510b9e7baf0bfef7db6878 SHA512 
819acf776e423bb5bcb8682967ac0fb3fcc37da4ada618d5da186d052d6958611f537799c7cec0ceb57fbf677727840dbf8cd569d9f2226693c6551586de2ae4
 WHIRLPOOL 
c3ca72d11b095bcf51127bf88ab439879604045bbfc316b24290d8580c2c5f27d225898961b65203c5c79598d6e6c43f173c8de7473f64aea75dd06ffe296801
-DIST icedtea-2.6.7.tar.xz 2085824 SHA256 
d0922d6ecffca8e246a0b60db6e1d0c5ff924a8d5a86362991e2d4269d0a9ee4 SHA512 
85b6bf9e72e200ae9f26b4b2e8a35af6907fdb85463073cf08fc4394d9364586c3eb1042ba83a39e13e6924aac28d3f6ad5dee906b49a5b1338f20f34a63abc1
 WHIRLPOOL 
087dfe9dc1815e91d1eb9c697845e09f36fb3081371534b9a15d37aa93a3a2dc00506caeb7202f64d04fc7f103a7965a21ad159040862c2666d450ccb0982626
+DIST icedtea-2.6-corba-9e002eaf26ed.tar.bz2 1072838 SHA256 
2f728daac0ca88e7097a223f8c1ceaff8b4597e4622c5e365931edb25aa04538 SHA512 
b306a562b999c7e221c2535d5ef575f835a0e1fbbc6fab331cfa3ae016c048d6d7f822786a270e61958c9590395ae360af0f8069beaa123c00be1592487c37dd
 WHIRLPOOL 

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/samuel/

2016-11-13 Thread Hans de Graaff
commit: 0a44399eeccaf125ddfafdd2671b2eb6a22a80e8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Nov 14 06:28:19 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Nov 14 06:28:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a44399e

dev-ruby/samuel: cleanup

Package-Manager: portage-2.3.0

 dev-ruby/samuel/samuel-0.3.3-r1.ebuild | 44 --
 1 file changed, 44 deletions(-)

diff --git a/dev-ruby/samuel/samuel-0.3.3-r1.ebuild 
b/dev-ruby/samuel/samuel-0.3.3-r1.ebuild
deleted file mode 100644
index c53d3cc..
--- a/dev-ruby/samuel/samuel-0.3.3-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby20"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="An automatic logger for HTTP requests in Ruby"
-HOMEPAGE="https://github.com/chrisk/samuel;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE=""
-
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/shoulda-2.11.3
-   >=dev-ruby/fakeweb-1.3
-   >=dev-ruby/httpclient-2.2.3
-   dev-ruby/mocha:0.13
-   dev-ruby/test-unit:2
-   )"
-
-all_ruby_prepare() {
-   # Remove references to bundler
-   sed -i -e '/[Bb]undler/d' test/test_helper.rb || die
-   rm Gemfile*
-
-   # Change the default port from 8000 to 64888 to sidestep Issue #10.
-   # https://github.com/chrisk/samuel/issues/10
-   sed -i -e 's:8000:64888:g' test/*.rb || die
-
-   # Require an old enough version of mocha.
-   sed -i -e '1igem "mocha", "~> 0.13.0"' test/test_helper.rb || die
-
-   # Use the test-unit gem to make jruby compatible with newer mocha.
-   sed -i -e '1igem "test-unit"' test/test_helper.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/msgpack/

2016-11-13 Thread Hans de Graaff
commit: 818152309e4c2f4b2a3091fe100324d35b4aaa3e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Nov 14 06:25:00 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Nov 14 06:25:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81815230

dev-ruby/msgpack: add 1.0.2

Package-Manager: portage-2.3.0

 dev-ruby/msgpack/Manifest |  1 +
 dev-ruby/msgpack/msgpack-1.0.2.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/dev-ruby/msgpack/Manifest b/dev-ruby/msgpack/Manifest
index 409316c..3d789c6 100644
--- a/dev-ruby/msgpack/Manifest
+++ b/dev-ruby/msgpack/Manifest
@@ -3,3 +3,4 @@ DIST msgpack-0.7.5.gem 74752 SHA256 
ccb200af9a4fafad22af4c23617a7d41c955d8de6973
 DIST msgpack-0.7.6.gem 74752 SHA256 
8537beb868cc6e742488c54928961cd79694fa0ef5d10772dd3e3eaf62ccc2ba SHA512 
9d30533175118c08f671015a99664e4798c845f63595495933b42f0fa95c160a6708e472da70baeb64537a704dd4768cdc9ab99a19045daabd92555b21f4e389
 WHIRLPOOL 
879e5b6b3fc6cd82d28cce5c4f91621437b2cfc34caf21bdbad5d1bf48d8f7719c97b7b1f96e5648ddc77cee679911c58711a8804dc30765f1ae3ff7f8e32f94
 DIST msgpack-1.0.0.gem 76800 SHA256 
14a6f9fefc354f169ab016258677b25ae082cf8af9ff667166cc50679686f4bd SHA512 
e87c267a67cc8d89dcc499570bf3316a84643acfbd045ec7a66990b3388e9305c068b7d5c759d35e52c9acb1172794399d2df4a3db4b7685978f3488ff1c3eca
 WHIRLPOOL 
f22e1319ec8a0bce18f0197efe84e528ffba70771607e369c9571ef3355dc605a19ed70e0cbba372ea9fee8cfb81bb317207d3cf940435a46f8ecd24b99af1ac
 DIST msgpack-1.0.1.gem 77312 SHA256 
b6b2253658ebea78c3933a72b50463414e9cbcd29daf7ebf070a5d7c6bef195f SHA512 
6a8edde5ef049a5fc3304200424d263d1d67b2e4e3c49480c17b3377713beb7f6e83e43b8a7b1358bb511671b6a7f77650fd949e9c7c432b6fe4141a40628c32
 WHIRLPOOL 
f5e680c8064be6a492f7de46d967f0d491d0c50704413910fbe890d59f11fbc2bb8a8f35efdff25df3411def388e8adee9e77279eecd42812c829b657c6068b3
+DIST msgpack-1.0.2.gem 77312 SHA256 
8f9a01d2456276e37f29ceb8b5deaf541f98358db3f8bc96a617011992af62b9 SHA512 
e821c7057ee3497c833be522c4baa8133ae029ff582bd9892ab20b8981d26c757d6348e8ae9ea4288ef3d4fccc44c5d7304473a9e4c7475a78727811630ccfe9
 WHIRLPOOL 
68e6c41d7e07abca71096f27f37693beb0991b54483aa95a1d47589a028403739b08f68f9dad81d29f827f266af1e2d4b341c889079bad2f05ede1cea9701ebe

diff --git a/dev-ruby/msgpack/msgpack-1.0.2.ebuild 
b/dev-ruby/msgpack/msgpack-1.0.2.ebuild
new file mode 100644
index ..8f13d64
--- /dev/null
+++ b/dev-ruby/msgpack/msgpack-1.0.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+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="https://msgpack.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~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 || die
+
+   sed -i -e '/git ls-files/d' msgpack.gemspec || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/${PN} extconf.rb || die "Configuration of extension 
failed."
+
+   # rb_num2int is not inlined on 32 bit arches but also not explicitly
+   # defined, bug 582968
+   sed -i -e 's:-Wl,--no-undefined::' ext/${PN}/Makefile || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext/${PN}
+   cp ext/${PN}/msgpack$(get_modname) lib/${PN} || die "Unable to install 
msgpack library."
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/fakeweb/

2016-11-13 Thread Hans de Graaff
commit: c38ad61b5abe67df32d547ff3b18d88313357449
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Nov 14 06:29:01 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Nov 14 06:29:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38ad61b

dev-ruby/fakeweb: cleanup

Package-Manager: portage-2.3.0

 dev-ruby/fakeweb/fakeweb-1.3.0-r1.ebuild | 53 
 1 file changed, 53 deletions(-)

diff --git a/dev-ruby/fakeweb/fakeweb-1.3.0-r1.ebuild 
b/dev-ruby/fakeweb/fakeweb-1.3.0-r1.ebuild
deleted file mode 100644
index 77cea55..
--- a/dev-ruby/fakeweb/fakeweb-1.3.0-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby20"
-
-RUBY_FAKEGEM_DOCDIR="html"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Helper for faking web requests in Ruby"
-HOMEPAGE="https://github.com/chrisk/fakeweb;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/mocha:0.13
-   dev-ruby/test-unit
-   dev-ruby/samuel
-   dev-ruby/right_http_connection
-   )"
-
-all_ruby_prepare() {
-   # The package bundles samuel and right_http_connection, remove
-   # them and use the packages instead.
-   rm -r test/vendor || die "failed to remove bundled gems"
-
-   # We don't package sdoc and we don't have the direct template.
-   sed -i -e 's/sdoc/rdoc/' -e '/template/d' Rakefile || die
-
-   # Require an old enough version of mocha
-   sed -i -e '1igem "mocha", "~> 0.13.0"' test/test_helper.rb || die
-
-   # Use the test-unit gem to make jruby compatible with newer mocha.
-   sed -i -e '1igem "test-unit"' test/test_helper.rb || die
-}
-
-each_ruby_prepare() {
-   case ${RUBY} in
-   *ruby2[01])
-   # Tests fail on mocking of TCPSocket, but fakeweb itself
-   # actually works as evidenced by the thor test suite.
-   rm test/test_fake_web_open_uri.rb 
test/test_allow_net_connect.rb test/test_fake_web.rb || die
-   ;;
-   esac
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/psych/

2016-11-13 Thread Hans de Graaff
commit: dee72b42d072bb2e2d6f6ac02a851b485090d63c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Nov 14 06:32:17 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Nov 14 06:32:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dee72b42

dev-ruby/psych: add 2.2.0

Package-Manager: portage-2.3.0

 dev-ruby/psych/Manifest   |  1 +
 dev-ruby/psych/psych-2.2.0.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/dev-ruby/psych/Manifest b/dev-ruby/psych/Manifest
index 057dc6f..9a1a389 100644
--- a/dev-ruby/psych/Manifest
+++ b/dev-ruby/psych/Manifest
@@ -1,3 +1,4 @@
 DIST psych-2.0.17.gem 128000 SHA256 
e85529ced4f91728a63c945f8bdf5206e71fc3192b9ac0e7ba251dbf0d398513 SHA512 
f82bb015986941193878c6223fee69930c4e643d2432057d83399dd1763834ea0116b360b23c371d1b050414f2a769bb6762d3e0dd6e891d1b94ebe260194452
 WHIRLPOOL 
2455312625d12110e0de5514f1b52d8a7c7c3855289115edd270b0f7804f9bcef6c9879b731bcad696e4c038a4aef0b046bd23a58f771cc4b51d41c96c537483
 DIST psych-2.1.0.gem 128512 SHA256 
92bf0d9bd47e4fafc74f6fad89e207f21348878c201ac36967ec587526d3dde9 SHA512 
767d33759f7536e2b1c87c85f0659856f37be2c5c9b48d07bd8b7c538b42a40527335df300ad1b53e5212f6020e156e9066b3babc2fde1b758e330fd53106c48
 WHIRLPOOL 
969f01c2658b880ac92295a158da2629f6b5cad988c1135d8dda88c822fe0a0d55f90c5682d394a6aea8b05cc3d575b59245e3c51a4767d8485862c801a88243
 DIST psych-2.1.1.tar.gz 132735 SHA256 
c98c173060042b9a4740e553d4cc8da01a688564c40bccdaef9859d698161cad SHA512 
d4e26004153dc66179194c83800b8d8a3d1230efe1ee16c6f9939d87365f6d3707d9988e95c513e4411661cfa704aef067df23cc44f9172b428a0575ea893f6b
 WHIRLPOOL 
06f072f563dec2a7249ed3d32254c61582f786f21a4b65f5bf01242f25a9a3534f6f069712204d22d3b540b87ded71a647ce2047f845de4a25dbfb322c38027e
+DIST psych-2.2.0.tar.gz 133402 SHA256 
97936452a7c246a3e1c813c3d0066504255da867a13978aea8f7e507988e4f19 SHA512 
b8abbb99d2ee3bd0213ddd410485a7b3ef80a1497535ce0a922211b0ac0baca501b83c2deb2e2cee3644c29a2f550b6199af104b9eaf5d822ae592563d0cd362
 WHIRLPOOL 
1f17eadab16cbcb9cb170b6ba5f405d539f2b911912dddbba74fc44f816b1256d1f04d5ee75909617fa9f87dd5f05a63f23bbf6439dc2b8d3bd1681a25f065cf

diff --git a/dev-ruby/psych/psych-2.2.0.ebuild 
b/dev-ruby/psych/psych-2.2.0.ebuild
new file mode 100644
index ..2726cf0
--- /dev/null
+++ b/dev-ruby/psych/psych-2.2.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="A libyaml wrapper for Ruby"
+HOMEPAGE="https://github.com/tenderlove/psych;
+SRC_URI="https://github.com/tenderlove/psych/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND+=" >=dev-libs/libyaml-0.1.7"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   sed -i -e '1igem "minitest", "~>5.0"' test/psych/helper.rb || die
+   sed -i -e '/s.files/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/${PN} extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext/${PN}
+   cp ext/${PN}/${PN}$(get_modname) lib/ || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:test/${PN}:. -e "Dir['test/psych/**/test_*.rb'].each 
{|f| require f}" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/msgpack/

2016-11-13 Thread Hans de Graaff
commit: 941d7d224a722fee99181b0323a14c0fe0f96de7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Nov 14 06:27:36 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Nov 14 06:27:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=941d7d22

dev-ruby/msgpack: cleanup

Package-Manager: portage-2.3.0

 dev-ruby/msgpack/Manifest |  3 ---
 dev-ruby/msgpack/msgpack-0.7.4.ebuild | 45 ---
 dev-ruby/msgpack/msgpack-0.7.5.ebuild | 41 ---
 dev-ruby/msgpack/msgpack-1.0.0.ebuild | 45 ---
 4 files changed, 134 deletions(-)

diff --git a/dev-ruby/msgpack/Manifest b/dev-ruby/msgpack/Manifest
index 3d789c6..2f891a6 100644
--- a/dev-ruby/msgpack/Manifest
+++ b/dev-ruby/msgpack/Manifest
@@ -1,6 +1,3 @@
-DIST msgpack-0.7.4.gem 74752 SHA256 
c4fa8f8d727877b3dc9f90dfe0fff0b012df5d49e6498c5a33a4ec03f9e2be72 SHA512 
4e78df4abe0f9c91a67f66108ee4e8420651d8d23a6ec7de9241138fd1065ce723ad68648c0bd4572801f800363e7f1f34362312d8f861857ffcdfc7accd950a
 WHIRLPOOL 
e08f686772af7e549e3997dfa382c8f94b97fe40ce1de3cb6fbfda01286d1e55bc80854c82869e0a0d54125a855e3761ede25225e9c8b69f5e732581bf23593e
-DIST msgpack-0.7.5.gem 74752 SHA256 
ccb200af9a4fafad22af4c23617a7d41c955d8de6973ee597ef27fb0bf7d0721 SHA512 
a726cee1552f0f09b3586ce0589354e5df48777ddb036eae04181bb9e8bfc2612a87bd3b0f87e4052631bc5a951a4d31449f6774c6353a0a51ecccb0647525e4
 WHIRLPOOL 
c5799ea7c1e26b6a24e48512ebe40f6759b6bc1654f6210e15e1f0ad983dc7b33ea2a7fb4656b5fb9bcf4d9f1b80dfb31e593307028c47430d78e403fc1461ce
 DIST msgpack-0.7.6.gem 74752 SHA256 
8537beb868cc6e742488c54928961cd79694fa0ef5d10772dd3e3eaf62ccc2ba SHA512 
9d30533175118c08f671015a99664e4798c845f63595495933b42f0fa95c160a6708e472da70baeb64537a704dd4768cdc9ab99a19045daabd92555b21f4e389
 WHIRLPOOL 
879e5b6b3fc6cd82d28cce5c4f91621437b2cfc34caf21bdbad5d1bf48d8f7719c97b7b1f96e5648ddc77cee679911c58711a8804dc30765f1ae3ff7f8e32f94
-DIST msgpack-1.0.0.gem 76800 SHA256 
14a6f9fefc354f169ab016258677b25ae082cf8af9ff667166cc50679686f4bd SHA512 
e87c267a67cc8d89dcc499570bf3316a84643acfbd045ec7a66990b3388e9305c068b7d5c759d35e52c9acb1172794399d2df4a3db4b7685978f3488ff1c3eca
 WHIRLPOOL 
f22e1319ec8a0bce18f0197efe84e528ffba70771607e369c9571ef3355dc605a19ed70e0cbba372ea9fee8cfb81bb317207d3cf940435a46f8ecd24b99af1ac
 DIST msgpack-1.0.1.gem 77312 SHA256 
b6b2253658ebea78c3933a72b50463414e9cbcd29daf7ebf070a5d7c6bef195f SHA512 
6a8edde5ef049a5fc3304200424d263d1d67b2e4e3c49480c17b3377713beb7f6e83e43b8a7b1358bb511671b6a7f77650fd949e9c7c432b6fe4141a40628c32
 WHIRLPOOL 
f5e680c8064be6a492f7de46d967f0d491d0c50704413910fbe890d59f11fbc2bb8a8f35efdff25df3411def388e8adee9e77279eecd42812c829b657c6068b3
 DIST msgpack-1.0.2.gem 77312 SHA256 
8f9a01d2456276e37f29ceb8b5deaf541f98358db3f8bc96a617011992af62b9 SHA512 
e821c7057ee3497c833be522c4baa8133ae029ff582bd9892ab20b8981d26c757d6348e8ae9ea4288ef3d4fccc44c5d7304473a9e4c7475a78727811630ccfe9
 WHIRLPOOL 
68e6c41d7e07abca71096f27f37693beb0991b54483aa95a1d47589a028403739b08f68f9dad81d29f827f266af1e2d4b341c889079bad2f05ede1cea9701ebe

diff --git a/dev-ruby/msgpack/msgpack-0.7.4.ebuild 
b/dev-ruby/msgpack/msgpack-0.7.4.ebuild
deleted file mode 100644
index bb9d9cc..
--- a/dev-ruby/msgpack/msgpack-0.7.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="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 || die
-
-   sed -i -e '/git ls-files/d' msgpack.gemspec || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/${PN} extconf.rb || die "Configuration of extension 
failed."
-
-   # rb_num2int is not inlined on 32 bit arches but also not explicitly
-   # defined, bug 582968
-   sed -i -e 's:-Wl,--no-undefined::' ext/${PN}/Makefile || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext/${PN}
-   cp ext/${PN}/msgpack$(get_modname) lib/${PN} || die "Unable to install 
msgpack library."
-}

diff --git a/dev-ruby/msgpack/msgpack-0.7.5.ebuild 
b/dev-ruby/msgpack/msgpack-0.7.5.ebuild
deleted file mode 100644
index 268ddc8..
--- a/dev-ruby/msgpack/msgpack-0.7.5.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-

[gentoo-commits] repo/gentoo:master commit in: virtual/awk/

2016-11-13 Thread Christoph Junghans
commit: b5a2ea0984d25372e3796f6715f92b6392223829
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:58:38 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:58:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5a2ea09

virtual/awk: update metadata

Package-Manager: portage-2.3.0

 virtual/awk/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/awk/metadata.xml b/virtual/awk/metadata.xml
index 95c0588..edb19b3 100644
--- a/virtual/awk/metadata.xml
+++ b/virtual/awk/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
-ott...@gentoo.org
+jungh...@gentoo.org
 Christoph Junghans
   
   



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/gnuplot/

2016-11-13 Thread Christoph Junghans
commit: 4e8ca9182dcdb8dd1d79232074efa2a63532c9be
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:57:05 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:57:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e8ca918

sci-visualization/gnuplot: update metadata

Package-Manager: portage-2.3.0

 sci-visualization/gnuplot/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/gnuplot/metadata.xml 
b/sci-visualization/gnuplot/metadata.xml
index 34d5e21..c8d9ae8 100644
--- a/sci-visualization/gnuplot/metadata.xml
+++ b/sci-visualization/gnuplot/metadata.xml
@@ -6,7 +6,7 @@
 Ulrich Müller
   
   
-ott...@gentoo.org
+jungh...@gentoo.org
 Christoph Junghans
   
   



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/

2016-11-13 Thread Christoph Junghans
commit: defde5271b4108ffd39ec5e7b9bea7c2c363376d
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:57:48 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:57:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=defde527

sys-cluster/libquo: update metadata

Package-Manager: portage-2.3.0

 sys-cluster/libquo/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/libquo/metadata.xml b/sys-cluster/libquo/metadata.xml
index 1524fec..bcb9182 100644
--- a/sys-cluster/libquo/metadata.xml
+++ b/sys-cluster/libquo/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   ott...@gentoo.org
+   jungh...@gentoo.org
Christoph Junghans

 



[gentoo-commits] repo/gentoo:master commit in: sci-physics/hoomd-blue/

2016-11-13 Thread Christoph Junghans
commit: 8ca24ebd105973792e382c86416b04d088a2ba71
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:56:47 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:56:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ca24ebd

sci-physics/hoomd-blue: update metadata

Package-Manager: portage-2.3.0

 sci-physics/hoomd-blue/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-physics/hoomd-blue/metadata.xml 
b/sci-physics/hoomd-blue/metadata.xml
index 774c4c3..1b92a0a 100644
--- a/sci-physics/hoomd-blue/metadata.xml
+++ b/sci-physics/hoomd-blue/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
-ott...@gentoo.org
+jungh...@gentoo.org
 Christoph Junghans
   
   



[gentoo-commits] repo/gentoo:master commit in: sys-devel/byfl/

2016-11-13 Thread Christoph Junghans
commit: 71e23c013e28b41053cf14ca197779e3756d68ff
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:58:06 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:58:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71e23c01

sys-devel/byfl: update metadata

Package-Manager: portage-2.3.0

 sys-devel/byfl/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/byfl/metadata.xml b/sys-devel/byfl/metadata.xml
index 3c3aaad..60446e4 100644
--- a/sys-devel/byfl/metadata.xml
+++ b/sys-devel/byfl/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   ott...@gentoo.org
+   jungh...@gentoo.org
Christoph Junghans





[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-csgapps/

2016-11-13 Thread Christoph Junghans
commit: 5544803ffd924ebbfe817057f01e3d433f3447d0
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:55:42 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:55:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5544803f

sci-chemistry/votca-csgapps: update metadata

Package-Manager: portage-2.3.0

 sci-chemistry/votca-csgapps/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/votca-csgapps/metadata.xml 
b/sci-chemistry/votca-csgapps/metadata.xml
index 0e1d0b4..c9e0e7e 100644
--- a/sci-chemistry/votca-csgapps/metadata.xml
+++ b/sci-chemistry/votca-csgapps/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   ott...@gentoo.org
+   jungh...@gentoo.org
Christoph Junghans





[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-wxwidgets/

2016-11-13 Thread Christoph Junghans
commit: b5a223147446937801c320ec941559e0938b78b0
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 02:00:45 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 02:00:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5a22314

app-eselect/eselect-wxwidgets: update SRC_URI

Package-Manager: portage-2.3.0

 app-eselect/eselect-wxwidgets/eselect-wxwidgets-20140423.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-eselect/eselect-wxwidgets/eselect-wxwidgets-20140423.ebuild 
b/app-eselect/eselect-wxwidgets/eselect-wxwidgets-20140423.ebuild
index be4cb55..2f61aa9 100644
--- a/app-eselect/eselect-wxwidgets/eselect-wxwidgets-20140423.ebuild
+++ b/app-eselect/eselect-wxwidgets/eselect-wxwidgets-20140423.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ WXWRAP_VER=1.4
 
 DESCRIPTION="Eselect module and wrappers for wxWidgets"
 HOMEPAGE="https://www.gentoo.org;
-SRC_URI="https://dev.gentoo.org/~ottxor/dist/${P}.tar.xz;
+SRC_URI="https://dev.gentoo.org/~junghans/dist/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/

2016-11-13 Thread Christoph Junghans
commit: 6c65b0fcb5ae50eec55651c9e55df35be811c8fb
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:55:22 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:55:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c65b0fc

sci-chemistry/gromacs: update metadata

Package-Manager: portage-2.3.0

 sci-chemistry/gromacs/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/gromacs/metadata.xml 
b/sci-chemistry/gromacs/metadata.xml
index e98cd51..b8361e7 100644
--- a/sci-chemistry/gromacs/metadata.xml
+++ b/sci-chemistry/gromacs/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
-ott...@gentoo.org
+jungh...@gentoo.org
 Christoph Junghans
   
   



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-timezone/

2016-11-13 Thread Christoph Junghans
commit: a854cc7146487e65ac94c99bf072a3eace396e22
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 02:00:30 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 02:00:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a854cc71

app-eselect/eselect-timezone: update SRC_URI

Package-Manager: portage-2.3.0

 app-eselect/eselect-timezone/eselect-timezone-0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-eselect/eselect-timezone/eselect-timezone-0.2.ebuild 
b/app-eselect/eselect-timezone/eselect-timezone-0.2.ebuild
index ea96709..cafbce2 100644
--- a/app-eselect/eselect-timezone/eselect-timezone-0.2.ebuild
+++ b/app-eselect/eselect-timezone/eselect-timezone-0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI=4
 
 DESCRIPTION="Manages timezone selection"
 HOMEPAGE="https://www.gentoo.org;
-SRC_URI="https://dev.gentoo.org/~ottxor/distfiles/${P}.tar.xz;
+SRC_URI="https://dev.gentoo.org/~junghans/distfiles/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-fs/snapraid/

2016-11-13 Thread Christoph Junghans
commit: ef54b0daf67c2ad9d1737837a2e95663b84dfee8
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:58:16 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:58:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef54b0da

sys-fs/snapraid: update metadata

Package-Manager: portage-2.3.0

 sys-fs/snapraid/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/snapraid/metadata.xml b/sys-fs/snapraid/metadata.xml
index dd98050..2476483 100644
--- a/sys-fs/snapraid/metadata.xml
+++ b/sys-fs/snapraid/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   ott...@gentoo.org
+   jungh...@gentoo.org
Christoph Junghans





[gentoo-commits] repo/gentoo:master commit in: sci-libs/votca-tools/

2016-11-13 Thread Christoph Junghans
commit: afe20e2e04b99fef6ff6a85fe43fa768b4895aaf
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:56:22 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:56:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afe20e2e

sci-libs/votca-tools: update metadata

Package-Manager: portage-2.3.0

 sci-libs/votca-tools/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/votca-tools/metadata.xml 
b/sci-libs/votca-tools/metadata.xml
index 60ad734..e057315 100644
--- a/sci-libs/votca-tools/metadata.xml
+++ b/sci-libs/votca-tools/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   ott...@gentoo.org
+   jungh...@gentoo.org
Christoph Junghans





[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-csg/

2016-11-13 Thread Christoph Junghans
commit: 3aa6e7f392ef3fea20353dcbce52b6f4b64456ed
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:55:32 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:55:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa6e7f3

sci-chemistry/votca-csg: update metadata

Package-Manager: portage-2.3.0

 sci-chemistry/votca-csg/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/votca-csg/metadata.xml 
b/sci-chemistry/votca-csg/metadata.xml
index 06a0224..ac1ad46 100644
--- a/sci-chemistry/votca-csg/metadata.xml
+++ b/sci-chemistry/votca-csg/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   ott...@gentoo.org
+   jungh...@gentoo.org
Christoph Junghans





[gentoo-commits] repo/gentoo:master commit in: sci-libs/nfft/

2016-11-13 Thread Christoph Junghans
commit: a721ce68136c53760ed5489bd517312d1452caec
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:56:11 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:56:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a721ce68

sci-libs/nfft: update metadata

Package-Manager: portage-2.3.0

 sci-libs/nfft/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/nfft/metadata.xml b/sci-libs/nfft/metadata.xml
index 1524fec..bcb9182 100644
--- a/sci-libs/nfft/metadata.xml
+++ b/sci-libs/nfft/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   ott...@gentoo.org
+   jungh...@gentoo.org
Christoph Junghans

 



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-xtp/

2016-11-13 Thread Christoph Junghans
commit: 070f2ad4132ebe85a9ed5a772926ef6d3410cc09
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:55:51 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:55:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=070f2ad4

sci-chemistry/votca-xtp: update metadata

Package-Manager: portage-2.3.0

 sci-chemistry/votca-xtp/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/votca-xtp/metadata.xml 
b/sci-chemistry/votca-xtp/metadata.xml
index 9d258fe..1b28210 100644
--- a/sci-chemistry/votca-xtp/metadata.xml
+++ b/sci-chemistry/votca-xtp/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   ott...@gentoo.org
+   jungh...@gentoo.org
Christoph Junghans





[gentoo-commits] repo/gentoo:master commit in: sci-physics/espresso/

2016-11-13 Thread Christoph Junghans
commit: f6a0d3a162bfd5d496af1db2f7d7c76b616345f8
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:56:40 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:56:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6a0d3a1

sci-physics/espresso: update metadata

Package-Manager: portage-2.3.0

 sci-physics/espresso/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-physics/espresso/metadata.xml 
b/sci-physics/espresso/metadata.xml
index 3d99b65..76b9c10 100644
--- a/sci-physics/espresso/metadata.xml
+++ b/sci-physics/espresso/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
-ott...@gentoo.org
+jungh...@gentoo.org
 Christoph Junghans
   
   



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/nullmpi/

2016-11-13 Thread Christoph Junghans
commit: 4cee392e0b2a6b9021a2ea81b3d130b1d04a4949
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:57:57 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:57:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cee392e

sys-cluster/nullmpi: update metadata

Package-Manager: portage-2.3.0

 sys-cluster/nullmpi/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/nullmpi/metadata.xml b/sys-cluster/nullmpi/metadata.xml
index 3ffc9db..3947767 100644
--- a/sys-cluster/nullmpi/metadata.xml
+++ b/sys-cluster/nullmpi/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
-ott...@gentoo.org
+jungh...@gentoo.org
 Christoph Junghans
   
 



[gentoo-commits] repo/gentoo:master commit in: sci-physics/espresso++/

2016-11-13 Thread Christoph Junghans
commit: d5f1c8b92cddf862a6136e697333ecbd861ccc65
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:56:31 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:56:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f1c8b9

sci-physics/espresso++: update metadata

Package-Manager: portage-2.3.0

 sci-physics/espresso++/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-physics/espresso++/metadata.xml 
b/sci-physics/espresso++/metadata.xml
index 170aa60..170ce13 100644
--- a/sci-physics/espresso++/metadata.xml
+++ b/sci-physics/espresso++/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   ott...@gentoo.org
+   jungh...@gentoo.org
Christoph Junghans





[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-awk/

2016-11-13 Thread Christoph Junghans
commit: 32f6b21d63b57074574f12fe1718530175e86985
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 02:00:21 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 02:00:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32f6b21d

app-eselect/eselect-awk: update SRC_URI

Package-Manager: portage-2.3.0

 app-eselect/eselect-awk/eselect-awk-0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-awk/eselect-awk-0.2.ebuild 
b/app-eselect/eselect-awk/eselect-awk-0.2.ebuild
index 8ccf740..891e5e6 100644
--- a/app-eselect/eselect-awk/eselect-awk-0.2.ebuild
+++ b/app-eselect/eselect-awk/eselect-awk-0.2.ebuild
@@ -5,7 +5,7 @@ EAPI="5"
 
 DESCRIPTION="Manages the {,/usr}/bin/awk symlink"
 HOMEPAGE="https://www.gentoo.org;
-SRC_URI="https://dev.gentoo.org/~ottxor/distfiles/${P}.tar.gz;
+SRC_URI="https://dev.gentoo.org/~junghans/distfiles/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/libcircle/

2016-11-13 Thread Christoph Junghans
commit: 8c8f3dcd4ee135155f9ee37f1a5c74d50783b366
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:57:39 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:57:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c8f3dcd

sys-cluster/libcircle: update metadata

Package-Manager: portage-2.3.0

 sys-cluster/libcircle/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/libcircle/metadata.xml 
b/sys-cluster/libcircle/metadata.xml
index 8c92942..3f3b2bb 100644
--- a/sys-cluster/libcircle/metadata.xml
+++ b/sys-cluster/libcircle/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   ott...@gentoo.org
+   jungh...@gentoo.org
Christoph Junghans





[gentoo-commits] repo/gentoo:master commit in: www-plugins/google-talkplugin/

2016-11-13 Thread Christoph Junghans
commit: 8618b7ce221d84deb489b16013240cf64aa9f6ca
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:58:49 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:58:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8618b7ce

www-plugins/google-talkplugin: update metadata

Package-Manager: portage-2.3.0

 www-plugins/google-talkplugin/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/google-talkplugin/metadata.xml 
b/www-plugins/google-talkplugin/metadata.xml
index e55f71b..01c7f29 100644
--- a/www-plugins/google-talkplugin/metadata.xml
+++ b/www-plugins/google-talkplugin/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   ott...@gentoo.org
+   jungh...@gentoo.org
Christoph Junghans

 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/gasnet/

2016-11-13 Thread Christoph Junghans
commit: d97dcf1e8e8835d111ceda925ad30568b5fa8a4c
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:57:22 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:57:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d97dcf1e

sys-cluster/gasnet: update metadata

Package-Manager: portage-2.3.0

 sys-cluster/gasnet/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/gasnet/metadata.xml b/sys-cluster/gasnet/metadata.xml
index a5ee3aa..2b19824 100644
--- a/sys-cluster/gasnet/metadata.xml
+++ b/sys-cluster/gasnet/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
-ott...@gentoo.org
+jungh...@gentoo.org
 Christoph Junghans
   
   



[gentoo-commits] repo/gentoo:master commit in: sys-power/acpi_call/

2016-11-13 Thread Christoph Junghans
commit: 02d68d14c05e136fec1ae325bad6cb477ac4860c
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:58:24 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:58:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d68d14

sys-power/acpi_call: update metadata

Package-Manager: portage-2.3.0

 sys-power/acpi_call/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/acpi_call/metadata.xml b/sys-power/acpi_call/metadata.xml
index 87e7888..4b39ce4 100644
--- a/sys-power/acpi_call/metadata.xml
+++ b/sys-power/acpi_call/metadata.xml
@@ -5,7 +5,7 @@
maksbo...@gentoo.org


-   ott...@gentoo.org
+   jungh...@gentoo.org
Christoph Junghans





[gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/

2016-11-13 Thread Christoph Junghans
commit: 83907860f79569d6228af656b4357b3c22abe489
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:57:29 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:57:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83907860

sys-cluster/legion: update metadata

Package-Manager: portage-2.3.0

 sys-cluster/legion/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/legion/metadata.xml b/sys-cluster/legion/metadata.xml
index bae6863..d3a8816 100644
--- a/sys-cluster/legion/metadata.xml
+++ b/sys-cluster/legion/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
-ott...@gentoo.org
+jungh...@gentoo.org
 Christoph Junghans
   
   



[gentoo-commits] repo/gentoo:master commit in: sys-apps/nawk/

2016-11-13 Thread Christoph Junghans
commit: d916953a4e8eab324d187ae2a58ae35400d0d118
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:57:14 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:57:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d916953a

sys-apps/nawk: update metadata

Package-Manager: portage-2.3.0

 sys-apps/nawk/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/nawk/metadata.xml b/sys-apps/nawk/metadata.xml
index 93b1bb6..b919229 100644
--- a/sys-apps/nawk/metadata.xml
+++ b/sys-apps/nawk/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
 
-   ott...@gentoo.org
+   jungh...@gentoo.org
 
 
base-sys...@gentoo.org



[gentoo-commits] repo/gentoo:master commit in: sci-libs/bliss/

2016-11-13 Thread Christoph Junghans
commit: 7ff96f626832e20d8eb471aa4b9eb755ba65ec93
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:56:02 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:56:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff96f62

sci-libs/bliss: update metadata

Package-Manager: portage-2.3.0

 sci-libs/bliss/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/bliss/metadata.xml b/sci-libs/bliss/metadata.xml
index da47688..5261e07 100644
--- a/sci-libs/bliss/metadata.xml
+++ b/sci-libs/bliss/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
-ott...@gentoo.org
+jungh...@gentoo.org
 Christoph Junghans
   
   



[gentoo-commits] repo/gentoo:master commit in: app-admin/denyhosts/

2016-11-13 Thread Christoph Junghans
commit: 3c95147118f2e7527c033f2fdf26ebdc6caed06b
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon Nov 14 01:37:36 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon Nov 14 01:38:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c951471

app-admin/denyhosts: update metadata

Package-Manager: portage-2.3.0

 app-admin/denyhosts/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/denyhosts/metadata.xml b/app-admin/denyhosts/metadata.xml
index 81f91d1..c193ef3 100644
--- a/app-admin/denyhosts/metadata.xml
+++ b/app-admin/denyhosts/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
-ott...@gentoo.org
+jungh...@gentoo.org
 Christoph Junghans
   
   



[gentoo-commits] repo/gentoo:master commit in: dev-python/pika/

2016-11-13 Thread Patrice Clement
commit: 484ece50b77f61f8becb57ed93c82441bb2147f0
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Nov 13 22:57:00 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Nov 13 22:57:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=484ece50

dev-python/pika: clean up old.

Package-Manager: portage-2.3.0

 dev-python/pika/Manifest   |  1 -
 dev-python/pika/pika-0.9.14.ebuild | 20 
 2 files changed, 21 deletions(-)

diff --git a/dev-python/pika/Manifest b/dev-python/pika/Manifest
index ccfb91f..c19227d 100644
--- a/dev-python/pika/Manifest
+++ b/dev-python/pika/Manifest
@@ -1,2 +1 @@
 DIST pika-0.10.0.tar.gz 82642 SHA256 
7277b4d12a99efa4058782614d84138983f9f89d690bdfcea66290d810806459 SHA512 
8a6e8b870aa36f141a24d4886cd8e4d4fb5cb735d87857a16ad963d7a14e0c40e81a3c7e193d879046a7e76fa87ab0b16bfd4a000e169e2452815fcd04db93eb
 WHIRLPOOL 
390a5c31eb2dd7aae183ffbb6a82706c3ecfd6366bf3986adc3455627ac9dcbfb1dd78e057aee05f31f8770ceeb764af885db689b54e22bfabb9f925fdff3d60
-DIST pika-0.9.14.tar.gz 72651 SHA256 
5e2be3cb4ebdc267abd8e481c09bc30e95919a24e3a5f3f69744959490ead0e3 SHA512 
c5b279c48341cef7b86d11414159de778afd3cf043d0ba8ba45adff6e8fbf72ec39642ed533c4d3674df3555fdaa0d7ff32a1844001bc56c1c380643d075870c
 WHIRLPOOL 
3f73bbf4b892b9f60a5c113dd65027103de84578cad895b306fcff9ec02861429d4e32a8ba4a22f5def2a1030e8f10dceffb8f9c715d3bb845394fe012c6808f

diff --git a/dev-python/pika/pika-0.9.14.ebuild 
b/dev-python/pika/pika-0.9.14.ebuild
deleted file mode 100644
index 26dee82..
--- a/dev-python/pika/pika-0.9.14.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Pure-Python implementation of the AMQP"
-HOMEPAGE="https://pika.readthedocs.org/ https://github.com/pika/pika;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/osm-gps-map/, sci-geosciences/osm-gps-map/files/

2016-11-13 Thread Marek Szuba
commit: b00ff826d23fa05189852247f35d29967a3ac77c
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Nov 13 21:50:19 2016 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Nov 13 21:56:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b00ff826

sci-geosciences/osm-gps-map: version bump to 1.1.0

There are no longer any ebuilds in the tree which depend on version 0.7.3 so do
not bother with slots and just have 1.1.0 replace the former.

Committed with permission of the maintainers.

Gentoo-Bug: 499592

Package-Manager: portage-2.3.2

 sci-geosciences/osm-gps-map/Manifest   |  1 +
 .../files/osm-gps-map-1.1.0-gtk-doc-module.patch   | 11 ++
 .../osm-gps-map-1.1.0-no-maintainer-mode.patch | 30 +++
 .../osm-gps-map/osm-gps-map-1.1.0.ebuild   | 43 ++
 4 files changed, 85 insertions(+)

diff --git a/sci-geosciences/osm-gps-map/Manifest 
b/sci-geosciences/osm-gps-map/Manifest
index 17f3169..de5fcd1 100644
--- a/sci-geosciences/osm-gps-map/Manifest
+++ b/sci-geosciences/osm-gps-map/Manifest
@@ -1,2 +1,3 @@
 DIST osm-gps-map-0.7.3.tar.gz 419300 SHA256 
5967db2e911fc81297c7c035ddfe1f225ee708398f1083d7f0d1f7630afcd1a8 SHA512 
a6a45621bcf0e608a2be99e1b3892bdf28eca52e61fcb9f8cd0354017ba86dbdda27d5c6d5bec75cd248a0b330f0bb24ec04c65deab11454f11e840823902687
 WHIRLPOOL 
328ef9790972b9c23d4321e111d86d5a99a0ace1205c311bc7db03df837f5f7490ff602b7305f1aa9e3c6b6d966392b936638f615b6e4429add3673b6c2138b0
+DIST osm-gps-map-1.1.0.tar.gz 440480 SHA256 
8f2ff865ed9ed9786cc5373c37b341b876958416139d0065ebb785cf88d33586 SHA512 
74924e5caa0b2bac822f678236d94203b34d9af1dce24cfcd44e1fb9f7551558137dd02b35ca970e36472748acfd611c6251ff5c52d998bfaffccb9821cc0fe0
 WHIRLPOOL 
1fa49ec60bc999fdd3f03171f2383528975590938f63128bfa4aac9cd23e2f0d9085ab0574bba7cf06227e42b8b982463417af80a7b09f2f7be228adf279e3f6
 DIST python-osmgpsmap-0.7.3.tar.gz 212270 SHA256 
fcd0339a5922bdbbb9c934aa3c2fb9a2b8d04487d037e36cbf308dc83a02a9cf SHA512 
2c46a0ad80b4ff1b9d841de49b82c0c3c7c3b51c3a9ee0c7033ae2467e36de7632f308f90720f0bb01f5c785531be6207681631b5fec9fc81f90e1e9157bffbd
 WHIRLPOOL 
11a7f49650a387fcded20c89f7c72f06be4a7b037f85bad4bc4b69c86446ff82b4d6f7703a9405b5cfce266d9534fe16b0ae0ed5c6b6c0440cfca7194889c69f

diff --git 
a/sci-geosciences/osm-gps-map/files/osm-gps-map-1.1.0-gtk-doc-module.patch 
b/sci-geosciences/osm-gps-map/files/osm-gps-map-1.1.0-gtk-doc-module.patch
new file mode 100644
index ..9e944cb
--- /dev/null
+++ b/sci-geosciences/osm-gps-map/files/osm-gps-map-1.1.0-gtk-doc-module.patch
@@ -0,0 +1,11 @@
+--- a/docs/reference/Makefile.am   2016-08-13 23:05:38.521053367 +
 b/docs/reference/Makefile.am   2016-08-13 23:14:28.832053304 +
+@@ -9,7 +9,7 @@
+ # of using the various options.
+ 
+ # The name of the module, e.g. 'glib'.
+-DOC_MODULE=libosmgpsmap
++DOC_MODULE=libosmgpsmap-1.0
+ 
+ # The top-level SGML file. You can change this if you want to.
+ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml

diff --git 
a/sci-geosciences/osm-gps-map/files/osm-gps-map-1.1.0-no-maintainer-mode.patch 
b/sci-geosciences/osm-gps-map/files/osm-gps-map-1.1.0-no-maintainer-mode.patch
new file mode 100644
index ..2120fb6d
--- /dev/null
+++ 
b/sci-geosciences/osm-gps-map/files/osm-gps-map-1.1.0-no-maintainer-mode.patch
@@ -0,0 +1,30 @@
+--- a/Makefile.am  2015-11-19 22:49:55.0 +
 b/Makefile.am  2016-08-10 21:25:53.154107223 +
+@@ -18,27 +18,3 @@
+ 
+ DISTCLEANFILES = gtk-doc.make
+ 
+-# ChangeLog generation from nautils
+-distclean-local:
+-  if test "$(srcdir)" = "."; then :; else \
+-  rm -f ChangeLog; \
+-  fi
+-
+-ChangeLog:
+-  $(AM_V_GEN)if test -d "$(srcdir)/.git"; then \
+-(GIT_DIR=$(top_srcdir)/.git ./missing --run git log 0.7.3.. --stat -M 
-C --name-status  --date=short --no-color) | fmt --split-only > $@.tmp \
+-&& mv -f $@.tmp $@ \
+-|| ($(RM) $@.tmp; \
+-echo Failed to generate ChangeLog, your ChangeLog may be outdated 
>&2; \
+-(test -f $@ || echo git-log is required to generate this file >> 
$@)); \
+-  else \
+-test -f $@ || \
+-(echo A git checkout and git-log is required to generate ChangeLog 
>&2 && \
+-echo A git checkout and git-log is required to generate this file >> 
$@); \
+-  fi
+-
+-release: dist
+-  scp @PACKAGE@-@vers...@.tar.gz 
r...@greenbirdsystems.com:/var/www/johnstowers.co.nz/files/osm-gps-map/
+-
+-.PHONY: ChangeLog
+-

diff --git a/sci-geosciences/osm-gps-map/osm-gps-map-1.1.0.ebuild 
b/sci-geosciences/osm-gps-map/osm-gps-map-1.1.0.ebuild
new file mode 100644
index ..e119bc2
--- /dev/null
+++ b/sci-geosciences/osm-gps-map/osm-gps-map-1.1.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools gnome2
+
+DESCRIPTION="A GTK+ widget for displaying 

[gentoo-commits] repo/gentoo:master commit in: sci-physics/clhep/

2016-11-13 Thread David Seifert
commit: 34299abdbe98b5bbdb365a2fac14b16c4e6fc73c
Author: Gerhard Bräunlich  gmx  net>
AuthorDate: Sat Nov 12 15:13:52 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 13 21:48:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34299abd

sci-physics/clhep: Removing EAPI 4 versions <=2.1.3.1

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2821

Signed-off-by: David Seifert  gentoo.org>

 sci-physics/clhep/Manifest |  4 ---
 sci-physics/clhep/clhep-2.0.4.6.ebuild | 49 -
 sci-physics/clhep/clhep-2.1.0.1.ebuild | 53 
 sci-physics/clhep/clhep-2.1.2.4.ebuild | 56 --
 sci-physics/clhep/clhep-2.1.3.1.ebuild | 55 -
 sci-physics/clhep/metadata.xml |  3 --
 6 files changed, 220 deletions(-)

diff --git a/sci-physics/clhep/Manifest b/sci-physics/clhep/Manifest
index 0329eb6..51a507d 100644
--- a/sci-physics/clhep/Manifest
+++ b/sci-physics/clhep/Manifest
@@ -1,7 +1,3 @@
-DIST clhep-2.0.4.6.tgz 3593699 SHA256 
a75e9d5b08cec7456e580834fb0894043054ee66336c2ce4c33622ca2500ee55 SHA512 
f316a441545820f5b3bf585ed244648c8670a66b980bde1444c20859d2db4ce716812668fd38dfe537bd93c8d5aa8d55d9132a6fb4d8aaa1c396d069e0188665
 WHIRLPOOL 
8e33667580c9e6f12a464f63f3f39377db3fef08906d69ecd0d2724684b61f147ed05c5dfabca3bb56de4c9e2105002c7c03d7d9cdb7451aef6a81bbcf586c1a
-DIST clhep-2.1.0.1.tgz 4243520 SHA256 
b8492c1c795e899d8ab2462fc4f40f05a520dba17e598ca2434623e24f51cd29 SHA512 
fa6d69239c539992371e053a17c4cb83a2283f87a16ec8249c99a415ab0730a74c59c2386091b5efd040a429075e7a6acd855dfc9c6a68e60f5eb6dcada6327a
 WHIRLPOOL 
aa019105093175b197aa4ca9841736d9ad3586a6251e41dede0950e4107b533680293fd8038a239e415bb55d251238a0157803fbb12b05eaa898367252bd9096
-DIST clhep-2.1.2.4.tgz 1845804 SHA256 
ca1b39772c4fb75047c001a892019e65be4ac61ccd9f059bd2ff273c88b5c2cf SHA512 
5386c41e33e780a3096f8cea47700b8e89246b4450d6ba135bafecde8af6d7315c681f2eee7569afd837cfaacd2c35f104bf5b077f5a4e23faaeaee9fdca7363
 WHIRLPOOL 
1c26d5ac15fecfdf6302a69ac547b732c65cda3e34d43c90c8a7a0327073bebed24a34ccc6ff0c3bc673733d5ba2368004016a65da46b5cedbf23ce7b3585526
-DIST clhep-2.1.3.1.tgz 1860936 SHA256 
5d3e45b39a861731fe3a532bb1426353bf62b54c7b90ecf268827e50f925642b SHA512 
d5bd1c459b1a89e53e8768d7b00c1b854172419d1f8a1218f80265c6c995235850cceec6120daaf80067a7717845982ffcbd35944f81fa2f0542e842941d6807
 WHIRLPOOL 
716a2289c55f727c1c9ba3294abdd592624953fcb57a0235519fa3620dc121a9cc57ab3c5c7cea0849a1bbd10f5f8dd63a2b5aa7b0f5e2c8c889f7aa0c27a013
 DIST clhep-2.1.4.1.tgz 1866250 SHA256 
adeb7ad87b810f772b609e77eacc60fd3e1f949e694a434705e6759cdac41fe4 SHA512 
ff5eb76ddf740635c17f01c62679ae7c22c152f96684315f059744ab67e420e51ba9c1ae0ac745b2890d1ddb6a678999b61d44c36e358c1d95c6b57362f3fae0
 WHIRLPOOL 
da4fd1087b0c92f5a6f8bec060b4e6eee0091327defb9e2d71721c09b8c1f773d3ed377567a378dbb48156426ecfdb638049e10122fc5b2bcf2a7fe560e1ebd0
 DIST clhep-2.1.4.2.tgz 1838675 SHA256 
ffd72997fb921fa7ef770c40c6bb12f603aa4761e642dc577160d1ee2aa695f0 SHA512 
8caa6fdbf1d7dbfe217cc5aef384e21b99ae386a76771f17b3dc583c0c55e21164ad3778005798f1a4d151b79782b96a3495d88f1cf7bd46da4c6550ebd69f7c
 WHIRLPOOL 
33ed24301927680c858561e6c6105fddbe72e725bdae26bdefaa24fc2ac9ee93db7a48fcb5e2b773a03acc9a41a2d294e1071ab7ad45bb4c1cec4180cd4da699
 DIST clhep-2.2.0.1.tgz 1844675 SHA256 
1006284b195e569276ba9d6e3e2b0b2d002e098c10ac09157b26ec076987d7d7 SHA512 
930577d18f1c4a9dc94b259589653ebecf7b85ec78da7e1dc7b49d282dbae210bcf257831254f875840a3fd6bf5fc4ad7c4e46825e31674c55c746ef7c2939f2
 WHIRLPOOL 
ad9e765c2adb47de9688abc5c8f7f6e481160df66c811e381d136fcf7d1e7726402367ad2a3f757cefc754c8fe6dc225bdee0f15f763cecc91a3413b63cbc54c

diff --git a/sci-physics/clhep/clhep-2.0.4.6.ebuild 
b/sci-physics/clhep/clhep-2.0.4.6.ebuild
deleted file mode 100644
index 4724aa5..
--- a/sci-physics/clhep/clhep-2.0.4.6.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-inherit autotools eutils
-
-DESCRIPTION="High Energy Physics C++ library"
-HOMEPAGE="http://www.cern.ch/clhep;
-SRC_URI="http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/${P}.tgz;
-LICENSE="public-domain"
-SLOT="2"
-KEYWORDS="amd64 hppa ppc x86"
-
-IUSE="exceptions"
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PV}/CLHEP"
-
-src_prepare() {
-   for d in $(find . -name configure.in); do
-   # respect user flags and fix some compilers stuff
-   sed -i \
-   -e 's:^g++):*g++):g' \
-   -e 's:^icc):icc|icpc):g' \
-   -e '/AM_CXXFLAGS=/s:-O ::g' \
-   ${d} || die
-   # need to rebuild because original configurations
-   # have buggy detection
-   done
-   for d in $(find . -name Makefile.am | xargs grep 

[gentoo-commits] repo/gentoo:master commit in: sci-physics/xfoil/, sci-physics/xfoil/files/

2016-11-13 Thread David Seifert
commit: 0901cd7e3583035b2ec33cde89b4bdcd4c0bdb40
Author: Gerhard Bräunlich  gmx  net>
AuthorDate: Sat Nov 12 15:44:25 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 13 21:48:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0901cd7e

sci-physics/xfoil: EAPI bump 4 -> 6

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2826

Signed-off-by: David Seifert  gentoo.org>

 sci-physics/xfoil/files/xfoil-6.96-gfortran.patch |  4 +-
 sci-physics/xfoil/files/xfoil-6.97-overflow.patch |  8 +--
 sci-physics/xfoil/xfoil-6.97-r1.ebuild| 75 +++
 3 files changed, 81 insertions(+), 6 deletions(-)

diff --git a/sci-physics/xfoil/files/xfoil-6.96-gfortran.patch 
b/sci-physics/xfoil/files/xfoil-6.96-gfortran.patch
index 67fc19c..b63db05 100644
--- a/sci-physics/xfoil/files/xfoil-6.96-gfortran.patch
+++ b/sci-physics/xfoil/files/xfoil-6.96-gfortran.patch
@@ -1,5 +1,5 @@
 plotlib/ps_subs.f.orig 2004-08-21 19:02:44.0 +0100
-+++ plotlib/ps_subs.f  2007-05-03 19:14:28.901490750 +0100
+--- a/plotlib/ps_subs.f
 b/plotlib/ps_subs.f
 @@ -559,7 +559,7 @@
  c   in the iout array (3,1,3,1,3,1,3,1)
  c Note: the bit mask is shifted to always start counting on a '1' bit.

diff --git a/sci-physics/xfoil/files/xfoil-6.97-overflow.patch 
b/sci-physics/xfoil/files/xfoil-6.97-overflow.patch
index 73656f9..6f71440 100644
--- a/sci-physics/xfoil/files/xfoil-6.97-overflow.patch
+++ b/sci-physics/xfoil/files/xfoil-6.97-overflow.patch
@@ -1,5 +1,5 @@
 src/pplot.f.orig   2008-08-21 20:21:08.0 +0100
-+++ src/pplot.f2008-08-21 20:21:42.0 +0100
+--- a/src/pplot.f
 b/src/pplot.f
 @@ -36,7 +36,7 @@
PROGRAM PPLOT
INCLUDE 'PPLOT.INC'
@@ -9,8 +9,8 @@
REAL RINP(10)
REAL CPOLO(NAX,IPTOT,NPX), VPOLO(NAX,2,NPX)
  C
 src/xoper.f.orig   2008-08-22 15:55:27.0 +0100
-+++ src/xoper.f2008-08-22 15:53:36.0 +0100
+--- a/src/xoper.f
 b/src/xoper.f
 @@ -114,7 +114,7 @@
  C don't try to read integers, since might get integer overflow
DO I=1, NINPUT

diff --git a/sci-physics/xfoil/xfoil-6.97-r1.ebuild 
b/sci-physics/xfoil/xfoil-6.97-r1.ebuild
new file mode 100644
index ..d835141
--- /dev/null
+++ b/sci-physics/xfoil/xfoil-6.97-r1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit fortran-2
+
+DESCRIPTION="Design and analysis of subsonic isolated airfoils"
+HOMEPAGE="http://raphael.mit.edu/xfoil/;
+SRC_URI="
+   http://web.mit.edu/drela/Public/web/${PN}/${PN}${PV}.tar.gz
+   doc? ( http://web.mit.edu/drela/Public/web/${PN}/dataflow.pdf )"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc examples"
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}"/${P}-overflow.patch )
+
+S="${WORKDIR}/${PN^}"
+
+src_prepare() {
+   # fix bug #147033
+   [[ $(tc-getFC) == *gfortran ]] && PATCHES+=( 
"${FILESDIR}"/${PN}-6.96-gfortran.patch )
+   default
+
+   sed \
+   -e '/^FC/d' \
+   -e '/^CC/d' \
+   -e '/^FFLAGS/d' \
+   -e '/^CFLAGS/d' \
+   -e 's/^\(FFLOPT .*\)/FFLOPT = $(FFLAGS)/g' \
+   -i {bin,plotlib,orrs/bin}/Makefile plotlib/config.make \
+   || die "sed for flags and compilers failed"
+
+   sed \
+   -e 
"s:/var/local/codes/orrs/osmap.dat:${EPREFIX}/usr/share/xfoil/orrs/osmap.dat:" \
+   -i orrs/src/osmap.f || die "sed osmap.f failed"
+}
+
+src_compile() {
+   emake -C orrs/bin FLG="${FFLAGS}" FTNLIB="${LDFLAGS}" OS
+   pushd orrs >/dev/null || die
+   bin/osgen osmaps_ns.lst
+   popd >/dev/null || die
+   emake -C plotlib CFLAGS="${CFLAGS} -DUNDERSCORE"
+
+   local i
+   for i in xfoil pplot pxplot; do
+   emake -C bin \
+   PLTOBJ="../plotlib/libPlt.a" \
+   CFLAGS="${CFLAGS} -DUNDERSCORE" \
+   FTNLIB="${LDFLAGS}" \
+   $i
+   done
+}
+
+src_install() {
+   dobin bin/{pplot,pxplot,xfoil}
+   insinto /usr/share/xfoil/orrs
+   doins orrs/osm*.dat
+
+   local DOCS=( *.txt README )
+   use doc && DOCS+=( "${DISTDIR}"/dataflow.pdf )
+   einstalldocs
+   if use examples; then
+   dodoc -r runs
+   docompress -x /usr/share/doc/${PF}/runs
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/argcomplete/

2016-11-13 Thread David Seifert
commit: 1e8163c7ea030a3b1e5a0f4e4e776bf2d8af166c
Author: Anthony Ryan  gmail  com>
AuthorDate: Sat Nov 12 01:49:19 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 13 21:48:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e8163c7

dev-python/argcomplete: version bump 1.6.0

* EAPI=6
* Add pypy & pypy3 to PYTHON_COMPAT (tested upstream)
* Add ~arm to keywords (tested by me)
* Add new dependency on dev-python/pexpect for testing
* Add github to upstream metadata
Closes: https://github.com/gentoo/gentoo/pull/2812

Signed-off-by: David Seifert  gentoo.org>

 dev-python/argcomplete/Manifest |  1 +
 dev-python/argcomplete/argcomplete-1.6.0.ebuild | 30 +
 dev-python/argcomplete/metadata.xml |  1 +
 3 files changed, 32 insertions(+)

diff --git a/dev-python/argcomplete/Manifest b/dev-python/argcomplete/Manifest
index e2d6b2b..a326330 100644
--- a/dev-python/argcomplete/Manifest
+++ b/dev-python/argcomplete/Manifest
@@ -1 +1,2 @@
 DIST argcomplete-1.4.1.tar.gz 37219 SHA256 
a7b5fa8d1acb69e49b3c6b3f6225bc709092e0c7f621311bac507a4f6efe609d SHA512 
3e9fa64fca93baf14fddd653947ff0269004e8783de0567931dafb9e4d0dfff2e2450ef6df331a4d648f5ce1d817a422f52d8d30b94315cd54fd82102467ded5
 WHIRLPOOL 
ee11a1f16f44b204502bc0a1246626305cbdddf8633608fbb5575270e3568b4995ae449ccf309f12225f29099dac117aa21c66cd14f53d0d90fd6abfc637d7e7
+DIST argcomplete-1.6.0.tar.gz 39685 SHA256 
d37abde525436465a5126084a89630887bdafd03fddb1bd7b40efc01dbcff9f0 SHA512 
6a2a6a4af3ddb5bea0022bf5e2acb123d4c0505d979887ebb82ed5c8a591d59d35b57084483428d030e0507f3cd149953146f49d4a7b0290bc88648cea3eb7a3
 WHIRLPOOL 
106a23798ebe624ed9548023f00d970bb119b7b35d763f57be694a032dddaba933622eee5c655b6ce321d7c7297604219ae2a0dd681e5ef836aac53db03713ad

diff --git a/dev-python/argcomplete/argcomplete-1.6.0.ebuild 
b/dev-python/argcomplete/argcomplete-1.6.0.ebuild
new file mode 100644
index ..51e0aa6
--- /dev/null
+++ b/dev-python/argcomplete/argcomplete-1.6.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 )
+
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="Bash tab completion for argparse"
+HOMEPAGE="https://pypi.python.org/pypi/argcomplete;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~x86 ~arm ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pexpect[${PYTHON_USEDEP}] )"
+
+python_test() {
+   "${EPYTHON}" test/test.py || die
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   newbashcomp "${S}"/${PN}/bash_completion.d/python-argcomplete.sh 
python-${PN}
+}

diff --git a/dev-python/argcomplete/metadata.xml 
b/dev-python/argcomplete/metadata.xml
index 2e5add6..ae11391 100644
--- a/dev-python/argcomplete/metadata.xml
+++ b/dev-python/argcomplete/metadata.xml
@@ -7,5 +7,6 @@
   
   
 argcomplete
+kislyuk/argcomplete
   
 



[gentoo-commits] repo/gentoo:master commit in: sci-physics/xfoil/

2016-11-13 Thread David Seifert
commit: a2b13e11f194a23e55919ebf3c2d7b3b54d0a74e
Author: Gerhard Bräunlich  gmx  net>
AuthorDate: Sat Nov 12 15:45:05 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 13 21:48:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b13e11

sci-physics/xfoil: Removing EAPI version 6.97

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2826

Signed-off-by: David Seifert  gentoo.org>

 sci-physics/xfoil/xfoil-6.97.ebuild | 71 -
 1 file changed, 71 deletions(-)

diff --git a/sci-physics/xfoil/xfoil-6.97.ebuild 
b/sci-physics/xfoil/xfoil-6.97.ebuild
deleted file mode 100644
index d1679ff..
--- a/sci-physics/xfoil/xfoil-6.97.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils fortran-2
-
-DESCRIPTION="Design and analysis of subsonic isolated airfoils"
-HOMEPAGE="http://raphael.mit.edu/xfoil/;
-SRC_URI="
-   http://web.mit.edu/drela/Public/web/${PN}/${PN}${PV}.tar.gz
-   doc? ( http://web.mit.edu/drela/Public/web/${PN}/dataflow.pdf )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples"
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/Xfoil"
-
-src_prepare() {
-   sed \
-   -e '/^FC/d' \
-   -e '/^CC/d' \
-   -e '/^FFLAGS/d' \
-   -e '/^CFLAGS/d' \
-   -e 's/^\(FFLOPT .*\)/FFLOPT = $(FFLAGS)/g' \
-   -i {bin,plotlib,orrs/bin}/Makefile plotlib/config.make \
-   || die "sed for flags and compilers failed"
-
-   # fix bug #147033
-   [[ $(tc-getFC) == *gfortran ]] && \
-   epatch "${FILESDIR}"/${PN}-6.96-gfortran.patch
-
-   epatch "${FILESDIR}"/${P}-overflow.patch
-
-   sed \
-   -e 
"s:/var/local/codes/orrs/osmap.dat:${EPREFIX}/usr/share/xfoil/orrs/osmap.dat:" \
-   -i orrs/src/osmap.f || die "sed osmap.f failed"
-}
-
-src_compile() {
-   cd "${S}"/orrs/bin
-   emake FLG="${FFLAGS}" FTNLIB="${LDFLAGS}" OS
-   cd "${S}"/orrs
-   bin/osgen osmaps_ns.lst
-   cd "${S}"/plotlib
-   emake CFLAGS="${CFLAGS} -DUNDERSCORE"
-   cd "${S}"/bin
-   for i in xfoil pplot pxplot; do
-   emake \
-   PLTOBJ="../plotlib/libPlt.a" \
-   CFLAGS="${CFLAGS} -DUNDERSCORE" \
-   FTNLIB="${LDFLAGS}" \
-   ${i}
-   done
-}
-
-src_install() {
-   dobin bin/pplot bin/pxplot bin/xfoil
-   insinto /usr/share/xfoil/orrs
-   doins orrs/osm*.dat
-   dodoc *.txt README
-   insinto /usr/share/doc/${PF}/
-   use examples && doins -r runs
-   use doc && dodoc "${DISTDIR}"/dataflow.pdf
-}



[gentoo-commits] repo/gentoo:master commit in: sci-physics/bullet/, sci-physics/bullet/files/

2016-11-13 Thread David Seifert
commit: 61a570da371183a1e5fc01fa4cae5b1574279e45
Author: Gerhard Bräunlich  gmx  net>
AuthorDate: Sat Nov 12 14:51:53 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 13 21:48:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61a570da

sci-physics/bullet: Version bump to 2.85, EAPI bump 5 -> 6

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2820

Signed-off-by: David Seifert  gentoo.org>

 sci-physics/bullet/Manifest|  1 +
 sci-physics/bullet/bullet-2.85.ebuild  | 74 ++
 .../bullet/files/bullet-2.85-soversion.patch   | 31 +
 3 files changed, 106 insertions(+)

diff --git a/sci-physics/bullet/Manifest b/sci-physics/bullet/Manifest
index 424ca80..f840c00 100644
--- a/sci-physics/bullet/Manifest
+++ b/sci-physics/bullet/Manifest
@@ -1,2 +1,3 @@
 DIST bullet-2.83.4.tar.gz 17529283 SHA256 
2cf287cead9a116c56f6d6f15f73dc8b3ed1fe407ef2ca894027d585fab07341 SHA512 
1a10a11671bd152835a45d44a1b3214e29c255338405705f2aaa41adfbdb545ec02f09b94003b836fafcc2b59b836e5b749696a5bb3489ec7050af0d02d9b2e1
 WHIRLPOOL 
7a47229112fdd1c96e232b91d734ff10c2b6cf6ff0563bd3e6fa4c113112fe3f169dc0e42fee56aacf66b6717a10901f0c61c618a6c691bf1eb3cbcefbf2
 DIST bullet-2.83.5.tar.gz 17759627 SHA256 
df6d58898d3d3bf117854dd64467dbd09625e048624c797649b46bf1c595b152 SHA512 
9e1ca7b3afb700bfafc2d39d8ec8b004b5bae7788385e763c15a63a7754c50bfd79e1a6ab501569b613eb5a9c132688c747aa70db0b80099cfe40b6146c32290
 WHIRLPOOL 
6c304902dd6bc9e800befe5c214adcec48e068e6db288ddf211ce17af74abd8ebc44a34ee1349a17bd22e1f9c316782d7680bb55566b4100b2f788377921be29
+DIST bullet-2.85.tar.gz 24020355 SHA256 
0dc3c9488c2b4176f916640ca57860d6689890d0f58c6fceed0f10ddc1fa082f SHA512 
f13abb85864202161d1c19596e290735848a7de53ffe09aa8f656d80a523f6382c0f7864a104ee8c437cf88e0f593c4682ecbb87d74adfe1cc868c1a36d3ecea
 WHIRLPOOL 
1c4c576df02633f53d255dad0f690e2e30e26604b95a87c79032ce8059b5705f7685af5cc832151c83d410624d41cc21ab35c38593c662ea0bd78ddb1247946c

diff --git a/sci-physics/bullet/bullet-2.85.ebuild 
b/sci-physics/bullet/bullet-2.85.ebuild
new file mode 100644
index ..8190ebc
--- /dev/null
+++ b/sci-physics/bullet/bullet-2.85.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Continuous Collision Detection and Physics Library"
+HOMEPAGE="http://www.bulletphysics.com/;
+SRC_URI="https://github.com/bulletphysics/bullet3/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="ZLIB"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="+bullet3 doc double-precision examples extras test"
+
+RDEPEND="
+   virtual/opengl
+   media-libs/freeglut"
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen[dot] )"
+
+PATCHES=( "${FILESDIR}"/${PN}-2.85-soversion.patch )
+
+DOCS=( AUTHORS.txt LICENSE.txt README.md )
+
+# Building / linking of third Party library BussIK does not work out of the box
+RESTRICT="test"
+
+S="${WORKDIR}/${PN}3-${PV}"
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   # allow to generate docs
+   sed -i -e 's/GENERATE_HTMLHELP.*//g' Doxyfile || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_SHARED_LIBS=ON
+   -DBUILD_CPU_DEMOS=OFF
+   -DBUILD_OPENGL3_DEMOS=OFF
+   -DBUILD_BULLET2_DEMOS=OFF
+   -DUSE_GRAPHICAL_BENCHMARK=OFF
+   -DINSTALL_LIBS=ON
+   -DINSTALL_EXTRA_LIBS=ON
+   -DBUILD_BULLET3=$(usex bullet3)
+   -DBUILD_EXTRAS=$(usex extras)
+   -DUSE_DOUBLE_PRECISION=$(usex double-precision)
+   -DBUILD_UNIT_TESTS=$(usex test)
+   )
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   cmake-utils_src_compile
+
+   if use doc; then
+   doxygen || die
+   HTML_DOCS+=( html/. )
+   DOCS+=( docs/*.pdf )
+   fi
+}
+
+src_install() {
+   cmake-utils_src_install
+
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+}

diff --git a/sci-physics/bullet/files/bullet-2.85-soversion.patch 
b/sci-physics/bullet/files/bullet-2.85-soversion.patch
new file mode 100644
index ..74cfe4e
--- /dev/null
+++ b/sci-physics/bullet/files/bullet-2.85-soversion.patch
@@ -0,0 +1,31 @@
+ Extras/Serialize/BulletFileLoader/CMakeLists.txt   |2 ++
+ .../Serialize/BulletWorldImporter/CMakeLists.txt   |2 ++
+ Extras/glui/CMakeLists.txt |2 ++
+ 3 files changed, 6 insertions(+), 0 deletions(-)
+
+diff --git a/Extras/Serialize/BulletFileLoader/CMakeLists.txt 
b/Extras/Serialize/BulletFileLoader/CMakeLists.txt
+index 486cfdc..f1e0884 100644
+--- a/Extras/Serialize/BulletFileLoader/CMakeLists.txt
 

[gentoo-commits] repo/gentoo:master commit in: dev-python/yarl/

2016-11-13 Thread Zac Medico
commit: fbec5fbdba3df94db37a5fcfcd0a1751e568e571
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Nov 13 21:45:01 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Nov 13 21:46:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbec5fbd

dev-python/yarl: disable pytest-runner requirement (bug 599672)

Package-Manager: portage-2.3.2

 dev-python/yarl/yarl-0.7.0.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-python/yarl/yarl-0.7.0.ebuild 
b/dev-python/yarl/yarl-0.7.0.ebuild
index 260259a..07320e7 100644
--- a/dev-python/yarl/yarl-0.7.0.ebuild
+++ b/dev-python/yarl/yarl-0.7.0.ebuild
@@ -19,6 +19,12 @@ IUSE="test"
 DEPEND="test? ( dev-python/pytest-runner[${PYTHON_USEDEP}] )
dev-python/setuptools[${PYTHON_USEDEP}]"
 
+src_prepare() {
+   # pytest-runner is not really required unless tests are enabled
+   sed -e "s:'pytest-runner',\\?::" -i setup.py || die
+   distutils-r1_src_prepare
+}
+
 python_test() {
esetup.py test || die
 }



[gentoo-commits] repo/gentoo:master commit in: www-client/chromium/

2016-11-13 Thread Mike Gilbert
commit: 722fe9a44542487528848074a91fc62416c3db32
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Nov 13 21:03:33 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Nov 13 21:03:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=722fe9a4

www-client/chromium: depend on newer harfbuzz

Bug: https://bugs.gentoo.org/599098

Package-Manager: portage-2.3.2_p5

 www-client/chromium/chromium-54.0.2840.100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/chromium-54.0.2840.100.ebuild 
b/www-client/chromium/chromium-54.0.2840.100.ebuild
index 80087d2..ec95879 100644
--- a/www-client/chromium/chromium-54.0.2840.100.ebuild
+++ b/www-client/chromium/chromium-54.0.2840.100.ebuild
@@ -76,7 +76,7 @@ COMMON_DEPEND="
dev-libs/libxml2:=[icu]
dev-libs/libxslt:=
media-libs/flac:=
-   >=media-libs/harfbuzz-0.9.41:=[icu(+)]
+   >=media-libs/harfbuzz-1.3.1:=[icu(+)]
>=media-libs/libwebp-0.4.0:=
sys-libs/zlib:=[minizip]
kerberos? ( virtual/krb5 )



[gentoo-commits] repo/gentoo:master commit in: www-client/chromium/

2016-11-13 Thread Mike Gilbert
commit: 78047b6f5c093fdfaa64c19f47798fcb1b5591d4
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Nov 13 21:06:17 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Nov 13 21:06:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78047b6f

www-client/chromium: fix null pointer deref in V8 with gcc-6

Bug: https://bugs.gentoo.org/588596

Package-Manager: portage-2.3.2_p5

 www-client/chromium/chromium-54.0.2840.100.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www-client/chromium/chromium-54.0.2840.100.ebuild 
b/www-client/chromium/chromium-54.0.2840.100.ebuild
index ec95879..3c2597f 100644
--- a/www-client/chromium/chromium-54.0.2840.100.ebuild
+++ b/www-client/chromium/chromium-54.0.2840.100.ebuild
@@ -538,6 +538,9 @@ src_configure() {
# Make sure the build system will use the right tools, bug #340795.
tc-export AR CC CXX NM
 
+   # https://bugs.gentoo.org/588596
+   append-cxxflags $(test-flags-CXX -fno-delete-null-pointer-checks)
+
# Define a custom toolchain for GN
myconf_gn+=" custom_toolchain=\"${FILESDIR}/toolchain:default\""
 



[gentoo-commits] repo/gentoo:master commit in: www-client/chromium/

2016-11-13 Thread Mike Gilbert
commit: db33f903e480714488d75bf5a46154300f5cf9a5
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Nov 13 21:01:49 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Nov 13 21:01:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db33f903

www-client/chromium: remove old

Package-Manager: portage-2.3.2_p5

 www-client/chromium/Manifest |   1 -
 www-client/chromium/chromium-54.0.2840.59.ebuild | 732 ---
 2 files changed, 733 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 7a4818d..422e1e7 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,5 +1,4 @@
 DIST chromium-54.0.2840.100.tar.xz 479762112 SHA256 
e2e7f54a780c93ec2e933af09e1126837e6cf940b57213d39f36d58df10c89df SHA512 
52f34db6f68bbf2c8a1ac71789dfa7b6ee17ea97519d0a9a1079d78324cffe55572652701e05055f08e03230d887674757322399062f2f5354b1e43c3fdf8f78
 WHIRLPOOL 
e9e47d695b32aff2a5c654cdec664ea3f94307639e9f330bd231ff6d762ea9caffe1130595dbb36443eefc8bccac92839bc967db89dbed236c5bfa91c6fc6e9b
-DIST chromium-54.0.2840.59.tar.xz 479763932 SHA256 
df89c284b0109566acc6a5a1a84d94a5ab0509cc3a86a31299a50328991edcde SHA512 
f0b615a2e7dd667c8959f8ce501035a69e7ce852f04ae3023677d933025a56cbc7e1c5f4e85f6e790236ac61cfbd5df7290ed5da74292ee40ebbd89e75fb159f
 WHIRLPOOL 
a719ddf51cce89bb445bed1cfa694bf5c49a67455b1ed495363920303ba4337ae81d660c7fa613653f84e1cefb934d54640ea6727b95e0ab4451517d3db83299
 DIST chromium-55.0.2883.35.tar.xz 511169840 SHA256 
fa296cf4135576dcb70384264614e520db101e63f6532dab2c909e6fa7454985 SHA512 
f3a9e9eecfec76517a20db6fbd5d45c6d390fea62cbc19c4b67684c556018ac9e6d247395ca1c067a71dc26faab25bd312bae62a6fafa2bf9c15e5a25857c361
 WHIRLPOOL 
a659cf280bec4c68c1f41fdd59c6931e7798831406078a04623f5a6362da0bfbe05d848e23b462d794d2bfbb49e3e233c2513c1687effceb488480cbbd7f9f19
 DIST chromium-55.0.2883.44.tar.xz 511128216 SHA256 
f55e00cb01da17541da52aa02ebf3a5001be773c3fcd7b2f824c0a425d6c85b7 SHA512 
464e5c68fcde6afc0b4212db9864b17ab7d4f4ea51640e2379b7abcd12aa675fdea66e033e3b1c25437958e16d1537d62bd2e3ff878007c08a184c188fb94d57
 WHIRLPOOL 
c9001e99ae818ce8bbba8a21e786a09e55a7ae07c076c67001cd45a51e605b71035183232e6d83aa3662ff533f369541af720db4531bbbfd0ecf6eabddfa0443
 DIST chromium-56.0.2906.0.tar.xz 512964244 SHA256 
df2e0f02630fcdf394bab60c71fe4727b054822ed146831d8fdd3f6f5b59cfdd SHA512 
f9b52cd5ebaf0f18a660018cbdaeb0ceb49862847ba067b1ab9b970ab77a760a256477fcb7e479bdc6248ce7d2a514745d6139139edd04cb1c9e5fb7df3efd4d
 WHIRLPOOL 
cb635f3db2cb965930c6a5f5eb7e9e987238ec058abe381451c9c1476ba390c7bb8f6bc618f0cc55b1ac568ab955bbf539a460e61c36437bdf6c16d39e7a4ee3

diff --git a/www-client/chromium/chromium-54.0.2840.59.ebuild 
b/www-client/chromium/chromium-54.0.2840.59.ebuild
deleted file mode 100644
index 80087d2..
--- a/www-client/chromium/chromium-54.0.2840.59.ebuild
+++ /dev/null
@@ -1,732 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="6"
-PYTHON_COMPAT=( python2_7 )
-
-CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu 
he
-   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr
-   sv sw ta te th tr uk vi zh-CN zh-TW"
-
-inherit check-reqs chromium-2 eutils gnome2-utils flag-o-matic multilib 
multiprocessing pax-utils portability python-any-r1 readme.gentoo-r1 
toolchain-funcs versionator virtualx xdg-utils
-
-DESCRIPTION="Open-source version of Google Chrome web browser"
-HOMEPAGE="http://chromium.org/;
-SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="cups +gn gnome gnome-keyring gtk3 +hangouts kerberos neon pic 
+proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +tcmalloc widevine"
-RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
-
-# Native Client binaries are compiled with different set of flags, bug #452066.
-QA_FLAGS_IGNORED=".*\.nexe"
-
-# Native Client binaries may be stripped by the build system, which uses the
-# right tools for it, bug #469144 .
-QA_PRESTRIPPED=".*\.nexe"
-
-COMMON_DEPEND="
-   app-arch/bzip2:=
-   cups? ( >=net-print/cups-1.3.11:= )
-   >=dev-libs/elfutils-0.149
-   dev-libs/expat:=
-   dev-libs/glib:=
-   >=dev-libs/jsoncpp-0.5.0-r1:=
-   dev-libs/nspr:=
-   >=dev-libs/nss-3.14.3:=
-   >=dev-libs/re2-0.2016.05.01:=
-   gnome? ( >=gnome-base/gconf-2.24.0:= )
-   gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= )
-   >=media-libs/alsa-lib-1.0.19:=
-   media-libs/fontconfig:=
-   media-libs/freetype:=
-   media-libs/libexif:=
-   media-libs/libjpeg-turbo:=
-   media-libs/libpng:=
-   media-libs/libvpx:=[svc]
-   media-libs/speex:=
-   pulseaudio? ( media-sound/pulseaudio:= )
-   system-ffmpeg? ( 

[gentoo-commits] repo/gentoo:master commit in: www-client/chromium/

2016-11-13 Thread Mike Gilbert
commit: aa24ca1549e5f2212320e6801b2c297cd7b4c72c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Nov 13 20:59:04 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Nov 13 20:59:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa24ca15

www-client/chromium: beta channel bump (55.0.2883.44)

Addresses a couple bugs:

- Null pointer deref in V8 (bug 588596).
- Crash with old harfbuzz (bug 599098).

Bug: https://bugs.gentoo.org/588596
Bug: https://bugs.gentoo.org/599098
Package-Manager: portage-2.3.2_p5

 www-client/chromium/Manifest| 2 +-
 .../{chromium-55.0.2883.28.ebuild => chromium-55.0.2883.44.ebuild}  | 6 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 03f9ab1..7a4818d 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,6 +1,6 @@
 DIST chromium-54.0.2840.100.tar.xz 479762112 SHA256 
e2e7f54a780c93ec2e933af09e1126837e6cf940b57213d39f36d58df10c89df SHA512 
52f34db6f68bbf2c8a1ac71789dfa7b6ee17ea97519d0a9a1079d78324cffe55572652701e05055f08e03230d887674757322399062f2f5354b1e43c3fdf8f78
 WHIRLPOOL 
e9e47d695b32aff2a5c654cdec664ea3f94307639e9f330bd231ff6d762ea9caffe1130595dbb36443eefc8bccac92839bc967db89dbed236c5bfa91c6fc6e9b
 DIST chromium-54.0.2840.59.tar.xz 479763932 SHA256 
df89c284b0109566acc6a5a1a84d94a5ab0509cc3a86a31299a50328991edcde SHA512 
f0b615a2e7dd667c8959f8ce501035a69e7ce852f04ae3023677d933025a56cbc7e1c5f4e85f6e790236ac61cfbd5df7290ed5da74292ee40ebbd89e75fb159f
 WHIRLPOOL 
a719ddf51cce89bb445bed1cfa694bf5c49a67455b1ed495363920303ba4337ae81d660c7fa613653f84e1cefb934d54640ea6727b95e0ab4451517d3db83299
-DIST chromium-55.0.2883.28.tar.xz 511010052 SHA256 
e09f3c69fc3937da9a4ef6f9dfb7eda8364bbcf17a358229ee7245544e548ae2 SHA512 
9fc5bce0d154e6c6e211afee596acd179337354a257b5aab8c089d822132eb97ac307d33a9e91201e76218b3504431c02762c9d5e96efcad11f79d0f6adeaf27
 WHIRLPOOL 
7e774b4a76909e6f6402e5dfdcd71c3d8a1e1b0459a2f5be670761376c7311a502d1d8659c965925b1f288c5f6cfa81cc263dc20e78343684bc4031fd0b6f8dc
 DIST chromium-55.0.2883.35.tar.xz 511169840 SHA256 
fa296cf4135576dcb70384264614e520db101e63f6532dab2c909e6fa7454985 SHA512 
f3a9e9eecfec76517a20db6fbd5d45c6d390fea62cbc19c4b67684c556018ac9e6d247395ca1c067a71dc26faab25bd312bae62a6fafa2bf9c15e5a25857c361
 WHIRLPOOL 
a659cf280bec4c68c1f41fdd59c6931e7798831406078a04623f5a6362da0bfbe05d848e23b462d794d2bfbb49e3e233c2513c1687effceb488480cbbd7f9f19
+DIST chromium-55.0.2883.44.tar.xz 511128216 SHA256 
f55e00cb01da17541da52aa02ebf3a5001be773c3fcd7b2f824c0a425d6c85b7 SHA512 
464e5c68fcde6afc0b4212db9864b17ab7d4f4ea51640e2379b7abcd12aa675fdea66e033e3b1c25437958e16d1537d62bd2e3ff878007c08a184c188fb94d57
 WHIRLPOOL 
c9001e99ae818ce8bbba8a21e786a09e55a7ae07c076c67001cd45a51e605b71035183232e6d83aa3662ff533f369541af720db4531bbbfd0ecf6eabddfa0443
 DIST chromium-56.0.2906.0.tar.xz 512964244 SHA256 
df2e0f02630fcdf394bab60c71fe4727b054822ed146831d8fdd3f6f5b59cfdd SHA512 
f9b52cd5ebaf0f18a660018cbdaeb0ceb49862847ba067b1ab9b970ab77a760a256477fcb7e479bdc6248ce7d2a514745d6139139edd04cb1c9e5fb7df3efd4d
 WHIRLPOOL 
cb635f3db2cb965930c6a5f5eb7e9e987238ec058abe381451c9c1476ba390c7bb8f6bc618f0cc55b1ac568ab955bbf539a460e61c36437bdf6c16d39e7a4ee3
 DIST chromium-56.0.2914.3.tar.xz 511525012 SHA256 
f64c788adeb1060a58c737af37f8973abb8fb9cc765c1a841d3700b3cb4a1fdd SHA512 
521e567ef8b89e1f8ebd298ab19d269784ffc31dfbc9dd2588ce886d7b052924304ea4c0c4fb7b2555ab4b4c2adc9fbff07cdb455d898fc3a71744b118cbef04
 WHIRLPOOL 
94000767786746748d7896d28270f5c02ccfabdd413434b117d17799d6e502f4376a2ca5753fde8f9f5f5897627da55fd460bcb7b4c34aab25c3d662ad3fc109

diff --git a/www-client/chromium/chromium-55.0.2883.28.ebuild 
b/www-client/chromium/chromium-55.0.2883.44.ebuild
similarity index 99%
rename from www-client/chromium/chromium-55.0.2883.28.ebuild
rename to www-client/chromium/chromium-55.0.2883.44.ebuild
index b925178..2a282eb 100644
--- a/www-client/chromium/chromium-55.0.2883.28.ebuild
+++ b/www-client/chromium/chromium-55.0.2883.44.ebuild
@@ -77,7 +77,7 @@ COMMON_DEPEND="
dev-libs/libxml2:=[icu]
dev-libs/libxslt:=
media-libs/flac:=
-   >=media-libs/harfbuzz-0.9.41:=[icu(+)]
+   >=media-libs/harfbuzz-1.3.1:=[icu(+)]
>=media-libs/libwebp-0.4.0:=
sys-libs/zlib:=[minizip]
kerberos? ( virtual/krb5 )
@@ -167,6 +167,7 @@ PATCHES=(
"${FILESDIR}/${PN}-widevine-r1.patch"
"${FILESDIR}/${PN}-54-ffmpeg2compat.patch"
"${FILESDIR}/${PN}-gn-bootstrap-ld.patch"
+   "${FILESDIR}/${PN}-icu-58.patch"
 )
 
 pkg_pretend() {
@@ -534,6 +535,9 @@ src_configure() {
# Make sure the build system will use the right tools, bug #340795.
tc-export AR CC CXX NM
 
+   # https://bugs.gentoo.org/588596
+   append-cxxflags $(test-flags-CXX -fno-delete-null-pointer-checks)
+
# Define a custom toolchain for GN

[gentoo-commits] repo/gentoo:master commit in: app-admin/apache-tools/

2016-11-13 Thread Mike Gilbert
commit: f63eff117b81a6703e670bd65596d1f7d843ca0c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Nov 13 20:36:46 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Nov 13 20:41:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f63eff11

app-admin/apache-tools: fix pcre-config wrapper script

Thanks to Robert Förster for noticing the error.

Bug: https://bugs.gentoo.org/597868

Package-Manager: portage-2.3.2_p5

 app-admin/apache-tools/apache-tools-2.4.20.ebuild | 13 ++---
 app-admin/apache-tools/apache-tools-2.4.23.ebuild | 13 ++---
 2 files changed, 20 insertions(+), 6 deletions(-)

diff --git a/app-admin/apache-tools/apache-tools-2.4.20.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.20.ebuild
index 574e9a8..c39a87e 100644
--- a/app-admin/apache-tools/apache-tools-2.4.20.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.4.20.ebuild
@@ -39,9 +39,16 @@ src_prepare() {
 
# This package really should upgrade to using pcre's .pc file.
cat <<-\EOF >"${T}"/pcre-config
-   #!/bin/sh
-   [ "${flag}" = "--version" ] && set -- --modversion
-   exec ${PKG_CONFIG} libpcre "$@"
+   #!/bin/bash
+   flags=()
+   for flag; do
+   if [[ ${flag} == "--version" ]]; then
+   flags+=( --modversion )
+   else
+   flags+=( "${flag}" )
+   fi
+   done
+   exec ${PKG_CONFIG} libpcre "${flags[@]}"
EOF
chmod a+x "${T}"/pcre-config
 }

diff --git a/app-admin/apache-tools/apache-tools-2.4.23.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.23.ebuild
index b0a673d..e52b5cf 100644
--- a/app-admin/apache-tools/apache-tools-2.4.23.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.4.23.ebuild
@@ -39,9 +39,16 @@ src_prepare() {
 
# This package really should upgrade to using pcre's .pc file.
cat <<-\EOF >"${T}"/pcre-config
-   #!/bin/sh
-   [ "${flag}" = "--version" ] && set -- --modversion
-   exec ${PKG_CONFIG} libpcre "$@"
+   #!/bin/bash
+   flags=()
+   for flag; do
+   if [[ ${flag} == "--version" ]]; then
+   flags+=( --modversion )
+   else
+   flags+=( "${flag}" )
+   fi
+   done
+   exec ${PKG_CONFIG} libpcre "${flags[@]}"
EOF
chmod a+x "${T}"/pcre-config
 }



[gentoo-commits] repo/gentoo:master commit in: eclass/

2016-11-13 Thread Mike Gilbert
commit: 7bd7223753c766f79f80e46c828ddbc02b16fa20
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Nov 13 20:37:02 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Nov 13 20:41:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bd72237

apache-2.eclass: fix pcre-config wrapper script

Thanks Robert Förster for noticing the error.

Bug: https://bugs.gentoo.org/598808

 eclass/apache-2.eclass | 13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass
index a8d5804..919f82f 100644
--- a/eclass/apache-2.eclass
+++ b/eclass/apache-2.eclass
@@ -485,9 +485,16 @@ apache-2_src_prepare() {
 
# This package really should upgrade to using pcre's .pc file.
cat <<-\EOF >"${T}"/pcre-config
-   #!/bin/sh
-   [ "${flag}" = "--version" ] && set -- --modversion
-   exec ${PKG_CONFIG} libpcre "$@"
+   #!/bin/bash
+   flags=()
+   for flag; do
+   if [[ ${flag} == "--version" ]]; then
+   flags+=( --modversion )
+   else
+   flags+=( "${flag}" )
+   fi
+   done
+   exec ${PKG_CONFIG} libpcre "${flags[@]}"
EOF
chmod a+x "${T}"/pcre-config
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/pygtkspellcheck/, dev-libs/zlog/, dev-python/dnslib/, ...

2016-11-13 Thread Mike Gilbert
commit: fddec6d4f411df82e6d78aef005e463c3a703cde
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Nov 13 20:00:27 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Nov 13 20:00:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fddec6d4

Remove non-DIST entries from Manifests

 dev-libs/zlog/Manifest  | 3 ---
 dev-python/dnslib/Manifest  | 2 --
 dev-python/pygtkspellcheck/Manifest | 2 --
 sys-libs/musl-nscd/Manifest | 5 -
 4 files changed, 12 deletions(-)

diff --git a/dev-libs/zlog/Manifest b/dev-libs/zlog/Manifest
index 6e967a9..d16c2c3 100644
--- a/dev-libs/zlog/Manifest
+++ b/dev-libs/zlog/Manifest
@@ -1,4 +1 @@
-AUX zlog_no_werr.patch 498 SHA256 
c2fb673cfd264a4d386be9e7c753072dc85d2531842d6f89ec0bbe5f6f4807aa SHA512 
a827b7927089016a012bba7d2012800687494c540df73ae6797162157d412019bbc3943fced8e2a1e4f29c5faf5c9a998406b75a335ccd8c2bebd21b14c29fd4
 WHIRLPOOL 
bbdc94aadae88229c8333b612634223f524f0e5d8a833b4c4c312a5309883a7dc2a4fe49e96840883a1c74cff48cfa48cd78723fa0106a25481ebf5992bfce38
 DIST zlog-v1.2.12.tar.gz 120048 SHA256 
9c6014a3f74d136c70255539beba11f30e1d3617d07ce7ea917b35f3e52bac20 SHA512 
4e1d773f33f9202702bb5e80f4dcc6f8ab28480a8515ad8b9562ee68703c065c2f18113124535c7163e240013ad121a6ce311a0fc04ac6c32971509ec33615ec
 WHIRLPOOL 
17a0ed7074c1339a24cc06d04f753121fba7fa0fb4abdd94688a105c8d83c5eed61bbd49f66a2214867d8535fa524350b2265ca613af045cd96bd4b8f37c492b
-EBUILD zlog-1.2.12.ebuild 632 SHA256 
09c4e4f1fd902bb11f776f028d7cc99bef6b82c8bc0b9b70a68ba0cfa4d886f0 SHA512 
fd306803e73071e8f964ae2a57a9ab6cf7bada1bf55a1312592871b346b5bb88b432549a65f76c3ade06e44b4513c9b5c8ec6540b5ce22e0ec876c9459c6aa4f
 WHIRLPOOL 
5395cd398f1d2a015797327dbc65763eb1cd15d356f539f47d25d3e12e15a1af2550eab31d7b65e2d8745f9ffe8fbdf69c8e5619e97f0f2e2399408746f5742d
-MISC metadata.xml 257 SHA256 
0ed5160adc3d550e07f1e48bb001ee4a2cbeea1519eb6957db02f33d39439fae SHA512 
d72a7eabf114b09eaff9c39f5283eb6b882905e2bd5fc77868814862d7f0320c8a73bafcb94fa5f6f811c87edd417b7766361a4637cfd4dd67b0014049f49544
 WHIRLPOOL 
787707752a4c8bc93217f05ea717e7cab894ec2cbf4ddc6134fe3e32b98a6d0c0df8d584eb4014a45560b03de5b301ff935f986a8d990d047677ca276be13dc3

diff --git a/dev-python/dnslib/Manifest b/dev-python/dnslib/Manifest
index 606bda7..084d69d 100644
--- a/dev-python/dnslib/Manifest
+++ b/dev-python/dnslib/Manifest
@@ -1,3 +1 @@
 DIST dnslib-0.9.6.tar.gz 60079 SHA256 
6ba31ae2014644901a301727cc4e22844eb19295a959c362568f08aee9b3bfa8 SHA512 
c733803a9b25356c82afb4ce853a681545aebdb5fbd4f8a544eea9bb61ff354acc044a43357435e02b8b787a17fec99ea7e9f01b1c1e93a2e39945657c495105
 WHIRLPOOL 
e8ac5e7b97263e5a56ec47683052a2d00d4e340548f1d2241793d65738021ed4e6e2ac79907dc6f1bc9754bfaf0425d0dd22443cc152a20322cd1972c731413b
-EBUILD dnslib-0.9.6.ebuild 468 SHA256 
96d0e6fdb4c60c75fd10b81f04bb2ac03e30131cbafbd10fadbedb84c061726a SHA512 
03f6ca83ab99b63b0666423ca7886450df40a4e1381d953d60c0b84b4740035f149c12bbf98854dea208978b7891c7bdff4ba85455514c05b03e2cbc2b9c0aa1
 WHIRLPOOL 
cc6ffb113d75e9a946efbd9a3a15f087748194fd519ba0a0d703100441a4d462e141407b9517087d076b6b4c2ef87d9e7485090b097b0296dc32a8cae3195143
-MISC metadata.xml 432 SHA256 
53e82e318d1263b44bf3470627bd8a7c806023dbb71e777098327cc523dffc1c SHA512 
d4ff137034358979e2b59fa11e18ff17ade90c1c2127f5c769a58c8867a5de1a4736c2d22cad063b9119067578feb6401305f6acfd3e05d897b3f01f273e5530
 WHIRLPOOL 
710662c65d421dbfe7def2e85d3099ff023af5a96417c78f105d166dc0ddeeb7b005aa0d1ed4fb234a32c38d257723a79290d23278886759b41744fbd7e2fdc7

diff --git a/dev-python/pygtkspellcheck/Manifest 
b/dev-python/pygtkspellcheck/Manifest
index ced9b94..cd74e52 100644
--- a/dev-python/pygtkspellcheck/Manifest
+++ b/dev-python/pygtkspellcheck/Manifest
@@ -1,3 +1 @@
 DIST pygtkspellcheck-4.0.5.tar.gz 184313 SHA256 
5d7473de147ab2c8fb61de93f7275139c53b08d8cee6b43a2062d6c83a6b2987 SHA512 
f2ea035093a4d8bd9ca3b04f7433808b1ea8c3723b3ea12b95f470d8eb003c9cf58114cb4f342f36732ae46e6156223db5185f16a8c4b27551a6b99bc28a45b9
 WHIRLPOOL 
c7a891987c148ca3531b43ad245576efdff328ace04e10ba992efea99768ad84a35f9d94d20e98973c37ceffe6e242dcee635ff0e912192a4605cd07153514a4
-EBUILD pygtkspellcheck-4.0.5.ebuild 564 SHA256 
f72d980e63ccb290427825c4df87750b7d1d47cddab1090318a254b605cd352b SHA512 
5c0c3476f9685056f2f4a0596ecd688d206ce53f4e991fcb07860457213e2e19f49ad260f4bdddf731c376eb047474ad2fe815c2ea8e00fde29937e81dce415f
 WHIRLPOOL 
ffaea976694f9fcd0247606f8182e1a7a77da6e00f1fceabda278a85f9c31d0c7ede94c6cff4281588f0a736ab6b2264cc869075c75914bce8b693509447d75c
-MISC metadata.xml 381 SHA256 
11a6ef60d00856e06235b7b8db96784a94a8cc960a328d2ed5d30399370c374d SHA512 
da194ec55795437aca489e1f99bcc097234dc6a0d811f55bc216f3b49420a4da190c997da593da25fc259e6cdaf41feb44e8baebe7ceb55c82ca10bf571c41f8
 WHIRLPOOL 
11aa352eb7b87f3ffa5340c72b445b42e6b5f3a15d3e47fcb5357286ac1df3ca20e181d73da8c3909cb0dd02dc93bb868bed41adcdbdbd09da8738b81d8bd166

diff --git a/sys-libs/musl-nscd/Manifest b/sys-libs/musl-nscd/Manifest

[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/amd64/hardened/, releases/weekly/specs/alpha/, ...

2016-11-13 Thread Jorge Manuel B. S. Vicetto
commit: d47466ed7a316755e8792c3a8132aa03992f9d4c
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Sun Nov 13 19:55:11 2016 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Sun Nov 13 19:55:43 2016 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=d47466ed

Drop sys-apps/apmd - fixes bug 552314.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 releases/weekly/specs/alpha/installcd-stage1.spec| 2 --
 releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec | 1 -
 releases/weekly/specs/amd64/hardened/admincd-stage1.spec | 1 -
 releases/weekly/specs/amd64/installcd-stage1.spec| 1 -
 releases/weekly/specs/amd64/livecd-stage1.spec   | 1 -
 releases/weekly/specs/amd64/livedvd-stage1.spec  | 1 -
 releases/weekly/specs/ia64/installcd-stage1.spec | 2 --
 releases/weekly/specs/ppc/ppc64/installcd-stage1.spec| 1 -
 releases/weekly/specs/sparc/sparc64/installcd-stage1.spec| 2 --
 releases/weekly/specs/x86/hardened/admincd-stage1.spec   | 1 -
 releases/weekly/specs/x86/hardened/installcd-stage1.spec | 1 -
 releases/weekly/specs/x86/i686/livecd-stage1.spec| 1 -
 releases/weekly/specs/x86/i686/livedvd-stage1.spec   | 1 -
 releases/weekly/specs/x86/installcd-stage1.spec  | 1 -
 14 files changed, 17 deletions(-)

diff --git a/releases/weekly/specs/alpha/installcd-stage1.spec 
b/releases/weekly/specs/alpha/installcd-stage1.spec
index 3f29158..300e7ea 100644
--- a/releases/weekly/specs/alpha/installcd-stage1.spec
+++ b/releases/weekly/specs/alpha/installcd-stage1.spec
@@ -58,7 +58,6 @@ livecd/packages:
 #  net-wireless/wireless-tools
 #  net-wireless/wpa_supplicant
 #  net-wireless/zd1201-firmware
-#  sys-apps/apmd
sys-apps/busybox
sys-apps/ethtool
 #  sys-apps/fxload
@@ -99,5 +98,4 @@ livecd/packages:
sys-libs/gpm
 # No ACPI on alphas, not keyworded. 
 #  sys-power/acpid
-#  sys-power/apmd
www-client/links

diff --git a/releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec 
b/releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec
index 331e70f..891407f 100644
--- a/releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec
+++ b/releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec
@@ -122,7 +122,6 @@ livecd/packages:
net-wireless/rfkill
net-wireless/wireless-tools
net-wireless/wpa_supplicant
-   sys-apps/apmd
sys-apps/arrayprobe
sys-apps/acl
sys-apps/attr

diff --git a/releases/weekly/specs/amd64/hardened/admincd-stage1.spec 
b/releases/weekly/specs/amd64/hardened/admincd-stage1.spec
index af9d4df..37186dd 100644
--- a/releases/weekly/specs/amd64/hardened/admincd-stage1.spec
+++ b/releases/weekly/specs/amd64/hardened/admincd-stage1.spec
@@ -125,7 +125,6 @@ livecd/packages:
net-wireless/rfkill
net-wireless/wireless-tools
net-wireless/wpa_supplicant
-   sys-apps/apmd
sys-apps/arrayprobe
sys-apps/acl
sys-apps/attr

diff --git a/releases/weekly/specs/amd64/installcd-stage1.spec 
b/releases/weekly/specs/amd64/installcd-stage1.spec
index b641e1b..5deb350 100644
--- a/releases/weekly/specs/amd64/installcd-stage1.spec
+++ b/releases/weekly/specs/amd64/installcd-stage1.spec
@@ -65,7 +65,6 @@ livecd/packages:
net-wireless/rfkill
net-wireless/wireless-tools
net-wireless/wpa_supplicant
-   sys-apps/apmd
sys-apps/busybox
sys-apps/dmidecode
sys-apps/ethtool

diff --git a/releases/weekly/specs/amd64/livecd-stage1.spec 
b/releases/weekly/specs/amd64/livecd-stage1.spec
index fb96da8..660ef50 100644
--- a/releases/weekly/specs/amd64/livecd-stage1.spec
+++ b/releases/weekly/specs/amd64/livecd-stage1.spec
@@ -85,7 +85,6 @@ livecd/packages:
net-wireless/zd1201-firmware
net-wireless/zd1211-firmware
 ### Masked (no keywords)
-#  sys-apps/apmd
sys-apps/ethtool
sys-apps/fxload
sys-apps/hdparm

diff --git a/releases/weekly/specs/amd64/livedvd-stage1.spec 
b/releases/weekly/specs/amd64/livedvd-stage1.spec
index 989299f..d031130 100644
--- a/releases/weekly/specs/amd64/livedvd-stage1.spec
+++ b/releases/weekly/specs/amd64/livedvd-stage1.spec
@@ -188,7 +188,6 @@ livecd/packages:
net-wireless/zd1211-firmware
rox-base/rox
 ### Masked
-#  sys-apps/apmd
sys-apps/dmidecode
sys-apps/ethtool
sys-apps/fxload

diff --git a/releases/weekly/specs/ia64/installcd-stage1.spec 
b/releases/weekly/specs/ia64/installcd-stage1.spec
index 2702028..9ff1274 100644
--- a/releases/weekly/specs/ia64/installcd-stage1.spec
+++ b/releases/weekly/specs/ia64/installcd-stage1.spec
@@ -59,7 +59,6 @@ livecd/packages:
 #  net-wireless/wireless-tools
 #  

[gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp2/

2016-11-13 Thread Lars Wendler
commit: 7a511585ee55af07f45b9e4d277355614d193f9c
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Nov 13 19:39:59 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Nov 13 19:48:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a511585

net-libs/nghttp2: Bump to version 1.16.1

Package-Manager: portage-2.3.2

 net-libs/nghttp2/Manifest  |  1 +
 net-libs/nghttp2/nghttp2-1.16.1.ebuild | 62 ++
 2 files changed, 63 insertions(+)

diff --git a/net-libs/nghttp2/Manifest b/net-libs/nghttp2/Manifest
index cf7e565..a20d8fa 100644
--- a/net-libs/nghttp2/Manifest
+++ b/net-libs/nghttp2/Manifest
@@ -1,4 +1,5 @@
 DIST nghttp2-1.10.0.tar.gz 2086580 SHA256 
192dc031e71e182240079befae9db7e64c9951da3a83c7a438f57cf76145b6a8 SHA512 
4341f76ead38ba30e0dfda492e2e0f4c842f453e235fa90ee55b1e556092828236f21c6b212d0099cea005f149e4be3e63ad007009dd5228999101e563009a6f
 WHIRLPOOL 
603391b0d15883cd9db734a0e4bb7d994c17ae4209d5251504e29cc59e0ccf67488b9340acefdb6d6603e9e7d3b0a0491ed18330edce4d20adb0ed19ffc5b975
 DIST nghttp2-1.15.0.tar.gz 2139639 SHA256 
3c8bd105c65d2fe9b582e61adac3f571cf15f547a6d559106979c9019e3b8901 SHA512 
898924de5ef139bc55a8f12830cc4950a4821ad7ef2f3c0a840183f5389b9a536ba74389993ef6204d26ed149f81e5ec2bb715d5e9483e2b552b4cd64cd17efe
 WHIRLPOOL 
a451bb799adc382f2a4ebf17a174a27241c826bcd7b27021bc6294ef7232ea76e72d8a49690b3b26d560fe03757867d2c943c9bcf6cd484d2b6067dd1acfdf2e
 DIST nghttp2-1.16.0.tar.gz 2150767 SHA256 
02b829d8cdb93ed4598e5209d8932bd272f706d3c183787378209f988e01f007 SHA512 
9397d584e6062996af01a3c403c637c5ba7ef822d0df1a9ee8066079c00e3bf5171cd5c43cb6a1ef40ce16aac78a73eb89206aa3b61b317b7f81647c36c6e08d
 WHIRLPOOL 
af5d92d7e6b2fc146dda2391530e71dbc021749335dc123935b572de25cb2bdf4b37e40f5aa8c5da91a2080e33d35f630c161d1f62a701d410b283bee01e55da
+DIST nghttp2-1.16.1.tar.gz 2145926 SHA256 
c690d89f653722e335c36aec861d5f1769cfdb9ea873d9874ffa54dac4532cf3 SHA512 
efc14020c842e2ba039fe75281103905fb2a38711d5cc5980b899e44f6dd5e409d5ae1544fd3b1a66dc4abc1310cdcddb56c4d6d58b9a3fb12e517edaefebe1c
 WHIRLPOOL 
b8229aa612f310b23361d362806cbe7f9a56f4011ae60b82f8e6ba43fa0c3ee3e7148dc0525b584f68af875f20aa9f64fd8de56587f7b3b216413b0e383875c8
 DIST nghttp2-1.7.1.tar.gz 1993320 SHA256 
d83858464c03555828bb603288b66a48680bf164b376d2459a5407c102098a14 SHA512 
3a71153d2b30a69e79115402b7db9a04bc812025ccb67b918079f33690f18eb5b286095b8bc161df91abf6466b6bb822ecc13c49bee54265a06ba9ab7c289b54
 WHIRLPOOL 
41d0afd43878029069d2c339e22b8aec77fedbd1b0fb45da96b9592525c760731e2eec567999af704d63cf94c913b1d0c52063380e69170e1f2d2b928c1d70f3

diff --git a/net-libs/nghttp2/nghttp2-1.16.1.ebuild 
b/net-libs/nghttp2/nghttp2-1.16.1.ebuild
new file mode 100644
index ..1fae52d
--- /dev/null
+++ b/net-libs/nghttp2/nghttp2-1.16.1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# TODO: Add python support.
+
+EAPI=6
+
+inherit multilib-minimal
+
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="https://github.com/tatsuhiro-t/nghttp2.git;
+   inherit git-r3
+else
+   
SRC_URI="https://github.com/tatsuhiro-t/nghttp2/releases/download/v${PV}/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
+fi
+
+DESCRIPTION="HTTP/2 C Library"
+HOMEPAGE="https://nghttp2.org/;
+
+LICENSE="MIT"
+SLOT="0/1.14" # . SONAMEs
+IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils 
xml"
+
+RDEPEND="
+   cxx? ( dev-libs/boost:=[${MULTILIB_USEDEP},threads] )
+   hpack-tools? ( >=dev-libs/jansson-2.5 )
+   jemalloc? ( dev-libs/jemalloc[${MULTILIB_USEDEP}] )
+   utils? (
+   >=dev-libs/libev-4.15[${MULTILIB_USEDEP}]
+   !libressl? ( 
>=dev-libs/openssl-1.0.2:0[-bindist,${MULTILIB_USEDEP}] )
+   libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
+   >=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}]
+   )
+   xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
+
+multilib_src_configure() {
+   ECONF_SOURCE=${S} \
+   econf \
+   --disable-examples \
+   --disable-failmalloc \
+   --disable-werror \
+   --without-cython \
+   --disable-python-bindings \
+   --without-spdylay \
+   $(use_enable cxx asio-lib) \
+   $(use_enable debug) \
+   $(multilib_native_use_enable hpack-tools) \
+   $(use_enable static-libs static) \
+   $(use_enable threads) \
+   $(multilib_native_use_enable utils app) \
+   $(multilib_native_use_with jemalloc) \
+   $(multilib_native_use_with xml libxml2)
+}
+
+multilib_src_install_all() {
+   use static-libs || find 

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libuv/

2016-11-13 Thread Lars Wendler
commit: a4244c652553c90e92d89039782ffcff1be07d8b
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Nov 13 19:32:32 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Nov 13 19:48:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4244c65

dev-libs/libuv: Bump to version 1.10.0

Package-Manager: portage-2.3.2

 dev-libs/libuv/Manifest|  1 +
 dev-libs/libuv/libuv-1.10.0.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-libs/libuv/Manifest b/dev-libs/libuv/Manifest
index bb44c00..ecdedc6 100644
--- a/dev-libs/libuv/Manifest
+++ b/dev-libs/libuv/Manifest
@@ -1,3 +1,4 @@
+DIST libuv-1.10.0.tar.gz 1072589 SHA256 
50f4ed57d65af4ab634e2cbdd90c49213020e15b4d77d3631feb633cbba9239f SHA512 
bbe661911ffbb9d3b9ff2e1475812c03f620859f6e794717968f4817e427c38f42a92579ff6450cf6641da60e5156bcd189b3f184cc204a39527b1700327c747
 WHIRLPOOL 
4f3e26de63e3c061034c87076772d2c0603c4129fd08f5659040c415e9593a33926499cfcfd964240e06d0e29ddb4c1c59e9e0ab0655da6c47cb1b9d99b2c0b8
 DIST libuv-1.4.2.tar.gz 1017992 SHA256 
b9e424f69db0d1c3035c5f871cd9d7a3f4bace0a4db3e974bdbfa0cf95f6b741 SHA512 
a2ee23d957b4b2c486c01a8ca0814cb42853d3496edcf2c39228fe9259317699954bd222abbcc4e7fda81b936ecfd64be3472230b319e8caab8e4bba0c835ced
 WHIRLPOOL 
53727ec56b274523e445b23160a6a42d8b7fdf5b298480f0819a0cd4a19d811b59d00756eec2c9d69a34d8add96ff6103b44752df06d1346a13f2c979f52cc4a
 DIST libuv-1.8.0.tar.gz 1048022 SHA256 
906e1a5c673c95cb261adeacdb7308a65b4a8f7c9c50d85f3021364951fa9cde SHA512 
51d5940873a771278c24a697f0da5c9cb7f42c192daa14254cff9309af600a1b343f1f39272f88d4cd0158f7b15bc966fb7e0b67b9590295fe4d9f0a7c6572b4
 WHIRLPOOL 
ce9c49d5ba646458daa60e3f935d2f53483570d6dc34a8515c875115377929271bbc113c4c382054e9b1dbe4c04e04c2381f90d0776d69b064fb72169b6b4060
 DIST libuv-1.9.1.tar.gz 1060134 SHA256 
a6ca9f0648973d1463f46b495ce546ddcbe7cce2f04b32e802a15539e46c57ad SHA512 
ad5f274f75c4c19bedbdeed8204ef8561b8c6a2697650402bf21cbf40ace35c104e089b42adc737d27b4a105283d9463ac02b6dadaec29aa6469f10b69ab3d0a
 WHIRLPOOL 
0b653dc69255596cd7ce7e8ba505f39aa95a0ca08d0fc20dbad56796a5588f2d90fd920fe8977dc36d3eec11706c8ebc4f5e1730bc4171d979b11f7a9615faaf

diff --git a/dev-libs/libuv/libuv-1.10.0.ebuild 
b/dev-libs/libuv/libuv-1.10.0.ebuild
new file mode 100644
index ..09b6ecc
--- /dev/null
+++ b/dev-libs/libuv/libuv-1.10.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools eutils multilib-minimal
+
+DESCRIPTION="Cross-platform asychronous I/O"
+HOMEPAGE="https://github.com/libuv/libuv;
+SRC_URI="https://github.com/libuv/libuv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD BSD-2 ISC MIT"
+SLOT="0/1"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+IUSE="static-libs"
+RESTRICT="test"
+
+DEPEND="sys-devel/libtool
+   virtual/pkgconfig[${MULTILIB_USEDEP}]"
+
+src_prepare() {
+   default
+
+   echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [serial-tests])" \
+   > m4/libuv-extra-automake-flags.m4 || die
+
+   eautoreconf
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   cc_cv_cflags__g=no \
+   $(use_enable static-libs static)
+}
+
+multilib_src_test() {
+   mkdir "${BUILD_DIR}"/test || die
+   cp -pPR "${S}"/test/fixtures "${BUILD_DIR}"/test/fixtures || die
+   default
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   prune_libtool_files
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libuv/

2016-11-13 Thread Lars Wendler
commit: 0b91fffd27a0db4a12eecfa951059f26098096f7
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Nov 13 19:33:08 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Nov 13 19:48:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b91fffd

dev-libs/libuv: Removed old.

Package-Manager: portage-2.3.2

 dev-libs/libuv/libuv-1.9.1.ebuild | 44 ---
 1 file changed, 44 deletions(-)

diff --git a/dev-libs/libuv/libuv-1.9.1.ebuild 
b/dev-libs/libuv/libuv-1.9.1.ebuild
deleted file mode 100644
index 82c4950..
--- a/dev-libs/libuv/libuv-1.9.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools eutils multilib-minimal
-
-DESCRIPTION="Cross-platform asychronous I/O"
-HOMEPAGE="https://github.com/libuv/libuv;
-SRC_URI="https://github.com/libuv/libuv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD BSD-2 ISC MIT"
-SLOT="0/1"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
-IUSE="static-libs"
-RESTRICT="test"
-
-DEPEND="sys-devel/libtool
-   virtual/pkgconfig[${MULTILIB_USEDEP}]"
-
-src_prepare() {
-   echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [serial-tests])" \
-   > m4/libuv-extra-automake-flags.m4 || die
-
-   eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   cc_cv_cflags__g=no \
-   $(use_enable static-libs static)
-}
-
-multilib_src_test() {
-   mkdir "${BUILD_DIR}"/test || die
-   cp -pPR "${S}"/test/fixtures "${BUILD_DIR}"/test/fixtures || die
-   default
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   prune_libtool_files
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libuv/

2016-11-13 Thread Lars Wendler
commit: 922a84f7bd57cb6cd5c37547aaf7038ebe90e42e
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Nov 13 19:44:11 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Nov 13 19:48:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=922a84f7

dev-libs/libuv: Added KDE project as maintainer (ACKed by kensington).

This package is required by >=dev-util/cmake-3.7.0 which is also maintained by
KDE project.

Package-Manager: portage-2.3.2

 dev-libs/libuv/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libuv/metadata.xml b/dev-libs/libuv/metadata.xml
index 5913682..f90a6ed 100644
--- a/dev-libs/libuv/metadata.xml
+++ b/dev-libs/libuv/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   k...@gentoo.org
+   Gentoo KDE Project
+   

libuv is a platform layer for node.js. Its purpose is to 
abstract
IOCP on Windows and epoll/kqueue/event ports/etc. on Unix 
systems.



[gentoo-commits] repo/gentoo:master commit in: dev-util/cmake/

2016-11-13 Thread Lars Wendler
commit: ac046a20d26652b6b313ddda6115be12f250ad1c
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Nov 13 19:47:50 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Nov 13 19:48:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac046a20

dev-util/cmake: Bumped to version 3.7.0. Removed old.

Package-Manager: portage-2.3.2

 dev-util/cmake/Manifest   | 2 +-
 dev-util/cmake/{cmake-3.7.0_rc3.ebuild => cmake-3.7.0.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/cmake/Manifest b/dev-util/cmake/Manifest
index f0d78dd..1ceed96 100644
--- a/dev-util/cmake/Manifest
+++ b/dev-util/cmake/Manifest
@@ -5,4 +5,4 @@ DIST cmake-3.3.1.tar.gz 6577869 SHA256 
cd65022c6a0707f1c7112f99e9c981677fdd5518f
 DIST cmake-3.5.2.tar.gz 6863498 SHA256 
92d8410d3d981bb881dfff2aed466da55a58d34c7390d50449aa59b32bb5e62a SHA512 
7b08eb9f1b37993553f89c03eceedc465dc52b787dec99b78c74ebff2817d0aac9764e82ad835e8fc39f61cd2d2c0a3544d3f5ae299234ed52e9a940edf30b81
 WHIRLPOOL 
c255825aa024ba9feb51540ed2a36cfa73c6397356d18c5ff8f49258a4c30906c8ed5d7553e7d56f3c373418697f056f218f30aa409debab2303b0f9fa84
 DIST cmake-3.6.2.tar.gz 6920069 SHA256 
189ae32a6ac398bb2f523ae77f70d463a6549926cde1544cd9cc7c6609f8b346 SHA512 
50b217d3205cc65c2b55ece4ba050b1aa80dfa8a7e22ee0ec16c741cd99a639847d197a2e8448d7710c2a6ea7ba7bbcd6e3f12810f65dcc74bd27bcdb02f844a
 WHIRLPOOL 
86ad3ff5edd071fdf46e3fc1b2d9af7cd420c93e5cb744ef0f490e6ce07c3f156384bdfb6d5246ac2caa6a563138c18e0d9208561715458343d135878223aab6
 DIST cmake-3.6.3.tar.gz 6919949 SHA256 
7d73ee4fae572eb2d7cd3feb48971aea903bb30a20ea5ae8b4da826d8ccad5fe SHA512 
bfcb51bc01f64a6ae5fb9401c037a529e4b2c0216eef68cf862a7495560dfc80589b34af94450baf4561d217dfb8075b14fbf63e3a668943a65e36ea61c5df48
 WHIRLPOOL 
ecf79bb1a4b18df07d15ed5cdeb513420a0b8d46f90154dbdf9a78d3294e202ade040e832f3479fca0889c4af3b3b50e0d9391120191bae390927888e6487b4a
-DIST cmake-3.7.0-rc3.tar.gz 7359622 SHA256 
654a5f0400c88fb07cf7e882e6254d17f248663b51a85ff07d79f7ee7b4795bd SHA512 
da98c525f4ab7d3e0dee5169f5fbbde3371e5e3daa318d95c3a2a1dbb7546a76f9d4532ea5228ce0d636a0103dccfbf39538e9ba8a049efba8148d300b096de8
 WHIRLPOOL 
dc84619153b9f7c1b3cfe614dbebd6730031214b0859cc3afdc66ab0c964acf108ecf0c1f877428adfc1030a5268772139c05c89d9ef7050555e60e1ba96e57f
+DIST cmake-3.7.0.tar.gz 7359368 SHA256 
ed63e05c41aeb6c036e503114ab15847f29c312f9f21f5f1a7060a4b4ec2fb31 SHA512 
badeb81ea5b2a765d0ae222d6c7612eba570f46b3645ac8a22e1cf5ea52648239c707e80d51c1d31f8e5b15167e37e6b4d9f6308280560b11feddc3d2fa745cd
 WHIRLPOOL 
38bf6f2861544024282e6d1fc97824c32ebb824256ebc2513ad4b4698f66803354de75d1692a63515b2b0f587cadc52d3c9e6a1b367360b561f34f1452495566

diff --git a/dev-util/cmake/cmake-3.7.0_rc3.ebuild 
b/dev-util/cmake/cmake-3.7.0.ebuild
similarity index 94%
rename from dev-util/cmake/cmake-3.7.0_rc3.ebuild
rename to dev-util/cmake/cmake-3.7.0.ebuild
index faf3193..24fd823 100644
--- a/dev-util/cmake/cmake-3.7.0_rc3.ebuild
+++ b/dev-util/cmake/cmake-3.7.0.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="http://www.cmake.org/files/v$(get_version_component_range 1-2)/${MY_P}.
 LICENSE="CMake"
 SLOT="0"
 [[ "${PV}" = *_rc* ]] || \
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc emacs system-jsoncpp ncurses qt5"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-util/geany/

2016-11-13 Thread Lars Wendler
commit: 2948f7abda2ebbfd93789294976ae58a0427dbb1
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Nov 13 19:37:16 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Nov 13 19:48:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2948f7ab

dev-util/geany: Bump to version 1.29

Package-Manager: portage-2.3.2

 dev-util/geany/Manifest  |  1 +
 dev-util/geany/geany-1.29.ebuild | 70 
 2 files changed, 71 insertions(+)

diff --git a/dev-util/geany/Manifest b/dev-util/geany/Manifest
index 63452bb..e7d9a5e 100644
--- a/dev-util/geany/Manifest
+++ b/dev-util/geany/Manifest
@@ -1,3 +1,4 @@
 DIST geany-1.24.1.tar.bz2 3990492 SHA256 
7fb505d9b01fe6874890525f837644a6a38c23a372bb068c65ef3673108a8c33 SHA512 
89bf627a861dd4c1087f283c71da9ba9c978f00f3106d97a8ee118c5b1134a8dabc0794a06fb85e58e17689e4d38da4814251b62f4109eb99984fa866483d716
 WHIRLPOOL 
c9c7bfac0130a9e88c22136c5caf19c2965a1707f667a29e20d1aedb626f843ff93fc147b6afdcd1108842bc93e9facf19257a3290aa96c09429af93a5bf4aa7
 DIST geany-1.25.tar.bz2 4149876 SHA256 
8ee41da28cead8c94d433e616d7ababa81727c63e9196ca6758ade3af14a49ef SHA512 
18c98190e387870fd85e8dba7c8033be90594bad038701cc285bfa6a7c3e8bf2817b91330be8d832c18afa3aba17bb3c9c67d86921c5c55be21483b0eb727942
 WHIRLPOOL 
3f94b5a87b22bc4c45f5f5eccf8d2cb6a1419fe7598e6e2414eb6ea1c08ea7e35bf28b8e1115da3249e58a2136fae7c82ff2f56dbf416a97df3a55b66133ced6
 DIST geany-1.28.tar.bz2 4315264 SHA256 
f73a3708f1a26e9bf72da564d5037d6f7fedca2e0d6175db0681c2b672100a5a SHA512 
b36c7effeaec88019b35ea6e6f6b5d0c691fc6790885f6ce73fd1f7e34a50e92e49fa120479c0eba17d564f985e5a560d4ea549a6e9b4e6e6f65f9a25b0c811a
 WHIRLPOOL 
16d2e122d9a89d8f66522f499f79826b6662a26fceeca5b7be2471d13c8a5036f68c1be66a08e1af9242167176f4080bed6acef9ae6005d9d868e6a7fb723278
+DIST geany-1.29.tar.bz2 4364252 SHA256 
394307596bc908419617e4c33e93eae8b5b733dfc8d01161677b8cbd3a4fb20f SHA512 
b09bc347a0a0c6ab960790d6485808b54d12d0db97b48388fce4998cb30620186f0dec0f24e55884fcc5772ed533581b583f47bd767508aab0e176f09220bc11
 WHIRLPOOL 
e38187650e196d95c4ba9bef07ffd73c774a0b8f72a49dfa1c1a1c9d93e7ed7f89165e9233e1574c33b77fadc0255df5d1231fe18f760d6aee666d1d850d6d85

diff --git a/dev-util/geany/geany-1.29.ebuild b/dev-util/geany/geany-1.29.ebuild
new file mode 100644
index ..fca8b99
--- /dev/null
+++ b/dev-util/geany/geany-1.29.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils fdo-mime gnome2-utils
+
+LANGS="ar ast be bg ca cs de el en_GB es et eu fa fi fr gl he hi hu id it ja 
kk ko lb lt mn nl nn pl pt pt_BR ro ru sk sl sr sv tr uk vi zh_CN ZH_TW"
+NOSHORTLANGS="en_GB zh_CN zh_TW"
+
+DESCRIPTION="GTK+ based fast and lightweight IDE"
+HOMEPAGE="http://www.geany.org;
+SRC_URI="http://download.geany.org/${P}.tar.bz2;
+
+LICENSE="GPL-2+ HPND"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+IUSE="gtk3 +vte"
+
+RDEPEND=">=dev-libs/glib-2.32:2
+   !gtk3? (
+   >=x11-libs/gtk+-2.24:2
+   vte? ( x11-libs/vte:0 )
+   )
+   gtk3? (
+   >=x11-libs/gtk+-3.0:3
+   vte? ( x11-libs/vte:2.90 )
+   )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   dev-util/intltool
+   sys-devel/gettext"
+
+pkg_setup() {
+   strip-linguas ${LANGS}
+}
+
+src_prepare() {
+   default
+
+   # Syntax highlighting for Portage
+   sed -i -e "s:*.sh;:*.sh;*.ebuild;*.eclass;:" \
+   data/filetype_extensions.conf || die
+}
+
+src_configure() {
+   econf \
+   --disable-dependency-tracking \
+   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
+   $(use_enable gtk3) \
+   $(use_enable vte)
+}
+
+src_install() {
+   emake DESTDIR="${D}" DOCDIR="${ED}/usr/share/doc/${PF}" install
+   rm -f "${ED}"/usr/share/doc/${PF}/{COPYING,GPL-2,ScintillaLicense.txt}
+   prune_libtool_files --all
+}
+
+pkg_preinst() { gnome2_icon_savelist; }
+
+pkg_postinst() {
+   fdo-mime_desktop_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   fdo-mime_desktop_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp2/

2016-11-13 Thread Lars Wendler
commit: 16d833493b41b88f5f65471c255d8c049b2d3e4b
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Nov 13 19:40:37 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Nov 13 19:48:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16d83349

net-libs/nghttp2: Removed old.

Package-Manager: portage-2.3.2

 net-libs/nghttp2/Manifest  |  1 -
 net-libs/nghttp2/nghttp2-1.15.0.ebuild | 62 --
 2 files changed, 63 deletions(-)

diff --git a/net-libs/nghttp2/Manifest b/net-libs/nghttp2/Manifest
index a20d8fa..e4e083e 100644
--- a/net-libs/nghttp2/Manifest
+++ b/net-libs/nghttp2/Manifest
@@ -1,5 +1,4 @@
 DIST nghttp2-1.10.0.tar.gz 2086580 SHA256 
192dc031e71e182240079befae9db7e64c9951da3a83c7a438f57cf76145b6a8 SHA512 
4341f76ead38ba30e0dfda492e2e0f4c842f453e235fa90ee55b1e556092828236f21c6b212d0099cea005f149e4be3e63ad007009dd5228999101e563009a6f
 WHIRLPOOL 
603391b0d15883cd9db734a0e4bb7d994c17ae4209d5251504e29cc59e0ccf67488b9340acefdb6d6603e9e7d3b0a0491ed18330edce4d20adb0ed19ffc5b975
-DIST nghttp2-1.15.0.tar.gz 2139639 SHA256 
3c8bd105c65d2fe9b582e61adac3f571cf15f547a6d559106979c9019e3b8901 SHA512 
898924de5ef139bc55a8f12830cc4950a4821ad7ef2f3c0a840183f5389b9a536ba74389993ef6204d26ed149f81e5ec2bb715d5e9483e2b552b4cd64cd17efe
 WHIRLPOOL 
a451bb799adc382f2a4ebf17a174a27241c826bcd7b27021bc6294ef7232ea76e72d8a49690b3b26d560fe03757867d2c943c9bcf6cd484d2b6067dd1acfdf2e
 DIST nghttp2-1.16.0.tar.gz 2150767 SHA256 
02b829d8cdb93ed4598e5209d8932bd272f706d3c183787378209f988e01f007 SHA512 
9397d584e6062996af01a3c403c637c5ba7ef822d0df1a9ee8066079c00e3bf5171cd5c43cb6a1ef40ce16aac78a73eb89206aa3b61b317b7f81647c36c6e08d
 WHIRLPOOL 
af5d92d7e6b2fc146dda2391530e71dbc021749335dc123935b572de25cb2bdf4b37e40f5aa8c5da91a2080e33d35f630c161d1f62a701d410b283bee01e55da
 DIST nghttp2-1.16.1.tar.gz 2145926 SHA256 
c690d89f653722e335c36aec861d5f1769cfdb9ea873d9874ffa54dac4532cf3 SHA512 
efc14020c842e2ba039fe75281103905fb2a38711d5cc5980b899e44f6dd5e409d5ae1544fd3b1a66dc4abc1310cdcddb56c4d6d58b9a3fb12e517edaefebe1c
 WHIRLPOOL 
b8229aa612f310b23361d362806cbe7f9a56f4011ae60b82f8e6ba43fa0c3ee3e7148dc0525b584f68af875f20aa9f64fd8de56587f7b3b216413b0e383875c8
 DIST nghttp2-1.7.1.tar.gz 1993320 SHA256 
d83858464c03555828bb603288b66a48680bf164b376d2459a5407c102098a14 SHA512 
3a71153d2b30a69e79115402b7db9a04bc812025ccb67b918079f33690f18eb5b286095b8bc161df91abf6466b6bb822ecc13c49bee54265a06ba9ab7c289b54
 WHIRLPOOL 
41d0afd43878029069d2c339e22b8aec77fedbd1b0fb45da96b9592525c760731e2eec567999af704d63cf94c913b1d0c52063380e69170e1f2d2b928c1d70f3

diff --git a/net-libs/nghttp2/nghttp2-1.15.0.ebuild 
b/net-libs/nghttp2/nghttp2-1.15.0.ebuild
deleted file mode 100644
index 1fae52d..
--- a/net-libs/nghttp2/nghttp2-1.15.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# TODO: Add python support.
-
-EAPI=6
-
-inherit multilib-minimal
-
-if [[ ${PV} ==  ]] ; then
-   EGIT_REPO_URI="https://github.com/tatsuhiro-t/nghttp2.git;
-   inherit git-r3
-else
-   
SRC_URI="https://github.com/tatsuhiro-t/nghttp2/releases/download/v${PV}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
-fi
-
-DESCRIPTION="HTTP/2 C Library"
-HOMEPAGE="https://nghttp2.org/;
-
-LICENSE="MIT"
-SLOT="0/1.14" # . SONAMEs
-IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils 
xml"
-
-RDEPEND="
-   cxx? ( dev-libs/boost:=[${MULTILIB_USEDEP},threads] )
-   hpack-tools? ( >=dev-libs/jansson-2.5 )
-   jemalloc? ( dev-libs/jemalloc[${MULTILIB_USEDEP}] )
-   utils? (
-   >=dev-libs/libev-4.15[${MULTILIB_USEDEP}]
-   !libressl? ( 
>=dev-libs/openssl-1.0.2:0[-bindist,${MULTILIB_USEDEP}] )
-   libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
-   >=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}]
-   )
-   xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
-
-multilib_src_configure() {
-   ECONF_SOURCE=${S} \
-   econf \
-   --disable-examples \
-   --disable-failmalloc \
-   --disable-werror \
-   --without-cython \
-   --disable-python-bindings \
-   --without-spdylay \
-   $(use_enable cxx asio-lib) \
-   $(use_enable debug) \
-   $(multilib_native_use_enable hpack-tools) \
-   $(use_enable static-libs static) \
-   $(use_enable threads) \
-   $(multilib_native_use_enable utils app) \
-   $(multilib_native_use_with jemalloc) \
-   $(multilib_native_use_with xml libxml2)
-}
-
-multilib_src_install_all() {
-   use static-libs || find 

[gentoo-commits] repo/gentoo:master commit in: dev-python/xdis/

2016-11-13 Thread Brian Dolbec
commit: 099ba4c8985a900edee70fcbc1a151142f92d02f
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun Nov 13 18:59:22 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sun Nov 13 19:35:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=099ba4c8

dev-python/xdis: Version bump

Package-Manager: portage-2.3.2_p3

 dev-python/xdis/Manifest  |  1 +
 dev-python/xdis/xdis-3.2.3.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/xdis/Manifest b/dev-python/xdis/Manifest
index 26bdabf..edb9cae 100644
--- a/dev-python/xdis/Manifest
+++ b/dev-python/xdis/Manifest
@@ -1 +1,2 @@
 DIST xdis-2.3.1.tar.gz 69207 SHA256 
9b28426a5b476b6740b83063604de7ef4af8b721a5da5894145fbae8921d25ae SHA512 
5015914a13296d04e71050c2e916fd5770bfe8bba1f92bf3c64bca06365ea7547cbb216d7cfca19fdcef60af3943fa4ba4e7c27895b1da9c6240daf990051927
 WHIRLPOOL 
c30ae717289c73069efbdb70cdd6388bb009e945c967de53b159aa2f8a606cdca8e28b265b4da56b7f77ab01b8a415b8d8d8b7e1b972370121ab86b18d8921e7
+DIST xdis-3.2.3.tar.gz 126710 SHA256 
2e11b7dfafc02ce28da15f1d1bed327384ec34333d4a03e76cee8c1840897a5e SHA512 
ce4e2ad09c1d13b2ab35b931ceedb8d08ec2f81dc2a34f50f854e6a4aca5efe857b56d6c2f1dbd73ae12d4ec9e2b0cc8e20c08873e87e4b0ca80fac229cebe06
 WHIRLPOOL 
1f553c3c57df5419b42ef6c94f7b78b5cbac14615d2d4066234420acd925b83df851332485a16ec8cace9ee5182b21b5bc1fc2fad7199ff4d6f17ce7de189cdb

diff --git a/dev-python/xdis/xdis-3.2.3.ebuild 
b/dev-python/xdis/xdis-3.2.3.ebuild
new file mode 100644
index ..fa8818d
--- /dev/null
+++ b/dev-python/xdis/xdis-3.2.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy)
+
+inherit distutils-r1
+
+DESCRIPTION="Python cross-version byte-code disassembler and marshal routines"
+HOMEPAGE="https://github.com/rocky/python-xdis/ 
https://pypi.python.org/pypi/xdis;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-python/six-1.10.0[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/nose-1.0[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"
+
+python_prepare_all() {
+   # Fix an unconditional test only dep
+   sed \
+   -e "s/setup_requires/tests_require/" \
+   -i setup.py
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # Need to rm any pyc files to prevent test failures.
+   rm -R "${S}"/test/__pycache__
+   PYTHONPATH="${S}/test:${S}/test_unit:${BUILD_DIR}/lib" \
+   py.test -v || die "Tests failed under ${EPYTHON}"
+   cd test
+   PYTHONPATH="${S}/test:${BUILD_DIR}/lib" \
+   ${EPYTHON} test_pyenvlib.py --verify --simple --compile || die \
+   "Tests failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/uncompyle6/

2016-11-13 Thread Brian Dolbec
commit: 9301e93e2cd907717b466693e0564cbfda6364dd
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun Nov 13 19:07:35 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sun Nov 13 19:35:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9301e93e

dev-python/uncompyle6: Fix unconditional/missed setup.py test dep

Fix incorrect pypi id.

Package-Manager: portage-2.3.2_p3

 dev-python/uncompyle6/metadata.xml| 2 +-
 dev-python/uncompyle6/uncompyle6-2.8.3.ebuild | 9 +
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/dev-python/uncompyle6/metadata.xml 
b/dev-python/uncompyle6/metadata.xml
index e05009f..4a97338 100644
--- a/dev-python/uncompyle6/metadata.xml
+++ b/dev-python/uncompyle6/metadata.xml
@@ -14,7 +14,7 @@
r...@dustyfeet.com
Rocky Bernstein

-   PyQRCode
+   uncompyle6


 

diff --git a/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild 
b/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild
index 1fdfe44..3007cb1 100644
--- a/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild
+++ b/dev-python/uncompyle6/uncompyle6-2.8.3.ebuild
@@ -20,12 +20,21 @@ RDEPEND=">=dev-python/xdis-2.3.0
>=dev-python/spark-parser-1.4.0"
 DEPEND="${RDEPEND}
test? (
+   >=dev-python/nose-1.0[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/hypothesis[${PYTHON_USEDEP}]
)
 "
 
+python_prepare_all() {
+   # Fix an unconditional test only dep
+   sed \
+   -e "s/setup_requires/tests_require/" \
+   -i setup.py
+   distutils-r1_python_prepare_all
+}
+
 # Tests are somewhat sketchy...
 # the main repo has makefiles and commands that don't reflect the actual
 # available options for the commands they are giving.



[gentoo-commits] repo/gentoo:master commit in: dev-python/xdis/

2016-11-13 Thread Brian Dolbec
commit: dc49084ca0705816c68226d633cfe0a046668f51
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun Nov 13 18:09:49 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sun Nov 13 19:35:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc49084c

dev-python/xdis: Fix setup.py unconditional test dep bug 596510

Fix metadata.py pypi id

Package-Manager: portage-2.3.2_p3

 dev-python/xdis/metadata.xml  | 2 +-
 dev-python/xdis/xdis-2.3.1.ebuild | 5 +
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/xdis/metadata.xml b/dev-python/xdis/metadata.xml
index 2cb4b24..d8d220e 100644
--- a/dev-python/xdis/metadata.xml
+++ b/dev-python/xdis/metadata.xml
@@ -14,7 +14,7 @@
r...@dustyfeet.com
Rocky Bernstein

-   spark_parser
+   xdis

This Python module allows you to disassemble bytecode 
from
different versions of Python than you are running on. It can 
marshal

diff --git a/dev-python/xdis/xdis-2.3.1.ebuild 
b/dev-python/xdis/xdis-2.3.1.ebuild
index e017b93..b44fc17 100644
--- a/dev-python/xdis/xdis-2.3.1.ebuild
+++ b/dev-python/xdis/xdis-2.3.1.ebuild
@@ -20,6 +20,7 @@ RDEPEND=">=dev-python/six-1.10.0[${PYTHON_USEDEP}]"
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
+   >=dev-python/nose-1.0[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)
@@ -28,6 +29,10 @@ DEPEND="
 python_prepare_all() {
# Remove the 3.3 specific code from being run
rm -R "test_unit/3.3" || die
+   # Remove an unconditional test only dep
+   sed \
+   -e "s/setup_requires/tests_require/" \
+   -i setup.py
distutils-r1_python_prepare_all
 }
 



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/git-sources/

2016-11-13 Thread Mike Pagano
commit: 122e3eebe01dedc7f4bdeff95a3b568d5b0f7051
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Nov 13 19:22:04 2016 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Nov 13 19:22:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=122e3eeb

sys-kernel/git-sources: Linux patch 4.9-rc5

Package-Manager: portage-2.3.0

 sys-kernel/git-sources/Manifest   |  1 +
 sys-kernel/git-sources/git-sources-4.9_rc5.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 07654d7..6bbccda 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -3,3 +3,4 @@ DIST patch-4.9-rc1.xz 6697396 SHA256 
427d6035e65ec53889b1d0c30facfe1c2e80f1617b2
 DIST patch-4.9-rc2.xz 6748836 SHA256 
a1d5fba9bcf704566ac096fe16bb417421aa426f490240d3219a1f7201d4ea99 SHA512 
28bea3f4d00b1b61944517f38efeb60226ef7498fa991370e8bf5fadf536722fed0fbbda94ad1842e50c5599227bce1e8f27340956dc285e9ed4d2fc72170fb3
 WHIRLPOOL 
2436ef0d669b5e9ea0351d334e07a194d5dfe36cb25fa1e5b0421f8e72a5a21d30c5bf3897f42777da037d37887c272b7086f137591eb8bc83fb141adb6315b6
 DIST patch-4.9-rc3.xz 7090824 SHA256 
bb90b688b7e195abdb8cde00418894417a54f7bf5e1fe7aa485107712ad0759a SHA512 
cca73cdda46c99f15608bfe385e48d102009e13f2626190230f154bf0d901c9fa2b62f55394beaf85daea2ce0e5f0e31fe72f8571e9a8fe0132f3daca46245e8
 WHIRLPOOL 
8bcda14a7c738ac53997a7e5f569dca7fe6bcf7069bfd08122e9e0791c914629e2c928c94234f09ca2c4f7a5bfd7b71b0a19f7d930b3abd2dc741e0879feced3
 DIST patch-4.9-rc4.xz 7182692 SHA256 
5c9967a7dfe29704c18c2d98ac0b3eca6b2be585a36d95db20c10a77923fee90 SHA512 
4656380be9aebd89cde80ecd057225b991fb8c5996a4e4dc7c71bd2d0d914ce9caacc14b588c945ec7b6f48667101bfbd464baeca9f3160e86ec7352394f0171
 WHIRLPOOL 
67ab5dbcf5e06b1ea767e2c4d2a933f23c38babdd5e83c0ba1849f3222bed0d8ce84832d1f8749db353bd597734ce7076a5c2242b570d59f12e6c3f95d4c5612
+DIST patch-4.9-rc5.xz 7216812 SHA256 
7c6184bda1289d66906107808a476c863e6542ed7f175bdce46af05fd200ca47 SHA512 
55e42e473c4e83946dc91a7a024a49521240dacb5fea5e1f8f6beba9a8d883d17b4b7faf0695425211e8da9e674380e96287ba3620a52520a7d0f59e05c2c619
 WHIRLPOOL 
233fc65c550fa1f53c18d3c79931158ee3cb89a7097243a1ff2f086f448f16a6b7c38bc3f41b45c87e1d7b6a12fd9769ab9de97dc76c01d69db3d99eaaad0f26

diff --git a/sys-kernel/git-sources/git-sources-4.9_rc5.ebuild 
b/sys-kernel/git-sources/git-sources-4.9_rc5.ebuild
new file mode 100644
index ..462921a
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-4.9_rc5.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+UNIPATCH_STRICTORDER="yes"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_NOUSEPR="yes"
+K_SECURITY_UNSUPPORTED="1"
+K_BASE_VER="4.8"
+K_EXP_GENPATCHES_NOUSE="1"
+K_FROM_GIT="yes"
+ETYPE="sources"
+CKV="${PVR/-r/-git}"
+
+# only use this if it's not an _rc/_pre release
+[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
+inherit kernel-2
+detect_version
+
+DESCRIPTION="The very latest -git version of the Linux kernel"
+HOMEPAGE="https://www.kernel.org;
+SRC_URI="${KERNEL_URI}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+IUSE=""
+
+K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
+experimental nature. If you have any issues, try a matching vanilla-sources
+ebuild -- if the problem is not there, please contact the upstream kernel
+developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
+report the problem so it can be fixed in time for the next kernel release."
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   >=sys-devel/patch-2.7.4"
+
+pkg_postinst() {
+   postinst_sources
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/phonon/

2016-11-13 Thread Markus Meier
commit: e59c99f787940ba973de88f2a2656f07429247d9
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Nov 13 19:16:43 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Nov 13 19:16:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e59c99f7

media-libs/phonon: arm stable, bug #587346

Package-Manager: portage-2.3.2
RepoMan-Options: --include-arches="arm"

 media-libs/phonon/phonon-4.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/phonon/phonon-4.9.0.ebuild 
b/media-libs/phonon/phonon-4.9.0.ebuild
index 0ce763b..98d150a 100644
--- a/media-libs/phonon/phonon-4.9.0.ebuild
+++ b/media-libs/phonon/phonon-4.9.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 
 if [[ ${PV} != ** ]]; then
SRC_URI="mirror://kde/stable/phonon/${PV}/${P}.tar.xz"
-   KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+   KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 else
EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" )
inherit git-r3



[gentoo-commits] repo/gentoo:master commit in: media-libs/phonon-gstreamer/

2016-11-13 Thread Markus Meier
commit: 67830b8e97b6bb900d708e19b911da196c21517d
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Nov 13 19:18:36 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Nov 13 19:18:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67830b8e

media-libs/phonon-gstreamer: arm stable, bug #587346

Package-Manager: portage-2.3.2
RepoMan-Options: --include-arches="arm"

 media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild 
b/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild
index 4c2fee0..c01f19f 100644
--- a/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild
+++ b/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild
@@ -9,7 +9,7 @@ MY_P=${MY_PN}-${PV}
 
 if [[ ${PV} != ** ]]; then
SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/${MY_P}.tar.xz"
-   KEYWORDS="alpha amd64 ~arm hppa ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd 
~x64-macos"
+   KEYWORDS="alpha amd64 arm hppa ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd 
~x64-macos"
 else
EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" )
inherit git-r3



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/extra-cmake-modules/

2016-11-13 Thread Markus Meier
commit: 0bc3501a1cba34547bbb9f983e5b11325113ad79
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Nov 13 19:13:55 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Nov 13 19:14:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc3501a

kde-frameworks/extra-cmake-modules: arm stable, bug #587346

Package-Manager: portage-2.3.2
RepoMan-Options: --include-arches="arm"

 kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.26.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.26.0.ebuild 
b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.26.0.ebuild
index 40ef0ce..ce43f80 100644
--- a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.26.0.ebuild
+++ b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.26.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Extra modules and scripts for CMake"
 HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules;
 
 LICENSE="BSD"
-KEYWORDS="amd64 ~arm ~arm64 hppa ppc ppc64 x86"
+KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86"
 IUSE="doc test"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-client/chromium/

2016-11-13 Thread Mike Gilbert
commit: c470ece433590712b4946c3398e24c8f111993c5
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Nov 13 19:09:13 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Nov 13 19:09:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c470ece4

www-client/chromium: use test-flags-CXX -fno-delete-null-pointer-checks

Package-Manager: portage-2.3.2_p5

 www-client/chromium/chromium-56.0.2914.3.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/www-client/chromium/chromium-56.0.2914.3.ebuild 
b/www-client/chromium/chromium-56.0.2914.3.ebuild
index 900a8ff..999d7a3 100644
--- a/www-client/chromium/chromium-56.0.2914.3.ebuild
+++ b/www-client/chromium/chromium-56.0.2914.3.ebuild
@@ -437,10 +437,8 @@ src_configure() {
# Make sure the build system will use the right tools, bug #340795.
tc-export AR CC CXX NM
 
-   if tc-is-gcc; then
-   # https://bugs.gentoo.org/588596
-   append-flags -fno-delete-null-pointer-checks
-   fi
+   # https://bugs.gentoo.org/588596
+   append-cxxflags $(test-flags-CXX -fno-delete-null-pointer-checks)
 
# Define a custom toolchain for GN
myconf_gn+=" custom_toolchain=\"${FILESDIR}/toolchain:default\""



[gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/

2016-11-13 Thread Markus Meier
commit: 6281665ce3e19ebd55cbb173a97d84c8afb89c1e
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Nov 13 19:07:24 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Nov 13 19:07:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6281665c

net-p2p/qbittorrent: arm stable, bug #530720

Package-Manager: portage-2.3.2
RepoMan-Options: --include-arches="arm"

 net-p2p/qbittorrent/qbittorrent-3.3.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/qbittorrent/qbittorrent-3.3.7.ebuild 
b/net-p2p/qbittorrent/qbittorrent-3.3.7.ebuild
index 70a4b96..cd86ea1 100644
--- a/net-p2p/qbittorrent/qbittorrent-3.3.7.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-3.3.7.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]]; then
 else
MY_P=${P/_}
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+   KEYWORDS="~amd64 arm ~ppc64 ~x86"
S=${WORKDIR}/${MY_P}
 fi
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/qjson/

2016-11-13 Thread Markus Meier
commit: a30d0bc6b62f5691329e24475a0d5cb11124bf33
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Nov 13 19:06:01 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Nov 13 19:06:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a30d0bc6

dev-libs/qjson: arm stable, bug #530720

Package-Manager: portage-2.3.2
RepoMan-Options: --include-arches="arm"

 dev-libs/qjson/qjson-0.8.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/qjson/qjson-0.8.1-r1.ebuild 
b/dev-libs/qjson/qjson-0.8.1-r1.ebuild
index 2c6bbfa..5c8642c 100644
--- a/dev-libs/qjson/qjson-0.8.1-r1.ebuild
+++ b/dev-libs/qjson/qjson-0.8.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ SRC_URI="mirror://github/flavio/qjson/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="amd64 arm hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="debug doc test"
 
 RDEPEND=">=dev-qt/qtcore-4.8.6:4[${MULTILIB_USEDEP}]"



[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/amd64/hardened/, releases/weekly/specs/ia64/, ...

2016-11-13 Thread Jorge Manuel B. S. Vicetto
commit: f636c7e8862cd8f219a5a86379707812c6d260e3
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Sun Nov 13 19:03:38 2016 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Sun Nov 13 19:03:38 2016 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=f636c7e8

Drop app-misc/vlock from the installcd, livecd and admincd - fixes bug 543778. 
Leaving livedvd specs pending more discussion.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 releases/weekly/specs/alpha/installcd-stage1.spec| 1 -
 releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec | 1 -
 releases/weekly/specs/amd64/hardened/admincd-stage1.spec | 1 -
 releases/weekly/specs/amd64/installcd-stage1.spec| 1 -
 releases/weekly/specs/amd64/livecd-stage1.spec   | 1 -
 releases/weekly/specs/hppa/installcd-stage1.spec | 1 -
 releases/weekly/specs/ia64/installcd-stage1.spec | 1 -
 releases/weekly/specs/ppc/ppc64/installcd-stage1.spec| 1 -
 releases/weekly/specs/sparc/sparc64/installcd-stage1.spec| 1 -
 releases/weekly/specs/x86/hardened/admincd-stage1.spec   | 1 -
 releases/weekly/specs/x86/hardened/installcd-stage1.spec | 1 -
 releases/weekly/specs/x86/i686/livecd-stage1.spec| 1 -
 releases/weekly/specs/x86/installcd-stage1.spec  | 1 -
 13 files changed, 13 deletions(-)

diff --git a/releases/weekly/specs/alpha/installcd-stage1.spec 
b/releases/weekly/specs/alpha/installcd-stage1.spec
index f5401e2..3f29158 100644
--- a/releases/weekly/specs/alpha/installcd-stage1.spec
+++ b/releases/weekly/specs/alpha/installcd-stage1.spec
@@ -33,7 +33,6 @@ livecd/packages:
app-crypt/gnupg
app-editors/mg
app-misc/screen
-   app-misc/vlock
app-portage/mirrorselect
app-text/wgetpaste
 #  media-gfx/fbgrab

diff --git a/releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec 
b/releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec
index 4677340..331e70f 100644
--- a/releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec
+++ b/releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec
@@ -67,7 +67,6 @@ livecd/packages:
app-misc/pax-utils
app-misc/screen
app-misc/tmux
-   app-misc/vlock
app-portage/eix
app-portage/gentoolkit
app-portage/mirrorselect

diff --git a/releases/weekly/specs/amd64/hardened/admincd-stage1.spec 
b/releases/weekly/specs/amd64/hardened/admincd-stage1.spec
index 30e52e0..af9d4df 100644
--- a/releases/weekly/specs/amd64/hardened/admincd-stage1.spec
+++ b/releases/weekly/specs/amd64/hardened/admincd-stage1.spec
@@ -69,7 +69,6 @@ livecd/packages:
app-misc/pax-utils
app-misc/screen
app-misc/tmux
-   app-misc/vlock
app-portage/eix
app-portage/gentoolkit
app-portage/mirrorselect

diff --git a/releases/weekly/specs/amd64/installcd-stage1.spec 
b/releases/weekly/specs/amd64/installcd-stage1.spec
index 588d60b..b641e1b 100644
--- a/releases/weekly/specs/amd64/installcd-stage1.spec
+++ b/releases/weekly/specs/amd64/installcd-stage1.spec
@@ -37,7 +37,6 @@ livecd/packages:
app-crypt/gnupg
app-editors/mg
app-misc/screen
-   app-misc/vlock
app-portage/mirrorselect
app-text/wgetpaste
media-gfx/fbgrab

diff --git a/releases/weekly/specs/amd64/livecd-stage1.spec 
b/releases/weekly/specs/amd64/livecd-stage1.spec
index 6c4dc89..fb96da8 100644
--- a/releases/weekly/specs/amd64/livecd-stage1.spec
+++ b/releases/weekly/specs/amd64/livecd-stage1.spec
@@ -28,7 +28,6 @@ livecd/packages:
app-editors/vim
app-misc/mc
app-misc/screen
-   app-misc/vlock
 #  app-office/openoffice-bin
 #  app-office/openoffice
app-portage/gentoolkit

diff --git a/releases/weekly/specs/hppa/installcd-stage1.spec 
b/releases/weekly/specs/hppa/installcd-stage1.spec
index addb00d..bfa9b9e 100644
--- a/releases/weekly/specs/hppa/installcd-stage1.spec
+++ b/releases/weekly/specs/hppa/installcd-stage1.spec
@@ -32,7 +32,6 @@ livecd/packages:
app-arch/unzip
app-crypt/gnupg
app-misc/screen
-   app-misc/vlock
app-portage/mirrorselect
app-text/wgetpaste
dev-util/debootstrap

diff --git a/releases/weekly/specs/ia64/installcd-stage1.spec 
b/releases/weekly/specs/ia64/installcd-stage1.spec
index 6259406..2702028 100644
--- a/releases/weekly/specs/ia64/installcd-stage1.spec
+++ b/releases/weekly/specs/ia64/installcd-stage1.spec
@@ -33,7 +33,6 @@ livecd/packages:
 # Not keyworded
 #  app-editors/mg
app-misc/screen
-   app-misc/vlock
app-portage/mirrorselect
app-text/wgetpaste
 #  media-gfx/fbgrab

diff --git a/releases/weekly/specs/ppc/ppc64/installcd-stage1.spec 

[gentoo-commits] repo/gentoo:master commit in: media-radio/fldigi/

2016-11-13 Thread Thomas Beierlein
commit: 7dba081d12210b6917edd711397fdb444671bc70
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sun Nov 13 18:44:24 2016 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sun Nov 13 18:44:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dba081d

media-radio/fldigi: Version bump

Package-Manager: portage-2.3.2

 media-radio/fldigi/Manifest  |  1 +
 media-radio/fldigi/fldigi-3.23.16.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/media-radio/fldigi/Manifest b/media-radio/fldigi/Manifest
index 4094e93..3ce96bd 100644
--- a/media-radio/fldigi/Manifest
+++ b/media-radio/fldigi/Manifest
@@ -2,3 +2,4 @@ DIST fldigi-3.23.06.tar.gz 2970900 SHA256 
4c21a92f8f7a4070a2fc3687ab7cf0895ff105
 DIST fldigi-3.23.12.tar.gz 3078572 SHA256 
59ba6ad8304849cb92b3ec2251bd389f4dfa7755de07a4d1638f71b17c0b3cce SHA512 
3dc2c9545cb39cddf67a12e49a9ba4570b7055e073dc54a4f1a6b0e5811f780fea2109559aba0837ecfb62407eb8d2735f1d84ad70cc0b5335c6f88cb7dee0ad
 WHIRLPOOL 
8cca738b8ffb2966746a9b9e918a68d123a430aa0e9ac66f0a8bcb202388ece9389fc00e9dae14e57118476cf0dd7b4fd41415656e70b033c7c1dfb8850a54d3
 DIST fldigi-3.23.14.tar.gz 3115714 SHA256 
09a1f32bd0e2708a314465990dae80135a86f582b183758513006ef01d4d2790 SHA512 
9adfef9e5b9048bbcc43842260bdd1fde16370c0621215d416afc88c3f0c7c28f981a53859711225d0b4452a33a742e3a6add10a65b3c3dbecdba33e8ed3bea0
 WHIRLPOOL 
3ff920b152c1e7e8c691354fdf31f9c91297de281137efb12ff96364dab3337417f47f8a971d3769af2f9e6743ccba0b681a08568bee3692453184af2b3c5ac1
 DIST fldigi-3.23.15.tar.gz 3138313 SHA256 
b55018b50f8ace203a633f23cab9b4b5a0c6e4bf6d0fcc1258de6497d274aadb SHA512 
e5d96bc3c063374a7b12febee9d333a93f82213698718a3f4818247be65cf7be9893ce38c660482e8ee2128a148fa3a5fc74adb407f88668205158d09ab39ecc
 WHIRLPOOL 
641f6e646259a95d1a65b51c64c64142037874b0728e0981ba49a3d061a32e0275821daf5b63d695383b63598f8ed0eb1b3e5e0195d02616227f44ff262da0bd
+DIST fldigi-3.23.16.tar.gz 3155189 SHA256 
e9ad95191a1b2ec92936c589b181eac92fbbb5147f2a2569d5efc928949a0444 SHA512 
5443d871cc0f42ab09cec3a4b207ecf7ebe6acb3a46adf76839494b81dca28047cc1ce041d342ec54ae91cc5efdcd8895cdd6c7463e9d8325005a93ed6e38e34
 WHIRLPOOL 
6bb8cdd3713c32547d61d02ac69e0840b2bb5db6abd666596d3c3f933daa76027dee44ddc16674e45258716a6deac6311d6cb4400737328a972e5746d45bec8e

diff --git a/media-radio/fldigi/fldigi-3.23.16.ebuild 
b/media-radio/fldigi/fldigi-3.23.16.ebuild
new file mode 100644
index ..aba4d37
--- /dev/null
+++ b/media-radio/fldigi/fldigi-3.23.16.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Sound card based multimode software modem for Amateur Radio use"
+HOMEPAGE="http://www.w1hkj.com/Fldigi.html;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="hamlib nls portaudio pulseaudio sndfile"
+
+RDEPEND="x11-libs/fltk:1[threads,xft]
+   media-libs/libsamplerate
+   media-libs/libpng:0
+   x11-misc/xdg-utils
+   dev-perl/RPC-XML
+   dev-perl/Term-ReadLine-Perl
+   hamlib? ( media-libs/hamlib )
+   portaudio? ( >=media-libs/portaudio-19_pre20071207 )
+   pulseaudio? ( media-sound/pulseaudio )
+   sndfile? ( >=media-libs/libsndfile-1.0.10 )"
+DEPEND="${RDEPEND}
+   nls? ( sys-devel/gettext )
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog NEWS README )
+
+src_configure() {
+   econf $(use_with sndfile) \
+   $(use_with portaudio) \
+   $(use_with hamlib) \
+   $(use_enable nls) \
+   $(use_with pulseaudio) \
+   --disable-silent-rules \
+   --without-asciidoc
+}



[gentoo-commits] data/api:master commit in: files/overlays/

2016-11-13 Thread Michał Górny
commit: 02d1390df28b50bd569118b4bb7d731874708ca1
Author: ArsenShnurkov  gmail  com>
AuthorDate: Sun Nov 13 16:49:39 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 13 18:19:24 2016 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=02d1390d

repositories: Add shnurise, #599632

Closes: https://github.com/gentoo/api-gentoo-org/pull/26

 files/overlays/repositories.xml | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 5d38f34..1a55e5a 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -5560,5 +5560,19 @@ FIN
 g...@github.com:sjnewbury/gentoo-playground.git
 
https://github.com/sjnewbury/gentoo-playground/commits/master.atom
   
+  
+shnurise
+packages for mono environment and 
other
+пакеты для моно и разное прочее
+https://github.com/ArsenShnurkov/shnurise
+
+  arsen.shnur...@gmail.com
+  Arsen Shnurkov
+
+https://github.com/ArsenShnurkov/shnurise.git
+git://github.com/ArsenShnurkov/shnurise.git
+g...@github.com:ArsenShnurkov/shnurise.git
+https://github.com/ArsenShnurkov/shnurise/commits/master.atom
+  
   
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytables/

2016-11-13 Thread Justin Lecher
commit: 0f2ace010294e002397727b7776c2d13a69e9361
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Nov 13 09:49:28 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Nov 13 18:15:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f2ace01

dev-python/pytables: Drop obsolete patch

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=599012

Package-Manager: portage-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/pytables/pytables-3.3.0.ebuild | 5 -
 1 file changed, 5 deletions(-)

diff --git a/dev-python/pytables/pytables-3.3.0.ebuild 
b/dev-python/pytables/pytables-3.3.0.ebuild
index 17beb6e..d4e41d8 100644
--- a/dev-python/pytables/pytables-3.3.0.ebuild
+++ b/dev-python/pytables/pytables-3.3.0.ebuild
@@ -40,16 +40,11 @@ S="${WORKDIR}/${MY_P}"
 
 DOCS=( ANNOUNCE.txt RELEASE_NOTES.txt THANKS )
 
-PATCHES=(
-   "${FILESDIR}"/${PN}-3.2.0-blosc.patch
-   )
-
 python_prepare_all() {
export HDF5_DIR="${EPREFIX}"/usr
rm tables/*.c || die
sed \
-e "s:/usr:${EPREFIX}/usr:g" \
-   -e 's:"hdf5-blosc/src/blosc_filter.c"::g' \
-i setup.py || die
rm -r c-blosc/{blosc,internal-complibs} || die
distutils-r1_python_prepare_all



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/singularity/

2016-11-13 Thread Justin Lecher
commit: ab7f4ea5a5ecae6e232866a46d49c1b6c6ffc5e7
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Nov 13 09:42:30 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Nov 13 18:15:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab7f4ea5

sys-cluster/singularity: Correct license

Package-Manager: portage-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 sys-cluster/singularity/singularity-2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/singularity/singularity-2.2.ebuild 
b/sys-cluster/singularity/singularity-2.2.ebuild
index 011f063..adf27e4 100644
--- a/sys-cluster/singularity/singularity-2.2.ebuild
+++ b/sys-cluster/singularity/singularity-2.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://singularity.lbl.gov/;
 
SRC_URI="https://github.com/${PN}ware/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 SLOT="0"
-LICENSE="BSD"
+LICENSE="cctbx-2.0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="examples"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/xonsh/

2016-11-13 Thread Justin Lecher
commit: 19cb443fb246734898b6d2e54e0d5f1289b7a4fe
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Nov 13 18:14:32 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Nov 13 18:15:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19cb443f

dev-python/xonsh: Version Bump

Package-Manager: portage-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/xonsh/Manifest   |  1 +
 dev-python/xonsh/xonsh-0.4.7.ebuild | 48 +
 2 files changed, 49 insertions(+)

diff --git a/dev-python/xonsh/Manifest b/dev-python/xonsh/Manifest
index d42b9a5..2d2dbd5 100644
--- a/dev-python/xonsh/Manifest
+++ b/dev-python/xonsh/Manifest
@@ -1,2 +1,3 @@
 DIST xonsh-0.2.6.tar.gz 170842 SHA256 
5d5e8e51331b0c753032d29b74d6af8abb7dda26bec39fd28c579c6ffea2b434 SHA512 
43b034987323b832d052974f02a52ffd492ae4f0fbf6a0a035329000e393c9c9466ee0275cf678db5581e84e627d59bac015ad6131f35bdfbc1374bf4db20977
 WHIRLPOOL 
7d76bad62bd4689c50e9d2067c5bda5f52bfc05d03182336e679a4f984db54bc18e7d26f1c4799a5f46bf57173187c59e3174e3f9ef7b2ab7784a4b6d0781a53
 DIST xonsh-0.4.4.tar.gz 543801 SHA256 
264e4a992ec54fab03ae47e23d83eecf883bd79ee6f6ab8ab6a9b1fd5feb0d4f SHA512 
2cb6b045010b51d1a846625821bb6a8e415cc01f0e623f1ab7efb02ae0debaf9dab1e0bca0d27dd00a320bb1f5d9d001833ecf3a917562b683a7c59a51b8aff0
 WHIRLPOOL 
7ae612b4dbb2b12033ca20417fdd01be21bb0746e14462eed616c6cf195fee5f8422cd737d7f514b727cc469caaa24948aa348f03aca92a10e87b9b350181abc
+DIST xonsh-0.4.7.tar.gz 545249 SHA256 
4038186152cf6181cab08f402a9b9da2d7c67accdf054173b99ac75e03f96011 SHA512 
133a493b1245048e4b8a51f01f0629283736753a7636d8bb0c123b623122b285fed9ba415972e5f44dbb9a1439a83858da50a9b01ebe6bb11e4e390708e08c9f
 WHIRLPOOL 
2c5275091da8f427a2fb19c21a9a31ee69baffd757b7404c9588f6be9a95c5c3d0a6d2c7d7d4af76bd56261864ed30a38f198124c6e6eec2a4b75aa66b8a2376

diff --git a/dev-python/xonsh/xonsh-0.4.7.ebuild 
b/dev-python/xonsh/xonsh-0.4.7.ebuild
new file mode 100644
index ..be7f675
--- /dev/null
+++ b/dev-python/xonsh/xonsh-0.4.7.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5} )
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="An exotic, usable shell"
+HOMEPAGE="
+   http://xonsh.readthedocs.org/
+   https://github.com/scopatz/xonsh
+   http://pypi.python.org/pypi/xonsh;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   dev-python/ply[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   )"
+
+python_prepare_all() {
+   sed \
+   -e 
"/install_jupyter_hook/s:prefix=prefix:prefix=u\"${ED}/usr\":g" \
+   -i setup.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests --verbose || die
+}
+
+pkg_postinst() {
+   optfeature "Jupyter kernel support" dev-python/jupyter
+   optfeature "Alternative to readline backend" dev-python/prompt_toolkit
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/xonsh/files/, dev-python/xonsh/

2016-11-13 Thread Justin Lecher
commit: 771e8a77aa14bf0585f7800bd9f38b6101adfdd1
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Nov 13 15:33:02 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Nov 13 18:15:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=771e8a77

dev-python/xonsh: Fix sandbox issue

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=589442

Package-Manager: portage-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/xonsh/files/xonsh-0.4.4-destdir.patch | 16 
 dev-python/xonsh/xonsh-0.4.4.ebuild  | 15 ---
 2 files changed, 24 insertions(+), 7 deletions(-)

diff --git a/dev-python/xonsh/files/xonsh-0.4.4-destdir.patch 
b/dev-python/xonsh/files/xonsh-0.4.4-destdir.patch
new file mode 100644
index ..63d7e86
--- /dev/null
+++ b/dev-python/xonsh/files/xonsh-0.4.4-destdir.patch
@@ -0,0 +1,16 @@
+ setup.py | 3 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/setup.py b/setup.py
+index 679f984..6de421e 100755
+--- a/setup.py
 b/setup.py
+@@ -167,6 +167,8 @@ class xinstall(install):
+ # install Jupyter hook
+ root = self.root if self.root else None
+ prefix = self.prefix if self.prefix else None
++destdir = os.environ["ED"]
++prefix = destdir + prefix
+ try:
+ install_jupyter_hook(prefix=prefix, root=root)
+ except Exception:

diff --git a/dev-python/xonsh/xonsh-0.4.4.ebuild 
b/dev-python/xonsh/xonsh-0.4.4.ebuild
index 92f70a4..58bd2a3 100644
--- a/dev-python/xonsh/xonsh-0.4.4.ebuild
+++ b/dev-python/xonsh/xonsh-0.4.4.ebuild
@@ -30,18 +30,19 @@ DEPEND="${RDEPEND}
dev-python/nose[${PYTHON_USEDEP}]
)"
 
-python_prepare_all() {
-   sed \
-   -e "/install_kernel_spec/s:prefix=None:prefix=u\"${ED}/usr\":g" 
\
-   -i setup.py || die
-
-   distutils-r1_python_prepare_all
-}
+PATCHES=(
+   "${FILESDIR}"/${P}-destdir.patch
+)
 
 python_test() {
nosetests --verbose || die
 }
 
+src_install() {
+   export "${ED}"
+   distutils-r1_src_install
+}
+
 pkg_postinst() {
optfeature "Jupyter kernel support" dev-python/jupyter
optfeature "Alternative to readline backend" dev-python/prompt_toolkit



[gentoo-commits] repo/gentoo:master commit in: www-client/chromium/

2016-11-13 Thread Mike Gilbert
commit: 382082c70b9339a463f32024f5d9101f951108f5
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Nov 13 17:45:35 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Nov 13 18:02:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382082c7

www-client/chromium: dev channel bump (56.0.2914.3)

Addresses a couple bugs:

- Null pointer deref in V8 (bug 588596).
- Crash with old harfbuzz (bug 599098).

Bug: https://bugs.gentoo.org/588596
Bug: https://bugs.gentoo.org/599098
Package-Manager: portage-2.3.2_p5

 www-client/chromium/Manifest|  2 +-
 ...m-56.0.2897.0.ebuild => chromium-56.0.2914.3.ebuild} | 17 -
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 1b1a90a..03f9ab1 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -2,5 +2,5 @@ DIST chromium-54.0.2840.100.tar.xz 479762112 SHA256 
e2e7f54a780c93ec2e933af09e11
 DIST chromium-54.0.2840.59.tar.xz 479763932 SHA256 
df89c284b0109566acc6a5a1a84d94a5ab0509cc3a86a31299a50328991edcde SHA512 
f0b615a2e7dd667c8959f8ce501035a69e7ce852f04ae3023677d933025a56cbc7e1c5f4e85f6e790236ac61cfbd5df7290ed5da74292ee40ebbd89e75fb159f
 WHIRLPOOL 
a719ddf51cce89bb445bed1cfa694bf5c49a67455b1ed495363920303ba4337ae81d660c7fa613653f84e1cefb934d54640ea6727b95e0ab4451517d3db83299
 DIST chromium-55.0.2883.28.tar.xz 511010052 SHA256 
e09f3c69fc3937da9a4ef6f9dfb7eda8364bbcf17a358229ee7245544e548ae2 SHA512 
9fc5bce0d154e6c6e211afee596acd179337354a257b5aab8c089d822132eb97ac307d33a9e91201e76218b3504431c02762c9d5e96efcad11f79d0f6adeaf27
 WHIRLPOOL 
7e774b4a76909e6f6402e5dfdcd71c3d8a1e1b0459a2f5be670761376c7311a502d1d8659c965925b1f288c5f6cfa81cc263dc20e78343684bc4031fd0b6f8dc
 DIST chromium-55.0.2883.35.tar.xz 511169840 SHA256 
fa296cf4135576dcb70384264614e520db101e63f6532dab2c909e6fa7454985 SHA512 
f3a9e9eecfec76517a20db6fbd5d45c6d390fea62cbc19c4b67684c556018ac9e6d247395ca1c067a71dc26faab25bd312bae62a6fafa2bf9c15e5a25857c361
 WHIRLPOOL 
a659cf280bec4c68c1f41fdd59c6931e7798831406078a04623f5a6362da0bfbe05d848e23b462d794d2bfbb49e3e233c2513c1687effceb488480cbbd7f9f19
-DIST chromium-56.0.2897.0.tar.xz 512048692 SHA256 
a91e43b3747d22192b4712bb59db64cc90d3dbb75716fe1d3ca5dd9c16f9f40b SHA512 
101b803ded07767c92e938a7b31444ca984208ea28a6005ebd9895f1255cd98ffa999ba9b0ce2ab159a7708a739b62a4ebbdcd3d4bac22ccb345433c0abad9e7
 WHIRLPOOL 
0fd43cb2a8ef5604c22971f24f1aed9cfa61f0e562f2fb15b2a42e8d03fefda3b14f728bb7eda27d8f44f5595f58f0739091a80067cfe652ad13d4fdf8bde63c
 DIST chromium-56.0.2906.0.tar.xz 512964244 SHA256 
df2e0f02630fcdf394bab60c71fe4727b054822ed146831d8fdd3f6f5b59cfdd SHA512 
f9b52cd5ebaf0f18a660018cbdaeb0ceb49862847ba067b1ab9b970ab77a760a256477fcb7e479bdc6248ce7d2a514745d6139139edd04cb1c9e5fb7df3efd4d
 WHIRLPOOL 
cb635f3db2cb965930c6a5f5eb7e9e987238ec058abe381451c9c1476ba390c7bb8f6bc618f0cc55b1ac568ab955bbf539a460e61c36437bdf6c16d39e7a4ee3
+DIST chromium-56.0.2914.3.tar.xz 511525012 SHA256 
f64c788adeb1060a58c737af37f8973abb8fb9cc765c1a841d3700b3cb4a1fdd SHA512 
521e567ef8b89e1f8ebd298ab19d269784ffc31dfbc9dd2588ce886d7b052924304ea4c0c4fb7b2555ab4b4c2adc9fbff07cdb455d898fc3a71744b118cbef04
 WHIRLPOOL 
94000767786746748d7896d28270f5c02ccfabdd413434b117d17799d6e502f4376a2ca5753fde8f9f5f5897627da55fd460bcb7b4c34aab25c3d662ad3fc109

diff --git a/www-client/chromium/chromium-56.0.2897.0.ebuild 
b/www-client/chromium/chromium-56.0.2914.3.ebuild
similarity index 98%
rename from www-client/chromium/chromium-56.0.2897.0.ebuild
rename to www-client/chromium/chromium-56.0.2914.3.ebuild
index b55b907..900a8ff 100644
--- a/www-client/chromium/chromium-56.0.2897.0.ebuild
+++ b/www-client/chromium/chromium-56.0.2914.3.ebuild
@@ -57,8 +57,6 @@ COMMON_DEPEND="
virtual/udev
x11-libs/cairo:=
x11-libs/gdk-pixbuf:=
-   gtk3? ( x11-libs/gtk+:3= )
-   !gtk3? ( x11-libs/gtk+:2= )
x11-libs/libdrm
x11-libs/libX11:=
x11-libs/libXcomposite:=
@@ -77,7 +75,7 @@ COMMON_DEPEND="
dev-libs/libxml2:=[icu]
dev-libs/libxslt:=
media-libs/flac:=
-   >=media-libs/harfbuzz-0.9.41:=[icu(+)]
+   >=media-libs/harfbuzz-1.3.1:=[icu(+)]
>=media-libs/libwebp-0.4.0:=
sys-libs/zlib:=[minizip]
kerberos? ( virtual/krb5 )
@@ -89,6 +87,8 @@ RDEPEND="${COMMON_DEPEND}
x11-misc/xdg-utils
virtual/opengl
virtual/ttf-fonts
+   !gtk3? ( x11-libs/gtk+:2 )
+   gtk3? ( x11-libs/gtk+:3 )
selinux? ( sec-policy/selinux-chromium )
tcmalloc? ( ! gn leftovers
base/third_party/libevent
@@ -435,6 +437,11 @@ src_configure() {
# Make sure the build system will use the right tools, bug #340795.
tc-export AR CC CXX NM
 
+   if tc-is-gcc; then
+   # https://bugs.gentoo.org/588596
+   append-flags -fno-delete-null-pointer-checks
+   fi
+
# 

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

2016-11-13 Thread Michael Palimaka
commit: 8c85629e0501e1c451a8f8981c9a84e705b0b735
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Nov 12 22:30:50 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Nov 12 23:29:54 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8c85629e

Documentation: bump-from-set.sh: Trace sets recursively

 Documentation/maintainers/bump-from-set.sh | 4 
 1 file changed, 4 insertions(+)

diff --git a/Documentation/maintainers/bump-from-set.sh 
b/Documentation/maintainers/bump-from-set.sh
index 199af2a..f109233 100755
--- a/Documentation/maintainers/bump-from-set.sh
+++ b/Documentation/maintainers/bump-from-set.sh
@@ -10,6 +10,10 @@ get_package_list_from_set() {
for entry in $(grep -v ^[#@] "${PORTDIR}/sets/${set}") ; do
echo $(qatom ${entry} | cut -d " " -f 1-2 | tr " " "/")
done
+
+   for entry in $(grep ^@ "${PORTDIR}/sets/${set}") ; do
+   get_package_list_from_set ${entry/@/}
+   done
 }
 
 get_main_tree_keyword() {



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

2016-11-13 Thread Michael Palimaka
commit: f8342777880abef3d27d5fa997fbf2e88c9e2f8a
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Nov 12 19:44:51 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Nov 12 19:44:51 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f8342777

kde-apps/konqueror: Set KDE_HANDBOOK optional

Package-Manager: portage-2.3.0

 kde-apps/konqueror/konqueror-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/konqueror/konqueror-.ebuild 
b/kde-apps/konqueror/konqueror-.ebuild
index 193ef31..1b068c1 100644
--- a/kde-apps/konqueror/konqueror-.ebuild
+++ b/kde-apps/konqueror/konqueror-.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-KDE_HANDBOOK="forceoptional"
+KDE_HANDBOOK="optional"
 KDE_TEST="true"
 VIRTUALX_REQUIRED="test"
 inherit flag-o-matic kde5



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

2016-11-13 Thread Michael Palimaka
commit: 9b4e89b04949901853d0e7f34ac9962ccd4acc09
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Nov 12 22:06:28 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Nov 12 23:09:11 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9b4e89b0

kde-apps/kstars: Add USE=fits,raw and fix DEPENDs

Package-Manager: portage-2.3.0

 kde-apps/kstars/kstars-16.08.49..ebuild | 6 +++---
 kde-apps/kstars/kstars-.ebuild  | 9 ++---
 kde-apps/kstars/metadata.xml| 9 +
 3 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/kde-apps/kstars/kstars-16.08.49..ebuild 
b/kde-apps/kstars/kstars-16.08.49..ebuild
index 75897cc..80bb85b 100644
--- a/kde-apps/kstars/kstars-16.08.49..ebuild
+++ b/kde-apps/kstars/kstars-16.08.49..ebuild
@@ -11,10 +11,9 @@ inherit kde5 python-single-r1
 DESCRIPTION="Desktop Planetarium"
 HOMEPAGE="https://www.kde.org/applications/education/kstars 
https://edu.kde.org/kstars;
 KEYWORDS=""
-IUSE="indi wcs xplanet"
+IUSE="fits indi wcs xplanet"
 
 # TODO: AstrometryNet requires new package
-# FIXME: doesn't build without sci-libs/cfitsio as of 15.04.0
 COMMON_DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
@@ -34,8 +33,8 @@ COMMON_DEPEND="
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
-   >=sci-libs/cfitsio-0.390
sys-libs/zlib
+   fits? ( sci-libs/cfitsio )
indi? (
$(add_frameworks_dep knotifications)
>=sci-libs/indilib-1.2.0
@@ -57,6 +56,7 @@ RDEPEND="${COMMON_DEPEND}
 
 src_configure() {
local mycmakeargs=(
+   $(cmake-utils_use_find_package fits CFitsio)
$(cmake-utils_use_find_package indi INDI)
$(cmake-utils_use_find_package wcs WCSLIB)
$(cmake-utils_use_find_package xplanet Xplanet)

diff --git a/kde-apps/kstars/kstars-.ebuild 
b/kde-apps/kstars/kstars-.ebuild
index 75897cc..a543bc2 100644
--- a/kde-apps/kstars/kstars-.ebuild
+++ b/kde-apps/kstars/kstars-.ebuild
@@ -11,10 +11,9 @@ inherit kde5 python-single-r1
 DESCRIPTION="Desktop Planetarium"
 HOMEPAGE="https://www.kde.org/applications/education/kstars 
https://edu.kde.org/kstars;
 KEYWORDS=""
-IUSE="indi wcs xplanet"
+IUSE="fits indi raw wcs xplanet"
 
 # TODO: AstrometryNet requires new package
-# FIXME: doesn't build without sci-libs/cfitsio as of 15.04.0
 COMMON_DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
@@ -27,6 +26,7 @@ COMMON_DEPEND="
$(add_frameworks_dep kplotting)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
+   $(add_qt_dep qtconcurrent)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtprintsupport)
@@ -34,12 +34,13 @@ COMMON_DEPEND="
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
-   >=sci-libs/cfitsio-0.390
sys-libs/zlib
+   fits? ( sci-libs/cfitsio )
indi? (
$(add_frameworks_dep knotifications)
>=sci-libs/indilib-1.2.0
)
+   raw? ( media-libs/libraw )
wcs? ( sci-astronomy/wcslib )
xplanet? ( x11-misc/xplanet )
 "
@@ -57,7 +58,9 @@ RDEPEND="${COMMON_DEPEND}
 
 src_configure() {
local mycmakeargs=(
+   $(cmake-utils_use_find_package fits CFitsio)
$(cmake-utils_use_find_package indi INDI)
+   $(cmake-utils_use_find_package raw LibRaw)
$(cmake-utils_use_find_package wcs WCSLIB)
$(cmake-utils_use_find_package xplanet Xplanet)
)

diff --git a/kde-apps/kstars/metadata.xml b/kde-apps/kstars/metadata.xml
index e237f3a..2102d7a 100644
--- a/kde-apps/kstars/metadata.xml
+++ b/kde-apps/kstars/metadata.xml
@@ -1,13 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   k...@gentoo.org
+   Gentoo KDE Project
+   

+   Enable support for NASA's 
sci-libs/cfitsio library
Enable support for Astronomical control 
library using libindi
Enable support for World Coordinate System 
library using wcslib
Enable support for Xplanet

-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
 



[gentoo-commits] proj/kde:master commit in: kde-apps/kio-extras/

2016-11-13 Thread Michael Palimaka
commit: fc028b32f2a25289c136e8066f73348b0b8630ff
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Nov 12 19:39:44 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Nov 12 19:39:44 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fc028b32

kde-apps/kio-extras: Add USE=htmlthumbs

Upstream commit 6dccc7739ba3d754b9209674a8985ce9d9546c2c

Package-Manager: portage-2.3.0

 kde-apps/kio-extras/kio-extras-.ebuild | 8 
 kde-apps/kio-extras/metadata.xml   | 1 +
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kio-extras/kio-extras-.ebuild 
b/kde-apps/kio-extras/kio-extras-.ebuild
index ae40737..41b3922 100644
--- a/kde-apps/kio-extras/kio-extras-.ebuild
+++ b/kde-apps/kio-extras/kio-extras-.ebuild
@@ -12,7 +12,7 @@ inherit kde5
 DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
 HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kio-extras;
 KEYWORDS=""
-IUSE="exif mtp openexr phonon samba +sftp slp"
+IUSE="exif htmlthumbs mtp openexr phonon samba +sftp slp"
 
 COMMON_DEPEND="
$(add_frameworks_dep kactivities)
@@ -44,6 +44,7 @@ COMMON_DEPEND="
$(add_qt_dep qtxml)
virtual/jpeg:0
exif? ( media-gfx/exiv2:= )
+   htmlthumbs? ( $(add_qt_dep qtwebengine) )
mtp? ( media-libs/libmtp:= )
openexr? ( media-libs/openexr )
phonon? ( media-libs/phonon[qt5] )
@@ -53,19 +54,18 @@ COMMON_DEPEND="
 "
 RDEPEND="${COMMON_DEPEND}
$(add_frameworks_dep kded)
-   !Gentoo KDE Project


+   Enable HTML thumbnail previews via 
dev-qt/qtwebengine
Enable file audio preview plugin using 
media-libs/phonon
Enable SFTP protocol support using 
net-libs/libssh




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

2016-11-13 Thread Michael Palimaka
commit: d15f214782ed8f86038d3c0ec1cddb494e0e4b44
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Nov 12 21:01:20 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Nov 12 23:09:03 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d15f2147

kde-apps/kdenlive: Fix DEPENDs, KDE_HANDBOOK optional

Package-Manager: portage-2.3.0

 kde-apps/kdenlive/kdenlive-16.08.49..ebuild | 10 ++
 kde-apps/kdenlive/kdenlive-.ebuild  | 10 ++
 kde-apps/kdenlive/metadata.xml  |  2 ++
 3 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/kde-apps/kdenlive/kdenlive-16.08.49..ebuild 
b/kde-apps/kdenlive/kdenlive-16.08.49..ebuild
index 9caa401..e1fddef 100644
--- a/kde-apps/kdenlive/kdenlive-16.08.49..ebuild
+++ b/kde-apps/kdenlive/kdenlive-16.08.49..ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-KDE_HANDBOOK="forceoptional"
+KDE_HANDBOOK="optional"
 inherit kde5
 
 DESCRIPTION="Non-linear video editing suite by KDE"
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.kdenlive.org/;
 
 LICENSE="GPL-2"
 KEYWORDS=""
-IUSE="gles2 v4l semantic-desktop"
+IUSE="freesound gles2 jogshuttle semantic-desktop v4l"
 
 RDEPEND="
$(add_frameworks_dep karchive)
@@ -32,7 +32,6 @@ RDEPEND="
$(add_frameworks_dep knewstuff)
$(add_frameworks_dep knotifications)
$(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep kplotting)
$(add_frameworks_dep kservice)
$(add_frameworks_dep ktextwidgets)
$(add_frameworks_dep kwidgetsaddons)
@@ -50,6 +49,7 @@ RDEPEND="
>=media-libs/mlt-6.0.0[ffmpeg,kdenlive,melt,qt5,sdl,xml]
virtual/ffmpeg[encode,sdl,X]
virtual/opengl
+   freesound? ( $(add_qt_dep qtwebkit) )
semantic-desktop? ( $(add_frameworks_dep kfilemetadata) )
v4l? ( media-libs/libv4l )
 "
@@ -59,8 +59,10 @@ DEPEND="${RDEPEND}
 
 src_configure() {
local mycmakeargs=(
-   $(cmake-utils_use_find_package v4l LibV4L2)
+   $(cmake-utils_use_find_package freesound Qt5WebKitWidgets)
+   -DWITH_JogShuttle=$(usex jogshuttle)
$(cmake-utils_use_find_package semantic-desktop KF5FileMetaData)
+   $(cmake-utils_use_find_package v4l LibV4L2)
)
 
kde5_src_configure

diff --git a/kde-apps/kdenlive/kdenlive-.ebuild 
b/kde-apps/kdenlive/kdenlive-.ebuild
index 9caa401..e1fddef 100644
--- a/kde-apps/kdenlive/kdenlive-.ebuild
+++ b/kde-apps/kdenlive/kdenlive-.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-KDE_HANDBOOK="forceoptional"
+KDE_HANDBOOK="optional"
 inherit kde5
 
 DESCRIPTION="Non-linear video editing suite by KDE"
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.kdenlive.org/;
 
 LICENSE="GPL-2"
 KEYWORDS=""
-IUSE="gles2 v4l semantic-desktop"
+IUSE="freesound gles2 jogshuttle semantic-desktop v4l"
 
 RDEPEND="
$(add_frameworks_dep karchive)
@@ -32,7 +32,6 @@ RDEPEND="
$(add_frameworks_dep knewstuff)
$(add_frameworks_dep knotifications)
$(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep kplotting)
$(add_frameworks_dep kservice)
$(add_frameworks_dep ktextwidgets)
$(add_frameworks_dep kwidgetsaddons)
@@ -50,6 +49,7 @@ RDEPEND="
>=media-libs/mlt-6.0.0[ffmpeg,kdenlive,melt,qt5,sdl,xml]
virtual/ffmpeg[encode,sdl,X]
virtual/opengl
+   freesound? ( $(add_qt_dep qtwebkit) )
semantic-desktop? ( $(add_frameworks_dep kfilemetadata) )
v4l? ( media-libs/libv4l )
 "
@@ -59,8 +59,10 @@ DEPEND="${RDEPEND}
 
 src_configure() {
local mycmakeargs=(
-   $(cmake-utils_use_find_package v4l LibV4L2)
+   $(cmake-utils_use_find_package freesound Qt5WebKitWidgets)
+   -DWITH_JogShuttle=$(usex jogshuttle)
$(cmake-utils_use_find_package semantic-desktop KF5FileMetaData)
+   $(cmake-utils_use_find_package v4l LibV4L2)
)
 
kde5_src_configure

diff --git a/kde-apps/kdenlive/metadata.xml b/kde-apps/kdenlive/metadata.xml
index 6b9e870..3866252 100644
--- a/kde-apps/kdenlive/metadata.xml
+++ b/kde-apps/kdenlive/metadata.xml
@@ -6,6 +6,8 @@
Gentoo KDE Project


+   Enable freesound.org credentials support 
via dev-qt/qtwebkit to download files
Use GLES 2.0 or later instead of full 
OpenGL
+   Enable support for Jog-Shuttle 
devices

 



[gentoo-commits] proj/kde:master commit in: kde-apps/kdepim-addons/

2016-11-13 Thread Michael Palimaka
commit: f16785da345707c747cce3faa6b4df1453ea347c
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Nov 12 19:41:13 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Nov 12 19:41:13 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f16785da

kde-apps/kdepim-addons: Add missing DEPEND

Package-Manager: portage-2.3.0

 kde-apps/kdepim-addons/kdepim-addons-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/kdepim-addons/kdepim-addons-.ebuild 
b/kde-apps/kdepim-addons/kdepim-addons-.ebuild
index c54ab95..3a8f5e4 100644
--- a/kde-apps/kdepim-addons/kdepim-addons-.ebuild
+++ b/kde-apps/kdepim-addons/kdepim-addons-.ebuild
@@ -37,6 +37,7 @@ COMMON_DEPEND="
$(add_kdeapps_dep incidenceeditor)
$(add_kdeapps_dep kcontacts)
$(add_kdeapps_dep kdepim-apps-libs)
+   $(add_kdeapps_dep kidentitymanagement)
$(add_kdeapps_dep kmime)
$(add_kdeapps_dep libkdepim)
$(add_kdeapps_dep libkleo)



[gentoo-commits] repo/gentoo:master commit in: dev-python/spark-parser/

2016-11-13 Thread Brian Dolbec
commit: faecf9357902f16cdc0e4e4197311db366c5056c
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun Nov 13 16:54:05 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sun Nov 13 17:18:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faecf935

dev-python/spark-parser: Fix setup.py unconditional test only dep bug 599638

Package-Manager: portage-2.3.2_p3

 dev-python/spark-parser/spark-parser-1.4.0.ebuild | 8 
 1 file changed, 8 insertions(+)

diff --git a/dev-python/spark-parser/spark-parser-1.4.0.ebuild 
b/dev-python/spark-parser/spark-parser-1.4.0.ebuild
index 9ca7566..3c0cd9a 100644
--- a/dev-python/spark-parser/spark-parser-1.4.0.ebuild
+++ b/dev-python/spark-parser/spark-parser-1.4.0.ebuild
@@ -29,6 +29,14 @@ DEPEND="
 
 S="${WORKDIR}/${MY_PN}-${PV}"
 
+python_prepare_all() {
+   # Remove an unconditional test only dep
+   sed \
+   -e "s/setup_requires/# setup_requires/" \
+   -i setup.py
+   distutils-r1_python_prepare_all
+}
+
 python_test() {
emake check
 }



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpytage/

2016-11-13 Thread Brian Dolbec
commit: c995f33af32bc7f7f777c9abe1c67b2c53e34394
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun Nov 13 17:17:06 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sun Nov 13 17:18:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c995f33a

app-portage/gpytage: Update ebuild to eapi 6

Package-Manager: portage-2.3.2_p3

 ...ytage-0.3.0_rc1.ebuild => gpytage-0.3.0_rc1-r1.ebuild} | 15 +--
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/app-portage/gpytage/gpytage-0.3.0_rc1.ebuild 
b/app-portage/gpytage/gpytage-0.3.0_rc1-r1.ebuild
similarity index 63%
rename from app-portage/gpytage/gpytage-0.3.0_rc1.ebuild
rename to app-portage/gpytage/gpytage-0.3.0_rc1-r1.ebuild
index 7830dc6..8a13508 100644
--- a/app-portage/gpytage/gpytage-0.3.0_rc1.ebuild
+++ b/app-portage/gpytage/gpytage-0.3.0_rc1-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="3"
-PYTHON_DEPEND="2:2.6"
+EAPI="6"
+PYTHON_COMPAT=( python2_7 )
 
-inherit distutils
+inherit distutils-r1
 
 DESCRIPTION="GTK Utility to help manage Portage's user config files"
 HOMEPAGE="https://gna.org/projects/gpytage;
@@ -13,12 +13,7 @@ SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND=">=dev-python/pygtk-2.14"
-
-pkg_setup() {
-   python_set_active_version 2
-   python_pkg_setup
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/priority/

2016-11-13 Thread Brian Dolbec
commit: 1659db8f6e94f84e0d22d4d9c9e26bae7e73f9e8
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun Nov 13 17:15:58 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sun Nov 13 17:18:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1659db8f

dev-python/priority: Version bump

Package-Manager: portage-2.3.2_p3

 dev-python/priority/Manifest  |  1 +
 dev-python/priority/priority-1.2.2.ebuild | 33 +++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/priority/Manifest b/dev-python/priority/Manifest
index 2c306d7..cb3572b 100644
--- a/dev-python/priority/Manifest
+++ b/dev-python/priority/Manifest
@@ -1,2 +1,3 @@
 DIST priority-1.2.0.tar.gz 12064 SHA256 
70468e7f43c4bb19cd966d63f78367d8c5af68828611aa3f3e5d77b8948cd2d4 SHA512 
00cac802a7d4a6960e71d6d5552c2649becb07e9bd124421b8a391f3681ecdfcc4928725cfffe1011143789b75b8660bd178dbef1f7ebfadd25057d9d7f22dee
 WHIRLPOOL 
b1a2d5d9f64e22f341d6ee8f0e0dc43e4fdd2cebb0330ff186be12dbf3e676a20e17b1e27dae1eb7679e6debffaed92eeb2cc88f45fc8180bbc13cca8df2b7e4
 DIST priority-1.2.1.tar.gz 12558 SHA256 
21e3b5a3b64cda106556023c9ac1223a026a45252536dd33b992a35e557280a4 SHA512 
f396ffddcb574fc9e672f2211c39aa2643ab66953c2c3fb2d1b21b1714d48fcca2a2b122c703d6a684ebdc829253c6b42e4cfb935b1caa43e18d1c6d5b7912cb
 WHIRLPOOL 
a4d1032fde4cf41d4709eda56a8b18a5fb896e0ce25d392d0fa7613078223c294e4f181a0a1aa59acaa8e68cb50045d305ccd81411c7c9ef2e3d114d6c4e9795
+DIST priority-1.2.2.tar.gz 12779 SHA256 
6cd04ba9d2ce1a6a25ceb5f52674c3f400cf21ff948fcfcf76afd6c8a9b19c07 SHA512 
72b77fab8dd4fc61b11ea8c4e1137a53653f8d3c0e30a00eea1443d2fc5e43a5b66f18d7b62db051cb70075671860ccf044af1e03578fb96f9427e20379f3b22
 WHIRLPOOL 
f6f622cfc6292d6b3043d61447d39cc3bff575ab4679d5d21ee31ee80e473d26c8017c829fa5eef1f63fb83a4f4f893505fba06456503e0721e960c1b2fcbd8e

diff --git a/dev-python/priority/priority-1.2.2.ebuild 
b/dev-python/priority/priority-1.2.2.ebuild
new file mode 100644
index ..e7b9d0d
--- /dev/null
+++ b/dev-python/priority/priority-1.2.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy)
+
+inherit distutils-r1
+
+DESCRIPTION="A pure-Python implementation of the HTTP/2 priority tree"
+HOMEPAGE="http://python-hyper.org/priority 
https://github.com/python-hyper/priority https://pypi.python.org/pypi/priority;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+
+DEPEND="
+   test? (
+   >=dev-python/pytest-2.9.2[${PYTHON_USEDEP}]
+   >=dev-python/pytest-cov-2.3.0[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-1.14.0[${PYTHON_USEDEP}]
+   >=dev-python/hypothesis-3.4.2[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   PYTHONPATH="${S}/test:${BUILD_DIR}/lib" py.test -v || die "Tests failed 
under ${EPYTHON}"
+   cd test
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/

2016-11-13 Thread Matthias Maier
commit: e374c1ca4ae657866957ab34d42306ad61b29825
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Nov 13 17:17:38 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Nov 13 17:17:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e374c1ca

app-emulation/qemu: drop vulnerable 2.7.0-r5, bug #598772

Package-Manager: portage-2.3.0

 app-emulation/qemu/qemu-2.7.0-r5.ebuild | 703 
 1 file changed, 703 deletions(-)

diff --git a/app-emulation/qemu/qemu-2.7.0-r5.ebuild 
b/app-emulation/qemu/qemu-2.7.0-r5.ebuild
deleted file mode 100644
index 12308b6..
--- a/app-emulation/qemu/qemu-2.7.0-r5.ebuild
+++ /dev/null
@@ -1,703 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="ncurses,readline"
-
-PLOCALES="bg de_DE fr_FR hu it tr zh_CN"
-
-inherit eutils flag-o-matic linux-info toolchain-funcs multilib python-r1 \
-   user udev fcaps readme.gentoo-r1 pax-utils l10n
-
-if [[ ${PV} = ** ]]; then
-   EGIT_REPO_URI="git://git.qemu.org/qemu.git"
-   inherit git-2
-   SRC_URI=""
-else
-   SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.bz2;
-   KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86 ~x86-fbsd"
-fi
-
-DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"
-HOMEPAGE="http://www.qemu.org http://www.linux-kvm.org;
-
-LICENSE="GPL-2 LGPL-2 BSD-2"
-SLOT="0"
-IUSE="accessibility +aio alsa bluetooth bzip2 +caps +curl debug +fdt glusterfs 
\
-gnutls gtk gtk2 infiniband iscsi +jpeg \
-kernel_linux kernel_FreeBSD lzo ncurses nfs nls numa opengl +pin-upstream-blobs
-+png pulseaudio python \
-rbd sasl +seccomp sdl sdl2 selinux smartcard snappy spice ssh static 
static-softmmu
-static-user systemtap tci test +threads usb usbredir +uuid vde +vhost-net \
-virgl virtfs +vnc vte xattr xen xfs"
-
-COMMON_TARGETS="aarch64 alpha arm cris i386 m68k microblaze microblazeel mips
-mips64 mips64el mipsel or32 ppc ppc64 s390x sh4 sh4eb sparc sparc64 unicore32
-x86_64"
-IUSE_SOFTMMU_TARGETS="${COMMON_TARGETS} lm32 moxie ppcemb tricore xtensa 
xtensaeb"
-IUSE_USER_TARGETS="${COMMON_TARGETS} armeb mipsn32 mipsn32el ppc64abi32 
ppc64le sparc32plus tilegx"
-
-use_softmmu_targets=$(printf ' qemu_softmmu_targets_%s' 
${IUSE_SOFTMMU_TARGETS})
-use_user_targets=$(printf ' qemu_user_targets_%s' ${IUSE_USER_TARGETS})
-IUSE+=" ${use_softmmu_targets} ${use_user_targets}"
-
-# Allow no targets to be built so that people can get a tools-only build.
-# Block USE flag configurations known to not work.
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-   gtk2? ( gtk )
-   qemu_softmmu_targets_arm? ( fdt )
-   qemu_softmmu_targets_microblaze? ( fdt )
-   qemu_softmmu_targets_ppc? ( fdt )
-   qemu_softmmu_targets_ppc64? ( fdt )
-   sdl2? ( sdl )
-   static? ( static-softmmu static-user )
-   static-softmmu? ( !alsa !pulseaudio !bluetooth !opengl !gtk !gtk2 )
-   virtfs? ( xattr )
-   vte? ( gtk )"
-
-# Yep, you need both libcap and libcap-ng since virtfs only uses libcap.
-#
-# The attr lib isn't always linked in (although the USE flag is always
-# respected).  This is because qemu supports using the C library's API
-# when available rather than always using the extranl library.
-#
-# Older versions of gnutls are supported, but it's simpler to just require
-# the latest versions.  This is also why we require nettle.
-#
-# TODO: Split out tools deps into another var.  e.g. bzip2 is only used by
-# system binaries and tools, not user binaries.
-COMMON_LIB_DEPEND=">=dev-libs/glib-2.0[static-libs(+)]
-   dev-libs/libpcre[static-libs(+)]
-   sys-libs/zlib[static-libs(+)]
-   bzip2? ( app-arch/bzip2[static-libs(+)] )
-   xattr? ( sys-apps/attr[static-libs(+)] )"
-SOFTMMU_LIB_DEPEND="${COMMON_LIB_DEPEND}
-   >=x11-libs/pixman-0.28.0[static-libs(+)]
-   accessibility? ( app-accessibility/brltty[static-libs(+)] )
-   aio? ( dev-libs/libaio[static-libs(+)] )
-   alsa? ( >=media-libs/alsa-lib-1.0.13 )
-   bluetooth? ( net-wireless/bluez )
-   caps? ( sys-libs/libcap-ng[static-libs(+)] )
-   curl? ( >=net-misc/curl-7.15.4[static-libs(+)] )
-   fdt? ( >=sys-apps/dtc-1.4.0[static-libs(+)] )
-   glusterfs? ( >=sys-cluster/glusterfs-3.4.0[static-libs(+)] )
-   gnutls? (
-   dev-libs/nettle:=[static-libs(+)]
-   >=net-libs/gnutls-3.0:=[static-libs(+)]
-   )
-   gtk? (
-   gtk2? (
-   x11-libs/gtk+:2
-   vte? ( x11-libs/vte:0 )
-   )
-   !gtk2? (
-   x11-libs/gtk+:3
-   vte? ( x11-libs/vte:2.90 )
-   )
-   )
-   infiniband? ( sys-fabric/librdmacm:=[static-libs(+)] )
-   iscsi? ( net-libs/libiscsi )
-   jpeg? ( virtual/jpeg:0=[static-libs(+)] )
-   lzo? ( 

[gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-firmware/

2016-11-13 Thread Manuel Rüger
commit: f08495ceaefac802a8433805373ad601af9ad6a4
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Nov 13 17:05:36 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Nov 13 17:05:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f08495ce

sys-kernel/linux-firmware: Add new snapshot

Gentoo-Bug: 596550

Package-Manager: portage-2.3.2

 sys-kernel/linux-firmware/Manifest |   1 +
 .../linux-firmware/linux-firmware-20161005.ebuild  | 112 +
 2 files changed, 113 insertions(+)

diff --git a/sys-kernel/linux-firmware/Manifest 
b/sys-kernel/linux-firmware/Manifest
index 606d392..14457fd 100644
--- a/sys-kernel/linux-firmware/Manifest
+++ b/sys-kernel/linux-firmware/Manifest
@@ -3,3 +3,4 @@ DIST linux-firmware-20160223.tar.xz 35929392 SHA256 
fde2f588fc0d2b7efa3b906a831e
 DIST linux-firmware-20160331.tar.xz 35957140 SHA256 
99ab767835006038e9efcc9d583b767c4a98091c35a6e2710f654e4fc2db7a45 SHA512 
99694f336c4051d51f527399e225ee4a5842024d52f0d74204afd947ab5d0517c774e42519f469a1b653bc2ea026735bb83af5e495a8c2c5b5898ebe5d86cb40
 WHIRLPOOL 
17091f691577fa0976cb90cb6a60599155ff02afb95aacfa9c12228371c69d88750214b76f479cfdf55f36f7584a03c81158a61b1a593012e15db0ce8d740672
 DIST linux-firmware-20160616.tar.xz 36089804 SHA256 
216cd8680ab29368f2c206b3dbaa180e5f7331f64b016e0a674870f8abe668b5 SHA512 
0a6c8aaea9a6bea5eb92a60499861d59e91b87ab44af4e1b7794539ae46ca6cc5a59ca945d4e4d376bdcf1820b32c66531459db7bfb95e97d343cf9a964f6f7e
 WHIRLPOOL 
17df2ff0d701728c9815ee4e1be6548939fb9d3e54e55ae4caeb05b41b3a0921048a7c0a05f1e682c1a32c3344e1e7c0717fadb365b7717c95f96506f2e93a81
 DIST linux-firmware-20160628.tar.xz 37855232 SHA256 
02e22483b466a30284adfce1ec7189f7c2a18a4af2e747e0eb73227ce3bf466b SHA512 
cf202ee5526f0a6af2341d7ec248b8eae380acda0bacd9c1b56ea5eeb9880ade2d10ff81b533e761233d54e3a8fa862d39795ab012878784f8a905bbefb3c1d1
 WHIRLPOOL 
29f4286cc3ab63bf0197d9c2d2e7bfeee7a5312b8ff594e178d81cdb511c253b33d6b00ca8767d57ac643b377618465e1e87a1227db86bd55a00d8999ed2acd4
+DIST linux-firmware-20161005.tar.xz 40838788 SHA256 
4172e2febc8c075edcdb5d1977b56b7dbb3cf173967f7a4fd85d2791221b1912 SHA512 
3926ef8fe471e5b51f92e490f8433c5fc44bb0c717c5b5fea4c5143d0247fbccaa063c5108efde04f18927c71ef55bbb0f2197f7fb2511a352098cb155d0bb23
 WHIRLPOOL 
9ab05165ae7f1597d2f7b3bb249282fb1ba34bbe315e004d039f10bf2981ebd5f9c64669498efa5bb8243164ae1842606eefe864bf61119c23c53e739a390e84

diff --git a/sys-kernel/linux-firmware/linux-firmware-20161005.ebuild 
b/sys-kernel/linux-firmware/linux-firmware-20161005.ebuild
new file mode 100644
index ..7b11e8b
--- /dev/null
+++ b/sys-kernel/linux-firmware/linux-firmware-20161005.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit savedconfig
+
+if [[ ${PV} == * ]]; then
+   inherit git-2
+   SRC_URI=""
+   
EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git"
+   KEYWORDS=""
+else
+   GIT_COMMIT="a179db97914da5e650c21ba8f9b0bae04a0f8a41"
+   
SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-${GIT_COMMIT}.tar.xz
 -> ${P}.tar.xz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+fi
+
+DESCRIPTION="Linux firmware files"
+HOMEPAGE="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;
+
+LICENSE="GPL-1 GPL-2 GPL-3 BSD freedist"
+SLOT="0"
+IUSE="savedconfig"
+
+DEPEND=""
+RDEPEND="!savedconfig? (
+   !sys-firmware/alsa-firmware[alsa_cards_ca0132]
+   !sys-firmware/alsa-firmware[alsa_cards_korg1212]
+   !sys-firmware/alsa-firmware[alsa_cards_maestro3]
+   !sys-firmware/alsa-firmware[alsa_cards_sb16]
+   !sys-firmware/alsa-firmware[alsa_cards_ymfpci]
+   !media-tv/cx18-firmware
+   ! 
${PN}.conf
+   find * \( \! -type d -and \! -name ${PN}.conf \) >> ${PN}.conf
+
+   if use savedconfig; then
+   restore_config ${PN}.conf
+   ebegin "Removing all files not listed in config"
+   find * \( \! -type d -and \! -name ${PN}.conf \) \
+   | sort ${PN}.conf ${PN}.conf - \
+   | uniq -u | xargs -r rm
+   eend $? || die
+   # remove empty directories, bug #396073
+   find -type d -empty -delete || die
+   fi
+}
+
+src_install() {
+   if use !savedconfig; then
+   save_config ${PN}.conf
+   fi
+   rm ${PN}.conf || die
+   insinto /lib/firmware/
+   doins -r *
+}
+
+pkg_preinst() {
+   if use savedconfig; then
+   ewarn "USE=savedconfig is active. You must handle file 
collisions manually."
+   fi
+}
+
+pkg_postinst() {
+   elog "If you are only interested in particular firmware files, edit the 
saved"
+   

[gentoo-commits] repo/gentoo:master commit in: virtual/notification-daemon/

2016-11-13 Thread Michael Palimaka
commit: 7146f0a1bff65c095594df60f20608a46b2bf8b2
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 13 16:32:34 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 13 16:33:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7146f0a1

virtual/notification-daemon: improve KDE handling

Gentoo-bug: 588114

Package-Manager: portage-2.3.2

 virtual/notification-daemon/notification-daemon-0.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/virtual/notification-daemon/notification-daemon-0.ebuild 
b/virtual/notification-daemon/notification-daemon-0.ebuild
index 8869778..ac2c16e 100644
--- a/virtual/notification-daemon/notification-daemon-0.ebuild
+++ b/virtual/notification-daemon/notification-daemon-0.ebuild
@@ -11,12 +11,13 @@ SRC_URI=""
 LICENSE=""
 SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
-IUSE="gnome"
+IUSE="gnome kde"
 
 RDEPEND="
gnome? ( || ( x11-misc/notification-daemon
gnome-base/gnome-shell ) )
-   !gnome? ( || (
+   kde? ( kde-plasma/plasma-workspace )
+   !gnome? ( !kde? ( || (
x11-misc/notification-daemon
gnome-extra/cinnamon
xfce-extra/xfce4-notifyd
@@ -26,8 +27,7 @@ RDEPEND="
>=x11-wm/awesome-3.4.4
x11-wm/enlightenment[enlightenment_modules_notification]
x11-wm/enlightenment[e_modules_notification]
-   kde-apps/knotify
x11-misc/mate-notification-daemon
lxqt-base/lxqt-notificationd
-   kde-misc/colibri ) )"
+   kde-misc/colibri ) ) )"
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/, profiles/arch/arm/

2016-11-13 Thread Michael Palimaka
commit: dd9c9fb2074db38e635365d8304be1dcd3d10056
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 13 16:28:20 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 13 16:33:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd9c9fb2

profiles: mask virtual/notification-daemon[kde] on arm and ppc

kde-plasma/plasma-workspace is not stable on arm and not keyworded on ppc.

 profiles/arch/arm/package.use.stable.mask | 1 +
 profiles/arch/powerpc/package.use.mask| 1 +
 2 files changed, 2 insertions(+)

diff --git a/profiles/arch/arm/package.use.stable.mask 
b/profiles/arch/arm/package.use.stable.mask
index 3fa2c77..eb38eb7 100644
--- a/profiles/arch/arm/package.use.stable.mask
+++ b/profiles/arch/arm/package.use.stable.mask
@@ -36,6 +36,7 @@ net-misc/networkmanager teamd
 # Michael Palimaka  (28 Oct 2015)
 # KDE is not stable on arm
 media-video/vlc kde
+virtual/notification-daemon kde
 
 # Pacho Ramos  (03 Oct 2015)
 # Missing stable, bug #529462

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index a1314f8..90b3488 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -27,6 +27,7 @@ net-libs/libproxy kde
 net-voip/ekiga kde
 sys-auth/polkit kde
 sys-block/gparted kde
+virtual/notification-daemon kde
 www-plugins/gnash kde
 x11-misc/lightdm kde
 x11-themes/qtcurve kde



[gentoo-commits] repo/gentoo:master commit in: dev-java/icu4j/

2016-11-13 Thread Sebastian Pipping
commit: d02159ba214126ef1657cb059f0742c8fd7bf614
Author: Stefan Langenmaier  gmail  com>
AuthorDate: Sun Nov 13 15:50:58 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Nov 13 15:52:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d02159ba

dev-java/icu4j: 56.1 (bug #599242)

 dev-java/icu4j/Manifest  |  1 +
 dev-java/icu4j/icu4j-56.1.ebuild | 48 
 2 files changed, 49 insertions(+)

diff --git a/dev-java/icu4j/Manifest b/dev-java/icu4j/Manifest
index 53fba0b..b199d26 100644
--- a/dev-java/icu4j/Manifest
+++ b/dev-java/icu4j/Manifest
@@ -1,2 +1,3 @@
 DIST icu4j-54_1_1.tgz 23457651 SHA256 
1919a355742172dbd18021dfb2fd008f5c73168d2d5a39d705721614029d6704 SHA512 
c41f7f9fb0819767da48ac21c4883a628da8397e0ad5b0d75e51d9185b5511608c9a635933c4ae2e0c8911b2cdecf47bc661050935bbae2ba58abfb5ad04dadf
 WHIRLPOOL 
d7c35283547c598694ead10620df1511cbe4602415ca8ee2d32ee3b291d28015db4fcd5fb3f426bf524e449099562545c3bdab81209af244890b53ea091f9f1f
 DIST icu4j-55_1.tgz 23617640 SHA256 
da4c91e6b89bef3da22be475e63916c4f4f304b9689d5fdc5b40a52106efc4c3 SHA512 
706daed61d9d3722a0813d175fa66b24570abba492c32704d4df924861e5d2592a4a5ff40fdec2bd3fb662c3679dbc9addd580966c3cc69470d14e3fce27a054
 WHIRLPOOL 
b6cace3616d6d0b1c185a744cc1f0a3728682557d51f4b6658f174195c1eb369a2a005e2fd9eb4b421de761e47c2424368359a1948594da7b2f8cd6e1b0d2f33
+DIST icu4j-56_1.tgz 23189284 SHA256 
0b227aae833af37daf6b8dfbd265b4a3bae92ecb0d5f79d34ccb6dd445135369 SHA512 
9ecc36c03a6713dbfb909e109b5e982525958b6137bd7006c93ff3b8578d816c59fa331555b43c94248f392ba9b456b1adb37be74e02e9ea818c8a9a7c669f4a
 WHIRLPOOL 
acf1bcece9cf1aaa31b05618bd1b79fc5f308a93c9f1b64c69ed2171dcda3031b0d76ebf196af27c0d1712e8be8f7cdf0263ad9432b592afbd5098f05039828c

diff --git a/dev-java/icu4j/icu4j-56.1.ebuild b/dev-java/icu4j/icu4j-56.1.ebuild
new file mode 100644
index ..3419cfe
--- /dev/null
+++ b/dev-java/icu4j/icu4j-56.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+JAVA_PKG_IUSE="doc examples source test"
+
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="A set of Java libraries providing Unicode and Globalization 
support"
+HOMEPAGE="http://www.icu-project.org/;
+SRC_URI="http://download.icu-project.org/files/${PN}/${PV}/${PN}-${PV//./_}.tgz;
+
+LICENSE="icu"
+SLOT="56"
+KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND=">=virtual/jdk-1.6"
+RDEPEND=">=virtual/jre-1.6"
+
+S="${WORKDIR}"
+
+JAVA_PKG_BSFIX_NAME+=" common-targets.xml"
+
+EANT_DOC_TARGET="docs"
+EANT_TEST_TARGET="check"
+
+JAVA_RM_FILES=(
+   tools/build/src/com/ibm/icu/dev/tool/docs/ICUTaglet.java
+)
+
+src_test() {
+   java-pkg-2_src_test
+}
+
+src_install() {
+   java-pkg_dojar ${PN}.jar
+   java-pkg_dojar ${PN}-charset.jar
+   java-pkg_dojar ${PN}-localespi.jar
+
+   dodoc readme.html
+
+   use doc && java-pkg_dojavadoc doc
+   use examples && java-pkg_doexamples demos samples
+   use source && java-pkg_dosrc main/classes/*/src/com
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/epoch/, sys-apps/epoch/files/

2016-11-13 Thread Alice Ferrazzi
commit: 7e54ae3ae0acae59f83eb7004c3f546e0d23afd2
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Sun Nov 13 15:22:47 2016 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Sun Nov 13 15:23:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e54ae3a

sys-apps/epoch: bump 1.3.0

Package-Manager: portage-2.3.0

 sys-apps/epoch/Manifest |  1 +
 sys-apps/epoch/epoch-1.3.0.ebuild   | 75 +
 sys-apps/epoch/files/epoch-1.3.0-fix-main.patch | 13 +
 3 files changed, 89 insertions(+)

diff --git a/sys-apps/epoch/Manifest b/sys-apps/epoch/Manifest
index ee8d4bb..438de50 100644
--- a/sys-apps/epoch/Manifest
+++ b/sys-apps/epoch/Manifest
@@ -6,3 +6,4 @@ DIST epoch-1.1.1.tar.gz 64969 SHA256 
98a410ba66952bfc1c326fafd8ceeaf23262e3c3a97
 DIST epoch-1.2.0.tar.gz 66380 SHA256 
26147efd855a157d6774111e8171deaa7ce0f8df34ea13910d88fef54bec4b6f SHA512 
d017e9f7078bd10596212769a8927f93f0ceb8a34beaf39b7708632bce55f107aa49904de68cfb9ee7aefc40ba28a455a0aecfe7c1afe838bf9e4144ea65544a
 WHIRLPOOL 
d49ec73337816b86512757f5a07ca1fbc660bb315e7a997efa36f776806f001fe73e87af4dd0ce0d5a3ba1b8683d775d9783c83072990ffc4c4f9b48dc89d4e7
 DIST epoch-1.2.1.tar.gz 66718 SHA256 
9ad6573ca71599f17cf6a567eef902cd1caadb5b5460764ae7bb4e16fa3a9423 SHA512 
2d0c767165ec41452d1dabf338c8ea31772f1a8cd1e1dbd60c8469f2f235bb1f0cb60b467189f1fd1079dfc223b0687c1cfe5e729e1142ebc63323b1f9c0cf93
 WHIRLPOOL 
3c6382f6b2dfd0260f2a036403e995a7bca0b2ceb60a740c3294d736e091c6f9d21541f87a42019bfa25817135ea12bfaf59662ecd2eb85a1e126b9b2ad4c9d7
 DIST epoch_1.2.2.tar.gz 229377 SHA256 
3c8bdc4e3ddcaf2410f2c6082cab61f0957dfacf5c14300dadc6c22afd5bca8b SHA512 
9e3e38ef95c20237a3db4f47c9464f27e893a665f0692200d89e96b12f6b2e3af9b84d951356b7b354f19ea4fbe372e2e0ba406fdfeb8819914d46cfed3024a3
 WHIRLPOOL 
1235b63f15435ccdfaf451aca11bd7ab07bc1e0ea148c6430e4b896d7c5838966000c85fabcc03ed86e92a28b46814db80fea528881bce0aa8653af3492d1533
+DIST epoch_1.3.0.tar.gz 70681 SHA256 
80ae3faa708976dfb15d5a59f10dfc0750fca9d16f164daea771757f89ddaa08 SHA512 
1e4a8bee26d8819303cbeb67265ee74e294502acfb3f5e594222bb7bdcb2d077fe19e73c40e9111a6ef9af788d767434f5a9a357430b59d6a0cac0e36a3b8f9e
 WHIRLPOOL 
6cd76694337f79a4a6e96a4506ec14a8a16c3861d808fa3a640fa02632833e79c3063c41dc210969798329df6467b4a21a367ed9c3182609c0a3fe26fbe0f60e

diff --git a/sys-apps/epoch/epoch-1.3.0.ebuild 
b/sys-apps/epoch/epoch-1.3.0.ebuild
new file mode 100644
index ..70f783d
--- /dev/null
+++ b/sys-apps/epoch/epoch-1.3.0.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils linux-info
+
+MY_PV="${PV/rc/RC}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="An init system, a /sbin/init replacement; designed for simplicity"
+HOMEPAGE="http://universe2.us/epoch.html;
+SRC_URI="http://universe2.us/${PN}_${PV}.tar.gz;
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+S="${WORKDIR}/${PN}_${PV}"
+
+pkg_pretend() {
+   local CONFIG_CHECK="~PROC_FS"
+
+   [[ ${MERGE_TYPE} != buildonly ]] && check_extra_config
+}
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-1.0-fix-CFLAGS.patch
+   epatch "${FILESDIR}"/${PN}-1.3.0-fix-main.patch
+}
+
+src_compile() {
+   NEED_EMPTY_CFLAGS=1 sh ./buildepoch.sh || die "Cannot build epoch."
+}
+
+newepochins() {
+   local type="$1"
+
+   cd ${type} || die "Cannot change directory."
+   for file in * ; do
+   if [[ "${file}" != "epoch" ]] ; then
+   new${type} ${file} epoch-${file}
+   fi
+   done
+   cd .. || die "Cannot change directory."
+}
+
+src_install() {
+   cd built || die "Cannot change directory."
+
+   dosbin sbin/epoch
+
+   # For now, rename to epoch-* until we can blend in with a standard 
approach.
+   newepochins bin
+   newepochins sbin
+
+   insinto /etc/epoch/
+   newins "${FILESDIR}"/${PN}-1.0_rc1-epoch.conf epoch.conf
+}
+
+pkg_postinst() {
+   elog "Make sure to provide /run and /tmp tmpfs mounts using /etc/fstab."
+   elog ""
+   elog "An example epoch configuration is provided at 
/etc/epoch/epoch.conf"
+   elog "which starts a minimal needed to use Gentoo."
+   elog ""
+   elog "To use epoch, add this kernel parameter: 
init=/usr/sbin/epoch-init"
+   elog ""
+   elog "Additional information about epoch is available at"
+   elog "${HOMEPAGE} and configuration documentation at"
+   elog "http://universe2.us/epochconfig.html which is useful reading 
material."
+   elog ""
+   elog "Its author Subsentient can be contacted at #epoch on 
irc.freenode.net."
+}

diff --git a/sys-apps/epoch/files/epoch-1.3.0-fix-main.patch 
b/sys-apps/epoch/files/epoch-1.3.0-fix-main.patch
new file mode 100644
index ..b158ae2
--- /dev/null
+++ b/sys-apps/epoch/files/epoch-1.3.0-fix-main.patch
@@ -0,0 +1,13 @@
+--- 

[gentoo-commits] repo/gentoo:master commit in: app-misc/gramps/

2016-11-13 Thread Marek Szuba
commit: 951cdefb537c6ad5c052a8ad6b979c3c064debbb
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Nov 13 14:59:51 2016 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Nov 13 15:00:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=951cdefb

app-misc/gramps: remove old

Suggested-By: Kevin Simmons  kblob.com>

Package-Manager: portage-2.3.2

 app-misc/gramps/Manifest   |  1 -
 app-misc/gramps/gramps-3.4.9-r1.ebuild | 79 --
 app-misc/gramps/gramps-3.4.9.ebuild| 78 -
 3 files changed, 158 deletions(-)

diff --git a/app-misc/gramps/Manifest b/app-misc/gramps/Manifest
index 4000583..680dee7 100644
--- a/app-misc/gramps/Manifest
+++ b/app-misc/gramps/Manifest
@@ -1,3 +1,2 @@
 DIST gramps-3.4.5.tar.gz 10444188 SHA256 
940b665a2e0dadf7ee310bdd1a1033c20816c856df8a7d6c4e0850a60471dbc7 SHA512 
c9b517f58712d9f585dbddcb394d3605a5f823950a8c3c5a4ffd20d1a8523d6b75f9b6193271adabe76edc073dd6b4c20811de62582a2930b84d88922b4e52b3
 WHIRLPOOL 
4e30108881900883a4cb3c3ee4c9ef78e04d0850c3dbdaf97569f44cdfb2e56463f3f156f041b4dec6650c722f12cc0909689edc9591c97c5b02b1705860c228
-DIST gramps-3.4.9.tar.gz 10190446 SHA256 
402a8616efeda730d10941690edb6dfb2719c3f7383e376a404577412676a8f3 SHA512 
f15481b3791a98568a0a7f734ef5eb9a1149cf76c5e83f1270eee41bcf3518713391cb271a54177e6e6bbaf78da098d7a7a2a807266c971c1331dbb9d29d5fbb
 WHIRLPOOL 
834777cb20ee7a3ef7a2397eef5a0e70caab02666cf127ba01f6310ac68463ea67733883cd3ca63676b9541dc104da818986d7b249950ae6a30415f5fa1bddee
 DIST gramps-4.2.4.tar.gz 18683901 SHA256 
25190692f2f0d06e05f0761fef45173dd8d6693762572a62845b544a2c622efa SHA512 
640b7b8affc29eee000232a3828f71c6e6e4ee568a4fce2ae8f9eaeabc87682e2dd9e2f1db1e8093e368d86583e80ce3c5261cf223f9cc6e210e7d6272781499
 WHIRLPOOL 
ae118840749364b2904e5ed35f318019c54551305cf98d6e118bf9c539d1507dbce74b46fe66430e53c1115d09d3c73296a91f354ad0bb734e6d182a3ae148d0

diff --git a/app-misc/gramps/gramps-3.4.9-r1.ebuild 
b/app-misc/gramps/gramps-3.4.9-r1.ebuild
deleted file mode 100644
index dd3a36a..
--- a/app-misc/gramps/gramps-3.4.9-r1.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 python-single-r1
-
-DESCRIPTION="Genealogical Research and Analysis Management Programming System"
-HOMEPAGE="http://www.gramps-project.org/;
-SRC_URI="mirror://sourceforge/gramps/Stable/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="gnome reports spell webkit"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   dev-python/bsddb3[${PYTHON_USEDEP}]
-   dev-python/pygoocanvas[${PYTHON_USEDEP}]
-   >=dev-python/pygtk-2.16.0[${PYTHON_USEDEP}]
-   gnome-base/librsvg:2
-   sci-geosciences/osm-gps-map
-   x11-misc/xdg-utils
-   gnome? (
-   dev-python/gconf-python[${PYTHON_USEDEP}]
-   dev-python/libgnome-python[${PYTHON_USEDEP}]
-   )
-   spell? ( dev-python/gtkspell-python[${PYTHON_USEDEP}] )
-   reports? ( media-gfx/graphviz )
-   webkit? ( dev-python/pywebkitgtk[${PYTHON_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/libiconv
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-3.4.0-use_bsddb3.patch"
-)
-
-src_prepare() {
-   # Fix install path, bug 423315 for example
-   einfo "Fix installation path"
-   find . -iname 'Makefile.in' | xargs \
-   sed "s;\(pkgdatadir = 
\)\(\$(datadir)\);\1$(python_get_sitedir);" -i \
-   || die
-   find . -iname 'Makefile.in' | xargs \
-   sed "s;\(pkgpythondir = 
\)\(\$(datadir)\);\1$(python_get_sitedir);" -i \
-   || die
-
-   sed "s;\$(prefix)/share/gramps;/$(python_get_sitedir)/@PACKAGE@;" \
-   -i src/Makefile.in || die
-
-   sed "s;\$(prefix)/share/gramps;/$(python_get_sitedir)/@PACKAGE@;" \
-   -i src/docgen/Makefile.in || die
-
-   einfo "Fix wrapper script"
-   sed "s;@datadir@;$(python_get_sitedir);" \
-   -i gramps.sh.in || die
-
-   einfo "Fix icon location"
-   sed "s;gramps/;pixmap/;g" -i data/gramps.keys.in || die
-
-   python_fix_shebang .
-
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-mime-install \
-   PYTHON="${EROOT}"/usr/bin/python2
-}

diff --git a/app-misc/gramps/gramps-3.4.9.ebuild 
b/app-misc/gramps/gramps-3.4.9.ebuild
deleted file mode 100644
index 487be35..
--- a/app-misc/gramps/gramps-3.4.9.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-GCONF_DEBUG="no"
-
-inherit eutils gnome2 python-single-r1
-

[gentoo-commits] repo/gentoo:master commit in: eclass/

2016-11-13 Thread Manuel Rüger
commit: bb6774095826bd8edb309f5b38959be8884e94ea
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Nov 13 14:57:08 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Nov 13 14:57:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb677409

eclass/ruby-ng: Remove ree18 support

 eclass/ruby-ng.eclass | 17 +++--
 1 file changed, 3 insertions(+), 14 deletions(-)

diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass
index 4842e0d..f144c9e 100644
--- a/eclass/ruby-ng.eclass
+++ b/eclass/ruby-ng.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,13 +15,11 @@
 # and their incorporation into the Gentoo Linux system.
 #
 # Currently available targets are:
-#  * ruby18 - Ruby (MRI) 1.8.x
 #  * ruby19 - Ruby (MRI) 1.9.x
 #  * ruby20 - Ruby (MRI) 2.0.x
 #  * ruby21 - Ruby (MRI) 2.1.x
 #  * ruby22 - Ruby (MRI) 2.2.x
 #  * ruby23 - Ruby (MRI) 2.3.x
-#  * ree18  - Ruby Enterprise Edition 1.8.x
 #  * jruby  - JRuby
 #  * rbx- Rubinius
 #
@@ -142,17 +140,11 @@ _ruby_atoms_samelib_generic() {
 # @RETURN: the path to the given ruby implementation
 # @DESCRIPTION:
 # Not all implementations have the same command basename as the
-# target; namely Ruby Enterprise 1.8 uses ree18 and rubyee18
-# respectively. This function translate between the two
+# target; This function translate between the two
 ruby_implementation_command() {
local _ruby_name=$1
 
-   # Add all USE_RUBY values where the flag name diverts from the 
binary here
-   case $1 in
-   ree18)
-   _ruby_name=rubyee18
-   ;;
-   esac
+   # Add all USE_RUBY values where the flag name diverts from the binary 
here
 
echo $(type -p ${_ruby_name} 2>/dev/null)
 }
@@ -595,9 +587,6 @@ ruby_get_implementation() {
local ruby=${RUBY:-$(type -p ruby 2>/dev/null)}
 
case $(${ruby} --version) in
-   *Enterprise*)
-   echo "ree"
-   ;;
*jruby*)
echo "jruby"
;;



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec-support/

2016-11-13 Thread Manuel Rüger
commit: c6f51f2d89206fc9efb1ff1c7ab726344a050704
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Nov 13 14:25:13 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Nov 13 14:25:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6f51f2d

dev-ruby/rspec-support: Remove ruby19

Package-Manager: portage-2.3.2

 dev-ruby/rspec-support/rspec-support-3.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rspec-support/rspec-support-3.3.0.ebuild 
b/dev-ruby/rspec-support/rspec-support-3.3.0.ebuild
index 8c6b23e..2d05239 100644
--- a/dev-ruby/rspec-support/rspec-support-3.3.0.ebuild
+++ b/dev-ruby/rspec-support/rspec-support-3.3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-shadow/

2016-11-13 Thread Manuel Rüger
commit: 18d57f4eaf0233d7bdc496a3429aa775fb649ea8
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Nov 13 14:24:21 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Nov 13 14:24:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18d57f4e

dev-ruby/ruby-shadow: Remove ruby19

Package-Manager: portage-2.3.2

 dev-ruby/ruby-shadow/ruby-shadow-2.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ruby-shadow/ruby-shadow-2.4.1.ebuild 
b/dev-ruby/ruby-shadow/ruby-shadow-2.4.1.ebuild
index 916e195..849e353 100644
--- a/dev-ruby/ruby-shadow/ruby-shadow-2.4.1.ebuild
+++ b/dev-ruby/ruby-shadow/ruby-shadow-2.4.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_TEST=""
 



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

2016-11-13 Thread Mikhail Pukhlikov
commit: c76001314c6639bd52b8fb187fc43e764a13669b
Author: mpkh  gentoo  org>
AuthorDate: Fri Oct 28 04:47:22 2016 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Fri Oct 28 04:47:22 2016 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=c7600131

Merge pull request #263 from piedar/monodevelop-

dev-util/monodevelop- builds

 dev-util/monodevelop/monodevelop-.ebuild | 105 +++
 1 file changed, 74 insertions(+), 31 deletions(-)



[gentoo-commits] proj/dotnet:master commit in: dev-dotnet/monotorrent/

2016-11-13 Thread Mikhail Pukhlikov
commit: 03c264fea40099fe74e5f7cdb593574f472de96f
Author: ArsenShnurkov  gmail  com>
AuthorDate: Sun Nov 13 10:11:41 2016 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Sun Nov 13 10:11:41 2016 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=03c264fe

ebuild name fixed

 ...rrent-1.0.0-r201510130.ebuild => monotorrent-1.0.0_p2015101302.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-dotnet/monotorrent/monotorrent-1.0.0-r201510130.ebuild 
b/dev-dotnet/monotorrent/monotorrent-1.0.0_p2015101302.ebuild
similarity index 100%
rename from dev-dotnet/monotorrent/monotorrent-1.0.0-r201510130.ebuild
rename to dev-dotnet/monotorrent/monotorrent-1.0.0_p2015101302.ebuild



[gentoo-commits] proj/dotnet:master commit in: dev-util/monodevelop/

2016-11-13 Thread Mikhail Pukhlikov
commit: a82b5de26e3005aa53bac7a906317c22a8e1fe67
Author: Bennjamin Blast  gmail  com>
AuthorDate: Fri Oct 28 04:22:36 2016 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Fri Oct 28 04:24:06 2016 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=a82b5de2

dev-util/monodevelop- builds

 dev-util/monodevelop/monodevelop-.ebuild | 105 +++
 1 file changed, 74 insertions(+), 31 deletions(-)

diff --git a/dev-util/monodevelop/monodevelop-.ebuild 
b/dev-util/monodevelop/monodevelop-.ebuild
index 0f34c9c..121523e 100644
--- a/dev-util/monodevelop/monodevelop-.ebuild
+++ b/dev-util/monodevelop/monodevelop-.ebuild
@@ -1,57 +1,100 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-inherit fdo-mime gnome2-utils dotnet versionator eutils git-2
+inherit fdo-mime gnome2-utils dotnet versionator eutils git-r3
 
 DESCRIPTION="Integrated Development Environment for .NET"
 HOMEPAGE="http://www.monodevelop.com/;
+LICENSE="LGPL-2 MIT"
+LICENSE+=" Apache-2.0" # fsharpbinding, monomac
+LICENSE+=" GPL-2" # ikvm, mono-tools
+LICENSE+=" GPL-2-with-classpath-exception" # ikvm
+LICENSE+=" GPL-2-with-linking-exception" # libgit2
 
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+EGIT_COMMIT="${P}"
 EGIT_REPO_URI="git://github.com/mono/monodevelop.git"
-EGIT_HAS_SUBMODULES=1
+EGIT_SUBMODULES=( '*' ) # todo: replace certain submodules with system packages
 
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="doc test"
+if [ "${PV}" == "" ]; then
+   EGIT_COMMIT="HEAD"
+   KEYWORDS=""
+fi
+
+USE_DOTNET="net45" # todo: necessary?
+IUSE="${USE_DOTNET} +subversion +git qtcurve test"
 
-RDEPEND=">=dev-lang/mono-3.2.8
-   >=dev-dotnet/gnome-sharp-2.24.2-r1
+COMMON_DEPEND="
+   >=dev-lang/mono-4.4.1
>=dev-dotnet/gtk-sharp-2.12.21:2
-   >=dev-dotnet/mono-addins-1.0[gtk]
-   doc? ( dev-util/mono-docbrowser )
-   >=dev-dotnet/xsp-2
+   >=dev-dotnet/nuget-2.8.7
+   dev-dotnet/referenceassemblies-pcl
+   >=dev-lang/fsharp-4.0.1.15
+   net-libs/libssh2"
+RDEPEND="${COMMON_DEPEND}
dev-util/ctags
sys-apps/dbus[X]
-   !.*#True#'
 {} + || die
+
+   # this fsharpbinding test won't build
+   sed -i 's|||g' 
"${S}"/external/fsharpbinding/MonoDevelop.FSharp.Tests/MonoDevelop.FSharp.Tests.fsproj
 || die
+
+   use qtcurve && epatch -p2 "${FILESDIR}/kill-qtcurve-warning.patch"
+
+   # generate configure script but don't execute yet
+   NOCONFIGURE=1 ./autogen.sh
+
+   default
 }
 
 src_configure() {
-   if use test
-   then tests="--enable-tests"
-   else tests=""
-   fi
-   ./configure \
-   --prefix=/usr \
-   --profile=stable \
-   "${tests}" || die
+   # env vars are added as the fix for 
https://github.com/gentoo/dotnet/issues/29
+   MCS=/usr/bin/dmcs CSC=/usr/bin/dmcs GMCS=/usr/bin/dmcs econf \
+   --disable-update-mimedb \
+   --disable-update-desktopdb \
+   --enable-monoextensions \
+   --enable-gnomeplatform \
+   --enable-release \
+   $(use_enable test tests) \
+   $(use_enable subversion) \
+   $(use_enable git)
+
+   # Main.sln file was created on the fly during econf
+
+   # https://github.com/mrward/xdt/issues/4
+   epatch -p2 "${FILESDIR}/mrward-xdt-issue-4.patch"
+
+   # https://github.com/gentoo/dotnet/issues/38
+   sed -i -E -e 
's#(EXE_PATH=")(.*)(/lib/monodevelop/bin/MonoDevelop.exe")#\1'${EPREFIX}'/usr\3#g'
 "${S}/monodevelop" || die
 }
 
 pkg_preinst() {



[gentoo-commits] proj/dotnet:master commit in: dev-dotnet/pliant/files/, dev-dotnet/pliant/

2016-11-13 Thread Mikhail Pukhlikov
commit: 1a6379c13295f2012cf2f494a12a430dd92a9415
Author: ArsenShnurkov  gmail  com>
AuthorDate: Sun Nov 13 13:46:44 2016 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Sun Nov 13 13:46:44 2016 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=1a6379c1

Pliant - an Earley parser with SPPF

 dev-dotnet/pliant/files/csproj.patch  | 25 ++
 dev-dotnet/pliant/metadata.xml|  8 ++
 dev-dotnet/pliant/pliant-0.4.1_p2016081902.ebuild | 94 +++
 3 files changed, 127 insertions(+)

diff --git a/dev-dotnet/pliant/files/csproj.patch 
b/dev-dotnet/pliant/files/csproj.patch
new file mode 100644
index 000..8e2a231
--- /dev/null
+++ b/dev-dotnet/pliant/files/csproj.patch
@@ -0,0 +1,25 @@
+diff -r -u a/libraries/Pliant/Pliant.csproj b/libraries/Pliant/Pliant.csproj
+--- a/libraries/Pliant/Pliant.csproj   2016-08-19 17:03:24.0 +0300
 b/libraries/Pliant/Pliant.csproj   2016-11-13 16:36:36.405090223 +0300
+@@ -242,11 +242,15 @@
+   
+   
+   
+-  
+ 
+\ No newline at end of file

diff --git a/dev-dotnet/pliant/metadata.xml b/dev-dotnet/pliant/metadata.xml
new file mode 100644
index 000..60328c2
--- /dev/null
+++ b/dev-dotnet/pliant/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   dot...@gentoo.org
+   Gentoo Dotnet Project
+   
+

diff --git a/dev-dotnet/pliant/pliant-0.4.1_p2016081902.ebuild 
b/dev-dotnet/pliant/pliant-0.4.1_p2016081902.ebuild
new file mode 100644
index 000..05375f5
--- /dev/null
+++ b/dev-dotnet/pliant/pliant-0.4.1_p2016081902.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KEYWORDS="~amd64 ~x86"
+RESTRICT="mirror"
+
+SLOT="0"
+
+USE_DOTNET="net45"
+IUSE="+${USE_DOTNET} +gac +nupkg developer debug doc"
+
+inherit gac dotnet nupkg
+
+NAME="Pliant"
+HOMEPAGE="https://github.com/patrickhuber/${NAME};
+EGIT_COMMIT="dd03ca2942d999a8eb2e30a51b3ccf8d3c70602d"
+SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.tar.gz -> ${PN}-${PV}.tar.gz"
+S="${WORKDIR}/${NAME}-${EGIT_COMMIT}"
+
+DESCRIPTION="modified Earley parser in C# inspired by the Marpa Parser project"
+LICENSE="MIT" # https://github.com/patrickhuber/Pliant/blob/master/LICENSE.md
+
+COMMON_DEPEND=">=dev-lang/mono-4.0.2.5
+"
+RDEPEND="${COMMON_DEPEND}
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-dotnet/msbuildtasks-1.5.0.196
+"
+
+src_prepare() {
+   eapply "${FILESDIR}/csproj.patch"
+   patch_nuspec_file "libraries/Pliant/Pliant.nuspec"
+   eapply_user
+}
+
+COMMIT_DATE_INDEX="$(get_version_component_count ${PV} )"
+COMMIT_DATEANDSEQ="$(get_version_component_range $COMMIT_DATE_INDEX ${PV} )"
+NUSPEC_VERSION=$(get_version_component_range 1-3)"${COMMIT_DATEANDSEQ//p/.}"
+ASSEMBLY_VERSION=$(get_version_component_range 
1-3).$((${COMMIT_DATEANDSEQ//p/} % 65535))
+
+get_bin_dir()
+{
+   echo "libraries/Pliant/bin"
+}
+
+get_output_dir()
+{
+   local OUTPUT_DIR="$(get_bin_dir)/"
+   if use debug; then
+   OUTPUT_DIR+="Debug"
+   else
+   OUTPUT_DIR+="Release"
+   fi
+   echo "${OUTPUT_DIR}"
+}
+
+DLL_NAME="${NAME}"
+
+get_output_filepath()
+{
+   echo "$(get_output_dir)/${DLL_NAME}.dll"
+}
+
+patch_nuspec_file()
+{
+   if use nupkg; then
+   FILES_STRING=`sed 's/[\/&]/&/g' <<-EOF || die "escaping 
replacement string characters"
+  
+   
+ 
+   EOF
+   `
+   sed -i 's/<\/package>/'"${FILES_STRING//$'\n'/\\$'\n'}"'\n&/g' 
$1 || die "escaping line endings"
+   fi
+}
+
+src_compile() {
+   exbuild_strong /p:VersionNumber=${ASSEMBLY_VERSION} 
"libraries/Pliant/Pliant.csproj"
+
+   NUSPEC_VERSION="${PV/_p/.}"
+   NUSPEC_PROPERTIES="id=${NAME};version=${NUSPEC_VERSION};author=Patrick 
Huber;description=${DESCRIPTION}"
+   enuspec "libraries/Pliant/Pliant.nuspec"
+}
+
+src_install() {
+   egacinstall "$(get_output_filepath)"
+   einfo ${ASSEMBLY_VERSION}
+   einstall_pc_file "${PN}" ${ASSEMBLY_VERSION} "Pliant"
+   enupkg "${WORKDIR}/${NAME}.${NUSPEC_VERSION}.nupkg"
+}



  1   2   3   >