[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdegraphics-mobipocket/

2016-05-27 Thread Johannes Huber
commit: 480d17eaf4ffa0cfe38144d5055e79ff0a041b80
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 27 07:15:49 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri May 27 07:16:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=480d17ea

kde-apps/kdegraphics-mobipocket: Remove *-r0

Package-Manager: portage-2.3.0_rc1

 .../kdegraphics-mobipocket-15.08.3.ebuild | 11 ---
 .../kdegraphics-mobipocket-15.12.3.ebuild | 11 ---
 .../kdegraphics-mobipocket-16.04.1.ebuild | 11 ---
 .../kdegraphics-mobipocket-4.14.3.ebuild  | 11 ---
 4 files changed, 44 deletions(-)

diff --git 
a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-15.08.3.ebuild 
b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-15.08.3.ebuild
deleted file mode 100644
index 0b69e45..000
--- a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-15.08.3.ebuild
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="Library to support mobipocket ebooks"
-KEYWORDS="amd64 x86"
-IUSE="debug"

diff --git 
a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-15.12.3.ebuild 
b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-15.12.3.ebuild
deleted file mode 100644
index be6b8fd..000
--- a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-15.12.3.ebuild
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="Library to support mobipocket ebooks"
-KEYWORDS=" amd64 ~x86"
-IUSE="debug"

diff --git 
a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-16.04.1.ebuild 
b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-16.04.1.ebuild
deleted file mode 100644
index 844959c..000
--- a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-16.04.1.ebuild
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde4-base
-
-DESCRIPTION="Library to support mobipocket ebooks"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"

diff --git 
a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-4.14.3.ebuild 
b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-4.14.3.ebuild
deleted file mode 100644
index d5ee48a..000
--- a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-4.14.3.ebuild
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="Library to support mobipocket ebooks"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug"



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

2016-05-27 Thread Johannes Huber
commit: 27702373f38d4957b7879fc4d5b0d9c4e21976ce
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 27 07:07:52 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri May 27 07:07:52 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=27702373

kde-apps/kdegraphics-mobipocket: Fix automagic dependency

By disabling find on deprecated app-misc/strigi.

Gentoo-bug: 584264
Gentoo-bug: 583716

Package-Manager: portage-2.3.0_rc1

 .../kdegraphics-mobipocket-16.04.49..ebuild   | 8 
 .../kdegraphics-mobipocket/kdegraphics-mobipocket-.ebuild | 8 
 2 files changed, 16 insertions(+)

diff --git 
a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-16.04.49..ebuild 
b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-16.04.49..ebuild
index 1a4b1ae..72bbaf0 100644
--- 
a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-16.04.49..ebuild
+++ 
b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-16.04.49..ebuild
@@ -9,3 +9,11 @@ inherit kde4-base
 DESCRIPTION="Library to support mobipocket ebooks"
 KEYWORDS=""
 IUSE="debug"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_Strigi=ON
+   )
+
+   kde4-base_src_configure
+}

diff --git a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-.ebuild 
b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-.ebuild
index 1a4b1ae..72bbaf0 100644
--- a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-.ebuild
+++ b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-.ebuild
@@ -9,3 +9,11 @@ inherit kde4-base
 DESCRIPTION="Library to support mobipocket ebooks"
 KEYWORDS=""
 IUSE="debug"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_Strigi=ON
+   )
+
+   kde4-base_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdegraphics-mobipocket/

2016-05-27 Thread Johannes Huber
commit: 25aeba8907a7083e700943373150512d71593514
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 27 07:14:02 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri May 27 07:16:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25aeba89

kde-apps/kdegraphics-mobipocket: Stable *-r1

Package-Manager: portage-2.3.0_rc1

 .../kdegraphics-mobipocket/kdegraphics-mobipocket-15.08.3-r1.ebuild | 2 +-
 .../kdegraphics-mobipocket/kdegraphics-mobipocket-15.12.3-r1.ebuild | 2 +-
 kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-4.14.3-r1.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-15.08.3-r1.ebuild 
b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-15.08.3-r1.ebuild
index 30896e9..ff10143 100644
--- a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-15.08.3-r1.ebuild
+++ b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-15.08.3-r1.ebuild
@@ -7,7 +7,7 @@ EAPI=6
 inherit kde4-base
 
 DESCRIPTION="Library to support mobipocket ebooks"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="debug"
 
 src_configure() {

diff --git 
a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-15.12.3-r1.ebuild 
b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-15.12.3-r1.ebuild
index 30896e9..1936dcf 100644
--- a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-15.12.3-r1.ebuild
+++ b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-15.12.3-r1.ebuild
@@ -7,7 +7,7 @@ EAPI=6
 inherit kde4-base
 
 DESCRIPTION="Library to support mobipocket ebooks"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug"
 
 src_configure() {

diff --git 
a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-4.14.3-r1.ebuild 
b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-4.14.3-r1.ebuild
index 67e7d91..d805c21 100644
--- a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-4.14.3-r1.ebuild
+++ b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-4.14.3-r1.ebuild
@@ -7,7 +7,7 @@ EAPI=6
 inherit kde4-base
 
 DESCRIPTION="Library to support mobipocket ebooks"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdegraphics-mobipocket/

2016-05-27 Thread Johannes Huber
commit: e2fd06ba2304a6bc167c58df95cd0012ac581e77
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 27 07:10:58 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri May 27 07:16:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2fd06ba

kde-apps/kdegraphics-mobipocket: Fix automagic dependency

By disabling find on deprecated app-misc/strigi.

Gentoo-bug: 584264
Gentoo-bug: 583716

Package-Manager: portage-2.3.0_rc1

 .../kdegraphics-mobipocket-15.08.3-r1.ebuild  | 19 +++
 .../kdegraphics-mobipocket-15.12.3-r1.ebuild  | 19 +++
 .../kdegraphics-mobipocket-16.04.1-r1.ebuild  | 19 +++
 .../kdegraphics-mobipocket-4.14.3-r1.ebuild   | 19 +++
 4 files changed, 76 insertions(+)

diff --git 
a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-15.08.3-r1.ebuild 
b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-15.08.3-r1.ebuild
new file mode 100644
index 000..30896e9
--- /dev/null
+++ b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-15.08.3-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit kde4-base
+
+DESCRIPTION="Library to support mobipocket ebooks"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_Strigi=ON
+   )
+
+   kde4-base_src_configure
+}

diff --git 
a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-15.12.3-r1.ebuild 
b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-15.12.3-r1.ebuild
new file mode 100644
index 000..30896e9
--- /dev/null
+++ b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-15.12.3-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit kde4-base
+
+DESCRIPTION="Library to support mobipocket ebooks"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_Strigi=ON
+   )
+
+   kde4-base_src_configure
+}

diff --git 
a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-16.04.1-r1.ebuild 
b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-16.04.1-r1.ebuild
new file mode 100644
index 000..30896e9
--- /dev/null
+++ b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-16.04.1-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit kde4-base
+
+DESCRIPTION="Library to support mobipocket ebooks"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_Strigi=ON
+   )
+
+   kde4-base_src_configure
+}

diff --git 
a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-4.14.3-r1.ebuild 
b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-4.14.3-r1.ebuild
new file mode 100644
index 000..67e7d91
--- /dev/null
+++ b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-4.14.3-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit kde4-base
+
+DESCRIPTION="Library to support mobipocket ebooks"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_Strigi=ON
+   )
+
+   kde4-base_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: sys-process/criu/files/2.2/, sys-process/criu/

2016-05-27 Thread Yixun Lan
commit: 81c43e8ea9a5561629e34e1030ea835a655eb62b
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri May 27 06:43:57 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 27 07:16:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81c43e8e

sys-process/criu: version bump 2.2

Package-Manager: portage-2.2.28

 sys-process/criu/Manifest  |  1 +
 sys-process/criu/criu-2.2.ebuild   | 93 ++
 sys-process/criu/files/2.2/criu-2.2-flags.patch| 13 +++
 sys-process/criu/files/2.2/criu-2.2-makefile.patch | 77 ++
 4 files changed, 184 insertions(+)

diff --git a/sys-process/criu/Manifest b/sys-process/criu/Manifest
index 8eb6929..a0138aa 100644
--- a/sys-process/criu/Manifest
+++ b/sys-process/criu/Manifest
@@ -3,3 +3,4 @@ DIST criu-1.7.2.tar.bz2 508012 SHA256 
f5d377fd2a3c8824c592f6c27147cb4d37333ca0ce
 DIST criu-1.8.tar.bz2 534200 SHA256 
d1d6693d23181b1cd7378d77c142e41bcac3cb2ae5c71ea4c5b7de01f65575bb SHA512 
de3f63613124606be08e5323f465c63811c35c457f4b1a311434aeb02590ebf652845b727b9e10b8a9eb9402c97e772ff044135bec7797cc6e4ad972efc9172d
 WHIRLPOOL 
2f2d18f5fbd1608acfd6ce9e1283cf05a1574b2a141cd4cf29bcacc370ed0bfce488187e40250edeb396daf8fc38f2a2e960ffd8773511a82eebce3a74663e9f
 DIST criu-2.0.tar.bz2 548581 SHA256 
e80726cc54f74751ae6f63a5b0cf9a2882ffc3fd2aa11b311da0384635d418ff SHA512 
ebe785c3da9d54ba517254f7851f0283ccf3826cba30a07c6c74a7253f2d7235f32bb921623a23e6103a3c3e4461e1bc5dc06484270c8e25929c8e981a8b036f
 WHIRLPOOL 
7999a2aeb40f9a932a8b1d11c842f78c710718f08ca1f29b373c69d34b82ebc7ab9b6a659460a058333d6591b64ef76215cdc2d70760cbd57c4d1444d9abe622
 DIST criu-2.1.tar.bz2 556820 SHA256 
7a9fe6f2858a3086e652e17ffb85174f72cf19e87e776fc5ddab66013f16d4c4 SHA512 
19fd57464a757a3b668ebf5ba70ea80d591d0df70a325ad5929408239f3439ef1cabe68367c778e386e5b818adf4fc4b98dccf729d2b5d656f12389e3f6d9439
 WHIRLPOOL 
4c193d96ff83ec08e8cb2de1ea1a2b11ceb6980d64cfc71bb2f9e1b518aa7b15ab7a2838fb2559aaa82c1e72378c5d0c5175bb437fff1040d0e95a60e5c8525c
+DIST criu-2.2.tar.bz2 558926 SHA256 
f893938f72d2c0693a9430e7dd39dc3d32a40187de5edbd65830c6ade0f34e53 SHA512 
3e03dcd3531641e93f88354515b902390a9d83fd79eec36848ded5a28e987cd5ae8e81d7ed645960a86f4dfa5176f17de02f5a9b19723a8aaa2bf15057fe46dd
 WHIRLPOOL 
62bf41089f0028926622ba69c5c6f44f0ee8288a38b2d6ce82e9c727c9ee9ccd1f65a6a8654c9faa06597316e8b00b6076b4cddf6d7af06b85f8de334de9afa7

diff --git a/sys-process/criu/criu-2.2.ebuild b/sys-process/criu/criu-2.2.ebuild
new file mode 100644
index 000..f971fd4
--- /dev/null
+++ b/sys-process/criu/criu-2.2.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils toolchain-funcs linux-info flag-o-matic python-r1 
python-utils-r1
+
+DESCRIPTION="utility to checkpoint/restore a process tree"
+HOMEPAGE="http://criu.org/";
+SRC_URI="http://download.openvz.org/criu/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64"
+IUSE="python setproctitle"
+
+RDEPEND="dev-libs/protobuf-c
+   dev-libs/libnl:3
+   python? ( ${PYTHON_DEPS} )
+   setproctitle? ( dev-libs/libbsd )"
+DEPEND="${RDEPEND}
+   app-text/asciidoc
+   app-text/xmlto"
+RDEPEND="${RDEPEND}
+   python? (
+   dev-libs/protobuf[python,${PYTHON_USEDEP}]
+   dev-python/ipaddr[${PYTHON_USEDEP}]
+   )"
+
+CONFIG_CHECK="~CHECKPOINT_RESTORE ~NAMESPACES ~PID_NS ~FHANDLE ~EVENTFD ~EPOLL 
~INOTIFY_USER
+   ~IA32_EMULATION ~UNIX_DIAG ~INET_DIAG ~INET_UDP_DIAG ~PACKET_DIAG 
~NETLINK_DIAG"
+
+RESTRICT="test"
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PV}/${P}-flags.patch
+   epatch "${FILESDIR}"/${PV}/${P}-makefile.patch
+   epatch "${FILESDIR}"/2.0/${PN}-2.0-automagic-libbsd.patch
+   epatch "${FILESDIR}"/2.0/${PN}-2.0-sysroot.patch
+}
+
+criu_arch() {
+   # criu infers the arch from $(uname -m).  We never want this to happen.
+   case ${ARCH} in
+   amd64) echo "x86";;
+   arm64) echo "aarch64";;
+   *) echo "${ARCH}";;
+   esac
+}
+
+src_compile() {
+   RAW_LDFLAGS="$(raw-ldflags)" emake \
+   CC="$(tc-getCC)" \
+   LD="$(tc-getLD)" \
+   OBJCOPY="$(tc-getOBJCOPY)" \
+   LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
+   ARCH="$(criu_arch)" \
+   V=1 WERROR=0 DEBUG=0 \
+   SETPROCTITLE=$(usex setproctitle) \
+   PYCRIU=$(usex python) \
+   all docs
+}
+
+src_test() {
+   # root privileges are required to dump all necessary info
+   if [[ ${EUID} -eq 0 ]] ; then
+   emake -j1 CC="$(tc-getCC)" ARCH="$(criu_arch)" V=1 WERROR=0 test
+   fi
+}
+
+install_crit() {
+   "${PYTHON:-python}" ../scripts/crit-setup.py install --root="${D}" 
--prefix="${EPREFIX}/usr/"
+}
+
+src_install() {
+   emake \
+  

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

2016-05-27 Thread Yixun Lan
commit: 7e2abf3aac50d90b73a873ece6f22b2e296aafba
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri May 27 06:50:57 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 27 07:16:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e2abf3a

a pp-office/lyx: version bump 2.2.0

Package-Manager: portage-2.2.28

 app-office/lyx/Manifest |   1 +
 app-office/lyx/lyx-2.2.0.ebuild | 193 
 2 files changed, 194 insertions(+)

diff --git a/app-office/lyx/Manifest b/app-office/lyx/Manifest
index 13c28d5..0179274 100644
--- a/app-office/lyx/Manifest
+++ b/app-office/lyx/Manifest
@@ -1,3 +1,4 @@
 DIST lyx-2.0.8.1.tar.xz 10481988 SHA256 
fa0a9c6070554e0d12d24e9b3c4a1e5fc2ee853b3fbe83e2a415635cdc973c59 SHA512 
17e313d3118dfe439f5251384f2fffdb45ffef5ec515953b7af0762d35c8e156a9338de698cea91cf8b3cedca1fc08364d8f3c50c9345f304d57004af695f901
 WHIRLPOOL 
6a9ef2df39861d373e1c6288f5443f910632a09ed4d84e409efe06459f2f39d3c30462b3a26aafe37c5216b765882e7ab5189e7d164b71def97f50877784754c
 DIST lyx-2.1.3.tar.xz 10778624 SHA256 
2fd52e7e5ee372983eb6b0a7f04765cb0df6f8c1f3420081d9f7761acfc75682 SHA512 
c2930d0ff1dfb7dc23e07be7141cd50c4fa023f32fc3653745b4f5031460c6fe5acfc955c0af5b3bf9505d7958b0d1e301eefd0a894bd02bb4c3f966f54332db
 WHIRLPOOL 
818bba837ed7e63609c1067e94f3281a9d9ef2049ba1792a010372cb544e6ead8bab0ec1906f083e8fa27f8ae8145c1cf7a4772cf3952caccf5bbd2a2c1026be
 DIST lyx-2.1.4.tar.xz 10928716 SHA256 
d13548cf183f2fc241df8121420933702491a7460c78a0ef6dba0e9e438ef32a SHA512 
7547950e3c11e88f0ccf2cacb56709f9722d4cd03a5ee751af4489f6d343e13ee6b4e0ff7b830532572975c6cc9506686ade2afa5093f765d21b4d1b9ee7339d
 WHIRLPOOL 
a5d8533902fd5dd5a696645941c532bfe35eeaf76f411798a0aafcd01674e678dd65d2c0a58af09a6739adaf80f821a2676c340a349fca61929edfc5a9389938
+DIST lyx-2.2.0.tar.xz 14640052 SHA256 
d867986870e3f7451f0d4512c60d9c3c7682da59c6c638f18b731f4ad3fa7c80 SHA512 
3bc6a3dcd2271d942d1d34cf5f7b7c74d1d58499d070e5b7c056ee03d5195467a4230d18a65e9a591e76655970413370fd6233495c8d3ab977270488082425df
 WHIRLPOOL 
5cd3b13ad8852d4ed5c59a11872547f0bb602119ce2ddbc29c5f7c240b7ca091cf341c0d22ff13c63980057706abf4a35cf5d03625545f598261c98ec4292497

diff --git a/app-office/lyx/lyx-2.2.0.ebuild b/app-office/lyx/lyx-2.2.0.ebuild
new file mode 100644
index 000..9958fca
--- /dev/null
+++ b/app-office/lyx/lyx-2.2.0.ebuild
@@ -0,0 +1,193 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+inherit gnome2-utils eutils fdo-mime flag-o-matic font python-single-r1 
toolchain-funcs
+
+MY_P="${P/_}"
+
+S="${WORKDIR}/${MY_P}"
+FONT_S="${S}/lib/fonts"
+FONT_SUFFIX="ttf"
+DESCRIPTION="WYSIWYM frontend for LaTeX, DocBook, etc."
+HOMEPAGE="http://www.lyx.org/";
+SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/${MY_P}.tar.xz
+   ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.2/${MY_P}/${MY_P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos 
~x86-macos"
+IUSE="cups debug nls +latex monolithic-build html rtf dot docbook dia 
subversion rcs svg gnumeric +hunspell aspell enchant +qt4 qt5"
+
+LANGS="ar ca cs da de el en es eu fi fr gl he hu ia id it ja nb nn pl pt_BR 
pt_PT ro ru sk sr sv tr uk zh_CN zh_TW"
+
+for X in ${LANGS}; do
+   IUSE="${IUSE} linguas_${X}"
+done
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+   qt4? ( !qt5 )
+   qt5? ( !qt4 )"
+
+DOCS=( ANNOUNCE NEWS README RELEASE-NOTES UPGRADING )
+
+COMMONDEPEND=">=dev-libs/boost-1.34:=
+   ${PYTHON_DEPS}
+   qt4? ( dev-qt/qtgui:4 dev-qt/qtcore:4 dev-qt/qtsvg:4 )
+   qt5? ( dev-qt/qtgui:5 dev-qt/qtcore:5 dev-qt/qtwidgets:5 
dev-qt/qtx11extras:5 dev-qt/qtsvg:5 )"
+
+RDEPEND="${COMMONDEPEND}
+   dev-texlive/texlive-fontsextra
+   || ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[png] )
+   cups? ( net-print/cups )
+   latex? (
+   app-text/texlive
+   app-text/ghostscript-gpl
+   app-text/noweb
+   app-text/dvipng
+   dev-tex/dvipost
+   dev-tex/chktex
+   app-text/ps2eps
+   dev-texlive/texlive-latexextra
+   dev-texlive/texlive-pictures
+   dev-texlive/texlive-science
+   dev-texlive/texlive-genericextra
+   dev-texlive/texlive-fontsrecommended
+   || (
+   dev-tex/latex2html
+   dev-tex/tth
+   dev-tex/hevea
+   dev-tex/tex4ht[java]
+   )
+   )
+   html? ( dev-tex/html2latex )
+   rtf? (
+   dev-tex/latex2rtf
+   app-text/unrtf
+   dev-tex/html2latex
+   )
+   linguas_he? ( dev-tex/culmus-latex )
+   docbook? ( app-text/sgmltools-lite )
+   dot? ( media-gfx/graphviz )
+   dia? ( app-office/

[gentoo-commits] repo/gentoo:master commit in: app-office/lyx/, app-office/lyx/files/

2016-05-27 Thread Yixun Lan
commit: 627f44c711c355268512ec8a0b93c242b23467c1
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri May 27 06:56:01 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 27 07:16:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=627f44c7

app-office/lyx: drop old versions

Package-Manager: portage-2.2.28

 app-office/lyx/Manifest |   1 -
 app-office/lyx/files/1.6.10-gcc.patch   | 142 -
 app-office/lyx/files/1.6.7-python.patch |  26 -
 app-office/lyx/files/2.0-python.patch   |  26 -
 app-office/lyx/lyx-2.1.3.ebuild | 179 
 5 files changed, 374 deletions(-)

diff --git a/app-office/lyx/Manifest b/app-office/lyx/Manifest
index 0179274..0f955ea 100644
--- a/app-office/lyx/Manifest
+++ b/app-office/lyx/Manifest
@@ -1,4 +1,3 @@
 DIST lyx-2.0.8.1.tar.xz 10481988 SHA256 
fa0a9c6070554e0d12d24e9b3c4a1e5fc2ee853b3fbe83e2a415635cdc973c59 SHA512 
17e313d3118dfe439f5251384f2fffdb45ffef5ec515953b7af0762d35c8e156a9338de698cea91cf8b3cedca1fc08364d8f3c50c9345f304d57004af695f901
 WHIRLPOOL 
6a9ef2df39861d373e1c6288f5443f910632a09ed4d84e409efe06459f2f39d3c30462b3a26aafe37c5216b765882e7ab5189e7d164b71def97f50877784754c
-DIST lyx-2.1.3.tar.xz 10778624 SHA256 
2fd52e7e5ee372983eb6b0a7f04765cb0df6f8c1f3420081d9f7761acfc75682 SHA512 
c2930d0ff1dfb7dc23e07be7141cd50c4fa023f32fc3653745b4f5031460c6fe5acfc955c0af5b3bf9505d7958b0d1e301eefd0a894bd02bb4c3f966f54332db
 WHIRLPOOL 
818bba837ed7e63609c1067e94f3281a9d9ef2049ba1792a010372cb544e6ead8bab0ec1906f083e8fa27f8ae8145c1cf7a4772cf3952caccf5bbd2a2c1026be
 DIST lyx-2.1.4.tar.xz 10928716 SHA256 
d13548cf183f2fc241df8121420933702491a7460c78a0ef6dba0e9e438ef32a SHA512 
7547950e3c11e88f0ccf2cacb56709f9722d4cd03a5ee751af4489f6d343e13ee6b4e0ff7b830532572975c6cc9506686ade2afa5093f765d21b4d1b9ee7339d
 WHIRLPOOL 
a5d8533902fd5dd5a696645941c532bfe35eeaf76f411798a0aafcd01674e678dd65d2c0a58af09a6739adaf80f821a2676c340a349fca61929edfc5a9389938
 DIST lyx-2.2.0.tar.xz 14640052 SHA256 
d867986870e3f7451f0d4512c60d9c3c7682da59c6c638f18b731f4ad3fa7c80 SHA512 
3bc6a3dcd2271d942d1d34cf5f7b7c74d1d58499d070e5b7c056ee03d5195467a4230d18a65e9a591e76655970413370fd6233495c8d3ab977270488082425df
 WHIRLPOOL 
5cd3b13ad8852d4ed5c59a11872547f0bb602119ce2ddbc29c5f7c240b7ca091cf341c0d22ff13c63980057706abf4a35cf5d03625545f598261c98ec4292497

diff --git a/app-office/lyx/files/1.6.10-gcc.patch 
b/app-office/lyx/files/1.6.10-gcc.patch
deleted file mode 100644
index 44e0fc9..000
--- a/app-office/lyx/files/1.6.10-gcc.patch
+++ /dev/null
@@ -1,142 +0,0 @@
-diff --git a/src/insets/InsetInclude.cpp b/src/insets/InsetInclude.cpp
-index 68cf1d2..16a3c94 100644
 a/src/insets/InsetInclude.cpp
-+++ b/src/insets/InsetInclude.cpp
-@@ -806,7 +806,7 @@ support::FileNameList const &
-   tmp->setParent(&buffer);
-   return cache;
-   }
--  static support::FileNameList const empty;
-+  static support::FileNameList const empty = support::FileNameList();
-   return empty;
- }
- 
-diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp
-index 4a267e9..7a165e2 100644
 a/src/insets/InsetTabular.cpp
