[gentoo-commits] repo/gentoo:master commit in: dev-lang/swi-prolog/

2017-01-10 Thread Keri Harris
commit: 28155874d12c12e7281800780dffcf8ca02278a8
Author: Keri Harris  gentoo  org>
AuthorDate: Wed Jan 11 07:44:58 2017 +
Commit: Keri Harris  gentoo  org>
CommitDate: Wed Jan 11 07:44:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28155874

dev-lang/swi-prolog: bump 7.3 development version

Package-Manager: Portage-2.3.0, Repoman-2.3.1

 dev-lang/swi-prolog/Manifest |   1 +
 dev-lang/swi-prolog/swi-prolog-7.3.35.ebuild | 145 +++
 2 files changed, 146 insertions(+)

diff --git a/dev-lang/swi-prolog/Manifest b/dev-lang/swi-prolog/Manifest
index 2b6bb3b..96152ea 100644
--- a/dev-lang/swi-prolog/Manifest
+++ b/dev-lang/swi-prolog/Manifest
@@ -6,3 +6,4 @@ DIST swipl-7.2.3.tar.gz 16192142 SHA256 
43657d51b7c5887bc2d2bced50a9822b86a08a68
 DIST swipl-7.3.32.tar.gz 16569053 SHA256 
932556e92946b3a05c0667914bd43039abd421fcb0cdb52f005cc20bde0a2c28 SHA512 
1ecd3b3a438a230823e3e923fb52d370bb9b16a536a3e6c568a88f42fb85b9774c775c80acfeace26c3cc3997da60ad91ee318cc285fe2b251f2838ad782e790
 WHIRLPOOL 
b5248f59584f7094a73c086e730ab0f09c9aed12d45f21cc48ca9bee36c515199377687c1a0fb2feaeaa1c301deada4118e268e012a6d5e6bd1f76e691a48102
 DIST swipl-7.3.33.tar.gz 16559427 SHA256 
23692f5faf5b687973aa99b6f6555922834396da19eda95afe10027ccf6680f4 SHA512 
c8c2c80988a0773a552a9278c2452e42e9ab1163a827a32baf09cdb1022057162c46d4f395ba13fef6bb5b118f8d256b024a1e076e5998eabe910a3ce468385e
 WHIRLPOOL 
b2f922f616111010d9032eb467197d7dc7ba2714a5c324d4adf5670e2ac9c3b33bbfeecfcafa858ab4a50d8a36bec013f15913f1c8f3622dccf93d33059bef4e
 DIST swipl-7.3.34.tar.gz 16667813 SHA256 
49eb675b0d97d86df0b7ab071ca5ec04211dcffe976e347efb65832f2ef97c75 SHA512 
5df1d93044e33b368f292dad045ef05b09d1c9db1b52ffc139e383bb15bf1395defaef672144d5493cefc9c21245b22777b7fc954cedb9882aebc4b527280e9e
 WHIRLPOOL 
72ff7c78988995f6e022e9787599117ed026926a38ff60bbcdad71af395e15018b5c6bc309383e5ffd591ca793bc87a71abf0c5ffbc0a3d9df22c3b200f8dea2
+DIST swipl-7.3.35.tar.gz 16664828 SHA256 
d1a9f7ef77b6dddb08477055b6355a0f2f3a5018e1a027a2dc917a8e57b0cf70 SHA512 
f7271b00a308f8a1ee21cff2ae1a0458860c2226d8f567396373538001d306edcf4e74f65c75cfc0fb6b93c06ef2e7a451abb3a9b58b8fd5def0b532047b81c3
 WHIRLPOOL 
b197f59b0609d50aa5ca3d92b76acd7829f17df2402382cc292be0b27f64121a0df837a8cd2895da4e6c7d8d1c55042497a4b2bd5050a4a904092f82d95b7a3c