-+++ b/src/insets/InsetTabular.cpp
-@@ -188,62 +188,6 @@ TabularFeature tabularFeature[] =
- };
- 
- 
--template 
--string const write_attribute(string const & name, T const & t)
--{
--  string const s = tostr(t);
--  return s.empty() ? s : " " + name + "=\"" + s + "\"";
--}
--
--template <>
--string const write_attribute(string const & name, string const & t)
--{
--  return t.empty() ? t : " " + name + "=\"" + t + "\"";
--}
--
--
--template <>
--string const write_attribute(string const & name, docstring const & t)
--{
--  return t.empty() ? string() : " " + name + "=\"" + to_utf8(t) + "\"";
--}
--
--
--template <>
--string const write_attribute(string const & name, bool const & b)
--{
--  // we write only true attribute values so we remove a bit of the
--  // file format bloat for tabulars.
--  return b ? write_attribute(name, convert(b)) : string();
--}
--
--
--template <>
--string const write_attribute(string const & name, int const & i)
--{
--  // we write only true attribute values so we remove a bit of the
--  // file format bloat for tabulars.
--  return i ? write_attribute(name, convert(i)) : string();
--}
--
--
--template <>
--string const write_attribute(string const & name, Tabular::idx_type const & i)
--{
--  // we write only true attribute values so we remove a bit of the
--  // file format bloat for tabulars.
--  return i ? write_attribute(name, convert(i)) : string();
--}
--
--
--template <>
--string const write_attribute(string const & name, Length const & value)
--{
--  // we write only the value if we really have one same reson as above.
--  return value.zero() ? string() : write_attribute(name, 
value.asString());
--}
--
--
- string const tostr(LyXAlignment const & num)
- {

[gentoo-commits] repo/gentoo:master commit in: sys-process/criu/files/, sys-process/criu/files/2.0/, sys-process/criu/

2016-05-27 Thread Yixun Lan
commit: c25c0b89e18f461c49ac6af2d8a009ff5524e486
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri May 27 06:46:59 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 27 07:16:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c25c0b89

sys-process/criu: drop old versions

Package-Manager: portage-2.2.28

 sys-process/criu/Manifest  |  3 -
 sys-process/criu/criu-1.6.1.ebuild | 72 -
 sys-process/criu/criu-1.7.2.ebuild | 72 -
 sys-process/criu/criu-2.0-r1.ebuild| 93 --
 sys-process/criu/files/2.0/criu-2.0-makefile.patch | 77 --
 sys-process/criu/files/criu-1.3.1-makefile.patch   | 20 -
 .../criu/files/criu-1.5-automagic-libbsd.patch | 29 ---
 7 files changed, 366 deletions(-)

diff --git a/sys-process/criu/Manifest b/sys-process/criu/Manifest
index a0138aa..5e82180 100644
--- a/sys-process/criu/Manifest
+++ b/sys-process/criu/Manifest
@@ -1,6 +1,3 @@
-DIST criu-1.6.1.tar.bz2 484598 SHA256 
c74810383b7e524be0d909b9a6c1805e0887ac93cf1bfa28f00a87f395879e18 SHA512 
59de498035970decc5181c3e464ccf686fce34e9fa5285d0c6777849013b8441a4338ef7f89339953ff83dcaf1b7e95dbbd54432f61a28665fbde979df5e31e8
 WHIRLPOOL 
07fa8490bca046a17476b59e375a287dacbb13c1a99ac0a05166c5925d997748ca506c1cf3bab2bdae832010f6d87e7aa6f4b4371ce7c7d630120a0f47f1ae23
-DIST criu-1.7.2.tar.bz2 508012 SHA256 
f5d377fd2a3c8824c592f6c27147cb4d37333ca0ce8b9c6e85a8b7cd8479b21d SHA512 
3e35d90b8cd66b96df193b37907825fbf785eea332146c767b267cbda5b6e1ae6a0d5570945990e4288f6406d8507f6c33a792c5db232cbaf396342a65b53de3
 WHIRLPOOL 
164cbc9d6a4969e6116644bded88b9aec8a9bc0fb737e69eaacd641376db7d274598ff3647a912ab19155d4097de8a1eaa5ea82642b4f3ba93c01b4a6725493d
 DIST criu-1.8.tar.bz2 534200 SHA256 
d1d6693d23181b1cd7378d77c142e41bcac3cb2ae5c71ea4c5b7de01f65575bb SHA512 
de3f63613124606be08e5323f465c63811c35c457f4b1a311434aeb02590ebf652845b727b9e10b8a9eb9402c97e772ff044135bec7797cc6e4ad972efc9172d
 WHIRLPOOL 
2f2d18f5fbd1608acfd6ce9e1283cf05a1574b2a141cd4cf29bcacc370ed0bfce488187e40250edeb396daf8fc38f2a2e960ffd8773511a82eebce3a74663e9f
-DIST criu-2.0.tar.bz2 548581 SHA256 
e80726cc54f74751ae6f63a5b0cf9a2882ffc3fd2aa11b311da0384635d418ff SHA512 
ebe785c3da9d54ba517254f7851f0283ccf3826cba30a07c6c74a7253f2d7235f32bb921623a23e6103a3c3e4461e1bc5dc06484270c8e25929c8e981a8b036f
 WHIRLPOOL 
7999a2aeb40f9a932a8b1d11c842f78c710718f08ca1f29b373c69d34b82ebc7ab9b6a659460a058333d6591b64ef76215cdc2d70760cbd57c4d1444d9abe622
 DIST criu-2.1.tar.bz2 556820 SHA256 
7a9fe6f2858a3086e652e17ffb85174f72cf19e87e776fc5ddab66013f16d4c4 SHA512 
19fd57464a757a3b668ebf5ba70ea80d591d0df70a325ad5929408239f3439ef1cabe68367c778e386e5b818adf4fc4b98dccf729d2b5d656f12389e3f6d9439
 WHIRLPOOL 
4c193d96ff83ec08e8cb2de1ea1a2b11ceb6980d64cfc71bb2f9e1b518aa7b15ab7a2838fb2559aaa82c1e72378c5d0c5175bb437fff1040d0e95a60e5c8525c
 DIST criu-2.2.tar.bz2 558926 SHA256 
f893938f72d2c0693a9430e7dd39dc3d32a40187de5edbd65830c6ade0f34e53 SHA512 
3e03dcd3531641e93f88354515b902390a9d83fd79eec36848ded5a28e987cd5ae8e81d7ed645960a86f4dfa5176f17de02f5a9b19723a8aaa2bf15057fe46dd
 WHIRLPOOL 
62bf41089f0028926622ba69c5c6f44f0ee8288a38b2d6ce82e9c727c9ee9ccd1f65a6a8654c9faa06597316e8b00b6076b4cddf6d7af06b85f8de334de9afa7

diff --git a/sys-process/criu/criu-1.6.1.ebuild 
b/sys-process/criu/criu-1.6.1.ebuild
deleted file mode 100644
index 3806853..000
--- a/sys-process/criu/criu-1.6.1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils toolchain-funcs linux-info flag-o-matic
-
-DESCRIPTION="utility to checkpoint/restore a process tree"
-HOMEPAGE="http://criu.org/";
-SRC_URI="http://download.openvz.org/criu/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
-IUSE="setproctitle"
-
-RDEPEND="dev-libs/protobuf-c
-   setproctitle? ( dev-libs/libbsd )"
-DEPEND="${RDEPEND}
-   app-text/asciidoc
-   app-text/xmlto"
-
-CONFIG_CHECK="~CHECKPOINT_RESTORE ~NAMESPACES ~PID_NS ~FHANDLE ~EVENTFD ~EPOLL 
~INOTIFY_USER
-   ~IA32_EMULATION ~UNIX_DIAG ~INET_DIAG ~INET_UDP_DIAG ~PACKET_DIAG 
~NETLINK_DIAG"
-
-RESTRICT="test"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.3.1-flags.patch
-   epatch "${FILESDIR}"/${PN}-1.3.1-makefile.patch
-   epatch "${FILESDIR}"/${PN}-1.5-automagic-libbsd.patch
-}
-
-criu_arch() {
-   # criu infers the arch from $(uname -m).  We never want this to happen.
-   case ${ARCH} in
-   amd64) echo "x86_64";;
-   arm64) echo "aarch64";;
-   x86)   echo "i386";;
-   *) echo "${ARCH}";;
-   esac
-}
-
-src_compile() {
-   emake \
-   CC="$(tc-getCC)" \
-   LD="$(tc-getLD)" \
-   OBJCOPY="$(tc-getOBJCOPY)" \
-   ARCH="$(criu_arch)" \
-   V=1 WERROR=0 \
-

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

2016-05-27 Thread Yixun Lan
commit: dd19b3d53d63cfd34306a2c07cfd5ed5c4215efb
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri May 27 07:13:58 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 27 07:16:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd19b3d5

net-misc/ofono: version bump 1.18

Package-Manager: portage-2.2.28

 net-misc/ofono/Manifest  |  1 +
 net-misc/ofono/ofono-1.18.ebuild | 69 
 2 files changed, 70 insertions(+)

diff --git a/net-misc/ofono/Manifest b/net-misc/ofono/Manifest
index a75e518..e446849 100644
--- a/net-misc/ofono/Manifest
+++ b/net-misc/ofono/Manifest
@@ -1,2 +1,3 @@
 DIST ofono-1.16.tar.xz 854296 SHA256 
403b98dadece8bc804c0bd16b96d3db5a3bb0f84af64b3d67924da2d1a754b07 SHA512 
21887e1bc3b8af18881f9456f950b97885b567164e28ebe2ab6fc5a3042c439891a20b5034a8fa0c7a78567286ac53c1b8a72122f428fbcf5da8bf139423b913
 WHIRLPOOL 
b13aec1b3548b4959e68bd742efc239a0c6d928be2a0d70352d5bdcca3c551b6d2f4c09dd3eef4afcf3547547c47c488bbd49ebac1e468c2519846de3fe8e81a
 DIST ofono-1.17.tar.xz 860460 SHA256 
cbf20f07fd15253c682b23c1786d517f505c3688f7c4ea93da777e1523b89635 SHA512 
d945c87b9c759b459926fcc002d4fb6938c5359a0070a0c623da9f98e342fd2bd92a5f4f22a14e4aa66b5cb3467c3d8f09a95d991ced0b774c066a6406d0746c
 WHIRLPOOL 
d509c69030c63d62f158c96a2b39764f803b68435bcf9ff561e910b80372a98659b9563976995bc83c6b2aaed9c27ad787357a67717e3c4d1ce06339c246870a
+DIST ofono-1.18.tar.xz 919948 SHA256 
53cdbf342913f46bce4827241c60e24255a3d43a94945edf77482ae5b312d51f SHA512 
f15d971ea501cda19aa80cb7cb65a008a70eb433931d2b8c80025ab0a424cf35991131d0267e14cb5161eaff46f25dd65fe28a1c5e21cef02c94baa1efa83d6a
 WHIRLPOOL 
9f2c7af752b5cdcd1385b56e8d8b2bd68691a0a75fffafec37bb8e3592e3b8e55488933a3306f3383c5036479ff79485f3654dcc1f76eaa72c14cbae532c0311

diff --git a/net-misc/ofono/ofono-1.18.ebuild b/net-misc/ofono/ofono-1.18.ebuild
new file mode 100644
index 000..9a16173
--- /dev/null
+++ b/net-misc/ofono/ofono-1.18.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils multilib systemd
+
+DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
+HOMEPAGE="http://ofono.org/";
+SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem threads tools +udev upower"
+
+REQUIRED_USE="dundee? ( bluetooth )"
+
+RDEPEND=">=sys-apps/dbus-1.4
+   >=dev-libs/glib-2.32
+   net-misc/mobile-broadband-provider-info
+   bluetooth? ( >=net-wireless/bluez-4.99 )
+   udev? ( virtual/udev )
+   examples? ( dev-python/dbus-python )
+   tools? ( virtual/libusb:1 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=( ChangeLog AUTHORS )
+
+src_configure() {
+   econf \
+   $(use_enable threads) \
+   $(use_enable udev) \
+   $(use_enable isimodem) \
+   $(use_enable atmodem) \
+   $(use_enable cdmamodem) \
+   $(use_enable datafiles) \
+   $(use_enable dundee) \
+   $(use_enable bluetooth) \
+   $(use_enable phonesim) \
+   $(use_enable provision) \
+   $(use_enable qmimodem) \
+   $(use_enable tools) \
+   $(use_enable examples test) \
+   $(use_enable upower) \
+   --disable-maintainer-mode \
+   --disable-rilmodem
+   --localstatedir=/var \
+   --with-systemdunitdir="$(systemd_get_systemunitdir)"
+}
+
+src_install() {
+   default
+
+   if use tools ; then
+   dobin tools/auto-enable \
+   tools/huawei-audio \
+   tools/lookup-provider-name \
+   tools/lookup-apn \
+   tools/get-location \
+   tools/qmi \
+   tools/tty-redirector
+   fi
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   use doc && dodoc doc/*.txt
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/

2016-05-27 Thread Jeroen Roovers
commit: 918bc66d64735d03a9e1c2bbf4b56e6b62a4ddc1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri May 27 06:08:12 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri May 27 07:22:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918bc66d

x11-misc/rofi: Old.

Package-Manager: portage-2.3.0_rc1

 x11-misc/rofi/Manifest  |  1 -
 x11-misc/rofi/rofi-1.0.0.ebuild | 54 -
 2 files changed, 55 deletions(-)

diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index 9882249..b8f1f57 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,2 +1 @@
-DIST rofi-1.0.0.tar.xz 184152 SHA256 
a50a4cd76b90e6987451594dc3323dc01920faf18e22f54a756afa276f492d2b SHA512 
c415b0f2b5e97d1e3a4c4ae262dc61d5c5c50df976aa65c81f5ab7af84b8e88578ef7b670b87b873a2f0d71b638ec57147f6233488f3114365c122d04aee38e1
 WHIRLPOOL 
751ff5d315538838dface0c07b6c920ff7f03646f059fe05f5a995e7ddb6cd8890f785aa1771b0f5a48be83d59f2c66c545689de25034997bd7374307a257ab5
 DIST rofi-1.0.1.tar.xz 183700 SHA256 
6718508cef6fc1c1e91000380357341aa5556f6cc7aafbec3d9c91b913ad5d06 SHA512 
18001ae084e6148d91a1cb6176d44af3d916e24a11abbfdcf7104f8c9909b8172420a271760322b8354b6790e720f819ba75c3df13f011ed4cb280d0e65ef618
 WHIRLPOOL 
a04ecc0ff45f701c3035aef2eecc7f75c08aff5cbcb3b494cb5bf7d30aac93dfb8b6e86c87e36eacd5752f176a580bebfd19193377a59c8bf47c8cc67263b1f9

diff --git a/x11-misc/rofi/rofi-1.0.0.ebuild b/x11-misc/rofi/rofi-1.0.0.ebuild
deleted file mode 100644
index 0b3da21..000
--- a/x11-misc/rofi/rofi-1.0.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils toolchain-funcs
-
-DESCRIPTION="A window switcher, run dialog and dmenu replacement"
-HOMEPAGE="https://davedavenport.github.io/rofi/";
-SRC_URI="https://github.com/DaveDavenport/${PN}/releases/download/${PV}/${P}.tar.xz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="i3 windowmode"
-REQUIRED_USE="i3? ( windowmode )"
-
-RDEPEND="
-   dev-libs/glib:2
-   media-libs/freetype
-   x11-libs/cairo[xcb]
-   x11-libs/libX11
-   x11-libs/libXft
-   x11-libs/libXinerama
-   x11-libs/libxcb
-   x11-libs/libxkbcommon[X]
-   x11-libs/pango[X]
-   x11-libs/startup-notification
-   i3? ( x11-wm/i3 )
-"
-DEPEND="
-   ${RDEPEND}
-   x11-proto/xineramaproto
-   x11-proto/xproto
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-0.15.12-Werror.patch
-
-   eautoreconf
-}
-
-src_configure() {
-   tc-export CC
-   econf \
-   $(use_enable windowmode) \
-   $(usex i3 '' --disable-i3support)
-}
-
-src_test() {
-   emake test
-}



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

2016-05-27 Thread Sergey Popov
commit: 396e98ccdc3462ced8d9b894638726961a5a4adf
Author: Sergey Popov  gentoo  org>
AuthorDate: Fri May 27 07:48:57 2016 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Fri May 27 07:49:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=396e98cc

sys-kernel/openvz-sources: Bump to 2.6.32.116.1. Thanks to slepnoga

Package-Manager: portage-2.2.28

 sys-kernel/openvz-sources/Manifest |  1 +
 .../openvz-sources-2.6.32.116.1.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/sys-kernel/openvz-sources/Manifest 
b/sys-kernel/openvz-sources/Manifest
index 81e5db0..064d34e 100644
--- a/sys-kernel/openvz-sources/Manifest
+++ b/sys-kernel/openvz-sources/Manifest
@@ -4,3 +4,4 @@ DIST patch-042stab108.8-combined.gz 52745522 SHA256 
3a08fe55caf39a012e00f434bbcc
 DIST patch-042stab111.12-combined.gz 52812755 SHA256 
d427fb467f6ee2eb895c6ec54f3c7ef674a525e5e68f2c850763bb5e7916710c SHA512 
6cf071a8d7fe405e9a4907b2c8577c663cca3f799d3a4c03d79aea1ceec264abe336bf21e8f115a2ee13f4ba1b11abc1157cf231dcf55c4c89689985a07a86bf
 WHIRLPOOL 
d1d2b435ca53377adfe0dc85b040415928ce93cde33bc628fa0683824d8090238f8cb682fcac12b1f834edc3220a07486ddb9c63a0c8f3e9061829a49111b10e
 DIST patch-042stab112.15-combined.gz 64328107 SHA256 
10309105a1cedba25e122294cb918622d666fd3421656b0579dbc5e81f96f44f SHA512 
3c7ad792c9f8b13d61c0d9ed173e9fd9e2915a73d0533c32357c7caee1d213e42f891dc4ee1509b2bb4a7a19985f757ab52c3023169e341b45bb3ea6fb8bf8be
 WHIRLPOOL 
1c0f6c35a66342cbbe602107b269c04cf048e6efb4bbaf60210f6ee0eee30eb652d30518da6e85b9c37fead769b9bfd7d8a7410482c778a5b634d88b10c76c6c
 DIST patch-042stab113.11-combined.gz 64331474 SHA256 
00baf6ddb8fd50cf415d402fb4bfac064008ff7320183fee8985739401b6c002 SHA512 
87f9551d37f0f4c1dcbef251acf402c95c454c377300851d83d47bc100614cbda35767d32376827dd38d3daa72c3c80ed3b9504ce92924aa1d7b74c804fa1031
 WHIRLPOOL 
0141f853f1c0a7dad084a2f5889113b1a17ac24fcb2d66d19569a9f03368817f489adeddee00ab4b906ad4d31d744fae08acdf41142b09764c5be539afc8fcf6
+DIST patch-042stab116.1-combined.gz 64360898 SHA256 
7bdc7180438916ae242048df5aeedc592d2941b4f87fba0d01ccc13e4b11d457 SHA512 
f3415c541467760a00d3554c33453baf7b817945792e73b07c04ac25b9e1c3dcfa425905acb4b049a8efbd7509bd722984ff9ac07e6f006bac9a6a952e58aee0
 WHIRLPOOL 
b4be5e988fb32d8522213150bdecc3aca099a63a2bcffc2b894bb9041603363b4636d0bc83000cf3b8a51f5849b9833645f5bce4e058755c9a237bbe0db2e3d0

diff --git a/sys-kernel/openvz-sources/openvz-sources-2.6.32.116.1.ebuild 
b/sys-kernel/openvz-sources/openvz-sources-2.6.32.116.1.ebuild
new file mode 100644
index 000..d145a19
--- /dev/null
+++ b/sys-kernel/openvz-sources/openvz-sources-2.6.32.116.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit versionator
+
+OVZ_KV="$(get_version_component_range 4).$(get_version_component_range 5)"
+
+CKV=$(get_version_component_range 1-3)
+OKV=${OKV:-${CKV}}
+EXTRAVERSION=-${PN/-*}-${OVZ_KV}
+ETYPE="sources"
+KV_FULL=${CKV}${EXTRAVERSION}
+if [[ ${PR} != "r0" ]]; then
+   KV_FULL+=-${PR}
+   EXTRAVERSION+=-${PR}
+fi
+S=${WORKDIR}/linux-${KV_FULL}
+
+# ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} should succeed.
+KV_MAJOR=$(get_version_component_range 1 ${OKV})
+KV_MINOR=$(get_version_component_range 2 ${OKV})
+KV_PATCH=$(get_version_component_range 3 ${OKV})
+
+KERNEL_URI="mirror://kernel/linux/kernel/v${KV_MAJOR}.${KV_MINOR}/linux-${OKV}.tar.xz"
+
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE=0
+inherit kernel-2
+#detect_version
+
+KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DESCRIPTION="Kernel sources with OpenVZ patchset"
+HOMEPAGE="http://www.openvz.org";
+SRC_URI="${KERNEL_URI} ${ARCH_URI}
+   
http://download.openvz.org/kernel/branches/rhel6-${CKV}/042stab${OVZ_KV}/patches/patch-042stab${OVZ_KV}-combined.gz";
+
+UNIPATCH_STRICTORDER=1
+UNIPATCH_LIST="${DISTDIR}/patch-042stab${OVZ_KV}-combined.gz"
+
+K_EXTRAEINFO="This openvz kernel uses RHEL6 patchset instead of vanilla kernel.
+This patchset considered to be more stable and security supported by upstream,
+but for us RHEL6 patchset is very fragile and fails to build in many
+configurations so if you have problems use config files from openvz team
+http://wiki.openvz.org/Download/kernel/rhel6/042stab${OVZ_KV}";



[gentoo-commits] repo/gentoo:master commit in: sys-process/procps/

2016-05-27 Thread Lars Wendler
commit: 91007e604e1b47287bbdc95767a868e41ceafc3c
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri May 27 08:10:05 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri May 27 08:10:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91007e60

sys-process/procps: Removed unused code. Prepare for future EAPI-6 bump.

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 sys-process/procps/procps-3.3.11-r3.ebuild | 21 -
 1 file changed, 8 insertions(+), 13 deletions(-)

diff --git a/sys-process/procps/procps-3.3.11-r3.ebuild 
b/sys-process/procps/procps-3.3.11-r3.ebuild
index 057251d..0e88e08 100644
--- a/sys-process/procps/procps-3.3.11-r3.ebuild
+++ b/sys-process/procps/procps-3.3.11-r3.ebuild
@@ -7,13 +7,9 @@ EAPI=5
 inherit eutils toolchain-funcs flag-o-matic
 
 DESCRIPTION="standard informational utilities and process-handling tools"
-# http://packages.debian.org/sid/procps
-HOMEPAGE="http://procps.sourceforge.net/ https://gitlab.com/procps-ng/procps";
-# SRC_URI="mirror://debian/pool/main/p/${PN}/${PN}_${PV}.orig.tar.xz"
-#FEDORA_HASH="0980646fa25e0be58f7afb6b98f79d74"
-#SRC_URI="http://pkgs.fedoraproject.org/repo/pkgs/${PN}-ng/${PN}-ng-${PV}.tar.xz/${FEDORA_HASH}/${PN}-ng-${PV}.tar.xz";
+HOMEPAGE="http://procps-ng.sourceforge.net/ 
https://gitlab.com/procps-ng/procps";
 SRC_URI="mirror://sourceforge/${PN}-ng/${PN}-ng-${PV}.tar.xz
-https://gitlab.com/procps-ng/procps/commit/b2f49b105d23c833d733bf7dfb99cb98e4cae383.patch
 -> ${PN}-3.3.11-remove_Unix98_output_limits.patch"
+   
https://gitlab.com/procps-ng/procps/commit/b2f49b105d23c833d733bf7dfb99cb98e4cae383.patch
 -> ${PN}-3.3.11-remove_Unix98_output_limits.patch"
 
 LICENSE="GPL-2"
 SLOT="0/5" # libprocps.so
@@ -36,15 +32,14 @@ RDEPEND+="
 
 S="${WORKDIR}/${PN}-ng-${PV}"
 
-#src_unpack() {
-#  unpack ${A}
-#  mv ${WORKDIR}/${PN}-v${PV}-* ${WORKDIR}/${P} || die
-#}
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.3.8-kill-neg-pid.patch # http://crbug.com/255209
+   "${DISTDIR}"/${P}-remove_Unix98_output_limits.patch # 555200
+   "${FILESDIR}"/${P}-sysctl-manpage.patch # 565304
+)
 
 src_prepare() {
-   epatch "${FILESDIR}"/${PN}-3.3.8-kill-neg-pid.patch # 
http://crbug.com/255209
-   epatch "${DISTDIR}"/${P}-remove_Unix98_output_limits.patch # 555200
-   epatch "${FILESDIR}"/${P}-sysctl-manpage.patch # 565304
+   epatch "${PATCHES[@]}"
 }
 
 src_configure() {



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

2016-05-27 Thread Johannes Huber
commit: c98d873fda6582bb9c58ba0bbf92f33ed7427357
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 27 08:21:20 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri May 27 08:24:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c98d873f

media-video/kffmpegthumbnailer: Fix build with >=ffmpegthumbnailer-2.1.0

Gentoo-bug: 568606

Package-Manager: portage-2.3.0_rc1

 .../kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r3.ebuild |  4 ++--
 ...ler-1.1.0-r3.ebuild => kffmpegthumbnailer-1.1.0-r4.ebuild} | 11 +++
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r3.ebuild 
b/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r3.ebuild
index 61f9dd2..d96933d 100644
--- a/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r3.ebuild
+++ b/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,7 @@ KEYWORDS="amd64 x86"
 IUSE="debug"
 
 DEPEND="
-   >=media-video/ffmpegthumbnailer-2
+   https://ffmpegthumbnailer.googlecode.com/files/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="debug"
 
 DEPEND="
-   >=media-video/ffmpegthumbnailer-2
+   >=media-video/ffmpegthumbnailer-2.1.0
 "
 RDEPEND="${DEPEND}
$(add_kdeapps_dep kdebase-kioslaves)
@@ -27,5 +27,8 @@ DOCS=( Changelog README )
 src_prepare() {
sed -e  "/Encoding=UTF-8/d" \
-i  kffmpegthumbnailer.desktop || die "fixing .desktop file 
failed"
+
+   append-cxxflags -std=c++11
+
kde4-base_src_prepare
 }



[gentoo-commits] proj/portage:master commit in: pym/_emerge/resolver/

2016-05-27 Thread Alexander Berntsen
commit: 40cdc1c3f467ac94d3a966777eb6a0907c269550
Author: Adam Mills  armills  info>
AuthorDate: Wed May 25 16:12:57 2016 +
Commit: Alexander Berntsen  gentoo  org>
CommitDate: Fri May 27 08:23:14 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=40cdc1c3

Colorize packages in world_sets (bug 583164)

Packages belonging to a set listed in world_sets will now be colorized
as a world package.

X-Gentoo-bug: 583164
X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=583164
Acked-by: Alexander Berntsen  gentoo.org>
Acked-by: Zac Medico  gentoo.org>
Signed-off-by: Alexander Berntsen  gentoo.org>

 pym/_emerge/resolver/output.py |  2 +-
 pym/_emerge/resolver/output_helpers.py | 11 +++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/pym/_emerge/resolver/output.py b/pym/_emerge/resolver/output.py
index 400617d..ac979f6 100644
--- a/pym/_emerge/resolver/output.py
+++ b/pym/_emerge/resolver/output.py
@@ -707,7 +707,7 @@ class Display(object):
"""
root_config = self.conf.roots[pkg.root]
system_set = root_config.sets["system"]
-   world_set  = root_config.sets["selected"]
+   world_set  = self.conf.selected_sets[pkg.root]
system = False
world = False
try:

diff --git a/pym/_emerge/resolver/output_helpers.py 
b/pym/_emerge/resolver/output_helpers.py
index 70f7bc0..b83717e 100644
--- a/pym/_emerge/resolver/output_helpers.py
+++ b/pym/_emerge/resolver/output_helpers.py
@@ -17,6 +17,7 @@ import sys
 from portage import os
 from portage import _encodings, _unicode_encode
 from portage._sets.base import InternalPackageSet
+from portage.exception import PackageSetNotFound
 from portage.localization import localized_size
 from portage.output import (blue, bold, colorize, create_color_func,
green, red, teal, turquoise, yellow)
@@ -213,6 +214,16 @@ class _DisplayConfig(object):
self.running_root = frozen_config._running_root
self.roots = frozen_config.roots
 
+   # Create a set of selected packages for each root
+   self.selected_sets = {}
+   for root_name, root in self.roots.items():
+   try:
+   self.selected_sets[root_name] = 
InternalPackageSet(
+   
initial_atoms=root.setconfig.getSetAtoms("selected"))
+   except PackageSetNotFound:
+   # A nested set could not be resolved, so ignore 
nested sets.
+   self.selected_sets[root_name] = 
root.sets["selected"]
+
self.blocker_parents = dynamic_config._blocker_parents
self.reinstall_nodes = dynamic_config._reinstall_nodes
self.digraph = dynamic_config.digraph



[gentoo-commits] proj/portage:master commit in: pym/portage/, pym/_emerge/resolver/, cnf/sets/, pym/portage/_sets/, man/, ...

2016-05-27 Thread Alexander Berntsen
commit: a91492450d86abb34bbd05ccaf0e60d8b1c973a0
Author: Adam Mills  armills  info>
AuthorDate: Wed May 25 16:12:56 2016 +
Commit: Alexander Berntsen  gentoo  org>
CommitDate: Fri May 27 08:22:48 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=a9149245

Revert "Colorize packages in user sets (bug 577720)"

This reverts commit 739845a6eab95fbc44eab1b7b938c860563631d7.

The feature implemented in this commit for bug 577720 was determined to
be an overcomplicated method of colorizing user sets. Instead, this
feature will be implemented as in bug 583164. The configuration options
implemented in this reverted commit will be removed. Per bug 583164,
packages that belong to a set listed in world_sets will be colorized as
world packages. This eliminates the extra configuration and associated
complications.

See bug 583164 for more details.

Acked-by: Alexander Berntsen  gentoo.org>
Acked-by: Zac Medico  gentoo.org
Signed-off-by: Alexander Berntsen  gentoo.org>

 cnf/sets/portage.conf  |  1 -
 doc/config/sets.docbook|  4 +---
 man/color.map.5| 11 --
 man/portage.5  |  1 -
 pym/_emerge/resolver/output.py | 25 +++---
 pym/_emerge/resolver/output_helpers.py | 17 +++
 pym/portage/_sets/__init__.py  |  8 ---
 pym/portage/_sets/base.py  |  1 -
 pym/portage/output.py  | 39 --
 9 files changed, 30 insertions(+), 77 deletions(-)

diff --git a/cnf/sets/portage.conf b/cnf/sets/portage.conf
index e990620..ac282d9 100644
--- a/cnf/sets/portage.conf
+++ b/cnf/sets/portage.conf
@@ -49,7 +49,6 @@ class = portage.sets.files.StaticFileSet
 multiset = true
 directory =  %(PORTAGE_CONFIGROOT)setc/portage/sets
 world-candidate = True
-user-set = True
 
 # Set to rebuild all packages that need a preserved lib that only remains due
 # to FEATURES=preserve-libs

diff --git a/doc/config/sets.docbook b/doc/config/sets.docbook
index 02135d6..749b775 100644
--- a/doc/config/sets.docbook
+++ b/doc/config/sets.docbook
@@ -57,8 +57,6 @@
is missing)
world-candidate, 
which determines if
given package should be added to the 
world set
-   user-set, which 
determines if
-   given package should be colorized as a user 
set


Some handler classes might require additional options 
for their configuration,
@@ -95,7 +93,7 @@
but to indicate that the section should generate 
multiple sets it's
also necessary to set the multiset 
option to 
true. The 
world-candidate
-   and user-set options are also 
supported like with
+   option also supported like with 
single sets (they'll apply to all sets generated by the 
section).



diff --git a/man/color.map.5 b/man/color.map.5
index 39f23f7..5543628 100644
--- a/man/color.map.5
+++ b/man/color.map.5
@@ -46,9 +46,6 @@ Defines color used for satisfied blockers.
 \fBPKG_MERGE\fR = \fI"darkgreen"\fR
 Defines color used for packages planned to be merged.
 .TP
-\fBPKG_MERGE_USER_SET\fR = \fI"darkgreen"\fR
-Defines color used for packages planned to be merged from a user defined set.
-.TP
 \fBPKG_MERGE_SYSTEM\fR = \fI"darkgreen"\fR
 Defines color used for system packages planned to be merged.
 .TP
@@ -58,10 +55,6 @@ Defines color used for world packages planned to be merged.
 \fBPKG_BINARY_MERGE\fR = \fI"purple"\fR
 Defines color used for packages planned to be merged using a binary package.
 .TP
-\fBPKG_BINARY_MERGE_USER_SET\fR = \fI"purple"\fR
-Defines color used for packages planned to be merged using a binary package
-from a user defined set.
-.TP
 \fBPKG_BINARY_MERGE_SYSTEM\fR = \fI"purple"\fR
 Defines color used for system packages planned to be merged using a binary
 package.
@@ -73,10 +66,6 @@ package.
 \fBPKG_NOMERGE\fR = \fI"darkblue"\fR
 Defines color used for packages not planned to be merged.
 .TP
-\fBPKG_NOMERGE_USER_SET\fR = \fI"darkblue"\fR
-Defines color used for packages not planned to be merged from a user defined
-set.
-.TP
 \fBPKG_NOMERGE_SYSTEM\fR = \fI"darkblue"\fR
 Defines color used for system packages not planned to be merged.
 .TP

diff --git a/man/portage.5 b/man/portage.5
index 3cc1f07..7c2a8f7 100644
--- a/man/portage.5
+++ b/man/portage.5
@@ -1114,7 +1114,6 @@ class = portage.sets.files.StaticFileSet
 multiset = true
 directory =  %(PORTAGE_CONFIGROOT)setc/portage/sets
 world-candidate = True
-user-set = True
 
 [module-rebuild]
 class = portage.sets.dbapi.OwnerSet

diff --git a/pym/_emerge/resolver/output.py b/pym/_emerge/resolver/output.py
index 7c70a3e..400617d 100644
--- a/pym/_emerge/

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

2016-05-27 Thread Lars Wendler
commit: 61b5b08648f52e525174b905a5e098bfc0a736b4
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri May 27 08:35:29 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri May 27 08:35:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b5b086

net-misc/wicd: Fix shebang line in openrc init script (bug #573846).

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 net-misc/wicd/wicd-1.7.4-r1.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/net-misc/wicd/wicd-1.7.4-r1.ebuild 
b/net-misc/wicd/wicd-1.7.4-r1.ebuild
index 9b5de55..3b624f0 100644
--- a/net-misc/wicd/wicd-1.7.4-r1.ebuild
+++ b/net-misc/wicd/wicd-1.7.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -83,7 +83,10 @@ src_prepare() {
  -i setup.py || die "sed failed"
# Fix misc helper scripts:
sed -e "s:/usr/bin/env python:/usr/bin/env python2:" \
-   -i wicd/suspend.py wicd/autoconnect.py wicd/monitor.py
+   -i wicd/suspend.py wicd/autoconnect.py wicd/monitor.py || die
+   # fix shebang for openrc init script (bug #573846)
+   sed 's@/sbin/runscript@/sbin/openrc-run@' \
+   -i in/init=gentoo=wicd.in || die
if use nls; then
  # Asturian is faulty with PyBabel
  # (https://bugs.launchpad.net/wicd/+bug/928589)



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

2016-05-27 Thread Anthony G. Basile
commit: 5b50c32f0c201cfe69c6e3f6d260b4e89e1403d6
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri May 27 08:51:31 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri May 27 08:51:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b50c32f

net-misc/tor: version bump alpha branch to 0.2.8.3

Package-Manager: portage-2.2.28

 net-misc/tor/Manifest |  1 +
 net-misc/tor/tor-0.2.8.3_alpha.ebuild | 87 +++
 2 files changed, 88 insertions(+)

diff --git a/net-misc/tor/Manifest b/net-misc/tor/Manifest
index 2c709d9..b427c3a 100644
--- a/net-misc/tor/Manifest
+++ b/net-misc/tor/Manifest
@@ -1,2 +1,3 @@
 DIST tor-0.2.7.6.tar.gz 4869754 SHA256 
493a8679f904503048114aca6467faef56861206bab8283d858f37141d95105d SHA512 
9b0dbfabe6cd05189b179da24bfaa73b89ab237775e3b5b0ebc0a22ee98909e9b13e55841a466f04000e0ff876c15f76515ff46abca28d05eeddbdc52f183afc
 WHIRLPOOL 
03adf1d113049ad0b7df11f4d7f2d21f2a4582fcf51046534666b748f8d2dae383fa9e9cc2b44a2388f993d21681801bff33cc2a0a9cb5aaa7cfb9600f62e4ad
 DIST tor-0.2.8.2-alpha.tar.gz 5073910 SHA256 
4756a04dea76395f5caf89de3cd75f05cc8d43576ef0f966cea9259b16eb1628 SHA512 
a9bb1910ca0aa57aa4fa8a4c0a20b33d085ac294ab243ae165fe82102e98af56422d2c6a3eaeddb8fd6b2e1ce92058524748716dd67b75a461ab0c6f2a0cf058
 WHIRLPOOL 
34815b02317b8543243446adc4c5a547ae34d5785d97b6aba3fc41de8c337215f26670564e808246e4ae0da57f5ed20142d4a465093d91da5cb85740d502a4a7
+DIST tor-0.2.8.3-alpha.tar.gz 5116317 SHA256 
88da40c24f0bb19e19b37b8deab1b0d86608798746c81380cf17996d269f9053 SHA512 
8717501cc75c2e1f205e397d8a4aeeb6492bdd4d9d0ffd266242dc3903d3eebcabae0555643f1621c76d40c9b4ef8c5615a4b37dcbcd898349b179901ca2aac5
 WHIRLPOOL 
f109d0e3d02bc874cb4f744ccee404ee2d37105708fb69b15a5b758646fa84a4771228f07df9da61a59f1a422c4eb15cf493ee751288126b3c97a63e912df6b1

diff --git a/net-misc/tor/tor-0.2.8.3_alpha.ebuild 
b/net-misc/tor/tor-0.2.8.3_alpha.ebuild
new file mode 100644
index 000..aeefa9f
--- /dev/null
+++ b/net-misc/tor/tor-0.2.8.3_alpha.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils flag-o-matic readme.gentoo-r1 systemd versionator user
+
+MY_PV="$(replace_version_separator 4 -)"
+MY_PF="${PN}-${MY_PV}"
+DESCRIPTION="Anonymizing overlay network for TCP"
+HOMEPAGE="http://www.torproject.org/";
+SRC_URI="https://www.torproject.org/dist/${MY_PF}.tar.gz
+   https://archive.torproject.org/tor-package-archive/${MY_PF}.tar.gz";
+S="${WORKDIR}/${MY_PF}"
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
+IUSE="-bufferevents libressl scrypt seccomp selinux stats systemd 
tor-hardening transparent-proxy test web"
+
+DEPEND="
+   app-text/asciidoc
+   dev-libs/libevent
+   sys-libs/zlib
+   bufferevents? ( dev-libs/libevent[ssl] )
+   !libressl? ( dev-libs/openssl:0=[-bindist] )
+   libressl? ( dev-libs/libressl:0= )
+   scrypt? ( app-crypt/libscrypt )
+   seccomp? ( sys-libs/libseccomp )
+   systemd? ( sys-apps/systemd )"
+RDEPEND="${DEPEND}
+   selinux? ( sec-policy/selinux-tor )"
+
+pkg_setup() {
+   enewgroup tor
+   enewuser tor -1 -1 /var/lib/tor tor
+}
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-0.2.7.4-torrc.sample.patch
+   epatch_user
+}
+
+src_configure() {
+   # Upstream isn't sure of all the user provided CFLAGS that
+   # will break tor, but does recommend against -fstrict-aliasing.
+   # We'll filter-flags them here as we encounter them.
+   filter-flags -fstrict-aliasing
+
+   econf \
+   --enable-system-torrc \
+   --enable-asciidoc \
+   --docdir="${EPREFIX}"/usr/share/doc/${PF} \
+   $(use_enable stats instrument-downloads) \
+   $(use_enable bufferevents) \
+   $(use_enable scrypt libscrypt) \
+   $(use_enable seccomp) \
+   $(use_enable systemd) \
+   $(use_enable tor-hardening gcc-hardening) \
+   $(use_enable tor-hardening linker-hardening) \
+   $(use_enable transparent-proxy transparent) \
+   $(use_enable web tor2web-mode) \
+   $(use_enable test unittests) \
+   $(use_enable test coverage)
+}
+
+src_install() {
+   readme.gentoo_create_doc
+
+   newconfd "${FILESDIR}"/tor.confd tor
+   newinitd "${FILESDIR}"/tor.initd-r7 tor
+   systemd_dounit "${FILESDIR}/${PN}.service"
+   systemd_dotmpfilesd "${FILESDIR}/${PN}.conf"
+
+   emake DESTDIR="${D}" install
+
+   keepdir /var/lib/tor
+
+   dodoc -r README ChangeLog ReleaseNotes doc/HACKING
+
+   fperms 750 /var/lib/tor
+   fowners tor:tor /var/lib/tor
+
+   insinto /etc/tor/
+   newins "${FILESDIR}"/torrc-r1 torrc
+}



[gentoo-commits] repo/gentoo:master commit in: sys-process/criu/

2016-05-27 Thread Lars Wendler
commit: ffa963dff3badce964a6dc0a19d11a5216c5958b
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri May 27 09:33:35 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri May 27 09:33:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa963df

sys-process/criu: Fixed incomplete EAPI-6 conversion (bug #584308).

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 sys-process/criu/criu-2.2.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-process/criu/criu-2.2.ebuild b/sys-process/criu/criu-2.2.ebuild
index f971fd4..c18ed46 100644
--- a/sys-process/criu/criu-2.2.ebuild
+++ b/sys-process/criu/criu-2.2.ebuild
@@ -35,12 +35,12 @@ CONFIG_CHECK="~CHECKPOINT_RESTORE ~NAMESPACES ~PID_NS 
~FHANDLE ~EVENTFD ~EPOLL ~
 
 RESTRICT="test"
 
-src_prepare() {
-   epatch "${FILESDIR}"/${PV}/${P}-flags.patch
-   epatch "${FILESDIR}"/${PV}/${P}-makefile.patch
-   epatch "${FILESDIR}"/2.0/${PN}-2.0-automagic-libbsd.patch
-   epatch "${FILESDIR}"/2.0/${PN}-2.0-sysroot.patch
-}
+PATCHES=(
+   "${FILESDIR}"/${PV}/${P}-flags.patch
+   "${FILESDIR}"/${PV}/${P}-makefile.patch
+   "${FILESDIR}"/2.0/${PN}-2.0-automagic-libbsd.patch
+   "${FILESDIR}"/2.0/${PN}-2.0-sysroot.patch
+)
 
 criu_arch() {
# criu infers the arch from $(uname -m).  We never want this to happen.



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

2016-05-27 Thread Johannes Huber
commit: 95797ef312435c66798046f2a2181da96dc199da
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 27 09:33:36 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri May 27 09:34:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95797ef3

media-libs/qt-gstreamer: Drop ppc/ppc64 to testing

No stable reverse dependencies left due to
bfa4140c1969992bb8d5b7e38565bb1a99003095

Package-Manager: portage-2.3.0_rc1

 media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r1.ebuild 
b/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r1.ebuild
index ac84b38..5203bda 100644
--- a/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r1.ebuild
+++ b/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r1.ebuild
@@ -6,11 +6,10 @@ EAPI=5
 
 if [[ ${PV} != ** ]]; then
SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm ppc ppc64 x86"
+   KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 else
GIT_ECLASS="git-r3"
EGIT_REPO_URI=( "git://anongit.freedesktop.org/gstreamer/${PN}" )
-   KEYWORDS=""
 fi
 
 inherit cmake-utils ${GIT_ECLASS} multibuild



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

2016-05-27 Thread Hans de Graaff
commit: a0411fc4105e8e7c3a7710b5502de22f44629d3f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 27 09:38:32 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 27 09:39:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0411fc4

dev-ruby/hpricot: try to fix bug 584304

Add a patch to properly cast the input to sprintf. Hopefully this
fixes bug 584304 on alpha.

Package-Manager: portage-2.2.28

 .../hpricot/{hpricot-0.8.6-r3.ebuild => hpricot-0.8.6-r4.ebuild}| 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/hpricot/hpricot-0.8.6-r3.ebuild 
b/dev-ruby/hpricot/hpricot-0.8.6-r4.ebuild
similarity index 83%
rename from dev-ruby/hpricot/hpricot-0.8.6-r3.ebuild
rename to dev-ruby/hpricot/hpricot-0.8.6-r4.ebuild
index e6d01ea..c4adaa7 100644
--- a/dev-ruby/hpricot/hpricot-0.8.6-r3.ebuild
+++ b/dev-ruby/hpricot/hpricot-0.8.6-r4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://wiki.github.com/hpricot/hpricot";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "dev-ruby/rake
@@ -37,6 +37,9 @@ all_ruby_prepare() {
 
# Avoid unneeded dependency on git.
sed -i -e '/^REV/ s/.*/REV = "6"/' Rakefile || die
+
+   # Fix int size warning
+   sed -i -e 's/te - ts/(int)(te - ts)/' ext/hpricot_scan/hpricot_css.rl 
|| die
 }
 
 each_ruby_prepare() {
@@ -52,6 +55,7 @@ each_ruby_configure() {
 each_ruby_compile() {
local modname=$(get_modname)
 
+   ${RUBY} -S rake ragel || die
emake V=1 -Cext/hpricot_scan CFLAGS="${CFLAGS} -fPIC" 
archflag="${LDFLAGS}" || die "make hpricot_scan failed"
cp ext/hpricot_scan/hpricot_scan${modname} lib/ || die
 }



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

2016-05-27 Thread Tobias Klausmann
commit: ff52ed1b0fcb4a295b4815d8c2bec706305a4498
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri May 27 09:47:08 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri May 27 09:47:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff52ed1b

dev-python/pygments-2.1.1-r0: add alpha keyword

Gentoo-Bug: 577140

Package-Manager: portage-2.3.0_rc1

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

diff --git a/dev-python/pygments/pygments-2.1.1.ebuild 
b/dev-python/pygments/pygments-2.1.1.ebuild
index cfe9dda..64e314d 100644
--- a/dev-python/pygments/pygments-2.1.1.ebuild
+++ b/dev-python/pygments/pygments-2.1.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/rtkit/

2016-05-27 Thread Amy Winston
commit: 7a6ae04b72cb4caec0f84de538fe261fcb000aba
Author: Marek Szuba  cern  ch>
AuthorDate: Fri May 27 09:44:01 2016 +
Commit: Amy Winston  gentoo  org>
CommitDate: Fri May 27 10:02:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a6ae04b

sys-auth/rtkit: fix compile-time dependencies

Due to a typo, rtkit ebuilds never actually included RDEPEND into their
compile-dependencies. This could lead to build failures for some users.
Fix the typo.

Moreover, app-arch/xz-utils are (now) in the system set so no need to
explicitly depend on this package.

Package-Manager: portage-2.3.0_rc1

 sys-auth/rtkit/rtkit-0.11-r1.ebuild | 6 ++
 sys-auth/rtkit/rtkit-0.11-r2.ebuild | 4 +---
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/sys-auth/rtkit/rtkit-0.11-r1.ebuild 
b/sys-auth/rtkit/rtkit-0.11-r1.ebuild
index b75139a..c7a2f53 100644
--- a/sys-auth/rtkit/rtkit-0.11-r1.ebuild
+++ b/sys-auth/rtkit/rtkit-0.11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,9 +19,7 @@ RDEPEND="
sys-auth/polkit
sys-libs/libcap
 "
-DEPEND="${DEPEND}
-   app-arch/xz-utils
-"
+DEPEND="${RDEPEND}"
 
 pkg_setup() {
enewgroup rtkit

diff --git a/sys-auth/rtkit/rtkit-0.11-r2.ebuild 
b/sys-auth/rtkit/rtkit-0.11-r2.ebuild
index 05f9d6b..a61fb9f 100644
--- a/sys-auth/rtkit/rtkit-0.11-r2.ebuild
+++ b/sys-auth/rtkit/rtkit-0.11-r2.ebuild
@@ -19,9 +19,7 @@ RDEPEND="
sys-auth/polkit
sys-libs/libcap
 "
-DEPEND="${DEPEND}
-   app-arch/xz-utils
-"
+DEPEND="${RDEPEND}"
 
 PATCHES=(
# Fedora patches



[gentoo-commits] repo/gentoo:master commit in: app-i18n/libpinyin/

2016-05-27 Thread Yixun Lan
commit: 5719c6c49dd7e84331d0b102421dc3e086d1eb94
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri May 27 09:27:25 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 27 10:20:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5719c6c4

app-i18n/libpinyin: fix sys-libs/db slot issue

Package-Manager: portage-2.2.28

 app-i18n/libpinyin/libpinyin-0.8.0.ebuild | 4 ++--
 app-i18n/libpinyin/libpinyin-1.0.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-i18n/libpinyin/libpinyin-0.8.0.ebuild 
b/app-i18n/libpinyin/libpinyin-0.8.0.ebuild
index 534625a..a9efe65 100644
--- a/app-i18n/libpinyin/libpinyin-0.8.0.ebuild
+++ b/app-i18n/libpinyin/libpinyin-0.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE=""
 
-RDEPEND="=sys-libs/db-4*
+RDEPEND="sys-libs/db:4.8
dev-libs/glib:2"
 DEPEND="${RDEPEND}
virtual/libintl

diff --git a/app-i18n/libpinyin/libpinyin-1.0.0.ebuild 
b/app-i18n/libpinyin/libpinyin-1.0.0.ebuild
index dfaa3a5..21393ff 100644
--- a/app-i18n/libpinyin/libpinyin-1.0.0.ebuild
+++ b/app-i18n/libpinyin/libpinyin-1.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ SLOT="0"
 KEYWORDS="amd64 ~arm64 ~ppc ppc64 x86"
 IUSE=""
 
-RDEPEND="=sys-libs/db-4*
+RDEPEND="sys-libs/db:4.8
dev-libs/glib:2"
 DEPEND="${RDEPEND}
virtual/libintl



[gentoo-commits] repo/gentoo:master commit in: app-i18n/pyzy/files/, app-i18n/pyzy/

2016-05-27 Thread Yixun Lan
commit: c128d1b74954557d0e6d9df085b0a822450bb6e3
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri May 27 10:00:33 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 27 10:20:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c128d1b7

app-i18n/pyzy: support opencc-1.0.4

Gentoo-Bug: 580782

Package-Manager: portage-2.2.28

 .../pyzy/files/pyzy-support-opencc-1.0.0.patch | 49 
 app-i18n/pyzy/pyzy-0.1.0-r2.ebuild | 54 ++
 2 files changed, 103 insertions(+)

diff --git a/app-i18n/pyzy/files/pyzy-support-opencc-1.0.0.patch 
b/app-i18n/pyzy/files/pyzy-support-opencc-1.0.0.patch
new file mode 100644
index 000..055aad1
--- /dev/null
+++ b/app-i18n/pyzy/files/pyzy-support-opencc-1.0.0.patch
@@ -0,0 +1,49 @@
+commit 344872231b95ce7c2808288101cc563dcd011940
+Author: Hillwood Yang 
+Date:   Thu Feb 26 11:04:29 2015 +0800
+
+diff -urN a/src/SimpTradConverter.cc b/src/SimpTradConverter.cc
+--- a/src/SimpTradConverter.cc
 b/src/SimpTradConverter.cc
+@@ -40,7 +41,6 @@ namespace PyZy {
+ #ifdef HAVE_OPENCC
+ 
+ class opencc {
+-static const int BUFFER_SIZE = 64;
+ public:
+ opencc (void)
+ {
+@@ -55,29 +55,13 @@ public:
+ 
+ void convert (const char *in, String &out)
+ {
+-long n_char;
+-unichar *in_ucs4 = g_utf8_to_ucs4_fast (in, -1, &n_char);
+-
+-ucs4_t *pinbuf = (ucs4_t *)in_ucs4;
+-size_t inbuf_left = n_char;
+-while (inbuf_left != 0) {
+-ucs4_t *poutbuf = (ucs4_t *)m_buffer;
+-size_t outbuf_left = BUFFER_SIZE;
+-size_t retval = opencc_convert(m_od, &pinbuf, &inbuf_left, 
&poutbuf, &outbuf_left);
+-if (retval == (size_t) -1) {
+-/* append left chars in pinbuf */
+-g_warning ("opencc_convert return failed");
+-out << (unichar *) pinbuf;
+-break;
+-}
+-*poutbuf = L'\0';
+-out << m_buffer;
+-}
+-g_free (in_ucs4);
++char * converted = opencc_convert_utf8 (m_od, in, -1);
++g_assert (converted != NULL);
++out = converted;
++opencc_convert_utf8_free (converted);
+ }
+ private:
+ opencc_t m_od;
+-unichar m_buffer[BUFFER_SIZE + 1];
+ };
+ 
+ void

diff --git a/app-i18n/pyzy/pyzy-0.1.0-r2.ebuild 
b/app-i18n/pyzy/pyzy-0.1.0-r2.ebuild
new file mode 100644
index 000..22cbf96
--- /dev/null
+++ b/app-i18n/pyzy/pyzy-0.1.0-r2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+inherit eutils python-any-r1 autotools
+
+PY_DATABASE=${PN}-database-1.0.0
+DESCRIPTION="The Chinese PinYin and Bopomofo conversion library"
+HOMEPAGE="https://github.com/pyzy/pyzy";
+SRC_URI="https://pyzy.googlecode.com/files/${P}.tar.gz
+   https://pyzy.googlecode.com/files/${PY_DATABASE}.tar.bz2";
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="boost doc opencc test"
+
+RDEPEND="dev-libs/glib:2
+   dev-db/sqlite:3
+   sys-apps/util-linux
+   boost? ( dev-libs/boost )
+   opencc? ( app-i18n/opencc )"
+
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   doc? ( app-doc/doxygen )"
+
+# Currently it fails to build test code
+RESTRICT="test"
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-dont-download-dictionary-file.patch
+   epatch "${FILESDIR}"/${PN}-support-opencc-1.0.0.patch
+
+   mv ../db ./data/db/open-phrase/ || die
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --enable-db-open-phrase \
+   --enable-db-android \
+   $(use_enable boost) \
+   $(use_enable opencc) \
+   $(use_enable test tests)
+}
+
+src_install() {
+   default
+   use doc && dohtml -r docs/html/*
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-libpinyin/

2016-05-27 Thread Yixun Lan
commit: 39d153f1f602ea45698792f646163f155c257f90
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri May 27 09:43:50 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 27 10:20:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d153f1

app-i18n/ibus-libpinyin: version bump 1.7.4

Package-Manager: portage-2.2.28

 app-i18n/ibus-libpinyin/Manifest | 1 +
 app-i18n/ibus-libpinyin/ibus-libpinyin-1.6.92.ebuild | 4 ++--
 ...{ibus-libpinyin-1.6.92.ebuild => ibus-libpinyin-1.7.4.ebuild} | 9 +
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/app-i18n/ibus-libpinyin/Manifest b/app-i18n/ibus-libpinyin/Manifest
index 1d94abe..ea2856c 100644
--- a/app-i18n/ibus-libpinyin/Manifest
+++ b/app-i18n/ibus-libpinyin/Manifest
@@ -1 +1,2 @@
 DIST ibus-libpinyin-1.6.92.tar.gz 1686249 SHA256 
e611cff47b84345e1f60b8e94f74811bcfdf53b6ef7436b5cb5aff47eea743a3 SHA512 
b4af0083c9c1dd4273c75372acf5d74ce317effdf56d8a0de8a3e3cd24f40b1b2dba91786d0a1cd72c9d7867b9ae630c4f69b04b378529dca8be0869e91d322d
 WHIRLPOOL 
5dd8493bbbaa0f3d189a825bd4237a56276e88b8da91e75c1e3d49c1c1b2050ee2f9aaa4524ea00418690d8ff2085d6b6f686e60752e838f2515ca9d780347ef
+DIST ibus-libpinyin-1.7.4.tar.gz 1692228 SHA256 
4627eab10ded24bd1a95ee56a2f7bd6a82deb94435aea674267fc40febd66f81 SHA512 
d94f495e74650830f759889112df8b749d6e28192ed866f6bd132b16e16cda59d97aabc2762596bbe337a3deeb30ccd680ad370c28c1932ab05c6a40d8e1c265
 WHIRLPOOL 
1227c7f96565c001a90bced8aa4f847cfbe9bfae6810641e76472c437a29cdb539d2b316add9850270fa4eb2436761375f9d436749c8f06a573206ddba02064c

diff --git a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.6.92.ebuild 
b/app-i18n/ibus-libpinyin/ibus-libpinyin-1.6.92.ebuild
index 839664a..350dceb 100644
--- a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.6.92.ebuild
+++ b/app-i18n/ibus-libpinyin/ibus-libpinyin-1.6.92.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,7 +21,7 @@ IUSE="boost opencc lua"
 DEPEND="sys-apps/sed"
 RDEPEND=">=app-i18n/ibus-1.4[python,${PYTHON_USEDEP}]
dev-python/pygtk[${PYTHON_USEDEP}]
-   >=app-i18n/libpinyin-1.0.0
+   =app-i18n/libpinyin-1.0.0
app-i18n/pyzy
boost? ( >=dev-libs/boost-1.39 )
lua? ( >=dev-lang/lua-5.1 )"

diff --git a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.6.92.ebuild 
b/app-i18n/ibus-libpinyin/ibus-libpinyin-1.7.4.ebuild
similarity index 83%
copy from app-i18n/ibus-libpinyin/ibus-libpinyin-1.6.92.ebuild
copy to app-i18n/ibus-libpinyin/ibus-libpinyin-1.7.4.ebuild
index 839664a..d307a37 100644
--- a/app-i18n/ibus-libpinyin/ibus-libpinyin-1.6.92.ebuild
+++ b/app-i18n/ibus-libpinyin/ibus-libpinyin-1.7.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,15 +15,16 @@ 
SRC_URI="https://github.com/libpinyin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="boost opencc lua"
 
 DEPEND="sys-apps/sed"
-RDEPEND=">=app-i18n/ibus-1.4[python,${PYTHON_USEDEP}]
+RDEPEND=">=app-i18n/ibus-1.5.4[python,${PYTHON_USEDEP}]
dev-python/pygtk[${PYTHON_USEDEP}]
-   >=app-i18n/libpinyin-1.0.0
+   >=app-i18n/libpinyin-1.2.91
app-i18n/pyzy
boost? ( >=dev-libs/boost-1.39 )
+   opencc? ( >=app-i18n/opencc-1.0.0 )
lua? ( >=dev-lang/lua-5.1 )"
 
 DOCS=( AUTHORS ChangeLog NEWS README )



[gentoo-commits] repo/gentoo:master commit in: app-i18n/opencc/

2016-05-27 Thread Yixun Lan
commit: 04d5391396e262ea216adca3903aa884c63343c6
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri May 27 09:14:21 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 27 10:20:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d53913

app-i18n/opencc: drop old versions

Package-Manager: portage-2.2.28

 app-i18n/opencc/Manifest|  1 -
 app-i18n/opencc/opencc-0.2.0.ebuild | 41 -
 app-i18n/opencc/opencc-0.3.0_pre20120819.ebuild | 41 -
 3 files changed, 83 deletions(-)

diff --git a/app-i18n/opencc/Manifest b/app-i18n/opencc/Manifest
index d60d49f..5c0efa6 100644
--- a/app-i18n/opencc/Manifest
+++ b/app-i18n/opencc/Manifest
@@ -1,4 +1,3 @@
-DIST opencc-0.2.0.tar.gz 496313 SHA256 
fc4b3203482c7e5ad5c887dc08f83cd1d0e0c1fd1bdd9ec48672ca89bfe2a424 SHA512 
46c03a1605b8c464d8836bfa6e69fef1d1978102aa6a75ab75c9546635da91223bb26412639869a1f7fc3f8db1f4ebd12645c53d07cb1375605dbb42c7e4524a
 WHIRLPOOL 
98675c15579e573633f68e9c73a83164a3bd0ebb82b7b92dd31dfddda4a6cd3c81dd4cbd5fd775021b29e7c543952bf2206c2c00257fdc11f91754f56a969e9b
 DIST opencc-0.3.0_pre20120819.tar.xz 363528 SHA256 
3ed46594547b86f1326b07c3ea910148b1c58b74c9d21c8d4e11ec30e2254fae SHA512 
0ca231b5fd7b314111a76bfaa8e288fc2d43e02dbbb2a7c7e9312c1f1f0aed1a0d3b67b04b0cc3634d1b48b8fe6983e6219db053f3a2114abadec1af00b9f8d5
 WHIRLPOOL 
268d331479bffefdc6e1f58600422a36a32abb7d4dd873eeb216977daca05f4a4775ca547bb301bc16ea8fc702ef04cfd5d8f88c90d10e224a585575129e67c6
 DIST opencc-0.4.3.tar.gz 535151 SHA256 
7bdcf9e38ac05a16750d5276494d810db107c8a8b5f8b87e2357ee167a13a587 SHA512 
ac31c3c018467cf047e077d399903560feb0f8c214accd1ef45d0b1477d011af8e9bf2dbde4497c133daef61b6508460e9b2b04c0b5f336c2d67fc840a1d07e6
 WHIRLPOOL 
316857e7720e962c9fde27c04327c0c6b5137ca7290b170cc1ead86dcd0c6f14202ac2386f6e565ad12ebca99c939a511447902054792203edeabed88e149a2e
 DIST opencc-1.0.4.tar.gz 1597309 SHA256 
0553b7461ebd379d118d45d7f40f8a6e272750115bdbc49267595a05ee3481ac SHA512 
682cc621fddb6495f26675863faefe7c9f584d2c60676cee0a3ff2120828a09a5e71671f5537030c2cc874f55b7f22af70d9d376f17b83e30cb04dcd5f6bba8a
 WHIRLPOOL 
964180d27db85df6ffb4310ea6cae7b6c294c163bce68d05a5a21e8e736be6c11b44f8a2a856481b47e14c8c1104d244fc294259cbfa2f3160912743ac933cd6

diff --git a/app-i18n/opencc/opencc-0.2.0.ebuild 
b/app-i18n/opencc/opencc-0.2.0.ebuild
deleted file mode 100644
index 94aca39..000
--- a/app-i18n/opencc/opencc-0.2.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit cmake-utils multilib
-
-DESCRIPTION="Libraries for Simplified-Traditional Chinese Conversion"
-HOMEPAGE="https://github.com/BYVoid/OpenCC";
-SRC_URI="https://open-chinese-convert.googlecode.com/files/${P}.tar.gz";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="nls static-libs"
-
-DEPEND="nls? ( sys-devel/gettext )"
-RDEPEND="nls? ( virtual/libintl )"
-
-DOCS="AUTHORS ChangeLog README"
-
-src_prepare() {
-   sed -i \
-   -e 
"s:\${CMAKE_\(SHARED\|STATIC\)_LIBRARY_PREFIX}:\"$(get_libdir)\":" \
-   CMakeLists.txt || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   "$(cmake-utils_use_enable nls GETTEXT)"
-   )
-
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-
-   use static-libs || find "${ED}" -name '*.la' -o -name '*.a' -exec rm {} 
+
-}

diff --git a/app-i18n/opencc/opencc-0.3.0_pre20120819.ebuild 
b/app-i18n/opencc/opencc-0.3.0_pre20120819.ebuild
deleted file mode 100644
index 3cee90d..000
--- a/app-i18n/opencc/opencc-0.3.0_pre20120819.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit cmake-utils multilib
-
-DESCRIPTION="Libraries for Simplified-Traditional Chinese Conversion"
-HOMEPAGE="https://github.com/BYVoid/OpenCC";
-SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
-IUSE="+nls static-libs"
-
-DEPEND="nls? ( sys-devel/gettext )"
-RDEPEND="nls? ( virtual/libintl )"
-
-DOCS="AUTHORS README"
-
-src_prepare() {
-   sed -i \
-   -e 
"s:\${CMAKE_\(SHARED\|STATIC\)_LIBRARY_PREFIX}:\"$(get_libdir)\":" \
-   CMakeLists.txt || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   "$(cmake-utils_use_enable nls GETTEXT)"
-   )
-
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-
-   use static-libs || find "${ED}" -name '*.la' -o -name '*.a' -exec rm {} 
+
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/opencc/files/, app-i18n/opencc/

2016-05-27 Thread Yixun Lan
commit: f86c3377437c2e79d312aef15bfa75e5e5002271
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri May 27 09:04:37 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 27 10:20:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86c3377

app-i18n/opencc: version bump 1.0.4

Gentoo-Bug: 580782

Package-Manager: portage-2.2.28

 app-i18n/opencc/Manifest   |  1 +
 .../opencc/files/opencc-1.0.4-cmake-libdir.patch   | 15 
 app-i18n/opencc/opencc-1.0.4.ebuild| 42 ++
 3 files changed, 58 insertions(+)

diff --git a/app-i18n/opencc/Manifest b/app-i18n/opencc/Manifest
index d427f14..d60d49f 100644
--- a/app-i18n/opencc/Manifest
+++ b/app-i18n/opencc/Manifest
@@ -1,3 +1,4 @@
 DIST opencc-0.2.0.tar.gz 496313 SHA256 
fc4b3203482c7e5ad5c887dc08f83cd1d0e0c1fd1bdd9ec48672ca89bfe2a424 SHA512 
46c03a1605b8c464d8836bfa6e69fef1d1978102aa6a75ab75c9546635da91223bb26412639869a1f7fc3f8db1f4ebd12645c53d07cb1375605dbb42c7e4524a
 WHIRLPOOL 
98675c15579e573633f68e9c73a83164a3bd0ebb82b7b92dd31dfddda4a6cd3c81dd4cbd5fd775021b29e7c543952bf2206c2c00257fdc11f91754f56a969e9b
 DIST opencc-0.3.0_pre20120819.tar.xz 363528 SHA256 
3ed46594547b86f1326b07c3ea910148b1c58b74c9d21c8d4e11ec30e2254fae SHA512 
0ca231b5fd7b314111a76bfaa8e288fc2d43e02dbbb2a7c7e9312c1f1f0aed1a0d3b67b04b0cc3634d1b48b8fe6983e6219db053f3a2114abadec1af00b9f8d5
 WHIRLPOOL 
268d331479bffefdc6e1f58600422a36a32abb7d4dd873eeb216977daca05f4a4775ca547bb301bc16ea8fc702ef04cfd5d8f88c90d10e224a585575129e67c6
 DIST opencc-0.4.3.tar.gz 535151 SHA256 
7bdcf9e38ac05a16750d5276494d810db107c8a8b5f8b87e2357ee167a13a587 SHA512 
ac31c3c018467cf047e077d399903560feb0f8c214accd1ef45d0b1477d011af8e9bf2dbde4497c133daef61b6508460e9b2b04c0b5f336c2d67fc840a1d07e6
 WHIRLPOOL 
316857e7720e962c9fde27c04327c0c6b5137ca7290b170cc1ead86dcd0c6f14202ac2386f6e565ad12ebca99c939a511447902054792203edeabed88e149a2e
+DIST opencc-1.0.4.tar.gz 1597309 SHA256 
0553b7461ebd379d118d45d7f40f8a6e272750115bdbc49267595a05ee3481ac SHA512 
682cc621fddb6495f26675863faefe7c9f584d2c60676cee0a3ff2120828a09a5e71671f5537030c2cc874f55b7f22af70d9d376f17b83e30cb04dcd5f6bba8a
 WHIRLPOOL 
964180d27db85df6ffb4310ea6cae7b6c294c163bce68d05a5a21e8e736be6c11b44f8a2a856481b47e14c8c1104d244fc294259cbfa2f3160912743ac933cd6

diff --git a/app-i18n/opencc/files/opencc-1.0.4-cmake-libdir.patch 
b/app-i18n/opencc/files/opencc-1.0.4-cmake-libdir.patch
new file mode 100644
index 000..c09f327
--- /dev/null
+++ b/app-i18n/opencc/files/opencc-1.0.4-cmake-libdir.patch
@@ -0,0 +1,15 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index e3eb3a1..5370866 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -83,6 +83,10 @@ if (DEFINED SYSCONF_INSTALL_DIR)
+   set (DIR_ETC ${SYSCONF_INSTALL_DIR})
+ endif (DEFINED SYSCONF_INSTALL_DIR)
+ 
++if (DEFINED CMAKE_INSTALL_LIBDIR)
++  set (DIR_LIBRARY ${CMAKE_INSTALL_LIBDIR})
++endif (DEFINED CMAKE_INSTALL_LIBDIR)
++
+ set (DIR_SHARE_OPENCC ${DIR_SHARE}opencc/)
+ set (DIR_SHARE_LOCALE ${DIR_SHARE}locale/)
+ 

diff --git a/app-i18n/opencc/opencc-1.0.4.ebuild 
b/app-i18n/opencc/opencc-1.0.4.ebuild
new file mode 100644
index 000..aa08f7b
--- /dev/null
+++ b/app-i18n/opencc/opencc-1.0.4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils multilib eutils vcs-snapshot
+
+DESCRIPTION="Libraries for conversion between Traditional and Simplified 
Chinese"
+HOMEPAGE="https://github.com/BYVoid/OpenCC";
+SRC_URI="https://github.com/BYVoid/OpenCC/archive/ver.${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE="doc static-libs"
+
+DEPEND="doc? ( app-doc/doxygen )"
+RDEPEND=""
+
+DOCS="AUTHORS NEWS.md README.md"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-cmake-libdir.patch
+)
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_DOCUMENTATION=$(usex doc)
+   -DBUILD_SHARED_LIBS=ON
+   -DENABLE_GTEST=OFF
+   -DCMAKE_INSTALL_LIBDIR="${EPREFIX}"/usr/$(get_libdir)
+   )
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+
+   use static-libs || find "${ED}" -name '*.la' -o -name '*.a' -exec rm {} 
+
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/libpinyin/

2016-05-27 Thread Yixun Lan
commit: 8dce83cd2adc0cc504c25852eb3a033ddfc493b7
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri May 27 09:26:01 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 27 10:20:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dce83cd

app-i18n/libpinyin: version bump 1.3.0

Package-Manager: portage-2.2.28

 app-i18n/libpinyin/Manifest   |  2 ++
 app-i18n/libpinyin/libpinyin-1.3.0.ebuild | 36 +++
 2 files changed, 38 insertions(+)

diff --git a/app-i18n/libpinyin/Manifest b/app-i18n/libpinyin/Manifest
index e9feef4..6876369 100644
--- a/app-i18n/libpinyin/Manifest
+++ b/app-i18n/libpinyin/Manifest
@@ -1,4 +1,6 @@
 DIST libpinyin-0.8.0.tar 2682880 SHA256 
42fdb08a880a8c42a25712267463704f988293e0bec20871a306022aefb08290 SHA512 
762686b9e2fc95e8071832735764c54cb6252fa40bd5d3eb1e15445a267795b775288cef41f671bf4680f13c0a8b44377b12696ade832b80684300e1dd8787a0
 WHIRLPOOL 
0be6445e6e39c2f8f9124d0f549d11421092364d55c9345f2862f465ba78044b01df9e338acba055818a7d735e0c41e8e71b3f2f03830a14dd196a9dfe2c9107
 DIST libpinyin-1.0.0.tar 2744320 SHA256 
ba72c5a71f373771086198b844470d7384cb25b293f962212b02f8f4d718e40c SHA512 
577d6d3d3e647a4a5047e3fc019d0e5b7778f49a229eabbf71da9ea73f6d8b935e6ca673698ddfb7d677e1634e05fb2dd0d3811f7b64e7b1184504160af42b87
 WHIRLPOOL 
ad0b975b17010bcb5481eb3aa7304880fe97a682c8fcd0944a9070cf5148130c90714205fb16c440476667876b9f30834eaeec0ec6ef948a5dd59a1bf8a10454
+DIST libpinyin-1.3.0.tar.gz 190686 SHA256 
71a5749ff96a1ae5a71bea8d5c1394b16f9252c4e3ad5225cc66ad2a76ab6d7d SHA512 
063fd114732650636aba21611042a3461eb5c0447dddef04957edfebd186b76d6eb9f29bc4d095c9b5aebcc7fc2acea345f49adae00eac1fad44822f088c7415
 WHIRLPOOL 
c2840d0272ded79902047d46c14eb5c1ddd6ec3df322086c904f0a1d85e5150b9fdb33f97b276ed56c18039cbbb4d668f9ad014f65aadb9e703957b2e4ceea73
 DIST model.text.tar.gz 10285854 SHA256 
a4924c5b5923c3ff9ce55456a417486d07d3b2f7afc194f4338a1221fe36b533 SHA512 
d3f137c7de0f357950abbb1e00c0f5d62fb5b4b0ea9f3a6dff29bf6bb2e4f5293319321abf1bad88742868563f65d74f0226f433ba4bcfdfe2c23fef6fea7c74
 WHIRLPOOL 
fd1d637cfcecbbbd7506d15fd107106e578013aa9ca4c0be1aab110fb49ebcb2dbf1493953349e7cf7b0a8a5a0c2c216d993278d8ae78b42f5c703363b4efe60
+DIST model11.text.tar.gz 17197590 SHA256 
d0428e87a8c6b214036641a3317834f8352e77cbba0f040c7bd3495d13ef3f71 SHA512 
21c048e7f93db9626ec1545a977abb555e12149b791ddab0b0b4fe4adf6fc082d2c2ede28fc42407e72e15f0af1cf428dc58ad955c514d1bcbc67006803e0be7
 WHIRLPOOL 
7549d45219912880b179c844b5398f063ab27b1db23f2b40a96ff7a29a0217ec430fbef9b2b2b031cb27d22a77eea363ee810e5c259dc7340365d2901a1a1fad
 DIST model7.text.tar.gz 19666966 SHA256 
c9a3c38e6439302603b5c3772ea9dae280b4ef46bd6e8762ed40452dc400af78 SHA512 
74a56a23cdca24124037f688ed85a921089155a1b9a0b61e646f805b2bb698c56682c5d6a47ff86657c8b131a831dbee9d5cc5165d4c1f235b77fcd5b2e480ad
 WHIRLPOOL 
5285398bb6bd431caa3449b9540a1c08dad785456d9152fc44f6303866891de5538da4c5945eb8e8a0b64a081a58e7e6d25caacd05e2e3a7219e4335f0414986

diff --git a/app-i18n/libpinyin/libpinyin-1.3.0.ebuild 
b/app-i18n/libpinyin/libpinyin-1.3.0.ebuild
new file mode 100644
index 000..02cdac5
--- /dev/null
+++ b/app-i18n/libpinyin/libpinyin-1.3.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils
+
+MODELV=11
+
+DESCRIPTION="Library for Chinese pinyin input methods"
+HOMEPAGE="https://github.com/libpinyin/libpinyin";
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
+   mirror://sourceforge/${PN}/models/model${MODELV}.text.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="sys-libs/db:4.8
+   dev-libs/glib:2"
+DEPEND="${RDEPEND}
+   virtual/libintl
+   virtual/pkgconfig"
+
+src_prepare() {
+   ln -s "${DISTDIR}"/model${MODELV}.text.tar.gz data || die
+   sed -e '/wget/d' -i data/Makefile.am || die
+   epatch_user
+   eautoreconf
+}
+
+src_install() {
+   default
+   prune_libtool_files
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-libpinyin/

2016-05-27 Thread Yixun Lan
commit: 1eb12c910157d8cadf4e12dc97f8faa22b3e3da1
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri May 27 09:46:21 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 27 10:20:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eb12c91

app-i18n/fcitx-libpinyin: version bump 0.3.3

Package-Manager: portage-2.2.28

 app-i18n/fcitx-libpinyin/Manifest | 1 +
 app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.3.1.ebuild | 4 ++--
 .../{fcitx-libpinyin-0.3.1.ebuild => fcitx-libpinyin-0.3.3.ebuild}| 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-i18n/fcitx-libpinyin/Manifest 
b/app-i18n/fcitx-libpinyin/Manifest
index 0d0e6d2..2173172 100644
--- a/app-i18n/fcitx-libpinyin/Manifest
+++ b/app-i18n/fcitx-libpinyin/Manifest
@@ -1,2 +1,3 @@
 DIST fcitx-libpinyin-0.2.1_dict.tar.xz 10007544 SHA256 
1ec33b2c56f98079fa5383b5fffcbe095ec64ffaa07eefebbc5d609136a2fab8 SHA512 
7e446ac1e07301d6671f3de1059d099237aeeb46fdb9f68fce40a205cdcb17542345334b13f45b19f356743f92601492d178e6e2d578567c2506bed9c808ccbd
 WHIRLPOOL 
598341a001d4cbb544bf3e3fc4449b1a323fc9ae6d3fc5fe8217b9a15bc2db22fb937e61bae32b3420a6b33d235368d6bd31fecfd1a845d1edd3acda320cb6f3
 DIST fcitx-libpinyin-0.3.1_dict.tar.xz 15143832 SHA256 
0b553c90d37c36e82ad692803519cb3cf82ae3597ed2f74b1f5251e942c272ae SHA512 
3b7501a75dab2f5b83541c71ccac93709f3354f390f322d7b95e4b94e0c4dc6963522759ab52eb77203d787d6d14d3ce1c838dd92ecd0db041a3b7a25008eaa4
 WHIRLPOOL 
1f655dc2a4439b8ff0583fa88f3d75f2472a8abdeff9132a98d242f2007d3abaf582f8ae31ec18ef693754bdf29788a37f4dda96bd1777d6a43eb1ac8eb6c194
+DIST fcitx-libpinyin-0.3.3_dict.tar.xz 15145448 SHA256 
cac02fb2ac19d9072d58e2d9383297e21942caf71b528aee8fa36c55c899d1e1 SHA512 
1d77bb0a73ef2f94058ad8f991c628097c87b0ea9c7c4480d23c972ff20ea8ea2653113c8100f1611911606fe84a470650e1a2e9cc6d596d3e80960bb00900c2
 WHIRLPOOL 
ea9f470a92ad55fbdc561d0df1ba51414c716fac158c8db28cccd18d2f106339ee8dc9eba03067f2473289f485dd1118ffedee6ea5b0fbcd0517f6ef5e68abb8

diff --git a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.3.1.ebuild 
b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.3.1.ebuild
index e281645..5d254ad 100644
--- a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.3.1.ebuild
+++ b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ KEYWORDS="amd64 ~ppc ppc64 ~x86"
 IUSE="dictmanager"
 
 RDEPEND=">=app-i18n/fcitx-4.2.8
-   app-i18n/libpinyin
+   =app-i18n/fcitx-4.2.8[qt4]
dev-qt/qtcore:4

diff --git a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.3.1.ebuild 
b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.3.3.ebuild
similarity index 90%
copy from app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.3.1.ebuild
copy to app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.3.3.ebuild
index e281645..78687db 100644
--- a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.3.1.ebuild
+++ b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ SRC_URI="http://download.fcitx-im.org/${PN}/${P}_dict.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="dictmanager"
 
 RDEPEND=">=app-i18n/fcitx-4.2.8



[gentoo-commits] proj/grs:desktop-amd64-hardened commit in: core/etc/grs/

2016-05-27 Thread Anthony G. Basile
commit: 7bb7d92b3fa9ba15b974869e54e26330d9c5b75e
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri May 27 10:45:40 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri May 27 10:45:40 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=7bb7d92b

world: add python_single_target_python3_4 to net-irc/znc

 core/etc/grs/world.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf
index 3c671cc..56b4eaa 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -6552,7 +6552,7 @@ package.use : net-irc/shadowircd:0 -debug -largenet ipv6 
ssl zlib
 package.use : net-irc/weechat:0 -doc -nls -test alias charset exec fifo guile 
irc logger lua perl python relay ruby scripts spell ssl tcl trigger xfer
 
 [net-irc/znc:0]
-package.use : net-irc/znc:0 -daemon -debug ipv6 perl python sasl ssl tcl
+package.use : net-irc/znc:0 -daemon -debug ipv6 perl python sasl ssl tcl 
python_single_target_python3_4
 
 [net-libs/daq:0]
 package.use : net-libs/daq:0 -ipq -nfq afpacket dump ipv6 pcap static-libs



[gentoo-commits] repo/gentoo:master commit in: dev-db/lmdb/

2016-05-27 Thread Tobias Klausmann
commit: 194cdeeb505942bd01a329ccf5f75392f200faf9
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri May 27 10:50:33 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri May 27 10:50:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=194cdeeb

dev-db/lmdb-0.9.18-r0: add alpha keyword

Gentoo-Bug: 577264

Package-Manager: portage-2.3.0_rc1

 dev-db/lmdb/lmdb-0.9.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/lmdb/lmdb-0.9.18.ebuild b/dev-db/lmdb/lmdb-0.9.18.ebuild
index 79fc026..ec5a839 100644
--- a/dev-db/lmdb/lmdb-0.9.18.ebuild
+++ b/dev-db/lmdb/lmdb-0.9.18.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/LMDB/lmdb/archive/LMDB_${PV}.tar.gz";
 
 LICENSE="OPENLDAP"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~sh sparc x86 ~ppc-aix 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~sh sparc x86 ~ppc-aix 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x86-solaris"
 IUSE="static-libs"
 
 DEPEND=""



[gentoo-commits] repo/proj/prefix:script-rap commit in: scripts/

2016-05-27 Thread Benda XU
commit: 20607806e796c35f2e44c2cdba59f313abd41ef4
Author: Benda Xu  gentoo  org>
AuthorDate: Thu May 26 02:46:25 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Thu May 26 13:55:41 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=20607806

scripts/bootstrap-prefix.sh: disable sandbox.

 scripts/bootstrap-prefix.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 88f24f3..63451ce 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -223,6 +223,8 @@ bootstrap_setup() {
echo 'CXXFLAGS="${CFLAGS}"'
echo "MAKEOPTS=\"${MAKEOPTS}\""
echo "CONFIG_SHELL=\"${ROOT}/bin/bash\""
+   rapx "# sandbox does not work well on Prefix, bug 
490246"
+   rapx 'FEATURES="-usersandbox -sandbox"'
if [[ -n ${PREFIX_DISABLE_USR_SPLIT} ]] ; then
echo
echo "# This disables /usr-split, removing this 
will break"



[gentoo-commits] repo/proj/prefix:script-rap commit in: scripts/

2016-05-27 Thread Benda XU
commit: bd463298664bc02e58daa67c98bdd33c572be6b7
Author: Benda Xu  gentoo  org>
AuthorDate: Mon May 23 10:46:14 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Thu May 26 13:55:41 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=bd463298

scripts/bootstrap-prefix.sh: USE=-acl for linux-standalone.

  Its profile does not mask acl.

 scripts/bootstrap-prefix.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 86056e6..4b86519 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1162,6 +1162,7 @@ do_emerge_pkgs() {
[[ -n ${pvdb} ]] && continue
 
local myuse=(
+   -acl
-berkdb
-fortran
-gdbm



[gentoo-commits] repo/proj/prefix:script-rap commit in: scripts/

2016-05-27 Thread Benda XU
commit: 2e5a7a84af53d3704290adfe5273f60ff5116180
Author: Benda Xu  gentoo  org>
AuthorDate: Thu May 26 09:41:35 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri May 27 07:45:09 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=2e5a7a84

bootstrap-prefix.sh: get_libdir for multilib support on RAP.

 scripts/bootstrap-prefix.sh | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 9990e41..f3d13f8 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -9,6 +9,7 @@ eerror() { echo "!!! $*" 1>&2; }
 einfo() { echo "* $*"; }
 is-rap() { [[ ${BASH_SOURCE} = *rap.sh ]]; }
 rapx() { is-rap && echo $1 || echo $2; }
+get_libdir() { portageq envvar LIBDIR_$(portageq envvar ABI); }
 
 # prefer gtar over tar
 [[ x$(type -t gtar) == "xfile" ]] \
@@ -124,7 +125,7 @@ configure_cflags() {
export LDFLAGS="-L${ROOT}/tmp/usr/lib"
;;
*)
-   export LDFLAGS="-L${ROOT}/tmp/usr/lib 
-Wl,-rpath=${ROOT}/tmp/usr/lib"
+   export LDFLAGS="-L${ROOT}/tmp/usr/$(get_libdir) 
-Wl,-rpath=${ROOT}/tmp/usr/$(get_libdir)"
;;
esac
 
@@ -407,7 +408,7 @@ EOF
 
 do_tree() {
local x
-   for x in etc{,/portage} usr/{{,s}bin,lib} var/tmp var/lib/portage 
var/log/portage var/db;
+   for x in etc{,/portage} usr/{{,s}bin,$(rapx "" lib)} var/tmp 
var/lib/portage var/log/portage var/db;
do
[[ -d ${ROOT}/${x} ]] || mkdir -p "${ROOT}/${x}"
done
@@ -423,7 +424,7 @@ do_tree() {
[[ -e ${ROOT}/${x} ]] || ( cd "${ROOT}" && ln -s 
usr/${x} )
done
else
-   for x in lib sbin ; do
+   for x in $(rapx "" lib) sbin ; do
[[ -d ${ROOT}/${x} ]] || mkdir -p "${ROOT}/${x}"
done
fi
@@ -531,6 +532,7 @@ bootstrap_portage() {
[[ -x ${ROOT}/tmp/bin/bash ]] || [[ ! -x ${ROOT}/tmp/usr/bin/bash ]] || 
ln -s ../usr/bin/bash "${ROOT}"/tmp/bin/bash || return 1
[[ -x ${ROOT}/tmp/bin/bash ]] || ln -s "${BASH}" "${ROOT}"/tmp/bin/bash 
|| return 1
[[ -x ${ROOT}/tmp/bin/sh ]] || ln -s bash "${ROOT}"/tmp/bin/sh || 
return 1
+   [[ -x ${ROOT}/bin/bash ]] || ln -s ../tmp/bin/bash "${ROOT}"/bin/bash 
|| return 1
[[ -x ${ROOT}/bin/sh ]] || ln -s ../tmp/bin/sh "${ROOT}"/bin/sh || 
return 1
export PORTAGE_BASH="${ROOT}"/tmp/bin/bash
 
@@ -1335,7 +1337,7 @@ bootstrap_stage3() {
configure_toolchain || return 1
export CONFIG_SHELL="${ROOT}"/tmp/bin/bash
export CPPFLAGS="-I${ROOT}/usr/include"
-   export LDFLAGS="-L${ROOT}/usr/lib"
+   export LDFLAGS="-L${ROOT}/usr/$(get_libdir)"
unset CC CXX
 
emerge_pkgs() {



[gentoo-commits] repo/proj/prefix:script-rap commit in: scripts/

2016-05-27 Thread Benda XU
commit: 9a6d95bd9b65158040873f6e3e9e4eed055b0ad4
Author: Benda Xu  gentoo  org>
AuthorDate: Thu May 26 09:48:19 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Thu May 26 13:55:41 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=9a6d95bd

scripts/bootstrap-prefix.sh: rap helpers for profiles and portage tree.

 scripts/bootstrap-prefix.sh | 20 +---
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index e5ad6b6..30d3b29 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -7,6 +7,8 @@ trap 'exit 1' TERM KILL INT QUIT ABRT
 # some basic output functions
 eerror() { echo "!!! $*" 1>&2; }
 einfo() { echo "* $*"; }
+is-rap() { [[ ${BASH_SOURCE} = *rap.sh ]]; }
+rapx() { is-rap && echo $1 || echo $2; }
 
 # prefer gtar over tar
 [[ x$(type -t gtar) == "xfile" ]] \
@@ -231,6 +233,8 @@ bootstrap_setup() {
echo 'FETCHCOMMAND="bash -c \"echo I need 
\${FILE} from \${URI} in \${DISTDIR}; read\""'
} > "${ROOT}"/etc/portage/make.conf
fi
+
+   local linux=$(rapx linux-standalone linux)

case ${CHOST} in
powerpc-apple-darwin7)
@@ -257,22 +261,22 @@ bootstrap_setup() {
profile="prefix/darwin/macos/10.$((rev - 4))/x64"
;;
i*86-pc-linux-gnu)
-   profile="prefix/linux/x86"
+   profile="prefix/${linux}/x86"
;;
x86_64-pc-linux-gnu)
-   profile="prefix/linux/amd64"
+   profile="prefix/${linux}/amd64"
;;
ia64-pc-linux-gnu)
-   profile="prefix/linux/ia64"
+   profile="prefix/${linux}/ia64"
;;
powerpc-unknown-linux-gnu)
-   profile="prefix/linux/ppc"
+   profile="prefix/${linux}/ppc"
;;
powerpc64-unknown-linux-gnu)
-   profile="prefix/linux/ppc64"
+   profile="prefix/${linux}/ppc64"
;;
armv7l-pc-linux-gnu)
-   profile="prefix/linux/arm"
+   profile="prefix/${linux}/arm"
;;
sparc-sun-solaris2.9)
profile="prefix/sunos/solaris/5.9/sparc"
@@ -404,6 +408,7 @@ do_tree() {
 }
 
 bootstrap_tree() {
+   is-rap && LATEST_TREE_YES=1
local PV="20160420"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
@@ -2400,7 +2405,8 @@ export PORTDIR=${PORTDIR:-"${ROOT}/usr/portage"}
 export DISTDIR=${DISTDIR:-"${PORTDIR}/distfiles"}
 PORTAGE_TMPDIR=${PORTAGE_TMPDIR:-${ROOT}/tmp/var/tmp}
 DISTFILES_URL=${DISTFILES_URL:-"http://dev.gentoo.org/~grobian/distfiles"}
-SNAPSHOT_URL=${SNAPSHOT_URL:-"http://rsync.prefix.bitzolder.nl/snapshots"}
+SNAPSHOT_HOST=$(rapx distfiles.gentoo.org rsync.prefix.bitzolder.nl)
+SNAPSHOT_URL=${SNAPSHOT_URL:-"http://${SNAPSHOT_HOST}/snapshots"}
 GNU_URL=${GNU_URL:="http://ftp.gnu.org/gnu"}
 GENTOO_MIRRORS=${GENTOO_MIRRORS:="http://distfiles.gentoo.org"}
 GCC_APPLE_URL="http://www.opensource.apple.com/darwinsource/tarballs/other";



[gentoo-commits] repo/proj/prefix:script-rap commit in: /

2016-05-27 Thread Benda XU
commit: 394ed2cc91447d1283102b80ab049c1a4fb56b67
Author: Benda Xu  gentoo  org>
AuthorDate: Fri May 27 10:53:35 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri May 27 10:53:35 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=394ed2cc

Merge 'origin/script-rap' into script-rap

 scripts/bootstrap-prefix.sh | 3 ++-
 scripts/bootstrap-rap.sh| 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)



[gentoo-commits] repo/proj/prefix:script-rap commit in: scripts/

2016-05-27 Thread Benda XU
commit: 499248ea415abdb6b171138a57e343bd779bafa2
Author: Benda Xu  gentoo  org>
AuthorDate: Thu May 26 07:06:09 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Thu May 26 13:55:41 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=499248ea

bootstrap-prefix.sh: no USR SPLIT for RAP.  Support Debian multiarch.

 scripts/bootstrap-prefix.sh | 82 +++--
 1 file changed, 5 insertions(+), 77 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 63451ce..9990e41 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -225,7 +225,7 @@ bootstrap_setup() {
echo "CONFIG_SHELL=\"${ROOT}/bin/bash\""
rapx "# sandbox does not work well on Prefix, bug 
490246"
rapx 'FEATURES="-usersandbox -sandbox"'
-   if [[ -n ${PREFIX_DISABLE_USR_SPLIT} ]] ; then
+   if [[ !is-rap && -n ${PREFIX_DISABLE_USR_SPLIT} ]] ; 
then
echo
echo "# This disables /usr-split, removing this 
will break"
echo "PREFIX_DISABLE_GEN_USR_LDSCRIPT=yes"
@@ -1476,83 +1476,11 @@ bootstrap_interactive() {
# eventually ends up in make.conf, see the end of stage3.  We don't
# do this in bootstrap_setup() because in that case we'd also have
# to cater for getting this right with manual bootstraps.
-   export PREFIX_DISABLE_USR_SPLIT=yes 
+   is-rap || export PREFIX_DISABLE_USR_SPLIT=yes
 
-   # immediately die on platforms that we know are impossible due to
-   # brain-deadness (Debian/Ubuntu) or extremely hard dependency chains
-   # (TODO NetBSD/OpenBSD)
-   case ${CHOST} in
-   *-linux-gnu)
-   local toolchain_impossible=
-   # Figure out if this is Ubuntu...
-   if [[ $(lsb_release -is 2>/dev/null) == "Ubuntu" ]] ; 
then
-   case "$(lsb_release -sr)" in
-   [456789].*|10.*)
-   : # good versions
-   ;;
-   *)
-   # Debian/Ubuntu have seriously 
fscked up their
-   # toolchain to support their 
multi-arch crap
-   # since Natty (11.04) that 
noone really wants,
-   # and certainly not upstream.  
Some details:
-   # 
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/738098
-   toolchain_impossible="Ubuntu >= 
11.04 (Natty)"
-   ;;
-   esac
-   fi
-   # Figure out if this is Debian
-   if [[ -e /etc/debian_release ]] ; then
-   case "$(< /etc/debian_release)" in
-   
hamm/*|slink/*|potato/*|woody/*|sarge/*|etch/*|lenny/*|squeeze/*)
-   : # good versions
-   ;;
-   *)
-   # Debian introduced their big 
crap since Wheezy
-   # (7.0), like for Ubuntu, see 
above
-   toolchain_impossible="Debian >= 
7.0 (Wheezy)"
-   ;;
-   esac
-   fi
-   if [[ -n ${toolchain_impossible} ]] ; then
-   # In short, it's impossible for us to compile a
-   # compiler, since 1) gcc picks up our ld, which 
doesn't
-   # support sysroot (can work around with a 
wrapper
-   # script), 2) headers and libs aren't found 
(symlink
-   # them to Prefix), 3) stuff like crtX.i isn't 
found
-   # during bootstrap, since the bootstrap 
compiler doesn't
-   # get any of our flags and doesn't know where 
to find
-   # them (even if we copied them).  So we cannot 
do this,
-   # unless we use the Ubuntu patches in our 
ebuilds, which
-   # is a NO-GO area.
-   cat << EOF
-Oh My!  ${toolchain_impossible}!  ARGH!  HELL comes over 
me!
-
-EOF
-   echo -n "..."
- 

[gentoo-commits] repo/proj/prefix:script-rap commit in: scripts/

2016-05-27 Thread Benda XU
commit: 477ae701b57e19a102552ae63c8f686d3e167016
Author: Benda Xu  gentoo  org>
AuthorDate: Fri May 27 07:53:40 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri May 27 07:53:40 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=477ae701

scripts/bootstrap-prefix.sh: paths of stage 3 toolchain.

 scripts/bootstrap-prefix.sh | 16 +---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 07bd986..874e627 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1376,11 +1376,19 @@ bootstrap_stage3() {
${linker}
)
fi
+   LDFLAGS="${LDFLAGS} $(rapx -Wl,-rpath=${ROOT}/usr/$(get_libdir))" \
emerge_pkgs --nodeps "${pkgs[@]}" || return 1
 
-   if is-rap && [[ ! -x "${ROOT}"/usr/bin/perl ]]; then
-   echo "We need perl at ${ROOT}/usr/bin/perl to merge glibc." > 
"${ROOT}"/usr/bin/perl
-   chmod +x "${ROOT}"/usr/bin/perl
+   if is-rap ; then
+   if [[ ! -x "${ROOT}"/usr/bin/perl ]]; then
+   echo "We need ${ROOT}/usr/bin/perl to merge glibc." > 
"${ROOT}"/usr/bin/perl
+   chmod +x "${ROOT}"/usr/bin/perl
+   fi
+   # Tell dynamic loader the path of libgcc_s.so of stage2
+   if [[ ! -f "${ROOT}"/etc/ld.so.conf.d/stage2.conf ]]; then
+   mkdir -p "${ROOT}"/etc/ld.so.conf.d
+   dirname $(gcc -print-libgcc-file-name) > 
"${ROOT}"/etc/ld.so.conf.d/stage2.conf
+   fi
fi
 
# On some hosts, gcc gets confused now when it uses the new linker,
@@ -1398,7 +1406,9 @@ bootstrap_stage3() {
rm -Rf "${ROOT}"/tmp/usr/lib/python2.7/site-packages/clang
# try to get ourself out of the mudd, bug #575324
EXTRA_ECONF="--disable-compiler-version-checks" \
+   LDFLAGS="${LDFLAGS} $(rapx -Wl,--dynamic-linker=$(echo 
${ROOT}/$(get_libdir)/ld*.so.[0-9]))" \
emerge_pkgs --nodeps ${compiler} || return 1
+   is-rap && rm -f "${ROOT}"/etc/ld.so.conf.d/stage2.conf
( cd "${ROOT}"/usr/bin && test ! -e python && rm -f python2.7 )
 
# Use $ROOT tools where possible from now on.



[gentoo-commits] repo/proj/prefix:script-rap commit in: scripts/

2016-05-27 Thread Benda XU
commit: eb97b1ce2322d18a749aaf958f227a2c3f8cdf20
Author: Benda Xu  gentoo  org>
AuthorDate: Mon May 23 10:14:33 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Thu May 26 13:55:41 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=eb97b1ce

scripts/bootstrap-prefix.sh: setup android overlay as staged RAP repo.

  setup name databases.

 scripts/bootstrap-prefix.sh | 35 ++-
 1 file changed, 34 insertions(+), 1 deletion(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 4c2c892..86056e6 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -234,6 +234,33 @@ bootstrap_setup() {
} > "${ROOT}"/etc/portage/make.conf
fi
 
+   if is-rap && [[ ! -f ${ROOT}/etc/portage/repos.conf ]] ; then
+   cat <"${ROOT}"/etc/portage/repos.conf
+[DEFAULT]
+main-repo = gentoo
+eclass-overrides = rap
+
+[gentoo]
+location = ${ROOT}/usr/portage
+sync-type = rsync
+sync-uri = rsync://rsync.gentoo.org/gentoo-portage
+
+[rap]
+location = ${ROOT}/usr/portage-stage
+sync-type = webrsync
+sync-uri = 
https://gitweb.gentoo.org/proj/android.git/snapshot/android-master.tar.bz2
+EOF
+   fi
+
+   if is-rap ; then
+   [[ -f ${ROOT}/etc/passwd ]] || getent passwd > 
"${ROOT}"/etc/passwd || \
+   ln -sf {,"${ROOT}"}/etc/passwd
+   [[ -f ${ROOT}/etc/group ]] || getent group > 
"${ROOT}"/etc/group || \
+   ln -sf {,"${ROOT}"}/etc/group
+   [[ -f ${ROOT}/etc/resolv.conf ]] || ln -s 
{,"${ROOT}"}/etc/resolv.conf
+   [[ -f ${ROOT}/etc/hosts ]] || ln -s {,"${ROOT}"}/etc/hosts
+   fi
+
local linux=$(rapx linux-standalone linux)

case ${CHOST} in
@@ -415,6 +442,10 @@ bootstrap_tree() {
else
do_tree http://dev.gentoo.org/~grobian/distfiles 
prefix-overlay-${PV}.tar.bz2
fi
+   if is-rap; then
+   PORTDIR="${ROOT}/usr/portage-stage" \
+  do_tree 
https://gitweb.gentoo.org/proj/android.git/snapshot android-master.tar.bz2
+   fi
 }
 
 bootstrap_startscript() {
@@ -524,7 +555,9 @@ bootstrap_portage() {
 
[[ -e "${ROOT}"/tmp/usr/portage ]] || ln -s "${PORTDIR}" 
"${ROOT}"/tmp/usr/portage
 
-   if [[ -s ${PORTDIR}/profiles/repo_name ]]; then
+   if is-rap; then
+   cp -f "${ROOT}"/etc/portage/repos.conf 
"${ROOT}"/tmp/usr/share/portage/config/repos.conf
+   elif [[ -s ${PORTDIR}/profiles/repo_name ]]; then
# sync portage's repos.conf with the tree being used
sed -i -e 
"s,gentoo_prefix,$(<"${PORTDIR}"/profiles/repo_name)," 
"${ROOT}"/tmp/usr/share/portage/config/repos.conf || return 1
fi



[gentoo-commits] repo/proj/prefix:script-rap commit in: scripts/

2016-05-27 Thread Benda XU
commit: 8bcfe8ed4b4a540e27a10d5626c2d922ddae99a0
Author: Benda Xu  gentoo  org>
AuthorDate: Thu May 26 09:37:52 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri May 27 07:45:27 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=8bcfe8ed

bootstrap-prefix.sh: use tools from stage2 on RAP.

 scripts/bootstrap-prefix.sh | 40 +---
 1 file changed, 25 insertions(+), 15 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index f3d13f8..07bd986 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1351,21 +1351,31 @@ bootstrap_stage3() {
export MAKEINFO="echo makeinfo GNU texinfo 4.13"

# Build a native compiler.
-   pkgs=(
-   $([[ ${CHOST} == *-aix* ]] && echo dev-libs/libiconv ) # bash 
dependency
-   sys-libs/ncurses
-   sys-libs/readline
-   app-shells/bash
-   sys-apps/sed
-   app-arch/xz-utils
-   sys-apps/gentoo-functions
-   sys-apps/baselayout-prefix
-   sys-devel/m4
-   sys-devel/flex
-   sys-devel/binutils-config
-   sys-libs/zlib
-   ${linker}
-   )
+   if is-rap ; then
+   pkgs=(
+   sys-apps/baselayout
+   sys-apps/gentoo-functions
+   sys-devel/binutils-config
+   sys-libs/zlib
+   ${linker}
+   )
+   else
+   pkgs=(
+   $([[ ${CHOST} == *-aix* ]] && echo dev-libs/libiconv ) 
# bash dependency
+   sys-libs/ncurses
+   sys-libs/readline
+   app-shells/bash
+   sys-apps/sed
+   app-arch/xz-utils
+   sys-apps/gentoo-functions
+   sys-apps/baselayout-prefix
+   sys-devel/m4
+   sys-devel/flex
+   sys-devel/binutils-config
+   sys-libs/zlib
+   ${linker}
+   )
+   fi
emerge_pkgs --nodeps "${pkgs[@]}" || return 1
 
if is-rap && [[ ! -x "${ROOT}"/usr/bin/perl ]]; then



[gentoo-commits] repo/proj/prefix:script-rap commit in: scripts/

2016-05-27 Thread Benda XU
commit: d0ec5fbc4f6ec72495c65fea8fa0f05aa7ad6791
Author: Benda Xu  gentoo  org>
AuthorDate: Thu May 26 09:49:05 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Thu May 26 13:55:41 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=d0ec5fbc

scripts/bootstrap-prefix.sh: emacs local setup for the code standard.

 scripts/bootstrap-prefix.sh | 5 +
 1 file changed, 5 insertions(+)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 30d3b29..4c2c892 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -2442,3 +2442,8 @@ fi
 einfo "ready to bootstrap ${TODO}"
 # bootstrap_interactive proceeds with guessed defaults when TODO=noninteractive
 bootstrap_${TODO#non} || exit 1
+
+# Local Variables:
+# sh-indentation: 8
+# sh-basic-offset: 8
+# End:



[gentoo-commits] repo/proj/prefix:script-rap commit in: scripts/

2016-05-27 Thread Benda XU
commit: 4513898cf015ccb78abba9eb6ec451e754c14ad0
Author: Benda Xu  gentoo  org>
AuthorDate: Fri May 27 10:48:26 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri May 27 10:48:26 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=4513898c

scripts/bootstrap-prefix.sh: solve RHEL 6.7 bootstrap issues.

  - binutils-config and ldconfig should be called explicitly
  - lto of gcc should be disabled. ld points to the host dynamic
loader and gcc points to the RAP one, ld cannot load the gcc
lto plugin.

 scripts/bootstrap-prefix.sh | 17 +++--
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 874e627..196dc73 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -149,8 +149,7 @@ configure_cflags() {
 configure_toolchain() {
linker="sys-devel/binutils"
local gcc_deps="dev-libs/gmp dev-libs/mpfr dev-libs/mpc"
-   local gcc_rap_deps=$(rapx "sys-kernel/linux-headers sys-libs/glibc")
-   compiler="${gcc_deps} ${gcc_rap_deps} sys-devel/gcc-config 
sys-devel/gcc"
+   compiler="${gcc_deps} sys-devel/gcc-config sys-devel/gcc"
compiler_stage1="${gcc_deps} sys-devel/gcc-config"
case ${CHOST} in
*-cygwin*)
@@ -1376,10 +1375,14 @@ bootstrap_stage3() {
${linker}
)
fi
-   LDFLAGS="${LDFLAGS} $(rapx -Wl,-rpath=${ROOT}/usr/$(get_libdir))" \
+   # binutils has the host dynamic loader(DL), while gcc will have the RAP 
one.
+   # A gcc lto plugin (new DL) will fail to work with ld (old DL).
+   # USE=-cxx disables ld.gold and plugins.
+   USE="${USE} $(rapx -cxx)" \
emerge_pkgs --nodeps "${pkgs[@]}" || return 1
 
if is-rap ; then
+   binutils-config 1 || return 1
if [[ ! -x "${ROOT}"/usr/bin/perl ]]; then
echo "We need ${ROOT}/usr/bin/perl to merge glibc." > 
"${ROOT}"/usr/bin/perl
chmod +x "${ROOT}"/usr/bin/perl
@@ -1389,8 +1392,9 @@ bootstrap_stage3() {
mkdir -p "${ROOT}"/etc/ld.so.conf.d
dirname $(gcc -print-libgcc-file-name) > 
"${ROOT}"/etc/ld.so.conf.d/stage2.conf
fi
+   emerge_pkgs --nodeps sys-kernel/linux-headers sys-libs/glibc \
+   && "${ROOT}"/usr/sbin/ldconfig || return 1
fi
-
# On some hosts, gcc gets confused now when it uses the new linker,
# see for instance bug #575480.  While we would like to hide that
# linker, we can't since we want the compiler to pick it up.
@@ -1404,9 +1408,10 @@ bootstrap_stage3() {
( cd "${ROOT}"/usr/bin && test ! -e python && ln -s 
"${ROOT}"/tmp/usr/bin/python2.7 )
# in addition, avoid collisions
rm -Rf "${ROOT}"/tmp/usr/lib/python2.7/site-packages/clang
+   RAP_DLINKER=$(echo "${ROOT}"/$(get_libdir)/ld*.so.[0-9])
# try to get ourself out of the mudd, bug #575324
-   EXTRA_ECONF="--disable-compiler-version-checks" \
-   LDFLAGS="${LDFLAGS} $(rapx -Wl,--dynamic-linker=$(echo 
${ROOT}/$(get_libdir)/ld*.so.[0-9]))" \
+   EXTRA_ECONF="--disable-compiler-version-checks $(rapx --disable-lto)" \
+   LDFLAGS="${LDFLAGS} $(rapx -Wl,--dynamic-linker=${RAP_DLINKER})" \
emerge_pkgs --nodeps ${compiler} || return 1
is-rap && rm -f "${ROOT}"/etc/ld.so.conf.d/stage2.conf
( cd "${ROOT}"/usr/bin && test ! -e python && rm -f python2.7 )



[gentoo-commits] repo/proj/prefix:script-rap commit in: scripts/

2016-05-27 Thread Benda XU
commit: 65eddd9e494e298bc65e63700b2b94cdf204a762
Author: Benda Xu  gentoo  org>
AuthorDate: Mon May 23 17:23:55 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Thu May 26 13:55:41 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=65eddd9e

scripts/bootstrap-prefix.sh: support sys-libs/glibc.

  do not need a linker in stage2 on RAP.

 scripts/bootstrap-prefix.sh | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 4b86519..88f24f3 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -148,7 +148,8 @@ configure_cflags() {
 configure_toolchain() {
linker="sys-devel/binutils"
local gcc_deps="dev-libs/gmp dev-libs/mpfr dev-libs/mpc"
-   compiler="${gcc_deps} sys-devel/gcc-config sys-devel/gcc"
+   local gcc_rap_deps=$(rapx "sys-kernel/linux-headers sys-libs/glibc")
+   compiler="${gcc_deps} ${gcc_rap_deps} sys-devel/gcc-config 
sys-devel/gcc"
compiler_stage1="${gcc_deps} sys-devel/gcc-config"
case ${CHOST} in
*-cygwin*)
@@ -1249,7 +1250,7 @@ bootstrap_stage2() {
sys-devel/flex
sys-devel/bison
sys-devel/patch
-   sys-devel/binutils-config
+   $(rapx "" sys-devel/binutils-config)
$([[ ${CHOST} == *-aix* ]] && echo sys-apps/diffutils ) # gcc 
can't deal with aix diffutils, gcc PR14251
)
 
@@ -1260,6 +1261,7 @@ bootstrap_stage2() {

# Build a linker and compiler that live in ${ROOT}/tmp, but
# produce binaries in ${ROOT}.
+   is-rap || \
USE="${USE} -cxx" \
TPREFIX="${ROOT}" \
emerge_pkgs --nodeps ${linker} || return 1
@@ -1269,6 +1271,7 @@ bootstrap_stage2() {
# package.use to disable in the temporary prefix.  
echo "dev-libs/gmp -cxx" >> "${ROOT}"/tmp/etc/portage/package.use
 
+   BOOTSTRAP_RAP_STAGE2=yes \
EXTRA_ECONF="--disable-bootstrap" \
GCC_MAKE_TARGET=all \
TPREFIX="${ROOT}" \
@@ -1361,6 +1364,11 @@ bootstrap_stage3() {
)
emerge_pkgs --nodeps "${pkgs[@]}" || return 1
 
+   if is-rap && [[ ! -x "${ROOT}"/usr/bin/perl ]]; then
+   echo "We need perl at ${ROOT}/usr/bin/perl to merge glibc." > 
"${ROOT}"/usr/bin/perl
+   chmod +x "${ROOT}"/usr/bin/perl
+   fi
+
# On some hosts, gcc gets confused now when it uses the new linker,
# see for instance bug #575480.  While we would like to hide that
# linker, we can't since we want the compiler to pick it up.



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/asio/

2016-05-27 Thread Tobias Klausmann
commit: ab62e862e40a73eb84cd10c776a0e82251c081f1
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri May 27 11:26:39 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri May 27 11:26:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab62e862

dev-cpp/asio-1.4.8-r1: add alpha keyword

Gentoo-Bug: 577322

Package-Manager: portage-2.3.0_rc1

 dev-cpp/asio/asio-1.4.8-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/asio/asio-1.4.8-r1.ebuild 
b/dev-cpp/asio/asio-1.4.8-r1.ebuild
index 8596463..9781e5a 100644
--- a/dev-cpp/asio/asio-1.4.8-r1.ebuild
+++ b/dev-cpp/asio/asio-1.4.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc examples ssl test"
 
 RDEPEND="ssl? ( dev-libs/openssl )



[gentoo-commits] dev/dev-zero:master commit in: media-gfx/ktikz/

2016-05-27 Thread Tiziano Müller
commit: eb399ae40038ff9980e82729f17d96da995534a2
Author: Tiziano Müller  gentoo  org>
AuthorDate: Fri May 27 11:37:45 2016 +
Commit: Tiziano Müller  gentoo  org>
CommitDate: Fri May 27 11:37:45 2016 +
URL:https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=eb399ae4

media-gfx/ktikz: fix build

 media-gfx/ktikz/ktikz-.ebuild | 14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/media-gfx/ktikz/ktikz-.ebuild 
b/media-gfx/ktikz/ktikz-.ebuild
index 8ae3b3c..ce7de39 100644
--- a/media-gfx/ktikz/ktikz-.ebuild
+++ b/media-gfx/ktikz/ktikz-.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="5"
+EAPI="6"
 
 inherit git-r3 qmake-utils
 
 MY_P="${PN}_${PV}"
 
-DESCRIPTION="A QT4-based editor for the TikZ language (fork)"
+DESCRIPTION="A Qt-based editor for the TikZ language (fork)"
 HOMEPAGE="https://github.com/jfmcarreira/ktikz";
 EGIT_REPO_URI="https://github.com/jfmcarreira/ktikz.git";
 
@@ -29,15 +29,19 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
 
 src_prepare() {
+   default
+
# linker flags are not the same as linker libs (order matters)
-   sed -i -e 's|QMAKE_LFLAGS|LIBS|' macros.pri || die
+   sed -i -e 's|QMAKE_LFLAGS|LIBS|' \
+   qmake/{findpoppler,qtikzmacros}.pri || die
 }
 
 src_configure() {
+   export QT_SELECT=5
eqmake5 qtikz.pro "CONFIG+=nostrip"
 }
 
 src_install() {
emake INSTALL_ROOT="${D}" install
-   dodoc Changelog HACKING README TODO
+   dodoc Changelog HACKING README.md TODO
 }



[gentoo-commits] repo/gentoo:master commit in: www-apps/tt-rss/

2016-05-27 Thread Thomas Kahle
commit: 5f09d78d3c83fc54f10dea76008a6aa83e2b0ce0
Author: Thomas Kahle  gentoo  org>
AuthorDate: Fri May 27 11:46:08 2016 +
Commit: Thomas Kahle  gentoo  org>
CommitDate: Fri May 27 11:46:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f09d78d

www-apps/tt-rss: remove old

Package-Manager: portage-2.3.0_rc1

 www-apps/tt-rss/Manifest   |  1 -
 www-apps/tt-rss/tt-rss-20150924.ebuild | 89 --
 2 files changed, 90 deletions(-)

diff --git a/www-apps/tt-rss/Manifest b/www-apps/tt-rss/Manifest
index 304245b..8e198b5 100644
--- a/www-apps/tt-rss/Manifest
+++ b/www-apps/tt-rss/Manifest
@@ -1,3 +1,2 @@
-DIST tt-rss-20150924.tar.bz2 2089704 SHA256 
e66521e806014c094181839c9d446fdfbae18a91cf99fccc9e9f6d27f46d SHA512 
b97cf54e4988caac67c5a0985ce7dac9ac2c60f9bedc86d29c83e939082f988cea0de02433b72d9238980e6bb32dea1e10a867ca8cd9ad084f8d7690bf76d3c9
 WHIRLPOOL 
7add018455697283f11471f3ae967bdb48b447d492972b8a92b77b0f034d6ad297c30c49173233f0b54985837ba51799ad1195a482da86939392e6629b6c89c2
 DIST tt-rss-20160124.tar.bz2 2059978 SHA256 
90706f133db74d86aba3f8488c99ed1c886948a92c64bdb7ecaca3c3129ddf59 SHA512 
d41ae8b2086e1e0ff2d69427fe9ccb8d0710e5acffe3137c408c01fc20cc3fbb30f2d4859624c14ac0ba4429deea91fa57f54b2a56a2e480f0352509610c3a25
 WHIRLPOOL 
09b4c5515c8a19c3cfcd330761fcb9534185df8cb3ef7832c28f0200d15846b031817e72204cf28881101ad2ecc867ad4369f22afef9947b8b82521feb07083b
 DIST tt-rss-20160527.tar.bz2 2064633 SHA256 
fd0beae76848eff39d9413820f9c575baf41283d2635bdb0e37cfc286bcc3a2c SHA512 
8d482303868a08f4d65ef252f71f66ec3219d4f67e968a026a0302d29930cd5af45cedea81171db2ff0927497079d3bedd8fd70e4e9904f5d9987a92a6dfcb89
 WHIRLPOOL 
247ef0bc9d2049936a16340f2a5f26be8eb2d4d072d290d254ebc9666c81456f7d59271813be1ed3963537e6f86cf2b28f4447af8bcc559a64d8f2ce0d7f6952

diff --git a/www-apps/tt-rss/tt-rss-20150924.ebuild 
b/www-apps/tt-rss/tt-rss-20150924.ebuild
deleted file mode 100644
index a8c5261..000
--- a/www-apps/tt-rss/tt-rss-20150924.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit user eutils webapp vcs-snapshot
-
-DESCRIPTION="Tiny Tiny RSS - A web-based news feed (RSS/Atom) aggregator using 
AJAX"
-HOMEPAGE="http://tt-rss.org/";
-SRC_URI="https://dev.gentoo.org/~tomka/files/${P}.tar.bz2";
-
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~mips ~x86"
-IUSE="daemon +mysql postgres"
-
-DEPEND="
-   daemon? ( dev-lang/php:*[mysql?,postgres?,pcntl,curl] )
-   !daemon? ( dev-lang/php:*[mysql?,postgres?,curl] )
-   virtual/httpd-php:*
-"
-RDEPEND="${DEPEND}"
-
-REQUIRED_USE="|| ( mysql postgres )"
-
-need_httpd_cgi  # From webapp.eclass
-
-pkg_setup() {
-   webapp_pkg_setup
-
-   if use daemon; then
-   enewgroup ttrssd
-   enewuser ttrssd -1 /bin/sh /dev/null ttrssd
-   fi
-}
-
-src_prepare() {
-   # Customize config.php-dist so that the right 'DB_TYPE' is already set 
(according to the USE flag)
-   einfo "Customizing config.php-dist..."
-
-   if use mysql && ! use postgres; then
-   sed -i \
-   -e "/define('DB_TYPE',/{s:pgsql:mysql:}" \
-   config.php-dist || die
-   fi
-
-   sed -i \
-   -e "/define('DB_TYPE',/{s:// \(or mysql\):// pgsql \1:}" \
-   config.php-dist || die
-
-   # per 462578
-   epatch_user
-}
-
-src_install() {
-   webapp_src_preinst
-
-   insinto "/${MY_HTDOCSDIR}"
-   doins -r *
-   keepdir "/${MY_HTDOCSDIR}"/feed-icons
-
-   for DIR in cache lock feed-icons; do
-   webapp_serverowned -R "${MY_HTDOCSDIR}/${DIR}"
-   done
-
-   # In the old days we put a config.php directly and tried to
-   # protect it with the following which did not work reliably.
-   # These days we only install the config.php-dist file.
-   # webapp_configfile "${MY_HTDOCSDIR}"/config.php
-
-   if use daemon; then
-   webapp_postinst_txt en 
"${FILESDIR}"/postinstall-en-with-daemon.txt
-   newinitd "${FILESDIR}"/ttrssd.initd-r2 ttrssd
-   newconfd "${FILESDIR}"/ttrssd.confd-r1 ttrssd
-   insinto /etc/logrotate.d/
-   newins "${FILESDIR}"/ttrssd.logrotated ttrssd
-
-   elog "After upgrading, please restart ttrssd"
-   else
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-   fi
-
-   webapp_src_install
-}
-
-pkg_postinst() {
-   elog "You need to merge config.php and config.php-dist manually now."
-   webapp_pkg_postinst
-}



[gentoo-commits] repo/gentoo:master commit in: www-apps/tt-rss/

2016-05-27 Thread Thomas Kahle
commit: 35b80a0118b252bb92253e661ff6451b0c25313e
Author: Thomas Kahle  gentoo  org>
AuthorDate: Fri May 27 11:45:32 2016 +
Commit: Thomas Kahle  gentoo  org>
CommitDate: Fri May 27 11:46:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b80a01

www-apps/tt-rss: bump

Package-Manager: portage-2.3.0_rc1

 www-apps/tt-rss/Manifest   |  1 +
 www-apps/tt-rss/tt-rss-20160527.ebuild | 89 ++
 2 files changed, 90 insertions(+)

diff --git a/www-apps/tt-rss/Manifest b/www-apps/tt-rss/Manifest
index 82a1688..304245b 100644
--- a/www-apps/tt-rss/Manifest
+++ b/www-apps/tt-rss/Manifest
@@ -1,2 +1,3 @@
 DIST tt-rss-20150924.tar.bz2 2089704 SHA256 
e66521e806014c094181839c9d446fdfbae18a91cf99fccc9e9f6d27f46d SHA512 
b97cf54e4988caac67c5a0985ce7dac9ac2c60f9bedc86d29c83e939082f988cea0de02433b72d9238980e6bb32dea1e10a867ca8cd9ad084f8d7690bf76d3c9
 WHIRLPOOL 
7add018455697283f11471f3ae967bdb48b447d492972b8a92b77b0f034d6ad297c30c49173233f0b54985837ba51799ad1195a482da86939392e6629b6c89c2
 DIST tt-rss-20160124.tar.bz2 2059978 SHA256 
90706f133db74d86aba3f8488c99ed1c886948a92c64bdb7ecaca3c3129ddf59 SHA512 
d41ae8b2086e1e0ff2d69427fe9ccb8d0710e5acffe3137c408c01fc20cc3fbb30f2d4859624c14ac0ba4429deea91fa57f54b2a56a2e480f0352509610c3a25
 WHIRLPOOL 
09b4c5515c8a19c3cfcd330761fcb9534185df8cb3ef7832c28f0200d15846b031817e72204cf28881101ad2ecc867ad4369f22afef9947b8b82521feb07083b
+DIST tt-rss-20160527.tar.bz2 2064633 SHA256 
fd0beae76848eff39d9413820f9c575baf41283d2635bdb0e37cfc286bcc3a2c SHA512 
8d482303868a08f4d65ef252f71f66ec3219d4f67e968a026a0302d29930cd5af45cedea81171db2ff0927497079d3bedd8fd70e4e9904f5d9987a92a6dfcb89
 WHIRLPOOL 
247ef0bc9d2049936a16340f2a5f26be8eb2d4d072d290d254ebc9666c81456f7d59271813be1ed3963537e6f86cf2b28f4447af8bcc559a64d8f2ce0d7f6952

diff --git a/www-apps/tt-rss/tt-rss-20160527.ebuild 
b/www-apps/tt-rss/tt-rss-20160527.ebuild
new file mode 100644
index 000..7cfd32c
--- /dev/null
+++ b/www-apps/tt-rss/tt-rss-20160527.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit user eutils webapp vcs-snapshot
+
+DESCRIPTION="Tiny Tiny RSS - A web-based news feed (RSS/Atom) aggregator using 
AJAX"
+HOMEPAGE="http://tt-rss.org/";
+SRC_URI="https://dev.gentoo.org/~tomka/files/${P}.tar.bz2";
+
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~mips ~x86"
+IUSE="daemon +mysql postgres"
+
+DEPEND="
+   daemon? ( dev-lang/php:*[mysql?,postgres?,pcntl,curl] )
+   !daemon? ( dev-lang/php:*[mysql?,postgres?,curl] )
+   virtual/httpd-php:*
+"
+RDEPEND="${DEPEND}"
+
+REQUIRED_USE="|| ( mysql postgres )"
+
+need_httpd_cgi  # From webapp.eclass
+
+pkg_setup() {
+   webapp_pkg_setup
+
+   if use daemon; then
+   enewgroup ttrssd
+   enewuser ttrssd -1 /bin/sh /dev/null ttrssd
+   fi
+}
+
+src_prepare() {
+   # Customize config.php-dist so that the right 'DB_TYPE' is already set 
(according to the USE flag)
+   einfo "Customizing config.php-dist..."
+
+   if use mysql && ! use postgres; then
+   sed -i \
+   -e "/define('DB_TYPE',/{s:pgsql:mysql:}" \
+   config.php-dist || die
+   fi
+
+   sed -i \
+   -e "/define('DB_TYPE',/{s:// \(or mysql\):// pgsql \1:}" \
+   config.php-dist || die
+
+   # per 462578
+   epatch_user
+}
+
+src_install() {
+   webapp_src_preinst
+
+   insinto "/${MY_HTDOCSDIR}"
+   doins -r *
+   keepdir "/${MY_HTDOCSDIR}"/feed-icons
+
+   for DIR in cache lock feed-icons; do
+   webapp_serverowned -R "${MY_HTDOCSDIR}/${DIR}"
+   done
+
+   # In the old days we put a config.php directly and tried to
+   # protect it with the following which did not work reliably.
+   # These days we only install the config.php-dist file.
+   # webapp_configfile "${MY_HTDOCSDIR}"/config.php
+
+   if use daemon; then
+   webapp_postinst_txt en 
"${FILESDIR}"/postinstall-en-with-daemon.txt
+   newinitd "${FILESDIR}"/ttrssd.initd-r2 ttrssd
+   newconfd "${FILESDIR}"/ttrssd.confd-r1 ttrssd
+   insinto /etc/logrotate.d/
+   newins "${FILESDIR}"/ttrssd.logrotated ttrssd
+
+   elog "After upgrading, please restart ttrssd"
+   else
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+   fi
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   elog "You need to merge config.php and config.php-dist manually now."
+   webapp_pkg_postinst
+}



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

2016-05-27 Thread Johannes Huber
commit: 987a31902b3cb98bf4ed56f37b1ce77f37407017
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 27 11:37:33 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri May 27 11:48:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=987a3190

sys-libs/kpmcore: Version bump 2.2.0

Package-Manager: portage-2.3.0_rc1

 sys-libs/kpmcore/Manifest |  1 +
 sys-libs/kpmcore/kpmcore-2.2.0.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/sys-libs/kpmcore/Manifest b/sys-libs/kpmcore/Manifest
index af5bd97..daf96be 100644
--- a/sys-libs/kpmcore/Manifest
+++ b/sys-libs/kpmcore/Manifest
@@ -1 +1,2 @@
 DIST kpmcore-2.1.0.tar.xz 481000 SHA256 
d94418380321ca9aaadbb47b90500341c16163f82ec519563d77bd4904f5dcad SHA512 
0fcec48432f8552922404203dd827f2cf35c026e453362a9263d1220ae7e34ac31157a8df38f6f0ddf94b4164978bc7b6a695c56e45726ae6f6a275b342534af
 WHIRLPOOL 
00b7856f039be24645fa10ece94a18a224f823cfb3d9bb81914fb54940b4979a63555c92b8da2c17d2adb62b11c0f3ec0e204833014b032293b5dcfa8e653ca7
+DIST kpmcore-2.2.0.tar.xz 475656 SHA256 
6fbf955bdc710c60abc02db5f50c0a33cbb3c9a37f2e43056cdb2e923cfdf529 SHA512 
9d1add00b226bf566a49127f09c48afcfc08375f43d1a82763817f84ab949937ed4c9e3ed22b7b7f4ae012f391c8ec889b3fa90e66c305b5eab7f99a9e05112c
 WHIRLPOOL 
8c22494e90fd2505b44d7acf8ef6c000a65411acf11181a4d908422eb0b5a180e4703ae771806fedac79a30e7fbe6d0971add9af2c2caab12f20bb69a1c80786

diff --git a/sys-libs/kpmcore/kpmcore-2.2.0.ebuild 
b/sys-libs/kpmcore/kpmcore-2.2.0.ebuild
new file mode 100644
index 000..f41e3cf
--- /dev/null
+++ b/sys-libs/kpmcore/kpmcore-2.2.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Library for managing partitions"
+HOMEPAGE="https://www.kde.org/applications/system/kdepartitionmanager";
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="5/3"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+CDEPEND="
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtwidgets)
+   dev-libs/libatasmart
+   sys-apps/util-linux
+   >=sys-block/parted-3
+"
+DEPEND="${CDEPEND}
+   virtual/pkgconfig
+"
+RDEPEND="${CDEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: sys-block/partitionmanager/

2016-05-27 Thread Johannes Huber
commit: e3c971399599f9d38d713ba3d4ef3f1449f3b170
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 27 11:47:08 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri May 27 11:48:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c97139

sys-block/partitionmanager: Version bump 2.2.0

Package-Manager: portage-2.3.0_rc1

 sys-block/partitionmanager/Manifest | 1 +
 sys-block/partitionmanager/partitionmanager-2.1.0-r1.ebuild | 2 +-
 .../{partitionmanager-2.1.0-r1.ebuild => partitionmanager-2.2.0.ebuild} | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/sys-block/partitionmanager/Manifest 
b/sys-block/partitionmanager/Manifest
index aa2e1e5..7f19e3c 100644
--- a/sys-block/partitionmanager/Manifest
+++ b/sys-block/partitionmanager/Manifest
@@ -1 +1,2 @@
 DIST partitionmanager-2.1.0.tar.xz 1638600 SHA256 
65459a78a47b02c35f62e344e964494f7ffa84581036b193e7653e0835d3aec0 SHA512 
5cbc267be8c1c2e674cc2da57c9fabb362989c0e95d138243fa477859046aa5807cee2c1c45763c713e025fcfb724f3f8a0b363bfc50d54a1899d33af38c750d
 WHIRLPOOL 
57faf232491caf8862cebfe027d9a3ff98bea62ace6085cb0c7f8251600e374d51161b83ee6a8db48212e7c0551b653ba84c6a1cde3af39af36772d38e8fae57
+DIST partitionmanager-2.2.0.tar.xz 1651684 SHA256 
0d108fafbe826997a45bfae8abdb77ad43e5db8205736d6a401a83230e080ae9 SHA512 
fe8904d54d41ef205ed662060a6b17bcf821aa658a0564d1445a929a567a0ba85f94fdf9c054fcf8cbf72e8d8f0dab1a495a1f788b45314bb6b61bb452e5
 WHIRLPOOL 
829a8b569de18f2d34ed181fdb7545e5c2cb261ed2ddd4a094b71ed44eb761ad2a6fbd60a1eabbee0838ea46a3cbe70c044bd127cc42e7f39af09a246942be33

diff --git a/sys-block/partitionmanager/partitionmanager-2.1.0-r1.ebuild 
b/sys-block/partitionmanager/partitionmanager-2.1.0-r1.ebuild
index 5eb00cb..3e94bb0 100644
--- a/sys-block/partitionmanager/partitionmanager-2.1.0-r1.ebuild
+++ b/sys-block/partitionmanager/partitionmanager-2.1.0-r1.ebuild
@@ -30,7 +30,7 @@ DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
sys-apps/util-linux
-   sys-libs/kpmcore:5=
+   

[gentoo-commits] proj/kde:master commit in: sys-block/partitionmanager/

2016-05-27 Thread Johannes Huber
commit: 444f9dca27eff6aa2ff7325f95a30c7f59a07ee2
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 27 11:51:00 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri May 27 11:51:00 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=444f9dca

sys-block/partitionmanager: Sync with tree

Package-Manager: portage-2.3.0_rc1

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

diff --git a/sys-block/partitionmanager/partitionmanager-.ebuild 
b/sys-block/partitionmanager/partitionmanager-.ebuild
index 96d6ffa..17050ba 100644
--- a/sys-block/partitionmanager/partitionmanager-.ebuild
+++ b/sys-block/partitionmanager/partitionmanager-.ebuild
@@ -29,7 +29,7 @@ DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
sys-apps/util-linux
-   >=sys-libs/kpmcore-2.1.50:5=
+   >=sys-libs/kpmcore-2.2.0:5=
 "
 RDEPEND="${DEPEND}
$(add_plasma_dep kde-cli-tools kdesu 5.5.2)



[gentoo-commits] proj/kde:master commit in: sys-libs/kpmcore/

2016-05-27 Thread Johannes Huber
commit: 78df527e2c4b15956643368c9bd1bb9fa5994fbd
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 27 11:49:59 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri May 27 11:49:59 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=78df527e

sys-libs/kpmcore: Sync with tree

Package-Manager: portage-2.3.0_rc1

 sys-libs/kpmcore/kpmcore-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-libs/kpmcore/kpmcore-.ebuild 
b/sys-libs/kpmcore/kpmcore-.ebuild
index 06e9f66..8c507b8 100644
--- a/sys-libs/kpmcore/kpmcore-.ebuild
+++ b/sys-libs/kpmcore/kpmcore-.ebuild
@@ -20,6 +20,7 @@ CDEPEND="
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
$(add_frameworks_dep kservice)
+   $(add_frameworks_dep kwidgetsaddons)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
dev-libs/libatasmart



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

2016-05-27 Thread Tobias Klausmann
commit: 7637356b560c6f6374c5d95ddf97212c469b8e14
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri May 27 11:55:50 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri May 27 11:56:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7637356b

sci-libs/libcerf-1.4-r0: add alpha keyword

Gentoo-Bug: 577516

Package-Manager: portage-2.3.0_rc1

 sci-libs/libcerf/libcerf-1.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/libcerf/libcerf-1.4.ebuild 
b/sci-libs/libcerf/libcerf-1.4.ebuild
index eee9cad..9ab623c 100644
--- a/sci-libs/libcerf/libcerf-1.4.ebuild
+++ b/sci-libs/libcerf/libcerf-1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ SRC_URI="http://apps.jcns.fz-juelich.de/src/${PN}/${P}.tgz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc static-libs test"
 
 src_install() {



[gentoo-commits] sites/www:master commit in: bin/

2016-05-27 Thread Alex Legler
commit: 4af8d661243e0da0b17210a8ddd788a92b19d19b
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu May 26 18:11:34 2016 +
Commit: Alex Legler  gentoo  org>
CommitDate: Fri May 27 11:55:37 2016 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=4af8d661

update-downloads: rewrite to make it easier to manage

This also adds hppa netboot images to the list.

 bin/update-downloads.sh | 98 ++---
 1 file changed, 77 insertions(+), 21 deletions(-)

diff --git a/bin/update-downloads.sh b/bin/update-downloads.sh
index 8dea718..3b0b894 100755
--- a/bin/update-downloads.sh
+++ b/bin/update-downloads.sh
@@ -1,24 +1,80 @@
 #!/bin/bash
-ARCHES=(amd64 x86 alpha arm hppa ia64 mips ppc s390 sh sparc)
+# TODO: fix this handling for temp files and if one of the downloads fails but 
not others.
 
-echo -n 'Updating downloads...'
+URI_BASE="http://distfiles.gentoo.org/releases";
 
-# TODO: fix this handling for temp files and if one of the downloads fails but 
not others.
-for arch in "${ARCHES[@]}"; do
-  mkdir -p _data/downloads/${arch}/
-  wget -T 60 
"http://distfiles.gentoo.org/releases/${arch}/autobuilds/latest-iso.txt"; -O 
_data/downloads/${arch}/iso.txt 2>/dev/null
-  wget -T 60 
"http://distfiles.gentoo.org/releases/${arch}/autobuilds/latest-stage3.txt"; -O 
_data/downloads/${arch}/stage3.txt 2>/dev/null
-
-  if [ ${arch} = "amd64" ]; then
-wget -T 60 
"http://distfiles.gentoo.org/releases/amd64/autobuilds/latest-admincd-amd64.txt";
 -O - >> _data/downloads/${arch}/iso.txt 2>/dev/null
-  elif [ ${arch} = "s390" ]; then
-wget -T 60 
"http://distfiles.gentoo.org/releases/s390/autobuilds/latest-netboot-s390-initramfs.txt";
 -O - >> _data/downloads/${arch}/iso.txt 2>/dev/null
-wget -T 60 
"http://distfiles.gentoo.org/releases/s390/autobuilds/latest-netboot-s390-kernel.txt";
 -O - >> _data/downloads/${arch}/iso.txt 2>/dev/null
-wget -T 60 
"http://distfiles.gentoo.org/releases/s390/autobuilds/latest-netboot-s390x-initramfs.txt";
 -O - >> _data/downloads/${arch}/iso.txt 2>/dev/null
-wget -T 60 
"http://distfiles.gentoo.org/releases/s390/autobuilds/latest-netboot-s390x-kernel.txt";
 -O - >> _data/downloads/${arch}/iso.txt 2>/dev/null
-  elif [ ${arch} = "x86" ]; then
-wget -T 60 
"http://distfiles.gentoo.org/releases/x86/autobuilds/latest-admincd-x86.txt"; -O 
- >> _data/downloads/${arch}/iso.txt 2>/dev/null
-  fi
-done
-
-echo 'done.'
+ARCHES=(alpha amd64 arm hppa ia64 mips ppc s390 sh sparc x86)
+
+usage() {
+   cat >"${list}" "${uri_base}/${file}"
+   done
+}
+
+update_amd64() {
+   append_list "${boot_list}" "latest-admincd-amd64.txt"
+}
+
+update_hppa() {
+   append_list "${boot_list}" latest-netboot-hppa{32,64}.txt
+}
+
+update_s390() {
+   append_list "${boot_list}" 
latest-netboot-s390{,x}-{initramfs,kernel}.txt
+}
+
+update_x86() {
+   append_list "${boot_list}" "latest-admincd-x86.txt"
+}
+
+# Update the bootable & stage lists.
+update_arch() {
+   local arch=$1
+   local uri_base="${URI_BASE}/${arch}/autobuilds"
+   local list_base="_data/downloads/${arch}"
+   local boot_list="${list_base}/iso.txt"
+   local stage_list="${list_base}/stage3.txt"
+
+   mkdir -p "${list_base}"
+   fetch "${uri_base}/latest-iso.txt" -O "${boot_list}"
+   fetch "${uri_base}/latest-stage3.txt" -O "${stage_list}"
+   if [[ $(type -t "update_${arch}") == "function" ]] ; then
+   update_${arch}
+   fi
+}
+
+main() {
+   if [[ $# -ne 0 ]] ; then
+   usage
+   fi
+
+   # Make sure we're in the top level dir.
+   cd "$(dirname "$0")"/..
+
+   local arch
+   printf 'Updating ... '
+   for arch in "${ARCHES[@]}" ; do
+   printf '%s ' "${arch}"
+   update_arch "${arch}"
+   done
+   echo '... done'
+}
+main "$@"



[gentoo-commits] sites/www:master commit in: _includes/downloads/

2016-05-27 Thread Alex Legler
commit: d16ccd01d36f67d7486e87f5ab5b9e90e365a139
Author: Alex Legler  a3li  li>
AuthorDate: Fri May 27 12:07:07 2016 +
Commit: Alex Legler  gentoo  org>
CommitDate: Fri May 27 12:07:07 2016 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=d16ccd01

hppa netboot

 _includes/downloads/hppa.html | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/_includes/downloads/hppa.html b/_includes/downloads/hppa.html
index 908eb7a..8f2079e 100644
--- a/_includes/downloads/hppa.html
+++ b/_includes/downloads/hppa.html
@@ -2,6 +2,8 @@
   Boot Media
   
 {% include partials/download-link.html type="iso" arch="hppa" id="minimal" 
title="Minimal Installation CD" %}
+{% include partials/download-link.html type="iso" arch="hppa" 
id="netboot-hppa32" title="Netboot" tag="HPPA32" %}
+{% include partials/download-link.html type="iso" arch="hppa" 
id="netboot-hppa64" title="Netboot" tag="HPPA64" %}
   
   Stage Archives
   
@@ -13,6 +15,8 @@
   Details (Contents, Hashes, and Signatures)
   
 http://distfiles.gentoo.org/releases/hppa/autobuilds/current-install-hppa-minimal/";>Minimal
 Installation CD
+http://distfiles.gentoo.org/releases/hppa/autobuilds/current-netboot-hppa32/";>Netboot
 HPPA32
+http://distfiles.gentoo.org/releases/hppa/autobuilds/current-netboot-hppa64/";>Netboot
 HPPA64
 http://distfiles.gentoo.org/releases/hppa/autobuilds/";>Stage 
3
   
-
\ No newline at end of file
+



[gentoo-commits] sites/www:master commit in: _plugins/

2016-05-27 Thread Alex Legler
commit: 39d6a6d35154e36319cf0e15e18e0ce3dcef185b
Author: Alex Legler  a3li  li>
AuthorDate: Fri May 27 12:00:16 2016 +
Commit: Alex Legler  gentoo  org>
CommitDate: Fri May 27 12:00:16 2016 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=39d6a6d3

Remove debug code

 _plugins/packages.rb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/_plugins/packages.rb b/_plugins/packages.rb
index 9278b88..98cb373 100644
--- a/_plugins/packages.rb
+++ b/_plugins/packages.rb
@@ -27,8 +27,6 @@ module Gentoo
 
 site.data['packages']['updates'] << item_data
   end
-
-  puts site.data['packages']['updates']
 end
   end
 end



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

2016-05-27 Thread Hans de Graaff
commit: 85a5115d2a6378095328422cd36297fd8182c36e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 27 12:07:15 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 27 12:07:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a5115d

restore -r3 which was removed by accident in previous commit

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

 dev-ruby/hpricot/{hpricot-0.8.6-r4.ebuild => hpricot-0.8.6-r3.ebuild} | 2 +-
 dev-ruby/hpricot/hpricot-0.8.6-r4.ebuild  | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-ruby/hpricot/hpricot-0.8.6-r4.ebuild 
b/dev-ruby/hpricot/hpricot-0.8.6-r3.ebuild
similarity index 91%
copy from dev-ruby/hpricot/hpricot-0.8.6-r4.ebuild
copy to dev-ruby/hpricot/hpricot-0.8.6-r3.ebuild
index c4adaa7..08f61fe 100644
--- a/dev-ruby/hpricot/hpricot-0.8.6-r4.ebuild
+++ b/dev-ruby/hpricot/hpricot-0.8.6-r3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://wiki.github.com/hpricot/hpricot";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "dev-ruby/rake

diff --git a/dev-ruby/hpricot/hpricot-0.8.6-r4.ebuild 
b/dev-ruby/hpricot/hpricot-0.8.6-r4.ebuild
index c4adaa7..bee3d09 100644
--- a/dev-ruby/hpricot/hpricot-0.8.6-r4.ebuild
+++ b/dev-ruby/hpricot/hpricot-0.8.6-r4.ebuild
@@ -37,9 +37,6 @@ all_ruby_prepare() {
 
# Avoid unneeded dependency on git.
sed -i -e '/^REV/ s/.*/REV = "6"/' Rakefile || die
-
-   # Fix int size warning
-   sed -i -e 's/te - ts/(int)(te - ts)/' ext/hpricot_scan/hpricot_css.rl 
|| die
 }
 
 each_ruby_prepare() {



[gentoo-commits] sites/www:master commit in: bin/

2016-05-27 Thread Alex Legler
commit: dcaba6a3d14c9ec4b6424c304ddd7e99aec71235
Author: Alex Legler  a3li  li>
AuthorDate: Fri May 27 12:00:23 2016 +
Commit: Alex Legler  gentoo  org>
CommitDate: Fri May 27 12:00:45 2016 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=dcaba6a3

Whitespace

 bin/update-downloads.sh | 77 +
 1 file changed, 39 insertions(+), 38 deletions(-)

diff --git a/bin/update-downloads.sh b/bin/update-downloads.sh
index 3b0b894..b113fdb 100755
--- a/bin/update-downloads.sh
+++ b/bin/update-downloads.sh
@@ -6,75 +6,76 @@ URI_BASE="http://distfiles.gentoo.org/releases";
 ARCHES=(alpha amd64 arm hppa ia64 mips ppc s390 sh sparc x86)
 
 usage() {
-   cat >"${list}" "${uri_base}/${file}"
-   done
+  local list=$1 file
+  shift
+  for file in "$@"; do
+fetch -O - >>"${list}" "${uri_base}/${file}"
+  done
 }
 
 update_amd64() {
-   append_list "${boot_list}" "latest-admincd-amd64.txt"
+  append_list "${boot_list}" "latest-admincd-amd64.txt"
 }
 
 update_hppa() {
-   append_list "${boot_list}" latest-netboot-hppa{32,64}.txt
+  append_list "${boot_list}" latest-netboot-hppa{32,64}.txt
 }
 
 update_s390() {
-   append_list "${boot_list}" 
latest-netboot-s390{,x}-{initramfs,kernel}.txt
+  append_list "${boot_list}" latest-netboot-s390{,x}-{initramfs,kernel}.txt
 }
 
 update_x86() {
-   append_list "${boot_list}" "latest-admincd-x86.txt"
+  append_list "${boot_list}" "latest-admincd-x86.txt"
 }
 
 # Update the bootable & stage lists.
 update_arch() {
-   local arch=$1
-   local uri_base="${URI_BASE}/${arch}/autobuilds"
-   local list_base="_data/downloads/${arch}"
-   local boot_list="${list_base}/iso.txt"
-   local stage_list="${list_base}/stage3.txt"
-
-   mkdir -p "${list_base}"
-   fetch "${uri_base}/latest-iso.txt" -O "${boot_list}"
-   fetch "${uri_base}/latest-stage3.txt" -O "${stage_list}"
-   if [[ $(type -t "update_${arch}") == "function" ]] ; then
-   update_${arch}
-   fi
+  local arch=$1
+  local uri_base="${URI_BASE}/${arch}/autobuilds"
+  local list_base="_data/downloads/${arch}"
+  local boot_list="${list_base}/iso.txt"
+  local stage_list="${list_base}/stage3.txt"
+
+  mkdir -p "${list_base}"
+  fetch "${uri_base}/latest-iso.txt" -O "${boot_list}"
+  fetch "${uri_base}/latest-stage3.txt" -O "${stage_list}"
+  if [[ $(type -t "update_${arch}") == "function" ]]; then
+update_${arch}
+  fi
 }
 
 main() {
-   if [[ $# -ne 0 ]] ; then
-   usage
-   fi
-
-   # Make sure we're in the top level dir.
-   cd "$(dirname "$0")"/..
-
-   local arch
-   printf 'Updating ... '
-   for arch in "${ARCHES[@]}" ; do
-   printf '%s ' "${arch}"
-   update_arch "${arch}"
-   done
-   echo '... done'
+  if [[ $# -ne 0 ]]; then
+usage
+  fi
+
+  # Make sure we're in the top level dir.
+  cd "$(dirname "$0")"/..
+
+  local arch
+  printf 'Updating downloads... '
+  for arch in "${ARCHES[@]}"; do
+printf '%s ' "${arch}"
+update_arch "${arch}"
+  done
+  echo 'done.'
 }
+
 main "$@"



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

2016-05-27 Thread Tobias Klausmann
commit: aee565d684e65bcb9ec2fe698bea4d66e02e7157
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri May 27 12:09:48 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri May 27 12:10:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aee565d6

sys-fs/xfsdump-3.1.6-r0: add alpha keyword

Gentoo-Bug: 577652

Package-Manager: portage-2.3.0_rc1

 sys-fs/xfsdump/xfsdump-3.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/xfsdump/xfsdump-3.1.6.ebuild 
b/sys-fs/xfsdump/xfsdump-3.1.6.ebuild
index bd2c126..64ee600 100644
--- a/sys-fs/xfsdump/xfsdump-3.1.6.ebuild
+++ b/sys-fs/xfsdump/xfsdump-3.1.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ia64 ~mips ~ppc ppc64 -sparc ~x86"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ~ppc ppc64 -sparc ~x86"
 IUSE="nls"
 
 RDEPEND="sys-fs/e2fsprogs



[gentoo-commits] sites/www:master commit in: _includes/downloads/

2016-05-27 Thread Alex Legler
commit: 7c236cca98f0785be2e76096d45c410041c6660e
Author: Alex Legler  a3li  li>
AuthorDate: Fri May 27 12:36:25 2016 +
Commit: Alex Legler  gentoo  org>
CommitDate: Fri May 27 12:36:25 2016 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=7c236cca

downloads: Rework non-autobuilt experimental stuff, add arm64

 _includes/downloads/experimental.html | 23 +--
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/_includes/downloads/experimental.html 
b/_includes/downloads/experimental.html
index ca920a3..8bc9d0d 100644
--- a/_includes/downloads/experimental.html
+++ b/_includes/downloads/experimental.html
@@ -1,12 +1,4 @@
 
-  mips
-  
-http://distfiles.gentoo.org/experimental/mips/stages/"; 
data-relurl="../experimental/mips/stages/" class="list-group-item download-link 
download-link-mirrorable">
-  
-  MIPS stages
-
-  
-
   s390
   
 {% include partials/download-link.html type="iso" arch="s390" 
id="netboot-s390-initramfs" title="Netboot Initramfs" tag="S390" %}
@@ -19,10 +11,21 @@
   
 
   sh
-  Stage Archives
   
 {% include partials/download-link.html type="stage3" arch="sh" id="sh4" 
title="Stage 3" tag="SH4" %}
 {% include partials/download-link.html type="stage3" arch="sh" id="sh4a" 
title="Stage 3" tag="SH4A" %}
   
 
- 
+
+  Other Experimental Architectures
+  
+
+  For all other experimental downloads (including for the
+  http://distfiles.gentoo.org/experimental/arm64/";>arm64
+  and
+  http://distfiles.gentoo.org/experimental/mips/";>mips
+  architectures),
+  please refer to the http://distfiles.gentoo.org/experimental/";>complete experimental 
downloads archive.
+
+  
+



[gentoo-commits] sites/www:master commit in: _data/

2016-05-27 Thread Alex Legler
commit: 981c2dc0e859d135a3689548b302199e595f014b
Author: Alex Legler  a3li  li>
AuthorDate: Fri May 27 12:40:29 2016 +
Commit: Alex Legler  gentoo  org>
CommitDate: Fri May 27 12:40:29 2016 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=981c2dc0

Add g-automated-testing  l.g.o, 582408

 _data/mailinglists.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/_data/mailinglists.yaml b/_data/mailinglists.yaml
index c53d087..649d243 100644
--- a/_data/mailinglists.yaml
+++ b/_data/mailinglists.yaml
@@ -152,6 +152,8 @@ other:
   - name: "bug-wranglers"
 description: "Special-purpose list for the Gentoo Bug Wranglers. This 
mailing list is by invite only. If you are interested in joining, simply get 
active on bugzilla and help our existing members wrangle bugs. You'll get 
noticed and invited to be a bug-wrangler in due course."
 private: true
+  - name: "gentoo-automated-testing"
+description: "Automated testing"
   - name: "gentoo-test"
 description: "For testing of the list management software (restricted 
list)"
 private: true



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

2016-05-27 Thread Tobias Klausmann
commit: cd09ba8c6af17984fccb30afc3603200e41bf5e6
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri May 27 12:40:42 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri May 27 12:40:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd09ba8c

dev-python/lxml-3.5.0-r0: add alpha keyword

Gentoo-Bug: 577654

Package-Manager: portage-2.3.0_rc1

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

diff --git a/dev-python/lxml/lxml-3.5.0.ebuild 
b/dev-python/lxml/lxml-3.5.0.ebuild
index 5825559..380f93b 100644
--- a/dev-python/lxml/lxml-3.5.0.ebuild
+++ b/dev-python/lxml/lxml-3.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD ElementTree GPL-2 PSF-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~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 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc examples +threads test"
 
 # Note: lib{xml2,xslt} are used as C libraries, not Python modules.



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

2016-05-27 Thread Lars Wendler
commit: e105ff83e511a4c03fc1f3a87373797c2661d7e6
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri May 27 12:38:27 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri May 27 12:45:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e105ff83

sys-apps/grep: amd64 stable (bug #583968).

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

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

diff --git a/sys-apps/grep/grep-2.25.ebuild b/sys-apps/grep/grep-2.25.ebuild
index 04ff849..0b26e24 100644
--- a/sys-apps/grep/grep-2.25.ebuild
+++ b/sys-apps/grep/grep-2.25.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
 
 LICENSE="GPL-3"
 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 
~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"
 IUSE="nls pcre static"
 
 LIB_DEPEND="pcre? ( >=dev-libs/libpcre-7.8-r1[static-libs(+)] )"



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

2016-05-27 Thread Lars Wendler
commit: 1f957aba1bacf4b6e526909a1eab571bc8ddebbc
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri May 27 12:30:33 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri May 27 12:45:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f957aba

sys-apps/file: amd64 stable (bug #583956).

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

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

diff --git a/sys-apps/file/file-5.25.ebuild b/sys-apps/file/file-5.25.ebuild
index 4198e84..54e5f19 100644
--- a/sys-apps/file/file-5.25.ebuild
+++ b/sys-apps/file/file-5.25.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "" ]] ; then
 else
SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz
ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz";
-   KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 fi
 
 DESCRIPTION="identify a file's format by scanning binary data for patterns"



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

2016-05-27 Thread Lars Wendler
commit: c7d24f9722179a10c4fa45f9b328a5de286e401c
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri May 27 12:45:14 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri May 27 12:46:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7d24f97

sys-apps/gptfdisk: amd64 stable (bug #583982).

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

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

diff --git a/sys-apps/gptfdisk/gptfdisk-1.0.1.ebuild 
b/sys-apps/gptfdisk/gptfdisk-1.0.1.ebuild
index 24373a8..14dc268 100644
--- a/sys-apps/gptfdisk/gptfdisk-1.0.1.ebuild
+++ b/sys-apps/gptfdisk/gptfdisk-1.0.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~arm-linux ~x86-linux"
 IUSE="kernel_linux ncurses static"
 
 LIB_DEPEND="



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

2016-05-27 Thread Lars Wendler
commit: 6b6eea922f4e609c1d7cf14ec7fe5eb600a9352a
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri May 27 12:39:33 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri May 27 12:46:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b6eea92

net-misc/wget: amd64 stable (bug #583972).

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 net-misc/wget/wget-1.17.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/wget/wget-1.17.1-r1.ebuild 
b/net-misc/wget/wget-1.17.1-r1.ebuild
index 6fc5ec3..c9bfcbc 100644
--- a/net-misc/wget/wget-1.17.1-r1.ebuild
+++ b/net-misc/wget/wget-1.17.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.xz"
 
 LICENSE="GPL-3"
 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 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+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 ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug gnutls idn ipv6 libressl nls ntlm pcre +ssl static test uuid zlib"
 REQUIRED_USE=" ntlm? ( !gnutls ssl ) gnutls? ( ssl )"
 



[gentoo-commits] repo/gentoo:master commit in: app-arch/tar/

2016-05-27 Thread Lars Wendler
commit: 87713054ba9fd50c7ab1bd2a7b7138d6c0293eaf
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri May 27 12:37:18 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri May 27 12:45:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87713054

app-arch/tar: amd64 stable (bug #583970).

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 app-arch/tar/tar-1.28-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/tar/tar-1.28-r1.ebuild b/app-arch/tar/tar-1.28-r1.ebuild
index e6bce67..aaa6a79 100644
--- a/app-arch/tar/tar-1.28-r1.ebuild
+++ b/app-arch/tar/tar-1.28-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/tar/${P}.tar.bz2
 
 LICENSE="GPL-3+"
 SLOT="0"
-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 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+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 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="acl elibc_glibc minimal nls selinux static userland_GNU xattr"
 
 RDEPEND="acl? ( virtual/acl )



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip2/

2016-05-27 Thread Lars Wendler
commit: 9a8c8ae6985ffe2febc4e6c6fdb0c6b14e1d5c18
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri May 27 12:25:15 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri May 27 12:45:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a8c8ae6

app-arch/bzip2: amd64 stable (bug #583940).

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 app-arch/bzip2/bzip2-1.0.6-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/bzip2/bzip2-1.0.6-r7.ebuild 
b/app-arch/bzip2/bzip2-1.0.6-r7.ebuild
index 27febcf..e5d46c3 100644
--- a/app-arch/bzip2/bzip2-1.0.6-r7.ebuild
+++ b/app-arch/bzip2/bzip2-1.0.6-r7.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://www.bzip.org/${PV}/${P}.tar.gz";
 
 LICENSE="BZIP2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="static static-libs"
 
 RDEPEND="abi_x86_32? (



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

2016-05-27 Thread Lars Wendler
commit: 7ea23212151d4d2521c808a0169e175f9046412b
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri May 27 12:28:24 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri May 27 12:45:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ea23212

media-libs/libpng: amd64 stable (bug #583948).

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

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

diff --git a/media-libs/libpng/libpng-1.6.21.ebuild 
b/media-libs/libpng/libpng-1.6.21.ebuild
index 66acb8f..31ef244 100644
--- a/media-libs/libpng/libpng-1.6.21.ebuild
+++ b/media-libs/libpng/libpng-1.6.21.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz
 
 LICENSE="libpng"
 SLOT="0/16"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
 IUSE="apng neon static-libs"
 
 RDEPEND=">=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}]



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

2016-05-27 Thread Lars Wendler
commit: 05d721f7b789490364ff840f71783e9dd7767d1a
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri May 27 12:41:47 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri May 27 12:46:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05d721f7

sys-apps/pciutils: amd64 stable (bug #583796).

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

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

diff --git a/sys-apps/pciutils/pciutils-3.4.1.ebuild 
b/sys-apps/pciutils/pciutils-3.4.1.ebuild
index eaceae2..9c0ccf8 100644
--- a/sys-apps/pciutils/pciutils-3.4.1.ebuild
+++ b/sys-apps/pciutils/pciutils-3.4.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux 
~x86-linux"
 IUSE="dns +kmod static-libs +udev zlib"
 
 # Have the sub-libs in RDEPEND with [static-libs] since, logically,



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

2016-05-27 Thread Lars Wendler
commit: 6640d7d209d91a5fe07ea7a2568d1d9e45668776
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri May 27 12:29:24 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri May 27 12:45:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6640d7d2

sys-libs/cracklib: amd64 stable (bug #583954).

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

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

diff --git a/sys-libs/cracklib/cracklib-2.9.6.ebuild 
b/sys-libs/cracklib/cracklib-2.9.6.ebuild
index 94184d9..11d2106 100644
--- a/sys-libs/cracklib/cracklib-2.9.6.ebuild
+++ b/sys-libs/cracklib/cracklib-2.9.6.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x86-macos ~m68k-mint"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x86-macos ~m68k-mint"
 IUSE="nls python static-libs test zlib"
 
 RDEPEND="zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"



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

2016-05-27 Thread Lars Wendler
commit: 4ee767ef3480720b743bfa450607954644dba229
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri May 27 12:35:52 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri May 27 12:45:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ee767ef

sys-apps/gawk: amd64 stable (bug #583700).

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

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

diff --git a/sys-apps/gawk/gawk-4.1.3.ebuild b/sys-apps/gawk/gawk-4.1.3.ebuild
index 5d4399d..20cd4f6 100644
--- a/sys-apps/gawk/gawk-4.1.3.ebuild
+++ b/sys-apps/gawk/gawk-4.1.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/gawk/${P}.tar.xz"
 
 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 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+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 ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="mpfr nls readline"
 
 RDEPEND="mpfr? ( dev-libs/mpfr:0= )



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

2016-05-27 Thread Lars Wendler
commit: 4c9a442f5c1f46262f8e5a96cc7240c7447f020c
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri May 27 12:27:17 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri May 27 12:45:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c9a442f

sys-apps/debianutils: amd64 stable (bug #583944).

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

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

diff --git a/sys-apps/debianutils/debianutils-4.7.ebuild 
b/sys-apps/debianutils/debianutils-4.7.ebuild
index 19fd370..f7de522 100644
--- a/sys-apps/debianutils/debianutils-4.7.ebuild
+++ b/sys-apps/debianutils/debianutils-4.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
 
 LICENSE="BSD GPL-2 SMAIL"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="kernel_linux static"
 
 src_prepare() {



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

2016-05-27 Thread Lars Wendler
commit: 8288b9e42abf41c69a4dbb456d3cc85bc7c39667
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri May 27 12:32:55 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri May 27 12:45:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8288b9e4

net-misc/iputils: amd64 stable (bug #583960).

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 net-misc/iputils/iputils-20151218.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/iputils/iputils-20151218.ebuild 
b/net-misc/iputils/iputils-20151218.ebuild
index cb99b26..efc232e 100644
--- a/net-misc/iputils/iputils-20151218.ebuild
+++ b/net-misc/iputils/iputils-20151218.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]] ; then
 else
SRC_URI="http://www.skbuff.net/iputils/iputils-s${PV}.tar.bz2

https://dev.gentoo.org/~polynomial-c/iputils-s${PV}-manpages.tar.xz";
-   KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux"
+   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="Network monitoring tools including ping and ping6"



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

2016-05-27 Thread Lars Wendler
commit: c39c9f1b1b80e61c23202b15279f85fb4a9bd667
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri May 27 12:31:24 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri May 27 12:45:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c39c9f1b

sys-devel/m4: amd64 stable (bug #583958).
Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 sys-devel/m4/m4-1.4.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/m4/m4-1.4.17.ebuild b/sys-devel/m4/m4-1.4.17.ebuild
index 55afb7c..c3c1b2c 100644
--- a/sys-devel/m4/m4-1.4.17.ebuild
+++ b/sys-devel/m4/m4-1.4.17.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-3"
 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 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+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 ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="examples"
 
 # remember: cannot dep on autoconf since it needs us



[gentoo-commits] repo/gentoo:master commit in: sys-process/procps/

2016-05-27 Thread Lars Wendler
commit: c4847057d3f4db57698d96a201028d35a8a0b113
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri May 27 12:42:51 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri May 27 12:46:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4847057

sys-process/procps: amd64 stable (bug #583978).

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 sys-process/procps/procps-3.3.11-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/procps/procps-3.3.11-r3.ebuild 
b/sys-process/procps/procps-3.3.11-r3.ebuild
index 0e88e08..0058881 100644
--- a/sys-process/procps/procps-3.3.11-r3.ebuild
+++ b/sys-process/procps/procps-3.3.11-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}-ng/${PN}-ng-${PV}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/5" # libprocps.so
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="+kill +ncurses modern-top nls selinux static-libs systemd test unicode"
 
 RDEPEND="ncurses? ( >=sys-libs/ncurses-5.7-r7:=[unicode?] )



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

2016-05-27 Thread Lars Wendler
commit: 4a23448ca1d35637f0a3c6e38e709cdd856d7abf
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri May 27 12:26:14 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri May 27 12:45:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a23448c

sys-apps/which: amd64 stable (bug #583942).

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

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

diff --git a/sys-apps/which/which-2.21.ebuild b/sys-apps/which/which-2.21.ebuild
index 3094eda..5722371 100644
--- a/sys-apps/which/which-2.21.ebuild
+++ b/sys-apps/which/which-2.21.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://carlowood.github.io/which/${P}.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 src_prepare() {



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

2016-05-27 Thread Lars Wendler
commit: c5088bd1af1a694a20fe4850bcbc1f0f08080d4e
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri May 27 12:34:18 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri May 27 12:45:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5088bd1

sys-devel/gettext: amd64 stable (bug #583834).

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 sys-devel/gettext/gettext-0.19.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gettext/gettext-0.19.7.ebuild 
b/sys-devel/gettext/gettext-0.19.7.ebuild
index 3695d2b..c188856 100644
--- a/sys-devel/gettext/gettext-0.19.7.ebuild
+++ b/sys-devel/gettext/gettext-0.19.7.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 # so put that license behind USE=cxx.
 LICENSE="GPL-3+ cxx? ( LGPL-2.1+ )"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="acl -cvs +cxx doc emacs git java ncurses nls openmp static-libs"
 
 # only runtime goes multilib



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

2016-05-27 Thread Lars Wendler
commit: 2318ee47c2bd5713e646c2056eaf13f823186bd3
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri May 27 12:44:05 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri May 27 12:46:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2318ee47

media-libs/freetype: amd64 stable (bug #583980).

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 media-libs/freetype/freetype-2.6.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/freetype/freetype-2.6.3-r1.ebuild 
b/media-libs/freetype/freetype-2.6.3-r1.ebuild
index 53e5d97..e79b80d 100644
--- a/media-libs/freetype/freetype-2.6.3-r1.ebuild
+++ b/media-libs/freetype/freetype-2.6.3-r1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="mirror://sourceforge/freetype/${P/_/}.tar.bz2
 
 LICENSE="|| ( FTL GPL-2+ )"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt"
 IUSE="X +adobe-cff bindist bzip2 debug doc fontforge harfbuzz
infinality png static-libs utils"
 RESTRICT="!bindist? ( bindist )" # bug 541408



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

2016-05-27 Thread Lars Wendler
commit: 1408bdfd98c9717a5b3cc086cc0005f46c9f3b37
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri May 27 12:40:38 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri May 27 12:46:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1408bdfd

sys-apps/texinfo: amd64 stable (bug #583794).

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

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

diff --git a/sys-apps/texinfo/texinfo-6.1.ebuild 
b/sys-apps/texinfo/texinfo-6.1.ebuild
index 10ce796..d890ceb 100644
--- a/sys-apps/texinfo/texinfo-6.1.ebuild
+++ b/sys-apps/texinfo/texinfo-6.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="nls static"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/arm/13.0/armv7a/desktop/plasma/, ...

2016-05-27 Thread Johannes Huber
commit: 4544a426260f9c93afe6ff01e25e06e1871da158
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 27 11:58:19 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri May 27 12:52:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4544a426

profiles: Add Plasma desktop profile for arm

Gentoo-bug: 584318

 profiles/default/linux/arm/13.0/armv4/desktop/plasma/eapi | 1 +
 profiles/default/linux/arm/13.0/armv4/desktop/plasma/parent   | 2 ++
 profiles/default/linux/arm/13.0/armv4t/desktop/plasma/eapi| 1 +
 profiles/default/linux/arm/13.0/armv4t/desktop/plasma/parent  | 2 ++
 profiles/default/linux/arm/13.0/armv5te/desktop/plasma/eapi   | 1 +
 profiles/default/linux/arm/13.0/armv5te/desktop/plasma/parent | 2 ++
 profiles/default/linux/arm/13.0/armv6j/desktop/plasma/eapi| 1 +
 profiles/default/linux/arm/13.0/armv6j/desktop/plasma/parent  | 2 ++
 profiles/default/linux/arm/13.0/armv7a/desktop/plasma/eapi| 1 +
 profiles/default/linux/arm/13.0/armv7a/desktop/plasma/parent  | 2 ++
 profiles/default/linux/arm/13.0/desktop/plasma/eapi   | 1 +
 profiles/default/linux/arm/13.0/desktop/plasma/parent | 2 ++
 profiles/default/linux/arm/13.0/desktop/plasma/systemd/eapi   | 1 +
 profiles/default/linux/arm/13.0/desktop/plasma/systemd/parent | 2 ++
 14 files changed, 21 insertions(+)

diff --git a/profiles/default/linux/arm/13.0/armv4/desktop/plasma/eapi 
b/profiles/default/linux/arm/13.0/armv4/desktop/plasma/eapi
new file mode 100644
index 000..7ed6ff8
--- /dev/null
+++ b/profiles/default/linux/arm/13.0/armv4/desktop/plasma/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/arm/13.0/armv4/desktop/plasma/parent 
b/profiles/default/linux/arm/13.0/armv4/desktop/plasma/parent
new file mode 100644
index 000..00b252f
--- /dev/null
+++ b/profiles/default/linux/arm/13.0/armv4/desktop/plasma/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../../targets/desktop/plasma

diff --git a/profiles/default/linux/arm/13.0/armv4t/desktop/plasma/eapi 
b/profiles/default/linux/arm/13.0/armv4t/desktop/plasma/eapi
new file mode 100644
index 000..7ed6ff8
--- /dev/null
+++ b/profiles/default/linux/arm/13.0/armv4t/desktop/plasma/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/arm/13.0/armv4t/desktop/plasma/parent 
b/profiles/default/linux/arm/13.0/armv4t/desktop/plasma/parent
new file mode 100644
index 000..00b252f
--- /dev/null
+++ b/profiles/default/linux/arm/13.0/armv4t/desktop/plasma/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../../targets/desktop/plasma

diff --git a/profiles/default/linux/arm/13.0/armv5te/desktop/plasma/eapi 
b/profiles/default/linux/arm/13.0/armv5te/desktop/plasma/eapi
new file mode 100644
index 000..7ed6ff8
--- /dev/null
+++ b/profiles/default/linux/arm/13.0/armv5te/desktop/plasma/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/arm/13.0/armv5te/desktop/plasma/parent 
b/profiles/default/linux/arm/13.0/armv5te/desktop/plasma/parent
new file mode 100644
index 000..00b252f
--- /dev/null
+++ b/profiles/default/linux/arm/13.0/armv5te/desktop/plasma/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../../targets/desktop/plasma

diff --git a/profiles/default/linux/arm/13.0/armv6j/desktop/plasma/eapi 
b/profiles/default/linux/arm/13.0/armv6j/desktop/plasma/eapi
new file mode 100644
index 000..7ed6ff8
--- /dev/null
+++ b/profiles/default/linux/arm/13.0/armv6j/desktop/plasma/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/arm/13.0/armv6j/desktop/plasma/parent 
b/profiles/default/linux/arm/13.0/armv6j/desktop/plasma/parent
new file mode 100644
index 000..00b252f
--- /dev/null
+++ b/profiles/default/linux/arm/13.0/armv6j/desktop/plasma/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../../targets/desktop/plasma

diff --git a/profiles/default/linux/arm/13.0/armv7a/desktop/plasma/eapi 
b/profiles/default/linux/arm/13.0/armv7a/desktop/plasma/eapi
new file mode 100644
index 000..7ed6ff8
--- /dev/null
+++ b/profiles/default/linux/arm/13.0/armv7a/desktop/plasma/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/arm/13.0/armv7a/desktop/plasma/parent 
b/profiles/default/linux/arm/13.0/armv7a/desktop/plasma/parent
new file mode 100644
index 000..00b252f
--- /dev/null
+++ b/profiles/default/linux/arm/13.0/armv7a/desktop/plasma/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../../targets/desktop/plasma

diff --git a/profiles/default/linux/arm/13.0/desktop/plasma/eapi 
b/profiles/default/linux/arm/13.0/desktop/plasma/eapi
new file mode 100644
index 000..7ed6ff8
--- /dev/null
+++ b/profiles/default/linux/arm/13.0/desktop/plasma/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/arm/13.0/desktop/plasma/parent 
b/profiles/default/linux/arm/13.0/desktop/plasma/parent
new file mode 100644
index 000..ff3a7b1
--- /dev/null
+++ b/profiles/default/linux/arm/13.0/desktop/plasma/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../targets/desktop/plasma

diff --git a/profiles/default/linux/arm/13.0/des

[gentoo-commits] repo/gentoo:master commit in: sys-process/audit/

2016-05-27 Thread Tobias Klausmann
commit: bb8fa91f01bf8a70ea5b136f2fce7b641e1ffe4a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri May 27 13:02:25 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri May 27 13:02:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb8fa91f

sys-process/audit-2.4.3-r1: add alpha keyword

Gentoo-Bug: 50

Package-Manager: portage-2.3.0_rc1

 sys-process/audit/audit-2.4.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-process/audit/audit-2.4.3-r1.ebuild 
b/sys-process/audit/audit-2.4.3-r1.ebuild
index eb49132..593c794 100644
--- a/sys-process/audit/audit-2.4.3-r1.ebuild
+++ b/sys-process/audit/audit-2.4.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="https://people.redhat.com/sgrubb/audit/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
 IUSE="ldap python"
 # Testcases are pretty useless as they are built for RedHat users/groups and
 # kernels.



[gentoo-commits] repo/gentoo:master commit in: x11-libs/wxGTK/

2016-05-27 Thread Tobias Klausmann
commit: af4497339661f528d75849a560c14af0e8aa93f2
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri May 27 13:12:49 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri May 27 13:12:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af449733

x11-libs/wxGTK-3.0.2.0-r2: add alpha keyword

Gentoo-Bug: 577788

Package-Manager: portage-2.3.0_rc1

 x11-libs/wxGTK/wxGTK-3.0.2.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/wxGTK/wxGTK-3.0.2.0-r2.ebuild 
b/x11-libs/wxGTK/wxGTK-3.0.2.0-r2.ebuild
index ebc0e13..f3a9a92 100644
--- a/x11-libs/wxGTK/wxGTK-3.0.2.0-r2.ebuild
+++ b/x11-libs/wxGTK/wxGTK-3.0.2.0-r2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://wxwidgets.org/";
 SRC_URI="mirror://sourceforge/wxpython/wxPython-src-${PV}.tar.bz2
doc? ( mirror://sourceforge/wxpython/wxPython-docs-${PV}.tar.bz2 )"
 
-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"
+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"
 IUSE="+X aqua doc debug gstreamer libnotify opengl sdl tiff webkit"
 
 SLOT="3.0"



[gentoo-commits] repo/gentoo:master commit in: media-fonts/fontawesome/

2016-05-27 Thread Patrice Clement
commit: 2376086f61faa7c895dbe97db63a335c0b1167bf
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri May 27 13:33:12 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 27 13:33:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2376086f

media-fonts/fontawesome: Tidy up ebuild.

Package-Manager: portage-2.2.28

 media-fonts/fontawesome/fontawesome-4.6.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/fontawesome/fontawesome-4.6.3.ebuild 
b/media-fonts/fontawesome/fontawesome-4.6.3.ebuild
index a7e0845..e72ca7c 100644
--- a/media-fonts/fontawesome/fontawesome-4.6.3.ebuild
+++ b/media-fonts/fontawesome/fontawesome-4.6.3.ebuild
@@ -1,7 +1,6 @@
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
-
 EAPI=6
 
 inherit font
@@ -23,9 +22,10 @@ DEPEND=""
 RDEPEND=""
 
 S="${WORKDIR}/${REPO_PN}-${PV}"
-FONT_S="${S}/fonts"
 
+FONT_S="${S}/fonts"
 FONT_SUFFIX=""
+
 src_configure() {
use otf && FONT_SUFFIX+="otf "
use ttf && FONT_SUFFIX+="ttf "



[gentoo-commits] repo/gentoo:master commit in: media-fonts/fontawesome/

2016-05-27 Thread Patrice Clement
commit: f9e3cf52f634257e006f8c91f0f3873c2ed45167
Author: Mykyta Holubakha  gmail  com>
AuthorDate: Wed May 25 18:52:47 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 27 13:33:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9e3cf52

media-fonts/fontawesome: Initial commit.

Closes: https://github.com/gentoo/gentoo/pull/1541

Signed-off-by: Patrice Clement  gentoo.org>

 media-fonts/fontawesome/Manifest |  1 +
 media-fonts/fontawesome/fontawesome-4.6.3.ebuild | 32 
 media-fonts/fontawesome/metadata.xml | 19 ++
 3 files changed, 52 insertions(+)

diff --git a/media-fonts/fontawesome/Manifest b/media-fonts/fontawesome/Manifest
new file mode 100644
index 000..ca43e87
--- /dev/null
+++ b/media-fonts/fontawesome/Manifest
@@ -0,0 +1 @@
+DIST fontawesome-4.6.3.tar.gz 2526615 SHA256 
669fb1210c64eda3f998c86941641f1bcd0af4450643daf8841cb62d2b6c71a4 SHA512 
ecf78028e7948e89d352c7f0de413198d95c235e36f49c24146d246012145ac62e0f4d1148655ef88be15710340688b2f3cc55247cfb6742a41400422f88d69f
 WHIRLPOOL 
056ad3e1970d4eef4eaf2294bc3b5a0f02fb3de0145826ff10505e7bed851de4385629e10829675f94dd1a8ed49b4cdcaaabbc3c466c88f3bb094b5bb414629f

diff --git a/media-fonts/fontawesome/fontawesome-4.6.3.ebuild 
b/media-fonts/fontawesome/fontawesome-4.6.3.ebuild
new file mode 100644
index 000..a7e0845
--- /dev/null
+++ b/media-fonts/fontawesome/fontawesome-4.6.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit font
+
+REPO_PN="Font-Awesome"
+
+DESCRIPTION="The iconic font"
+HOMEPAGE="http://fontawesome.io";
+SRC_URI="https://github.com/FortAwesome/${REPO_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="CC-BY-3.0 OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="+otf +ttf"
+
+REQUIRED_USE="|| ( otf ttf )"
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}/${REPO_PN}-${PV}"
+FONT_S="${S}/fonts"
+
+FONT_SUFFIX=""
+src_configure() {
+   use otf && FONT_SUFFIX+="otf "
+   use ttf && FONT_SUFFIX+="ttf "
+}

diff --git a/media-fonts/fontawesome/metadata.xml 
b/media-fonts/fontawesome/metadata.xml
new file mode 100644
index 000..9649fc4
--- /dev/null
+++ b/media-fonts/fontawesome/metadata.xml
@@ -0,0 +1,19 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   hiloba...@gmail.com
+   Mykyta Holubakha
+   
+   
+   proxy-ma...@gentoo.org
+   Gentoo Proxy Maintainers Project
+   
+   
+   FortAwesome/Font-Awesome
+   
+   
+   Install the OpenType version of the font
+   Install the TrueType version of the font
+   
+



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

2016-05-27 Thread Tobias Klausmann
commit: b3a6248f5545365e0a14712b2854f5e305248dd7
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri May 27 14:06:33 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri May 27 14:06:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a6248f

dev-python/cffi-1.5.2-r0: add alpha keyword

Gentoo-Bug: 577824

Package-Manager: portage-2.3.0_rc1

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

diff --git a/dev-python/cffi/cffi-1.5.2.ebuild 
b/dev-python/cffi/cffi-1.5.2.ebuild
index 698dac6..1428291 100644
--- a/dev-python/cffi/cffi-1.5.2.ebuild
+++ b/dev-python/cffi/cffi-1.5.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="doc test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-editors/atom/, app-editors/atom/files/

2016-05-27 Thread Patrice Clement
commit: dd47bfc852882b48eb465dcde3ba90b4857a0964
Author: Elvis Pranskevichus  magic  io>
AuthorDate: Wed May 25 15:11:17 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 27 13:47:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd47bfc8

app-editors/atom: Fix apm under Node 5+.

apm monkey-patches Node's module system to add support for module loading
from "asar" archives.  Add a case to make this work under Node 5+.

Gentoo-Bug: https://bugs.gentoo.org/584000
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1539

Signed-off-by: Patrice Clement  gentoo.org>

 .../{atom-1.7.4.ebuild => atom-1.7.4-r1.ebuild}|  1 +
 app-editors/atom/files/asar-require.patch  | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/app-editors/atom/atom-1.7.4.ebuild 
b/app-editors/atom/atom-1.7.4-r1.ebuild
similarity index 99%
rename from app-editors/atom/atom-1.7.4.ebuild
rename to app-editors/atom/atom-1.7.4-r1.ebuild
index c408132..c45728c 100644
--- a/app-editors/atom/atom-1.7.4.ebuild
+++ b/app-editors/atom/atom-1.7.4-r1.ebuild
@@ -279,6 +279,7 @@ src_prepare() {
cd "${S}" || die
 
epatch "${FILESDIR}/atom-apm-path.patch"
+   epatch "${FILESDIR}/asar-require.patch"
 
sed -i -e "s|{{ATOM_SUFFIX}}|${suffix}|g" \
"${S}/build/app.asar/src/config-schema.js" || die

diff --git a/app-editors/atom/files/asar-require.patch 
b/app-editors/atom/files/asar-require.patch
new file mode 100644
index 000..a00169b
--- /dev/null
+++ b/app-editors/atom/files/asar-require.patch
@@ -0,0 +1,45 @@
+diff --git 
a/usr/share/atom/resources/app/apm/node_modules/asar-require/lib/require.js 
b/usr/share/atom/resources/app/apm/node_modules/asar-require/lib/require.js
+index 47cb1bb..67895d5 100644
+--- a/usr/share/atom/resources/app/apm/node_modules/asar-require/lib/require.js
 b/usr/share/atom/resources/app/apm/node_modules/asar-require/lib/require.js
+@@ -1,5 +1,7 @@
+ (function() {
+-  var asar, asarStatsToFsStats, fakeTime, fs, gid, nextInode, path, 
readFileSync, realpathSync, splitPath, statSync, uid;
++  var asar, asarStatsToFsStats, fakeTime, fs, gid, nextInode, path, 
readFileSync, realpathSync, splitPath, statSync, uid;
++
++  var module, module_findPath, _e;
+
+   asar = require('asar');
+
+@@ -7,6 +9,12 @@
+
+   path = require('path');
+
++  try {
++module = require('module');
++  } catch (_e) {
++module = null;
++  }
++
+   splitPath = function(p) {
+ var index;
+ if (typeof p !== 'string') {
+@@ -124,5 +132,18 @@
+ }
+ return path.join(realpathSync(asarPath), filePath);
+   };
++
++  if (module && module._findPath) {
++module_findPath = module._findPath;
++
++module._findPath = function(request, paths, isMain) {
++  var asarPath, filePath, isAsar, _ref;
++  _ref = splitPath(request), isAsar = _ref[0], asarPath = _ref[1], 
filePath = _ref[2];
++  if (isAsar) {
++return request;
++  }
++  return module_findPath.apply(this, arguments);
++}
++  }
+
+ }).call(this);



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

2016-05-27 Thread Patrice Clement
commit: d44a906927dd6b55f949d110ede25847de2dc0ed
Author: Mykyta Holubakha  gmail  com>
AuthorDate: Wed May 25 16:53:55 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 27 13:49:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d44a9069

media-gfx/imv: Version bump to 2.1.2.

* Removed version 2.1.0 from the tree.
* Restricted tests in 2.1.2 due to an upstream issue.
* Removed extraneous eutils eclass inheritance.

Closes: https://github.com/gentoo/gentoo/pull/1544

Signed-off-by: Patrice Clement  gentoo.org>

 media-gfx/imv/Manifest   | 2 +-
 media-gfx/imv/{imv-2.1.0.ebuild => imv-2.1.2.ebuild} | 7 ++-
 media-gfx/imv/imv-.ebuild| 6 +-
 3 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/media-gfx/imv/Manifest b/media-gfx/imv/Manifest
index d41af2d..0eaf9ec 100644
--- a/media-gfx/imv/Manifest
+++ b/media-gfx/imv/Manifest
@@ -1 +1 @@
-DIST imv-2.1.0.tar.gz 27023 SHA256 
b3d97e09c7bfa39387b369638c70efd52476cf5a2e23e94ab6c722196cf2b7a6 SHA512 
0419cf243a8380a07612da467925e669156a9ae597aa9d742956a79f24db3315f5183a43b318f0af1d87bbea5ebd9937680d1c13ec45f9eb78c107ed9584c3cc
 WHIRLPOOL 
88b5569d37b9d4afc75a608bcda7ee63f709e58be4ccb19eb089fb271c797da5d285fd736e816282d26efdb2964b79444bcd4233c4c9800bde2b3029bdbe85bc
+DIST imv-2.1.2.tar.gz 27137 SHA256 
7bb264c23d55795234556b98d63aa17afadbda87cc5a38d684e3a735cb12c135 SHA512 
7ffe1f93963b824ffb62aaff777e733f2f1213193c8fdc576338b79a982936eaf1e03b112ba1804593c7833660eef56cdde0cea6c6639267d5e691e823a7c955
 WHIRLPOOL 
23e9b5511d115962c09c7bd736aa60bdd523f5558acdf60393c8f582fc2a6cae9a096fd418a4835e28aeeb9a64de439d308093d5564ff23ef98bb7f6a4bcbbc2

diff --git a/media-gfx/imv/imv-2.1.0.ebuild b/media-gfx/imv/imv-2.1.2.ebuild
similarity index 89%
rename from media-gfx/imv/imv-2.1.0.ebuild
rename to media-gfx/imv/imv-2.1.2.ebuild
index 95e7b78..0200046 100644
--- a/media-gfx/imv/imv-2.1.0.ebuild
+++ b/media-gfx/imv/imv-2.1.2.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-inherit eutils fdo-mime
+inherit fdo-mime
 
 DESCRIPTION="Minimal image viewer designed for tiling window manager users"
 HOMEPAGE="https://github.com/eXeC64/imv";
@@ -13,6 +13,7 @@ 
SRC_URI="https://github.com/eXeC64/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+RESTRICT="test"
 
 RDEPEND="
!sys-apps/renameutils
@@ -24,10 +25,6 @@ RDEPEND="
 
 DEPEND="${RDEPEND}"
 
-src_install() {
-   emake DESTDIR="${D}" install
-}
-
 pkg_postinst() {
fdo-mime_desktop_database_update
 }

diff --git a/media-gfx/imv/imv-.ebuild b/media-gfx/imv/imv-.ebuild
index da46591..169f9ef 100644
--- a/media-gfx/imv/imv-.ebuild
+++ b/media-gfx/imv/imv-.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-inherit eutils fdo-mime git-r3
+inherit fdo-mime git-r3
 
 DESCRIPTION="Minimal image viewer designed for tiling window manager users"
 HOMEPAGE="https://github.com/eXeC64/imv";
@@ -24,10 +24,6 @@ RDEPEND="
 
 DEPEND="${RDEPEND}"
 
-src_install() {
-   emake DESTDIR="${D}" install
-}
-
 pkg_postinst() {
fdo-mime_desktop_database_update
 }



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

2016-05-27 Thread Patrice Clement
commit: 155075abfce9943ea39665ae77cb7a38020ec212
Author: Zoltan Puskas  sinustrom  info>
AuthorDate: Wed May 25 05:47:05 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 27 13:51:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=155075ab

app-doc/kicad-doc: Remove obsolete 4.0.0 doc as related packaged is also 
removed.

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

Signed-off-by: Patrice Clement  gentoo.org>

 app-doc/kicad-doc/Manifest   |  1 -
 app-doc/kicad-doc/kicad-doc-4.0.0.ebuild | 61 
 2 files changed, 62 deletions(-)

diff --git a/app-doc/kicad-doc/Manifest b/app-doc/kicad-doc/Manifest
index 2627eb3..3e6a229 100644
--- a/app-doc/kicad-doc/Manifest
+++ b/app-doc/kicad-doc/Manifest
@@ -1,3 +1,2 @@
-DIST kicad-doc-4.0.0.tar.gz 23358151 SHA256 
8599873bfbb3ae824e93e0f78464ae303ef1df3331fbf9bc5591a5610a375d89 SHA512 
4a7b2095af51bfa6f4399ba45d5f54e1c8c576195e640b025b07448fc0eb7a6144cf60630e30405ab57afc39cfb778dc63a9c675a0fc01cb3dfc870aed15e1ae
 WHIRLPOOL 
b24690e44c5e1832d95f4f83a25130a3b7d9986359da4919b7a778a6e2aaca4022cc27617b88815af5a4aa78f53b73adeb7ec7d15e69eb35d47cc7a39480f444
 DIST kicad-doc-4.0.1.tar.gz 23365382 SHA256 
be8dc4bddb89869996956d3d1421584c5a8197282997902e22fda888a8d433bb SHA512 
ae57a9c29f3cd4b3d85d4b7d7bc940957c33b0e1c1404b82c8a9261695c0670866cb4a95ab7ad5c35b1faa6fbd3969f277467fa7d33e38e728a3dd9b65203021
 WHIRLPOOL 
d9834312a0a315bf1d5dca048999d5adcb2ee60c42a41d8266522ad6c0ca49ec7bad5c9bad322b6d73c41c9f24cb1f4088d6889c6a51abf4671271dd7ec8af9d
 DIST kicad-doc-4.0.2.tar.gz 23365338 SHA256 
4a475b3831f9a54a20dc94631cada3e305ede23345a6b4059077ac6900f3d35a SHA512 
8cf2ff11141d3a5319d3b17a13648903518aaf0625802762df875550dd5811515e8a65d7414859624a18402cc6289ec70247a6c1f235081768ee344ec42c3b35
 WHIRLPOOL 
f0279935fd823c62a6545afab6c2916173a72b5c881f71d8118ef897972e2d9de2c567944689a70aeeb4bae9b4938f636e9c526d0fd838bb42b8e2b4b4d23b4f

diff --git a/app-doc/kicad-doc/kicad-doc-4.0.0.ebuild 
b/app-doc/kicad-doc/kicad-doc-4.0.0.ebuild
deleted file mode 100644
index 4f755f3..000
--- a/app-doc/kicad-doc/kicad-doc-4.0.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils vcs-snapshot
-
-DESCRIPTION="Electronic Schematic and PCB design tools manuals"
-HOMEPAGE="http://www.kicad-pcb.org";
-SRC_URI="https://github.com/KiCad/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-FUSE="html pdf"
-LANGS="en fr it ja nl pl"
-LINGUAS=""
-for lang in ${LANGS} ; do
-   LINGUAS="${LINGUAS} linguas_${lang}"
-done
-IUSE="${FUSE} ${LINGUAS}"
-
-REQUIRED_USE="( || ( pdf html ) ) ( ^^ ( ${LINGUAS} ) )"
-
-DEPEND=">=app-text/asciidoc-8.6.9
-   app-text/dblatex
-   >=app-text/po4a-0.45
-   >=sys-devel/gettext-0.18
-   dev-util/source-highlight
-   dev-perl/Unicode-LineBreak
-   linguas_ja? ( media-fonts/vlgothic )"
-RDEPEND=""
-
-src_prepare() {
-   DOCPATH="KICAD_DOC_INSTALL_PATH share/doc/kicad"
-   sed "s|${DOCPATH}|${DOCPATH}-${PV}|g" -i CMakeLists.txt || die "sed 
failed"
-}
-
-src_configure() {
-   local formats=""
-   local doclang=""
-
-   # construct format string
-   for format in ${FUSE}; do
-   use $format && formats+="${format};"
-   done
-
-   # find out which language is requested
-   for lang in ${LANGS}; do
-   if use linguas_${lang}; then
-   doclang=${lang}
-   fi
-   done
-
-   local mycmakeargs+=(
-   -DBUILD_FORMATS="${formats}"
-   -DSINGLE_LANGUAGE="${doclang}"
-   )
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad/

2016-05-27 Thread Patrice Clement
commit: 750f0ff86e081df5bcd0be78cd048fef39e6566c
Author: Zoltan Puskas  sinustrom  info>
AuthorDate: Wed May 25 05:34:04 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 27 13:51:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=750f0ff8

sci-electronics/kicad: Remove obsolete 4.0.0, 4.0.0-r1, 4.0.1, 4.0.2 ebuilds.

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

Signed-off-by: Patrice Clement  gentoo.org>

 sci-electronics/kicad/Manifest  |   4 -
 sci-electronics/kicad/kicad-4.0.0-r1.ebuild | 191 
 sci-electronics/kicad/kicad-4.0.0.ebuild| 183 --
 sci-electronics/kicad/kicad-4.0.1.ebuild| 185 ---
 sci-electronics/kicad/kicad-4.0.2.ebuild| 185 ---
 5 files changed, 748 deletions(-)

diff --git a/sci-electronics/kicad/Manifest b/sci-electronics/kicad/Manifest
index 9af4f83..7d23793 100644
--- a/sci-electronics/kicad/Manifest
+++ b/sci-electronics/kicad/Manifest
@@ -1,12 +1,8 @@
-DIST kicad-4.0.0-i18n.tar.gz 2269856 SHA256 
cfd0814a553c117de5a2caba7e366bb501de5d5e408d22b05efd5c66946cc3f0 SHA512 
51844fa140b93ed65c4699b79e24a846a546c3d395397893838ba067d82ac9a40dc57c5960cfc935396d6e1b3cd1db3899bcfe203d32bd10422f81eaee6bebae
 WHIRLPOOL 
cbbc6e5f8ecb6d6246a320d6cef27bec12171e53ce3baa768c2b2d118e0a4640348bf7b0da96694d0a4c02c6a23e01f9abe68fde66e586a99d1fb58812de061c
-DIST kicad-4.0.0-library.tar.gz 105069103 SHA256 
e1f9770e624256e6760a2fa9dc57f3f52fd42589d50fe0225fe14565cf44ecc7 SHA512 
1cdf7d90a97a0303330896e8c92346766a2192f78361a48c25bf3ee126a9b43bfd8da39c465c62193bead378f7a8540083cb5113f18119f8268858c91fcd00b1
 WHIRLPOOL 
732c925ba4878c9173d64cd3f62c274945901c563e65a7ee04f3660a7a85acfbc92af7717a5fde9ada828c8bf7c84b24aa4200c13b3e46434b81ebd10e3814ac
-DIST kicad-4.0.0.tar.xz 10840448 SHA256 
fdc1368dbbe3f5e7981741e4870883ce3cd89c6081077828411ef044b5e93862 SHA512 
db929a7c90af406e4a550b4f5e2333c44f0b8ac06219a5f476d46d10c6e284e117e652d6a1df864a909945ba0469447a7a82ba8ca72809f165c7cd1ae655c86a
 WHIRLPOOL 
248cc15e1325db833a50cc456bf80254e7074ae46eadb43553f80c54bc154491b9d5fade07e9a27dfaf08ee5af84d29097690a453e9c2bb1b1eaeb644c072054
 DIST kicad-4.0.1-i18n.tar.gz 2273300 SHA256 
646f2f394046543be9fd57b2b5fc01f1869b4879958fc13a29f60b3502b7ca30 SHA512 
56c87f94bb8c3a1f92dee6a5d88fe0a7d6778110cf1fbd019e7481fa89d0d3df447eb90d49f7621dd7006a4e23ce16f752eeba368057d4d970e280c77e22cc25
 WHIRLPOOL 
3a592d6c59da763dd554ebf85f9d627da58fb6ca38c435712742e0e58ab60bb59ec6c6b5757e651c7c1656ea23153237d236d680a3f3276ef1e1d4b29b24f413
 DIST kicad-4.0.1-library.tar.gz 105054096 SHA256 
4d1ec105a422a0130be02f4d712d5c22ab223a7963f2b98e75b6847254269e46 SHA512 
88b9d31230ac85e4b4341b0b2194d6fc622c03d62e80c65d82d999e02324d902ce90881fd5592bde9e8c2695370cb0c35e8e4473f640d1a25eddf453637b6b6f
 WHIRLPOOL 
50cce4a0147982f8693009833831a3876c987ea24be938ed51a39d823935d424fbe7940b6f7565c42a318b4e71c24c31f8b0fcbfd5e63db247856312a775001b
 DIST kicad-4.0.1.tar.xz 10837804 SHA256 
73a9f8713ba93ce34e5f9c26e9667f33a22f4e33192fa6bd15d3fc0edea54bde SHA512 
da9d5ba7f6a323d80621304e368c9783febedf7c545f31a6ca69bddc8573e7c7aa127c774cc29e173eae947debd444b5a04b0483800d6c0d1303e32a714e3d26
 WHIRLPOOL 
0985d7b38df1224787b0509407f34043d71f4eac847486bf4633cacb9c3bc32df9590c0516e3189e4b0f5ba17fde93ead467e200e95ecb763f7054cc1baac107
 DIST kicad-4.0.2-i18n.tar.gz 2290139 SHA256 
05a9a5b1c9a2aa0e0712171c5e71cc3b74c43254a7d5fdd3d3c76e32ff927bea SHA512 
2021706d0e96f6a82b57b8f187b703f37c32ee6efb99323ec191de141c2bfc89b590949cdbf2eea6cc618afc84bbac9fae758fdbb088aed3ab06649279bcab21
 WHIRLPOOL 
0797d587ed4009bc9be6aac0b19f2cd0581e497f074e6cfd33adff6a44b68c215c06c084d8221a57a0f39e228d70e9760bf368770d2bc7bd361be1688a65ab9b
 DIST kicad-4.0.2-library.tar.gz 105106185 SHA256 
0499da0fa617248a4196e50ff65c0bf78cb456bf1ca4bd6c72d956044b310bef SHA512 
14f7136ded81f54fcccbb4555f77b0079d637a08b15b2fd60b729226dbc5adfb5fe7489060ba1d3b949ca1d94d95623df28cceac93ee600165598d9fd78711e7
 WHIRLPOOL 
c5080ad602684ccdb60493745714398027af2ba09b4a2187740b89fcac923941adda80c744a12338d8c6eda07763fdae12428a8c9d06379a637e3e0ee881bef1
 DIST kicad-4.0.2.tar.xz 10841200 SHA256 
2eae6986843a29862ab399a30b50454582d22f58ed3f53eb50d0c85e5d488eb9 SHA512 
b0817cca7b8d0216507d78c602d332deaf2a68528b129309067b01e254c6600af5513dea7f44570beb4a339bc044ef7966890a91aeda6fd5a95515657cd1628a
 WHIRLPOOL 
7ae9b072addeea8cc3d6daa69b8f19d077604f0ec5d1e5dfed53efe6b0a32f6b12c1156c2f52092a859d9f716cab83d16b17b0e3abbc0c72a2bafacb3be27719
-DIST kicad-footprints-4.0.0.tar.gz 1056498 SHA256 
684c1197dab01c2aa31de94fbe8530470a81d7729db73c39183792c45b0b54f0 SHA512 
f19d1a662e39df46d3c11089f9a4baff83e56a0931259cd9ee9fcec1f3108f4c778e89f77168a544910b723ce1b6a99842dc34b323eed509973c8655620b0447
 WHIRLPOOL 
10a66194d03cfd52b5897fbd2e24fd1166b321e933b849729ea8fa3ee44aad0774057479dd8461bd50a779bb0df755dc5ac0141d43369e0ec76

[gentoo-commits] sites/www:master commit in: _posts/

2016-05-27 Thread Alex Legler
commit: 6a252251094882123e69c65dfa521b809ca581a7
Author: Alex Legler  a3li  li>
AuthorDate: Fri May 27 14:21:28 2016 +
Commit: Alex Legler  gentoo  org>
CommitDate: Fri May 27 14:21:28 2016 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=6a252251

news: livedvd updated

 _posts/2016-05-27-livedvd.md | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/_posts/2016-05-27-livedvd.md b/_posts/2016-05-27-livedvd.md
new file mode 100644
index 000..351d0d1
--- /dev/null
+++ b/_posts/2016-05-27-livedvd.md
@@ -0,0 +1,6 @@
+---
+title: 'New Gentoo LiveDVD "Choice Edition"'
+---
+
+We're happy to announce the availability of an updated [Gentoo 
LiveDVD](https://wiki.gentoo.org/wiki/Project:RelEng/LiveDVD/20160514).
+As usual, you can find it on our [downloads page](/downloads/).



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

2016-05-27 Thread Patrice Clement
commit: 053bde6a3fc336ba275a601f594aad9538e6d11e
Author: Alexey Korepanov  yandex  ru>
AuthorDate: Mon May 23 15:36:09 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri May 27 13:56:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=053bde6a

net-p2p/syncthing-relaysrv: Initial commit.

Closes: https://github.com/gentoo/gentoo/pull/1525
Signed-off-by: Patrice Clement  gentoo.org>

 net-p2p/syncthing-relaysrv/Manifest|  1 +
 .../files/syncthing-relaysrv.confd |  3 ++
 .../files/syncthing-relaysrv.initd | 24 +++
 .../files/syncthing-relaysrv.service   | 18 
 net-p2p/syncthing-relaysrv/metadata.xml| 20 +
 .../syncthing-relaysrv-0.12.18.ebuild  | 48 ++
 6 files changed, 114 insertions(+)

diff --git a/net-p2p/syncthing-relaysrv/Manifest 
b/net-p2p/syncthing-relaysrv/Manifest
new file mode 100644
index 000..058228a
--- /dev/null
+++ b/net-p2p/syncthing-relaysrv/Manifest
@@ -0,0 +1 @@
+DIST syncthing-relaysrv-0.12.18.tar.gz 174413 SHA256 
ce21cd29bd091c3dbdc138dc94ede63b6d815b664b615a87a4f1b01ee5f2ce35 SHA512 
58f0494bc61e2d62e54535483b8ff7053d433b17a94c85a006a72a9d82d4cd454f97daa9c2648cf63ff4dd55f2fc6c3a85eb5295309cacec3ea2b8fa58d166ff
 WHIRLPOOL 
3f8ffaf1f328244e3a09d817091e06a7f241351845fb8ac62e299681d8d53e43f4370d923cc9cee98064f4e58c195b858295b627e0686c7f9d7171a6610bd87e

diff --git a/net-p2p/syncthing-relaysrv/files/syncthing-relaysrv.confd 
b/net-p2p/syncthing-relaysrv/files/syncthing-relaysrv.confd
new file mode 100755
index 000..a09a708
--- /dev/null
+++ b/net-p2p/syncthing-relaysrv/files/syncthing-relaysrv.confd
@@ -0,0 +1,3 @@
+# Options to pass to syncthing-relaysrv
+# see syncthing-relaysrv --help for more information
+SR_OPTS=

diff --git a/net-p2p/syncthing-relaysrv/files/syncthing-relaysrv.initd 
b/net-p2p/syncthing-relaysrv/files/syncthing-relaysrv.initd
new file mode 100755
index 000..5ee25af
--- /dev/null
+++ b/net-p2p/syncthing-relaysrv/files/syncthing-relaysrv.initd
@@ -0,0 +1,24 @@
+#!/sbin/openrc-run
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+SR_USER=syncthing-relaysrv
+SR_GROUP=syncthing-relaysrv
+SR_HOMEDIR=/var/lib/syncthing-relaysrv
+
+description="Relay service for syncthing"
+command="/usr/bin/syncthing-relaysrv"
+command_args="${SR_OPTS}"
+pidfile="/run/syncthing-relaysrv.pid"
+start_stop_daemon_args="--background
+  --user ${SR_USER}
+  --group ${SR_GROUP}
+  --chdir \"${SR_HOMEDIR}\"
+  --make-pidfile "
+
+depend() {
+  need net
+}
+
+start_pre() {
+  checkpath -q -d -o ${SR_USER}:${SR_GROUP} ${SR_HOMEDIR}
+}

diff --git a/net-p2p/syncthing-relaysrv/files/syncthing-relaysrv.service 
b/net-p2p/syncthing-relaysrv/files/syncthing-relaysrv.service
new file mode 100644
index 000..5dc3eee
--- /dev/null
+++ b/net-p2p/syncthing-relaysrv/files/syncthing-relaysrv.service
@@ -0,0 +1,18 @@
+[Unit]
+Description=Syncthing relay server
+After=network.target
+
+[Service]
+User=syncthing-relaysrv
+Group=syncthing-relaysrv
+ExecStart=/usr/bin/syncthing-relaysrv
+WorkingDirectory=/var/lib/syncthing-relaysrv
+RootDirectory=/var/lib/syncthing-relaysrv
+
+PrivateTmp=true
+ProtectSystem=full
+ProtectHome=true
+NoNewPrivileges=true
+
+[Install]
+WantedBy=multi-user.target

diff --git a/net-p2p/syncthing-relaysrv/metadata.xml 
b/net-p2p/syncthing-relaysrv/metadata.xml
new file mode 100644
index 000..e6e03d7
--- /dev/null
+++ b/net-p2p/syncthing-relaysrv/metadata.xml
@@ -0,0 +1,20 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+kaikai...@yandex.ru
+Alexey Korepanov
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+  
+Relay server for Syncthing helps people behind nats and 
+firewalls synchronize their data.
+  
+  
+syncthing/relaysrv
+https://github.com/syncthing/relaysrv/issues
+  
+

diff --git a/net-p2p/syncthing-relaysrv/syncthing-relaysrv-0.12.18.ebuild 
b/net-p2p/syncthing-relaysrv/syncthing-relaysrv-0.12.18.ebuild
new file mode 100644
index 000..a0cae01
--- /dev/null
+++ b/net-p2p/syncthing-relaysrv/syncthing-relaysrv-0.12.18.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+EGO_PN="github.com/syncthing/relaysrv"
+EGIT_COMMIT=v${PV}
+
+inherit golang-vcs-snapshot systemd user versionator
+
+DESCRIPTION="Syncthing relay server"
+HOMEPAGE="https://syncthing.net";
+SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~arm"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+DOCS="README.md"
+
+USER=syncthing-relaysrv
+BINARY=syncthing-relaysrv
+
+pkg_setup() {
+   enewgroup ${USER}
+   enewuser ${USER} -1 -1 /var/lib/${USER} ${USER}
+}
+
+src_compile() {
+   cd "src/${EGO_PN}" || die "build failed"
+   export GOPATH=

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

2016-05-27 Thread Johannes Huber
commit: 0afe78f9b3b51814b2a93e06234400f65c3330a8
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 27 14:48:08 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri May 27 14:48:08 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0afe78f9

kde-apps/kstars: DEPEND on dev-qt/qtsql

Gentoo-bug: 584338

Package-Manager: portage-2.3.0_rc1

 kde-apps/kstars/kstars-16.04.49..ebuild | 1 +
 kde-apps/kstars/kstars-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-apps/kstars/kstars-16.04.49..ebuild 
b/kde-apps/kstars/kstars-16.04.49..ebuild
index b5e533c..cadebf7 100644
--- a/kde-apps/kstars/kstars-16.04.49..ebuild
+++ b/kde-apps/kstars/kstars-16.04.49..ebuild
@@ -30,6 +30,7 @@ COMMON_DEPEND="
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtsql)
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)

diff --git a/kde-apps/kstars/kstars-.ebuild 
b/kde-apps/kstars/kstars-.ebuild
index b5e533c..cadebf7 100644
--- a/kde-apps/kstars/kstars-.ebuild
+++ b/kde-apps/kstars/kstars-.ebuild
@@ -30,6 +30,7 @@ COMMON_DEPEND="
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtsql)
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)



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

2016-05-27 Thread Johannes Huber
commit: 039f839729f666e16315c78524a27f0950513570
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri May 27 14:45:35 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri May 27 14:48:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=039f8397

kde-apps/kstars: DEPEND on dev-qt/qtsql

Gentoo-bug: 584338

Package-Manager: portage-2.3.0_rc1

 kde-apps/kstars/kstars-15.12.3.ebuild | 1 +
 kde-apps/kstars/kstars-16.04.1.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-apps/kstars/kstars-15.12.3.ebuild 
b/kde-apps/kstars/kstars-15.12.3.ebuild
index 3619cbc..8ce8ec2 100644
--- a/kde-apps/kstars/kstars-15.12.3.ebuild
+++ b/kde-apps/kstars/kstars-15.12.3.ebuild
@@ -32,6 +32,7 @@ COMMON_DEPEND="
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtsql)
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)

diff --git a/kde-apps/kstars/kstars-16.04.1.ebuild 
b/kde-apps/kstars/kstars-16.04.1.ebuild
index a54fdd2..0ecc3d5 100644
--- a/kde-apps/kstars/kstars-16.04.1.ebuild
+++ b/kde-apps/kstars/kstars-16.04.1.ebuild
@@ -30,6 +30,7 @@ COMMON_DEPEND="
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtsql)
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)



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

2016-05-27 Thread Tobias Klausmann
commit: e6ff9ca47adaf49fe753922f4b3743ec1cb3dc3c
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri May 27 15:12:20 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri May 27 15:12:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6ff9ca4

dev-python/pytest-2.8.7-r0: add alpha keyword

Gentoo-Bug: 577826

Package-Manager: portage-2.3.0_rc1

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

diff --git a/dev-python/pytest/pytest-2.8.7.ebuild 
b/dev-python/pytest/pytest-2.8.7.ebuild
index ba8cad1..c022d54 100644
--- a/dev-python/pytest/pytest-2.8.7.ebuild
+++ b/dev-python/pytest/pytest-2.8.7.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc test"
 
 # When bumping, please check setup.py for the proper py version



[gentoo-commits] proj/android:master commit in: sys-libs/glibc/, sys-libs/glibc/files/eblits/

2016-05-27 Thread Benda XU
commit: b6d968d365173ceb1e735377fc0edae2a746b067
Author: Benda Xu  gentoo  org>
AuthorDate: Fri May 27 15:22:13 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri May 27 15:22:13 2016 +
URL:https://gitweb.gentoo.org/proj/android.git/commit/?id=b6d968d3

sys-libs/glibc: inherit prefix.

 sys-libs/glibc/Manifest  | 6 --
 sys-libs/glibc/files/eblits/common.eblit | 2 +-
 sys-libs/glibc/glibc-2.19-r1.ebuild  | 2 +-
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index 0c86716..4b32300 100644
--- a/sys-libs/glibc/Manifest
+++ b/sys-libs/glibc/Manifest
@@ -29,7 +29,7 @@ AUX 2.5/glibc-2.5-hardened-pie.patch 1569 SHA256 
ff9cde8857c5da89faa4039e2a81748
 AUX 2.6/glibc-2.6-gentoo-stack_chk_fail.c 9545 SHA256 
1410ded812be80d452eada5f9d6b9bd7bdb504c14f01cc27dce3e36b6f92b92a SHA512 
360b77df2d19d14060e19e763878297bf042eccd5206ce4829a33c78c982b59b46144116d237a7cac73a22dd6cb4987c8dd50f1d16003baa22c2cb2942d2cbdf
 WHIRLPOOL 
44e14dacdd258c46201a44c2c6aae4d975b960a914c24e49f2b39dae960636512049daa052d3cd8e8d93819d263327c28eac947efdb5d9e240d1bc6e9964016f
 AUX 2.6/glibc-2.6-hardened-inittls-nosysenter.patch 8674 SHA256 
cf58ded8fbe9fcb3dc094521feec2588c1520ff2c632b20c69d6a210325c4fcf SHA512 
094b24474e42a9714f5298b0768d44f2c0e01b7d8c3b0a754bb16caa6c024106e8c0b1acbce670bacec1ead6653f8365397173d62cb8168b946c8f521ca155d2
 WHIRLPOOL 
9fa16256f9d3bd2f38023549c0bd4c932d3173b6c3f4ef66e19cdb3eff5cb2def6ec02fa72a7e57ba74da6d5f29b82ddb9692d59f6c694d45b5989fa0bfa6057
 AUX 2.7/glibc-2.7-hardened-inittls-nosysenter.patch 8755 SHA256 
b0b1bf0746f7160b89cf281502b95c38dec9cb948d6a50a907b84fd6230a2dc3 SHA512 
50563c26e1fd2e71cb034c8a1b85e0e4075ac6467bae46d4cba0c105c940c5aa6531c39cf00c63ebf94be4e290ee485d7bd8239ff08dbc781db605b45c4aa38f
 WHIRLPOOL 
2047148b53073bae4031ad864fc360112e2812115ec455142c82d4694a57387b49b36c98f400dd6f77f5dab3d419303faabe8183a16f0fd68387996c95888a43
-AUX eblits/common.eblit 10946 SHA256 
53e1e134c5593371f53cc53a6771e1485a618b187339abf0676d6f8ba6e95bf0 SHA512 
28beb9098829fcab119fa8f75e130c49f44e18239142fffdb0f80f8ab28c02e0c1d4b8576a727bb164914ba11b8a61436bf293ddbca7162c33d9b9f7c1415cee
 WHIRLPOOL 
e067890647137667acaa00082a6fdb74a0480b746610f5b627f322452759c62415c51a02b491c4b8b6d35a87264f470932d663b27bc537fc1c61bce08cda68fd
+AUX eblits/common.eblit 10934 SHA256 
5e12fe093156b639b308212562a92cd68a7778272efdec9c2dbcf3c6f94406fc SHA512 
d8bf175a3f88dd93bf338af9ca2edda88ba0e3b0be43f5110865da58911092c7920ffa210d82b579e402bfe29545c3376a6257ede04dc5ef27dee2318a7d452f
 WHIRLPOOL 
e7e97534c857f56c5a7821372d1209f757b89981ba6e2386aedb42acb60afd72e0f27181a5246eaf94716808551f14933c11d57b54c3308a3bbdb20c7316e346
 AUX eblits/pkg_postinst.eblit 971 SHA256 
abcb925bb0730d1eae22bbcee7a4ba6523280390f410f38bfdf9eb44e028 SHA512 
65e577c77a9a488c5e93ccd4afa325ab7e3904df594c13fda17136c8aa2748fa4e6d0102f4799b4ac9b8c3bea9920faadc4db356ece9929ee708bbfa9151dfc2
 WHIRLPOOL 
fb3cdfb702b0ce616064f94321b9225a53b300f76d95495098b6c97eb3ab1650ea2d323eae169bb8d1fd8795134aacb5c54ba6927fe743b01f124aec416b15a0
 AUX eblits/pkg_preinst.eblit 2076 SHA256 
1d2f3107f463baf916378ea1b6079ef4d03983e1dc01fb7ce551f94c457992b8 SHA512 
78fde8ac1338029c7e66ac592044ad797fa7771dfdb8ed21ab681bb3ce5d9778a960b8606cdb7d35f6ace0188d0053dfab29a9e31b1d0051a2f2170c9449d368
 WHIRLPOOL 
474b8e6883dccd735808bd4f8c0cf42b619c01c2c55a80c2eeff4bdf4716cd706c834bed2a919350fc339f0b8b61c8ba94c342df5736332f32b40ba3155075b6
 AUX eblits/pkg_pretend.eblit 4990 SHA256 
219947e495090b640ec6229b028299edc3f06ee81a130211cf91803923ccf477 SHA512 
cb27a05b798ec892576239d6146403f2430c9568faad410f42933610c83c60317bcd79198be4ff9b6c08f9e13b3e0ea897a9ddb8613ccc75975fa227e3c9e26d
 WHIRLPOOL 
613f1920a3d8f51fc6274f73d72cc2be1f3df8b5f2d5af173d050142cbea8b52da4eabe50ba28192af2f2a62c259d512d466b33b303a16648cc82e6422904ba7
@@ -40,6 +40,7 @@ AUX eblits/src_install.eblit 7816 SHA256 
ea2f7361da00b90940b23db1a313943367649f5
 AUX eblits/src_prepare.eblit 2231 SHA256 
02e28094bb57137d0f12031dc3ed75d022df711847904f428ffea2e0bc42b778 SHA512 
967e831a0390c2fb328cb69a75489f3ecddf2a3aecd3d8b95e8ef36fdced3b0b15a320245cd1274e5bf78bc49a17a862fe4af26f610c3f864418c707e7d6150a
 WHIRLPOOL 
4855e3979903daa6b4586d5bed08a1f7806c03b9873f4b51a0b6b73254bb40eb08cb0e6329992f663f98907e8d82f485ee7f49ee4f82fd52dbfe880f8dd1fe70
 AUX eblits/src_test.eblit 698 SHA256 
96b044ef9a27c2591b2a440b45bd89989022d0b41c546ce4dcea58a631315bf4 SHA512 
0a46dddf53ccbfaab3f85ba7d2e8f202b4d5be98052601686592eca0ec115de29d8cb1f324ba12dcb77f3a8d4bbb39032532042b8adf809a772ebcc845b1a152
 WHIRLPOOL 
42af8b97859789b52a5a0c100ba109d8c3dd47532ef3f0b764c95b7a61be9d293d99de25e601dacd840c0a4cc921740b5acc2a3567b5aa3ae8ac6f88430ccf04
 AUX eblits/src_unpack.eblit 3096 SHA256 
f0934fe81278797a0625fde2518f5bdf8531c75443ed3dc6ba7d18aa751cb235 SHA512 
6fb32f854920ac4c0df5d60d334f4b9376b05d9b2df7d1bfac979acc3d7c282846fcce36c9816558ee75db030c3551b95f2ff26e

[gentoo-commits] proj/android:master commit in: sys-libs/glibc/

2016-05-27 Thread Benda XU
commit: 880e02f70c07b8875eb7a5d01e5c132418f648fb
Author: Benda Xu  gentoo  org>
AuthorDate: Fri May 27 16:02:27 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri May 27 16:02:27 2016 +
URL:https://gitweb.gentoo.org/proj/android.git/commit/?id=880e02f7

sys-libs/glibc: re-digest.

 sys-libs/glibc/Manifest | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index 4b32300..41635ca 100644
--- a/sys-libs/glibc/Manifest
+++ b/sys-libs/glibc/Manifest
@@ -40,7 +40,6 @@ AUX eblits/src_install.eblit 7816 SHA256 
ea2f7361da00b90940b23db1a313943367649f5
 AUX eblits/src_prepare.eblit 2231 SHA256 
02e28094bb57137d0f12031dc3ed75d022df711847904f428ffea2e0bc42b778 SHA512 
967e831a0390c2fb328cb69a75489f3ecddf2a3aecd3d8b95e8ef36fdced3b0b15a320245cd1274e5bf78bc49a17a862fe4af26f610c3f864418c707e7d6150a
 WHIRLPOOL 
4855e3979903daa6b4586d5bed08a1f7806c03b9873f4b51a0b6b73254bb40eb08cb0e6329992f663f98907e8d82f485ee7f49ee4f82fd52dbfe880f8dd1fe70
 AUX eblits/src_test.eblit 698 SHA256 
96b044ef9a27c2591b2a440b45bd89989022d0b41c546ce4dcea58a631315bf4 SHA512 
0a46dddf53ccbfaab3f85ba7d2e8f202b4d5be98052601686592eca0ec115de29d8cb1f324ba12dcb77f3a8d4bbb39032532042b8adf809a772ebcc845b1a152
 WHIRLPOOL 
42af8b97859789b52a5a0c100ba109d8c3dd47532ef3f0b764c95b7a61be9d293d99de25e601dacd840c0a4cc921740b5acc2a3567b5aa3ae8ac6f88430ccf04
 AUX eblits/src_unpack.eblit 3096 SHA256 
f0934fe81278797a0625fde2518f5bdf8531c75443ed3dc6ba7d18aa751cb235 SHA512 
6fb32f854920ac4c0df5d60d334f4b9376b05d9b2df7d1bfac979acc3d7c282846fcce36c9816558ee75db030c3551b95f2ff26e53ea166adf97a2ae5db55abf
 WHIRLPOOL 
cee004cf4967f0b073f56ef5bbc67e56981f109400622f70cfba51ce120115f4c25ee7696a5b9baf7b22080d01d038ea936d5c342d65b7331b3801510a509123
-AUX g.patch 5318 SHA256 
50514528d70cf1314374ceb0d13a66c222138d374b5d6e28cbe06b098bdb6f96 SHA512 
f7f5ea9bc1cb59dbb4958884f3a9fa6985719d03a52b8b8c07f82b2578e5653ef67fb04c8f6cfb095775a410cc20bb83d3d63bee9434d706cd985ea217a8bdbc
 WHIRLPOOL 
71eb7a17cc40aa22ed2a6d5c6226fbc0768a9d3eff09c0526272d9f34394e6e10734e6a549c61b1b06224ae68bb6d26934ea12e2742c0355a57e5860a6824014
 AUX nscd 1621 SHA256 
6165db3a2fcb251d4f3655c0461e018ce9c92a37f7f22a8fd2b75178b5435bc8 SHA512 
3e1255ab014b380611212c3d2189a7c1c69dcd6639d5ce55e96bec721683a22b141982f6a6c6d44b14481c33fbbaa470863bef04e9b9eab7ccad1ddd5d95
 WHIRLPOOL 
b7152f8d888fca13a16ea403c44eadbf1da2249dae3add11f73999259061824460a5479aa7e58c012bd737b62ecc81814109832cee33638279d90d4c08bfdbdc
 AUX nscd.service 337 SHA256 
de7bc9946309d34f0ab44aa22a4d3cf259fe91c57e8000d741cb09ecd3a6caa0 SHA512 
2001100f3b054843c69b6fd2d38852c7c824282aa8998c25a3c0352db993705429d25c70d8ce6cb3579f836b7089644c520acac423ebd69cb1b36e94a77c5bea
 WHIRLPOOL 
f01d191971b0dc45f541c9ebaaa1a40f3497e2cc838cff6a20a7b1828d726c248abbd94322a5a5ff30c33ddb7d9086cd4d2ba3bdc1811fed59ff292ef3983a72
 AUX nscd.tmpfilesd 111 SHA256 
f0f64c4612d2097173854d2ec2e94ecbf4b77c7a6e94d950874e37346aa90d72 SHA512 
53b80b331e1a85d8ee16eb2ce547a7249e944926c3d1cdd4a47a5301a5c842ffc7ec1e3dc0a731542a8facf8261c1c57121802d01741aa89898a3476c09da340
 WHIRLPOOL 
cf1fed1a7e2ac1623a84f1cfa2062645afe3f791da2f4ace3859d12aa05df0e282b4c2e367a460015956ac2a8d01fee4cda84917a3adf2c38561dff200335270
@@ -69,5 +68,4 @@ EBUILD glibc-2.20-r1.ebuild 6612 SHA256 
3e81059b8be24f6979db7e8b3ea8d4fb2f6d7fd9
 EBUILD glibc-2.20.ebuild 6558 SHA256 
c0e61f3d6ac10da06640406c9f3f3bc5dd6bd99f97c1180d303a022b312f564a SHA512 
d2d97b908a7d828118a3b4e441140048c6e2ffbdbd9c971e948fc9b419db4f8537719cf8e7b879dea79c08eaf38e7282273fc643b234c9a308b6edcd2ef8bff7
 WHIRLPOOL 
c0339fd5329128593fe96b6488a423431d5b2cecc36c7ab989647c235d9cda7aabbb7c0ee86fc6de8ff7f044a03b11e36aa8f999b0d0f0157efe2e98d57c82be
 EBUILD glibc-2.23-r2.ebuild 6766 SHA256 
e79941f0cd770487f928d13d0eb49d4db74b8848eb79266d2c88df7d43484f52 SHA512 
20ea0592fca50aaa9196e65e91faee3ac70ec46e0d7072b533a2e0ec96fa7b5f5a6f243284a669738c2ac169dadb57c5d78542c0238006d7b1c1cb938aad5966
 WHIRLPOOL 
d9ee5832131aed3143e4ddbb1c4ac898367996a77bd1a12d3b23b3e61b5a2b2ff195d6403e817ebfb85d9f829eac1469e69f8d87a77039b5da17d16d2ac2d20b
 EBUILD glibc-.ebuild 6619 SHA256 
523f30d0bd4fb9aef983b7e62e57239d089251d0f3907b6dfb70a00cbc0c2e6c SHA512 
2d875c8434720b700bfc99836870e625b7c3010178a4a501e435832e826e7008764878d1e4f88d9f568d21f97de56589bff7984b37d3e9840f19492585cfe16f
 WHIRLPOOL 
7da4b26e63d4f79592891ebd1cf1fb915d40049e8feeb61d9c55f7af601bfe2b7f1a03b1aed51f95be0451c90e93992920949c92ccd2401a0c129b600f5afdb9
-MISC g.patch 0 SHA256 
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 SHA512 
cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e
 WHIRLPOOL 
19fa61d75522a4669b44e39c1d2e1726c530232130d407f89afee0964997f7a73e83be698b288febcf88e3e03c4f0757ea8964e59b63d93708b138cc42a66eb3
 MISC metadata.xml 521 SHA256 
e89c6157189c7a76823ea61ad88e85d6c5e497855abfa03d4e044b09bd0d0955 SHA512 
46d36653c752

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

2016-05-27 Thread Davide Pesavento
commit: 90ad9d174ec396f251a99defdf79db1092ad72b1
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri May 27 17:21:09 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri May 27 17:21:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90ad9d17

media-sound/qastools: version bump; EAPI 6; Qt5 only.

Package-Manager: portage-2.3.0_rc1

 media-sound/qastools/Manifest   |  1 +
 media-sound/qastools/qastools-0.21.0.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/media-sound/qastools/Manifest b/media-sound/qastools/Manifest
index bdf982e..217a606 100644
--- a/media-sound/qastools/Manifest
+++ b/media-sound/qastools/Manifest
@@ -1 +1,2 @@
 DIST qastools_0.18.1.tar.xz 207752 SHA256 
ef94bd3ab8660ff169f2b9a0425b3a415a62e2c5c34427b9ec7af2299dde2dc6 SHA512 
011d45bae593514647b6f7af3135467f1a3a203fa85a76d72eb26f766701318131500dd44e00765fcd80addd096fa71e49d1e9a0d00e7bf618ec1037207d584c
 WHIRLPOOL 
294364384a5b9f39b829897aa7932605d61717582538c7893453313911717961943cb0bc340766f9fa6f83e16117bd1378d8bceffd39484b5cd76d6b746872b7
+DIST qastools_0.21.0.tar.xz 206548 SHA256 
2380e0ed16d24771404a7e4783b5b14f7be344915a40b5cf16e417ea58699b26 SHA512 
17c837ef508a5bf1853f597abd38c3c950914c8cefe98f83a47a911462e1da11f410e3fe3f8426e3f17a3aac8980ee6459f50de2480120813202b342a1e3509b
 WHIRLPOOL 
90c340e296cdf8c5648635a9d043f81f26f4eb4c8263cdf84b351a54b0fabeebb12491d7f634a55468e118ef58586d6580aee939c9e128f15ffeed9b5dfa

diff --git a/media-sound/qastools/qastools-0.21.0.ebuild 
b/media-sound/qastools/qastools-0.21.0.ebuild
new file mode 100644
index 000..132c764
--- /dev/null
+++ b/media-sound/qastools/qastools-0.21.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit cmake-utils
+
+MY_P=${PN}_${PV}
+
+DESCRIPTION="Qt5 GUI ALSA tools: mixer, configuration browser"
+HOMEPAGE="http://xwmw.org/qastools/";
+SRC_URI="mirror://sourceforge/${PN}/${PV}/${MY_P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   media-libs/alsa-lib
+   virtual/libudev:=
+"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
+"
+
+S=${WORKDIR}/${MY_P}
+
+src_configure() {
+   local mycmakeargs=( -DSKIP_LICENSE_INSTALL=TRUE )
+   cmake-utils_src_configure
+}



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

2016-05-27 Thread Davide Pesavento
commit: 28f8cabe464ae272f54ba547adc9fdd33a51b597
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri May 27 17:39:32 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri May 27 17:39:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28f8cabe

net-p2p/qbittorrent: drop -r0, not a stable candidate

Package-Manager: portage-2.3.0_rc1

 net-p2p/qbittorrent/qbittorrent-3.3.4.ebuild | 85 
 1 file changed, 85 deletions(-)

diff --git a/net-p2p/qbittorrent/qbittorrent-3.3.4.ebuild 
b/net-p2p/qbittorrent/qbittorrent-3.3.4.ebuild
deleted file mode 100644
index 786574f..000
--- a/net-p2p/qbittorrent/qbittorrent-3.3.4.ebuild
+++ /dev/null
@@ -1,85 +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 python3_{3,4,5} )
-
-inherit eutils python-r1 qt4-r2 flag-o-matic
-
-DESCRIPTION="BitTorrent client in C++ and Qt"
-HOMEPAGE="http://www.qbittorrent.org/";
-
-MY_P=${P/_}
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/${PN}/qBittorrent.git";
-else
-   SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+dbus debug qt4 +qt5 webui +X"
-REQUIRED_USE="
-   ^^ ( qt4 qt5 )
-   dbus? ( X )
-"
-
-CDEPEND="
-   dev-libs/boost:=
-   >=dev-qt/qtsingleapplication-2.6.1_p20130904-r1[qt4?,qt5?,X?]
-   >=net-libs/rb_libtorrent-1.0.6
-   sys-libs/zlib
-   qt4? (
-   dev-qt/qtcore:4
-   dbus? ( dev-qt/qtdbus:4 )
-   X? ( dev-qt/qtgui:4 )
-   )
-   qt5? (
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtxml:5
-   dbus? ( dev-qt/qtdbus:5 )
-   X? ( dev-qt/qtgui:5
-   dev-qt/qtwidgets:5 )
-   )
-"
-DEPEND="${CDEPEND}
-   qt5? ( dev-qt/linguist-tools:5 )
-   virtual/pkgconfig
-"
-RDEPEND="${CDEPEND}
-   ${PYTHON_DEPS}"
-
-S=${WORKDIR}/${MY_P}
-DOCS=(AUTHORS Changelog README.md TODO)
-
-src_prepare() {
-   epatch_user
-   qt4-r2_src_prepare
-}
-
-src_configure() {
-   # See bug 569062
-   append-cppflags "-DBOOST_NO_CXX11_REF_QUALIFIERS"
-
-   # Custom configure script, econf fails
-   local myconf=(
-   ./configure
-   --prefix="${EPREFIX}/usr"
-   --with-qtsingleapplication=system
-   $(use dbus  || echo --disable-qt-dbus)
-   $(use debug && echo --enable-debug)
-   $(use qt4   && echo --with-qt4)
-   $(use webui || echo --disable-webui)
-   $(use X || echo --disable-gui)
-   )
-
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die "configure failed"
-   use qt4 && eqmake4
-   use qt5 && eqmake5
-}



[gentoo-commits] proj/grs:desktop-amd64-musl-hardened commit in: core/etc/grs/

2016-05-27 Thread Anthony G. Basile
commit: c96e7a33c2db6fd65b1a0e9c0b9eaf1789da8728
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri May 27 17:47:27 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri May 27 17:47:27 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=c96e7a33

world.conf: drop USE=graphite for sys-devel/gcc

isl after 0.14 is broken on musl and leads to symbol poisoning. See

https://gcc.gnu.org/ml/gcc/2016-04/msg00192.html

 core/etc/grs/world.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf
index 0682b30..f638b3b 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -7380,7 +7380,7 @@ package.use : sys-devel/bison:0 -examples -nls -static 
-test
 package.use : sys-devel/flex:0 -nls -static -test
 
 [sys-devel/gcc:4.9.3]
-package.use : sys-devel/gcc:4.9.3 -altivec -awt -cilk -debug -doc -fixed-point 
-go -libssp -multilib -multislot -nls -nopie -nossp -regression-test -sanitize 
-vanilla -vtv cxx fortran gcj graphite hardened nptl objc objc++ objc-gc openmp
+package.use : sys-devel/gcc:4.9.3 -altivec -awt -cilk -debug -doc -fixed-point 
-go -graphite -libssp -multilib -multislot -nls -nopie -nossp -regression-test 
-sanitize -vanilla -vtv cxx fortran gcj hardened nptl objc objc++ objc-gc openmp
 
 [sys-devel/gdb:0]
 package.use : sys-devel/gdb:0 -expat -multitarget -nls -test -vanilla client 
lzma python server zlib



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

2016-05-27 Thread Mike Frysinger
commit: 69ec77a82a0c9107721bf50cde17bd6673ad5511
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri May 27 18:13:32 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri May 27 18:13:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ec77a8

dev-libs/libgcrypt: mark 1.5.5 & 1.6.3-r4 arm64/m68k/s390/sh stable

 dev-libs/libgcrypt/libgcrypt-1.5.5.ebuild| 2 +-
 dev-libs/libgcrypt/libgcrypt-1.6.3-r4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libgcrypt/libgcrypt-1.5.5.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.5.5.ebuild
index b51ee4d..3b530d8 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.5.5.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.5.5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1 MIT"
 SLOT="0/11" # subslot = soname major version
-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 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~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 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND=">=dev-libs/libgpg-error-1.12[${MULTILIB_USEDEP}]

diff --git a/dev-libs/libgcrypt/libgcrypt-1.6.3-r4.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.6.3-r4.ebuild
index 21d33e7..5135608 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.6.3-r4.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.6.3-r4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1 MIT"
 SLOT="0/20" # subslot = soname major version
-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 
~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 ~sparc-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="doc static-libs +threads"
 
 RDEPEND=">=dev-libs/libgpg-error-1.12[${MULTILIB_USEDEP}]



  1   2   >