diff --git a/dev-lang/swi-prolog/swi-prolog-7.3.35.ebuild 
b/dev-lang/swi-prolog/swi-prolog-7.3.35.ebuild
new file mode 100644
index ..7d5afc8
--- /dev/null
+++ b/dev-lang/swi-prolog/swi-prolog-7.3.35.ebuild
@@ -0,0 +1,145 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils flag-o-matic java-pkg-opt-2 multilib
+
+PATCHSET_VER="0"
+
+DESCRIPTION="free, small, and standard compliant Prolog compiler"
+HOMEPAGE="http://www.swi-prolog.org/";
+SRC_URI="http://www.swi-prolog.org/download/devel/src/swipl-${PV}.tar.gz";
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="archive berkdb debug doc +gmp hardened java +libedit libressl minimal 
odbc readline ssl static-libs test uuid zlib X"
+
+RDEPEND="sys-libs/ncurses:=
+   archive? ( app-arch/libarchive )
+   berkdb? ( >=sys-libs/db-4:= )
+   zlib? ( sys-libs/zlib )
+   odbc? ( dev-db/unixODBC )
+   readline? ( sys-libs/readline:= )
+   libedit? ( dev-libs/libedit )
+   gmp? ( dev-libs/gmp:0 )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   )
+   java? ( >=virtual/jdk-1.5:= )
+   uuid? ( dev-libs/ossp-uuid )
+   X? (
+   virtual/jpeg:0
+   x11-libs/libX11
+   x11-libs/libXft
+   x11-libs/libXpm
+   x11-libs/libXt
+   x11-libs/libICE
+   x11-libs/libSM )"
+
+DEPEND="${RDEPEND}
+   X? ( x11-proto/xproto )
+   java? ( test? ( =dev-java/junit-3.8* ) )"
+
+S="${WORKDIR}/swipl-${PV}"
+
+src_prepare() {
+   EPATCH_FORCE=yes
+   EPATCH_SUFFIX=patch
+   if [[ -d "${WORKDIR}"/${PV} ]] ; then
+   epatch "${WORKDIR}"/${PV}
+   fi
+
+   if ! use uuid; then
+   mv packages/clib/uuid.pl packages/clib/uuid.pl.unused || die
+   fi
+
+   # OSX/Intel ld doesn't like an archive without table of contents
+   sed -i -e 's/-cru/-scru/' packages/nlp/libstemmer_c/Makefile.pl || die
+}
+
+src_configure() {
+   append-flags -fno-strict-aliasing
+   use ppc && append-flags -mno-altivec
+   use hardened && append-flags -fno-unit-at-a-time
+   use debug && append-flags -DO_DEBUG
+
+   # ARCH is used in the configure script to figure out host and target
+   # specific stuff
+   export ARCH=${CHOST}
+
+   export CC_FOR_BUILD=$(tc-getBUILD_CC)
+
+   cd "${S}"/src || die
+   econf \
+   --libdir="${EPREF

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

2017-01-10 Thread Alexys Jacob
commit: 22527ae6f939a368f33c0ddbc16a8e82b1b79866
Author: Ultrabug  gentoo  org>
AuthorDate: Wed Jan 11 07:35:06 2017 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Wed Jan 11 07:40:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22527ae6

app-admin/mongo-tools: version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/mongo-tools/Manifest |  1 +
 app-admin/mongo-tools/mongo-tools-3.4.1.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/app-admin/mongo-tools/Manifest b/app-admin/mongo-tools/Manifest
index 099124b..cd2ab94 100644
--- a/app-admin/mongo-tools/Manifest
+++ b/app-admin/mongo-tools/Manifest
@@ -1,3 +1,4 @@
 DIST mongo-tools-3.0.10.tar.gz 218 SHA256 
2bd5c984ca8b745b33aeb1e1a8118acd675bc5a408845eb3bb0b70c4fa680d71 SHA512 
36d57150f4fb331149a2a7cbcde54253316cf3c5bc8ab195584c057c35b30d5acfabcafa25d314d378388254ac5a0ce75d0d8867e344fb7006593319ce9d028c
 WHIRLPOOL 
a6961a1fccb7ba353616fe4bfbe182c6a076f13c23492f4d06d274a0ff4d3f09a811413f77a2353b20801462b3a72f74073e38b8b1b4f4e3abf0026774dbcea2
 DIST mongo-tools-3.0.14.tar.gz 2413148 SHA256 
5a3f706827a9567fc98e2b64a33a2071c68c89090c6f135a508cb4e615051db1 SHA512 
0e77417b2c36080515a2ff611427cb18f6d6c2432159c2a09af8d6ff14ae7f25ecbfe0a6631eeb7de084fdfe517a09364d731f5b63923404b6319fc1ca44b840
 WHIRLPOOL 
615153e87ea0b3cfd837066f850f92e7ea9c533e09bf6e3f4231ff489ac21a5a52a4afe06c827304e9340f9e8172714dae969c65cdd7215939a35c7026d60d98
 DIST mongo-tools-3.2.11.tar.gz 2712014 SHA256 
992e9fb94df6bed49e68684afee096f1193dc9cfca8ce8bcc4c912996bba365c SHA512 
a6e2dd8dd567f04205e57be2983f5f0ddf2c4aca915f5ffaa777d17b94f62e0f106eb9bad93213d25f60c3949d47f4d91cdf767744e8094278e8ecf3546dfae5
 WHIRLPOOL 
6d75a9b0e6cd4271f8c6571dd280adafc7ff1bb60f973a037c78b39df0981d6c35f1a38309a8d96300f45053054c4454f22ce75aea2d62da6db06a2b1adcf90d
+DIST mongo-tools-3.4.1.tar.gz 4700560 SHA256 
283d729442fca7a331ca475e234b0880ec7c4339597e0a8e271ca7e153b45439 SHA512 
bd5862b220bc9d77d938b87b1e2c974d0088239c51cd091b5e4d578d774e28aa6b25ab18936c9f388fd1ed3caeca264225c14cd5a85e749c3c3e148ca073a990
 WHIRLPOOL 
2b5ba4e2c91372e5cec355d0e6d651d4fd3de7b3d72839e855e099c75a9ffec172b43caff82d2cf7371fd3c7ac1ca1e71fc303eff75cd2e5afc352fbbf4dba42

diff --git a/app-admin/mongo-tools/mongo-tools-3.4.1.ebuild 
b/app-admin/mongo-tools/mongo-tools-3.4.1.ebuild
new file mode 100644
index ..f43e57c
--- /dev/null
+++ b/app-admin/mongo-tools/mongo-tools-3.4.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils
+
+MY_PV=${PV/_rc/-rc}
+MY_P=${PN}-r${MY_PV}
+
+DESCRIPTION="A high-performance, open source, schema-free document-oriented 
database"
+HOMEPAGE="http://www.mongodb.org";
+SRC_URI="https://github.com/mongodb/mongo-tools/archive/r${MY_PV}.tar.gz -> 
mongo-tools-${MY_PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="sasl ssl"
+
+# Maintainer note:
+# openssl DEPEND constraint, see:
+# https://github.com/mongodb/mongo-tools/issues/11
+
+RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: dev-db/mongodb/, dev-db/mongodb/files/

2017-01-10 Thread Alexys Jacob
commit: e6e8be3a23eda3522082446e3a37da67fd0eb983
Author: Ultrabug  gentoo  org>
AuthorDate: Wed Jan 11 07:39:43 2017 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Wed Jan 11 07:40:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e8be3a

dev-db/mongodb: version bump fixes #602434

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-db/mongodb/Manifest|   1 +
 dev-db/mongodb/files/mongodb-3.4.0-fix-scons.patch |  35 
 dev-db/mongodb/mongodb-3.4.1.ebuild| 190 +
 3 files changed, 226 insertions(+)

diff --git a/dev-db/mongodb/Manifest b/dev-db/mongodb/Manifest
index 205aa4f..522606a 100644
--- a/dev-db/mongodb/Manifest
+++ b/dev-db/mongodb/Manifest
@@ -3,3 +3,4 @@ DIST mongodb-src-r2.6.12.tar.gz 16462842 SHA256 
2dd51eabcfcd133573be74c0131c85b6
 DIST mongodb-src-r2.6.8.tar.gz 14545274 SHA256 
1997f60d9de17320f22c604d8aa1cbe5f38d877142cd0e9130fe3dae7b311a06 SHA512 
6fa69750debb40d0be4d5d057125320d97e882e30c43c664fcb6ec6a9e6a8bff5e63637fc8952a6d898556b2c2ce84254d135387dc0879bf65dbd5e91b8732ef
 WHIRLPOOL 
ba87ca07258ad4df90c92bc300da6cc661117a98f254a8ba62ac362a857ecc2462eb9ddf1d929a6e2187853233053e975aa02139f880d736e47e542a9504bd28
 DIST mongodb-src-r3.0.14.tar.gz 28093922 SHA256 
ebbb758ca7ee53e8d25e2410bb7ef61640829566d094cde2487b55e73d0fd880 SHA512 
477fab29ca0ad2a0f24b895e30dc4770af8d6a1a57f3c10a02a989b58dd22510db554da0418129d4e81958342ad169696eed4b86bf5aa73916c7cec879db1152
 WHIRLPOOL 
7fc02969c52954f0fd9b90ace9efd3677a9d6b8d3618b5dedb470343a3ba71789d451cc30a95742b2b9e61b21ffe0f1a23e239e388a497a327f2cc8ed1ed6aef
 DIST mongodb-src-r3.2.11.tar.gz 29113706 SHA256 
625eb28fd47b2af63b30343a064de7f42e5265f4c642874ec766ba3643fd80d7 SHA512 
8cb63f878d573e2fb2bace57a10d036aebe0cc06e46a3cd5480fb4a8bcd51ac5219c729b5ea85213e0c905906a93780080332fa01dbcd29e01358f5e9051824c
 WHIRLPOOL 
fca825400e9ab16e53dfbbd400a9bd87b9a866d56b2a5839ece25b8dbfe55074fa04d40f47c337f67cb3bd3e547b99b4349eeb15a87a9b9659ea0f1a0cc2c526
+DIST mongodb-src-r3.4.1.tar.gz 40161375 SHA256 
54f475e553827733fb351ee4b03b470297f0d08e0434fbf7e6661705124da97b SHA512 
48400f00ed84922b1e734ad915c376a567af2cd32e9cdcc40819fdfbc0a5c2444e4f325b1a541fc21cf87f4d95f9bdcc64bd59eab9d25e75b28732978feda031
 WHIRLPOOL 
1dce39c7b36b2c1d3760c7c560c1fefde9ea6d780ef1ef8b5db38f3ed8f0aff9a4ae51ab26381d9330c5b3ad3182ed998ae8e2a0ecc85e9347714ffa853d7734

diff --git a/dev-db/mongodb/files/mongodb-3.4.0-fix-scons.patch 
b/dev-db/mongodb/files/mongodb-3.4.0-fix-scons.patch
new file mode 100644
index ..2dd751f
--- /dev/null
+++ b/dev-db/mongodb/files/mongodb-3.4.0-fix-scons.patch
@@ -0,0 +1,35 @@
+--- a/SConstruct   2016-12-27 11:10:06.801949538 +0100
 b/SConstruct   2016-12-27 11:12:40.426407713 +0100
+@@ -1557,7 +1557,6 @@
+ # -Winvalid-pch Warn if a precompiled header (see Precompiled Headers) is 
found in the search path but can't be used.
+ env.Append( CCFLAGS=["-fno-omit-frame-pointer",
+  "-fno-strict-aliasing",
+- "-ggdb",
+  "-pthread",
+  "-Wall",
+  "-Wsign-compare",
+@@ -1568,8 +1567,9 @@
+ if not has_option("disable-warnings-as-errors"):
+ env.Append( CCFLAGS=["-Werror"] )
+ 
+-env.Append( CXXFLAGS=["-Woverloaded-virtual"] )
+ env.Append( LINKFLAGS=["-pthread"] )
++env.Append( CXXFLAGS=os.environ['CXXFLAGS'] )
++env.Append( LINKFLAGS=os.environ['LDFLAGS'] )
+ 
+ # SERVER-9761: Ensure early detection of missing symbols in dependent 
libraries at program
+ # startup.
+@@ -1579,10 +1579,10 @@
+ env.Append( LINKFLAGS=["-Wl,-z,now"] )
+ env.Append( LINKFLAGS=["-rdynamic"] )
+ 
+-env.Append( LIBS=[] )
++env.Append( LIBS=['pcre', 'pcrecpp', 'snappy', 'yaml-cpp'] )
+ 
+-#make scons colorgcc friendly
+-for key in ('HOME', 'TERM'):
++#make scons colorgcc, distcc, ccache friendly
++for key in ('HOME', 'PATH', 'TERM'):
+ try:
+ env['ENV'][key] = os.environ[key]
+ except KeyError:

diff --git a/dev-db/mongodb/mongodb-3.4.1.ebuild 
b/dev-db/mongodb/mongodb-3.4.1.ebuild
new file mode 100644
index ..39b27b8
--- /dev/null
+++ b/dev-db/mongodb/mongodb-3.4.1.ebuild
@@ -0,0 +1,190 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+SCONS_MIN_VERSION="2.3.0"
+CHECKREQS_DISK_BUILD="2400M"
+CHECKREQS_DISK_USR="512M"
+CHECKREQS_MEMORY="1024M"
+
+inherit eutils flag-o-matic multilib pax-utils scons-utils systemd 
toolchain-funcs user versionator check-reqs
+
+MY_P=${PN}-src-r${PV/_rc/-rc}
+
+DESCRIPTION="A high-performance, open source, schema-free document-oriented 
database"
+HOMEPAGE="http://www.mongodb.org";
+SRC_URI="https://fastdl.mongodb.org/src/${MY_P}.tar.gz";
+
+LICENSE="AGPL-3 Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE

[gentoo-commits] repo/gentoo:master commit in: www-apache/passenger/

2017-01-10 Thread Hans de Graaff
commit: b549f1101ba439afbc8e3a08ddcb42eb5f4e0e2a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 11 07:20:37 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 11 07:20:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b549f110

www-apache/passenger: add 5.1.1

Package-Manager: portage-2.3.0

 www-apache/passenger/Manifest   |   1 +
 www-apache/passenger/passenger-5.1.1.ebuild | 118 
 2 files changed, 119 insertions(+)

diff --git a/www-apache/passenger/Manifest b/www-apache/passenger/Manifest
index 21b7f95..2f7e03d 100644
--- a/www-apache/passenger/Manifest
+++ b/www-apache/passenger/Manifest
@@ -1,3 +1,4 @@
 DIST passenger-4.0.60.tar.gz 5271049 SHA256 
bbb8c18cc371441ce4ee9a4de4d124b6ec5e6af6e95a472b93a72d0357dc88fe SHA512 
144df1e5e3dfbf9f9fa13d959c0324760b01c5e86b3f8e52c3d7d9c32eec916a35cc5c52a8c7a5ab9ed1ccee4d7efc9f77fc9940ad1515937a7bfe964753b219
 WHIRLPOOL 
c8f3993b2745eb577c2eddbca2fd280e7db56adbeb4f72ba4b29770d95b991a8012243d1a9bd19aa59a28cfb9326117d649f70cf6d406a4e53acd1e40deb5b57
 DIST passenger-5.0.30.tar.gz 5588130 SHA256 
f367e0c1d808d7356c3749222194a72ea03efe61a3bf1b682bd05d47f087b4e3 SHA512 
08de84f63e26260b759240278f905b86a0ae105a332182ba8bb6f47beaf43f28fc22feb6b577c9e185cf0ff8a90c4ee7773bc6380a5066738040f161737d7800
 WHIRLPOOL 
0c2f4201fd9974cf8b16750beb56d7685cdf1067bf5524e2a12e9ab7b71781bb3daad2a225540847a9f9ce20b321bfb0bc82af65a94501492ff20d0efb61f5d1
 DIST passenger-5.1.0.tar.gz 5641864 SHA256 
a46970b520ba0b1ecc9eac5c9b45f459fcdae882a02e462a375bab7ff0683545 SHA512 
14717e298eafcb3bcb86d437eee196e4da7c74bae64c4a365317f5599486e6b7c2e5abdbf84daf1712e32eabdf9f3379038ecf88ce7f8be31502a6eeb9a27316
 WHIRLPOOL 
661cb6f113f7e4027902c7cabd422562277b5b4208e742023d893243106bc905ae720686a00e5d4e4307144a853e7c0515a0a431cdbe4b661794f2525035d72a
+DIST passenger-5.1.1.tar.gz 5643654 SHA256 
cc59ed164a71aec1d06dd993172729ae656948788528d04e5453595ce5e5a10e SHA512 
8e800ecb7465e61b0645ce2bba217b548ab3f3b5daa63b4cecb2def9346eef59997f943334a720bbe88067e3404aef61e3ec6ee51b3d0fa9ebaab21b139bba9d
 WHIRLPOOL 
460bafef57f864feb8435963ac4cf9002b346d7b53f539807a21d4ad24809d7b390878322d16d632b3497026cbd4d1dd1a300cf5c5094ce6cfb0cb03fbc74c1d

diff --git a/www-apache/passenger/passenger-5.1.1.ebuild 
b/www-apache/passenger/passenger-5.1.1.ebuild
new file mode 100644
index ..4d3390b
--- /dev/null
+++ b/www-apache/passenger/passenger-5.1.1.ebuild
@@ -0,0 +1,118 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+inherit apache-module flag-o-matic multilib ruby-ng toolchain-funcs
+
+DESCRIPTION="Passenger makes deployment of Ruby on Rails applications a breeze"
+HOMEPAGE="https://www.phusionpassenger.com/";
+SRC_URI="https://s3.amazonaws.com/phusion-passenger/releases/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+ruby_add_bdepend "dev-ruby/rake"
+
+ruby_add_rdepend "
+   >=dev-ruby/rack-1.0.0:*
+   >=dev-ruby/rake-0.8.1"
+
+# libev is bundled but with adapations that do not seem to be accepted
+# upstream, so we must use the bundled version :-(
+CDEPEND="
+   >=dev-libs/libuv-1.8.0
+   net-misc/curl[ssl]
+   www-servers/apache[apache2_modules_unixd(+)]"
+
+RDEPEND="${RDEPEND} ${CDEPEND}"
+DEPEND="${DEPEND} ${CDEPEND}"
+
+APACHE2_MOD_CONF="30_mod_${PN}-5.0.0 30_mod_${PN}"
+APACHE2_MOD_DEFINE="PASSENGER"
+
+need_apache2
+
+pkg_setup() {
+   use debug && append-flags -DPASSENGER_DEBUG
+}
+
+all_ruby_prepare() {
+   epatch "${FILESDIR}"/${PN}-5.0.20-gentoo.patch
+
+   # Change these with sed instead of a patch so that we can easily use
+   # the toolchain-funcs methods.
+   sed -i -e "/^CC/ s/=.*$/= '$(tc-getCC)'/" \
+   -e "/^CXX\s/ s/=.*$/= '$(tc-getCXX)'/" \
+   -e 's/PlatformInfo.debugging_cflags//' build/basics.rb || die
+
+   # Avoid fixed debugging CFLAGs.
+   sed -e '/debugging_cflags/areturn ""' -i 
src/ruby_supportlib/phusion_passenger/platform_info/compiler.rb || die
+
+   # Use sed here so that we can dynamically set the documentation 
directory.
+   sed -i -e "s:/usr/share/doc/passenger:/usr/share/doc/${P}:" \
+   -e 
"s:/usr/lib/apache2/modules/mod_passenger.so:${APACHE_MODULESDIR}/mod_passenger.so:"
 \
+   -e 
"s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents:" \
+   src/ruby_supportlib/phusion_passenger.rb || die
+   sed -i -e 
"s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents:" 
src/cxx_supportlib/ResourceLocator.h || die
+
+   # Don't install a tool that won't work in our setup.
+   sed -i -e '/passenger-install-apache2-module/d' 
src/ruby_supportlib/phusion_passenger/packaging.rb || die
+   rm -f bin/passenger-install-apache2-module || die "Unable to remove

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

2017-01-10 Thread Hans de Graaff
commit: c609f58d5eb769e384b26c4cc3f40042497cbeb9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 11 06:47:58 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 11 06:47:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c609f58d

dev-ruby/lemon: add ruby23

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/lemon/lemon-0.9.1.ebuild 
b/dev-ruby/lemon/lemon-0.9.1.ebuild
index 9c4ec04..69196b2 100644
--- a/dev-ruby/lemon/lemon-0.9.1.ebuild
+++ b/dev-ruby/lemon/lemon-0.9.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_RECIPE_DOC="yard"



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

2017-01-10 Thread Hans de Graaff
commit: 6a2a0aa424830d0212f30a7fe51bbf62e6dcf133
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 11 06:39:45 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 11 06:39:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2a0aa4

dev-ruby/kramdown: add 1.13.2

Package-Manager: portage-2.3.0

 dev-ruby/kramdown/Manifest   |  1 +
 dev-ruby/kramdown/kramdown-1.13.2.ebuild | 55 
 2 files changed, 56 insertions(+)

diff --git a/dev-ruby/kramdown/Manifest b/dev-ruby/kramdown/Manifest
index 8342ed8..614f351 100644
--- a/dev-ruby/kramdown/Manifest
+++ b/dev-ruby/kramdown/Manifest
@@ -1,3 +1,4 @@
 DIST kramdown-1.12.0.gem 243712 SHA256 
603c6236ed7293def4020635e52fcc369a1488a47788c29f8aa0d90f4d19bfda SHA512 
43d9e4b5fd2cd0e496f725b14c0a55b1f0db9274340909e01fd106ede3d3d5f2ec1ac1f3690a8951f7726bcc111e281ff3d28c0f488d2b4c508dc895af4c88af
 WHIRLPOOL 
904678698c7594f529fadb9302f620f32daf3c31075447161c411b9c606e269fc73afd401a9ad301629f61544bd863ec0c51c86e6fc8c0da796f40f72966c927
 DIST kramdown-1.13.1.gem 249856 SHA256 
c497305953144a1c6001ebb2defb5368395aa804ab564f7e041f5293d2d9971c SHA512 
2b791cfa223a8d55b6c6d39895f004af720fc5a95dcdf50d4ff0b72291aa590a5ae13a1084b395d953e643f0e6df9d94b5f42ac394b559bffcd0739cd60e99ad
 WHIRLPOOL 
f82e1896d3a95e07edc8c0fd54210e964ff29296a9d430785c33be541afbaa853129b58ea15afc324987eac57a628a79aea30219bfc15c99fa3c6b4ea63ba898
+DIST kramdown-1.13.2.gem 249856 SHA256 
2d11a7f9a9ec8dcf84e54af0a98b141a50a102b78e99b64e799f100c08c351c7 SHA512 
dd2194184a7761bc490535a9d5631b78441b83f040e37dafc25b956dd680fe398d19ae75aff06dc2ec6a7573ac198169e175ef78a95743f0f7b4874bf28cebf8
 WHIRLPOOL 
7afe8437f9e24b4a5071a9031e67a871b2c6e0c4e66f5b3235eb345779bac382c6dab68de09f4e38749e517549e32b9b1cb188dbd88e46c09f082395a2b62585
 DIST kramdown-1.4.2.gem 226816 SHA256 
ae9b9456c69fa06f9c3058841e09b85e07cda875eb36c3202ea46baf8e123ea8 SHA512 
31e7a30bcc453968ec6db0c1f0e5f8cea222dde8b8f6a26da72e0cf1b049c9f4c4e8384685a5e241e41fda526cd0f5fba4ac7debd0fb0d3eb6539dd9afc1dd27
 WHIRLPOOL 
aa0166861584c2e3115923db1de9203581c02f4cab42866a88947a3e52fb32eee4ab2cdcc2fd623669a4c8a2e1972a340d9100a04fbc595bb40bde46e553223f

diff --git a/dev-ruby/kramdown/kramdown-1.13.2.ebuild 
b/dev-ruby/kramdown/kramdown-1.13.2.ebuild
new file mode 100644
index ..fee19b4
--- /dev/null
+++ b/dev-ruby/kramdown/kramdown-1.13.2.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_EXTRADOC="README.md AUTHORS CONTRIBUTERS"
+
+RUBY_FAKEGEM_EXTRAINSTALL="data"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Yet-another-markdown-parser but fast, pure Ruby, using strict 
syntax definition"
+HOMEPAGE="http://kramdown.gettalong.org/";
+
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE="latex"
+
+LATEX_DEPS="latex? ( dev-texlive/texlive-latex dev-texlive/texlive-latexextra 
)"
+RDEPEND+=" ${LATEX_DEPS}"
+DEPEND+=" test? ( ${LATEX_DEPS} app-text/htmltidy )"
+
+ruby_add_rdepend "dev-ruby/prawn:2
+   >=dev-ruby/prawn-table-0.2.2 =dev-ruby/prawn-table-0.2*
+   >=dev-ruby/rouge-1.8:0
+   >=dev-ruby/itextomml-1.5
+   >=dev-ruby/coderay-1.0.0
+   >=dev-ruby/ritex-1.0
+   >=dev-ruby/stringex-1.5.1"
+
+ruby_add_bdepend "doc? ( dev-ruby/rdoc )
+   test? ( >=dev-ruby/minitest-5.0 )"
+
+all_ruby_prepare() {
+   if ! use latex; then
+   # Remove latex tests. They will fail gracefully when latex isn't
+   # present at all, but not when components are missing (most
+   # notable ucs.sty).
+   sed -i -e '/latex -v/,/^  end/ s:^:#:' test/test_files.rb || die
+   fi
+
+   # Avoid tests requiring node to be installed with mathjaxnode.
+   rm -f test/testcases/span/math/mathjaxnode* \
+  test/testcases/block/15_math/mathjaxnode* || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   doman man/man1/kramdown.1
+}



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

2017-01-10 Thread Hans de Graaff
commit: 36605edfd86d8a0bc42234e9f5c78011841b79c8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jan 11 06:29:13 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan 11 06:29:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36605edf

dev-ruby/ffaker: add 2.4.0

Package-Manager: portage-2.3.0

 dev-ruby/ffaker/Manifest|  1 +
 dev-ruby/ffaker/ffaker-2.4.0.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-ruby/ffaker/Manifest b/dev-ruby/ffaker/Manifest
index 19918bc..c114105 100644
--- a/dev-ruby/ffaker/Manifest
+++ b/dev-ruby/ffaker/Manifest
@@ -1 +1,2 @@
 DIST ffaker-2.1.0.gem 275456 SHA256 
ee758a8c495df5d3544bac295bff9a2158fcd70cbc67fb3de648ecf10ff0c9e8 SHA512 
d847c0376eb0b23d5fe7a29b1bff154a98cca81c17971178360407bea361c25ec54fc5517e555713ebb50f9410a75ceca10c8c6e9998ff6482aed7969596df4b
 WHIRLPOOL 
af2162ea6ddde17a40363c24da849184a57c6052454813bda988a8ee4398f8d42785a5c3771e6cb4fce95d6bbb403189fd403bee29ce641160e394ca75e1442c
+DIST ffaker-2.4.0.gem 372736 SHA256 
3e8bb2d3bf3bb26cb84316bd0837ccf54b91b98f30f89ee7d0f04e1585db8ee6 SHA512 
99c59702d5da649fb7a8906c2bf935f87c8417453e4924c13592946a7d6b0c33a36ea2fb8b92fcdd990290ba549151aacedc69afa8127d672d21871d8f219735
 WHIRLPOOL 
6beed40712d30169f041f350c9e00912ab387a057c7e265a52ac61bc288dc7232d6061b35d0bf7c42209113af9d0e0850caa8edd8aca6dd4e7110ada29ac8517

diff --git a/dev-ruby/ffaker/ffaker-2.4.0.ebuild 
b/dev-ruby/ffaker/ffaker-2.4.0.ebuild
new file mode 100644
index ..f77aed4
--- /dev/null
+++ b/dev-ruby/ffaker/ffaker-2.4.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md REFERENCE.md"
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Faster Faker, generates dummy data"
+HOMEPAGE="https://github.com/emmanueloga/ffaker";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"



[gentoo-commits] proj/lua:master commit in: dev-lua/luaposix/, dev-lua/luadbi/

2017-01-10 Thread Vadim A. Misbakh-Soloviov
commit: 0cbabfd3d129db6581bd2a5ef6ac2a18bc9c69cd
Author: Vadim A. Misbakh-Soloviov  mva  name>
AuthorDate: Wed Jan 11 06:37:54 2017 +
Commit: Vadim A. Misbakh-Soloviov  mva  name>
CommitDate: Wed Jan 11 06:37:54 2017 +
URL:https://gitweb.gentoo.org/proj/lua.git/commit/?id=0cbabfd3

luadbi, luaposix: fixes

 dev-lua/luadbi/luadbi-.ebuild | 9 +++--
 dev-lua/luaposix/luaposix-.ebuild | 4 +++-
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/dev-lua/luadbi/luadbi-.ebuild 
b/dev-lua/luadbi/luadbi-.ebuild
index 3138211..2b54a2e 100644
--- a/dev-lua/luadbi/luadbi-.ebuild
+++ b/dev-lua/luadbi/luadbi-.ebuild
@@ -48,7 +48,7 @@ each_lua_compile() {
 
for driver in "${drivers[@]}"; do
local buildme;
-   if [[ ${driver} = "psql" && ${ABI} = "x86" ]]; then
+   if [[ ${driver} = "psql" && ${ABI} = "x86" ]] && use amd64; then
# FIXME: when postgres and perl (as postgres dep) will 
have multilib support
buildme=no
fi
@@ -65,5 +65,10 @@ each_lua_compile() {
 }
 
 each_lua_install() {
-   dolua *.so DBI.lua
+   local libs=();
+   for lib in $(find . -name '*.so'); do
+   libs+=(${lib})
+   done
+   [[ -z "${libs[@]}" ]] || dolua ${libs[@]}
+   dolua DBI.lua
 }

diff --git a/dev-lua/luaposix/luaposix-.ebuild 
b/dev-lua/luaposix/luaposix-.ebuild
index c1ea90a..f46b196 100644
--- a/dev-lua/luaposix/luaposix-.ebuild
+++ b/dev-lua/luaposix/luaposix-.ebuild
@@ -33,7 +33,7 @@ DEPEND="
 #  dev-lua/lyaml
 
 DOCS=(README.md NEWS.md)
-EXAMPLES=(examples/.)
+EXAMPLES=(doc/examples/.)
 HTML_DOCS=(html/.)
 
 all_lua_prepare() {
@@ -48,6 +48,8 @@ all_lua_prepare() {
sed -r \
-e "s/@PACKAGE_STRING@/${P}/" \
-i build-aux/config.ld lib/posix/init.lua
+
+   lua_default
 }
 
 all_lua_compile() {



[gentoo-commits] repo/gentoo:master commit in: dev-lang/nim/

2017-01-10 Thread Sergei Trofimovich
commit: 9fdc99088d764f5603b888ea24796824431b3bb1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jan 11 06:08:59 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jan 11 06:09:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fdc9908

dev-lang/nim: bump up to 0.16.0

Reported-by: Alex Acevedo

Package-Manager: Portage-2.3.3_p17, Repoman-2.3.1_p10

 dev-lang/nim/Manifest  |  1 +
 dev-lang/nim/nim-0.16.0.ebuild | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/dev-lang/nim/Manifest b/dev-lang/nim/Manifest
index ced7ca1..5296752 100644
--- a/dev-lang/nim/Manifest
+++ b/dev-lang/nim/Manifest
@@ -1,3 +1,4 @@
 DIST nim-0.14.2.tar.xz 4778444 SHA256 
8f8d38d70ed57164795fc55e19de4c11488fcd31dbe42094e44a92a23e3f5e92 SHA512 
34afd07fafd066f6b4acc423c21e1cc275dce00f575d01f0d1edc147946930cf13c772abe0c4a081e2e0091ad41f6ae5cead20cc4d9a7cb3bc628ad7469f6459
 WHIRLPOOL 
7109f28fd8e0e83a386e9a26b46a3fbb2ad9cc0c8736107fe7eb573c301768d0c3d149407657478431f8107a539cb18bb6db5ce0e0de6e96e25769dfec43a2df
 DIST nim-0.15.0.tar.xz 3786260 SHA256 
c514535050b2b2156147bbe6e23aafe07cd996b2afa2c81fa9a09e1cd8c669fb SHA512 
b115ed08e888a1a92fca601ca5580815ed7c1e8baf158a4bc6d351933f99a06fb4725983feae2fded50ce46c46c5b3ca6485671e66eb71962dc2a2956bc83fd8
 WHIRLPOOL 
15312851dbeda771dfa6f9a061d6a8358e847668efba2a31f8506c4b9398bd96d02d587c55bab0955714d6894877c3cbf7be9625e4802ca17a150c678b5b245a
 DIST nim-0.15.2.tar.xz 3251764 SHA256 
905df2316262aa2cbacae067acf45fc05c2a71c8c6fde1f2a70c927ebafcfe8a SHA512 
708bcb5e4defed46982eff6434e9a54505d744e65336129f0fadc187ec3e6d538974b67ad1d0305e7d55e33582bfaa87c52224335d169517714a9f07b533eda6
 WHIRLPOOL 
fae86470d350aca4c65fcdc73a02a3f94eb288642a7294374581eb0e3bc3cc5e92d0bc48a2daec16fee54a1376722289886f7438fbf13b8645305f38d26ab902
+DIST nim-0.16.0.tar.xz 2907076 SHA256 
9e199823be47cba55e62dd6982f02cf0aad732f369799fec42a4d8c2265c5167 SHA512 
6be1c00328b7e5bdaa9070e1cd0e3c6e1883c5bc1e44e9c574785f9bce93697f05753f598cf6fdaa6c5a66f08c2ad6f7afb8f6650fc3b1c8e461eb0cf80baabd
 WHIRLPOOL 
425454faab87c0144712c50a114f9fc05dd2676b8d85b1de1cb7569403d60a557c41990ca03bfa04156289e49f1d2e6906a5b798341f642cea9c325546b38e41

diff --git a/dev-lang/nim/nim-0.16.0.ebuild b/dev-lang/nim/nim-0.16.0.ebuild
new file mode 100644
index ..1fc69cb
--- /dev/null
+++ b/dev-lang/nim/nim-0.16.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=6
+
+MY_PN=Nim
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="compiled, garbage-collected systems programming language"
+HOMEPAGE="http://nim-lang.org/";
+SRC_URI="http://nim-lang.org/download/${P}.tar.xz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc +readline test"
+
+DEPEND="
+   readline? ( sys-libs/readline:0= )
+"
+RDEPEND="${DEPEND}"
+
+nim_use_enable() {
+   [[ -z $2 ]] && die "usage: nim_use_enable  "
+   use $1 && echo "-d:$2"
+}
+
+src_compile() {
+   ./build.sh || die "build.sh failed"
+
+   ./bin/nim c koch || die "csources nim failed"
+   ./koch boot -d:release $(nim_use_enable readline useGnuReadline) || die 
"koch boot failed"
+
+   if use doc; then
+   PATH="./bin:$PATH" ./koch web || die "koch web failed"
+   fi
+}
+
+src_test() {
+   PATH="./bin:$PATH" ./koch test || die "test suite failed"
+}
+
+src_install() {
+   ./koch install "${D}/usr" || die "koch install failed"
+   rm -r "${D}/usr/nim/doc" || die "failed to remove 'doc'"
+
+   dodir /usr/bin
+   dosym ../nim/bin/nim /usr/bin/nim
+
+   if use doc; then
+   insinto /usr/share/doc/${PF}
+   dodoc doc/*.html
+   fi
+}



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

2017-01-10 Thread Benda XU
commit: a8bc1cd7d12287494d6d66d37e8de5d71fddbb83
Author: Benda Xu  gentoo  org>
AuthorDate: Wed Jan 11 04:46:29 2017 +
Commit: Benda XU  gentoo  org>
CommitDate: Wed Jan 11 04:46:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8bc1cd7

dev-libs/libtommath: remove double prefix.

  Shorten DESCRIPTION.

Package-Manager: portage-2.3.3

 dev-libs/libtommath/libtommath-1.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libtommath/libtommath-1.0.ebuild 
b/dev-libs/libtommath/libtommath-1.0.ebuild
index 98b3e20..fec9786 100644
--- a/dev-libs/libtommath/libtommath-1.0.ebuild
+++ b/dev-libs/libtommath/libtommath-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit autotools eutils multilib toolchain-funcs
 
-DESCRIPTION="highly optimized and portable routines for integer based number 
theoretic applications"
+DESCRIPTION="highly optimized and portable routines for integer theoretic 
applications"
 HOMEPAGE="http://www.libtom.org/";
 
SRC_URI="https://github.com/libtom/libtommath/releases/download/v${PV}/ltm-${PV}.tar.xz";
 
@@ -49,7 +49,7 @@ src_compile() {
 }
 
 src_install() {
-   _emake DESTDIR="${ED}" install
+   _emake DESTDIR="${D}" install
# We only link against -lc, so drop the .la file.
find "${ED}" -name '*.la' -delete
 



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

2017-01-10 Thread Benda XU
commit: 048de6727c792cf51eaf9e2bf855171a9e564546
Author: Benda Xu  gentoo  org>
AuthorDate: Wed Jan 11 04:41:56 2017 +
Commit: Benda XU  gentoo  org>
CommitDate: Wed Jan 11 04:46:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=048de672

arch.list: add arm64-linux prefix arch.

 profiles/arch.list | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch.list b/profiles/arch.list
index b574bea..4f2e961 100644
--- a/profiles/arch.list
+++ b/profiles/arch.list
@@ -29,6 +29,7 @@ ia64-hpux
 x86-interix
 amd64-linux
 arm-linux
+arm64-linux
 ia64-linux
 ppc64-linux
 x86-linux



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

2017-01-10 Thread Lars Wendler
commit: 9493c9f866af2cc5c16bc0a0ed736c7030019851
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jan 11 03:28:13 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jan 11 03:28:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9493c9f8

dev-python/beautifulsoup: Removed old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/beautifulsoup/Manifest  |  2 -
 .../beautifulsoup/beautifulsoup-4.4.0.ebuild   | 48 --
 .../beautifulsoup/beautifulsoup-4.4.1.ebuild   | 47 -
 3 files changed, 97 deletions(-)

diff --git a/dev-python/beautifulsoup/Manifest 
b/dev-python/beautifulsoup/Manifest
index 0945d53..49afa3d 100644
--- a/dev-python/beautifulsoup/Manifest
+++ b/dev-python/beautifulsoup/Manifest
@@ -1,7 +1,5 @@
 DIST BeautifulSoup-3.1.0.1.tar.gz 71460 SHA256 
820a80f473240d9d30047f36c959d530a699a732500662dd8b03e1d3ccad12a8 SHA512 
812969faf454a58d849921836ed07ec9a950f34fb31e29e118cdf1a75a533370e430f417402b5a5016d23b2d3a1c44a1cf5fde5b3bfd1bc98c50036edd51c0d6
 WHIRLPOOL 
a199585817dcabcc6327c3836a66128605ebf92a6663b5c660125061a797485a504d300791bcd43e0e94e4f08ca59c01f65f42481da07b1240350cbfc6ea6b0c
 DIST BeautifulSoup-3.2.1.tar.gz 31224 SHA256 
f5ba85e907e7dfd78e44e4000b3eaef3a650aefc57831e8a645702db2e5b50db SHA512 
365b7b045a2069cf437877543577bc0aa99256a6dc4c9743670b46bfceab5494a06628012d6eccecfe99c25d5c9e0c65814964b47026f15ba1a538444cfb7789
 WHIRLPOOL 
c2f84b29421d0153fb1fecc87d63e00a61182e03bc0683132babca5d6c94143b4875a60a19124a36e4e6e78ce80bff9e1e81b37335700efc14084da933307e26
 DIST beautifulsoup4-4.3.2.tar.gz 143356 SHA256 
a2b29bd048ca2fe54a046b29770964738872a9747003a371344a93eedf7ad58e SHA512 
3d55e553a1a2109378e2961a0feb23a8f038f4ff7bd335a21a26d588d39761f6735888e6ca2d001587e9a6a3b8259a1a09b92b310aa17e9b76fd85601a1ca592
 WHIRLPOOL 
3570395aa0fae03edc1de10b1c41e82efefa4753c306d2619032b124536a72b6db696c7f85c6a7c32b18c0506ec33d4c8a2fb73660264ad5afd92aba76f32884
-DIST beautifulsoup4-4.4.0.tar.gz 151500 SHA256 
fad91da88f69438b9ba939ab1b2cabaa31b1d914f1cccb4bb157a993ed2917f6 SHA512 
812abb09099779ecb9c41ce55963ad42973eef00193e28e59dd907715fd6bc2b470b07f80bbe2838b790be252935eb81357a8cfb59808865d2fb62479476eb2f
 WHIRLPOOL 
93b4bd82f1b7596a198d3a8ad5d21cfad51595884b2eb03c36e827e1b3d9f7a8400ed4415c9f0ffe9d014eac66c93cd52521a433ca914cac1a390a6487f153ba
-DIST beautifulsoup4-4.4.1.tar.gz 152140 SHA256 
87d4013d0625d4789a4f56b8d79a04d5ce6db1152bb65f1d39744f7709a366b4 SHA512 
16c692196d306564df23018bde714052b0209301f32df27c18413c085e98b404d81fad6427c8e8179e54158e98bdf2edce71ee75d8b8d835d2566cc170eae1d5
 WHIRLPOOL 
c59d384ff72a1e9ca3a0e6e54b4e201ab8d127a4e2eecd01b43f2f67b6a6bba3af4de6ddd8441a237b5838428098aaf3198e2d55607a188331c6e7dff5d51a8f
 DIST beautifulsoup4-4.5.1.tar.gz 158039 SHA256 
3c9474036afda9136aac6463def733f81017bf9ef3510d25634f335b0c87f5e1 SHA512 
d560d7f743507084ec546708d29bb3764512f5b2c380004280dde813350bf48d1697fddce3bd3f95186407bf5142941d7adc7d0de8e7962eb5ca1278dbc7e93f
 WHIRLPOOL 
bf971596707c2ff69e93528164be01254258aa45601763c543246b67c5d31024b0e4de618382775a3cf313d255d8d1d6268a47542773531aacee9a2643412661
 DIST beautifulsoup4-4.5.3.tar.gz 159185 SHA256 
b21ca09366fa596043578fd4188b052b46634d22059e68dd0077d9ee77e08a3e SHA512 
d31db0e3bb778a78c37882fcd55dc580eb5eeadfd48744eae6e2e0d0ef5983b216a4682af84a4971611b05fb99c45012ce094475f2d7c39a5b90dad99906ec84
 WHIRLPOOL 
f8dbffd8e4a1dbee0a7ad8a4bcbe22a984f524474f0241a4c03ef5c37b291f9834a6ff1d076421c0cf1087588df1e49f5b99cd9afd7e81591c9063d92d4d097d

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.4.0.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.4.0.ebuild
deleted file mode 100644
index 5cec63e..
--- a/dev-python/beautifulsoup/beautifulsoup-4.4.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3 )
-
-inherit distutils-r1
-
-MY_PN=${PN}4
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Provides pythonic idioms for iterating, searching, and modifying 
an HTML/XML parse tree"
-HOMEPAGE="https://bugs.launchpad.net/beautifulsoup/
-   https://pypi.python.org/pypi/beautifulsoup4";
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="4"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
-
-IUSE="doc test"
-
-# html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
-RDEPEND="$(python_gen_cond_dep 'dev-python/html5lib[${PYTHON_USEDEP}]' 
python2_7 pypy)
-   $(python_gen_cond_dep 'dev-python/lxml[${PYTHON_USEDEP}]' 
python2_7 'python3*')"
-DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}]
-  

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

2017-01-10 Thread Lars Wendler
commit: a21278f83da23e9e5e54890e9fa3758d0e1d1319
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jan 11 03:26:51 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jan 11 03:26:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a21278f8

dev-python/beautifulsoup: Bump to version 4.5.3

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/beautifulsoup/Manifest  |  1 +
 .../beautifulsoup/beautifulsoup-4.5.3.ebuild   | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/beautifulsoup/Manifest 
b/dev-python/beautifulsoup/Manifest
index b4bddb1..0945d53 100644
--- a/dev-python/beautifulsoup/Manifest
+++ b/dev-python/beautifulsoup/Manifest
@@ -4,3 +4,4 @@ DIST beautifulsoup4-4.3.2.tar.gz 143356 SHA256 
a2b29bd048ca2fe54a046b29770964738
 DIST beautifulsoup4-4.4.0.tar.gz 151500 SHA256 
fad91da88f69438b9ba939ab1b2cabaa31b1d914f1cccb4bb157a993ed2917f6 SHA512 
812abb09099779ecb9c41ce55963ad42973eef00193e28e59dd907715fd6bc2b470b07f80bbe2838b790be252935eb81357a8cfb59808865d2fb62479476eb2f
 WHIRLPOOL 
93b4bd82f1b7596a198d3a8ad5d21cfad51595884b2eb03c36e827e1b3d9f7a8400ed4415c9f0ffe9d014eac66c93cd52521a433ca914cac1a390a6487f153ba
 DIST beautifulsoup4-4.4.1.tar.gz 152140 SHA256 
87d4013d0625d4789a4f56b8d79a04d5ce6db1152bb65f1d39744f7709a366b4 SHA512 
16c692196d306564df23018bde714052b0209301f32df27c18413c085e98b404d81fad6427c8e8179e54158e98bdf2edce71ee75d8b8d835d2566cc170eae1d5
 WHIRLPOOL 
c59d384ff72a1e9ca3a0e6e54b4e201ab8d127a4e2eecd01b43f2f67b6a6bba3af4de6ddd8441a237b5838428098aaf3198e2d55607a188331c6e7dff5d51a8f
 DIST beautifulsoup4-4.5.1.tar.gz 158039 SHA256 
3c9474036afda9136aac6463def733f81017bf9ef3510d25634f335b0c87f5e1 SHA512 
d560d7f743507084ec546708d29bb3764512f5b2c380004280dde813350bf48d1697fddce3bd3f95186407bf5142941d7adc7d0de8e7962eb5ca1278dbc7e93f
 WHIRLPOOL 
bf971596707c2ff69e93528164be01254258aa45601763c543246b67c5d31024b0e4de618382775a3cf313d255d8d1d6268a47542773531aacee9a2643412661
+DIST beautifulsoup4-4.5.3.tar.gz 159185 SHA256 
b21ca09366fa596043578fd4188b052b46634d22059e68dd0077d9ee77e08a3e SHA512 
d31db0e3bb778a78c37882fcd55dc580eb5eeadfd48744eae6e2e0d0ef5983b216a4682af84a4971611b05fb99c45012ce094475f2d7c39a5b90dad99906ec84
 WHIRLPOOL 
f8dbffd8e4a1dbee0a7ad8a4bcbe22a984f524474f0241a4c03ef5c37b291f9834a6ff1d076421c0cf1087588df1e49f5b99cd9afd7e81591c9063d92d4d097d

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.5.3.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.5.3.ebuild
new file mode 100644
index ..5c7ac42
--- /dev/null
+++ b/dev-python/beautifulsoup/beautifulsoup-4.5.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+MY_PN=${PN}4
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Provides pythonic idioms for iterating, searching, and modifying 
an HTML/XML parse tree"
+HOMEPAGE="https://bugs.launchpad.net/beautifulsoup/
+   https://pypi.python.org/pypi/beautifulsoup4";
+SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+
+IUSE="doc test"
+
+# html5lib is optional however hard coding since its use is actively 
discouraged in the devmanual
+RDEPEND="
+   $(python_gen_cond_dep 'dev-python/html5lib[${PYTHON_USEDEP}]' python2_7 
pypy)
+   $(python_gen_cond_dep 'dev-python/lxml[${PYTHON_USEDEP}]' python2_7 
'python3*')"
+DEPEND="
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+   "
+
+S=${WORKDIR}/${MY_P}
+
+python_compile_all() {
+   use doc && emake -C doc html
+}
+
+python_test() {
+   nosetests --verbose -w "${BUILD_DIR}"/lib || die "Tests fail with 
${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/build/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/imagemagick/

2017-01-10 Thread Lars Wendler
commit: 41ff1225b08b5cbe4c7b7fb26dbc9861b0c2f887
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jan 11 03:14:01 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jan 11 03:14:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ff1225

media-gfx/imagemagick: Bump to versions 6.9.7.3 and 7.0.4.3. Removed old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-gfx/imagemagick/Manifest | 3 ++-
 .../{imagemagick-7.0.4.0.ebuild => imagemagick-6.9.7.3.ebuild} | 2 +-
 .../{imagemagick-7.0.4.0.ebuild => imagemagick-7.0.4.3.ebuild} | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/media-gfx/imagemagick/Manifest b/media-gfx/imagemagick/Manifest
index 84bcec6a..31c9185 100644
--- a/media-gfx/imagemagick/Manifest
+++ b/media-gfx/imagemagick/Manifest
@@ -1,4 +1,5 @@
 DIST ImageMagick-6.9.6-2.tar.xz 8784120 SHA256 
39244823fe736626fb4ea22c4b6cb4cae30c6a27a38a02ecd774f0ce3c4d308d SHA512 
7d639684474eb5da7fc85adba0977d81252eca92d671ce1d16863e4e66118b0231f9c926b1adf2623fb029b3663715217c60f97b852915c105b4ec92f5cb4df1
 WHIRLPOOL 
ad735cddb6d5a53d989124abf98c39f29bb291b15b98b84f2691b9ab432a703ca2ee2ca479147809762d315babd519c5252a9c742c26385997d24c3ed5e57645
 DIST ImageMagick-6.9.6-6.tar.xz 8787060 SHA256 
9cd1fe001d3ecb68b7d053ede40950d411956d47afc5267acc3ca57a77070d0a SHA512 
6721f9f7973d6931006314c6afa090209766432b2d14d4e37e3d11b1042797012c9fe41e469c169bbe6862cdfc4c832eac4f9a6f8c052e1c0d41e40a13c9d95e
 WHIRLPOOL 
32b92606bf03e36e5ac09a2be9da2ddba6590093edd68aa320c6126f5406c0c82dfeaf80f31258109b2875d0c2af3ced3e27911e7df54c159c895caa6f3ff27f
 DIST ImageMagick-6.9.7-0.tar.xz 8786428 SHA256 
bd657e9d348b25d35f9f8f5f5e3de64c99eed1a1a0402358030c56515570ce30 SHA512 
c7f025cba1f4f07bbc6924abb53bacc929ede681c439c603486dbb7c2a213868623ab58a496ffb89d266b6934c79faadc4e61b1e5bc4ebc277cd562213941c92
 WHIRLPOOL 
35d054bdc6bf323840425d70ce9376fe93f31565e43ffc2d692a368315a85deaa7b362b08d13d3820de9007f97c67431e91351e34c2513ea0e5206b57a108847
-DIST ImageMagick-7.0.4-0.tar.xz 8308576 SHA256 
ba8560416a2f1cc3b6f7c71cfad95505ac88f06506b003a09ec90143dd6ed341 SHA512 
0b40ec86ec3151da8576ca8e038ee6f7431328a30dadd9905bad5f64061ddbb064cd8bd51c49087b40a9355fe6ba284b7b55f4d11afa7a6c181accb7ca27354a
 WHIRLPOOL 
5c7afd44cf5bccb7a1bffc6c1fea29bbd8da08b48f08b830d38eb2d6df456ad4879744e3459a39f9ed9a82ab24792ee74605db5bb542a4472ec0541994cef277
+DIST ImageMagick-6.9.7-3.tar.xz 8795016 SHA256 
801767344b835b810a5f88c26f062f0fa01a97264dfe9bf5e5adf59a0b5c91a1 SHA512 
e0d247691d49e17a35569e2579ac63f3d7016411959d8c2e8a69042618af896a737a3ae2b3a32028e8306d78f6a7f9ec23550760f8ef0370125ab4e6c8dbd5ba
 WHIRLPOOL 
509e32634e17b9f2604b7052291e9b1e1225957c2d5e6b625beb6ff2083b6e8758d47dff6e4af5546fd5fd72f9d7fc7fd5d806428364c448e1284536ecfea63b
+DIST ImageMagick-7.0.4-3.tar.xz 8294292 SHA256 
bc09ea103a82d1c2c093889eda7e36dd0aa7aa98a06c55de4b73932838459fc4 SHA512 
056e9151efe131a9ff1b9ea4edf2bcbe4eeb35b58b7ef20a1c9e041ca80d3a8cf226d75c014c4185dd0322d7b13d01c003562c0c3618eaff4d32ad2e335d5345
 WHIRLPOOL 
666371cbda178ef9f798da031a17f9477b730f73bdaa6203cc927253ad16f99e59bdbe4491e87a8fd30940d687a1dde97812c0ccd808e8a0895e3b23a77202fb

diff --git a/media-gfx/imagemagick/imagemagick-7.0.4.0.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.7.3.ebuild
similarity index 99%
copy from media-gfx/imagemagick/imagemagick-7.0.4.0.ebuild
copy to media-gfx/imagemagick/imagemagick-6.9.7.3.ebuild
index 47260e1..9d441ac 100644
--- a/media-gfx/imagemagick/imagemagick-7.0.4.0.ebuild
+++ b/media-gfx/imagemagick/imagemagick-6.9.7.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 

diff --git a/media-gfx/imagemagick/imagemagick-7.0.4.0.ebuild 
b/media-gfx/imagemagick/imagemagick-7.0.4.3.ebuild
similarity index 99%
rename from media-gfx/imagemagick/imagemagick-7.0.4.0.ebuild
rename to media-gfx/imagemagick/imagemagick-7.0.4.3.ebuild
index 47260e1..9d441ac 100644
--- a/media-gfx/imagemagick/imagemagick-7.0.4.0.ebuild
+++ b/media-gfx/imagemagick/imagemagick-7.0.4.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 



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

2017-01-10 Thread Aaron Bauman
commit: ddda42d09c2425947dab6d33afcab62a96db36a4
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Jan 11 03:02:14 2017 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jan 11 03:03:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddda42d0

dev-lang/python-exec: amd64 stable

Package-Manager: portage-2.3.0

 dev-lang/python-exec/python-exec-2.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python-exec/python-exec-2.4.4.ebuild 
b/dev-lang/python-exec/python-exec-2.4.4.ebuild
index 0f17577..145d2649 100644
--- a/dev-lang/python-exec/python-exec-2.4.4.ebuild
+++ b/dev-lang/python-exec/python-exec-2.4.4.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/mgorny/${PN}/releases/download/${P}/${P}.tar.bz2";
 
 LICENSE="BSD-2"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # eselect-python because of /usr/bin/python* collisions and new config



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

2017-01-10 Thread Aaron Bauman
commit: 0463b3c366064ba9234d6b9643a84ca405d29474
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Jan 11 03:03:09 2017 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jan 11 03:03:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0463b3c3

app-eselect/eselect-python: amd64 stable

Package-Manager: portage-2.3.0

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

diff --git a/app-eselect/eselect-python/eselect-python-20160516.ebuild 
b/app-eselect/eselect-python/eselect-python-20160516.ebuild
index c000ee1..4ef748a 100644
--- a/app-eselect/eselect-python/eselect-python-20160516.ebuild
+++ b/app-eselect/eselect-python/eselect-python-20160516.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git"
 else
SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.bz2";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Eselect module for management of multiple Python versions"



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

2017-01-10 Thread Matt Thode
commit: 908a711df2180e3cbcdf8ec873bbe7bf809135db
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jan 11 03:00:40 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jan 11 03:01:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=908a711d

dev-python/pysaml2: fix xxe in pysaml2

Package-Manager: portage-2.3.0

 dev-python/pysaml2/files/xxe-4.0.2.patch   | 305 +
 dev-python/pysaml2/pysaml2-4.0.2-r1.ebuild |  37 
 2 files changed, 342 insertions(+)

diff --git a/dev-python/pysaml2/files/xxe-4.0.2.patch 
b/dev-python/pysaml2/files/xxe-4.0.2.patch
new file mode 100644
index ..8e1a2ef
--- /dev/null
+++ b/dev-python/pysaml2/files/xxe-4.0.2.patch
@@ -0,0 +1,305 @@
+diff -Naur pysaml2/setup.py pysaml2.new/setup.py
+--- pysaml2/setup.py   2015-12-06 00:46:33.0 -0600
 pysaml2.new/setup.py   2017-01-10 20:31:43.387413477 -0600
+@@ -17,6 +17,7 @@
+ 'pytz',
+ 'pyOpenSSL',
+ 'python-dateutil',
++'defusedxml',
+ 'six'
+ ]
+ 
+diff -Naur pysaml2/src/saml2/__init__.py pysaml2.new/src/saml2/__init__.py
+--- pysaml2/src/saml2/__init__.py  2016-01-07 05:53:57.0 -0600
 pysaml2.new/src/saml2/__init__.py  2017-01-10 20:34:04.171641116 -0600
+@@ -35,6 +35,7 @@
+ import cElementTree as ElementTree
+ except ImportError:
+ from elementtree import ElementTree
++import defusedxml.ElementTree
+ 
+ root_logger = logging.getLogger(__name__)
+ root_logger.level = logging.NOTSET
+@@ -86,7 +87,7 @@
+ """
+ if not isinstance(xml_string, six.binary_type):
+ xml_string = xml_string.encode('utf-8')
+-tree = ElementTree.fromstring(xml_string)
++tree = defusedxml.ElementTree.fromstring(xml_string)
+ return create_class_from_element_tree(target_class, tree)
+ 
+ 
+@@ -268,7 +269,7 @@
+ 
+ 
+ def extension_element_from_string(xml_string):
+-element_tree = ElementTree.fromstring(xml_string)
++element_tree = defusedxml.ElementTree.fromstring(xml_string)
+ return _extension_element_from_element_tree(element_tree)
+ 
+ 
+diff -Naur pysaml2/src/saml2/pack.py pysaml2.new/src/saml2/pack.py
+--- pysaml2/src/saml2/pack.py  2015-12-11 07:31:39.0 -0600
 pysaml2.new/src/saml2/pack.py  2017-01-10 20:35:35.382435020 -0600
+@@ -37,6 +37,7 @@
+ import cElementTree as ElementTree
+ except ImportError:
+ from elementtree import ElementTree
++import defusedxml.ElementTree
+ 
+ NAMESPACE = "http://schemas.xmlsoap.org/soap/envelope/";
+ FORM_SPEC = """
+@@ -235,7 +236,7 @@
+ :param text: The SOAP object as XML
+ :return: header parts and body as saml.samlbase instances
+ """
+-envelope = ElementTree.fromstring(text)
++envelope = defusedxml.ElementTree.fromstring(text)
+ assert envelope.tag == '{%s}Envelope' % NAMESPACE
+ 
+ # print(len(envelope))
+diff -Naur pysaml2/src/saml2/soap.py pysaml2.new/src/saml2/soap.py
+--- pysaml2/src/saml2/soap.py  2015-05-18 02:54:05.0 -0500
 pysaml2.new/src/saml2/soap.py  2017-01-10 20:36:16.163808770 -0600
+@@ -19,6 +19,7 @@
+ except ImportError:
+ #noinspection PyUnresolvedReferences
+ from elementtree import ElementTree
++import defusedxml.ElementTree
+ 
+ 
+ logger = logging.getLogger(__name__)
+@@ -133,7 +134,7 @@
+ :param expected_tags: What the tag of the SAML thingy is expected to be.
+ :return: SAML thingy as a string
+ """
+-envelope = ElementTree.fromstring(text)
++envelope = defusedxml.ElementTree.fromstring(text)
+ 
+ # Make sure it's a SOAP message
+ assert envelope.tag == '{%s}Envelope' % soapenv.NAMESPACE
+@@ -183,7 +184,7 @@
+ :return: The body and headers as class instances
+ """
+ try:
+-envelope = ElementTree.fromstring(text)
++envelope = defusedxml.ElementTree.fromstring(text)
+ except Exception as exc:
+ raise XmlParseError("%s" % exc)
+ 
+@@ -209,7 +210,7 @@
+ :return: dictionary with two keys "body"/"header"
+ """
+ try:
+-envelope = ElementTree.fromstring(text)
++envelope = defusedxml.ElementTree.fromstring(text)
+ except Exception as exc:
+ raise XmlParseError("%s" % exc)
+ 
+diff -Naur pysaml2/tests/test_03_saml2.py pysaml2.new/tests/test_03_saml2.py
+--- pysaml2/tests/test_03_saml2.py 2015-06-06 02:15:20.0 -0500
 pysaml2.new/tests/test_03_saml2.py 2017-01-10 20:38:32.541728380 -0600
+@@ -17,6 +17,7 @@
+ import cElementTree as ElementTree
+ except ImportError:
+ from elementtree import ElementTree
++from defusedxml.common import EntitiesForbidden
+ 
+ ITEMS = {
+ NameID: ["""
+@@ -27,7 +28,7 @@
+ 
+ """, """
+ https://foo.example.com/sp"; 
++  SPNameQualifier="https://foo.example.com/sp";
+   
Format="urn:oasis:names:tc:SAML:2.0:nameid-format:transient">_1632879f09d08ea5ede2dc667cbed7e429ebc4335c
+ """, """
+ 
+ http://192.168.0.10/saml/sp"; />""",
+ SubjectConfirm

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

2017-01-10 Thread Aaron Bauman
commit: 577297f243a6348516377431fa690c72e2d3d67a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Jan 11 02:50:03 2017 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jan 11 02:50:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577297f2

dev-libs/icu-layoutex: amd64 stable

Package-Manager: portage-2.3.0

 dev-libs/icu-layoutex/icu-layoutex-58.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/icu-layoutex/icu-layoutex-58.1.ebuild 
b/dev-libs/icu-layoutex/icu-layoutex-58.1.ebuild
index 15056ba..5f5dd6a 100644
--- a/dev-libs/icu-layoutex/icu-layoutex-58.1.ebuild
+++ b/dev-libs/icu-layoutex/icu-layoutex-58.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ LICENSE="BSD"
 
 SLOT="0/${PV}"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug static-libs"
 
 RDEPEND="



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

2017-01-10 Thread Alice Ferrazzi
commit: 2e11092e2af166cb285192c3b2a20dcaec097837
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Wed Jan 11 02:24:10 2017 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Wed Jan 11 02:26:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e11092e

sys-kernel/gentoo-sources: Linux kernel 4.1.37

Package-Manager: portage-2.3.2

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.1.37.ebuild| 29 ++
 2 files changed, 32 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index f4a88cc..c6cd233 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -47,6 +47,9 @@ DIST genpatches-4.1-40.extras.tar.xz 16360 SHA256 
146604f5f3a771806154cf79fe36b1
 DIST genpatches-4.1-42.base.tar.xz 993064 SHA256 
55307bbc766b16705f95e5369a5424725b643e1b12a9c10f7be356fd2dbdc48e SHA512 
e0e7a0f264cb4cf9d3058722c4db2828046f791b0eacacf3ec4deea6561b4078f6feed94627a40959ef9322de804a5526dd77cbf241b5447798de8dff3888b2e
 WHIRLPOOL 
51329804ac2186475962d13c34319346753a4ec88d6b6ba62d1d4a60cc05e1decaed796783b71036421618a54d357d7be7e385b5e186bfc5ee9fc52acf95334f
 DIST genpatches-4.1-42.experimental.tar.xz 61752 SHA256 
d86a0373c4665c5f634679c267a37a488055fea8fe78c8ec0aeb727c23ef6c38 SHA512 
fb0d56f78ac8c5f621fa35e2d408eae4f816113250ac6025a150e0f7b0402580e6924c52751bc0d093fc14bdcbc39af203c0e9ad0dc60d11190f068577e9c6c4
 WHIRLPOOL 
cc0f414cdcb71dac4f2c6e636e3e219ad01880baecbc09d79ea4e95941186f4a35aed66805f2b06362d3142679541b3af8df0b66ee71683eab20079ef36dc257
 DIST genpatches-4.1-42.extras.tar.xz 16420 SHA256 
e8d9995830a65146198ab957a95b3d5397155b56150884ebe8897a7a1dc2b072 SHA512 
0212316ca623b87ed9c3154107ea246e452709cd48572882af7be0ff776cf3aa978521ee4c7c82e62d4d3cef5412bae4f90def577b841f61fac529a317aa8106
 WHIRLPOOL 
6b9188a4007020125e5bce136273b1e9262ae8f863905fc08e7ac3a1b41848de11b54dd6426c3babd8e670997bc1c0aed8073800bb04ef5fa4242e350d2b0572
+DIST genpatches-4.1-43.base.tar.xz 1009164 SHA256 
6147e90c0dca9f8c71a49d8e44b3fae76cdff3bed841b1015ddb500a215520ed SHA512 
139bfa2a8f9758a43b6de2b959659a20f59b01036208b72f00839347cdda0e5b14c48de001d41f49cddd251a52c934a44d6da11620e5c977fc00ca077186a99f
 WHIRLPOOL 
b4bc0c42d65c9f8776d42b8aecf2c386e2c1efa743e4f9a46d6a289b647be8527df7c1c2e88b87ce6fa47569cb3e42ef06bc68fb7a93294abddf58978e661f11
+DIST genpatches-4.1-43.experimental.tar.xz 61748 SHA256 
21bbddd7c73b1acae7c0f3e49eaea0dc05199ff7e9f7629c02e047b2c13de72f SHA512 
8fdb95601239f3334307240e7eee7174178a092a1bcc3095a52a4a87955faa47cabaf39e046315ebe190aff3b57712711b1dde4397c58f74be3c97d3844f3170
 WHIRLPOOL 
f9741245264c2d5453db6360b991f09209fc3c73e2bc41349931dcdb8d1140018057e2703614e1b4e0c0f298d394474001bec3cf75534a11f73de708437b9aa5
+DIST genpatches-4.1-43.extras.tar.xz 16412 SHA256 
1fc2ddd58cac9c60335ce3ef4aa005875e775bfb326295daa4c6208af01bc5a7 SHA512 
1c316ce90ac8a09a74e6a4fcf0b440975f839ff9229da0d97525cae912df947bc010e17b2a0a48994dc20c49bd090bd17c792828cc46b4a81ff2d797e10a8b8b
 WHIRLPOOL 
ed46ebdd56b50cc4d9111fe5ff74b61ee46ff7a66e351f23ad03a9612de226490aa1befa4fe8b4f8e6eb9849d080e5c6e8be8ba89a3b9075cbb4c56e8e6a2056
 DIST genpatches-4.4-28.base.tar.xz 784432 SHA256 
40b5a66857a5a0d8707782c642218e551f0dba2c1e3bd138c2b10a40f49d8440 SHA512 
eaea6e6d3ad25360d07bbed3882a77d49d2a53e369fad754b691d28be72dfc7b44a22a04017986048689b5805e9013dd66a27a3dbb063d5ca4af366b9fa71e7d
 WHIRLPOOL 
d0bbbe004052c047c4090befa1488d864ebef32b76699aba7e34035cc3debc8d13e106b8abd19c4605aa04b06c6b8d4d28f9c86b804ae354d250b4641a57acd6
 DIST genpatches-4.4-28.experimental.tar.xz 87788 SHA256 
14bf426c45e1f680b3ef6e7fa67fb9046cb72da64b4b36d9736cefce6e979282 SHA512 
4e53cfcc0faedcf3040cd31f1291388f1fb4d50873b1bdd4cb376e52ac608855f608ae9b5849e717632266bfa096d5117515ff2e0ca8e608a06cd97b1717710f
 WHIRLPOOL 
b02da5f954e588bd6144f89820ff449469b05629ca3992c6fff505b312bf9ef5bcd2d8db2a97922801db7fa2ec52f6d4f376bd29a49378f0cf8391fddac38bae
 DIST genpatches-4.4-28.extras.tar.xz 16360 SHA256 
6c1331851468c372e7f9ea2c456b458e2842aec4752d67817be2a9305df27fc8 SHA512 
ca7b353f31e0b0460c78420b26ca8d82ae04f0efe5a395097471bd30d16744ba39e6e1e53ae857e2d4d1773a2ee30c9ce80ae855fc0d33c1d2c93e8ff5b35a66
 WHIRLPOOL 
16a92ff57cb514bd5b5942b293d290eb631bbeec7bfc13905dedbde83c1abe18050374c6217706d17a4b20dbc0d9f399b4fe10c304c14fefa460cdd95c920e6d

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.1.37.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.1.37.ebuild
new file mode 100644
index ..3c7b900
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.1.37.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="43"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia6

[gentoo-commits] repo/gentoo:master commit in: dev-libs/icu-le-hb/

2017-01-10 Thread Aaron Bauman
commit: a489143e007fffc0b89d6eb4dfb15293062c3403
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Jan 10 22:55:02 2017 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jan 11 02:03:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a489143e

dev-libs/icu-le-hb: amd64 stable

Package-Manager: portage-2.3.0

 dev-libs/icu-le-hb/icu-le-hb-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/icu-le-hb/icu-le-hb-1.0.3.ebuild 
b/dev-libs/icu-le-hb/icu-le-hb-1.0.3.ebuild
index 5f7d3b7..706a85b 100644
--- a/dev-libs/icu-le-hb/icu-le-hb-1.0.3.ebuild
+++ b/dev-libs/icu-le-hb/icu-le-hb-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/behdad/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 LICENSE="icu"
 SLOT="0"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="



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

2017-01-10 Thread Sam Jorna
commit: 0763aac005c4ecf0183975ddd0c6de852141e411
Author: Sam Jorna  gentoo  org>
AuthorDate: Tue Jan 10 01:38:32 2017 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Wed Jan 11 01:49:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0763aac0

net-libs/quasselc: new package to support net-irc/quassel-irssi

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-libs/quasselc/Manifest|  1 +
 net-libs/quasselc/metadata.xml| 13 +
 net-libs/quasselc/quasselc-0_p20150406.ebuild | 42 +++
 3 files changed, 56 insertions(+)

diff --git a/net-libs/quasselc/Manifest b/net-libs/quasselc/Manifest
new file mode 100644
index ..06de600
--- /dev/null
+++ b/net-libs/quasselc/Manifest
@@ -0,0 +1 @@
+DIST quasselc-0_p20150406.zip 35223 SHA256 
32d59714958fbe86dfcafec2748b973d30efdcb7c9a6618f7303c0c9f4750ca4 SHA512 
625c8c4e0a1bfd82cc081b8662060c069c021cb3b657d9678e424823b8dcda3461b504f54ad49c4f34e6aefc52681a4b03b17e8321d0272a7bf597c5ca5f1e78
 WHIRLPOOL 
d2cb8363f8c18ad95a993394d14e617e6f58813f908fbb3ec786abde5f8a8411243f404be97ef007967fdb8a28a6ac064c2d9b236daa88ddc749b20f5c06bed0

diff --git a/net-libs/quasselc/metadata.xml b/net-libs/quasselc/metadata.xml
new file mode 100644
index ..09dbfc6
--- /dev/null
+++ b/net-libs/quasselc/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   wra...@gentoo.org
+   Sam Jorna
+   
+   
+   phhusson/QuasselC
+   https://github.com/phhusson/QuasselC/issues
+   
+   API to access a Quassel Core in pure 
C.
+

diff --git a/net-libs/quasselc/quasselc-0_p20150406.ebuild 
b/net-libs/quasselc/quasselc-0_p20150406.ebuild
new file mode 100644
index ..f032c91
--- /dev/null
+++ b/net-libs/quasselc/quasselc-0_p20150406.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs flag-o-matic
+
+# Commit Date: Mon, 6 Apr 2015 22:42:56 +0200
+COMMIT="fcd966966924e3d9af0954db56117e2f48767ea1"
+
+DESCRIPTION="API for accessing Quassel using C"
+HOMEPAGE="https://github.com/phhusson/QuasselC";
+SRC_URI="https://github.com/phhusson/QuasselC/archive/${COMMIT}.zip -> 
${PF}.zip"
+
+LICENSE="GPL-3 LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="virtual/pkgconfig"
+
+S="${WORKDIR}/QuasselC-${COMMIT}"
+
+src_prepare() {
+   default
+
+   # Makefile hardcodes much
+   sed -e '/^CFLAGS/d' -i Makefile || die
+   local includes=$($(tc-getPKG_CONFIG) glib-2.0 --cflags)
+   append-cflags "${includes} -fPIC"
+}
+
+src_compile() {
+   tc-export CC
+   export prefix="${ROOT}usr" libdir="${ROOT}usr/$(get_libdir)"
+   default
+}
+
+src_install() {
+   default
+   dosym "libquasselc.so.0" "/usr/$(get_libdir)/libquasselc.so"
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/grass/

2017-01-10 Thread Sam Jorna
commit: 01adcf95566153df774190fcb9faf1320e99c461
Author: Sam Jorna  gentoo  org>
AuthorDate: Wed Jan 11 01:37:46 2017 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Wed Jan 11 01:49:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01adcf95

sci-geosciences/grass: revbump 7.0.4 to use wxGTK-3

Gentoo-bug: 600986
Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../grass/{grass-7.0.4.ebuild => grass-7.0.4-r1.ebuild} | 17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/sci-geosciences/grass/grass-7.0.4.ebuild 
b/sci-geosciences/grass/grass-7.0.4-r1.ebuild
similarity index 97%
rename from sci-geosciences/grass/grass-7.0.4.ebuild
rename to sci-geosciences/grass/grass-7.0.4-r1.ebuild
index 828fa14..6ccff6e 100644
--- a/sci-geosciences/grass/grass-7.0.4.ebuild
+++ b/sci-geosciences/grass/grass-7.0.4-r1.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="sqlite"  # bug 572440
 WANT_AUTOCONF="2.1"
+WX_GTK_VER=3.0
 
 inherit eutils gnome2 fdo-mime multilib python-single-r1 versionator wxwidgets 
autotools
 
@@ -19,7 +20,7 @@ HOMEPAGE="http://grass.osgeo.org/";
 SRC_URI="http://grass.osgeo.org/${MY_PM}/source/${MY_P}.tar.gz";
 
 LICENSE="GPL-2"
-SLOT="0/7.0.3"
+SLOT="0/7.0.4"
 KEYWORDS="~amd64 ~x86"
 IUSE="X blas cxx fftw geos lapack liblas mysql netcdf nls odbc opencl opengl 
openmp png postgres readline sqlite threads tiff truetype"
 
@@ -51,7 +52,7 @@ RDEPEND="${PYTHON_DEPS}
tiff? ( media-libs/tiff:0= )
truetype? ( media-libs/freetype:2 )
X? (
-   >=dev-python/wxpython-2.8.10.1:2.8[cairo,opengl?]
+   dev-python/wxpython:3.0[cairo,opengl?]
x11-libs/cairo[X,opengl?]
x11-libs/libICE
x11-libs/libSM
@@ -126,7 +127,7 @@ src_prepare() {
 
epatch "${PATCHES[@]}"
 
-   epatch_user
+   eapply_user
eautoconf
 
ebegin "Fixing python shebangs"
@@ -137,8 +138,7 @@ src_prepare() {
 src_configure() {
if use X; then
WX_BUILD=yes
-   WX_GTK_VER=2.8
-   need-wxwidgets unicode
+   setup-wxwidgets
fi
 
addwrite "${ROOT}dev/dri/renderD128"
@@ -196,7 +196,8 @@ src_install() {
 
# fix docs
dodoc AUTHORS CHANGES
-   dohtml -r docs/html/*
+   docinto html
+   dodoc -r docs/html/*
rm -rf docs/ || die
rm -rf {AUTHORS,CHANGES,COPYING,GPL.TXT,REQUIREMENTS.html} || die
 



[gentoo-commits] repo/gentoo:master commit in: net-irc/quassel-irssi/

2017-01-10 Thread Sam Jorna
commit: 9181213f899e5621602c17097e28dd181b6ba300
Author: Sam Jorna  gentoo  org>
AuthorDate: Wed Jan 11 00:22:17 2017 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Wed Jan 11 01:49:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9181213f

net-irc/quassel-irssi: revbump old vers, fix CFLAGS, CC

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../quassel-irssi-0_p20160412-r1.ebuild| 50 ++
 1 file changed, 50 insertions(+)

diff --git a/net-irc/quassel-irssi/quassel-irssi-0_p20160412-r1.ebuild 
b/net-irc/quassel-irssi/quassel-irssi-0_p20160412-r1.ebuild
new file mode 100644
index ..c564e45
--- /dev/null
+++ b/net-irc/quassel-irssi/quassel-irssi-0_p20160412-r1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+# https://github.com/phhusson/quassel-irssi/pull/10 if accepted will
+# allow QuasselC to be installed as a separate package.
+QC_VER="0_p20150406"
+
+DESCRIPTION="Irssi module to connect to Quassel cores."
+HOMEPAGE="https://github.com/phhusson/quassel-irssi/";
+SRC_URI="https://dev.gentoo.org/~wraeth/distfiles/${P}.tar.gz
+   https://dev.gentoo.org/~wraeth/distfiles/quasselc-${QC_VER}.tar.gz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="net-irc/irssi"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   mv "${WORKDIR}"/quasselc-"${QC_VER}"/* "${S}"/core/lib/ || die
+   default
+
+   sed -e 's:^CFLAGS=:CFLAGS+=$(IRSSI_CFLAGS) :' \
+   -e 's:gcc -shared:$(CC) -shared:' \
+   -e "s:pkg-config:$(tc-getPKG_CONFIG):" \
+   -i "${S}/core/Makefile" || die
+
+   tc-export CC
+}
+
+src_compile() {
+   emake IRSSI_LIB="${ROOT}/usr/$(get_libdir)/irssi" -C core
+}
+
+src_install() {
+   emake DESTDIR="${D}" LIBDIR="${ROOT}usr/$(get_libdir)" -C core install
+   default
+}
+
+pkg_postinst() {
+   elog "Note that this requires additional configuration of your irssi 
client. See"
+   elog "${ROOT}usr/share/doc/${P}/README.md.bz2'"
+   elog "for instructions."
+}



[gentoo-commits] repo/gentoo:master commit in: net-irc/quassel-irssi/

2017-01-10 Thread Sam Jorna
commit: 3bcc174fb55bca0b814c8f2673804ec99c0bbaec
Author: Sam Jorna  gentoo  org>
AuthorDate: Wed Jan 11 00:08:28 2017 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Wed Jan 11 01:49:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bcc174f

net-irc/quassel-irssi: bump to snapshot 20170107

Bump to newer snapshot dated 2017-01-07. Fixes CFLAGS and CC.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-irc/quassel-irssi/Manifest |  1 +
 .../quassel-irssi/quassel-irssi-0_p20170107.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/net-irc/quassel-irssi/Manifest b/net-irc/quassel-irssi/Manifest
index c5a4fa0..ae077be 100644
--- a/net-irc/quassel-irssi/Manifest
+++ b/net-irc/quassel-irssi/Manifest
@@ -1,2 +1,3 @@
 DIST quassel-irssi-0_p20160412.tar.gz 30993 SHA256 
fb4afa32932e1dedb32121034d2327e5f7368e7557a55ae17ff6673f7720c786 SHA512 
258db507ef8127b9086cc2c6157b23475c86329cae2040b0247aedfbba1aac8b7198ee86e7d0065e2844a5cc7db882011fa82bc60ce67abed8b62b9df7509a26
 WHIRLPOOL 
25c456473ed320ec573a151333df29d496604bc940a63f8a69758f63f2f7c18da3203969cef116a10545275632db22f524d2ad2f1875699efc3922b804db6e4e
+DIST quassel-irssi-0_p20170107.zip 42745 SHA256 
d159b7db11dbd741fbbc1569f3583301fc36697d5efb770696bb7f8813ce2e67 SHA512 
1d7e4e15af2d73fd7e581c517384604a41b68e3a5152dcaf2776a20bc15b459e4a5a7caf39a9c06a11e65ad5d9fea0aa81fa001caa9060f55b821e12b4fed814
 WHIRLPOOL 
a74b6452fe0cece5b63e326dc10522a45d6bbb7a80554027af52f8a8dd9a690d862ab75201f98260eed841b473cfc10bbe21ee78ec878f808c19e69156944c5e
 DIST quasselc-0_p20150406.tar.gz 25609 SHA256 
45b76685b1ec76f22309897d2f99cfe4e43c35148cde4d119f5e65f6b0efe855 SHA512 
53d3e4629feaa05eb64a24deaa2a1423acd6bb4ff8dabd83661ef9cf9b3d5f8317c8896a48cd6f3a374b8585b2986211c455fb8813458e2a086973a6b96c9d0e
 WHIRLPOOL 
d0c2f2dfc5bf6c2b9e91b00ad11dfabfe6d3ce34e6b727ce4f3613e537dd6d5044251098e51724043483756022cb7105a2b9014182cfad3547d0222faf48d451

diff --git a/net-irc/quassel-irssi/quassel-irssi-0_p20170107.ebuild 
b/net-irc/quassel-irssi/quassel-irssi-0_p20170107.ebuild
new file mode 100644
index ..00f470f
--- /dev/null
+++ b/net-irc/quassel-irssi/quassel-irssi-0_p20170107.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+# https://github.com/phhusson/quassel-irssi/pull/10 if accepted will
+# allow QuasselC to be installed as a separate package.
+
+# Commit Date: Sat, 7 Jan 2017 14:50:15 +
+COMMIT="f23e97a6188129cfae4c52f7e1a75940185454f4"
+
+DESCRIPTION="Irssi module to connect to Quassel cores."
+HOMEPAGE="https://github.com/phhusson/quassel-irssi/";
+SRC_URI="https://github.com/phhusson/${PN}/archive/${COMMIT}.zip -> ${PF}.zip"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# fails to build with irssi-1.0
+RDEPEND="<=net-irc/irssi-0.8.21"
+DEPEND="${RDEPEND}
+   net-libs/quasselc"
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+src_prepare() {
+   default
+
+   sed -e "s:pkg-config:$(tc-getPKG_CONFIG):" \
+   -e 's:^CFLAGS=.*:CFLAGS+=$(IRSSI_CFLAGS) $(QUASSELC_FLAGS):' \
+   -i "${S}/core/Makefile" || die
+
+   sed -e 's:gcc -shared:$(CC) -shared:' -i "${S}/core/Makefile" || die
+
+   tc-export CC
+   export SYSTEM_QUASSELC=1
+}
+
+src_compile() {
+   emake IRSSI_LIB="${ROOT}usr/$(get_libdir)/irssi" -C core
+}
+
+src_install() {
+   emake DESTDIR="${D}" LIBDIR="${ROOT}usr/$(get_libdir)" -C core install
+   default
+}
+
+pkg_postinst() {
+   elog "Note that this requires additional configuration of your irssi 
client. See"
+   elog "${ROOT}usr/share/doc/${P}/README.md.bz2'"
+   elog "for instructions."
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/grass/

2017-01-10 Thread Sam Jorna
commit: c056c27abe722b72411125761eb959e0339f70d8
Author: Sam Jorna  gentoo  org>
AuthorDate: Wed Jan 11 01:48:07 2017 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Wed Jan 11 01:49:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c056c27a

sci-geosciences/grass: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-geosciences/grass/Manifest   |   1 -
 sci-geosciences/grass/grass-7.0.3.ebuild | 270 ---
 sci-geosciences/grass/grass-7.0.5.ebuild | 270 ---
 3 files changed, 541 deletions(-)

diff --git a/sci-geosciences/grass/Manifest b/sci-geosciences/grass/Manifest
index 897afde..dcf1c4b 100644
--- a/sci-geosciences/grass/Manifest
+++ b/sci-geosciences/grass/Manifest
@@ -1,3 +1,2 @@
-DIST grass-7.0.3.tar.gz 40022685 SHA256 
6c414938d831583b97554cb49698529310defba467b11f6a85caf6ca405680df SHA512 
93d9e5c2983b41f88f5170923267eb54328124a179fc391893e88eaa9670a608b4b7d339d0043d338a98cb5ef532e19411cd46155a69e6f06a6b28696056add6
 WHIRLPOOL 
2f171e056c179fc31845dc28e5d354ab8f990c462b65ce5a4b26c89261b6757b781c86bb1ab6f29efb3bde0df29bfa432e4f13d7dc61166b761a6edfa3614246
 DIST grass-7.0.4.tar.gz 40601012 SHA256 
657188dc640b8482d16f889ff281abe424a0b232d03328086ba28cbf02c65af2 SHA512 
5ac1359f1d1d6602a567f4d85eb4f92f665788ebba51767696894228b31b5d65c1fa343e068b5c2990c12ff023b5c09ff441b7c2e1e1d990956be3250fe45658
 WHIRLPOOL 
b2b81aca710419f22476660462ba6c47d953621d0d02ea3b4d8ee64deec047d7947698073270d778a308782f89575ec897707db8139d85743a1eb22714ee203e
 DIST grass-7.0.5.tar.gz 40862798 SHA256 
60de3ba67eaf4f05dcff4f48ef710113f9efa9367ece784c13423bc620246f3c SHA512 
42ff0577ca4fb1fe5f370090b94bec82eec1be65883152d64eacae6b3628e91e67ced045ca2a299f32e9d773995b35cc98b4cceaee6518c788f9366f3c7371bd
 WHIRLPOOL 
fb0077dd81074721e9ad53d0e3d7a76260a237426e37bb9e2ab393c7647e2204ee5f85e7936fe94e59f4e9413442e86f6ba6cf40bf31be9b833e70cebaa781bd

diff --git a/sci-geosciences/grass/grass-7.0.3.ebuild 
b/sci-geosciences/grass/grass-7.0.3.ebuild
deleted file mode 100644
index 828fa14..
--- a/sci-geosciences/grass/grass-7.0.3.ebuild
+++ /dev/null
@@ -1,270 +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="sqlite"  # bug 572440
-WANT_AUTOCONF="2.1"
-
-inherit eutils gnome2 fdo-mime multilib python-single-r1 versionator wxwidgets 
autotools
-
-MY_PM=${PN}$(get_version_component_range 1-2 ${PV})
-MY_PM=${MY_PM/.}
-MY_P=${P/_rc/RC}
-
-DESCRIPTION="A free GIS with raster and vector functionality, as well as 3D 
vizualization"
-HOMEPAGE="http://grass.osgeo.org/";
-SRC_URI="http://grass.osgeo.org/${MY_PM}/source/${MY_P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0/7.0.3"
-KEYWORDS="~amd64 ~x86"
-IUSE="X blas cxx fftw geos lapack liblas mysql netcdf nls odbc opencl opengl 
openmp png postgres readline sqlite threads tiff truetype"
-
-RDEPEND="${PYTHON_DEPS}
-   >=app-admin/eselect-1.2
-   dev-python/numpy[${PYTHON_USEDEP}]
-   media-libs/libprojectm
-   sci-libs/proj
-   sci-libs/xdrfile
-   sci-libs/gdal
-   sys-libs/gdbm
-   sys-libs/ncurses:0=
-   sys-libs/zlib
-   fftw? ( sci-libs/fftw:3.0 )
-   geos? ( sci-libs/geos )
-   blas? ( virtual/blas
-   sci-libs/cblas-reference )
-   lapack? ( virtual/lapack )
-   liblas? ( sci-geosciences/liblas )
-   mysql? ( virtual/mysql )
-   netcdf? ( sci-libs/netcdf )
-   odbc? ( dev-db/unixODBC )
-   opencl? ( virtual/opencl )
-   opengl? ( virtual/opengl )
-   png? ( media-libs/libpng:0= )
-   postgres? ( >=dev-db/postgresql-8.4:= )
-   readline? ( sys-libs/readline:0= )
-   sqlite? ( dev-db/sqlite:3 )
-   tiff? ( media-libs/tiff:0= )
-   truetype? ( media-libs/freetype:2 )
-   X? (
-   >=dev-python/wxpython-2.8.10.1:2.8[cairo,opengl?]
-   x11-libs/cairo[X,opengl?]
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXaw
-   x11-libs/libXext
-   x11-libs/libXmu
-   x11-libs/libXp
-   x11-libs/libXpm
-   x11-libs/libXt
-   )"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   sys-devel/flex
-   sys-devel/gettext
-   sys-devel/bison
-   X? (
-   dev-lang/swig
-   x11-proto/xextproto
-   x11-proto/xproto
-   )"
-
-S="${WORKDIR}/${MY_P}"
-
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   opengl? ( X )"
-
-PATCHES=(
-   "${FILESDIR}/${PN}"-7.0.1-declare-inespg.patch
-)
-
-pkg_setup() {
-   if use lapack; then
-   local mylapack
-   mylapack=$(eselect lapack show) || die
-   if [[ -z "${mylapack/.*reference.*/}" ]] && \
-   [[ -z "${mylapack/.*atlas.*/}" ]]; then
- 

[gentoo-commits] proj/linux-patches: New tag: 4.1-43

2017-01-10 Thread Alice Ferrazzi
commit: 
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Wed Jan 11 01:50:11 2017 +

New tag: 4.1-43




[gentoo-commits] repo/gentoo:master commit in: net-proxy/polipo/, net-proxy/polipo/files/

2017-01-10 Thread Andrew Savchenko
commit: 9924813ed67a7d48f320a8678cf255a5e6cc2d47
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Wed Jan 11 01:17:04 2017 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Wed Jan 11 01:17:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9924813e

net-proxy/polipo: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Andrew Savchenko  gentoo.org>

 net-proxy/polipo/files/polipo.initd-2 | 66 ---
 net-proxy/polipo/polipo-1.1.1.ebuild  | 56 -
 2 files changed, 122 deletions(-)

diff --git a/net-proxy/polipo/files/polipo.initd-2 
b/net-proxy/polipo/files/polipo.initd-2
deleted file mode 100644
index 4f3edf5..
--- a/net-proxy/polipo/files/polipo.initd-2
+++ /dev/null
@@ -1,66 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2015 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-CONFFILE="/etc/polipo/config${SVCNAME#polipo}"
-PIDFILE="/var/run/${SVCNAME}.pid"
-
-depend() {
-   need net
-}
-
-checkconfig() {
-   { polipo -v -c "${CONFFILE}" || return 1 ; } | {
-   local retvalue=0
-   local name type value desc
-   while read name type value desc ; do
-   case ${name} in
-   configFile)
-   if [ "${value}" = "(none)" ] ; then
-   eerror "Unable to read configuration 
file /etc/polipo/config"
-   retvalue=1
-   fi
-   ;;
-   daemonise)
-   if [ "${value}" != "false" ] ; then
-   eerror "Configuration option not 
supported by this init script: ${name}=${value}"
-   retvalue=1
-   fi
-   ;;
-   pidFile)
-   if [ "${value}" != "(none)" ] ; then
-   eerror "Configuration option not 
supported by this init script: ${name}=${value}"
-   retvalue=1
-   fi
-   ;;
-   diskCacheRoot)
-   if [ "${value}" != "(none)" ] ; then
-   # Ensure that cache directory exists 
and have proper permissions
-   if ! [[ -d "{value}" ]]; then
-   mkdir -p -m 0750 "${value}"
-   chown polipo:polipo "${value}"
-   fi
-   fi
-   ;;
-   esac
-   done
-   return ${retvalue}
-   }
-}
-
-start() {
-   checkconfig || return 1
-
-   ebegin "Starting Polipo HTTP proxy"
-   start-stop-daemon --start --user polipo \
-   --background --pidfile "${PIDFILE}" --make-pidfile \
-   --exec /usr/bin/polipo -- -c "${CONFFILE}"
-   eend $?
-}
-
-stop() {
-   ebegin "Stopping Polipo HTTP proxy"
-   start-stop-daemon --stop --pidfile "${PIDFILE}"
-   eend $?
-}

diff --git a/net-proxy/polipo/polipo-1.1.1.ebuild 
b/net-proxy/polipo/polipo-1.1.1.ebuild
deleted file mode 100644
index b19d3bf..
--- a/net-proxy/polipo/polipo-1.1.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-if [[ ${PV} == "" ]] ; then
-   _GIT=git-r3
-   EGIT_REPO_URI="https://github.com/jech/${PN}.git";
-   SRC_URI=""
-   KEYWORDS=""
-else
-   
SRC_URI="http://www.pps.jussieu.fr/~jch/software/files/${PN}/${P}.tar.gz";
-   KEYWORDS="amd64 x86"
-fi
-
-inherit ${_GIT} toolchain-funcs user
-
-DESCRIPTION="A caching web proxy"
-HOMEPAGE="http://www.pps.jussieu.fr/~jch/software/polipo/";
-LICENSE="MIT GPL-2"
-SLOT="0"
-
-DEPEND="sys-apps/texinfo"
-RDEPEND=""
-
-pkg_setup() {
-   enewgroup ${PN}
-   enewuser ${PN} -1 -1 /var/cache/${PN} ${PN}
-}
-
-src_compile() {
-   tc-export CC
-   emake PREFIX=/usr "CDEBUGFLAGS=${CFLAGS}" all
-}
-
-src_install() {
-   einstall PREFIX=/usr MANDIR=/usr/share/man INFODIR=/usr/share/info 
"TARGET=${D}"
-
-   newinitd "${FILESDIR}/${PN}.initd-2" ${PN}
-   insinto /etc/${PN} ; doins "${FILESDIR}/config"
-   exeinto /etc/cron.weekly ; newexe "${FILESDIR}/${PN}.crond-2" ${PN}
-
-   dodoc CHANGES README
-   dohtml html/*
-}
-
-pkg_postinst() {
-   einfo "Do not forget to read the manual."
-   einfo "Change the config file in /etc/${PN} to suit your needs."
-   einfo ""
-   einfo "Polipo OpenRC init script

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

2017-01-10 Thread Thomas Deutschmann
commit: 957d48bcaba8eac530f1857964976d3aa77f6d7f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jan 10 16:28:18 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jan 11 00:52:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=957d48bc

sys-cluster/vzctl: Security cleanup (bug #560522)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-cluster/vzctl/Manifest   |  1 -
 sys-cluster/vzctl/vzctl-4.9.1.ebuild | 85 
 2 files changed, 86 deletions(-)

diff --git a/sys-cluster/vzctl/Manifest b/sys-cluster/vzctl/Manifest
index 3c4f93e..49e88e6 100644
--- a/sys-cluster/vzctl/Manifest
+++ b/sys-cluster/vzctl/Manifest
@@ -1,2 +1 @@
-DIST vzctl-4.9.1.tar.bz2 517940 SHA256 
b15f4b4eacd88d2a5e745f556dfe6ae079a77c0d3f0fa818674bc98715ad7d72 SHA512 
998882a1f628104a9e0c6a598ee84046fb03da03b7b2ce703396659cf7d7bd0bb67bf1590596e5e43ff1223ef23078fb7cab2228e768e79d3c3136b1ba418e50
 WHIRLPOOL 
feff55376fa5f470627f7fcbd4e9a0c24e04b8575219d33ffa5eb4a67d79e64682975b89fbf06953d4d88044e1771c9dfef3a5b578914900e5f88f59eb2d3895
 DIST vzctl-4.9.4.tar.bz2 550370 SHA256 
bc3c63841b5244181e71bd1daf7c9aca6df3d42ed886a161fa5ba4b1b4520420 SHA512 
651aa7882ba77442666a09441769f821a7374f417199380667b27c9980203597575dfe12ad5c261da22941b6a2bc6e032d3f9c2d88dcb03af6412634cc5b4706
 WHIRLPOOL 
ed3c2531919b68fc2ae8acd9ac7b582b91f0eb6976155f12e2b35dbb236044c538e6499129aca579f9bc7697379c323bc6b32d0796a74a28b816a2dfb188c84f

diff --git a/sys-cluster/vzctl/vzctl-4.9.1.ebuild 
b/sys-cluster/vzctl/vzctl-4.9.1.ebuild
deleted file mode 100644
index 29c22c8..
--- a/sys-cluster/vzctl/vzctl-4.9.1.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit base bash-completion-r1 eutils toolchain-funcs udev
-
-DESCRIPTION="OpenVZ ConTainers control utility"
-HOMEPAGE="http://openvz.org/";
-SRC_URI="http://download.openvz.org/utils/${PN}/${PV}/src/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86 -amd64-fbsd -sparc-fbsd -x86-fbsd"
-IUSE="+ploop  +vzmigrate"
-
-RDEPEND="net-firewall/iptables
-   sys-apps/ed
-   >=sys-apps/iproute2-3.3.0
-   >=sys-fs/vzquota-3.1
-   ploop? (
-   >=sys-cluster/ploop-1.13
-   sys-block/parted
-   sys-fs/quota
-   dev-libs/libxml2
-   )
-   >=dev-libs/libcgroup-0.38
-   vzmigrate? (
-   net-misc/openssh
-   net-misc/rsync[xattr,acl]
-   app-arch/tar[xattr,acl]
-   net-misc/bridge-utils
-   virtual/awk
-   )
-   virtual/udev
-   "
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   "
-
-src_prepare() {
-
-   # Set default OSTEMPLATE on gentoo
-   sed -i -e 's:=redhat-:=gentoo-:' etc/dists/default || die 'sed on 
etc/dists/default failed'
-   # Set proper udev directory
-   sed -i -e "s:/lib/udev:$(get_udevdir):" src/lib/dev.c || die 'sed on 
src/lib/dev.c failed'
-}
-
-src_configure() {
-
-   econf \
-   --localstatedir=/var \
-   --enable-udev \
-   --enable-bashcomp \
-   --enable-logrotate \
-   --with-vz \
-   $(use_with ploop) \
-   --with-cgroup
-}
-
-src_install() {
-
-   emake DESTDIR="${D}" udevdir="$(get_udevdir)"/rules.d install 
install-gentoo
-
-   # install the bash-completion script into the right location
-   rm -rf "${ED}"/etc/bash_completion.d
-   newbashcomp etc/bash_completion.d/vzctl.sh ${PN}
-
-   # We need to keep some dirs
-   keepdir /vz/{dump,lock,root,private,template/cache}
-   keepdir /etc/vz/names /var/lib/vzctl/veip
-}
-
-pkg_postinst() {
-   einfo "This vzctl release required kernel above 2.6.32.92"
-
-   einfo "If you have checkpoint suspend/restore feature in vanilla kernel"
-   einfo "please install "sys-process/criu" "
-   einfo "This is experimental and not stable ( in gentoo ) now"
-
-   einfo "if you have work with  .xz compressed template, please install 
app-arch/xz-utils"
-   einfo "if you have check signature donwloaded template - install gpg "
-}



[gentoo-commits] repo/gentoo:master commit in: net-firewall/shorewall/, net-firewall/shorewall/files/

2017-01-10 Thread Thomas Deutschmann
commit: 072c3f940c37ace26bae867dbb798ccc73324d37
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jan 10 23:51:49 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jan 10 23:51:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=072c3f94

net-firewall/shorewall: Cleanup old versions

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-firewall/shorewall/Manifest|  21 -
 .../shorewall/files/shorewall-lite.initd-r1|  83 
 net-firewall/shorewall/files/shorewall.initd-r1| 108 -
 net-firewall/shorewall/shorewall-5.0.11.ebuild | 452 -
 net-firewall/shorewall/shorewall-5.0.14.1.ebuild   | 452 -
 net-firewall/shorewall/shorewall-5.0.15.1.ebuild   | 452 -
 6 files changed, 1568 deletions(-)

diff --git a/net-firewall/shorewall/Manifest b/net-firewall/shorewall/Manifest
index 062f988..96489cb 100644
--- a/net-firewall/shorewall/Manifest
+++ b/net-firewall/shorewall/Manifest
@@ -1,35 +1,14 @@
-DIST shorewall-5.0.11.tar.bz2 504955 SHA256 
b8a836d443c9d94c489dbd8e9672c0c42a4be0ca9a95e4762a64b615d96c8228 SHA512 
6240e00fe9a381a35acc6c2307d73fd69a37345a653ee003d0c94a0fd6078e29afbb2237ad2be6ddf952d463e5af4f23cc24426aa7aaebfbb5ed4f3ee9aaa0b5
 WHIRLPOOL 
e3e3b9b19e129f471d60e7a77dbf9bb49232137ad25a192d34fdcba1b44a8275caefffe23e6b2b76b76d685333848d331ea1ebaa4fc8900d651f7df728babe91
-DIST shorewall-5.0.14.1.tar.bz2 523476 SHA256 
cb4b303d42dd99c3ab28acaf99446aff5f9273b8393dc8e9b6123f3dd427afd1 SHA512 
709f784aaf9a558024ca31fa4e2fef29aa012b3fd074dccd97854f02dad512e05c29b184ec0ea733d21c81f6a078d7b2c77671744e7fb5f21dc34198135cfd50
 WHIRLPOOL 
1a55fb6a1a490a0a28c2175119ebe41555390dd5e702a3e599591248d3dae316830eec5e9e213eacc5120f1102ab5bcdfa6b1259df33370a4af960234e00dd5d
-DIST shorewall-5.0.15.1.tar.bz2 525204 SHA256 
e430743712563935955f4b76949ea4e4688ca108292fb02ba67cb3f78c500364 SHA512 
db36a85517c977c38ec6a96ad695945e570462503c94836f2046735609102092b286ae5a9329fead96778dd67d1f400c96ae042d69c3ee1670784a7a0350a96b
 WHIRLPOOL 
ba5e1b67c4893b4f59fa2b88953d1f172b412097cc42d5335b894bb245c1aeb5b4fb2d7bdb04fbda35214795cd5312d191ff50727352368553e363abf2a5ab33
 DIST shorewall-5.0.15.2.tar.bz2 525530 SHA256 
303e2c05d078c5d76f994bc175558a7dc407d5ce55fe5a68ff39b9254069fcf8 SHA512 
b43f0aef59407182a24e55f22b7e62446a6fbc94beae9a553d9dd6482cd092d8c6f89987f10ada768ea9d6185d8e3fd6dadf0e4c897d02f08689a4f4a4dd2a4c
 WHIRLPOOL 
36b9de6cb8725d8873191bf0e9bdf605696442f4e077bb1e520a061007ea23952b3bab1a95ee2e4d030c5f01886b373c331e0ad5a40b1844045da3f86c1bdf43
 DIST shorewall-5.0.15.3.tar.bz2 525470 SHA256 
c71c42e9697057b39ae27593725d2fcc5829cc8eab78ef2109a1f16ed89534db SHA512 
a0990a23870740e96d86dc5f02aa55d0f762e030a0a08ba9ce8801065712a1908889d9d82052cdeefcd14d851462217fd0096101a4535de96d5ff141a8ec7faa
 WHIRLPOOL 
f95ce4cbf856a8d4d635cf926408e782c44317ea4866c476b5ba8372f62fac1b16651a4b3ce8266e2bd8ff211254e2c6fa32dfef5e381c540e12651c7c695a2b
-DIST shorewall-core-5.0.11.tar.bz2 59845 SHA256 
203122ee213bb31e464a25cf4e947800bea595914888cc496dafdd2e202b65ba SHA512 
f210d2bbf3ff078a45d76334933d28d03a7a5ed27c1f7c599527f282c3215bcfda95359712e2bb2823e6416fd278cd099fd1fd188d1e21b1c2291802de28fa7b
 WHIRLPOOL 
976660011903e9f688252be7fbc6ce648468156fe8c99c5b20b64fe9e385969f460ba764dce5fd26f99f1ddd527aabea57b896a6db12f8feed1f439a6c10b109
-DIST shorewall-core-5.0.14.1.tar.bz2 63788 SHA256 
a856a07ab61734db3c259962edefa3a891106430b5efc20a41d55b15431de9bd SHA512 
de8d841a93d2b1d1d1a9024634c63a0c2e7ba9e02566afc2782aedeb2391cbca3ec11d2260a7a42b8e21f22d3f2400554a2cc59584ba0e19d4a5c40867690fc6
 WHIRLPOOL 
6fa03914a227f9f829d69ba30c919d56414311ee26c7283c4b83b869a4c41bee2b4394d7bf79735f5d4a10c175fb3e75ed71031cbc490ccb1c0982c86d2765c5
-DIST shorewall-core-5.0.15.1.tar.bz2 64407 SHA256 
9b64f9260f7a9c56421da0f1cc40db4cc751f3d4b87c8f8c2168f5c3e961e4cb SHA512 
dea47e41d5545500406bce7d5adf62834e713b8533c9f1bb3e0a932ba19fc43d01b429ee1dcbb53168de8d80a4c16be83935508c32aed8f39f74d4115c5393a4
 WHIRLPOOL 
40be1658a33bbfa9f9fd7aa6d7c7a5c703af7999d81dab7aaab705ef89834c61004f4fd38139d1607d3709a3fb25014ee3f3c33123d2de63b89e23ab2bf3ba98
 DIST shorewall-core-5.0.15.2.tar.bz2 64735 SHA256 
0a96a13f6cc5bed6b96ff37c9c9e65be364e20a79bd7fa7908066b977a4fa34b SHA512 
f1cf9dd3985eacf4eddbd3458b6ec9e2f074758a6f7bb799a891c2afc8639c884c65f67cf5689df82934e2dde933f663b0c35370596ed5f0740d138b0f65fc23
 WHIRLPOOL 
da8bcc15a7ba63bb16996e08779a7020cce1b993417b23097ead43322520c0550b12173e3bd565c127af2470fb57030d96926f3003affd96b314f1820cc81354
 DIST shorewall-core-5.0.15.3.tar.bz2 65108 SHA256 
0d174d9aabd3608e000a4536470b35d15a856d7394f5e8bd22ef410d8501b989 SHA512 
4a5cca151bc5e8e538e7cb0f4d36461e32232bc7d94e72f82ddefc8c4d5622f14d8c625892295275b41b5ca99dc5217e3fafbf9c1d25d872117f78eed621575c
 WHIRLPOOL 
71f0011684a1bfadaa5439eaa4e0852189262381a1a39b6c17e6f3ee0d4e397faf6ec5516b0288ac9a80896d56f275ae1c85b385adf69d98b4a780a60491e7bf
-DIST sho

[gentoo-commits] repo/gentoo:master commit in: net-firewall/shorewall/

2017-01-10 Thread Thomas Deutschmann
commit: ec3c0b3b0353ab80f8a6af2df72e006151d6825a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jan 10 23:48:56 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jan 10 23:48:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec3c0b3b

net-firewall/shorewall: Bump to v5.0.15.3

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-firewall/shorewall/Manifest  |   7 +
 net-firewall/shorewall/shorewall-5.0.15.3.ebuild | 452 +++
 2 files changed, 459 insertions(+)

diff --git a/net-firewall/shorewall/Manifest b/net-firewall/shorewall/Manifest
index 11e2c50..062f988 100644
--- a/net-firewall/shorewall/Manifest
+++ b/net-firewall/shorewall/Manifest
@@ -2,27 +2,34 @@ DIST shorewall-5.0.11.tar.bz2 504955 SHA256 
b8a836d443c9d94c489dbd8e9672c0c42a4b
 DIST shorewall-5.0.14.1.tar.bz2 523476 SHA256 
cb4b303d42dd99c3ab28acaf99446aff5f9273b8393dc8e9b6123f3dd427afd1 SHA512 
709f784aaf9a558024ca31fa4e2fef29aa012b3fd074dccd97854f02dad512e05c29b184ec0ea733d21c81f6a078d7b2c77671744e7fb5f21dc34198135cfd50
 WHIRLPOOL 
1a55fb6a1a490a0a28c2175119ebe41555390dd5e702a3e599591248d3dae316830eec5e9e213eacc5120f1102ab5bcdfa6b1259df33370a4af960234e00dd5d
 DIST shorewall-5.0.15.1.tar.bz2 525204 SHA256 
e430743712563935955f4b76949ea4e4688ca108292fb02ba67cb3f78c500364 SHA512 
db36a85517c977c38ec6a96ad695945e570462503c94836f2046735609102092b286ae5a9329fead96778dd67d1f400c96ae042d69c3ee1670784a7a0350a96b
 WHIRLPOOL 
ba5e1b67c4893b4f59fa2b88953d1f172b412097cc42d5335b894bb245c1aeb5b4fb2d7bdb04fbda35214795cd5312d191ff50727352368553e363abf2a5ab33
 DIST shorewall-5.0.15.2.tar.bz2 525530 SHA256 
303e2c05d078c5d76f994bc175558a7dc407d5ce55fe5a68ff39b9254069fcf8 SHA512 
b43f0aef59407182a24e55f22b7e62446a6fbc94beae9a553d9dd6482cd092d8c6f89987f10ada768ea9d6185d8e3fd6dadf0e4c897d02f08689a4f4a4dd2a4c
 WHIRLPOOL 
36b9de6cb8725d8873191bf0e9bdf605696442f4e077bb1e520a061007ea23952b3bab1a95ee2e4d030c5f01886b373c331e0ad5a40b1844045da3f86c1bdf43
+DIST shorewall-5.0.15.3.tar.bz2 525470 SHA256 
c71c42e9697057b39ae27593725d2fcc5829cc8eab78ef2109a1f16ed89534db SHA512 
a0990a23870740e96d86dc5f02aa55d0f762e030a0a08ba9ce8801065712a1908889d9d82052cdeefcd14d851462217fd0096101a4535de96d5ff141a8ec7faa
 WHIRLPOOL 
f95ce4cbf856a8d4d635cf926408e782c44317ea4866c476b5ba8372f62fac1b16651a4b3ce8266e2bd8ff211254e2c6fa32dfef5e381c540e12651c7c695a2b
 DIST shorewall-core-5.0.11.tar.bz2 59845 SHA256 
203122ee213bb31e464a25cf4e947800bea595914888cc496dafdd2e202b65ba SHA512 
f210d2bbf3ff078a45d76334933d28d03a7a5ed27c1f7c599527f282c3215bcfda95359712e2bb2823e6416fd278cd099fd1fd188d1e21b1c2291802de28fa7b
 WHIRLPOOL 
976660011903e9f688252be7fbc6ce648468156fe8c99c5b20b64fe9e385969f460ba764dce5fd26f99f1ddd527aabea57b896a6db12f8feed1f439a6c10b109
 DIST shorewall-core-5.0.14.1.tar.bz2 63788 SHA256 
a856a07ab61734db3c259962edefa3a891106430b5efc20a41d55b15431de9bd SHA512 
de8d841a93d2b1d1d1a9024634c63a0c2e7ba9e02566afc2782aedeb2391cbca3ec11d2260a7a42b8e21f22d3f2400554a2cc59584ba0e19d4a5c40867690fc6
 WHIRLPOOL 
6fa03914a227f9f829d69ba30c919d56414311ee26c7283c4b83b869a4c41bee2b4394d7bf79735f5d4a10c175fb3e75ed71031cbc490ccb1c0982c86d2765c5
 DIST shorewall-core-5.0.15.1.tar.bz2 64407 SHA256 
9b64f9260f7a9c56421da0f1cc40db4cc751f3d4b87c8f8c2168f5c3e961e4cb SHA512 
dea47e41d5545500406bce7d5adf62834e713b8533c9f1bb3e0a932ba19fc43d01b429ee1dcbb53168de8d80a4c16be83935508c32aed8f39f74d4115c5393a4
 WHIRLPOOL 
40be1658a33bbfa9f9fd7aa6d7c7a5c703af7999d81dab7aaab705ef89834c61004f4fd38139d1607d3709a3fb25014ee3f3c33123d2de63b89e23ab2bf3ba98
 DIST shorewall-core-5.0.15.2.tar.bz2 64735 SHA256 
0a96a13f6cc5bed6b96ff37c9c9e65be364e20a79bd7fa7908066b977a4fa34b SHA512 
f1cf9dd3985eacf4eddbd3458b6ec9e2f074758a6f7bb799a891c2afc8639c884c65f67cf5689df82934e2dde933f663b0c35370596ed5f0740d138b0f65fc23
 WHIRLPOOL 
da8bcc15a7ba63bb16996e08779a7020cce1b993417b23097ead43322520c0550b12173e3bd565c127af2470fb57030d96926f3003affd96b314f1820cc81354
+DIST shorewall-core-5.0.15.3.tar.bz2 65108 SHA256 
0d174d9aabd3608e000a4536470b35d15a856d7394f5e8bd22ef410d8501b989 SHA512 
4a5cca151bc5e8e538e7cb0f4d36461e32232bc7d94e72f82ddefc8c4d5622f14d8c625892295275b41b5ca99dc5217e3fafbf9c1d25d872117f78eed621575c
 WHIRLPOOL 
71f0011684a1bfadaa5439eaa4e0852189262381a1a39b6c17e6f3ee0d4e397faf6ec5516b0288ac9a80896d56f275ae1c85b385adf69d98b4a780a60491e7bf
 DIST shorewall-docs-html-5.0.11.tar.bz2 4270762 SHA256 
744d85f5549ecec66007d0e2079aca0b10e78dd10cba806ceedb237c9396dbe7 SHA512 
46840e849d3c51c67168b08bd81f5ffb257cd26f0febf26d94fc126ef23da78f996614ea71acec9cceeb280a29bb1250f370a5807bdc5a12a86375f7d41bb1ff
 WHIRLPOOL 
491963832ad539e555dd28c343e1c1362f5581d386221e3f0d66a6735f4d1286b0ac4a100eebafaa564382a55662f12ad43d2223a08f8247c3c40e03246b7d45
 DIST shorewall-docs-html-5.0.14.1.tar.bz2 4290473 SHA256 
3ac58a4a178be09bf63a95409c38f8ba560c20968330c39e19be496d173724a8 SHA512 
5bc6fadebca8510845a135021a1aad7f2cbb69e64b2159ef46b752971fb76d4b541f63af5dc4

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

2017-01-10 Thread Thomas Deutschmann
commit: 91cdb1d537e5a20b0b015fd939722d72bf8a33df
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jan 10 23:43:55 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jan 10 23:44:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91cdb1d5

app-admin/rsyslog: Bump to v8.24.0

Ebuild changes:
===
 - New mmrm1stspace modify module added & enabled (no new dependencies)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/rsyslog/Manifest  |   2 +
 app-admin/rsyslog/rsyslog-8.24.0.ebuild | 453 
 2 files changed, 455 insertions(+)

diff --git a/app-admin/rsyslog/Manifest b/app-admin/rsyslog/Manifest
index f490617..99baaa3 100644
--- a/app-admin/rsyslog/Manifest
+++ b/app-admin/rsyslog/Manifest
@@ -2,7 +2,9 @@ DIST rsyslog-8.16.0.tar.gz 2132012 SHA256 
4fe4f97c10899086d98b9401d7e8d2bcff61c7
 DIST rsyslog-8.19.0.tar.gz 2279714 SHA256 
3379b30f2e6ef05a0f1c7327c73923fa5877a80b984506cdf48ed068c94a575e SHA512 
77c40c9d76591ed3561ec76242be2c647848533df5599320ea988cbc200614c47930e0b63f190d31a0c1cec2443d57ca374f07e0909f11eba8a4bd4b8eee0e44
 WHIRLPOOL 
3f7d7134a0c6a475453828440a87d0fa68e7afc583ef12556f3b60f3e07621011b4f48e8c4dfbe46cef2bf2decee3827c42bd4ba481611e7cb76a695dcec5c7b
 DIST rsyslog-8.22.0.tar.gz 2259652 SHA256 
06e2884181333dccecceaca82827ae24ca7a258b4fbf7b1e07a80d4caae640ca SHA512 
105c7a81bd96c6b68b9e9f4d1ae06e63bf531afe4dfd91efb73b2a96e8264270579ccacc6a1bf77ad284913fb7f4bac55f83c5b38f7fa7675f6c4a6fa9b2f3ca
 WHIRLPOOL 
22cb36592654adf67124f31417ad332163d72c852b7d6e471d58f3a45aa8123d1ce701c4853b4e884927587e26dac3645cbe6ffcf291b22c7f789f9513df81a5
 DIST rsyslog-8.23.0.tar.gz 2338318 SHA256 
244e79552d37a5729f3f53786062828adc16fd080eeb0de6507bff55ed21693b SHA512 
4e4832287f02d4b0435b3711241d58cad9f393ce14318bbccce7b89dceeed01205960e7df4b2629831429e550c0865407374eb6a5548ecb47a3aea90c7d7df2d
 WHIRLPOOL 
a4ac676faa6ad09b3e7cf0fbc9c6f827d96a4c14106c3692b523ffc9b90f74745bab7edff2b0c914c160db1f3f83c5f5589203ad8c7cec718c7be8dc2fd0ab66
+DIST rsyslog-8.24.0.tar.gz 2374240 SHA256 
37f32ce33e32a88e1bea0511e8e557d90b7378b81520e3236a9af5ba6ea993d7 SHA512 
b25b8ae72133376f732f54863c97aea3c8dfbf37c62c6a61840932996913c9d4e63155a24ffc577db48a18514f3e35b6fb109b1864380ba93ddf3fa6d84d728d
 WHIRLPOOL 
c5895d50143c21d446d760f5179b47fdae4ec34867711c942cd671b88789588e7244fb8511745efdb701954f7bc390403d30736a1e54af13dca4876f989928df
 DIST rsyslog-doc-8.16.0.tar.gz 4174347 SHA256 
03033d264b29fd791299d5d618bd061853c008ac8087f3b6c4870e1b8f6abc39 SHA512 
746e4de102f15ea10085ca21eeed74dd8264742ba7029cb54caf87b72070ab6a73e79af46d97717323be1e68d9d1fa78807d5d4446d15524aa4c565650f7b0d0
 WHIRLPOOL 
ff8dfcc3dd7e87a7316f94a3b8f199cd902cbf99772bb97147b9af37b8c6941f13341438450b3dbf3139d5518488e74df6b77c1eec3182e92a9476ccb951ec5b
 DIST rsyslog-docs-8.19.0.tar.gz 4271094 SHA256 
f76958d2fbcbb3a2db531ec3878d6d9a8c4a622e457b9c97b7c7dcca0ddd6512 SHA512 
120f229a641119649fc897948fb0934039a95d0ef63e68b10ab635620d84988d794fd5dc33617353028e786513a86b3a1cd0c4fef9c755dab5bedd8e0246532e
 WHIRLPOOL 
fc0642eef4e686fc653db6a654f96fd9037e083a02e06d64b7b2a2e0292d745ca6e24821df3b9825e0eba2c4808b2755dfaeb90b62a49662ab22a171ffe2e63b
 DIST rsyslog-docs-8.22.0.tar.gz 4307880 SHA256 
4367e52dddcaca111c40585aa632a9dc68f27ae2e5a51685a08dbabf4e1d2c59 SHA512 
e1d09182d564985ede4826b7366e183d75abf67b24e3aa65d607fc080cf6901612dbbb32188c640b69a4562b2bee2018b4116c6d0fa18ceb1575b9b700e85481
 WHIRLPOOL 
0f5aa06ce8b4c1c5aabbe378c67052ca54c730709736025b70c553cb4caaf7c9e257ea4146f3cc40d59ec3d3f34ef38df2683421fcffb89dc95fd65644eb2ee2
 DIST rsyslog-docs-8.23.0.tar.gz 4316852 SHA256 
c2b23952e5878af334a7b71de76fc6bd432e90dff968da545d3bd73f8a4a147f SHA512 
5c57159e17c728e0fcada5cd03dfe45edca2f9b6554628729387eedb94936c0ef16254f5b0e3524dd6ce732d57e42994e1293478bd28b51747a49f725f148bc0
 WHIRLPOOL 
8cb566131a9ae491a2839450b58a67ad3dd2fda41aad93d265b11dc1d33b7f765f65ef82166c79f2588fc4543f1aac570921242b61c226849218649bf6b943b3
+DIST rsyslog-docs-8.24.0.tar.gz 4344877 SHA256 
f5e3c27c5b65abdd600b8ad8d99d1f2fe9f0ffca02d6af3c12db5fc10dd889b2 SHA512 
b55cde1485a7baec6d4c4928107c22a078cf412a2994c0dfcbb12c47b49c3b263af8a64011b1329567cf86e04927b9e383581dc868eaea81d554adada6b3786b
 WHIRLPOOL 
e8b2d10b0de3c33189f859f08db58e319730e709e5a5008909f2166a061952290b0bf96163cdf6e0b3829896916f712ba5d8a2a98f02d796e9174d8919190f8d

diff --git a/app-admin/rsyslog/rsyslog-8.24.0.ebuild 
b/app-admin/rsyslog/rsyslog-8.24.0.ebuild
new file mode 100644
index ..4559e20
--- /dev/null
+++ b/app-admin/rsyslog/rsyslog-8.24.0.ebuild
@@ -0,0 +1,453 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit autotools eutils linux-info systemd
+
+DESCRIPTION="An enhanced multi-threaded syslogd with database support and more"
+HOMEPAGE="http://www.rsyslog.com/";
+
+BRANCH="8-stable"
+
+if [[ ${PV} == "" ]]; then

[gentoo-commits] repo/gentoo:master commit in: app-text/bibletime/

2017-01-10 Thread Chris Reffett
commit: 2c4cc6ace1fa0d71f7fc0ae035de0b0251549852
Author: Chris Reffett  gentoo  org>
AuthorDate: Tue Jan 10 23:07:55 2017 +
Commit: Chris Reffett  gentoo  org>
CommitDate: Tue Jan 10 23:12:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c4cc6ac

app-text/bibletime: cleanup old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/bibletime/Manifest   |  1 -
 app-text/bibletime/bibletime-2.9.1.ebuild | 48 ---
 2 files changed, 49 deletions(-)

diff --git a/app-text/bibletime/Manifest b/app-text/bibletime/Manifest
index aa37b26..12ab883 100644
--- a/app-text/bibletime/Manifest
+++ b/app-text/bibletime/Manifest
@@ -1,2 +1 @@
 DIST bibletime-2.10.1.tar.xz 3252680 SHA256 
86d2d53913c08bce9f67c0d897639091d84e9d330527636cecd2b9008bf7ca91 SHA512 
50f84eb1aefe911f1336ec7a23ea34ade1628383f35dca25330984787221214c0bc0cbc9f88f9540336949df02e76e769b7998d2eef3a15862e3038541564cc9
 WHIRLPOOL 
2ffc1b1b516d7fa94e842c957dc0be47be5e29ea015fcee2ff291093d0afc201af59d70b055193b420ff3acbc62386980b540eeb63ed92dbd1a741fb68b5be54
-DIST bibletime-2.9.1.tar.bz2 5968979 SHA256 
308a86d4a1f63203e01438e75be8306377927498b5d0ae8769a4df3c828013b5 SHA512 
6099e48fc3d54cb8362ec1a3965b372e60fd136d036dfd8d94b5e443ee5f27eb092162b653160bfc71d5366f79af35e22ee40d64ecd681f184bc4e90c1cd9e0a
 WHIRLPOOL 
0677646ce099297321c4a519364b41254544f6d8660d72f9e76b6a8eafd08205915f40aef5bbc6463199ca0d272e28b926b13b0637ecdef1bc822256363cecf2

diff --git a/app-text/bibletime/bibletime-2.9.1.ebuild 
b/app-text/bibletime/bibletime-2.9.1.ebuild
deleted file mode 100644
index a71f276..
--- a/app-text/bibletime/bibletime-2.9.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit cmake-utils
-
-DESCRIPTION="Qt4 Bible study application using the SWORD library"
-HOMEPAGE="http://www.bibletime.info/";
-SRC_URI="mirror://sourceforge/project/bibletime/BibleTime%202/BibleTime%202%20source%20code/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="debug"
-
-# bug 313657
-# RESTRICT="test"
-
-RDEPEND="
-   >=app-text/sword-1.6.0
-   >=dev-cpp/clucene-2.3.3.4
-   dev-qt/qtcore:4
-   dev-qt/qtdbus:4
-   dev-qt/qtgui:4
-   dev-qt/qtwebkit:4"
-DEPEND="
-   ${RDEPEND}
-   dev-libs/boost
-   dev-libs/icu:=
-   net-misc/curl
-   sys-libs/zlib
-   dev-qt/qttest:4"
-
-DOCS=( ChangeLog README )
-
-src_prepare() {
-   sed -e "s:Dictionary;Qt:Dictionary;Office;TextTools;Utility;Qt;:" \
-   -i cmake/platforms/linux/bibletime.desktop.cmake || die "fixing 
.desktop file failed"
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DUSE_QT_WEBKIT=ON
-   )
-
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/xiphos/

2017-01-10 Thread Chris Reffett
commit: 518780cb19df4d83b04d7716da17435c47873317
Author: Chris Reffett  gentoo  org>
AuthorDate: Tue Jan 10 23:08:42 2017 +
Commit: Chris Reffett  gentoo  org>
CommitDate: Tue Jan 10 23:12:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=518780cb

app-text/xiphos: cleanup old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/xiphos/Manifest|  2 -
 app-text/xiphos/metadata.xml|  3 --
 app-text/xiphos/xiphos-3.1.5.ebuild | 92 -
 app-text/xiphos/xiphos-3.2.2.ebuild | 88 ---
 4 files changed, 185 deletions(-)

diff --git a/app-text/xiphos/Manifest b/app-text/xiphos/Manifest
index 1126e42..e118bc6 100644
--- a/app-text/xiphos/Manifest
+++ b/app-text/xiphos/Manifest
@@ -1,3 +1 @@
-DIST xiphos-3.1.5.tar.gz 6720533 SHA256 
2887426908e269f25d2d191be445112027b2b7e80356823d4942b1803a359d8c SHA512 
2183125a1076660cf0448ee5f2df3ded9ee58c389716a8ceefe0185989d6c8267f19082add3fa8a7a9da57693f82b47e26c0fe77154e961b84234afbdf5b3a1d
 WHIRLPOOL 
6a66671ab99cc62f0beb6bdfffcec2ff1048cae66ad6304fd788d005c0d0bf81273856af6373eba0bdf5fd6df0176894e1a99fe633fcd1fbad46c78b89848bbf
-DIST xiphos-3.2.2.tar.gz 7088153 SHA256 
2326efd2bad1b27d6c4231cba68077f71f91ee31f73bdada1cbe2c3bd11eadc6 SHA512 
14dd33f99217de4062e6ff6c4030fce748f57bc7e4a984aa7927acb7779f3720da21a51eb2943d5be93eac702dcc32b023f9e39a91acb7182ce59b3c90941dbf
 WHIRLPOOL 
488f3fb65b591a9122cc8fc8a1c118cb461ce1890205d53d5957633bb8ff240166616e4de3169afccf5799fb2db40e1e90ac8cef61f3f133e135dd9578227de8
 DIST xiphos-4.0.4-20150830.tar.gz 8040173 SHA256 
413bb8acb444946ccde1fb9fcfa3ff4bdb622cb56995b557f3215fab42193f20 SHA512 
337503ee4cc6139ec8724266f3c9c0ce5d17518c48f7aab03ea8213165054854c8dd7317ff9e1b9097ece12292b52f1c8002684c00c5a7b43c5b4810edd6ecda
 WHIRLPOOL 
a1795b6fe5c978fcfc2c1f17f48844797bcf6e07a272181168717807dfd0a7b6e9359380a21fa330c539f1197c54c7e7293457f7733ab55d9dcca274ba044991

diff --git a/app-text/xiphos/metadata.xml b/app-text/xiphos/metadata.xml
index 4dc80c8..139d2b7 100644
--- a/app-text/xiphos/metadata.xml
+++ b/app-text/xiphos/metadata.xml
@@ -4,9 +4,6 @@

theol...@gentoo.org

-   
-   Use net-libs/webkit-gtk instead 
of gnome-extra/gtkhtml
-   

gnomesword


diff --git a/app-text/xiphos/xiphos-3.1.5.ebuild 
b/app-text/xiphos/xiphos-3.1.5.ebuild
deleted file mode 100644
index 1d3f301..
--- a/app-text/xiphos/xiphos-3.1.5.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# TODO: waf-utils.eclass ?
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-inherit flag-o-matic gnome2-utils python-single-r1 toolchain-funcs
-
-DESCRIPTION="A bible study frontend for Sword (formerly known as GnomeSword)"
-HOMEPAGE="http://xiphos.org/";
-SRC_URI="mirror://sourceforge/gnomesword/${P}.tar.gz"
-
-LICENSE="GPL-2 FDL-1.1 LGPL-2 MIT MPL-1.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="dbus debug webkit"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   >=app-text/sword-1.6.1
-   >=dev-libs/glib-2
-   dev-libs/libxml2
-   gnome-base/gconf
-   gnome-extra/gtkhtml:4.0
-   >=gnome-extra/libgsf-1.14
-   x11-libs/gtk+:3
-   dbus? ( dev-libs/dbus-glib )
-   webkit? ( net-libs/webkit-gtk:3 )
-"
-DEPEND="${RDEPEND}
-   app-text/docbook2X
-   app-text/gnome-doc-utils
-   app-text/rarian
-   dev-libs/libxslt
-   dev-util/intltool
-   virtual/pkgconfig
-   sys-devel/gettext
-"
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   sed -i \
-   -e '/FLAGS_DEBUG/s:-g:-Wall:' \
-   -e '/FLAGS_RELEASE/s:-O2:-Wall:' \
-   wscript || die
-}
-
-src_configure() {
-   append-cppflags -DNO_SWORD_SET_RENDER_NOTE_NUMBERS=1
-
-   tc-export AR CC CPP CXX RANLIB
-
-   local backend=gtkhtml
-   use webkit && backend=webkit
-
-   CCFLAGS="${CFLAGS}" \
-   LINKFLAGS="${LDFLAGS}" \
-   SGML2MAN="$(type -P docbook2man.pl)" \
-   ./waf -v \
-   --prefix=/usr \
-   --gtk=3 \
-   --backend=${backend} \
-   --debug-level=$(use debug && echo debug || echo 
release) \
-   $(use dbus || echo --disable-dbus) \
-   configure || die
-}
-
-src_compile() {
-   ./waf -v build || die
-}
-
-src_install() {
-   ./waf -v --destdir="${D}" install || die
-
-   doman ${PN}.1
-   dodoc AUTHORS ChangeLog NEWS README RELEASE-NOTES TODO
-
-   dodoc Xiphos.ogg
-   docompress -x /usr/share/doc/${PF}/Xiphos.ogg
-
-   rm -rf "${ED}"/usr/share/doc/${PN}
-}
-
-pkg_preinst() {gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_u

[gentoo-commits] repo/gentoo:master commit in: app-text/sword/

2017-01-10 Thread Chris Reffett
commit: b94b1722b0aa457f7ec541efa9e4b05334686de6
Author: Chris Reffett  gentoo  org>
AuthorDate: Tue Jan 10 23:05:15 2017 +
Commit: Chris Reffett  gentoo  org>
CommitDate: Tue Jan 10 23:12:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b94b1722

app-text/sword: Clean up old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/sword/Manifest   |  3 --
 app-text/sword/sword-1.6.2.ebuild | 78 ---
 app-text/sword/sword-1.7.2.ebuild | 78 ---
 app-text/sword/sword-1.7.3.ebuild | 78 ---
 4 files changed, 237 deletions(-)

diff --git a/app-text/sword/Manifest b/app-text/sword/Manifest
index 5d59b68..d097893 100644
--- a/app-text/sword/Manifest
+++ b/app-text/sword/Manifest
@@ -1,4 +1 @@
-DIST sword-1.6.2.tar.gz 1965427 SHA256 
af76c7d54135c444b09eeaafb49229ef5201a4e1d44539d9341dceaeb60a87b9 SHA512 
3a62364ce528540a338a163d5fe48ce4a0263c8af6d5a955ab6b5182f122a65130683d6cc6a8eb9fe3a41661d3bd3fe5bf830aa8329c2b8a6d47f010461b32b4
 WHIRLPOOL 
50fc2cc6a18a269c7f1eca16ed2f659b84ed0a53d520b4e7935bf0af10c96e9c0b2f26c7e3088edf8311564620fb778fc1f63c0b78c449ad165fee9843fb753d
-DIST sword-1.7.2.tar.gz 2127944 SHA256 
ac7aace0ecb7a405d4b4b211ee1ae5b2250bb5c57c9197179747c9e830787871 SHA512 
1ee9565f36d113c9b21883a78004e895ab2f74d9c9f1909058c204e38647a96938de2e544a68858d2c4b048b67ba868049c1c09f0067bc9819a5a85f75285ebe
 WHIRLPOOL 
894e4d96b2ff61ac19de853ff6b17aa2279fb7b5b571c1030ba18daefbea8997bd61d386ff3a1dff49d997c69d6acf2a83094ad6ec5c593acca3dc7fb1d488a0
-DIST sword-1.7.3.tar.gz 2149459 SHA256 
5a3d87ff155d5ecb0cfec052ba333b2b74d9273e2cc66fb1ca75747dfd8ea9ea SHA512 
4805215954211584ed6b00869a31e1d317d9fa460db2d2e8c5c396f0154979949ec8b770ac8c6ff20106d8beea75d2a824c7e6b6ce5138fc3e558ab4b5614f2a
 WHIRLPOOL 
a0ccc912f72835cc30045c21da9aff6209cac8d356f6c71031761e7e884916a4707712d0d22df01281f5ea5e29759d01951d5e9908c85332fc569c1a9543abe6
 DIST sword-1.7.4.tar.gz 2157882 SHA256 
995da8cf5a207c1f09809bf4b9db0bd7d267da5fcdb9dc9b313edd9d213d SHA512 
4c8b183e613367364439cc7a8a842012f75180fccc8eb775b9af2dc4c10f39c152261d35f0aadaaa91a11df36ab1a4057c2edc50ea4b0b3bb0ab0a847ff68f75
 WHIRLPOOL 
a998552c18b5913d88f091d7dfec307e409401a01eb6011b62c7b4d3ea81355f816f013d7a3165ada2fa54454fdea980574091d8006d05f161cf55438f1df14b

diff --git a/app-text/sword/sword-1.6.2.ebuild 
b/app-text/sword/sword-1.6.2.ebuild
deleted file mode 100644
index d56179b..
--- a/app-text/sword/sword-1.6.2.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils flag-o-matic
-
-DESCRIPTION="Library for Bible reading software"
-HOMEPAGE="http://www.crosswire.org/sword/";
-SRC_URI="http://www.crosswire.org/ftpmirror/pub/${PN}/source/v${PV%.*}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd ~ppc-macos"
-IUSE="curl debug doc icu static-libs"
-
-RDEPEND="sys-libs/zlib
-   curl? ( net-misc/curl )
-   icu? ( dev-libs/icu:= )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-DOCS="AUTHORS CODINGSTYLE ChangeLog README"
-
-RESTRICT="test"#Restricting for now, see bug 313207
-
-src_prepare() {
-   sed -i \
-   -e '/FLAGS/s:-g3::' -e '/FLAGS/s:-O0::' \
-   -e '/FLAGS/s:-O2::' -e '/FLAGS/s:-O3::' \
-   configure || die
-
-   sed -i -e '/FLAGS/s:-Werror::' configure || die #408289
-   sed -i -e '/^#inc.*curl.*types/d' src/mgr/curl*.cpp || die #378055
-
-   cat <<-EOF > "${T}"/${PN}.conf
-   [Install]
-   DataPath=${EPREFIX}/usr/share/${PN}/
-   EOF
-
-   epatch "${FILESDIR}"/${P}-gcc47.patch
-}
-
-src_configure() {
-   # TODO: Why is this here and can we remove it?
-   strip-flags
-
-   econf \
-   $(use_enable static-libs static) \
-   $(use_enable debug) \
-   --with-zlib \
-   $(use_with icu) \
-   --with-conf \
-   $(use_with curl)
-}
-
-src_install() {
-   default
-
-   find "${ED}" -name '*.la' -exec rm -f {} +
-
-   if use doc; then
-   rm -rf examples/.cvsignore
-   rm -rf examples/cmdline/.cvsignore
-   rm -rf examples/cmdline/.deps
-   cp -R samples examples "${ED}"/usr/share/doc/${PF}/
-   fi
-
-   insinto /etc
-   doins "${T}"/${PN}.conf
-}
-
-pkg_postinst() {
-   elog "Check out http://www.crosswire.org/sword/modules/";
-   elog "to download modules that you would like to use with SWORD."
-   elog "Follow module installation instructions found on"
-   elog "the web or in ${EROOT}/usr/share/doc/${PF}/"
-}

diff --git a/app-text/sword/sword-1.7.2.ebuild 
b/app-text/sword/sword-1.7.2.ebuild
deleted file mode 100644
index 07ab6f0..
--- a/app-text/sword/sword-1.7.2.ebuild
+++ /dev/null
@@ -1,7

[gentoo-commits] repo/gentoo:master commit in: net-libs/liblockfile/files/, net-libs/liblockfile/

2017-01-10 Thread Lars Wendler
commit: 73b69a3b18fa546f6d61d6e2521803cf4969f004
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jan 10 23:08:53 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jan 10 23:09:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b69a3b

net-libs/liblockfile: Bump to version 1.13

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-libs/liblockfile/Manifest  |  1 +
 .../files/liblockfile-1.13-makefile.patch  | 63 ++
 net-libs/liblockfile/liblockfile-1.13.ebuild   | 49 +
 3 files changed, 113 insertions(+)

diff --git a/net-libs/liblockfile/Manifest b/net-libs/liblockfile/Manifest
index 3d66347..2e62f5a 100644
--- a/net-libs/liblockfile/Manifest
+++ b/net-libs/liblockfile/Manifest
@@ -1,2 +1,3 @@
 DIST liblockfile_1.09.orig.tar.gz 32178 SHA256 
16979eba05396365e1d6af7100431ae9d32f9bc063930d1de66298a0695f1b7f SHA512 
8577f8bfa9c78983d6a409bc449be0d981e599a6a5f2fc8b43f76a238810ec5e3c180e27280719398f31041ed837fe8ba61df208ce77db77a354453e4579848a
 WHIRLPOOL 
4365bd4f90207a97ec8421f60bcf2d61c4565eecc9435fd920b31ede3e182856783d21ad466632ea8d18e0378f3401637185235ef90e50d6bc10d093ae4d8a42
 DIST liblockfile_1.10.orig.tar.gz 43617 SHA256 
f58db53e4b558734bf7f33f96085d803126bdde2a434cd01eeface42a5539b2c SHA512 
fa38d16d7af787ca47d6adaa87abb50af0ec1d4ae9d6e7eb8e77f58c44e974dc99a79bd648ded4f539b00540a513d8e40742b706b242365f3ffdf0cf392f618d
 WHIRLPOOL 
4cb36e31eb1454ed8d78ca47926737c4bccb1152e66273d1097ae354d8f67cbde6bc987ff5bef5fb202425c9641cc7c762ceaf6c640adff5daca59d61dded0f1
+DIST liblockfile_1.13.orig.tar.gz 67720 SHA256 
5c5622dbcb5366c8f0c96f9df4f5b1fe3807cdca6faee58a460da8ed7e071d03 SHA512 
509b00e6841ecdbd6bef0fdf620a31f49b2e07d29c7dd2407297a3e92ded568933d75390f7cab43dd514949c6ccf8924e621324a8d4bbde4c71847b7b257318a
 WHIRLPOOL 
4b38d0d7c2a3e2091e44e1c161e73ba4b764b09a9fda3c4bd26ccabe0f3ad7ed3666f508814e3a8a6fa1aa7ddc0d39943730292e8aff02fac31253a6db9d5954

diff --git a/net-libs/liblockfile/files/liblockfile-1.13-makefile.patch 
b/net-libs/liblockfile/files/liblockfile-1.13-makefile.patch
new file mode 100644
index ..f325b5e
--- /dev/null
+++ b/net-libs/liblockfile/files/liblockfile-1.13-makefile.patch
@@ -0,0 +1,63 @@
+--- liblockfile/Makefile.in
 liblockfile/Makefile.in
+@@ -10,7 +10,7 @@
+ LDFLAGS   = @LDFLAGS@
+ CC= @CC@
+ 
+-prefix= $(DESTDIR)@prefix@
++prefix= @prefix@
+ exec_prefix   = @exec_prefix@
+ bindir= @bindir@
+ libdir= @libdir@
+@@ -49,34 +49,34 @@
+   $(CC) $(CFLAGS) -c lockfile.c -o xlockfile.o
+ 
+ install_static:   static install_common
+-  install -d -m 755 -g root -p $(libdir)
+-  install -m 644 liblockfile.a $(libdir)
++  install -d -m 755 -g root -p $(DESTDIR)$(libdir)
++  install -m 644 liblockfile.a $(DESTDIR)$(libdir)
+ 
+ install_shared:   shared install_static install_common
+-  install -d -m 755 -g root -p $(libdir)
++  install -d -m 755 -g root -p $(DESTDIR)$(libdir)
+   install -m 755 liblockfile.so \
+-  $(libdir)/liblockfile.so.$(SOVER)
+-  ln -s liblockfile.so.$(SOVER) $(libdir)/liblockfile.so.$(MAJOR)
+-  ln -s liblockfile.so.$(SOVER) $(libdir)/liblockfile.so
++  $(DESTDIR)$(libdir)/liblockfile.so.$(SOVER)
++  ln -s liblockfile.so.$(SOVER) 
$(DESTDIR)$(libdir)/liblockfile.so.$(MAJOR)
++  ln -s liblockfile.so.$(SOVER) $(DESTDIR)$(libdir)/liblockfile.so
+   if test "$(DESTDIR)" = ""; then @LDCONFIG@; fi
+ 
+ install_common:
+-  install -d -m 755 -g root -p $(includedir)
+-  install -d -m 755 -g root -p $(bindir)
+-  install -d -m 755 -g root -p $(mandir)/man1
+-  install -d -m 755 -g root -p $(mandir)/man3
+-  install -m 644 lockfile.h maillock.h $(includedir)
++  install -d -m 755 -g root -p $(DESTDIR)$(includedir)
++  install -d -m 755 -g root -p $(DESTDIR)$(bindir)
++  install -d -m 755 -g root -p $(DESTDIR)$(mandir)/man1
++  install -d -m 755 -g root -p $(DESTDIR)$(mandir)/man3
++  install -m 644 lockfile.h maillock.h $(DESTDIR)$(includedir)
+   if [ "$(MAILGROUP)" != "" ]; then\
+-install -g $(MAILGROUP) -m 2755 dotlockfile $(bindir);\
++install -g $(MAILGROUP) -m 2755 dotlockfile 
$(DESTDIR)$(bindir);\
+   else \
+-install -g root -m 755 dotlockfile $(bindir); \
++install -g root -m 755 dotlockfile $(DESTDIR)$(bindir); \
+   fi
+-  install -m 644 *.1 $(mandir)/man1
+-  install -m 644 *.3 $(mandir)/man3
++  install -m 644 *.1 $(DESTDIR)$(mandir)/man1
++  install -m 644 *.3 $(DESTDIR)$(mandir)/ma

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

2017-01-10 Thread Mike Gilbert
commit: 011f06a2ca07159988fb7cd43c679f49f333a7bb
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jan 10 23:03:18 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jan 10 23:05:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=011f06a2

virtual/libgudev: remove old

Package-Manager: Portage-2.3.3_p25, Repoman-2.3.1_p18

 virtual/libgudev/libgudev-215-r1.ebuild | 29 -
 virtual/libgudev/libgudev-215-r2.ebuild | 29 -
 2 files changed, 58 deletions(-)

diff --git a/virtual/libgudev/libgudev-215-r1.ebuild 
b/virtual/libgudev/libgudev-215-r1.ebuild
deleted file mode 100644
index 3686d71..
--- a/virtual/libgudev/libgudev-215-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit multilib-build
-
-DESCRIPTION="Virtual for libgudev providers"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0/0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
-IUSE="introspection static-libs systemd"
-
-DEPEND=""
-RDEPEND="
-   !systemd? ( || (
-   
>=sys-fs/udev-208-r1:0/0[${MULTILIB_USEDEP},gudev,introspection?,static-libs?]
-   
>=sys-fs/eudev-1.5.3-r1:0/0[${MULTILIB_USEDEP},gudev,introspection?,static-libs?]
 )
-   )
-   systemd? ( || (
-   
>=sys-apps/systemd-212-r5:0/2[${MULTILIB_USEDEP},gudev,introspection?]
-   
>=sys-apps/systemd-208-r3:0/1[${MULTILIB_USEDEP},gudev,introspection?]
-   
>=sys-apps/systemd-208:0/0[${MULTILIB_USEDEP},gudev,introspection?] )
-   )"
-
-REQUIRED_USE="systemd? ( !static-libs )"

diff --git a/virtual/libgudev/libgudev-215-r2.ebuild 
b/virtual/libgudev/libgudev-215-r2.ebuild
deleted file mode 100644
index a0aaf7f..
--- a/virtual/libgudev/libgudev-215-r2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit multilib-build
-
-DESCRIPTION="Virtual for libgudev providers"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0/0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
-IUSE="introspection static-libs systemd"
-
-DEPEND=""
-RDEPEND="
-   || ( 
dev-libs/libgudev:0/0[${MULTILIB_USEDEP},introspection?,static-libs?]
-   !systemd? ( || (
-   
>=sys-fs/udev-208-r1:0/0[${MULTILIB_USEDEP},gudev(-),introspection?,static-libs?]
-   
>=sys-fs/eudev-1.5.3-r1:0/0[${MULTILIB_USEDEP},gudev(-),introspection?,static-libs?]
 )
-   )
-   systemd? (
-   
>=sys-apps/systemd-212-r5:0/2[${MULTILIB_USEDEP},gudev(-),introspection?]
-   )
-   )"
-
-REQUIRED_USE="systemd? ( !static-libs )"



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

2017-01-10 Thread Mike Gilbert
commit: 6a53eda05f3dd71ccfce2cefc1c70658b6305bcb
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jan 10 23:05:26 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jan 10 23:05:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a53eda0

dev-python/python-systemd: 230 stable on arm

Package-Manager: Portage-2.3.3_p25, Repoman-2.3.1_p18

 dev-python/python-systemd/python-systemd-230.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/python-systemd/python-systemd-230.ebuild 
b/dev-python/python-systemd/python-systemd-230.ebuild
index 4c5c6cb..0516044 100644
--- a/dev-python/python-systemd/python-systemd-230.ebuild
+++ b/dev-python/python-systemd/python-systemd-230.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/systemd/python-systemd/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ppc ppc64 sparc x86"
 IUSE=""
 
 DEPEND="sys-apps/systemd"



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/arch/amd64/, profiles/base/

2017-01-10 Thread Bernard Cafarelli
commit: ef57bcf1f6505b79d0cf696ba8f196df1d6f9c9c
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Jan 10 22:55:58 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Jan 10 22:56:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef57bcf1

profiles: move gnustep-base/gnustep-make use.stable.mask to arches

 profiles/arch/amd64/package.use.stable.mask | 7 ++-
 profiles/arch/x86/package.use.stable.mask   | 7 ++-
 profiles/base/package.use.stable.mask   | 5 -
 3 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/profiles/arch/amd64/package.use.stable.mask 
b/profiles/arch/amd64/package.use.stable.mask
index 6de52fc..33f4eb0 100644
--- a/profiles/arch/amd64/package.use.stable.mask
+++ b/profiles/arch/amd64/package.use.stable.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,6 +18,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Bernard Cafarelli  (09 Jan 2017)
+# Requires more testing
+# and additional unstable dependencies
+gnustep-base/gnustep-make libobjc2
+
 # Mikle Kolyada  (14 Jun 2015)
 # app-emulation/lxc has no stable versions
 app-emulation/docker lxc

diff --git a/profiles/arch/x86/package.use.stable.mask 
b/profiles/arch/x86/package.use.stable.mask
index f74840b..a485229 100644
--- a/profiles/arch/x86/package.use.stable.mask
+++ b/profiles/arch/x86/package.use.stable.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,6 +18,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Bernard Cafarelli  (09 Jan 2017)
+# Requires more testing
+# and additional unstable dependencies
+gnustep-base/gnustep-make libobjc2
+
 # Michael Palimaka  (26 May 2016)
 # Dependencies not yet stable
 dev-cpp/eigen test

diff --git a/profiles/base/package.use.stable.mask 
b/profiles/base/package.use.stable.mask
index f2d038f..fdb48f4 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -5,11 +5,6 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
-# Bernard Cafarelli  (09 Jan 2017)
-# Alternative Objective-C backend, requires more testing
-# and additional unstable dependencies
-gnustep-base/gnustep-make libobjc2
-
 # Doug Goldstein  (04 Jan 2017)
 # libcxx is not stable so we can't let users use it
 dev-lang/rust libcxx



[gentoo-commits] repo/gentoo:master commit in: app-crypt/ccid/

2017-01-10 Thread Diego Elio Pettenò
commit: b9fbe704d86a06c2e1dbe67d51ed2621f0015465
Author: Diego Elio Pettenò  gentoo  org>
AuthorDate: Tue Jan 10 22:53:20 2017 +
Commit: Diego Elio Pettenò  gentoo  org>
CommitDate: Tue Jan 10 22:53:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9fbe704

Version bump.

Package-Manager: portage-2.3.0

 app-crypt/ccid/Manifest   |  1 +
 app-crypt/ccid/ccid-1.4.26.ebuild | 67 +++
 2 files changed, 68 insertions(+)

diff --git a/app-crypt/ccid/Manifest b/app-crypt/ccid/Manifest
index b315924..bb6f154 100644
--- a/app-crypt/ccid/Manifest
+++ b/app-crypt/ccid/Manifest
@@ -1,3 +1,4 @@
 DIST ccid-1.4.18.tar.bz2 492113 SHA256 
5fdba97a2d2eb1c652b7dd4aa0bb8cee4814bab0cf61aecb84b32b57272541aa SHA512 
ff7e331431909fe9fffd4f7aae0a2395b3b755da9c898aa6a6b629f7f516c240b820669146791deb443c646dc8fc56f9100c9f987b3e7d13c24f24f81f06b1f0
 WHIRLPOOL 
86107ac379e5523c31aa1499e1ecd5a1f6dab5b7f748800b5a22ff2b6470e9bb590407cb8a98ad65870a832149fe8835aa42dff9a30027f0bce843640439ce1e
 DIST ccid-1.4.24.tar.bz2 594507 SHA256 
62cb73c6c009c9799c526f05a05e25f00f0ad86d50f82a714dedcfbf4a7e4176 SHA512 
4904165fdd089cd6f28b1c27130119d3433641a9cea5d6700afd1daa2722f763e2b348a42af4a292fdd08da45c7b17b2804b32b1fbe0ff19dccf58ec3310b09f
 WHIRLPOOL 
b2f88557ae0e6fb838432eaf0d13be1f7631c7d7f4b4a0c20014b060f0368fb5acba0c15eba7fdf6d9e31dc115a9c0bec5fe1e83468943522c94b8a89e93932c
 DIST ccid-1.4.25.tar.bz2 627456 SHA256 
6b062b4ce0f04d6838d58e6faa255ba05222bd8ecb57a2d1116fdbe22f253609 SHA512 
97ca4009e5b4522e3db913ab147bd32bd24490c798d31be6614d3b337e0ab47e93a1ae0c1dfe1cf47a41145b3b37f5a10bbbafec980c180b407b511f18f9ac2c
 WHIRLPOOL 
bad411d2a8731a8a2e8318df8f4774d1c2c124516ecbd81cd804b3bb1f504c28bd9fa74fb5c33252e9f1c2202dfe7fe952ee7eceeae1acadbae06e0e7ce84b7a
+DIST ccid-1.4.26.tar.bz2 628038 SHA256 
3267bf708ab780c02f01f6241b7c7277cb892d30fd1179a9926a8cc0ca40be2f SHA512 
4a2e5e9412f2aa4870e14114e54da96fd8b3418ea6d3a236b83e19d6349adb20a94ef7f48628c108f8459f008c10b0606bbf4d797ae4be9183e1acde032c618c
 WHIRLPOOL 
7118e57ca9a394de3b37166bb2c4f4d398fdf744caa0803ef9f1470db7020d999f795ca816a5a70db2b59b64db7225df2dd9366fd329ca34d52b5e4611fd5d21

diff --git a/app-crypt/ccid/ccid-1.4.26.ebuild 
b/app-crypt/ccid/ccid-1.4.26.ebuild
new file mode 100644
index ..651f1f5
--- /dev/null
+++ b/app-crypt/ccid/ccid-1.4.26.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+STUPID_NUM="4205"
+
+inherit eutils toolchain-funcs udev autotools-utils
+
+DESCRIPTION="CCID free software driver"
+HOMEPAGE="http://pcsclite.alioth.debian.org/ccid.html";
+SRC_URI="http://alioth.debian.org/frs/download.php/file/${STUPID_NUM}/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="twinserial kobil-midentity +usb"
+
+RDEPEND=">=sys-apps/pcsc-lite-1.8.3
+   usb? ( virtual/libusb:1 )"
+DEPEND="${RDEPEND}
+   kernel_linux? ( virtual/pkgconfig )"
+
+DOCS=( README AUTHORS )
+
+src_configure() {
+   local myeconfargs=(
+   LEX=:
+   $(use_enable twinserial)
+   $(use_enable usb libusb)
+   )
+
+   autotools-utils_src_configure
+}
+
+src_compile() {
+   autotools-utils_src_compile
+   use kobil-midentity && autotools-utils_src_compile 
contrib/Kobil_mIDentity_switch
+}
+
+src_install() {
+   autotools-utils_src_install
+
+   if use kobil-midentity; then
+   dosbin 
"${BUILD_DIR}"/contrib/Kobil_mIDentity_switch/Kobil_mIDentity_switch
+   doman contrib/Kobil_mIDentity_switch/Kobil_mIDentity_switch.8
+   fi
+
+   if use kernel_linux; then
+   # note: for eudev support, rules probably will always need to be
+   # installed to /usr
+
+   # ccid >=1.4.11 version changed the rules drastically in a minor
+   # release to no longer use the pcscd group. Using the old ones 
in
+   # the mean time.
+   udev_newrules "${FILESDIR}"/92_pcscd_ccid-2.rules 
92-pcsc-ccid.rules
+
+   # disable Kobil_mIDentity_switch udev rule with 
USE=-kobil-midentity
+   if ! use kobil-midentity; then
+   sed \
+   -e '/Kobil_mIDentity_switch/s/^/#/' \
+   -i 
"${D}/$(get_udevdir)"/rules.d/92-pcsc-ccid.rules || die
+   fi
+
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: games-board/gnuchess-book/

2017-01-10 Thread Aaron Bauman
commit: 6220d08b6779cb91e44357d95b6404489a5e6ee9
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Jan 10 22:33:23 2017 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jan 10 22:33:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6220d08b

games-board/gnuchess-book: amd64 stable

Package-Manager: portage-2.3.0

 games-board/gnuchess-book/gnuchess-book-1.02-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-board/gnuchess-book/gnuchess-book-1.02-r1.ebuild 
b/games-board/gnuchess-book/gnuchess-book-1.02-r1.ebuild
index 7e2cbc5..0bf4c51 100644
--- a/games-board/gnuchess-book/gnuchess-book-1.02-r1.ebuild
+++ b/games-board/gnuchess-book/gnuchess-book-1.02-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/chess/book_${PV}.pgn.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE=""
 RESTRICT="userpriv" # bug #112898
 



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

2017-01-10 Thread Aaron Bauman
commit: 0b3d77cdc0637c2409074cf606e5b7a6b1667dcc
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Jan 10 22:26:56 2017 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jan 10 22:26:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b3d77cd

media-libs/flac: amd64 stable

Package-Manager: portage-2.3.0

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

diff --git a/media-libs/flac/flac-1.3.2.ebuild 
b/media-libs/flac/flac-1.3.2.ebuild
index 5786d31..7cba6fd 100644
--- a/media-libs/flac/flac-1.3.2.ebuild
+++ b/media-libs/flac/flac-1.3.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.xz";
 
 LICENSE="BSD FDL-1.2 GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="altivec +cxx debug ogg cpu_flags_x86_sse static-libs"
 
 RDEPEND="ogg? ( >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] )"



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

2017-01-10 Thread Mike Gilbert
commit: de560673b0254d41cc9ba910df222cf558ceafe3
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jan 10 22:15:58 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jan 10 22:22:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de560673

sys-apps/systemd: fix build with gperf-3.1

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

Package-Manager: Portage-2.3.3_p25, Repoman-2.3.1_p18

 ...eck-for-lz4-in-the-old-and-new-numbering.patch} |  12 +-
 ...dd-check-for-gperf-lookup-function-signat.patch | 302 +
 sys-apps/systemd/systemd-232.ebuild|   3 +-
 3 files changed, 310 insertions(+), 7 deletions(-)

diff --git a/sys-apps/systemd/files/232-lz4-version.patch 
b/sys-apps/systemd/files/232-0001-build-sys-check-for-lz4-in-the-old-and-new-numbering.patch
similarity index 83%
rename from sys-apps/systemd/files/232-lz4-version.patch
rename to 
sys-apps/systemd/files/232-0001-build-sys-check-for-lz4-in-the-old-and-new-numbering.patch
index d99ceda..788f0aa 100644
--- a/sys-apps/systemd/files/232-lz4-version.patch
+++ 
b/sys-apps/systemd/files/232-0001-build-sys-check-for-lz4-in-the-old-and-new-numbering.patch
@@ -1,8 +1,8 @@
-From 3d4cf7de48a74726694abbaa09f9804b845ff3ba Mon Sep 17 00:00:00 2001
+From 63621678f44325b4c48574f9c9d7a3c499d1a608 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= 
 Date: Wed, 23 Nov 2016 10:18:30 -0500
-Subject: [PATCH] build-sys: check for lz4 in the old and new numbering scheme
- (#4717)
+Subject: [PATCH 1/2] build-sys: check for lz4 in the old and new numbering
+ scheme (#4717)
 
 lz4 upstream decided to switch to an incompatible numbering scheme
 (1.7.3 follows 131, to match the so version).
@@ -19,12 +19,12 @@ Fixed #4690.
  1 file changed, 6 insertions(+), 3 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
-index 65eaae1ae..5979de4dc 100644
+index 0b10fc7de..1928e65bd 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -621,10 +621,13 @@ AM_CONDITIONAL(HAVE_BZIP2, [test "$have_bzip2" = "yes"])
+@@ -623,10 +623,13 @@ AM_CONDITIONAL(HAVE_BZIP2, [test "$have_bzip2" = "yes"])
  have_lz4=no
- AC_ARG_ENABLE(lz4, AS_HELP_STRING([--disable-lz4], [disable optional LZ4 
support]))
+ AC_ARG_ENABLE(lz4, AS_HELP_STRING([--disable-lz4], [Disable optional LZ4 
support]))
  AS_IF([test "x$enable_lz4" != "xno"], [
 -PKG_CHECK_MODULES(LZ4, [ liblz4 >= 125 ],
 -   [AC_DEFINE(HAVE_LZ4, 1, [Define in LZ4 is available])

diff --git 
a/sys-apps/systemd/files/232-0002-build-sys-add-check-for-gperf-lookup-function-signat.patch
 
b/sys-apps/systemd/files/232-0002-build-sys-add-check-for-gperf-lookup-function-signat.patch
new file mode 100644
index ..440ec75
--- /dev/null
+++ 
b/sys-apps/systemd/files/232-0002-build-sys-add-check-for-gperf-lookup-function-signat.patch
@@ -0,0 +1,302 @@
+From 016fb3b83b861cfe58694996076a9764dcb46475 Mon Sep 17 00:00:00 2001
+From: Mike Gilbert 
+Date: Tue, 10 Jan 2017 02:39:05 -0500
+Subject: [PATCH 2/2] build-sys: add check for gperf lookup function signature
+ (#5055)
+
+gperf-3.1 generates lookup functions that take a size_t length
+parameter instead of unsigned int. Test for this at configure time.
+
+Fixes: https://github.com/systemd/systemd/issues/5039
+---
+ configure.ac | 22 ++
+ src/basic/af-list.c  |  2 +-
+ src/basic/arphrd-list.c  |  2 +-
+ src/basic/cap-list.c |  2 +-
+ src/basic/errno-list.c   |  2 +-
+ src/core/load-fragment.h |  2 +-
+ src/journal/journald-server.h|  2 +-
+ src/login/logind.h   |  2 +-
+ src/network/networkd-conf.h  |  2 +-
+ src/network/networkd-netdev.h|  2 +-
+ src/network/networkd-network.h   |  2 +-
+ src/nspawn/nspawn-settings.h |  2 +-
+ src/resolve/dns-type.c   |  2 +-
+ src/resolve/resolved-conf.h  |  2 +-
+ src/test/test-af-list.c  |  2 +-
+ src/test/test-arphrd-list.c  |  2 +-
+ src/timesync/timesyncd-conf.h|  2 +-
+ src/udev/net/link-config.h   |  2 +-
+ src/udev/udev-builtin-keyboard.c |  2 +-
+ 19 files changed, 40 insertions(+), 18 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 1928e65bd..5c639e32d 100644
+--- a/configure.ac
 b/configure.ac
+@@ -258,6 +258,28 @@ AC_CHECK_SIZEOF(rlim_t,,[
+#include 
+ ])
+ 
++GPERF_TEST="$(echo foo,bar | ${GPERF} -L ANSI-C)"
++
++AC_COMPILE_IFELSE(
++[AC_LANG_PROGRAM([
++#include 
++const char * in_word_set(const char *, size_t);
++$GPERF_TEST]
++)],
++[GPERF_LEN_TYPE=size_t],
++[AC_COMPILE_IFELSE(
++[AC_LANG_PROGRAM([
++#include 
++const char * in_word_set(const char *, unsigned);
++$GPERF_TEST]
++)],
++[GPERF_LEN_TYPE=unsigned],
++[AC_MSG_ERROR([** unable to determine gpe

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

2017-01-10 Thread Mike Gilbert
commit: 3d7877a1dd3ca5653b81a3105fcdb73db6e3dbaa
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jan 10 22:16:58 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jan 10 22:22:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d7877a1

sys-apps/systemd: depend on =dev-util/intltool-0.50
>=sys-apps/coreutils-8.16
>=sys-devel/binutils-2.23.1



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

2017-01-10 Thread Mike Gilbert
commit: af7ef4577540518eb2849449d38036c222e9bc2e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jan 10 22:22:20 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jan 10 22:22:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af7ef457

sys-apps/systemd: remove old

Package-Manager: Portage-2.3.3_p25, Repoman-2.3.1_p18

 sys-apps/systemd/Manifest  |   1 -
 ...k-for-__BYTE_ORDER-__BIG_ENDIAN-when-chec.patch | 116 --
 ...icitly-include-endian.h-wherever-we-want-.patch |  53 ---
 ...e-MD-from-block-device-ownership-event-lo.patch |  54 ---
 sys-apps/systemd/files/216-lz4-build.patch |  19 -
 .../systemd/files/216-tmpfiles-setup-dev.patch |  21 -
 .../systemd/files/217-systemd-consoled.service.in  |  15 -
 sys-apps/systemd/files/218-noclean-tmp.patch   |  28 --
 .../224-0001-networkd-fix-neworkd-crash.patch  |  28 --
 ...e-getxpid-syscall-on-alpha-for-raw_getpid.patch |  30 --
 sys-apps/systemd/files/229-sysmacros.patch |  79 
 sys-apps/systemd/files/compile-unifont.py  | 119 --
 sys-apps/systemd/files/linux-headers-if.h.patch|  34 --
 sys-apps/systemd/metadata.xml  |   2 -
 sys-apps/systemd/systemd-218-r5.ebuild | 463 -
 15 files changed, 1062 deletions(-)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index 2a3528a..7d29069 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -1,4 +1,3 @@
-DIST systemd-218.tar.xz 3782276 SHA256 
1b0768b53b6c6d813a93a4b8fe1f80cf53561b09075010a97c7aa08eee3fd59b SHA512 
c183cce8532ccb4716b84587c96a626eea390202a5469b9d89c8cee7f703e40d7c584e05f29501d375b8cd2a1409d011de564df16f54e27f66b3c3007a6e5bd4
 WHIRLPOOL 
4d0bcf3ddfecd3354d9f4ab13851f8da6baf31e89e64d3b1ac671159f16f23597d88cc2525aece2f867c140fc97e80bce086a5af91f84b8095e2503c13995e6d
 DIST systemd-226.tar.gz 3914162 SHA256 
baff6a938c5579769330d0224280bf1a1ff5920151d7201545fc9880b6326c67 SHA512 
565331661e7d144dcdf1505f9a1a70b20a9b904567478593a8fa47ed18f9eb68a9339cf32f117ede994676a84d0cfe3fcedbc9b8d8c964445b741a32271e5584
 WHIRLPOOL 
9f0d7b761ad84f0bb557a22738d7fcc1b6515340db776790d9199401017747a62c24de214300c1f00fb33f86284f3498cadbece713d6e66a30903475f6bce273
 DIST systemd-231-man.tar.gz 29466 SHA256 
aecf91c1e1791d026b82360d55b4783f8d281c6e80bfe9d6bbf0bac633e4 SHA512 
6c359f88da3e5dc01745f7255c021aafe495d9ca16c74277cbcfa05a6903093ec2c4746a34504d04f2aff464eeaa5518519577c831a08f4336552c6b6e05fdfd
 WHIRLPOOL 
55371b404bfc945abc38d4cef5c555223abbee0993d56b506c896a851ba9ce283f0a020fe24ea273d3674f8a9dbe79b843d32eed93a59b2597b7bad113fbc3e1
 DIST systemd-231.tar.gz 4381464 SHA256 
899733ad6c157cedbb89aec4efe3bc824dcfd65a1d6f6bebc7b043f7924e39b4 SHA512 
199fa33a0494d1d15f7fe3c796fe14913ad386766571d4d3fbb1cb1c446e04f6d06a965213be4c594a7183e810fc2fd4804fe14f64f21b0a1278b717889811c6
 WHIRLPOOL 
7779291e9fb9873cb1773b8583cf6d4b7dec837363ea89c4a73c1e397a76752b66f8b57d8fc4d9cef768cc1855b5e325ad88a8a69eb5380aa924e0a6dead41b1

diff --git 
a/sys-apps/systemd/files/215-0001-always-check-for-__BYTE_ORDER-__BIG_ENDIAN-when-chec.patch
 
b/sys-apps/systemd/files/215-0001-always-check-for-__BYTE_ORDER-__BIG_ENDIAN-when-chec.patch
deleted file mode 100644
index b29c10d..
--- 
a/sys-apps/systemd/files/215-0001-always-check-for-__BYTE_ORDER-__BIG_ENDIAN-when-chec.patch
+++ /dev/null
@@ -1,116 +0,0 @@
-From 28f6bb18cdea297164763db94e2366ca4857c9c7 Mon Sep 17 00:00:00 2001
-From: Lennart Poettering 
-Date: Fri, 11 Jul 2014 15:56:16 +0200
-Subject: [PATCH 1/2] always check for __BYTE_ORDER == __BIG_ENDIAN when
- checking for endianess
-
-Let's always stick to glibc's way to determine byte order, and not mix
-autoconf-specific checks with gcc checks.

- src/shared/architecture.h | 12 ++--
- src/shared/gpt.h  |  4 ++--
- src/shared/time-dst.c |  6 +++---
- 3 files changed, 11 insertions(+), 11 deletions(-)
-
-diff --git a/src/shared/architecture.h b/src/shared/architecture.h
-index 4821d5d..58e97e5 100644
 a/src/shared/architecture.h
-+++ b/src/shared/architecture.h
-@@ -80,7 +80,7 @@ Architecture uname_architecture(void);
- #  define native_architecture() ARCHITECTURE_X86
- #  define LIB_ARCH_TUPLE "i386-linux-gnu"
- #elif defined(__powerpc64__)
--#  if defined(WORDS_BIGENDIAN)
-+#  if __BYTE_ORDER == __BIG_ENDIAN
- #define native_architecture() ARCHITECTURE_PPC64
- #define LIB_ARCH_TUPLE "ppc64-linux-gnu"
- #  else
-@@ -88,7 +88,7 @@ Architecture uname_architecture(void);
- #error "Missing LIB_ARCH_TUPLE for PPC64LE"
- #  endif
- #elif defined(__powerpc__)
--#  if defined(WORDS_BIGENDIAN)
-+#  if __BYTE_ORDER == __BIG_ENDIAN
- #define native_architecture() ARCHITECTURE_PPC
- #define LIB_ARCH_TUPLE "powerpc-linux-gnu"
- #  else
-@@ -117,7 +117,7 @@ Architecture uname_architecture(void);
- #  define native_architecture() ARCHITECTURE_SPARC
- #  define LIB_ARCH_TUPLE "sparc-lin

[gentoo-commits] repo/gentoo:master commit in: www-apache/mod_gnutls/

2017-01-10 Thread Lars Wendler
commit: 6cc8cc5c73b4de57065360103093f0385766a0d2
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jan 10 22:06:02 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jan 10 22:06:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc8cc5c

www-apache/mod_gnutls: Bump to version 0.8.2

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-apache/mod_gnutls/Manifest|  1 +
 www-apache/mod_gnutls/mod_gnutls-0.8.2.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/www-apache/mod_gnutls/Manifest b/www-apache/mod_gnutls/Manifest
index 3a90c8f..be77bf1 100644
--- a/www-apache/mod_gnutls/Manifest
+++ b/www-apache/mod_gnutls/Manifest
@@ -2,3 +2,4 @@ DIST mod_gnutls-0.5.10.tar.bz2 245958 SHA256 
469fea5f2f422c459b4153c1b959d5d6256
 DIST mod_gnutls-0.7.3.tar.bz2 337630 SHA256 
fb1cd05320891e560abab52f0fffed84af7afd3f7220c7cc1fa6ae6eadc9ea35 SHA512 
f7b2aa570072bb9fd7ca31ccb48cb8c741da76a80a9518ab2fc2e2737b3bbbea6e74800c67a635f1eb141c5dbd14d1397bbbd81bf51828c2b4e034f771ce3a6b
 WHIRLPOOL 
677bcc82d8f386ad056fdb49a3d0354717d4f31695983446f331f9e2dd203f5814dff3f2742264bd811ed747ff2a0a27183be11ef2a253085953e6b213c70adc
 DIST mod_gnutls-0.7.5.tar.bz2 361708 SHA256 
7187edb7854eaed5a69659e4ec1dc2220513fa54f452f51b4bc664798fb0f692 SHA512 
ba9333d21c54fa9b1ff846001e91b8293996f3c4d38aa5c485d88168eb40ae606015cfde5b9849f928a15035dd8bb84a388c5b16e3b7df61c71c3a3508781017
 WHIRLPOOL 
d2a20a3dfa69b48b31be300fe463e3e9ef67bcd1090c7feaa8bd3c598c9fdc20ec4a598ccdf5e8b47e8c2ec67f378d278759d0f0d87003d009cdb78e5268e946
 DIST mod_gnutls-0.8.1.tar.bz2 415478 SHA256 
5cd6d9c167763d92d9fd76ea606cbca0802eba4ac75c87022906464234ce904c SHA512 
31bbc0676957993bf1b33b5db9160aad4b012c268548952f5fa79d8b165620399f1b0a250db487d4d9d88272cb4a2e70d424950e3ebfbdccaf405640223d7630
 WHIRLPOOL 
b8cc52dffa3d35a94954dda8b5a141a0d864afcd5a6f20839cb4839a080fbdcfaf0b3bc4e21565dc2be04d911eb1de1689c68ab088401d561962e0c1c343ce57
+DIST mod_gnutls-0.8.2.tar.bz2 415903 SHA256 
05eeb78e41f1fd6780607a17d705b1965ce5c3ce6223a9a8a86ba9288d22e683 SHA512 
b1690aeee4f6d104e4b6a7bd443e289204630b33e00b7b145b11291d8819b5c3d5bd52b535746b8ebdfee7a5f34df527243b743b8c5d716b1d0617e319d43f4d
 WHIRLPOOL 
f3b57579bbdfea5ed845df8bd551f7b03b3f49f1b22ede1ff5c1b1b7c7fd1eeea0a55f0fb7ffe4a91cb9d5bce60f7e2e47d586f2f58057b18cf950eee24b1fbb

diff --git a/www-apache/mod_gnutls/mod_gnutls-0.8.2.ebuild 
b/www-apache/mod_gnutls/mod_gnutls-0.8.2.ebuild
new file mode 100644
index ..54201f9
--- /dev/null
+++ b/www-apache/mod_gnutls/mod_gnutls-0.8.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit apache-module autotools eutils
+
+DESCRIPTION="mod_gnutls uses GnuTLS to provide SSL/TLS encryption for Apache2, 
similarly to mod_ssl"
+HOMEPAGE="https://mod.gnutls.org/";
+SRC_URI="https://mod.gnutls.org/downloads/${P}.tar.bz2";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+CDEPEND=">=net-libs/gnutls-3.4.0:="
+DEPEND="${CDEPEND}
+   test? ( app-crypt/monkeysphere )"
+RDEPEND="${CDEPEND}"
+
+need_apache2_4
+
+# Fails because gpg-agent cannot be accessed
+RESTRICT="test"
+
+APACHE2_MOD_CONF="47_${PN}"
+APACHE2_MOD_DEFINE="GNUTLS"
+
+DOCFILES="CHANGELOG NOTICE README"
+
+need_apache2
+
+src_prepare() {
+   epatch_user
+   eautoreconf
+}
+
+src_configure() {
+   econf --with-apxs="${APXS}"
+}
+
+src_compile() {
+   emake
+}
+
+src_install() {
+   keepdir /var/cache/${PN}
+   apache-module_src_install
+}
+
+src_test() {
+   emake -j1 check
+}



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

2017-01-10 Thread Christoph Junghans
commit: fad32da6e4cb95d4b391d53e3483bf612bb4f028
Author: Christoph Junghans  gentoo  org>
AuthorDate: Tue Jan 10 21:55:35 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Tue Jan 10 21:56:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fad32da6

dev-libs/pegtl: install missing header

Found from testing quinoacomputing/quinoa#94

Package-Manager: Portage-2.3.0, Repoman-2.3.1

 dev-libs/pegtl/{pegtl-1.3.1.ebuild => pegtl-1.3.1-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/pegtl/pegtl-1.3.1.ebuild 
b/dev-libs/pegtl/pegtl-1.3.1-r1.ebuild
similarity index 89%
rename from dev-libs/pegtl/pegtl-1.3.1.ebuild
rename to dev-libs/pegtl/pegtl-1.3.1-r1.ebuild
index bc30be5..699377d 100644
--- a/dev-libs/pegtl/pegtl-1.3.1.ebuild
+++ b/dev-libs/pegtl/pegtl-1.3.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -31,5 +31,5 @@ src_test() {
 src_install() {
dodoc README.md
insinto /usr/include
-   doins -r pegtl
+   doins -r pegtl pegtl.hh
 }



[gentoo-commits] proj/livecd-tools:master commit in: /

2017-01-10 Thread Brian Evans
commit: 4f58d313e461b9e9b38d3f6cae7ec5d5a0656cac
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Nov  4 13:27:55 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Nov  4 13:59:03 2016 +
URL:https://gitweb.gentoo.org/proj/livecd-tools.git/commit/?id=4f58d313

net-setup: add WPA{,2}-PSK setup option

 net-setup | 44 
 1 file changed, 40 insertions(+), 4 deletions(-)

diff --git a/net-setup b/net-setup
index 78625f7..d47628b 100755
--- a/net-setup
+++ b/net-setup
@@ -188,6 +188,24 @@ config_wireless() {
fi
 }
 
+config_wpa() {
+   cd /tmp/setup.opts
+   dialog --visit-items --title "SSID" \
+   --inputbox "Please enter your SSID" \
+   20 50 2> ${iface}.SSID
+   SSID=$(tail -n 1 ${iface}.SSID)
+   dialog --visit-items --title "WPA(2)-PSK" \
+   --inputbox "Please enter your WPA Preshared key in ASCII form.  
This should be between 8 and 63 characters" \
+   20 50 2> ${iface}.WPAKEY
+   WPA_KEY=$(tail -n 1 ${iface}.WPAKEY)
+   if [ -n "${WPA_KEY}" ]
+   then
+   mkdir -p /etc/wpa_supplicant
+   wpa_passphrase "${SSID}" "${WPA_KEY}" > 
/etc/wpa_supplicant/wpa_supplicant.conf
+   wpa_supplicant -B -i${iface} -c 
/etc/wpa_supplicant/wpa_supplicant.conf -Dnl80211,wext
+   fi
+}
+
 config_ip() {
cd /tmp/setup.opts
dialog --visit-items --title "TCP/IP setup" \
@@ -310,10 +328,22 @@ write_wireless_conf() {
fi
 }
 
+write_wpa_conf() {
+   cd /tmp/setup.opts
+   SSID=$(tail -n 1 ${iface}.SSID)
+   if [ -n "${SSID}" ]
+   then
+   echo "" >> /etc/conf.d/net
+   echo "# This wireless configuration file was built by 
net-setup" > /etc/conf.d/net
+   echo "modules_${iface}=\"wpa_supplicant\"" >> /etc/conf.d/net
+   echo "wpa_supplicant_${iface}=\"-Dnl80211,wext\"" >> 
/etc/conf.d/net
+   fi
+}
+
 write_net_conf() {
cd /tmp/setup.opts
-   echo "" > /etc/conf.d/net
-   echo "# This network configuration was written by net-setup" > 
/etc/conf.d/net
+   echo "" >> /etc/conf.d/net
+   echo "# This network configuration was written by net-setup" >> 
/etc/conf.d/net
DHCP=$(tail -n 1 ${iface}.DHCP)
case ${DHCP} in
1)
@@ -367,16 +397,22 @@ done
 
 dialog --visit-items --title "Network setup" \
--menu "This script is designed to setup both wired and wireless 
network settings.  All questions below apply to the ${iface} interface only.  
Choose one option:" \
-   20 60 7 1 "My network is wireless" 2 "My network is wired" 2> 
${iface}.WIRED_WIRELESS
+   20 60 7 1 "My network is wired" 2 "My network is wireless (Open/WEP)" \
+   3 "My network is wireless (WPA-PSK/WPA2-PSK)" 2> ${iface}.WIRED_WIRELESS
 WIRED_WIRELESS=$(tail -n 1 ${iface}.WIRED_WIRELESS)
 case ${WIRED_WIRELESS} in
1)
+   config_ip
+   ;;
+   2)
config_wireless
config_ip
write_wireless_conf
;;
-   2)
+   3)
+   config_wpa
config_ip
+   write_wpa_conf
;;
 esac
 write_net_conf



[gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxxabi/

2017-01-10 Thread Michał Górny
commit: 561ef237a7d5ce7146e9ce504dd9bff372894158
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 10 21:45:32 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 10 21:50:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=561ef237

sys-libs/libcxxabi: Update to use LIBCXXABI_INCLUDE_TESTS

 sys-libs/libcxxabi/libcxxabi-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libcxxabi/libcxxabi-.ebuild 
b/sys-libs/libcxxabi/libcxxabi-.ebuild
index eb08cf9..2ed3326 100644
--- a/sys-libs/libcxxabi/libcxxabi-.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-.ebuild
@@ -65,7 +65,7 @@ multilib_src_configure() {
-DLIBCXXABI_ENABLE_SHARED=ON
-DLIBCXXABI_ENABLE_STATIC=$(usex static-libs)
-DLIBCXXABI_USE_LLVM_UNWINDER=$(usex libunwind)
-   -DLLVM_INCLUDE_TESTS=$(usex test)
+   -DLIBCXXABI_INCLUDE_TESTS=$(usex test)
 
-DLIBCXXABI_LIBCXX_INCLUDES="${WORKDIR}"/libcxx/include
# upstream is omitting standard search path for this



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

2017-01-10 Thread Tobias Klausmann
commit: 606860e54693282dd20fdac8aa692bd7500ecd49
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Jan 10 21:04:11 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Jan 10 21:04:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=606860e5

dev-python/imagesize-0.7.1-r0: keyworded for ~alpha

Gentoo-Bug: 605278

 dev-python/imagesize/imagesize-0.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/imagesize/imagesize-0.7.1.ebuild 
b/dev-python/imagesize/imagesize-0.7.1.ebuild
index fe16853..8a6edfa 100644
--- a/dev-python/imagesize/imagesize-0.7.1.ebuild
+++ b/dev-python/imagesize/imagesize-0.7.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://pypi.python.org/packages/53/72/6c6f1e787d9cab2cc733cf042f125abe
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~x86"
 IUSE="test"
 
 DEPEND="dev-python/setuptools"



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

2017-01-10 Thread Tobias Klausmann
commit: 29df45b5dbad07fb5fa60b5e3c791f08d5631956
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Jan 10 21:04:03 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Jan 10 21:04:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29df45b5

dev-python/whoosh-2.7.4-r0: keyworded for ~alpha

Gentoo-Bug: 605280

 dev-python/whoosh/whoosh-2.7.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/whoosh/whoosh-2.7.4.ebuild 
b/dev-python/whoosh/whoosh-2.7.4.ebuild
index 1e72997..a508d74 100644
--- a/dev-python/whoosh/whoosh-2.7.4.ebuild
+++ b/dev-python/whoosh/whoosh-2.7.4.ebuild
@@ -20,7 +20,7 @@ DEPEND="app-arch/unzip
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~x86"
 IUSE="doc test"
 
 S="${WORKDIR}/${MY_PN}-${PV}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/composer/

2017-01-10 Thread Michael Orlitzky
commit: 5fd3b058d5d8f39baebfcf56df2a9d01ce48921e
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Jan 10 20:31:54 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Jan 10 20:32:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd3b058

dev-php/composer: add a comment about installing the LICENSE file.

Package-Manager: portage-2.3.0

 dev-php/composer/composer-1.3.1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-php/composer/composer-1.3.1.ebuild 
b/dev-php/composer/composer-1.3.1.ebuild
index c541445..f4a72d9 100644
--- a/dev-php/composer/composer-1.3.1.ebuild
+++ b/dev-php/composer/composer-1.3.1.ebuild
@@ -34,6 +34,9 @@ PATCHES=(
 
 src_install() {
insinto "/usr/share/php/Composer/Composer"
+
+   # Composer expects the LICENSE file to be there, and the
+   # easiest thing to do is to give it what it wants.
doins -r src/Composer/. res LICENSE "${FILESDIR}"/autoload.php
dobin bin/composer
dodoc README.md



[gentoo-commits] repo/gentoo:master commit in: dev-php/composer/

2017-01-10 Thread Michael Orlitzky
commit: f316b7e3613ac2d85b7001bdd87b3720a73ee686
Author: Tomas Mozes  sygic  com>
AuthorDate: Tue Jan 10 14:06:26 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Jan 10 20:32:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f316b7e3

dev-php/composer: bump to 1.3.1

Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-php/composer/Manifest  |  1 +
 dev-php/composer/composer-1.3.1.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-php/composer/Manifest b/dev-php/composer/Manifest
index 0aed231..2992ab5 100644
--- a/dev-php/composer/Manifest
+++ b/dev-php/composer/Manifest
@@ -1 +1,2 @@
 DIST composer-1.2.4.tar.gz 1071560 SHA256 
010082104d44c9562325d7419520d19f7eb86606e89dd99346aa94370d99a5e1 SHA512 
006c025045034903ba3998902013e95214c740ff662582a94cb70cca3711253e9e41423c238c4a58812b158697b3899e88fa940b6a34fb11c3bf7a8f5b038718
 WHIRLPOOL 
a029e2849766c721f247d6947041afc3071b782867c593cdc3d82fa475d18c2343b128ae3389d99544d695a9b21ecedc34138106d71854978160fff4ba820cf3
+DIST composer-1.3.1.tar.gz 1081862 SHA256 
af40d800c8120c802f80c28cbd80824212111e62e3ef8b96a73ae639cff8f620 SHA512 
3b8c4c708cd3b88b49574c691605ef42c2c083b300f910be3b897350c9c35d9f923f47cbcfa64e19d89c28079f0631350f30db747d89808183d20cb779895afb
 WHIRLPOOL 
6545c1f38e11e4233c4ee6f257a8e0c090c2de2981ea9e00a7de54fe3d4337aaa16e1e873da7db2009ad355e3c6da4d7eb12eec81992233840b26bc2b1a0f373

diff --git a/dev-php/composer/composer-1.3.1.ebuild 
b/dev-php/composer/composer-1.3.1.ebuild
new file mode 100644
index ..c541445
--- /dev/null
+++ b/dev-php/composer/composer-1.3.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Dependency Manager for PHP"
+HOMEPAGE="https://github.com/composer/composer";
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-lang/php:*[curl]
+   >=dev-php/ca-bundle-1.0.0
+   >=dev-php/cli-prompt-1.0.0
+   >=dev-php/psr-log-1.0.2
+   dev-php/fedora-autoloader
+   >=dev-php/json-schema-2.0.0
+   >=dev-php/jsonlint-1.4.0
+   >=dev-php/phar-utils-1.0.0
+   >=dev-php/semver-1.0.0
+   >=dev-php/spdx-licenses-1.0.0
+   >=dev-php/symfony-console-2.7.9
+   >=dev-php/symfony-filesystem-2.7.20
+   >=dev-php/symfony-finder-2.7.20
+   >=dev-php/symfony-process-2.8.12"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-update-paths.patch"
+)
+
+src_install() {
+   insinto "/usr/share/php/Composer/Composer"
+   doins -r src/Composer/. res LICENSE "${FILESDIR}"/autoload.php
+   dobin bin/composer
+   dodoc README.md
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/composer/

2017-01-10 Thread Michael Orlitzky
commit: 0c429740fb298ffa2c40bb54736cfcd49c7adf46
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Jan 10 20:30:22 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Jan 10 20:32:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c429740

dev-php/composer: remove old version 1.2.4.

Package-Manager: portage-2.3.0

 dev-php/composer/Manifest  |  1 -
 dev-php/composer/composer-1.2.4.ebuild | 40 --
 2 files changed, 41 deletions(-)

diff --git a/dev-php/composer/Manifest b/dev-php/composer/Manifest
index 2992ab5..623786d 100644
--- a/dev-php/composer/Manifest
+++ b/dev-php/composer/Manifest
@@ -1,2 +1 @@
-DIST composer-1.2.4.tar.gz 1071560 SHA256 
010082104d44c9562325d7419520d19f7eb86606e89dd99346aa94370d99a5e1 SHA512 
006c025045034903ba3998902013e95214c740ff662582a94cb70cca3711253e9e41423c238c4a58812b158697b3899e88fa940b6a34fb11c3bf7a8f5b038718
 WHIRLPOOL 
a029e2849766c721f247d6947041afc3071b782867c593cdc3d82fa475d18c2343b128ae3389d99544d695a9b21ecedc34138106d71854978160fff4ba820cf3
 DIST composer-1.3.1.tar.gz 1081862 SHA256 
af40d800c8120c802f80c28cbd80824212111e62e3ef8b96a73ae639cff8f620 SHA512 
3b8c4c708cd3b88b49574c691605ef42c2c083b300f910be3b897350c9c35d9f923f47cbcfa64e19d89c28079f0631350f30db747d89808183d20cb779895afb
 WHIRLPOOL 
6545c1f38e11e4233c4ee6f257a8e0c090c2de2981ea9e00a7de54fe3d4337aaa16e1e873da7db2009ad355e3c6da4d7eb12eec81992233840b26bc2b1a0f373

diff --git a/dev-php/composer/composer-1.2.4.ebuild 
b/dev-php/composer/composer-1.2.4.ebuild
deleted file mode 100644
index a5e2f00..
--- a/dev-php/composer/composer-1.2.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="Dependency Manager for PHP"
-HOMEPAGE="https://github.com/composer/composer";
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-lang/php:*[curl]
-   >=dev-php/ca-bundle-1.0.0
-   >=dev-php/cli-prompt-1.0.0
-   >=dev-php/psr-log-1.0.2
-   dev-php/fedora-autoloader
-   >=dev-php/json-schema-2.0.0
-   >=dev-php/jsonlint-1.4.0
-   >=dev-php/phar-utils-1.0.0
-   >=dev-php/semver-1.0.0
-   >=dev-php/spdx-licenses-1.0.0
-   >=dev-php/symfony-console-2.7.9
-   >=dev-php/symfony-filesystem-2.7.20
-   >=dev-php/symfony-finder-2.7.20
-   >=dev-php/symfony-process-2.8.12"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-update-paths.patch"
-)
-
-src_install() {
-   insinto "/usr/share/php/Composer/Composer"
-   doins -r src/Composer/. res LICENSE "${FILESDIR}"/autoload.php
-   dobin bin/composer
-   dodoc README.md
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/expat/, dev-libs/expat/files/

2017-01-10 Thread Pacho Ramos
commit: ffd57237856bda7b744782f495cd685360165f28
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jan 10 20:15:43 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jan 10 20:15:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffd57237

dev-libs/expat: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/expat/Manifest|   1 -
 dev-libs/expat/expat-2.1.1-r2.ebuild   |  97 ---
 dev-libs/expat/expat-2.1.1-r3.ebuild   |  98 ---
 ...2.1.1-CVE-2012-6702-plus-CVE-2016-5300-v1.patch | 134 
 .../files/expat-2.1.1-CVE-2015-1283-refix.patch|  37 -
 .../files/expat-2.1.1-CVE-2016-0718-v2-2-1.patch   | 755 -
 6 files changed, 1122 deletions(-)

diff --git a/dev-libs/expat/Manifest b/dev-libs/expat/Manifest
index b039f87..d47118d 100644
--- a/dev-libs/expat/Manifest
+++ b/dev-libs/expat/Manifest
@@ -1,2 +1 @@
-DIST expat-2.1.1.tar.bz2 405103 SHA256 
aff584e5a2f759dcfc6d48671e9529f6afe1e30b0cd6a4cec200cbe3f793de67 SHA512 
088e2ef3434f2affd4fc79fe46f0e9826b9b4c3931ddc780cd18892f1cd1e11365169c6807f45916a56bb6abcc627dcd17a23f970be0bf464f048f5be2713628
 WHIRLPOOL 
d003f427e3e80cd335994190495594d35696205196b1755ff90dcc07fd7cc1c4933f37592e54cdae5420cd91ae326c3b928ef8d5f5cfd84224e1069c51b6a9bb
 DIST expat-2.2.0.tar.bz2 414352 SHA256 
d9e50ff2d19b3538bd2127902a89987474e1a4db8e43a66a4d1a712ab9a504ff SHA512 
2be1a6eea87b439374bfacb1fbb8e814fd8a085d5dfd3ca3be69d1af29b5dc93d36cbdec5f6843ca6d5910843c7ffbc498adc2a561b9dcece488edf3c6f8c7c8
 WHIRLPOOL 
b1914e2c23170dabab6fce4fb0eb2511dc8dcde8db986a7cdf6b236d262fb756fb0955cb4c1fc7475a1ad3d9c005b632e42850dcf3af66f4cc87fe4ecfc3cb47

diff --git a/dev-libs/expat/expat-2.1.1-r2.ebuild 
b/dev-libs/expat/expat-2.1.1-r2.ebuild
deleted file mode 100644
index a71db2d..
--- a/dev-libs/expat/expat-2.1.1-r2.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils libtool multilib toolchain-funcs multilib-minimal
-
-DESCRIPTION="Stream-oriented XML parser library"
-HOMEPAGE="http://expat.sourceforge.net/";
-SRC_URI="mirror://sourceforge/expat/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
-IUSE="elibc_FreeBSD examples static-libs unicode"
-RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r6
-   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"
-
-src_prepare() {
-   # https://bugs.gentoo.org/show_bug.cgi?id=583268
-   epatch "${FILESDIR}"/${P}-CVE-2015-1283-refix.patch
-   epatch "${FILESDIR}"/${P}-CVE-2016-0718-v2-2-1.patch
-
-   # https://bugs.gentoo.org/show_bug.cgi?id=577928
-   epatch "${FILESDIR}"/${P}-CVE-2012-6702-plus-CVE-2016-5300-v1.patch
-}
-
-multilib_src_configure() {
-   local myconf="$(use_enable static-libs static)"
-
-   mkdir -p "${BUILD_DIR}"{u,w} || die
-
-   ECONF_SOURCE="${S}" econf ${myconf}
-
-   if use unicode; then
-   pushd "${BUILD_DIR}"u >/dev/null
-   CPPFLAGS="${CPPFLAGS} -DXML_UNICODE" ECONF_SOURCE="${S}" econf 
${myconf}
-   popd >/dev/null
-
-   pushd "${BUILD_DIR}"w >/dev/null
-   CPPFLAGS="${CPPFLAGS} -DXML_UNICODE_WCHAR_T" 
ECONF_SOURCE="${S}" econf ${myconf}
-   popd >/dev/null
-   fi
-}
-
-multilib_src_compile() {
-   emake
-
-   if use unicode; then
-   pushd "${BUILD_DIR}"u >/dev/null
-   emake buildlib LIBRARY=libexpatu.la
-   popd >/dev/null
-
-   pushd "${BUILD_DIR}"w >/dev/null
-   emake buildlib LIBRARY=libexpatw.la
-   popd >/dev/null
-   fi
-}
-
-multilib_src_install() {
-   emake install DESTDIR="${D}"
-
-   if use unicode; then
-   pushd "${BUILD_DIR}"u >/dev/null
-   emake installlib DESTDIR="${D}" LIBRARY=libexpatu.la
-   popd >/dev/null
-
-   pushd "${BUILD_DIR}"w >/dev/null
-   emake installlib DESTDIR="${D}" LIBRARY=libexpatw.la
-   popd >/dev/null
-
-   pushd "${ED}"/usr/$(get_libdir)/pkgconfig >/dev/null
-   cp expat.pc expatu.pc
-   sed -i -e '/^Libs/s:-lexpat:&u:' expatu.pc || die
-   cp expat.pc expatw.pc
-   sed -i -e '/^Libs/s:-lexpat:&w:' expatw.pc || die
-   popd >/dev/null
-   fi
-
-   if multilib_is_native_abi ; then
-   # libgeom in /lib and ifconfig in /sbin require libexpat on 
FreeBSD since
-   # we stripped the libbsdxml copy starting from 
freebsd-lib-8.2-r1
-   use elibc_FreeBSD && gen_usr_ldscript -a expat
-   fi
-}
-
-multilib_src_install_all() {
-   dodoc Changes README
-   dohtml 

[gentoo-commits] repo/gentoo:master commit in: app-office/gnucash/

2017-01-10 Thread Pacho Ramos
commit: 644d25536dc3b237b9a67588d12e568a2a03767b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jan 10 20:11:20 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jan 10 20:13:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=644d2553

app-office/gnucash: Version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-office/gnucash/Manifest |   1 +
 app-office/gnucash/gnucash-2.6.15-r1.ebuild | 109 +++
 app-office/gnucash/gnucash-2.6.15.ebuild| 110 
 3 files changed, 220 insertions(+)

diff --git a/app-office/gnucash/Manifest b/app-office/gnucash/Manifest
index a04c65d..bc08614 100644
--- a/app-office/gnucash/Manifest
+++ b/app-office/gnucash/Manifest
@@ -1 +1,2 @@
 DIST gnucash-2.6.13.tar.bz2 13564015 SHA256 
0fe3c12c849cddee502da07edc8e3db286d32333f4e7cb327bed735f480ee735 SHA512 
daad6d55485de6ce3ca6affe232c51252d853c803734f4737ab2477e7724c42fa2ea764f5fdeea00d956bcbaad338a30fe21c62a578a818d5e8b4f5878f060b5
 WHIRLPOOL 
6f1ed3e9eaf9e80e8131fc48ff5480790a15093f1d2ab9b2c074644feb3c4d5db60315ba9e480f9697c21f0be7908f922ceff51a284632d65eb4fa7bda551e3b
+DIST gnucash-2.6.15.tar.bz2 13406483 SHA256 
1619eb8263439f547dd12afdc0b05b9a50593d5cd3d3e9ee5b05edaec3b6dbae SHA512 
6ec0652565025ac8281152ed64f2f820ecdb17ead5f17738728e094d116e638a08af57a46c0d5b59679f30f142ce372a5f61bd164f68f6b608d09de37cec38c6
 WHIRLPOOL 
a54e7a20bcf8b181d101d70c7b6c0f2c5a6921af50c151239d06c698aad7511b23f787d8dc0f8a32c41b5a2327085df5dbcadb73a35b9d239be2ecddfad1fcf0

diff --git a/app-office/gnucash/gnucash-2.6.15-r1.ebuild 
b/app-office/gnucash/gnucash-2.6.15-r1.ebuild
new file mode 100644
index ..9707d62
--- /dev/null
+++ b/app-office/gnucash/gnucash-2.6.15-r1.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python2_7 )
+
+inherit autotools gnome2 python-single-r1
+
+DESCRIPTION="A personal finance manager"
+HOMEPAGE="http://www.gnucash.org/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="chipcard debug +doc gnome-keyring hbci mysql ofx postgres python quotes 
sqlite"
+
+# FIXME: rdepend on dev-libs/qof when upstream fix their mess (see 
configure.ac)
+# libdbi version requirement for sqlite taken from bug #455134
+RDEPEND="
+   >=dev-libs/glib-2.32.0:2
+   >=dev-libs/popt-1.5
+   >=dev-libs/libxml2-2.5.10:2
+   dev-libs/libxslt
+   >=dev-scheme/guile-2.0.0:12=[deprecated,regex]
+   dev-scheme/guile-www
+   gnome-base/libgnomecanvas
+   >=net-libs/webkit-gtk-1.2:2
+   >=sys-libs/zlib-1.1.4
+   >=x11-libs/gtk+-2.24:2
+   >=x11-libs/goffice-0.7.0:0.8[gnome]
+   x11-libs/pango
+   gnome-keyring? ( >=app-crypt/libsecret-0.18 )
+   ofx? ( >=dev-libs/libofx-0.9.1 )
+   hbci? ( >=net-libs/aqbanking-5[gtk,ofx?]
+   sys-libs/gwenhywfar[gtk]
+   chipcard? ( sys-libs/libchipcard )
+   )
+   python? ( ${PYTHON_DEPS} )
+   quotes? ( dev-perl/Date-Manip
+   >=dev-perl/Finance-Quote-1.11
+   dev-perl/HTML-TableExtract )
+   sqlite? ( >=dev-db/libdbi-0.9.0
+   >=dev-db/libdbi-drivers-0.9.0[sqlite] )
+   postgres? ( dev-db/libdbi dev-db/libdbi-drivers[postgres] )
+   mysql? ( dev-db/libdbi dev-db/libdbi-drivers[mysql] )
+"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   gnome-base/gnome-common
+   sys-devel/libtool
+   virtual/pkgconfig
+"
+PDEPEND="doc? ( >=app-doc/gnucash-docs-2.2.0 )"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   # Skip test that needs some locales to be present
+   sed -i -e '/test_suite_gnc_date/d' src/libqof/qof/test/test-qof.c || die
+
+   # We need to run eautoreconf to prevent linking against system libs,
+   # this can be noticed, for example, when updating an old version
+   # compiled against guile-1.8 to a newer one relying on 2.0
+   # https://bugs.gentoo.org/show_bug.cgi?id=590536#c39
+   # https://bugzilla.gnome.org/show_bug.cgi?id=775634
+   eautoreconf
+
+   gnome2_src_prepare
+}
+
+src_configure() {
+   local myconf
+
+   DOCS="doc/README.OFX doc/README.HBCI"
+
+   if use sqlite || use mysql || use postgres ; then
+   myconf+=" --enable-dbi"
+   else
+   myconf+=" --disable-dbi"
+   fi
+
+   # gtkmm is experimental and shouldn't be enabled, upstream bug #684166
+   gnome2_src_configure \
+   $(use_enable debug) \
+   $(use_enable gnome-keyring password-storage) \
+   $(use_enable ofx) \
+   $(use_enable hbci aqbanking) \
+   $(use_enable python) \
+   --disable-doxygen \
+   --disable-gtkmm \
+   

[gentoo-commits] repo/gentoo:master commit in: app-doc/gnucash-docs/

2017-01-10 Thread Pacho Ramos
commit: 4ed9344c56defe802814d0e9a8d728e15d740c3b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jan 10 20:13:15 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jan 10 20:14:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ed9344c

app-doc/gnucash-docs: Version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-doc/gnucash-docs/Manifest   |  1 +
 app-doc/gnucash-docs/gnucash-docs-2.6.15.ebuild | 31 +
 2 files changed, 32 insertions(+)

diff --git a/app-doc/gnucash-docs/Manifest b/app-doc/gnucash-docs/Manifest
index 42a191f..c8b2ff3 100644
--- a/app-doc/gnucash-docs/Manifest
+++ b/app-doc/gnucash-docs/Manifest
@@ -1 +1,2 @@
 DIST gnucash-docs-2.6.13.tar.gz 79546482 SHA256 
2269344f2d4c1ee2e1cbda8aa90d3ea0a20629eecc27f61a2dc61ed9068e6371 SHA512 
8ec9cdffe8844a28e9ce60ae1a6b49d06f190682861fb725409c0b1ea1385c8fb93611677b82d2f037986d298cae0fe90a28915cc877b00c2e55f84f2177d758
 WHIRLPOOL 
1bd24f967c9c7ad1ce1f5ccc2f4f97bdcade06fd24cc7cca982e7db84e3b2517bb59613bdfa8bd617360822e3e8c9d715ae484947d3f5b2e9f18fe942592ba43
+DIST gnucash-docs-2.6.15.tar.gz 81292273 SHA256 
bd1b903217ca2997fbc0386676305e262e13f26ad504cd71ccf7ef977781526c SHA512 
025fc6df6aa22eb857a956552f46f3810e02ebc39d4f6678124a3523cd934fbaeea831e330305fcc11e69857076c4e6a8477ffeff273785615a4cc55c9757d26
 WHIRLPOOL 
2557e297ec02a2db942ab2c3b145ca02b74526055c944c66b8dcb0279da8c2bf250bb3161fffa7f91e4c6b2e79bd79b8475bc8de7b0d7e220477d52b23dec73b

diff --git a/app-doc/gnucash-docs/gnucash-docs-2.6.15.ebuild 
b/app-doc/gnucash-docs/gnucash-docs-2.6.15.ebuild
new file mode 100644
index ..1ed1d78
--- /dev/null
+++ b/app-doc/gnucash-docs/gnucash-docs-2.6.15.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Documentation package for GnuCash"
+HOMEPAGE="http://www.gnucash.org/";
+SRC_URI="mirror://sourceforge/gnucash/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2 FDL-1.1"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND="!<=app-office/gnucash-2.2.1"
+DEPEND="${RDEPEND}
+   >=dev-libs/libxml2-2.5.10:2
+   dev-libs/libxslt
+   app-text/docbook-xsl-stylesheets
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/rarian
+   test? ( app-text/docbook-xml-dtd:4.4 )
+"
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   has_version dev-java/fop || elog "You need dev-java/fop to generate pdf 
files."
+   has_version gnome-extra/yelp || elog "You need gnome-extra/yelp to view 
the docs."
+}



[gentoo-commits] repo/gentoo:master commit in: app-doc/gnucash-docs/

2017-01-10 Thread Pacho Ramos
commit: e5d49bd9acec8369322cb1ffe5bcea7fec5c9736
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jan 10 20:12:20 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jan 10 20:14:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d49bd9

app-doc/gnucash-docs: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-doc/gnucash-docs/Manifest   |  1 -
 app-doc/gnucash-docs/gnucash-docs-2.6.12.ebuild | 31 -
 2 files changed, 32 deletions(-)

diff --git a/app-doc/gnucash-docs/Manifest b/app-doc/gnucash-docs/Manifest
index a19ee92..42a191f 100644
--- a/app-doc/gnucash-docs/Manifest
+++ b/app-doc/gnucash-docs/Manifest
@@ -1,2 +1 @@
-DIST gnucash-docs-2.6.12.tar.gz 79469496 SHA256 
0e4a7338aee0c5ec50d46a9b5f243a08e82215f079a125d85fc95af823906d04 SHA512 
bb153e11391408d41d63f02ae1d4c1f836099618fa49c31684ac945207a6c0d1fc5eb7df4740bf75acabfe39e778f89c747bf0938e9fee8810cb72a1f88c184a
 WHIRLPOOL 
7c956991801ee8d6c74c49c4174f1cbfe3cc440bf403e86e6a67271d2bfa1ffeb804c185a3706e2a64ed2bde6b187f6ee3f40bcf3f49f0e185cd23d5d891d99f
 DIST gnucash-docs-2.6.13.tar.gz 79546482 SHA256 
2269344f2d4c1ee2e1cbda8aa90d3ea0a20629eecc27f61a2dc61ed9068e6371 SHA512 
8ec9cdffe8844a28e9ce60ae1a6b49d06f190682861fb725409c0b1ea1385c8fb93611677b82d2f037986d298cae0fe90a28915cc877b00c2e55f84f2177d758
 WHIRLPOOL 
1bd24f967c9c7ad1ce1f5ccc2f4f97bdcade06fd24cc7cca982e7db84e3b2517bb59613bdfa8bd617360822e3e8c9d715ae484947d3f5b2e9f18fe942592ba43

diff --git a/app-doc/gnucash-docs/gnucash-docs-2.6.12.ebuild 
b/app-doc/gnucash-docs/gnucash-docs-2.6.12.ebuild
deleted file mode 100644
index 70434d3..
--- a/app-doc/gnucash-docs/gnucash-docs-2.6.12.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="Documentation package for GnuCash"
-HOMEPAGE="http://www.gnucash.org/";
-SRC_URI="mirror://sourceforge/gnucash/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2 FDL-1.1"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="test"
-
-RDEPEND="!<=app-office/gnucash-2.2.1"
-DEPEND="${RDEPEND}
-   >=dev-libs/libxml2-2.5.10:2
-   dev-libs/libxslt
-   app-text/docbook-xsl-stylesheets
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/rarian
-   test? ( app-text/docbook-xml-dtd:4.4 )
-"
-
-pkg_postinst() {
-   gnome2_pkg_postinst
-   has_version dev-java/fop || elog "You need dev-java/fop to generate pdf 
files."
-   has_version gnome-extra/yelp || elog "You need gnome-extra/yelp to view 
the docs."
-}



[gentoo-commits] repo/gentoo:master commit in: app-office/gnucash/

2017-01-10 Thread Pacho Ramos
commit: ce0da2cd38e71d6bf2b670afcbf3cbe94b68f1f3
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jan 10 20:09:37 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jan 10 20:13:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0da2cd

app-office/gnucash: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-office/gnucash/Manifest  |   1 -
 app-office/gnucash/gnucash-2.6.12.ebuild | 112 ---
 2 files changed, 113 deletions(-)

diff --git a/app-office/gnucash/Manifest b/app-office/gnucash/Manifest
index 3d72753..a04c65d 100644
--- a/app-office/gnucash/Manifest
+++ b/app-office/gnucash/Manifest
@@ -1,2 +1 @@
-DIST gnucash-2.6.12.tar.bz2 13549926 SHA256 
371fe9af3ec4b5d6839722b07c9064a51cfe247511edaa6286fc82710f700475 SHA512 
3abf6f27413e087b2d4242772cdae87c9f13c1c952ccc0b79cb262baa0c076ee4fe227458346ece3967d1e1158aa38db3ec5dfb20db27050e4580e7762854993
 WHIRLPOOL 
fd6a0c66e394e1e80fe95630dae930c86d05e18aa89b298d862089802438080ac1997d9edb1d159868efd664f839158edc4eeb99e6484cbb142ca97b6ac94a9d
 DIST gnucash-2.6.13.tar.bz2 13564015 SHA256 
0fe3c12c849cddee502da07edc8e3db286d32333f4e7cb327bed735f480ee735 SHA512 
daad6d55485de6ce3ca6affe232c51252d853c803734f4737ab2477e7724c42fa2ea764f5fdeea00d956bcbaad338a30fe21c62a578a818d5e8b4f5878f060b5
 WHIRLPOOL 
6f1ed3e9eaf9e80e8131fc48ff5480790a15093f1d2ab9b2c074644feb3c4d5db60315ba9e480f9697c21f0be7908f922ceff51a284632d65eb4fa7bda551e3b

diff --git a/app-office/gnucash/gnucash-2.6.12.ebuild 
b/app-office/gnucash/gnucash-2.6.12.ebuild
deleted file mode 100644
index f667e2a..
--- a/app-office/gnucash/gnucash-2.6.12.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="6"
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 python-single-r1
-
-DESCRIPTION="A personal finance manager"
-HOMEPAGE="http://www.gnucash.org/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="chipcard debug +doc gnome-keyring hbci mysql ofx postgres python quotes 
sqlite"
-
-# FIXME: rdepend on dev-libs/qof when upstream fix their mess (see 
configure.ac)
-# libdbi version requirement for sqlite taken from bug #455134
-RDEPEND="
-   >=dev-libs/glib-2.32.0:2
-   >=dev-libs/popt-1.5
-   >=dev-libs/libxml2-2.5.10:2
-   dev-libs/libxslt
-   >=dev-scheme/guile-1.8.3:12[deprecated,regex]
-   dev-scheme/guile-www
-   gnome-base/libgnomecanvas
-   >=net-libs/webkit-gtk-1.2:2
-   >=sys-libs/zlib-1.1.4
-   >=x11-libs/gtk+-2.24:2
-   >=x11-libs/goffice-0.7.0:0.8[gnome]
-   x11-libs/pango
-   gnome-keyring? ( >=app-crypt/libsecret-0.18 )
-   ofx? ( >=dev-libs/libofx-0.9.1 )
-   hbci? ( >=net-libs/aqbanking-5[gtk,ofx?]
-   sys-libs/gwenhywfar[gtk]
-   chipcard? ( sys-libs/libchipcard )
-   )
-   python? ( ${PYTHON_DEPS} )
-   quotes? ( dev-perl/Date-Manip
-   >=dev-perl/Finance-Quote-1.11
-   dev-perl/HTML-TableExtract )
-   sqlite? ( >=dev-db/libdbi-0.9.0
-   >=dev-db/libdbi-drivers-0.9.0[sqlite] )
-   postgres? ( dev-db/libdbi dev-db/libdbi-drivers[postgres] )
-   mysql? ( dev-db/libdbi dev-db/libdbi-drivers[mysql] )
-"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   gnome-base/gnome-common
-   sys-devel/libtool
-   virtual/pkgconfig
-"
-PDEPEND="doc? ( >=app-doc/gnucash-docs-2.2.0 )"
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   # Skip test that needs some locales to be present
-   sed -i -e '/test_suite_gnc_date/d' src/libqof/qof/test/test-qof.c || die
-   gnome2_src_prepare
-}
-
-src_configure() {
-   local myconf
-
-   DOCS="doc/README.OFX doc/README.HBCI"
-
-   if use sqlite || use mysql || use postgres ; then
-   myconf+=" --enable-dbi"
-   else
-   myconf+=" --disable-dbi"
-   fi
-
-   # gtkmm is experimental and shouldn't be enabled, upstream bug #684166
-   gnome2_src_configure \
-   $(use_enable debug) \
-   $(use_enable gnome-keyring password-storage) \
-   $(use_enable ofx) \
-   $(use_enable hbci aqbanking) \
-   $(use_enable python) \
-   --with-guile=1.8 \
-   --disable-doxygen \
-   --disable-gtkmm \
-   --enable-locale-specific-tax \
-   --disable-error-on-warning \
-   ${myconf}
-}
-
-src_test() {
-   GUILE_WARN_DEPRECATED=no \
-   GNC_DOT_DIR="${T}"/.gnucash \
-   emake check
-}
-
-src_install() {
-   # Parallel installation fails from time to time, bug #359123
-   MAKEOPTS="${MAKEOPTS} -j1" gnome2_src_install 
GNC_DOC_INSTALL_DIR=/usr/share/doc/${PF}
-
-   rm -rf 
"${ED}"/u

[gentoo-commits] repo/gentoo:master commit in: media-sound/guayadeque/

2017-01-10 Thread David Seifert
commit: dec65aa1a906d1123628b627031e00ec2c622b33
Author: David Seifert  gentoo  org>
AuthorDate: Tue Jan 10 18:11:48 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Jan 10 19:15:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dec65aa1

media-sound/guayadeque: Version bump to 0.4.3

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3350

 media-sound/guayadeque/Manifest|  1 +
 .../guayadeque/guayadeque-0.4.5_p20170110.ebuild   | 95 ++
 2 files changed, 96 insertions(+)

diff --git a/media-sound/guayadeque/Manifest b/media-sound/guayadeque/Manifest
index 12f8c7a..ad1a493 100644
--- a/media-sound/guayadeque/Manifest
+++ b/media-sound/guayadeque/Manifest
@@ -1 +1,2 @@
 DIST guayadeque-0.3.7.tar.bz2 1620734 SHA256 
d23eb1247add0bef8d5fef834294d7cb3d7c5fc20db9022b86f618a13d359938 SHA512 
7fb15d0454281a9fb436a95b04054812d0758f643ab9a28e6cefc171d5d90ad6de19e0b97384f8304a24e417a53b8655d4d99babf86439f371d719cd4a00e58e
 WHIRLPOOL 
ed6863de7916d484dd8702e3f809b20691157f9ecfa3314e3d3bb2471d5d440f10a9a4bd646c767648be4c612f45d5de03c761c0487b53631bcad8c6a6f40d95
+DIST guayadeque-0.4.5_p20170110.tar.gz 2070855 SHA256 
07d160f74ad38e68bf003b9ba50349282625edbb129d5f4795bd18deac69cd80 SHA512 
57215ba47574fba615b33d72f45279c3726035bea38746f7d927a39866fb3fa8a3fb1dbd13fe672c7daba16a2131fbf4b89afed6a3bf8d9a584e5112d926f518
 WHIRLPOOL 
487d80b9d5dff02d2e5254351505a349b665c40c0af997d75691740bb6965f3718545c427143c930b2f0cb3c4ea7c8f0ad2b2293f269a33c50e99b79a74a6f65

diff --git a/media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild 
b/media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild
new file mode 100644
index ..ebcc044
--- /dev/null
+++ b/media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+WX_GTK_VER=3.0
+
+inherit cmake-utils vcs-snapshot wxwidgets
+
+DESCRIPTION="Music management program designed for all music enthusiasts"
+HOMEPAGE="http://guayadeque.org/";
+SRC_URI="https://github.com/anonbeat/${PN}/archive/9fec4f7b85095fa2d9f8e4d39c0cf5015f7624fa.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ayatana ipod +minimal"
+
+# No test available, Making src_test fail
+RESTRICT="test"
+
+GST_DEPS="
+   media-libs/gnonlin:1.0
+   media-plugins/gst-plugins-libav:1.0
+   media-plugins/gst-plugins-libnice:1.0
+   media-plugins/gst-plugins-pulse:1.0
+   media-plugins/gst-plugins-soup:1.0
+   media-libs/gst-plugins-bad:1.0
+   media-libs/gst-plugins-ugly:1.0
+"
+RDEPEND="
+   dev-db/sqlite:3
+   >=dev-db/wxsqlite3-3.2.1
+   dev-libs/glib:2
+   media-libs/flac
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0
+   media-libs/gstreamer:1.0
+   >=media-libs/taglib-1.6.4
+   net-misc/curl
+   sys-apps/dbus
+   x11-libs/wxGTK:${WX_GTK_VER}[X]
+   ayatana? ( >=dev-libs/libindicate-0.7 )
+   ipod? ( media-libs/libgpod )
+   !minimal? ( ${GST_DEPS} )"
+DEPEND="${RDEPEND}
+   app-arch/unzip
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+# echo $(cat po/CMakeLists.txt | grep ADD_SUBDIRECTORY | sed 
's#ADD_SUBDIRECTORY( \(\w\+\) )#\1#')
+LANGS=( bg ca_ES cs de el es fr hr hu is it ja nb nl pl pt pt_BR ru sk sr 
sr@latin sv th tr uk )
+for l in "${LANGS[@]}"; do
+   IUSE+=" linguas_${l}"
+done
+unset l
+
+pkg_setup() {
+   setup-wxwidgets
+}
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   # remove bundled libs
+   rm -rf src/wx/wxsql* src/wxsqlite3 || die
+
+   # comment out unused languages
+   cd po || die
+   local l
+   for l in "${LANGS[@]}"; do
+   ! use linguas_${l} && cmake_comment_add_subdirectory ${l}
+   done
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_IPOD=$(usex ipod)
+   -DENABLE_LIBINDICATE=$(usex ayatana)
+   )
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   if use minimal; then
+   elog "If you are missing functionalities consider setting 
USE=-minimal"
+   elog "or install any of the following packages:"
+
+   local pkg
+   for pkg in ${GST_DEPS}; do
+   elog "\t ${pkg}"
+   done
+   fi
+}



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

2017-01-10 Thread Lars Wendler
commit: 37737a21e933307a750477aad5036cce9278ff26
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jan 10 18:57:27 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jan 10 19:05:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37737a21

sys-fs/mdadm: Bump to version 4.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-fs/mdadm/Manifest |  2 +
 sys-fs/mdadm/mdadm-4.0.ebuild | 89 +++
 2 files changed, 91 insertions(+)

diff --git a/sys-fs/mdadm/Manifest b/sys-fs/mdadm/Manifest
index e2424a6..82052a8 100644
--- a/sys-fs/mdadm/Manifest
+++ b/sys-fs/mdadm/Manifest
@@ -2,5 +2,7 @@ DIST mdadm-3.2.6.tar.bz2 371525 SHA256 
c44ed3b31238b41cffe67caffaf45067d01e095de
 DIST mdadm-3.3.1.tar.xz 407964 SHA256 
d8c74112cfd77bdc1dbc1291fe8d9243c76d91bfa276fcb95f2a75ca7717ab02 SHA512 
46fc1889e97d2d14b72ac26ee07eb4301467dc4a0e838ba89920253484fcd443749f3afccb3d792f7e468b20021d50dbc29dda7033d9b5a8fbaee664200f1981
 WHIRLPOOL 
ca690bd35ab8ff475694d8f0420cd762704cc1777116edfdc9394973efa0d6decce1721dc1f7c8c84728d7434073cb6ab5161e5518c46aa8b4a7a5547ebb011d
 DIST mdadm-3.3.4.tar.xz 413396 SHA256 
8ae5f45306b873190e91f410709b00e51997b633c072b33f8efd9f7df022ca68 SHA512 
4393e5d3a50ee148cc7503d48e7dda30419ed72a8098eaa9b883ff1ee81e09c66414edbe40d8c80b28d3ae7a7b5e5b11f6a8e14188a1066c19ac08ca89ddbcb6
 WHIRLPOOL 
41a8bcf399a11da82c9a0bdf49a31d8c71aeccfcfe2000edf78fe2933c6bdf6f10f2c5450b0589564a75e3a37195abe2e4c0dbbc42911ca9dda4e2d538618caa
 DIST mdadm-3.4.tar.xz 422704 SHA256 
27d0be4627d38a12ddcd1c1c3721d649d4e89e1093914497e22b57245cda8808 SHA512 
5de06f3a2b8e5346a1e858b15e76f75a13a1d5c5f2032fecc6eb167454b282e12ee111ac2abec778e058ec9554708ac317a476778328546603618e6f70f7
 WHIRLPOOL 
18a5f2ed027b919e2e365cf9ddc1b616bf1fe315d27196a248ce9600622eb86d5ce825f1b38ecf0a1f5dcf21fa59fd7d88856700aea25a721c8efa37e2b34d39
+DIST mdadm-4.0.tar.xz 430780 SHA256 
1d6ae7f24ced3a0fa7b5613b32f4a589bb4881e3946a5a2c3724056254ada3a9 SHA512 
12fb26e6b9c1912698defa406e5e47a7ca8d68d4a9aa7acdc9b463ee2d4a37fc6ecef6beb5395ff619018c3f6bdb6d8c573060d027707540f645ad2265170e8b
 WHIRLPOOL 
6587c7817556fbf47f7624a05d000c3a8396c84fbabe43aa574b649a119f987181b909f4347b93b07a45bf4d6519e1c8a39b1c0245538d64fb0eddd27e3e4054
 DIST mdadm_3.3-2.debian.tar.gz 127889 SHA256 
c38b155e7395b35380d506458d979b82c5b853de996f21ccab50b1202d726301 SHA512 
92e4c403542caba4b9afb870ba803e6bc7ade143b27efdc27e03b3407f322722a635457cce9e8c195a3ecd7cbce66fdebdd6046fc4f36836e56e27d5d838c037
 WHIRLPOOL 
8f8ef1142a79044093a5f55b181dc35a142b83041a59a9b71945aa6fe84cd089a7e1b183ec6b5db210a0d07e94efad0ab3a0d0341fc6cbbbf4da9d0254b5c737
 DIST mdadm_3.3.4-1.1.debian.tar.xz 86312 SHA256 
16dd6b77c14a15afa23e077f0c157c17ef5cc6054b17ccb38cf5af86f7bf55bd SHA512 
ea9b34a9952e1ff836cb931c7eef0ae0c44e3f4d46162c7a7eca24936d6f7168e99d67749b3100bc68ebadc8f256e4833d42da48c531cf71e6e8f3100911828f
 WHIRLPOOL 
44df72008fc89f21a461bc45be230383d906fd0c0ea062327a537024ceff245b47ced301d72d5bfe5a0fcde095e99e14cdf30c614550bce023851e7a6ac0c525
+DIST mdadm_3.4-4.debian.tar.xz 81200 SHA256 
4b09a90aefc2833040ae570cf4ddc34f98a67525636d3c9f2fabf8c13b51e27e SHA512 
86a9edb8f29931fdfa40037d535ca80f0bf59539fe1ef16f2639e666a5ac1bd90ec617ec1635080ae62a02f7986a6e10c97dce5389555ab7d417885f216c0f93
 WHIRLPOOL 
07ab64531da08999b3d351d3747a870cd996b67cc4e2df2c9f8d974d170bc9537bed4aefcf690a2e0a66715549ff046520bd1c559b11736467b3f881681068ed

diff --git a/sys-fs/mdadm/mdadm-4.0.ebuild b/sys-fs/mdadm/mdadm-4.0.ebuild
new file mode 100644
index ..c73a60d
--- /dev/null
+++ b/sys-fs/mdadm/mdadm-4.0.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils flag-o-matic multilib systemd toolchain-funcs udev
+
+DESCRIPTION="A useful tool for running RAID systems - it can be used as a 
replacement for the raidtools"
+HOMEPAGE="http://neil.brown.name/blog/mdadm";
+DEB_PR=4
+SRC_URI="mirror://kernel/linux/utils/raid/mdadm/${P}.tar.xz
+   
mirror://debian/pool/main/m/mdadm/${PN}_3.4-${DEB_PR}.debian.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="static"
+
+DEPEND="virtual/pkgconfig
+   app-arch/xz-utils"
+RDEPEND=">=sys-apps/util-linux-2.16"
+
+# The tests edit values in /proc and run tests on software raid devices.
+# Thus, they shouldn't be run on systems with active software RAID devices.
+RESTRICT="test"
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-3.4-sysmacros.patch #580188
+}
+
+mdadm_emake() {
+   # We should probably make corosync & libdlm into USE flags. #573782
+   emake \
+   PKG_CONFIG="$(tc-getPKG_CONFIG)" \
+   CC="$(tc-getCC)" \
+   CWFLAGS="-Wall" \
+   CXFLAGS="${CFLAGS}" \
+   UDEVDIR="$(get_udevdir)" \
+   SYSTEMD_DIR="$(systemd_get_unitdir)" \

[gentoo-commits] repo/gentoo:master commit in: sys-fs/mdadm/files/, sys-fs/mdadm/

2017-01-10 Thread Lars Wendler
commit: 82299c2b5f256f547f321d1af9385adb0c91bf00
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jan 10 19:02:24 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jan 10 19:05:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82299c2b

sys-fs/mdadm: Removed old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-fs/mdadm/Manifest   |  2 -
 sys-fs/mdadm/files/mdadm-3.2.1-mdassemble.patch | 16 -
 sys-fs/mdadm/files/mdadm-3.2.x-udevdir.patch| 26 
 sys-fs/mdadm/files/mdadm.service| 13 
 sys-fs/mdadm/files/mdadm.tmpfiles.conf  |  1 -
 sys-fs/mdadm/mdadm-3.2.6-r1.ebuild  | 75 --
 sys-fs/mdadm/mdadm-3.3.4.ebuild | 82 -
 7 files changed, 215 deletions(-)

diff --git a/sys-fs/mdadm/Manifest b/sys-fs/mdadm/Manifest
index 82052a8..2e5193d 100644
--- a/sys-fs/mdadm/Manifest
+++ b/sys-fs/mdadm/Manifest
@@ -1,6 +1,4 @@
-DIST mdadm-3.2.6.tar.bz2 371525 SHA256 
c44ed3b31238b41cffe67caffaf45067d01e095de9499ea8a94e22dc6c38 SHA512 
1ebcd4c797cd9f7388f9a27372a19205dc81a4b19adc83e1d6d7cfd4ef18f40a211fddf59ed027a1bf35bd36d4b6795e88e8086c3b022c188ec6e9f68bf1a4ee
 WHIRLPOOL 
61d07512758491326c21bb745ca457a9f3d9215292358d7b4755eb84bb72877058fb239cbffe25c8121caff066aded84e8353b9716e9d4a45d724777f01a6714
 DIST mdadm-3.3.1.tar.xz 407964 SHA256 
d8c74112cfd77bdc1dbc1291fe8d9243c76d91bfa276fcb95f2a75ca7717ab02 SHA512 
46fc1889e97d2d14b72ac26ee07eb4301467dc4a0e838ba89920253484fcd443749f3afccb3d792f7e468b20021d50dbc29dda7033d9b5a8fbaee664200f1981
 WHIRLPOOL 
ca690bd35ab8ff475694d8f0420cd762704cc1777116edfdc9394973efa0d6decce1721dc1f7c8c84728d7434073cb6ab5161e5518c46aa8b4a7a5547ebb011d
-DIST mdadm-3.3.4.tar.xz 413396 SHA256 
8ae5f45306b873190e91f410709b00e51997b633c072b33f8efd9f7df022ca68 SHA512 
4393e5d3a50ee148cc7503d48e7dda30419ed72a8098eaa9b883ff1ee81e09c66414edbe40d8c80b28d3ae7a7b5e5b11f6a8e14188a1066c19ac08ca89ddbcb6
 WHIRLPOOL 
41a8bcf399a11da82c9a0bdf49a31d8c71aeccfcfe2000edf78fe2933c6bdf6f10f2c5450b0589564a75e3a37195abe2e4c0dbbc42911ca9dda4e2d538618caa
 DIST mdadm-3.4.tar.xz 422704 SHA256 
27d0be4627d38a12ddcd1c1c3721d649d4e89e1093914497e22b57245cda8808 SHA512 
5de06f3a2b8e5346a1e858b15e76f75a13a1d5c5f2032fecc6eb167454b282e12ee111ac2abec778e058ec9554708ac317a476778328546603618e6f70f7
 WHIRLPOOL 
18a5f2ed027b919e2e365cf9ddc1b616bf1fe315d27196a248ce9600622eb86d5ce825f1b38ecf0a1f5dcf21fa59fd7d88856700aea25a721c8efa37e2b34d39
 DIST mdadm-4.0.tar.xz 430780 SHA256 
1d6ae7f24ced3a0fa7b5613b32f4a589bb4881e3946a5a2c3724056254ada3a9 SHA512 
12fb26e6b9c1912698defa406e5e47a7ca8d68d4a9aa7acdc9b463ee2d4a37fc6ecef6beb5395ff619018c3f6bdb6d8c573060d027707540f645ad2265170e8b
 WHIRLPOOL 
6587c7817556fbf47f7624a05d000c3a8396c84fbabe43aa574b649a119f987181b909f4347b93b07a45bf4d6519e1c8a39b1c0245538d64fb0eddd27e3e4054
 DIST mdadm_3.3-2.debian.tar.gz 127889 SHA256 
c38b155e7395b35380d506458d979b82c5b853de996f21ccab50b1202d726301 SHA512 
92e4c403542caba4b9afb870ba803e6bc7ade143b27efdc27e03b3407f322722a635457cce9e8c195a3ecd7cbce66fdebdd6046fc4f36836e56e27d5d838c037
 WHIRLPOOL 
8f8ef1142a79044093a5f55b181dc35a142b83041a59a9b71945aa6fe84cd089a7e1b183ec6b5db210a0d07e94efad0ab3a0d0341fc6cbbbf4da9d0254b5c737

diff --git a/sys-fs/mdadm/files/mdadm-3.2.1-mdassemble.patch 
b/sys-fs/mdadm/files/mdadm-3.2.1-mdassemble.patch
deleted file mode 100644
index 6e12dc2..
--- a/sys-fs/mdadm/files/mdadm-3.2.1-mdassemble.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-http://bugs.gentoo.org/211426
-
-make default mdassemble sane
-
 a/Makefile
-+++ b/Makefile
-@@ -181,8 +181,7 @@
-   $(CC) $(CXFLAGS) $(LDFLAGS) -o raid6check raid6check.o $(CHECK_OBJS)
- 
- mdassemble : $(ASSEMBLE_SRCS) $(INCL)
--  rm -f $(OBJS)
--  $(DIET_GCC) $(ASSEMBLE_FLAGS) -o mdassemble $(ASSEMBLE_SRCS)  
$(STATICSRC)
-+  $(CC) $(CFLAGS) $(LDFLAGS) $(ASSEMBLE_FLAGS) -DHAVE_STDINT_H -o 
mdassemble $(ASSEMBLE_SRCS) $(STATICSRC)
- 
- mdassemble.static : $(ASSEMBLE_SRCS) $(INCL)
-   rm -f $(OBJS)

diff --git a/sys-fs/mdadm/files/mdadm-3.2.x-udevdir.patch 
b/sys-fs/mdadm/files/mdadm-3.2.x-udevdir.patch
deleted file mode 100644
index 8bfdcd5..
--- a/sys-fs/mdadm/files/mdadm-3.2.x-udevdir.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-http://bugs.gentoo.org/430900
-
 Makefile
-+++ Makefile
-@@ -97,6 +97,12 @@
- MAN4DIR = $(MANDIR)/man4
- MAN5DIR = $(MANDIR)/man5
- MAN8DIR = $(MANDIR)/man8
-+PKG_CONFIG ?= pkg-config
-+
-+UDEVDIR := $(shell $(PKG_CONFIG) --variable=udevdir udev 2>/dev/null)
-+ifndef UDEVDIR
-+  UDEVDIR = lib/udev
-+endif
- 
- OBJS =  mdadm.o config.o policy.o mdstat.o  ReadMe.o util.o maps.o lib.o \
-   Manage.o Assemble.o Build.o \
-@@ -254,7 +260,7 @@
-   $(INSTALL) -D -m 644 mdadm.conf.5 $(DESTDIR)$(MAN5DIR)/mdadm.conf.5
- 
- install-udev: udev-md-raid.rules
--  $(INSTALL) -D -m 644 udev-md-raid.rules 
$(DESTDIR)/lib/udev/rules.d/64-md-raid.rules
-+  

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

2017-01-10 Thread Lars Wendler
commit: fdbf882a37efac12ad14ed649303d7d6ad85d7d4
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jan 10 18:47:14 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jan 10 19:05:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdbf882a

sys-apps/ed: Bump to version 1.14.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/ed/Manifest |  1 +
 sys-apps/ed/ed-1.14.1.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/sys-apps/ed/Manifest b/sys-apps/ed/Manifest
index 7136dbe..72091e6 100644
--- a/sys-apps/ed/Manifest
+++ b/sys-apps/ed/Manifest
@@ -1,3 +1,4 @@
 DIST ed-1.10.tar.lz 63717 SHA256 
9540092c12309b2f4a294fdb8f5bd25f1ad5906a627518486e7733576a637e9a SHA512 
b9c59de852609930d2a872f3d9af9ac12be8e80f3d2af49e3626cd909ba46ed4a4260844c636562cd479c5529a116055705260327f61304d8eaf88db6a60059a
 WHIRLPOOL 
7130abba638202e06e078b9e60c9f83e6216fc0cd73891df08eda4a06044b9783a8f974b70dfb8452bdbc7c090bea3776c45b743e7a05bf9988197b51de729d8
 DIST ed-1.13.tar.gz 87984 SHA256 
f9e2a8c95dff14fab315680966ad3037afecdf089c2d0c281e267bf1ae836b0f SHA512 
003b4e1015b3c9eb831c805b3bb1072f2e6da02c351770ddae69b438b6e9124b06cb9e30d9a0036dd1fc6a1f7d27fbe84f7e86ac5073ef403bd5958111986f5c
 WHIRLPOOL 
813402266604578fb158801de897133069a0244b228ee613148018a540b2b73878f65c67d3e198b19683094decfa4ce89d81a39c993cc0ee393cc05ab7c8925e
+DIST ed-1.14.1.tar.gz 91622 SHA256 
03385687959d8aed17c94af613fbcf31071030e6c5232978f61fa87a93af44c0 SHA512 
a9a92f759cd4edcf12b11dc48df29dedb82b2cc58edd7a15dd3834009ba5aa5d60dbf05ba13573ccc09a24ee417136bc23e4d95fc7bf9fd22c9d046d4ba213d7
 WHIRLPOOL 
24ca395213743bce7bfbfca2d31834c9801a2075ea7db40e40d4c89034371cbb93141aa2f998ecfd071a19102d86aafb367c060db289a95ae2b2ef99128aa37b
 DIST ed-1.14.tar.gz 91576 SHA256 
705b5fc81e1d196d508c6a3a76896c9eb979807b508816103f53529c2b537671 SHA512 
1f96e6d6e823b591593db01b2aa853d3b0cce26a7f74e39b326fd5a83f8788b81338028f5e1c0eb558d51ffac21e3a842435fe50bd6d29ed00e0d8996570631a
 WHIRLPOOL 
f3b8a475b822812cf4d4892831103c37bc5ec0bb609ffb2db1857f6e3fe4aa101cf30e175a5dbcf0e34873cb0f1e7594d5b162416aaed16f10d372084fe6932e

diff --git a/sys-apps/ed/ed-1.14.1.ebuild b/sys-apps/ed/ed-1.14.1.ebuild
new file mode 100644
index ..4aef3ce
--- /dev/null
+++ b/sys-apps/ed/ed-1.14.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit toolchain-funcs
+
+DESCRIPTION="Your basic line editor"
+HOMEPAGE="https://www.gnu.org/software/ed/";
+#SRC_URI="mirror://gnu/ed/${P}.tar.lz"
+# Using gzip instead -- the filesize diff is small and lzip uncommon #545344
+SRC_URI="http://fossies.org/linux/privat/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND="sys-apps/texinfo"
+RDEPEND=""
+
+src_configure() {
+   # Upstream configure script is moronic.
+   econf \
+   CC="$(tc-getCC)" \
+   CFLAGS="${CFLAGS}" \
+   LDFLAGS="${CFLAGS} ${LDFLAGS}" \
+   CPPFLAGS="${CPPFLAGS}" \
+   --bindir="${EPREFIX}/bin"
+}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/ktorrent/files/, net-p2p/ktorrent/

2017-01-10 Thread Johannes Huber
commit: 80054c028619878721c171a81444bb515fb34192
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 10 18:27:21 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 10 18:27:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80054c02

net-p2p/ktorrent: Drop slot 4

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-p2p/ktorrent/Manifest  |   1 -
 .../ktorrent/files/ktorrent-4.3.1-ipfilter.patch   |  72 ---
 .../files/ktorrent-4.3.1-underlinking.patch|  21 -
 net-p2p/ktorrent/ktorrent-4.3.1-r1.ebuild  | 101 -
 net-p2p/ktorrent/metadata.xml  |   5 -
 5 files changed, 200 deletions(-)

diff --git a/net-p2p/ktorrent/Manifest b/net-p2p/ktorrent/Manifest
index ccc07d1..e6d6c2e 100644
--- a/net-p2p/ktorrent/Manifest
+++ b/net-p2p/ktorrent/Manifest
@@ -1,2 +1 @@
-DIST ktorrent-4.3.1.tar.bz2 2943708 SHA256 
66094f6833347afb0c49e332f0ec15ec48db652cbe66476840846ffd5ca0e4a1 SHA512 
bf1fa144295cb00fccce3a511afe845bc7bf42d77d70205f5893686e7b1fa78c5799c46c7e4e04435ab6fdd4bc9b3b4a25bffb2c5538a25af36302c60742900e
 WHIRLPOOL 
61303c19f0160bba9bdd288415d86519594f26c5c062f394cee7924093506a9cc6236fd8eedec16c6f799f71a15cb4af15c4b7c079831dccb4e498b833c2234e
 DIST ktorrent-5.0.1.tar.xz 2152908 SHA256 
d00feeca5dcc6a76a039d67dbe91a2d5a5e1da0f5e0bbd8da2c156d9c44879e5 SHA512 
6ceced3d578e58f480ada5b71a66be244c75de726389d39b40c02c5a9445c6bb0b70573fac810abd1659c3172bff79c0c3e5cbfe1a84e0d50836b52291597bc1
 WHIRLPOOL 
11d59e1762b12e0c740337b05e9e678f71df1a5d43cffee6dcb1a3159afe1da00c118b62b84fdb80dbd6d98f3998250882406e8e61ad181b67b7043d350c8682

diff --git a/net-p2p/ktorrent/files/ktorrent-4.3.1-ipfilter.patch 
b/net-p2p/ktorrent/files/ktorrent-4.3.1-ipfilter.patch
deleted file mode 100644
index 4572c3d..
--- a/net-p2p/ktorrent/files/ktorrent-4.3.1-ipfilter.patch
+++ /dev/null
@@ -1,72 +0,0 @@
-From 3dfcbeb9765e99f9b99951134b17268eb7a617d2 Mon Sep 17 00:00:00 2001
-From: Joris Guisson 
-Date: Thu, 1 Aug 2013 13:19:29 +0200
-Subject: [PATCH] Backport ipfilter extraction fixes from master branch to 4.3
- branch
-
-BUG: 315239

- ChangeLog  |  3 +++
- plugins/ipfilter/downloadandconvertjob.cpp | 22 +-
- 2 files changed, 8 insertions(+), 17 deletions(-)
-
-diff --git a/ChangeLog b/ChangeLog
-index c5ae9da..42c48ff 100644
 a/ChangeLog
-+++ b/ChangeLog
-@@ -1,3 +1,6 @@
-+Changes in 4.3.2:
-+- Backport ipfilter extraction fixes from master branch (315239)
-+
- Changes in 4.3.1:
- - Fix new custom groups not appearing in add to group submenu (307230)
- - Fix crash when right clicking on some locations in the GroupView due to 0 
pointer (307160)
-diff --git a/plugins/ipfilter/downloadandconvertjob.cpp 
b/plugins/ipfilter/downloadandconvertjob.cpp
-index d3092ac..4080c2a 100644
 a/plugins/ipfilter/downloadandconvertjob.cpp
-+++ b/plugins/ipfilter/downloadandconvertjob.cpp
-@@ -114,12 +114,13 @@ namespace kt
-   
-   //now determine if it's ZIP or TXT file
-   KMimeType::Ptr ptr = KMimeType::findByPath(temp);
-+Out(SYS_IPF|LOG_NOTICE) << "Mimetype: " << ptr->name() << endl;
-   if (ptr->name() == "application/zip")
-   {
-   active_job = KIO::file_move(temp,QString(kt::DataDir() 
+ QLatin1String("level1.zip")),-1,KIO::HideProgressInfo|KIO::Overwrite);
-   
connect(active_job,SIGNAL(result(KJob*)),this,SLOT(extract(KJob*)));
-   }
--  else if (ptr->name() == "application/x-gzip" || ptr->name() == 
"application/x-bzip")
-+  else if (ptr->name() == "application/x-gzip" || ptr->name() == 
"application/x-bzip" || ptr->name() == "application/gzip")
-   {
-   active_job = new 
bt::DecompressFileJob(temp,QString(kt::DataDir() + "level1.txt"));
-   
connect(active_job,SIGNAL(result(KJob*)),this,SLOT(convert(KJob*)));
-@@ -174,23 +175,10 @@ namespace kt
-   }
-   
-   QString destination = kt::DataDir() + "level1.txt";
--  if (zip->directory()->entries().contains("splist.txt"))
-+QStringList entries = zip->directory()->entries();
-+  if (entries.count() >= 1)
-   {
--  active_job = new 
bt::ExtractFileJob(zip,"splist.txt",destination);
--  
connect(active_job,SIGNAL(result(KJob*)),this,SLOT(convert(KJob*)));
--  unzip = true;
--  active_job->start();
--  }
--  else if (zip->directory()->entries().contains("level1.txt"))
--  {
--  active_job = new 
bt::ExtractFileJob(zip,"level1.txt",destination);
--  
connect(active_job,SIGNAL(result(KJob*)),this,SLOT(convert(KJob*)));
--  unzip = true;
-

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

2017-01-10 Thread Johannes Huber
commit: 0c91e8a56f6ccd701ae96715f207ee2b14ed2fc7
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 10 18:07:55 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 10 18:07:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c91e8a5

dev-libs/qtkeychain: Remove 0.6.2

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/qtkeychain/Manifest|  1 -
 dev-libs/qtkeychain/qtkeychain-0.6.2.ebuild | 70 -
 2 files changed, 71 deletions(-)

diff --git a/dev-libs/qtkeychain/Manifest b/dev-libs/qtkeychain/Manifest
index a78c490..58d71db 100644
--- a/dev-libs/qtkeychain/Manifest
+++ b/dev-libs/qtkeychain/Manifest
@@ -1,2 +1 @@
-DIST qtkeychain-0.6.2.tar.gz 18859 SHA256 
ae13459234feeeab3a154457319d9b26ee9600973443517c77e055838ebae63c SHA512 
be668c9730b331071cefff0b6d640e7130bd6b029e56aa4b1fa709d118d4db18146869cdd013df2f5348da32ec1101646f2df0bfa8f0790ec9542f9063f0b195
 WHIRLPOOL 
beed71a48c18848a01e1fe57a7ed2d641e17907a792fdce15f3e6dc4c40218376c5ed04d608c2950c1fb7a60f7d9e0e9ee30e72d400e7e7031fa33cc35872126
 DIST qtkeychain-0.7.0.tar.gz 18913 SHA256 
9f9afaae8e909391d7fc932bac95e38befaac5b2eb49f6623a8efec60a2e6a3a SHA512 
b7e98fa6c7f6a8a5e4d79468366b30c859db4edf08984d685d2cd8d87c5ab60b5f4769b5af96c8d9ca306111e46a63e4d23be7c07d77d6c3492f2e81ae8cd88b
 WHIRLPOOL 
325684232485cc4a24e41015ccdc6cdc0e2f0e5671b092e151489ab2e3bb241aa3fabdeb4ff6a0456c5732514c4079a548cb462d7151c7193c7c08664fa436f8

diff --git a/dev-libs/qtkeychain/qtkeychain-0.6.2.ebuild 
b/dev-libs/qtkeychain/qtkeychain-0.6.2.ebuild
deleted file mode 100644
index 241d96b..
--- a/dev-libs/qtkeychain/qtkeychain-0.6.2.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit cmake-utils multibuild
-
-DESCRIPTION="Qt API for storing passwords securely"
-HOMEPAGE="https://github.com/frankosterfeld/qtkeychain";
-SRC_URI="https://github.com/frankosterfeld/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+qt4 qt5"
-
-REQUIRED_USE="|| ( qt4 qt5 )"
-
-RDEPEND="
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   )
-   qt4? (
-   dev-qt/qtcore:4
-   dev-qt/qtdbus:4
-   )
-"
-DEPEND="${RDEPEND}
-   qt5? ( dev-qt/linguist-tools:5 )
-"
-
-DOCS=( ChangeLog ReadMe.txt )
-
-pkg_setup() {
-   MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
-}
-
-src_configure() {
-   myconfigure() {
-   if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then
-   local mycmakeargs=(-DBUILD_WITH_QT4=ON)
-   fi
-   if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then
-   local mycmakeargs=(-DBUILD_WITH_QT4=OFF)
-   fi
-
-   mycmakeargs+=(
-   -DQTKEYCHAIN_STATIC=OFF
-   -DBUILD_TRANSLATIONS=ON
-   )
-
-   cmake-utils_src_configure
-   }
-
-   multibuild_foreach_variant myconfigure
-}
-
-src_compile() {
-   multibuild_foreach_variant cmake-utils_src_compile
-}
-
-src_test() {
-   multibuild_foreach_variant cmake-utils_src_test
-}
-
-src_install() {
-   multibuild_foreach_variant cmake-utils_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/knemo/

2017-01-10 Thread Johannes Huber
commit: c16ef046b4206e91fc908562cd7b5ee2b339
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 10 17:52:59 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 10 17:52:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c16e

net-misc/knemo: Drop slot 4

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-misc/knemo/Manifest   |  1 -
 net-misc/knemo/knemo-0.7.7.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/net-misc/knemo/Manifest b/net-misc/knemo/Manifest
index 7313565..6cc4089 100644
--- a/net-misc/knemo/Manifest
+++ b/net-misc/knemo/Manifest
@@ -1,2 +1 @@
-DIST 12956-knemo-0.7.7.tar.xz 611580 SHA256 
deff2201f11b48b3849d44d38ae3908fa0dcafc326657b5cc2cefc8b1e7fe9ea SHA512 
4a5214c2f0146aae60bbcf4bb09230823f13c53eab13489b67fb7eab6c19cac80a036b3e920bf2d99430f98144fae935448915953de785126bc05fcd4ed93065
 WHIRLPOOL 
05e8c15ac0555315deceb39219aba6b65694e488a69d73116f6150c6e58a48736a1b2ff74dea6f8ea9706dc12e29f0a3ec273c14de648ada2c2067c0f2d5b1db
 DIST knemo-0.8.0_pre20161211.tar.xz 408160 SHA256 
e8c5e6f338d8617233636ba83979f545323bff502fe5f1c8a54b18194f8bcc85 SHA512 
5d035e8a48c528ddec9fa0e288cf65df2810516a9d545b1ca4e56b1e2e4369fe82baab355a4950791a515395275931f04db743f82d4e570ea012dab83e6ae22c
 WHIRLPOOL 
42ec8ffab1ae0d0ef3a2cbeef6a269d59bb84e0ca2b2ddf8578f8b1201eab0124e5db2f118bd1bcca93da3416068264ded0bb2c06e332062ae31e67c4b1363e7

diff --git a/net-misc/knemo/knemo-0.7.7.ebuild 
b/net-misc/knemo/knemo-0.7.7.ebuild
deleted file mode 100644
index bac22af..
--- a/net-misc/knemo/knemo-0.7.7.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_LINGUAS="ar bg br bs cs cy da de el en_GB eo es et fi fr ga gl hr hu is it
-ja ka km lt ms nb nds nl pl pt pt_BR ro ru rw sk sl sr sv tr ug uk zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="The KDE Network Monitor"
-HOMEPAGE="http://kde-apps.org/content/show.php?content=12956";
-SRC_URI="http://www.kde-apps.org/CONTENT/content-files/12956-${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="debug wifi"
-
-DEPEND="
-   dev-libs/libnl:3
-   dev-qt/qtsql:4[sqlite]
-   kde-plasma/ksysguard:4
-   kde-plasma/systemsettings:4
-   sys-apps/net-tools
-   wifi? ( net-wireless/wireless-tools )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS ChangeLog README )
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_no wifi WIRELESS_SUPPORT)
-   )
-
-   kde4-base_src_configure
-}



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

2017-01-10 Thread Johannes Huber
commit: ac837b05ee964516a893a466ac80d5b8eacc344c
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 10 17:51:04 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 10 17:51:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac837b05

profiles: Add arm64-linux to arch list

Unbreaks repoman.

 profiles/arch.list | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch.list b/profiles/arch.list
index 270c9bc..b574bea 100644
--- a/profiles/arch.list
+++ b/profiles/arch.list
@@ -3,6 +3,7 @@ amd64
 amd64-fbsd
 arm
 arm64
+arm64-linux
 hppa
 ia64
 m68k



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/kdesvn/

2017-01-10 Thread Johannes Huber
commit: 7b7e7e3ccba126559db4f6da735ed2bbc009dedc
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 10 17:31:41 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 10 17:35:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7e7e3c

dev-vcs/kdesvn: Drop slot 4

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-vcs/kdesvn/Manifest|  1 -
 dev-vcs/kdesvn/kdesvn-1.7.0.ebuild | 43 --
 2 files changed, 44 deletions(-)

diff --git a/dev-vcs/kdesvn/Manifest b/dev-vcs/kdesvn/Manifest
index 99159fe..c18532f 100644
--- a/dev-vcs/kdesvn/Manifest
+++ b/dev-vcs/kdesvn/Manifest
@@ -1,2 +1 @@
-DIST kdesvn-1.7.0.tar.xz 1965064 SHA256 
b3a9dc01e1730c880478aecd5c8d832a4b218468f791083985d325c0ef8a6ece SHA512 
587e1f65af7fa0bf16c3b1892b155e588546e4229b7499d9c31abdbf22369fecde439805e7c32370b8f648a6f42f38293dc2fc67c7a7d605920afeebf4ad2db3
 WHIRLPOOL 
17dedce0941e486496718fa04f8e4bfb46d85d5fa9ef7da11244594291e2802aeebf610654e126a6e2a619a5aebdf91fec09011a05094e9d32d4c32d1350af01
 DIST kdesvn-2.0.0.tar.xz 2014660 SHA256 
d58d3a895461633718dad580d1590fe99c9d6e44ca64544784a0e9421eb8f8db SHA512 
1c0a6f02ef21fd8f9258a40ea2efba0f3775ae4a3c5b5f137dfaa658940472c3b0f98b6331c96bf7013af712d43ae6092fbee28e0f41688a62fa60dd194d3db2
 WHIRLPOOL 
ebd26101e8779c047f186c408b5694647a07f565d295e6f1a1cfcf118c2fdfeb19298fb254928061c51ce8a4be7d5d651ea2c4021bf19fdcbd011bd109160a70

diff --git a/dev-vcs/kdesvn/kdesvn-1.7.0.ebuild 
b/dev-vcs/kdesvn/kdesvn-1.7.0.ebuild
deleted file mode 100644
index 1d7e0cf..
--- a/dev-vcs/kdesvn/kdesvn-1.7.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-KDE_LINGUAS="cs de el es fr it ja lt pt_BR ro ru"
-KDE_LINGUAS_LIVE_OVERRIDE="true"
-inherit flag-o-matic kde4-base
-
-DESCRIPTION="A frontend to the subversion vcs"
-HOMEPAGE="http://kdesvn.alwins-world.de/";
-if [[ ${PV} != * ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-fi
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
-   dev-libs/apr:1
-   dev-libs/apr-util:1
-   dev-qt/qtsql:4[sqlite]
-   >=dev-vcs/subversion-1.7
-   sys-devel/gettext
-"
-RDEPEND="${DEPEND}
-   !kde-apps/kdesdk-kioslaves:4[subversion(-)]
-"
-
-# bug #583286: needs network access
-RESTRICT="test"
-
-src_configure() {
-   append-cppflags -DQT_THREAD_SUPPORT
-
-   [[ ${PV} = * ]] && local mycmakeargs=(-DDAILY_BUILD=ON)
-
-   kde4-base_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: net-im/choqok/files/, net-im/choqok/

2017-01-10 Thread Johannes Huber
commit: 43ba5a04315b0c17613297c2652e2daf93ae37e7
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 10 17:30:38 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 10 17:35:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43ba5a04

net-im/choqok: Drop slot 4

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-im/choqok/Manifest |  1 -
 net-im/choqok/choqok-1.5-r1.ebuild | 49 
 .../files/choqok-1.5-kdewebkit-optional.patch  | 30 ---
 .../files/choqok-1.5-telepathy-optional.patch  | 93 --
 4 files changed, 173 deletions(-)

diff --git a/net-im/choqok/Manifest b/net-im/choqok/Manifest
index e4cf726..64c964b 100644
--- a/net-im/choqok/Manifest
+++ b/net-im/choqok/Manifest
@@ -1,2 +1 @@
-DIST choqok-1.5.tar.xz 1068516 SHA256 
5cb97ac4cdf9db4699bb7445a9411393073d213fea649ab0713f659f1308efe4 SHA512 
fbb31abedd07ea1c674a7d59b4a18808ca03812ac37c60ea67d2d641668be4a9137e9f4573eda1e19425123601e9536971170e3948c1e5098b220991571a2cf3
 WHIRLPOOL 
c4f869bab6a23a2ffa2e8e071414a6c7170816269e6e9f77df4269b94b627248fd259eb3c24217a2a838f74162ba6c198ff5549371b61f516fb142b8690cdce0
 DIST choqok-1.6.0.tar.xz 1170748 SHA256 
8a7527067b3694ad16faafac754cfd5f1e5f5fd1547f066d8f14fbcf8327310f SHA512 
78c03689e40978213f2f9462780fe47507a2778985d4d5b940cab004f0ac52becfa76d7dbaa886df958134c65b27255e49ac68ddbb2a434131fffe9ca9280cbc
 WHIRLPOOL 
57155eea1f9f54113bfad9d883d77c332b97c0ef4512d15db9764056704d9709b6c4e81ec630cb5b60c0b310953deabdf9cb5b2521b41ea016a421562e2d06fd

diff --git a/net-im/choqok/choqok-1.5-r1.ebuild 
b/net-im/choqok/choqok-1.5-r1.ebuild
deleted file mode 100644
index 62721c3..
--- a/net-im/choqok/choqok-1.5-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fa fi fr ga gl
-hr hu is it ja km lt mr ms nb nds nl pa pl pt pt_BR ro ru sk sl sq sv tr ug
-uk zh_CN zh_TW"
-KDE_HANDBOOK="optional"
-WEBKIT_REQUIRED="optional"
-inherit kde4-base
-
-DESCRIPTION="Free/Open Source micro-blogging client by KDE"
-HOMEPAGE="http://choqok.gnufolks.org/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-KEYWORDS="amd64 x86"
-LICENSE="GPL-2+"
-SLOT="4"
-IUSE="ayatana debug telepathy"
-
-RDEPEND="
-   dev-libs/libattica
-   dev-libs/qjson
-   >=dev-libs/qoauth-1.0.1:0
-   ayatana? ( dev-libs/libindicate-qt )
-   telepathy? ( net-libs/telepathy-qt[qt4] )
-"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils
-   sys-devel/gettext
-"
-
-DOCS=( AUTHORS README TODO changelog )
-
-PATCHES=(
-   "${FILESDIR}/${P}-kdewebkit-optional.patch"
-   "${FILESDIR}/${P}-telepathy-optional.patch"
-)
-
-src_configure(){
-   local mycmakeargs=(
-   -DQTINDICATE_DISABLE=$(usex "!ayatana")
-   $(cmake-utils_use_find_package telepathy TelepathyQt4)
-   -DWITH_KDEWEBKIT=$(usex webkit)
-   )
-   kde4-base_src_configure
-}

diff --git a/net-im/choqok/files/choqok-1.5-kdewebkit-optional.patch 
b/net-im/choqok/files/choqok-1.5-kdewebkit-optional.patch
deleted file mode 100644
index ee16b93..
--- a/net-im/choqok/files/choqok-1.5-kdewebkit-optional.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-commit 091d6b1f0e0b473424dab7caea2e6d4964e0be46
-Author: Andreas Sturmlechner 
-Date:   Sun Aug 14 23:16:57 2016 +0200
-
-Expose HAVE_KWEBKITPART to CMake
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index a37bb74..20be9fa 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -10,6 +10,8 @@ set(CMAKE_MODULE_PATH ${CHOQOK_SOURCE_DIR}/cmake/modules 
${CMAKE_MODULE_PATH})
- 
- option(QTINDICATE_DISABLE "Disable support for notifications via indicator")
- 
-+option(WITH_KDEWEBKIT "Build with kdewebkit support" "ON")
-+
- find_package(QJson REQUIRED)
- find_package(QCA2 REQUIRED)
- find_package(QtOAuth REQUIRED)
-@@ -27,6 +29,10 @@ else(QTINDICATE_BUILD)
- message(STATUS "Optional dependency libindicate-qt not found: Won't 
support notifications via indicator")
- endif(QTINDICATE_BUILD)
- 
-+if(NOT WITH_KDEWEBKIT)
-+set(HAVE_KWEBKITPART 0)
-+endif(NOT WITH_KDEWEBKIT)
-+
- set(CHOQOK_INCLUDES
- ${KDE4_INCLUDES}
- ${QT_INCLUDES}

diff --git a/net-im/choqok/files/choqok-1.5-telepathy-optional.patch 
b/net-im/choqok/files/choqok-1.5-telepathy-optional.patch
deleted file mode 100644
index a73a846..
--- a/net-im/choqok/files/choqok-1.5-telepathy-optional.patch
+++ /dev/null
@@ -1,93 +0,0 @@
-commit 92433189c29c425a9bfb3eb10a0ffe767f23febd
-Author: Andreas Sturmlechner 
-Date:   Sun Aug 14 23:53:08 2016 +0200
-
-Fix build with disabled TelepathyQt4
-
-diff --git a/plugins/imstatus/CMakeLists.txt b/plugins/imstatus/CMakeLists.txt
-index 19c3ef0..cb45c14 100644
 a/plugins/imstatus/CMakeLists.txt
-+++ b/plugins/imstatus/CMakeLists.txt
-@@ -1,6 +1,8 @@
-

[gentoo-commits] repo/gentoo:master commit in: media-gfx/digikam/

2017-01-10 Thread Johannes Huber
commit: 66766ec409be0956ef930100b900200226c072aa
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jan 10 17:35:35 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jan 10 17:35:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66766ec4

media-gfx/digikam: Remove 5.3.0 (r0)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-gfx/digikam/digikam-5.3.0.ebuild | 167 -
 1 file changed, 167 deletions(-)

diff --git a/media-gfx/digikam/digikam-5.3.0.ebuild 
b/media-gfx/digikam/digikam-5.3.0.ebuild
deleted file mode 100644
index fc8bb41..
--- a/media-gfx/digikam/digikam-5.3.0.ebuild
+++ /dev/null
@@ -1,167 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-   KDE_HANDBOOK="true"
-   KDE_TEST="true"
-fi
-CMAKE_MAKEFILE_GENERATOR="emake"
-inherit kde5 toolchain-funcs
-
-DESCRIPTION="Digital photo management application"
-HOMEPAGE="https://www.digikam.org/";
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE="addressbook calendar gphoto2 jpeg2k +kipi +lensfun marble 
semantic-desktop mysql opengl openmp +panorama scanner video X"
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-   MY_PV=${PV/_/-}
-   MY_P=${PN}-${MY_PV}
-   SRC_BRANCH=stable
-   [[ ${PV} =~ beta[0-9]$ ]] && SRC_BRANCH=unstable
-   SRC_URI="mirror://kde/${SRC_BRANCH}/digikam/${MY_P}.tar.xz"
-   S="${WORKDIR}/${MY_P}/core"
-fi
-
-COMMON_DEPEND="
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep solid)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui '-gles2')
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtsql 'mysql?')
-   $(add_qt_dep qtwebkit)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   dev-libs/expat
-   media-gfx/exiv2:=
-   media-libs/lcms:2
-   media-libs/liblqr
-   >=media-libs/libpgf-6.12.27
-   media-libs/libpng:0=
-   media-libs/opencv:=[-qt4(-)]
-   || ( =media-libs/opencv-3.1.0 )
-   media-libs/tiff:0
-   virtual/jpeg:0
-   addressbook? (
-   $(add_kdeapps_dep akonadi-contacts)
-   $(add_kdeapps_dep kcontacts)
-   )
-   calendar? ( $(add_kdeapps_dep kcalcore) )
-   gphoto2? ( media-libs/libgphoto2:= )
-   jpeg2k? ( media-libs/jasper:= )
-   kipi? ( $(add_kdeapps_dep libkipi '' '16.03.80') )
-   lensfun? ( media-libs/lensfun )
-   marble? (
-   $(add_frameworks_dep kbookmarks)
-   $(add_kdeapps_dep marble)
-   $(add_qt_dep qtconcurrent)
-   $(add_qt_dep qtnetwork)
-   )
-   mysql? ( virtual/mysql )
-   opengl? (
-   $(add_qt_dep qtopengl)
-   virtual/opengl
-   )
-   panorama? ( $(add_frameworks_dep threadweaver) )
-   scanner? ( $(add_kdeapps_dep libksane) )
-   semantic-desktop? ( $(add_frameworks_dep kfilemetadata) )
-   video? ( $(add_qt_dep qtmultimedia 'widgets') )
-   X? (
-   $(add_qt_dep qtx11extras)
-   x11-libs/libX11
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   $(add_qt_dep qtconcurrent)
-   dev-cpp/eigen:3
-   dev-libs/boost[threads]
-   sys-devel/gettext
-   panorama? (
-   sys-devel/bison
-   sys-devel/flex
-   )
-"
-RDEPEND="${COMMON_DEPEND}
-   media-plugins/kipi-plugins:5
-   panorama? ( media-gfx/hugin )
-   !media-gfx/digikam:4
-"
-
-RESTRICT=test
-# bug 366505
-
-pkg_pretend() {
-   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-   kde5_pkg_pretend
-}
-
-pkg_setup() {
-   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-   kde5_pkg_setup
-}
-
-# FIXME: Unbundle libraw (libs/rawengine/libraw)
-src_prepare() {
-   if [[ ${KDE_BUILD_TYPE} != live ]]; then
-   # prepare the translations
-   mv "${WORKDIR}/${MY_P}/po" po || die
-   find po -name "*.po" -and -not -name "digikam.po" -delete || die
-   echo "set_property(GLOBAL PROPERTY 
ALLOW_DUPLICATE_CUSTOM_TARGETS 1)" >> CMakeLists.txt || die
-   echo "find_package(Gettext REQUIRED)" >> CMakeLists.txt || die
-   echo "add_subdirectory( po )" >> CMakeLists.txt || die
-
-   if use handbook; then
-   # subdirs need to be preserved b/c relative paths...
-   # doc-transla

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

2017-01-10 Thread Martin Mokrejs
commit: 96bd0833fd10983de60beb60ff8b1267348fe8bb
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Tue Jan 10 17:13:50 2017 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Tue Jan 10 17:13:50 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=96bd0833

sci-biology/wise: add keywords

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-biology/wise/wise-2.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-biology/wise/wise-2.4.1.ebuild 
b/sci-biology/wise/wise-2.4.1.ebuild
index 5471606..5d299ca 100644
--- a/sci-biology/wise/wise-2.4.1.ebuild
+++ b/sci-biology/wise/wise-2.4.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://www.ebi.ac.uk/~birney/${PN}2/${PN}$(delete_version_separator 3).
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 IUSE="doc static-libs"
 
 RDEPEND="sci-biology/hmmer:2"



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

2017-01-10 Thread Martin Mokrejs
commit: 7490080c8499c8762691ecd64e6ba8bc9f2dc3cd
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Tue Jan 10 17:13:10 2017 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Tue Jan 10 17:13:10 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=7490080c

sci-biology/wise: fix slot operator

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-biology/wise/wise-2.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-biology/wise/wise-2.4.1.ebuild 
b/sci-biology/wise/wise-2.4.1.ebuild
index 95cd6ad..5471606 100644
--- a/sci-biology/wise/wise-2.4.1.ebuild
+++ b/sci-biology/wise/wise-2.4.1.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
 KEYWORDS=""
 IUSE="doc static-libs"
 
-RDEPEND="~sci-biology/hmmer-2.3.2"
+RDEPEND="sci-biology/hmmer:2"
 DEPEND="
${RDEPEND}
dev-lang/perl



[gentoo-commits] repo/gentoo:master commit in: profiles/prefix/linux-standalone/, profiles/prefix/linux-standalone/arm64/, ...

2017-01-10 Thread Benda XU
commit: 78309bea001dec4cfc55fd5ff94ec8fb3c4c3957
Author: Benda Xu  gentoo  org>
AuthorDate: Tue Jan 10 17:03:53 2017 +
Commit: Benda XU  gentoo  org>
CommitDate: Tue Jan 10 17:05:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78309bea

profiles/prefix/linux-standalone: add arm64.

Credit: kholk

 profiles/prefix/linux-standalone/arm64/eapi  | 1 +
 profiles/prefix/linux-standalone/arm64/make.defaults | 5 +
 profiles/prefix/linux-standalone/arm64/parent| 3 +++
 profiles/prefix/linux-standalone/profile.bashrc  | 2 +-
 profiles/profiles.desc   | 1 +
 5 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/profiles/prefix/linux-standalone/arm64/eapi 
b/profiles/prefix/linux-standalone/arm64/eapi
new file mode 100644
index ..7ed6ff8
--- /dev/null
+++ b/profiles/prefix/linux-standalone/arm64/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/prefix/linux-standalone/arm64/make.defaults 
b/profiles/prefix/linux-standalone/arm64/make.defaults
new file mode 100644
index ..1e50879
--- /dev/null
+++ b/profiles/prefix/linux-standalone/arm64/make.defaults
@@ -0,0 +1,5 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+ACCEPT_KEYWORDS="~${ARCH}"

diff --git a/profiles/prefix/linux-standalone/arm64/parent 
b/profiles/prefix/linux-standalone/arm64/parent
new file mode 100644
index ..522a9bf
--- /dev/null
+++ b/profiles/prefix/linux-standalone/arm64/parent
@@ -0,0 +1,3 @@
+../../../default/linux/arm64/13.0/
+..
+../../../arch/arm64/little-endian/

diff --git a/profiles/prefix/linux-standalone/profile.bashrc 
b/profiles/prefix/linux-standalone/profile.bashrc
index 589f49b..b46c49e 100644
--- a/profiles/prefix/linux-standalone/profile.bashrc
+++ b/profiles/prefix/linux-standalone/profile.bashrc
@@ -9,7 +9,7 @@
 if [[ ${CATEGORY}/${PN} == sys-devel/gcc && ${EBUILD_PHASE} == configure ]]; 
then
 cd "${S}"
 einfo "Prefixifying dynamic linkers..."
-for h in gcc/config/*/linux*.h; do
+for h in gcc/config/*/*linux*.h; do
ebegin "  Updating $h"
sed -i -r "s,(_DYNAMIC_LINKER.*\")(/lib),\1${EPREFIX}\2," $h
eend $?

diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index 613d460..4958e11 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -256,6 +256,7 @@ amd64-linux prefix/linux-standalone/amd64/legacy
exp
 x86-linux  prefix/linux-standalone/x86 exp
 x86-linux  prefix/linux-standalone/x86/legacy  exp
 arm-linux  prefix/linux-standalone/arm/armv7a  exp
+arm64-linuxprefix/linux-standalone/arm64   exp
 
 # Mac OS X Profiles
 ppc-macos  prefix/darwin/macos/10.4/ppcexp



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/octave/

2017-01-10 Thread David Seifert
commit: 74e0d0665dbb30030a57d553e692583404d2
Author: David Seifert  gentoo  org>
AuthorDate: Tue Jan 10 16:46:31 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Jan 10 16:46:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e0

sci-mathematics/octave: RDEPEND on dev-qt/qtopengl:5

Gentoo-bug: 604418

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../octave/{octave-4.2.0-r2.ebuild => octave-4.2.0-r3.ebuild}| 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-mathematics/octave/octave-4.2.0-r2.ebuild 
b/sci-mathematics/octave/octave-4.2.0-r3.ebuild
similarity index 99%
rename from sci-mathematics/octave/octave-4.2.0-r2.ebuild
rename to sci-mathematics/octave/octave-4.2.0-r3.ebuild
index bf16ec0..5deb837 100644
--- a/sci-mathematics/octave/octave-4.2.0-r2.ebuild
+++ b/sci-mathematics/octave/octave-4.2.0-r3.ebuild
@@ -51,6 +51,7 @@ RDEPEND="
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
+   dev-qt/qtopengl:5
>=x11-libs/qscintilla-2.9.3-r2:=[qt5(+)]
)
readline? ( sys-libs/readline:0= )



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

2017-01-10 Thread Martin Mokrejs
commit: 536ecc57f40abd1f4f11c9c398df530d10838fb4
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Tue Jan 10 16:37:01 2017 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Tue Jan 10 16:37:01 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=536ecc57

sci-biology/wise: version bump, add patches from wise_2.4.1-19_debian

Dropped tcsh dependence because that is removed by a path.
We do not call 'make perl' so maybe could drop perl dependency as well?
Wether the bundled while modified hmmer-2 sources can be dropped is
not clear but it seems the only callers of hmmer-2 binaries are in
automated tests. Not sure about libhmmer.a needs.

Notably, sci-biology/hmmer-2.3.2-r4 provides /usr/lib64/libhmmer2.a
while sci-biology/hmmer-3.1_beta2 provides /usr/lib64/libhmmer.a.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-biology/wise/files/01_welcome-csh.patch|  22 ++
 sci-biology/wise/files/02_isnumber.patch   |  14 +
 sci-biology/wise/files/03_doc-nodycache.patch  |  15 +
 .../wise/files/04_wise2-pdflatex-update.patch  |  38 ++
 sci-biology/wise/files/06_getline.patch| 305 +++
 sci-biology/wise/files/07_ld--as-needed.patch  |  52 +++
 sci-biology/wise/files/08_mayhem.patch | 103 ++
 .../wise/files/09_dnal-add-return-statement.patch  |  17 +
 .../wise/files/11_consistent_manual_dates.patch|  53 +++
 sci-biology/wise/files/wise-2.2.0-glibc-2.10.patch | 301 +++
 sci-biology/wise/files/wise-2.4.1-cflags.patch | 407 +
 sci-biology/wise/files/wise-env|   1 +
 sci-biology/wise/wise-2.4.1.ebuild |  39 +-
 13 files changed, 1359 insertions(+), 8 deletions(-)

diff --git a/sci-biology/wise/files/01_welcome-csh.patch 
b/sci-biology/wise/files/01_welcome-csh.patch
new file mode 100644
index 000..3a9057e
--- /dev/null
+++ b/sci-biology/wise/files/01_welcome-csh.patch
@@ -0,0 +1,22 @@
+Author: Philipp Benner 
+Description: Avoid dependency from csh
+
+--- wise-2.4.1.orig/src/makefile
 wise-2.4.1/src/makefile
+@@ -109,7 +109,7 @@
+ bin : 
+   mkdir bin
+   cp models/pswdb models/psw models/genewisedb models/estwisedb 
models/estwise models/genewise models/dba models/dnal models/promoterwise 
network/scanwise_server models/scanwise ./bin
+-  csh welcome.csh
++  ./welcome.csh
+ 
+ libs : 
+   (cd base   ; $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" libwisebase.a )
+--- wise-2.4.1.orig/src/welcome.csh
 wise-2.4.1/src/welcome.csh
+@@ -1,4 +1,4 @@
+-#!/bin/tcsh -f
++#!/bin/sh
+ 
+ echo ""
+ echo "Welcome to Wise2.4"

diff --git a/sci-biology/wise/files/02_isnumber.patch 
b/sci-biology/wise/files/02_isnumber.patch
new file mode 100644
index 000..a6ae908
--- /dev/null
+++ b/sci-biology/wise/files/02_isnumber.patch
@@ -0,0 +1,14 @@
+Author: Philipp Benner 
+Description: Replace isnumber() (which does not exist on linux) by isdigit().
+
+--- wise-2.4.1.orig/src/models/phasemodel.c
 wise-2.4.1/src/models/phasemodel.c
+@@ -20,7 +20,7 @@
+ if( line[0] == '#' ) {
+   continue;
+ }
+-if( !isnumber(line[0]) ) {
++if( !isdigit(line[0]) ) {
+   warn("Bad looking line in intron file, %s",line);
+   continue;
+ }

diff --git a/sci-biology/wise/files/03_doc-nodycache.patch 
b/sci-biology/wise/files/03_doc-nodycache.patch
new file mode 100644
index 000..6fe7b18
--- /dev/null
+++ b/sci-biology/wise/files/03_doc-nodycache.patch
@@ -0,0 +1,15 @@
+Author Philipp Benner 
+Description: Documentation bugfix.
+
+--- wise-2.4.1.orig/docs/wise2.tex
 wise-2.4.1/docs/wise2.tex
+@@ -1617,7 +1617,8 @@
+ \item[-hithelp]   more detailed help on hitlist formats
+ \item[-dymem]  memory style [default/linear/explicit]
+ \item[-kbyte]   memory amount to use [4000]
+-\item[-\[no\]dycache] implicitly cache dy matrix usage (default yes)
++\item[-dycache] implicitly cache dy matrix usage (default)
++\item[-nodycache] do not implicitly cache dy matrix usage
+ \item[-dydebug] drop into dynamite dp matrix debugger
+ \item[-paldebug]print PackAln after debugger run if used
+ \item[-help]  show help options

diff --git a/sci-biology/wise/files/04_wise2-pdflatex-update.patch 
b/sci-biology/wise/files/04_wise2-pdflatex-update.patch
new file mode 100644
index 000..bbaf286
--- /dev/null
+++ b/sci-biology/wise/files/04_wise2-pdflatex-update.patch
@@ -0,0 +1,38 @@
+Author Philipp Benner 
+Description: Make wise2.tex pdflatex compatible.
+
+--- wise-2.4.1.orig/docs/wise2.tex
 wise-2.4.1/docs/wise2.tex
+@@ -1,6 +1,7 @@
+ 
+ \documentclass{article}
+-\usepackage{epsfig}
++%\usepackage{epsfig}
++\usepackage{graphicx}
+ 
+ \begin{document}
+ \newcommand{\programtext}[1]{{\tt #1}}
+@@ -707,8 +708,9 @@
+ \begin{figure}
+ \begin{center}
+ \leavevmode  
+-\epsfxsize 300pt
+-\epsfbox{genewise21.eps}
++%\epsfxsize 300pt
++%\epsfbox{genewise21.eps}
++%\includegraphics[scale=0.75]{genewise21

[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-HTTP_Header/

2017-01-10 Thread Michael Orlitzky
commit: 627e3a9a0bd9110f6db2a39a041eb710c2625448
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Jan 10 16:23:54 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Jan 10 16:23:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=627e3a9a

dev-php/PEAR-HTTP_Header: remove old version 1.2.1-r1.

Package-Manager: portage-2.3.0

 .../PEAR-HTTP_Header-1.2.1-r1.ebuild | 20 
 1 file changed, 20 deletions(-)

diff --git a/dev-php/PEAR-HTTP_Header/PEAR-HTTP_Header-1.2.1-r1.ebuild 
b/dev-php/PEAR-HTTP_Header/PEAR-HTTP_Header-1.2.1-r1.ebuild
deleted file mode 100644
index 1ef8dba..
--- a/dev-php/PEAR-HTTP_Header/PEAR-HTTP_Header-1.2.1-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit php-pear-r1
-
-DESCRIPTION="Provides interface to handle and modify HTTP headers and status 
codes"
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-RDEPEND="dev-php/PEAR-HTTP"
-
-src_prepare() {
-   # Don't install the LICENSE
-   sed -i 's~~~' \
-   "${WORKDIR}"/package.xml || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/multi-term/

2017-01-10 Thread Michael Orlitzky
commit: 542f572915e290082733cfbd451c4fc8702559db
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Jan 10 16:22:50 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Jan 10 16:22:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=542f5729

app-emacs/multi-term: remove old version 1.2.

Package-Manager: portage-2.3.0

 app-emacs/multi-term/Manifest  |  1 -
 app-emacs/multi-term/multi-term-1.2.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/app-emacs/multi-term/Manifest b/app-emacs/multi-term/Manifest
index 991522f..5d47676 100644
--- a/app-emacs/multi-term/Manifest
+++ b/app-emacs/multi-term/Manifest
@@ -1,2 +1 @@
-DIST multi-term-1.2.el.xz 7876 SHA256 
8fbc1b1f08b4905eab33187d6a2eb82399308a98092f39eeb4f4c12849bce3b3 SHA512 
4041c7fa61aa6840aaad67d13a3e73717c2f9cbb4df68c4ba450c454d65aa4f3b3da749c346d0b06ac1ccf0c43b52dde771335148e03f66bbc561d84ba452180
 WHIRLPOOL 
02beb9b6d64ea4bda1fcb1a40e0f994c4bc50f4e80ad1f9fc4a448f9da2e3f6efa82e6931447478d09cc2695e3f719a5119435f01ad0149131a17506b387fd25
 DIST multi-term-1.3.el.xz 7968 SHA256 
9e151e0e5fa81ff69c9ab7ea8c561dc8713fdd64628c195b6652fecbc17b3d93 SHA512 
fcb31da193f84fde653583b999e344fb7ec7404948fbf64b15f9a86eb69e9cc9514ad4380ce5b9c3813a74226d8addf8c87bb539f9ee927d4a0c0a7c2ea7c361
 WHIRLPOOL 
ca52cda0c7012a5daa9de88917e93f1b7e29c52aa6b1991cc77330d3502e1e16b84ed0b7b79603e5556f1b0f38d2047eb8c32a4d07a7a4e866c42d3051f024b3

diff --git a/app-emacs/multi-term/multi-term-1.2.ebuild 
b/app-emacs/multi-term/multi-term-1.2.ebuild
deleted file mode 100644
index 23c4da7..
--- a/app-emacs/multi-term/multi-term-1.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit elisp
-
-DESCRIPTION="Manage multiple terminal buffers in Emacs"
-HOMEPAGE="http://www.emacswiki.org/emacs/MultiTerm";
-# Taken from http://www.emacswiki.org/emacs/download/${PN}.el
-SRC_URI="https://dev.gentoo.org/~mjo/distfiles/${P}.el.xz";
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: net-p2p/transmission/, net-p2p/transmission/files/

2017-01-10 Thread Sergey Popov
commit: f0b342973656ced59955be083435b5f59736bae0
Author: Sergey Popov  gentoo  org>
AuthorDate: Tue Jan 10 15:31:24 2017 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Tue Jan 10 15:31:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b34297

net-p2p/transmission: revision bump

Backport upstream fix for handshaking.
Committed straight to stable

Package-Manager: portage-2.3.3
RepoMan-Options: --force

 .../files/transmission-2.92-handshake.patch|  33 +
 net-p2p/transmission/transmission-2.92-r2.ebuild   | 165 +
 2 files changed, 198 insertions(+)

diff --git a/net-p2p/transmission/files/transmission-2.92-handshake.patch 
b/net-p2p/transmission/files/transmission-2.92-handshake.patch
new file mode 100644
index ..a30cd58
--- /dev/null
+++ b/net-p2p/transmission/files/transmission-2.92-handshake.patch
@@ -0,0 +1,33 @@
+commit 4c00df9463ea4fd70b73c620e439f5c3ee5efa60
+Author: Mike Gelfand 
+Date:   Sun Sep 18 13:58:15 2016 +0300
+
+Abort handshake if establishing DH shared secret fails
+
+Fixes #27
+
+diff --git a/libtransmission/handshake.c b/libtransmission/handshake.c
+index c728696..e7ff131 100644
+--- a/libtransmission/handshake.c
 b/libtransmission/handshake.c
+@@ -425,7 +425,8 @@ readYb (tr_handshake * handshake, struct evbuffer * inbuf)
+ 
+   /* compute the secret */
+   evbuffer_remove (inbuf, yb, KEY_LEN);
+-  tr_cryptoComputeSecret (handshake->crypto, yb);
++  if (!tr_cryptoComputeSecret (handshake->crypto, yb))
++return tr_handshakeDone (handshake, false);
+ 
+   /* now send these: HASH ('req1', S), HASH ('req2', SKEY) xor HASH ('req3', 
S),
+* ENCRYPT (VC, crypto_provide, len (PadC), PadC, len (IA)), ENCRYPT (IA) */
+@@ -741,7 +742,9 @@ readYa (tr_handshake* handshake,
+ 
+   /* read the incoming peer's public key */
+   evbuffer_remove (inbuf, ya, KEY_LEN);
+-  tr_cryptoComputeSecret (handshake->crypto, ya);
++  if (!tr_cryptoComputeSecret (handshake->crypto, ya))
++return tr_handshakeDone (handshake, false);
++
+   computeRequestHash (handshake, "req1", handshake->myReq1);
+ 
+   /* send our public key to the peer */

diff --git a/net-p2p/transmission/transmission-2.92-r2.ebuild 
b/net-p2p/transmission/transmission-2.92-r2.ebuild
new file mode 100644
index ..4dc6af0
--- /dev/null
+++ b/net-p2p/transmission/transmission-2.92-r2.ebuild
@@ -0,0 +1,165 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools fdo-mime flag-o-matic gnome2-utils qmake-utils systemd user
+
+DESCRIPTION="A Fast, Easy and Free BitTorrent client"
+HOMEPAGE="http://www.transmissionbt.com/";
+SRC_URI="http://download.transmissionbt.com/${PN}/files/${P}.tar.xz";
+
+# web/LICENSE is always GPL-2 whereas COPYING allows either GPL-2 or GPL-3 for 
the rest
+# transmission in licenses/ is for mentioning OpenSSL linking exception
+# MIT is in several libtransmission/ headers
+LICENSE="|| ( GPL-2 GPL-3 Transmission-OpenSSL-exception ) GPL-2 MIT"
+SLOT=0
+IUSE="ayatana gtk libressl lightweight systemd qt5 xfs"
+KEYWORDS="amd64 ~arm ~mips ppc ppc64 x86 ~x86-fbsd ~amd64-linux"
+
+RDEPEND=">=dev-libs/libevent-2.0.10:=
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   net-libs/libnatpmp
+   >=net-libs/miniupnpc-1.7:=
+   >=net-misc/curl-7.16.3[ssl]
+   sys-libs/zlib:=
+   gtk? (
+   >=dev-libs/dbus-glib-0.100
+   >=dev-libs/glib-2.32:2
+   >=x11-libs/gtk+-3.4:3
+   ayatana? ( >=dev-libs/libappindicator-0.4.90:3 )
+   )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+   )
+   systemd? ( >=sys-apps/systemd-209:= )"
+DEPEND="${RDEPEND}
+   >=dev-libs/glib-2.32
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/os-headers
+   virtual/pkgconfig
+   qt5? ( dev-qt/linguist-tools:5 )
+   xfs? ( sys-fs/xfsprogs )"
+
+REQUIRED_USE="ayatana? ( gtk )"
+
+DOCS=( AUTHORS NEWS qt/README.txt )
+
+PATCHES=(
+   "${FILESDIR}"/libsystemd.patch
+   "${FILESDIR}/${P}-handshake.patch"
+)
+
+src_prepare() {
+   sed -i -e '/CFLAGS/s:-ggdb3::' configure.ac || die
+
+   # Trick to avoid automagic dependency
+   if ! use ayatana ; then
+   sed -i -e '/^LIBAPPINDICATOR_MINIMUM/s:=.*:=:' configure.ac 
|| die
+   fi
+
+   # http://trac.transmissionbt.com/ticket/4324
+   sed -i -e 's|noinst\(_PROGRAMS = $(TESTS)\)|check\1|' 
libtransmission/Makefile.am || die
+
+   # Prevent m4_copy error when running aclocal
+   # m4_copy: won't overwrite defined macro: glib_DEFUN
+   rm m4/glib-gettext.m4 || die
+
+   default
+   eautoreconf
+}
+
+src_configure() {
+   export ac_cv_header_xfs_xfs_

[gentoo-commits] repo/gentoo:master commit in: media-video/subliminal/

2017-01-10 Thread Agostino Sarubbo
commit: 67461f5c015363e88c174a61e18c9260b0357f07
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 10 15:21:56 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 10 15:21:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67461f5c

media-video/subliminal: x86 stable wrt bug #590320

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-video/subliminal/subliminal-2.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/subliminal/subliminal-2.0.3.ebuild 
b/media-video/subliminal/subliminal-2.0.3.ebuild
index 8715927..7caabb4 100644
--- a/media-video/subliminal/subliminal-2.0.3.ebuild
+++ b/media-video/subliminal/subliminal-2.0.3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/Diaoul/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND="



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

2017-01-10 Thread Agostino Sarubbo
commit: 93cff6f541e396c2402372466cf411384046f2cb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 10 15:20:21 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 10 15:20:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93cff6f5

dev-libs/botan: x86 stable wrt bug #605202

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/botan/botan-1.10.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/botan/botan-1.10.14.ebuild 
b/dev-libs/botan/botan-1.10.14.ebuild
index f3bc800..1a8bfb0 100644
--- a/dev-libs/botan/botan-1.10.14.ebuild
+++ b/dev-libs/botan/botan-1.10.14.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="A C++ crypto library"
 HOMEPAGE="http://botan.randombit.net/";
 SRC_URI="http://botan.randombit.net/releases/${MY_P}.tgz";
 
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~ppc-macos"
 SLOT="0"
 LICENSE="BSD"
 IUSE="bindist doc python bzip2 gmp ssl static-libs threads zlib"



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxmenu-data/

2017-01-10 Thread Agostino Sarubbo
commit: 857cfa69176fa6b09e312ad32012de4c9cbc45fa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 10 15:20:27 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 10 15:20:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=857cfa69

lxde-base/lxmenu-data: x86 stable wrt bug #598742

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 lxde-base/lxmenu-data/lxmenu-data-0.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxde-base/lxmenu-data/lxmenu-data-0.1.5.ebuild 
b/lxde-base/lxmenu-data/lxmenu-data-0.1.5.ebuild
index 36e51db..4a42831 100644
--- a/lxde-base/lxmenu-data/lxmenu-data-0.1.5.ebuild
+++ b/lxde-base/lxmenu-data/lxmenu-data-0.1.5.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~arm-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-HTTP_Header/

2017-01-10 Thread Agostino Sarubbo
commit: e6e64b9214959beaf957341fe6434628d61203ae
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 10 15:22:14 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 10 15:22:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6e64b92

dev-php/PEAR-HTTP_Header: x86 stable wrt bug #604868

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-php/PEAR-HTTP_Header/PEAR-HTTP_Header-1.2.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-HTTP_Header/PEAR-HTTP_Header-1.2.1-r2.ebuild 
b/dev-php/PEAR-HTTP_Header/PEAR-HTTP_Header-1.2.1-r2.ebuild
index 6f2dd2f..5494296 100644
--- a/dev-php/PEAR-HTTP_Header/PEAR-HTTP_Header-1.2.1-r2.ebuild
+++ b/dev-php/PEAR-HTTP_Header/PEAR-HTTP_Header-1.2.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ HOMEPAGE="http://pear.php.net/package/HTTP_Header";
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz";
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 RDEPEND="dev-lang/php:*
dev-php/PEAR-HTTP"



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxrandr/

2017-01-10 Thread Agostino Sarubbo
commit: 3d2b3db0ffc51a7fee6909ab419dca871cfcb720
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 10 15:20:38 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 10 15:20:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d2b3db0

lxde-base/lxrandr: x86 stable wrt bug #598746

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 lxde-base/lxrandr/lxrandr-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxde-base/lxrandr/lxrandr-0.3.1.ebuild 
b/lxde-base/lxrandr/lxrandr-0.3.1.ebuild
index 32cc8c8..e483fd1 100644
--- a/lxde-base/lxrandr/lxrandr-0.3.1.ebuild
+++ b/lxde-base/lxrandr/lxrandr-0.3.1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://lxde.org/";
 SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~x86 ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc x86 ~arm-linux ~x86-linux"
 SLOT="0"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpdump/

2017-01-10 Thread Agostino Sarubbo
commit: 7feee7ffbc7d5ec581a324d9a1a0feda55063e3e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 10 15:22:08 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 10 15:22:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7feee7ff

net-analyzer/tcpdump: x86 stable wrt bug #605224

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-analyzer/tcpdump/tcpdump-4.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/tcpdump/tcpdump-4.8.1.ebuild 
b/net-analyzer/tcpdump/tcpdump-4.8.1.ebuild
index 9d017bd..b105534 100644
--- a/net-analyzer/tcpdump/tcpdump-4.8.1.ebuild
+++ b/net-analyzer/tcpdump/tcpdump-4.8.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="+drop-root libressl smi ssl samba suid test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgsf/

2017-01-10 Thread Agostino Sarubbo
commit: 9f6709202fef07d07f6fb510c06a22cb7975ffe7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 10 15:22:49 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 10 15:22:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f670920

gnome-extra/libgsf: x86 stable wrt bug #602622

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-extra/libgsf/libgsf-1.14.41.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.41.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.41.ebuild
index 3fde6ce..85c29f9 100644
--- a/gnome-extra/libgsf/libgsf-1.14.41.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.41.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



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

2017-01-10 Thread Agostino Sarubbo
commit: 8b97a4e78e523073f488894f102a1f97128ccd49
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 10 15:22:26 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 10 15:22:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b97a4e7

dev-libs/nspr: x86 stable wrt bug #604916

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/nspr/nspr-4.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/nspr/nspr-4.13.1.ebuild b/dev-libs/nspr/nspr-4.13.1.ebuild
index 9ab717c..0db5ce1 100644
--- a/dev-libs/nspr/nspr-4.13.1.ebuild
+++ b/dev-libs/nspr/nspr-4.13.1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://archive.mozilla.org/pub/nspr/releases/v${PV}/src/${P}.tar.gz";
 
 LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxappearance/

2017-01-10 Thread Agostino Sarubbo
commit: 7d3ebb98965f70b5453f4e37230b9ff0d221878a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 10 15:21:44 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 10 15:21:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d3ebb98

lxde-base/lxappearance: x86 stable wrt bug #598738

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 lxde-base/lxappearance/lxappearance-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxde-base/lxappearance/lxappearance-0.6.2.ebuild 
b/lxde-base/lxappearance/lxappearance-0.6.2.ebuild
index 818c6ce..69cd812 100644
--- a/lxde-base/lxappearance/lxappearance-0.6.2.ebuild
+++ b/lxde-base/lxappearance/lxappearance-0.6.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc x86 ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux"
 IUSE="dbus"
 
 RDEPEND="x11-libs/gtk+:2



[gentoo-commits] repo/gentoo:master commit in: dev-lang/php/

2017-01-10 Thread Agostino Sarubbo
commit: c0d8746af0371aa8b16eb443aa3a3b4ac1791dd1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 10 15:21:31 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 10 15:21:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d8746a

dev-lang/php: x86 stable wrt bug #604776

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-lang/php/php-5.6.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/php/php-5.6.29.ebuild b/dev-lang/php/php-5.6.29.ebuild
index a7d3bf1..e424792 100644
--- a/dev-lang/php/php-5.6.29.ebuild
+++ b/dev-lang/php/php-5.6.29.ebuild
@@ -19,7 +19,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2"



[gentoo-commits] repo/gentoo:master commit in: app-officeext/ooofbtools/

2017-01-10 Thread Agostino Sarubbo
commit: 2fb893e3276acf6a8523d947e613cee5038408ed
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 10 15:22:38 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 10 15:22:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb893e3

app-officeext/ooofbtools: x86 stable wrt bug #604922

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-officeext/ooofbtools/ooofbtools-2.48.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-officeext/ooofbtools/ooofbtools-2.48.ebuild 
b/app-officeext/ooofbtools/ooofbtools-2.48.ebuild
index 14968ae..0088a1a 100644
--- a/app-officeext/ooofbtools/ooofbtools-2.48.ebuild
+++ b/app-officeext/ooofbtools/ooofbtools-2.48.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="mirror://sourceforge/fbtools/files/release/${MY_PN}-${PV}.zip"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="dev-libs/libxml2
app-arch/zip"



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxpanel/

2017-01-10 Thread Agostino Sarubbo
commit: 9562c3841099450981906fb88ac197afa4889bc0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 10 15:20:33 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 10 15:20:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9562c384

lxde-base/lxpanel: x86 stable wrt bug #598744

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 lxde-base/lxpanel/lxpanel-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxde-base/lxpanel/lxpanel-0.8.2.ebuild 
b/lxde-base/lxpanel/lxpanel-0.8.2.ebuild
index f1d9ff9..0781d1a 100644
--- a/lxde-base/lxpanel/lxpanel-0.8.2.ebuild
+++ b/lxde-base/lxpanel/lxpanel-0.8.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://lxde.org/";
 SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~x86 ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc x86 ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux"
 SLOT="0"
 IUSE="+alsa wifi"
 



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

2017-01-10 Thread Agostino Sarubbo
commit: 19a5712b6bc20523c878553de4c393e88753b237
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 10 15:22:21 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 10 15:22:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a5712b

dev-libs/nss: x86 stable wrt bug #604916

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/nss/nss-3.28.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/nss/nss-3.28.1.ebuild b/dev-libs/nss/nss-3.28.1.ebuild
index f9d3dd6..591d7a4 100644
--- a/dev-libs/nss/nss-3.28.1.ebuild
+++ b/dev-libs/nss/nss-3.28.1.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://archive.mozilla.org/pub/security/nss/releases/${RTM_NAME}/src/$
 
 LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="cacert +nss-pem utils"
 CDEPEND=">=dev-db/sqlite-3.8.2[${MULTILIB_USEDEP}]
>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-sound/dcadec/

2017-01-10 Thread Agostino Sarubbo
commit: 86d1f7215d59fbc3d8bcfb8e0433cad8460438c8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 10 15:20:57 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 10 15:20:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d1f721

media-sound/dcadec: x86 stable wrt bug #604638

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-sound/dcadec/dcadec-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/dcadec/dcadec-0.2.0.ebuild 
b/media-sound/dcadec/dcadec-0.2.0.ebuild
index 6a75b60..9518d99 100644
--- a/media-sound/dcadec/dcadec-0.2.0.ebuild
+++ b/media-sound/dcadec/dcadec-0.2.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/foo86/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
 fi
 
 DESCRIPTION="DTS Coherent Acoustics decoder with support for HD extensions"



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

2017-01-10 Thread Agostino Sarubbo
commit: 67d491f4aeba1af351dfc594cb6e23f225ef1c60
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 10 15:22:43 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 10 15:22:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67d491f4

dev-libs/pugixml: x86 stable wrt bug #604970

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/pugixml/pugixml-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/pugixml/pugixml-1.8.ebuild 
b/dev-libs/pugixml/pugixml-1.8.ebuild
index fd81d0e..f51a5a8 100644
--- a/dev-libs/pugixml/pugixml-1.8.ebuild
+++ b/dev-libs/pugixml/pugixml-1.8.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/zeux/${PN}/releases/download/v${PV}/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 
 src_configure() {
local mycmakeargs=( -DBUILD_SHARED_LIBS=ON )



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

2017-01-10 Thread Agostino Sarubbo
commit: fcfb81f3589188470d7c1920d97ac72aeecf6f8b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 10 15:21:17 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 10 15:21:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcfb81f3

media-libs/ffmpegsource: x86 stable wrt bug #604700

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-libs/ffmpegsource/ffmpegsource-2.23.ebuild 
b/media-libs/ffmpegsource/ffmpegsource-2.23.ebuild
index 57d649f..33a9fe7 100644
--- a/media-libs/ffmpegsource/ffmpegsource-2.23.ebuild
+++ b/media-libs/ffmpegsource/ffmpegsource-2.23.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/FFMS/ffms2/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/4"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="libav"
 
 RDEPEND="



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

2017-01-10 Thread Agostino Sarubbo
commit: c127723298ff498b786979fc9e65725a555f4de8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 10 15:22:03 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 10 15:22:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1277232

net-libs/libpcap: x86 stable wrt bug #605224

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/libpcap/libpcap-1.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libpcap/libpcap-1.8.1.ebuild 
b/net-libs/libpcap/libpcap-1.8.1.ebuild
index 6f09eb8..036f36b 100644
--- a/net-libs/libpcap/libpcap-1.8.1.ebuild
+++ b/net-libs/libpcap/libpcap-1.8.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="bluetooth dbus netlink static-libs usb"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/blender/

2017-01-10 Thread Agostino Sarubbo
commit: 9eaeedf6de1d28177e7246fce935f779fc74e108
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 10 15:21:38 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 10 15:21:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eaeedf6

media-gfx/blender: x86 stable wrt bug #591850

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-gfx/blender/blender-2.72b-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/blender/blender-2.72b-r4.ebuild 
b/media-gfx/blender/blender-2.72b-r4.ebuild
index 7c817b7..0721653 100644
--- a/media-gfx/blender/blender-2.72b-r4.ebuild
+++ b/media-gfx/blender/blender-2.72b-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -48,7 +48,7 @@ fi
 
 SLOT="0"
 LICENSE="|| ( GPL-2 BL )"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+boost +bullet collada colorio cycles +dds debug doc +elbeem ffmpeg fftw 
+game-engine jack jpeg2k libav ndof nls openal openimageio +opennl openmp 
+openexr player redcode sdl sndfile cpu_flags_x86_sse cpu_flags_x86_sse2 tiff"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}
player? ( game-engine )



[gentoo-commits] repo/gentoo:master commit in: lxde-base/lxtask/

2017-01-10 Thread Agostino Sarubbo
commit: 39b33096d4272b3cda1d98b291d7c4eda4660c80
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 10 15:20:44 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 10 15:20:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39b33096

lxde-base/lxtask: x86 stable wrt bug #598748

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 lxde-base/lxtask/lxtask-0.1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxde-base/lxtask/lxtask-0.1.7.ebuild 
b/lxde-base/lxtask/lxtask-0.1.7.ebuild
index cbd55b5..e6562cb 100644
--- a/lxde-base/lxtask/lxtask-0.1.7.ebuild
+++ b/lxde-base/lxtask/lxtask-0.1.7.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://lxde.sf.net/";
 SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~ppc ~x86 ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~ppc x86 ~arm-linux ~x86-linux"
 SLOT="0"
 IUSE=""
 



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

2017-01-10 Thread Agostino Sarubbo
commit: 551bcd7c2a2b83369dd60dfe5cf66cc4c995ae21
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 10 15:22:32 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 10 15:22:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=551bcd7c

sys-apps/ed: x86 stable wrt bug #605012

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-apps/ed/ed-1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/ed/ed-1.13.ebuild b/sys-apps/ed/ed-1.13.ebuild
index 9efd643..e11d60f 100644
--- a/sys-apps/ed/ed-1.13.ebuild
+++ b/sys-apps/ed/ed-1.13.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://fossies.org/linux/privat/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="sys-apps/texinfo"



[gentoo-commits] repo/gentoo:master commit in: media-video/aegisub/

2017-01-10 Thread Agostino Sarubbo
commit: 72a527c7d692ddae7295e77d6b81eb327fff60ab
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 10 15:21:23 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 10 15:21:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72a527c7

media-video/aegisub: x86 stable wrt bug #604700

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-video/aegisub/aegisub-3.2.2_p20160518-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/aegisub/aegisub-3.2.2_p20160518-r1.ebuild 
b/media-video/aegisub/aegisub-3.2.2_p20160518-r1.ebuild
index c0353da..ab188c5 100644
--- a/media-video/aegisub/aegisub-3.2.2_p20160518-r1.ebuild
+++ b/media-video/aegisub/aegisub-3.2.2_p20160518-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/Aegisub/Aegisub/archive/${COMMIT_ID}.tar.gz -> ${P}.
 
 LICENSE="BSD MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="alsa debug +fftw openal oss portaudio pulseaudio spell test +uchardet"
 
 # aegisub bundles luabins (https://github.com/agladysh/luabins).



[gentoo-commits] repo/gentoo:master commit in: www-servers/nginx/

2017-01-10 Thread Agostino Sarubbo
commit: 198664a2ccedff520dab3d3ff4c10e474e9acf4c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 10 15:21:05 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 10 15:21:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=198664a2

www-servers/nginx: x86 stable wrt bug #605008

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-servers/nginx/nginx-1.10.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/nginx/nginx-1.10.2-r3.ebuild 
b/www-servers/nginx/nginx-1.10.2-r3.ebuild
index 9a1478a..2a00c26 100644
--- a/www-servers/nginx/nginx-1.10.2-r3.ebuild
+++ b/www-servers/nginx/nginx-1.10.2-r3.ebuild
@@ -173,7 +173,7 @@ LICENSE="BSD-2 BSD SSLeay MIT GPL-2 GPL-2+
nginx_modules_http_push_stream? ( GPL-3 )"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 
 NGINX_MODULES_STD="access auth_basic autoindex browser charset empty_gif
fastcgi geo gzip limit_req limit_conn map memcached proxy referer



[gentoo-commits] repo/gentoo:master commit in: sys-libs/libcap-ng/

2017-01-10 Thread Agostino Sarubbo
commit: 3ab1929ea5342bf8b0fe0fb7f1553072971c2c52
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 10 15:21:50 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 10 15:21:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab1929e

sys-libs/libcap-ng: x86 stable wrt bug #605166

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-libs/libcap-ng/libcap-ng-0.7.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libcap-ng/libcap-ng-0.7.8.ebuild 
b/sys-libs/libcap-ng/libcap-ng-0.7.8.ebuild
index 46d4601..8fd6117 100644
--- a/sys-libs/libcap-ng/libcap-ng-0.7.8.ebuild
+++ b/sys-libs/libcap-ng/libcap-ng-0.7.8.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://people.redhat.com/sgrubb/${PN}/${P}.tar.gz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~arm-linux ~x86-linux"
 IUSE="python static-libs"
 
 RDEPEND="python? ( ${PYTHON_DEPS} )"



  1   2   >