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

2016-09-15 Thread Göktürk Yüksek
commit: 25d9a6c2b75be39cc49d3c588f9851bff8baf47d
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Fri Sep 16 05:31:58 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Fri Sep 16 05:36:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25d9a6c2

app-admin/needrestart: remove 2.9-r0

Package-Manager: portage-2.2.28

 app-admin/needrestart/needrestart-2.9.ebuild | 40 
 1 file changed, 40 deletions(-)

diff --git a/app-admin/needrestart/needrestart-2.9.ebuild 
b/app-admin/needrestart/needrestart-2.9.ebuild
deleted file mode 100644
index 8960c67..
--- a/app-admin/needrestart/needrestart-2.9.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="git://github.com/liske/${PN}.git"
-   inherit git-r3
-   SRC_URI=""
-   KEYWORDS=""
-else
-   SRC_URI="https://github.com/liske/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Restart daemons after library updates"
-HOMEPAGE="https://fiasko-nw.net/~thomas/tag/needrestart.html 
https://github.com/liske/needrestart;
-
-SLOT="0"
-LICENSE="GPL-2+"
-
-RDEPEND="
-   >=sys-apps/sed-4.2.2
-   dev-perl/libintl-perl
-   dev-perl/Module-Find
-   dev-perl/Module-ScanDeps
-   dev-perl/Proc-ProcessTable
-   dev-perl/Sort-Naturally
-   dev-perl/TermReadKey
-"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-"
-
-src_install() {
-   default
-   doman man/*.1
-   dodoc -r ex
-}



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

2016-09-15 Thread Göktürk Yüksek
commit: 364e49cfcd4a527086bc58b0ff2cd086756107ef
Author: Louis Sautier  gmail  com>
AuthorDate: Sun Sep 11 14:01:23 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Fri Sep 16 05:37:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=364e49cf

dev-python/jaraco-collections: bump to 1.5

Package-Manager: portage-2.3.0

 dev-python/jaraco-collections/Manifest |  1 +
 .../jaraco-collections-1.5.ebuild  | 59 ++
 dev-python/jaraco-collections/metadata.xml |  1 +
 3 files changed, 61 insertions(+)

diff --git a/dev-python/jaraco-collections/Manifest 
b/dev-python/jaraco-collections/Manifest
index b4ec414..887ae0a 100644
--- a/dev-python/jaraco-collections/Manifest
+++ b/dev-python/jaraco-collections/Manifest
@@ -1,2 +1,3 @@
 DIST jaraco.collections-1.4.1.tar.gz 10456 SHA256 
43d0221be38fa0d8da339a149829800c8c3f843f379c09f3f8f1d99125110936 SHA512 
1f9eca787efb427a73b5f03e144a2a95e5740580e21e9857a376d76dd35f39066c3a06056eaf78f72de2f97e4fc70805467fcc516f989ba4785e3f3d9354a538
 WHIRLPOOL 
c37a851f1ab041554c1d9a54565e5671350bc750d31d1569a4415c5c215557739145b3a4992546d715a013695ef86cb788c47b4eb72940a29fdc17a9300399bb
 DIST jaraco.collections-1.4.tar.gz 9615 SHA256 
82af38e4f8ef59ef5b44738561dd766f944e145a7ce39751744783f70f779ccb SHA512 
dbb7c07bd6a7b4ef41aad1fef55b760447c94aea7036b56ed6fc02deba0720c2cb644fa47598f3997a307343dd1672d4afdd745fad3e02e37257ea714c02634a
 WHIRLPOOL 
05c22e5b1c0d3725c4f0f486ff628991103643264c0e3338172d585be155eb2ba509182b652ed5484cd07cad13b0486829df2e8e9abd5450d7417ffb19d491f4
+DIST jaraco.collections-1.5.tar.gz 10615 SHA256 
7af6aedcf1601eca23d4411727caa201c0fdb80d2ec40f63d5f0942529f971d6 SHA512 
7e2d3849d26422d687cfeb560f8096fb099a9c7b99b3061a06f9ad7037c3805b577754f62e5d5ead3f6f89bcd7dbf574df2844aa3c28928941ea2c99d50fc161
 WHIRLPOOL 
91a5c6c09d8b46231a409abea40e43a80a165a17e4f23be05d5341446630cf31d94880f37bbba0cd8c9cc1cb27fc6b698cd18d07e9342f1cec0fc2453ad88378

diff --git a/dev-python/jaraco-collections/jaraco-collections-1.5.ebuild 
b/dev-python/jaraco-collections/jaraco-collections-1.5.ebuild
new file mode 100644
index ..7f21126
--- /dev/null
+++ b/dev-python/jaraco-collections/jaraco-collections-1.5.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+MY_PN="${PN/-/.}"
+DESCRIPTION="Models and classes to supplement the stdlib collections module"
+HOMEPAGE="https://github.com/jaraco/jaraco.collections;
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+PDEPEND="dev-python/jaraco-text[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}]
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/rst-linker[${PYTHON_USEDEP}]
+   )
+   test? (
+   ${RDEPEND}
+   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   )
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+python_prepare_all() {
+   if use test && ! has_version "dev-python/jaraco-text"; then
+   die "Ensure dev-python/jaraco-text is installed or the" \
+   "test suite will fail"
+   fi
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx
+}
+
+python_test() {
+   PYTHONPATH=. py.test || die "tests failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
+   distutils-r1_python_install_all
+}

diff --git a/dev-python/jaraco-collections/metadata.xml 
b/dev-python/jaraco-collections/metadata.xml
index d8c47eb..349dba0 100644
--- a/dev-python/jaraco-collections/metadata.xml
+++ b/dev-python/jaraco-collections/metadata.xml
@@ -13,5 +13,6 @@
jaraco.collections
jaraco/jaraco.collections

https://github.com/jaraco/jaraco.collections/issues
+   
https://github.com/jaraco/jaraco.collections/blob/master/CHANGES.rst

 



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

2016-09-15 Thread Göktürk Yüksek
commit: 775fdc6f62842368530e83275372113c9073ad64
Author: Louis Sautier  gmail  com>
AuthorDate: Sun Sep 11 14:01:51 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Fri Sep 16 05:37:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=775fdc6f

dev-python/jaraco-collections: remove old

Package-Manager: portage-2.3.0

 dev-python/jaraco-collections/Manifest |  1 -
 .../jaraco-collections-1.4.ebuild  | 59 --
 2 files changed, 60 deletions(-)

diff --git a/dev-python/jaraco-collections/Manifest 
b/dev-python/jaraco-collections/Manifest
index 887ae0a..759fedf 100644
--- a/dev-python/jaraco-collections/Manifest
+++ b/dev-python/jaraco-collections/Manifest
@@ -1,3 +1,2 @@
 DIST jaraco.collections-1.4.1.tar.gz 10456 SHA256 
43d0221be38fa0d8da339a149829800c8c3f843f379c09f3f8f1d99125110936 SHA512 
1f9eca787efb427a73b5f03e144a2a95e5740580e21e9857a376d76dd35f39066c3a06056eaf78f72de2f97e4fc70805467fcc516f989ba4785e3f3d9354a538
 WHIRLPOOL 
c37a851f1ab041554c1d9a54565e5671350bc750d31d1569a4415c5c215557739145b3a4992546d715a013695ef86cb788c47b4eb72940a29fdc17a9300399bb
-DIST jaraco.collections-1.4.tar.gz 9615 SHA256 
82af38e4f8ef59ef5b44738561dd766f944e145a7ce39751744783f70f779ccb SHA512 
dbb7c07bd6a7b4ef41aad1fef55b760447c94aea7036b56ed6fc02deba0720c2cb644fa47598f3997a307343dd1672d4afdd745fad3e02e37257ea714c02634a
 WHIRLPOOL 
05c22e5b1c0d3725c4f0f486ff628991103643264c0e3338172d585be155eb2ba509182b652ed5484cd07cad13b0486829df2e8e9abd5450d7417ffb19d491f4
 DIST jaraco.collections-1.5.tar.gz 10615 SHA256 
7af6aedcf1601eca23d4411727caa201c0fdb80d2ec40f63d5f0942529f971d6 SHA512 
7e2d3849d26422d687cfeb560f8096fb099a9c7b99b3061a06f9ad7037c3805b577754f62e5d5ead3f6f89bcd7dbf574df2844aa3c28928941ea2c99d50fc161
 WHIRLPOOL 
91a5c6c09d8b46231a409abea40e43a80a165a17e4f23be05d5341446630cf31d94880f37bbba0cd8c9cc1cb27fc6b698cd18d07e9342f1cec0fc2453ad88378

diff --git a/dev-python/jaraco-collections/jaraco-collections-1.4.ebuild 
b/dev-python/jaraco-collections/jaraco-collections-1.4.ebuild
deleted file mode 100644
index 7f21126..
--- a/dev-python/jaraco-collections/jaraco-collections-1.4.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-MY_PN="${PN/-/.}"
-DESCRIPTION="Models and classes to supplement the stdlib collections module"
-HOMEPAGE="https://github.com/jaraco/jaraco.collections;
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-PDEPEND="dev-python/jaraco-text[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}]
-   doc? (
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/rst-linker[${PYTHON_USEDEP}]
-   )
-   test? (
-   ${RDEPEND}
-   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
-   dev-python/pytest-runner[${PYTHON_USEDEP}]
-   )
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-python_prepare_all() {
-   if use test && ! has_version "dev-python/jaraco-text"; then
-   die "Ensure dev-python/jaraco-text is installed or the" \
-   "test suite will fail"
-   fi
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && esetup.py build_sphinx
-}
-
-python_test() {
-   PYTHONPATH=. py.test || die "tests failed with ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
-   distutils-r1_python_install_all
-}



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

2016-09-15 Thread Göktürk Yüksek
commit: 480ed9107a4f53d8801eb0694b6cc948ff456e3c
Author: Craig Andrews  integralblue  com>
AuthorDate: Thu Sep 15 21:10:09 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Fri Sep 16 05:36:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=480ed910

app-admin/needrestart: add dependency on dev-lang/perl:=

Gentoo-bug: 593882

 .../needrestart/{needrestart-.ebuild => needrestart-2.9-r1.ebuild} | 3 ++-
 app-admin/needrestart/needrestart-.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-admin/needrestart/needrestart-.ebuild 
b/app-admin/needrestart/needrestart-2.9-r1.ebuild
similarity index 88%
copy from app-admin/needrestart/needrestart-.ebuild
copy to app-admin/needrestart/needrestart-2.9-r1.ebuild
index 5cbd524..db40353 100644
--- a/app-admin/needrestart/needrestart-.ebuild
+++ b/app-admin/needrestart/needrestart-2.9-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
SRC_URI=""
KEYWORDS=""
 else
-   SRC_URI="https://github.com/liske/${PN}/archive/v${PV}.tar.gz;
+   SRC_URI="https://github.com/liske/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
 fi
 
@@ -22,6 +22,7 @@ LICENSE="GPL-2+"
 
 RDEPEND="
>=sys-apps/sed-4.2.2
+   dev-lang/perl:=
dev-perl/libintl-perl
dev-perl/Module-Find
dev-perl/Module-ScanDeps

diff --git a/app-admin/needrestart/needrestart-.ebuild 
b/app-admin/needrestart/needrestart-.ebuild
index 5cbd524..db40353 100644
--- a/app-admin/needrestart/needrestart-.ebuild
+++ b/app-admin/needrestart/needrestart-.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
SRC_URI=""
KEYWORDS=""
 else
-   SRC_URI="https://github.com/liske/${PN}/archive/v${PV}.tar.gz;
+   SRC_URI="https://github.com/liske/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
 fi
 
@@ -22,6 +22,7 @@ LICENSE="GPL-2+"
 
 RDEPEND="
>=sys-apps/sed-4.2.2
+   dev-lang/perl:=
dev-perl/libintl-perl
dev-perl/Module-Find
dev-perl/Module-ScanDeps



[gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/, app-doc/doxygen/files/

2016-09-15 Thread Matthias Maier
commit: 6828678d3c36dc12db7d57cac9396cf7bc138a31
Author: Bertrand Jacquin  jacquin  bzh>
AuthorDate: Sat Sep 10 18:40:19 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Sep 16 05:12:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6828678d

app-doc/doxygen: Version bump

Move to EAPI 6
Replace dodoc with DOCS
Replace epatch with PATCHES
Drop python 3.3 support

Package-Manager: portage-2.2.28
Signed-off-by: Matthias Maier  gentoo.org>

 app-doc/doxygen/Manifest   |   3 +-
 app-doc/doxygen/doxygen-1.8.12.ebuild  | 151 +
 .../files/doxygen-1.8.12-link_with_pthread.patch   |  32 +
 3 files changed, 185 insertions(+), 1 deletion(-)

diff --git a/app-doc/doxygen/Manifest b/app-doc/doxygen/Manifest
index 0216bc8..eea7588 100644
--- a/app-doc/doxygen/Manifest
+++ b/app-doc/doxygen/Manifest
@@ -1,3 +1,4 @@
 DIST doxygen-1.8.10.src.tar.gz 4818276 SHA256 
cedf78f6d213226464784ecb999b54515c97eab8a2f9b82514292f837cf88b93 SHA512 
a7f29b5f7b9f55b7e5382b7b7dc7212247a27869bc265433c0ee51480645b3f5f0732d1f5aefd54952204c8a1c98b96ec1ecc22c1ff7a072db5b2356b5981074
 WHIRLPOOL 
5607e1da5cf8e653ec895a7601a3a6585790a555207928bde6d154ab06173c68e088a61c1963da8d8cdc1a571b66eeaa102acc2a2e4291e0be87634d8e554962
 DIST doxygen-1.8.11.src.tar.gz 4834291 SHA256 
65d08b46e48bd97186aef562dc366681045b119e00f83c5b61d05d37ea154049 SHA512 
44f3f9d2715c4cfe628b988809a6264681c43634dfa830f604b6cc853fa6679eca112cc9c01cee5b019f7f01f0a0acdf4f7d3aaec0848783399d17904caf1a3e
 WHIRLPOOL 
240c84bd02ea3ab747e59bb8db434e40e743ed24cbb8ca78b8846d3bb4f7672497106fd620c14851c06d80e474301811978def5d85db5b01df97b40a4ec74813
-DIST doxywizard.png 4231 SHA256 
eb648ebd3a194a56d9ed6e47cc8dbf1af2e124d83c2c42af9bf86bd837984209 SHA512 
5e2d26e7427b86866ebe75ec2c66c0f1100d230f3f3e4d66bac424a8dd0d42f0831d936ff03318dfa1bf73cbd9fb53717636d0c91ae3eea0f4e24641479d25d5
 WHIRLPOOL 
bb0c13b382c4069ca310ff53a03b36499a2bf6e0e8c0647efc032530f429f483b5d6f2925b7e996d4f84c8f2b77eb883533f4b7abc88745a2cfa596d3dd4f3fb
+DIST doxygen-1.8.12.src.tar.gz 4880613 SHA256 
792d4091cbdf228549ff2033dd71ff7ea5029c6b436317cc5ec866e71302df6c SHA512 
12fb5f19d0de382c7510b7c517d7c781a1e6e11720c7d9ecfd81d29d5ed030984e8d55ffcc25cc52703020e880edad341136e2795a2a36a842fc275b31ae203d
 WHIRLPOOL 
4bd12f16ce9dba73f5bf836032d8ce25d5be7e6b3cbe3c11ce7c662a8059fa30ef2f75c008fb2050fd4eb99d80ba134d068b452dfd577a651291dba5315c0726
+DIST doxywizard.png 4231 SHA256 
eb648ebd3a194a56d9ed6e47cc8dbf1af2e124d83c2c42af9bf86bd837984209 WHIRLPOOL 
bb0c13b382c4069ca310ff53a03b36499a2bf6e0e8c0647efc032530f429f483b5d6f2925b7e996d4f84c8f2b77eb883533f4b7abc88745a2cfa596d3dd4f3fb

diff --git a/app-doc/doxygen/doxygen-1.8.12.ebuild 
b/app-doc/doxygen/doxygen-1.8.12.ebuild
new file mode 100644
index ..53c926c
--- /dev/null
+++ b/app-doc/doxygen/doxygen-1.8.12.ebuild
@@ -0,0 +1,151 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit cmake-utils eutils fdo-mime flag-o-matic python-any-r1
+if [[ ${PV} = ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://github.com/doxygen/doxygen.git"
+   SRC_URI=""
+   KEYWORDS=""
+else
+   SRC_URI="http://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+fi
+SRC_URI+=" https://dev.gentoo.org/~xarthisius/distfiles/doxywizard.png;
+
+DESCRIPTION="Documentation system for most programming languages"
+HOMEPAGE="http://www.doxygen.org/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="clang debug doc dot doxysearch latex qt5 sqlite userland_GNU"
+
+RDEPEND="app-text/ghostscript-gpl
+   dev-lang/perl
+   media-libs/libpng:0=
+   virtual/libiconv
+   clang? ( sys-devel/clang )
+   dot? (
+   media-gfx/graphviz
+   media-libs/freetype
+   )
+   doxysearch? ( =dev-libs/xapian-1.2* )
+   latex? ( app-text/texlive[extra] )
+   qt5? (
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   )
+   sqlite? ( dev-db/sqlite:3 )
+   "
+
+REQUIRED_USE="doc? ( latex )"
+
+DEPEND="sys-devel/flex
+   sys-devel/bison
+   doc? ( ${PYTHON_DEPS} )
+   ${RDEPEND}"
+
+# src_test() defaults to make -C testing but there is no such directory (bug 
#504448)
+RESTRICT="test"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.8.9.1-empty-line-sigsegv.patch" #454348
+   "${FILESDIR}/${P}-link_with_pthread.patch"
+)
+
+DOCS=( LANGUAGE.HOWTO README.md )
+
+pkg_setup() {
+   use doc && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+
+   # Ensure we link to -liconv
+   if use elibc_FreeBSD && has_version dev-libs/libiconv || use 
elibc_uclibc; then
+ 

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

2016-09-15 Thread Matthias Maier
commit: a65770e4e68a2104987adfb42ef4ea52887ccb0e
Author: Bertrand Jacquin  jacquin  bzh>
AuthorDate: Sat Sep 10 18:40:19 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Sep 16 05:12:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a65770e4

app-doc/doxygen: Move live ebuild to EAPI 6

Replace dodoc with DOCS
Replace epatch with PATCHES
Drop python 3.3 support

Package-Manager: portage-2.2.28
Signed-off-by: Matthias Maier  gentoo.org>

 app-doc/doxygen/doxygen-.ebuild | 41 +
 1 file changed, 19 insertions(+), 22 deletions(-)

diff --git a/app-doc/doxygen/doxygen-.ebuild 
b/app-doc/doxygen/doxygen-.ebuild
index ec664ad..97e5148 100644
--- a/app-doc/doxygen/doxygen-.ebuild
+++ b/app-doc/doxygen/doxygen-.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit cmake-utils eutils fdo-mime flag-o-matic python-any-r1
 if [[ ${PV} = ** ]]; then
@@ -45,33 +45,35 @@ RDEPEND="app-text/ghostscript-gpl
 
 REQUIRED_USE="doc? ( latex )"
 
-DEPEND="sys-apps/sed
-   sys-devel/flex
+DEPEND="sys-devel/flex
sys-devel/bison
doc? ( ${PYTHON_DEPS} )
${RDEPEND}"
 
 # src_test() defaults to make -C testing but there is no such directory (bug 
#504448)
 RESTRICT="test"
-EPATCH_SUFFIX="patch"
+
+PATCHES=( "${FILESDIR}/${PN}-1.8.11-link_with_pthread.patch" )
+DOCS=( LANGUAGE.HOWTO README.md )
 
 pkg_setup() {
use doc && python-any-r1_pkg_setup
 }
 
 src_prepare() {
+   default
+
# Ensure we link to -liconv
if use elibc_FreeBSD && has_version dev-libs/libiconv || use 
elibc_uclibc; then
+   local pro
for pro in */*.pro.in */*/*.pro.in; do
-   echo "unix:LIBS += -liconv" >> "${pro}"
+   echo "unix:LIBS += -liconv" >> "${pro}" || die
done
fi
 
# Call dot with -Teps instead of -Tps for EPS generation - bug #282150
sed -i -e '/addJob("ps"/ s/"ps"/"eps"/g' src/dot.cpp || die
 
-   epatch "${FILESDIR}"/${PN}-1.8.11-link_with_pthread.patch
-
# fix pdf doc
sed -i.orig -e "s:g_kowal:g kowal:" \
doc/maintainers.txt || die
@@ -90,11 +92,11 @@ src_prepare() {
 src_configure() {
local mycmakeargs=(
-DDOC_INSTALL_DIR="share/doc/${P}"
-   $(cmake-utils_use clang use_libclang)
-   $(cmake-utils_use doc build_doc)
-   $(cmake-utils_use doxysearch build_search)
-   $(cmake-utils_use qt5 build_wizard)
-   $(cmake-utils_use sqlite use_sqlite3)
+   -Duse_libclang=$(usex clang)
+   -Dbuild_doc=$(usex doc)
+   -Dbuild_search=$(usex doxysearch)
+   -Dbuild_wizard=$(usex qt5)
+   -Duse_sqlite3=$(usex sqlite)
)
 
cmake-utils_src_configure
@@ -103,32 +105,27 @@ src_configure() {
 src_compile() {
cmake-utils_src_compile
 
-   # generate html and pdf documents. errors here are not considered
-   # fatal, hence the ewarn message.
-
if use doc; then
export VARTEXFONTS="${T}/fonts" # bug #564944
 
if ! use dot; then
sed -i -e "s/HAVE_DOT   = YES/HAVE_DOT= 
NO/" \
{Doxyfile,doc/Doxyfile} \
-   || ewarn "disabling dot failed"
+   || die "disabling dot failed"
fi
-   cd "${BUILD_DIR}" && emake docs
+   emake -C "${BUILD_DIR}" docs
fi
 }
 
 src_install() {
+   cmake-utils_src_install
+
if use qt5; then
doicon "${DISTDIR}/doxywizard.png"
make_desktop_entry doxywizard "DoxyWizard ${PV}" \
"/usr/share/pixmaps/doxywizard.png" \
"Development"
fi
-
-   dodoc LANGUAGE.HOWTO README.md
-
-   cmake-utils_src_install
 }
 
 pkg_postinst() {



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

2016-09-15 Thread Matthias Maier
commit: 5d592b4c4c2c0673d89f261331e11aa6d7f16ec8
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Sep 16 05:08:44 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Sep 16 05:12:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d592b4c

app-doc/doxygen: update manifest

Package-Manager: portage-2.2.28

 app-doc/doxygen/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/doxygen/Manifest b/app-doc/doxygen/Manifest
index eea7588..29538d9 100644
--- a/app-doc/doxygen/Manifest
+++ b/app-doc/doxygen/Manifest
@@ -1,4 +1,4 @@
 DIST doxygen-1.8.10.src.tar.gz 4818276 SHA256 
cedf78f6d213226464784ecb999b54515c97eab8a2f9b82514292f837cf88b93 SHA512 
a7f29b5f7b9f55b7e5382b7b7dc7212247a27869bc265433c0ee51480645b3f5f0732d1f5aefd54952204c8a1c98b96ec1ecc22c1ff7a072db5b2356b5981074
 WHIRLPOOL 
5607e1da5cf8e653ec895a7601a3a6585790a555207928bde6d154ab06173c68e088a61c1963da8d8cdc1a571b66eeaa102acc2a2e4291e0be87634d8e554962
 DIST doxygen-1.8.11.src.tar.gz 4834291 SHA256 
65d08b46e48bd97186aef562dc366681045b119e00f83c5b61d05d37ea154049 SHA512 
44f3f9d2715c4cfe628b988809a6264681c43634dfa830f604b6cc853fa6679eca112cc9c01cee5b019f7f01f0a0acdf4f7d3aaec0848783399d17904caf1a3e
 WHIRLPOOL 
240c84bd02ea3ab747e59bb8db434e40e743ed24cbb8ca78b8846d3bb4f7672497106fd620c14851c06d80e474301811978def5d85db5b01df97b40a4ec74813
 DIST doxygen-1.8.12.src.tar.gz 4880613 SHA256 
792d4091cbdf228549ff2033dd71ff7ea5029c6b436317cc5ec866e71302df6c SHA512 
12fb5f19d0de382c7510b7c517d7c781a1e6e11720c7d9ecfd81d29d5ed030984e8d55ffcc25cc52703020e880edad341136e2795a2a36a842fc275b31ae203d
 WHIRLPOOL 
4bd12f16ce9dba73f5bf836032d8ce25d5be7e6b3cbe3c11ce7c662a8059fa30ef2f75c008fb2050fd4eb99d80ba134d068b452dfd577a651291dba5315c0726
-DIST doxywizard.png 4231 SHA256 
eb648ebd3a194a56d9ed6e47cc8dbf1af2e124d83c2c42af9bf86bd837984209 WHIRLPOOL 
bb0c13b382c4069ca310ff53a03b36499a2bf6e0e8c0647efc032530f429f483b5d6f2925b7e996d4f84c8f2b77eb883533f4b7abc88745a2cfa596d3dd4f3fb
+DIST doxywizard.png 4231 SHA256 
eb648ebd3a194a56d9ed6e47cc8dbf1af2e124d83c2c42af9bf86bd837984209 SHA512 
5e2d26e7427b86866ebe75ec2c66c0f1100d230f3f3e4d66bac424a8dd0d42f0831d936ff03318dfa1bf73cbd9fb53717636d0c91ae3eea0f4e24641479d25d5
 WHIRLPOOL 
bb0c13b382c4069ca310ff53a03b36499a2bf6e0e8c0647efc032530f429f483b5d6f2925b7e996d4f84c8f2b77eb883533f4b7abc88745a2cfa596d3dd4f3fb



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-GlobalDestruction/

2016-09-15 Thread Kent Fredric
commit: d088460242b17e4ad6bd2c5c09c6f12e38579cd0
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Sep 16 04:11:09 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Sep 16 04:53:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0884602

dev-perl/Devel-GlobalDestruction: Fix DESCRIPTIONS for QA

Package-Manager: portage-2.3.0

 .../Devel-GlobalDestruction/Devel-GlobalDestruction-0.120.0.ebuild| 4 ++--
 .../Devel-GlobalDestruction/Devel-GlobalDestruction-0.130.0.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.120.0.ebuild 
b/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.120.0.ebuild
index 79e2dce..bf9c648 100644
--- a/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.120.0.ebuild
+++ b/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.120.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$
 
@@ -8,7 +8,7 @@ MODULE_AUTHOR=HAARG
 MODULE_VERSION=0.12
 inherit perl-module
 
-DESCRIPTION="Expose PL_dirty, the flag which marks global destruction"
+DESCRIPTION='Returns the equivalent of ${^GLOBAL_PHASE} eq DESTRUCT for older 
perls'
 
 SLOT="0"
 KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 x86 ~ppc-aix ~x86-fbsd ~x86-solaris"

diff --git 
a/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.130.0.ebuild 
b/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.130.0.ebuild
index 6a9615d..9f2c498 100644
--- a/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.130.0.ebuild
+++ b/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.130.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$
 
@@ -8,7 +8,7 @@ MODULE_AUTHOR=HAARG
 MODULE_VERSION=0.12
 inherit perl-module
 
-DESCRIPTION='Provides function returning the equivalent of ${^GLOBAL_PHASE} eq 
DESTRUCT for older perls'
+DESCRIPTION='Returns the equivalent of ${^GLOBAL_PHASE} eq DESTRUCT for older 
perls'
 
 SLOT="0"
 KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~x86 ~ppc-aix ~x86-fbsd ~x86-solaris"



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

2016-09-15 Thread Jeroen Roovers
commit: cb04ecdbf7427779f13201c935827027d9f7d400
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Sep 16 03:43:10 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Sep 16 03:50:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb04ecdb

net-misc/youtube-dl: Version bump.

Package-Manager: portage-2.3.0

 net-misc/youtube-dl/Manifest |  1 +
 net-misc/youtube-dl/youtube-dl-2016.09.15.ebuild | 97 
 2 files changed, 98 insertions(+)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 355aef1..7006992 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,3 +1,4 @@
 DIST youtube-dl-2016.01.01.tar.gz 1874602 SHA256 
732f37c99d71b4239d72d61dd32214b5a5a618671fb0629c8f8deb28209a172c SHA512 
fdb022bed426250e5ee1c2bcc1354dd195c0f9793ca479ca8ca4cfe2f71e07ba100b0dbcda2fb9f310308ab130587d06b16a6a86f9036f0d196b317d2e5b5e92
 WHIRLPOOL 
152e709ba15264c35a89644ea0d4793bb47c82b317e54043ccfff72e40bdf95e42d76605e801233632d3863537a945cfb9ecc2f75245171b8de31b51ce6af801
 DIST youtube-dl-2016.09.08.tar.gz 2373179 SHA256 
c45af2fb1041c25ee9b2283f5c0bd32106943844425541d684e17310e216b8b7 SHA512 
06c0d2b733decd06b035c0381cce806fb9889f2a5d8829d58c21bd5aece5326fef1f3289f467dddf74571d4da966edfca68e697a3f4e2a9caaed98bac3c5b005
 WHIRLPOOL 
275bff1e7931ee2333d07b05813d0c2ab1c17f7ef18ee6eef26fd6f3213b002883b2073085f79cf15181e7a9c8f9faa433db747f99cce38b7359ee749d4daed3
 DIST youtube-dl-2016.09.11.1.tar.gz 2382851 SHA256 
6cdeb0876295bef0325b8433c47c1ed13ebab3b108ef5ee27171e06b6958cb35 SHA512 
d15e15e7091eafd0fa53a554908afb54b46a9d81ef9b3e7551959b6e5b778b712be5a76f2c0539fb72619f4179898c3fc8a47c87bc3173a8cf17d9613176574c
 WHIRLPOOL 
d2106d3a83de95acd0d99921c86a3c42d1b37bd431103b0bf892051be4b16545ae2c3bf221a993fc41600cff5996eb9cc5d66c1a6c8fbc5d298a7a65df21074f
+DIST youtube-dl-2016.09.15.tar.gz 2389517 SHA256 
fa0c155d7a887d3f9fd0a3d031635defa566f7e82f62069d7b793c7dbc10f2c2 SHA512 
2443143d1ab23ce26b61e10016d4a473a2aefc4f398d27b532760073866822441fe0b8af09e7d3e5d03ba564f69bacec075b3fe3162fdb9feaa27ecff429f24a
 WHIRLPOOL 
b92f54891f4bee954e97f822f1a5fca1b814139d13ba266cce04e7037d4da77db05d5e3e3ce1a04d76eff905d3e6f0cec19096c8c85ee3631028d2daa011a797

diff --git a/net-misc/youtube-dl/youtube-dl-2016.09.15.ebuild 
b/net-misc/youtube-dl/youtube-dl-2016.09.15.ebuild
new file mode 100644
index ..be4ed48
--- /dev/null
+++ b/net-misc/youtube-dl/youtube-dl-2016.09.15.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5})
+inherit bash-completion-r1 distutils-r1 eutils
+
+DESCRIPTION="Download videos from YouTube.com (and more sites...)"
+HOMEPAGE="https://rg3.github.com/youtube-dl/;
+SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="offensive test"
+
+RDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   test? ( dev-python/nose[coverage(+)] )
+"
+
+S="${WORKDIR}/${PN}"
+
+python_prepare_all() {
+   if ! use offensive; then
+   sed -i -e "/__version__/s|'$|-gentoo_no_offensive_sites'|g" \
+   youtube_dl/version.py || die
+   # these have single line import statements
+   local xxx=(
+   alphaporno anysex behindkink camwithher chaturbate 
drtuber eporner
+   eroprofile extremetube fourtube foxgay goshgay hellporno
+   hentaistigma hornbunny keezmovies lovehomeporn mofosex 
motherless
+   myvidster porn91 pornhd pornotube pornovoisines pornoxo 
redtube
+   ruleporn sexu slutload spankbang spankwire sunporno 
thisav tube8
+   vporn watchindianporn xbef xnxx xtube xvideos 
xxxymovies youjizz
+   youporn
+   )
+   # these have multi-line import statements
+   local mxxx=(
+   pornhub xhamster tnaflix
+   )
+   # do single line imports
+   sed -i \
+   -e $( printf '/%s/d;' ${xxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   # do multiple line imports
+   sed -i \
+   -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   sed -i \
+   -e $( printf '/%s/d;' ${mxxx[@]} ) \
+   youtube_dl/extractor/generic.py \
+   || die
+
+   rm \
+   $( printf 

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

2016-09-15 Thread Jeroen Roovers
commit: d310dcc97957757eeb1b23c2e986e46bccd30dc4
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Sep 16 03:47:07 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Sep 16 03:50:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d310dcc9

net-misc/youtube-dl: Old.

Package-Manager: portage-2.3.0

 net-misc/youtube-dl/Manifest |  1 -
 net-misc/youtube-dl/youtube-dl-2016.09.08.ebuild | 97 
 2 files changed, 98 deletions(-)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 7006992..69445b7 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,4 +1,3 @@
 DIST youtube-dl-2016.01.01.tar.gz 1874602 SHA256 
732f37c99d71b4239d72d61dd32214b5a5a618671fb0629c8f8deb28209a172c SHA512 
fdb022bed426250e5ee1c2bcc1354dd195c0f9793ca479ca8ca4cfe2f71e07ba100b0dbcda2fb9f310308ab130587d06b16a6a86f9036f0d196b317d2e5b5e92
 WHIRLPOOL 
152e709ba15264c35a89644ea0d4793bb47c82b317e54043ccfff72e40bdf95e42d76605e801233632d3863537a945cfb9ecc2f75245171b8de31b51ce6af801
-DIST youtube-dl-2016.09.08.tar.gz 2373179 SHA256 
c45af2fb1041c25ee9b2283f5c0bd32106943844425541d684e17310e216b8b7 SHA512 
06c0d2b733decd06b035c0381cce806fb9889f2a5d8829d58c21bd5aece5326fef1f3289f467dddf74571d4da966edfca68e697a3f4e2a9caaed98bac3c5b005
 WHIRLPOOL 
275bff1e7931ee2333d07b05813d0c2ab1c17f7ef18ee6eef26fd6f3213b002883b2073085f79cf15181e7a9c8f9faa433db747f99cce38b7359ee749d4daed3
 DIST youtube-dl-2016.09.11.1.tar.gz 2382851 SHA256 
6cdeb0876295bef0325b8433c47c1ed13ebab3b108ef5ee27171e06b6958cb35 SHA512 
d15e15e7091eafd0fa53a554908afb54b46a9d81ef9b3e7551959b6e5b778b712be5a76f2c0539fb72619f4179898c3fc8a47c87bc3173a8cf17d9613176574c
 WHIRLPOOL 
d2106d3a83de95acd0d99921c86a3c42d1b37bd431103b0bf892051be4b16545ae2c3bf221a993fc41600cff5996eb9cc5d66c1a6c8fbc5d298a7a65df21074f
 DIST youtube-dl-2016.09.15.tar.gz 2389517 SHA256 
fa0c155d7a887d3f9fd0a3d031635defa566f7e82f62069d7b793c7dbc10f2c2 SHA512 
2443143d1ab23ce26b61e10016d4a473a2aefc4f398d27b532760073866822441fe0b8af09e7d3e5d03ba564f69bacec075b3fe3162fdb9feaa27ecff429f24a
 WHIRLPOOL 
b92f54891f4bee954e97f822f1a5fca1b814139d13ba266cce04e7037d4da77db05d5e3e3ce1a04d76eff905d3e6f0cec19096c8c85ee3631028d2daa011a797

diff --git a/net-misc/youtube-dl/youtube-dl-2016.09.08.ebuild 
b/net-misc/youtube-dl/youtube-dl-2016.09.08.ebuild
deleted file mode 100644
index be4ed48..
--- a/net-misc/youtube-dl/youtube-dl-2016.09.08.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5})
-inherit bash-completion-r1 distutils-r1 eutils
-
-DESCRIPTION="Download videos from YouTube.com (and more sites...)"
-HOMEPAGE="https://rg3.github.com/youtube-dl/;
-SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="offensive test"
-
-RDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${RDEPEND}
-   test? ( dev-python/nose[coverage(+)] )
-"
-
-S="${WORKDIR}/${PN}"
-
-python_prepare_all() {
-   if ! use offensive; then
-   sed -i -e "/__version__/s|'$|-gentoo_no_offensive_sites'|g" \
-   youtube_dl/version.py || die
-   # these have single line import statements
-   local xxx=(
-   alphaporno anysex behindkink camwithher chaturbate 
drtuber eporner
-   eroprofile extremetube fourtube foxgay goshgay hellporno
-   hentaistigma hornbunny keezmovies lovehomeporn mofosex 
motherless
-   myvidster porn91 pornhd pornotube pornovoisines pornoxo 
redtube
-   ruleporn sexu slutload spankbang spankwire sunporno 
thisav tube8
-   vporn watchindianporn xbef xnxx xtube xvideos 
xxxymovies youjizz
-   youporn
-   )
-   # these have multi-line import statements
-   local mxxx=(
-   pornhub xhamster tnaflix
-   )
-   # do single line imports
-   sed -i \
-   -e $( printf '/%s/d;' ${xxx[@]} ) \
-   youtube_dl/extractor/extractors.py \
-   || die
-
-   # do multiple line imports
-   sed -i \
-   -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
-   youtube_dl/extractor/extractors.py \
-   || die
-
-   sed -i \
-   -e $( printf '/%s/d;' ${mxxx[@]} ) \
-   youtube_dl/extractor/generic.py \
-   || die
-
-   rm \
-   $( printf 

[gentoo-commits] repo/gentoo:master commit in: net-fs/btfs/

2016-09-15 Thread Tim Harder
commit: be2cd0e003cbbc2fdb4b38ad6693c81de48203c6
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Sep 16 03:41:53 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Sep 16 03:41:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be2cd0e0

net-fs/btfs: version bump to 2.12

 net-fs/btfs/Manifest |  1 +
 net-fs/btfs/btfs-2.12.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/net-fs/btfs/Manifest b/net-fs/btfs/Manifest
index 09f67ef..1f03490 100644
--- a/net-fs/btfs/Manifest
+++ b/net-fs/btfs/Manifest
@@ -1 +1,2 @@
 DIST btfs-2.11.tar.gz 21636 SHA256 
7c15001e6206c5c28350df0e1609ab10cd7e1578908f46eb334d3b41634a8ba8 SHA512 
3b185139692525b59fb3981bcd1a9645fedb3a7acf8709fd0d4c4233b1598cc247263f8935801ed448c358e2c7aba1cc845725f8ec07d3498cd4f81d0d4e6ab0
 WHIRLPOOL 
03ed85a4858fef2f87eb5c873bb2b5ebb3ec34657239b96481e7c9b20c7cb361988431b1af0a1df1ad2fc92cfb41bfd113dc96b6d7a57e03b52d292fbf7e6215
+DIST btfs-2.12.tar.gz 21738 SHA256 
cffa14795994b9f7d6548e4f535aac97506a3a4cf8751cdba337a5ad3c96539d SHA512 
1f0b23b363e4eba9d2f97f37a43c1b042acff4a59d0e9f0c4c6c99c2a84d885580f3e0253d0e1f6ab4e0fb2b549af957f5c23aa29834e2ea20174b7e68d0b360
 WHIRLPOOL 
0010b3884acb578befa9d556039665edf72beef28a5bae907fecf002f081468db3276408119ae58a30c50e7cb762ef657815c67179ef832cacbb45a4572098ac

diff --git a/net-fs/btfs/btfs-2.12.ebuild b/net-fs/btfs/btfs-2.12.ebuild
new file mode 100644
index ..dc254f5
--- /dev/null
+++ b/net-fs/btfs/btfs-2.12.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit autotools python-r1
+
+DESCRIPTION="a bittorrent filesystem based on FUSE"
+HOMEPAGE="https://github.com/johang/btfs;
+SRC_URI="https://github.com/johang/btfs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+CDEPEND=">=sys-fs/fuse-2.8.0
+   >=net-misc/curl-7.22.0
+   dev-libs/boost:=
+   >=net-libs/rb_libtorrent-0.16.0:="
+DEPEND="${CDEPEND}
+   virtual/pkgconfig"
+RDEPEND="${CDEPEND}
+   ${PYTHON_DEPS}"
+
+src_prepare() {
+   default
+
+   # don't install btplay via make
+   sed -i '/^SUBDIRS =/s/scripts//' Makefile.am || die
+
+   eautoreconf
+}
+
+src_install() {
+   default
+   python_foreach_impl python_doscript scripts/btplay
+}



[gentoo-commits] repo/gentoo:master commit in: games-simulation/senken/

2016-09-15 Thread Austin English
commit: c080aad420ddf0eb5af43ff1ec6cfa2442cb7c99
Author: Austin English  gentoo  org>
AuthorDate: Thu Sep 15 20:48:12 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Sep 16 00:15:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c080aad4

games-simulation/senken: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.0

 games-simulation/senken/senken-0.3.0-r1.ebuild | 53 ++
 1 file changed, 53 insertions(+)

diff --git a/games-simulation/senken/senken-0.3.0-r1.ebuild 
b/games-simulation/senken/senken-0.3.0-r1.ebuild
new file mode 100644
index ..2379385
--- /dev/null
+++ b/games-simulation/senken/senken-0.3.0-r1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="city simulation game"
+HOMEPAGE="https://savannah.nongnu.org/projects/senken/;
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="nls"
+
+RDEPEND="
+   >=media-libs/libsdl-1.2.4
+   media-libs/sdl-image
+   x11-libs/gtk+:2
+   nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}
+   nls? ( sys-devel/gettext )"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-as-needed.patch
+   "${FILESDIR}"/${P}-warnings.patch
+)
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e "s:/usr/local/share:/usr/share:" \
+   lib/utils.h || die
+}
+src_configure() {
+   econf $(use_enable nls)
+}
+
+src_install() {
+   default
+
+   #dodir "${GAMES_DATADIR}"
+   #mv "${D}/${GAMES_PREFIX}/share/senken" "${D}/${GAMES_DATADIR}/" || die
+   #rm -rf "${D}/${GAMES_PREFIX}"/{include,lib,man,share} || die
+
+   insinto /usr/share/senken/img
+   doins img/*.png
+
+   find "${D}/usr/share/" -type f -exec chmod a-x \{\} +
+   find "${D}/usr/share/" -name "Makefile.*" -exec rm -f \{\} +
+}



[gentoo-commits] repo/gentoo:master commit in: games-simulation/searchandrescue/

2016-09-15 Thread Austin English
commit: b03e1bfc8eb49d24520700ac6121b61097b0c9c1
Author: Austin English  gentoo  org>
AuthorDate: Fri Sep 16 00:15:00 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Sep 16 00:15:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b03e1bfc

games-simulation/searchandrescue: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.0

 .../searchandrescue-1.5.0-r1.ebuild| 79 ++
 1 file changed, 79 insertions(+)

diff --git a/games-simulation/searchandrescue/searchandrescue-1.5.0-r1.ebuild 
b/games-simulation/searchandrescue/searchandrescue-1.5.0-r1.ebuild
new file mode 100644
index ..5967a38
--- /dev/null
+++ b/games-simulation/searchandrescue/searchandrescue-1.5.0-r1.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils flag-o-matic toolchain-funcs
+
+MY_DATA_PV=1.3.0
+MY_PN=SearchAndRescue
+DESCRIPTION="Helicopter based air rescue flight simulator"
+HOMEPAGE="http://searchandrescue.sourceforge.net/;
+SRC_URI="mirror://sourceforge/searchandrescue/${MY_PN}-${PV}.tar.gz
+   mirror://sourceforge/searchandrescue/${MY_PN}-data-${MY_DATA_PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="
+   media-libs/libsdl
+   media-libs/sdl-mixer
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libXi
+   x11-libs/libXmu
+   x11-libs/libXpm
+   x11-libs/libXxf86vm
+   virtual/opengl
+   virtual/glu"
+DEPEND="${RDEPEND}
+   x11-proto/xextproto
+   x11-proto/xf86vidmodeproto"
+
+S=${WORKDIR}/${PN}_${PV}
+
+PATCHES=(
+   "${FILESDIR}"/${P}-build.patch
+)
+
+src_unpack() {
+   unpack ${MY_PN}-${PV}.tar.gz
+   mkdir data && cd data && \
+   unpack ${MY_PN}-data-${MY_DATA_PV}.tar.gz
+   bunzip2 "${S}"/sar/man/${MY_PN}.6.bz2 || die
+}
+
+src_prepare() {
+   default
+
+   rm pconf/pconf || die
+   sed -i -e '/Wall/s/$/ $(CFLAGS)/' pconf/Makefile || die
+}
+
+src_configure() {
+   emake CC=$(tc-getCC) -C pconf pconf # Needed for the configure script
+
+   append-cppflags -DNEW_GRAPHICS -DHAVE_SDL_MIXER
+   export CPP="$(tc-getCXX)"
+   export CPPFLAGS="${CXXFLAGS}"
+   # NOTE: not an autoconf script
+   ./configure Linux --prefix="/usr" || die
+   sed -i -e 's/@\$/$/' sar/Makefile || die
+}
+
+src_compile() {
+   emake -C sar
+}
+
+src_install() {
+   dobin sar/${MY_PN}
+   doman sar/man/${MY_PN}.6
+   dodoc AUTHORS HACKING README
+   doicon sar/icons/SearchAndRescue.xpm
+   newicon sar/icons/SearchAndRescue.xpm ${PN}.xpm
+   dodir /usr/share/games/${PN}
+   cp -r "${WORKDIR}"/data/* "${D}/usr/share/games/${PN}/" || die
+   make_desktop_entry SearchAndRescue "SearchAndRescue" 
/usr/share/pixmaps/${PN}.xpm
+}



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

2016-09-15 Thread David Seifert
commit: e4a4fa20a6e983c3819af888c35db4c61a715856
Author: David Seifert  gentoo  org>
AuthorDate: Thu Sep 15 23:42:18 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Sep 15 23:58:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a4fa20

dev-libs/log4cxx: Allow for compiling with GCC 6

Gentoo-bug: 593874
* EAPI=6
* [QA] Fixed overlong DESCRIPTION

Package-Manager: portage-2.3.0

 .../log4cxx/files/log4cxx-0.10.0-fix-c++14.patch   | 100 +
 dev-libs/log4cxx/log4cxx-0.10.0-r1.ebuild  |  64 +
 2 files changed, 164 insertions(+)

diff --git a/dev-libs/log4cxx/files/log4cxx-0.10.0-fix-c++14.patch 
b/dev-libs/log4cxx/files/log4cxx-0.10.0-fix-c++14.patch
new file mode 100644
index ..86ebdcc
--- /dev/null
+++ b/dev-libs/log4cxx/files/log4cxx-0.10.0-fix-c++14.patch
@@ -0,0 +1,100 @@
+Fix building with C++14, which errors out due to narrowing conversions.
+See also: https://bugs.gentoo.org/show_bug.cgi?id=593874
+
+--- a/src/main/cpp/locationinfo.cpp
 b/src/main/cpp/locationinfo.cpp
+@@ -153,8 +153,8 @@
+  0x61, 0x70, 0x61, 0x63, 0x68, 0x65, 0x2E, 0x6C, 
+  0x6F, 0x67, 0x34, 0x6A, 0x2E, 0x73, 0x70, 0x69, 
+  0x2E, 0x4C, 0x6F, 0x63, 0x61, 0x74, 0x69, 0x6F, 
+- 0x6E, 0x49, 0x6E, 0x66, 0x6F, 0xED, 0x99, 0xBB, 
+- 0xE1, 0x4A, 0x91, 0xA5, 0x7C, 0x02, 0x00, 0x01, 
++ 0x6E, 0x49, 0x6E, 0x66, 0x6F, (char)0xED, (char)0x99, (char)0xBB, 
++ (char)0xE1, 0x4A, (char)0x91, (char)0xA5, 0x7C, 0x02, 0x00, 0x01, 
+  0x4C, 0x00, 0x08, 0x66, 0x75, 0x6C, 0x6C, 0x49, 
+  0x6E, 0x66, 0x6F, 
+ 0x74, 0x00, 0x12, 0x4C, 0x6A, 
+--- a/src/main/cpp/loggingevent.cpp
 b/src/main/cpp/loggingevent.cpp
+@@ -242,7 +242,7 @@
+ 0x68, 0x65, 0x2E, 0x6C, 0x6F, 0x67, 0x34, 0x6A, 
+ 0x2E, 0x73, 0x70, 0x69, 0x2E, 0x4C, 0x6F, 0x67, 
+ 0x67, 0x69, 0x6E, 0x67, 0x45, 0x76, 0x65, 0x6E, 
+-0x74, 0xF3, 0xF2, 0xB9, 0x23, 0x74, 0x0B, 0xB5, 
++0x74, (char)0xF3, (char)0xF2, (char)0xB9, 0x23, 0x74, 0x0B, 
(char)0xB5, 
+ 0x3F, 0x03, 0x00, 0x0A, 0x5A, 0x00, 0x15, 0x6D, 
+ 0x64, 0x63, 0x43, 0x6F, 0x70, 0x79, 0x4C, 0x6F, 
+ 0x6F, 0x6B, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 
+--- a/src/main/cpp/objectoutputstream.cpp
 b/src/main/cpp/objectoutputstream.cpp
+@@ -36,7 +36,7 @@
+objectHandle(0x7E),
+classDescriptions(new ClassDescriptionMap())
+ {
+-   char start[] = { 0xAC, 0xED, 0x00, 0x05 };
++   char start[] = { (char)0xAC, (char)0xED, 0x00, 0x05 };
+ByteBuffer buf(start, sizeof(start));
+os->write(buf, p);
+ }
+@@ -85,7 +85,7 @@
+ 0x72, 0x00, 0x13, 0x6A, 0x61, 0x76, 0x61, 
+ 0x2E, 0x75, 0x74, 0x69, 0x6C, 0x2E, 0x48, 0x61, 
+ 0x73, 0x68, 0x74, 0x61, 0x62, 0x6C, 0x65, 0x13, 
+-0xBB, 0x0F, 0x25, 0x21, 0x4A, 0xE4, 0xB8, 0x03, 
++(char)0xBB, 0x0F, 0x25, 0x21, 0x4A, (char)0xE4, (char)0xB8, 0x03, 
+ 0x00, 0x02, 0x46, 0x00, 0x0A, 0x6C, 0x6F, 0x61, 
+ 0x64, 0x46, 0x61, 0x63, 0x74, 0x6F, 0x72, 0x49, 
+ 0x00, 0x09, 0x74, 0x68, 0x72, 0x65, 0x73, 0x68, 
+--- a/src/main/cpp/synchronized.cpp
 b/src/main/cpp/synchronized.cpp
+@@ -38,6 +38,9 @@
+ }
+ 
+ synchronized::~synchronized()
++#if __cplusplus >= 201103L
++  noexcept(false)
++#endif
+ {
+ #if APR_HAS_THREADS
+ apr_status_t stat = apr_thread_mutex_unlock(
+--- a/src/main/include/log4cxx/helpers/synchronized.h
 b/src/main/include/log4cxx/helpers/synchronized.h
+@@ -29,7 +29,11 @@
+ {
+ public:
+ synchronized(const Mutex& mutex);
+-~synchronized();
++~synchronized()
++#if __cplusplus >= 201103L
++  noexcept(false)
++#endif
++;
+ 
+ 
+ private:
+--- a/src/test/cpp/xml/domtestcase.cpp
 b/src/test/cpp/xml/domtestcase.cpp
+@@ -190,9 +190,9 @@
+ 
DOMConfigurator::configure(LOG4CXX_TEST_STR("input/xml/DOMTestCase3.xml"));
+ LOG4CXX_INFO(logger, "File name is expected to end with a 
superscript 3");
+ #if LOG4CXX_LOGCHAR_IS_UTF8
+-const logchar fname[] = { 0x6F, 0x75, 0x74, 0x70, 0x75, 0x74, 
0x2F, 0x64, 0x6F, 0x6D, 0xC2, 0xB3, 0 };
++const logchar fname[] = { 0x6F, 0x75, 0x74, 0x70, 0x75, 0x74, 
0x2F, 0x64, 0x6F, 0x6D, (logchar)0xC2, (logchar)0xB3, 0 };
+ #else
+-const logchar fname[] = { 0x6F, 0x75, 0x74, 0x70, 0x75, 0x74, 
0x2F, 0x64, 0x6F, 0x6D, 0xB3, 0 };
++const logchar fname[] = { 0x6F, 0x75, 0x74, 0x70, 0x75, 0x74, 
0x2F, 0x64, 0x6F, 0x6D, (logchar)0xB3, 0 };
+ #endif
+ File file;
+ file.setPath(fname);
+@@ -209,9 +209,9 @@
+ 
DOMConfigurator::configure(LOG4CXX_TEST_STR("input/xml/DOMTestCase4.xml"));
+ LOG4CXX_INFO(logger, "File name is expected to end with an 
ideographic 4");
+ #if LOG4CXX_LOGCHAR_IS_UTF8

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

2016-09-15 Thread David Seifert
commit: 4e84a3962bec6a22d6128e1d4594815c96656985
Author: David Seifert  gentoo  org>
AuthorDate: Thu Sep 15 23:43:57 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Sep 15 23:58:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e84a396

dev-libs/log4cxx: Remove old ebuild

Package-Manager: portage-2.3.0

 dev-libs/log4cxx/log4cxx-0.10.0.ebuild | 65 --
 1 file changed, 65 deletions(-)

diff --git a/dev-libs/log4cxx/log4cxx-0.10.0.ebuild 
b/dev-libs/log4cxx/log4cxx-0.10.0.ebuild
deleted file mode 100644
index 95e9437..
--- a/dev-libs/log4cxx/log4cxx-0.10.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-inherit eutils
-
-MY_P=apache-${P}
-
-DESCRIPTION="Library of C++ classes for flexible logging to files, syslog and 
other destinations"
-HOMEPAGE="http://logging.apache.org/log4cxx/;
-SRC_URI="mirror://apache/logging/${PN}/${PV}/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~ppc-macos"
-IUSE="iodbc unicode odbc smtp"
-
-DEPEND="dev-libs/apr:1
-   dev-libs/apr-util:1
-   odbc? (
-   iodbc? ( >=dev-db/libiodbc-3.52.4 )
-   !iodbc? ( dev-db/unixODBC ) )
-   smtp? ( net-libs/libesmtp )"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
-   if use iodbc && ! use odbc; then
-   elog "Please enable the odbc USE-flag as well if you want 
odbc-support through iodbc."
-   fi
-}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PV}-missing_includes.patch \
-   "${FILESDIR}"/${P}-gcc44.patch \
-   "${FILESDIR}"/${P}-unixODBC.patch
-}
-
-src_configure() {
-   local myconf
-   use smtp && myconf="${myconf} --with-SMTP=libesmtp"
-   if use odbc; then
-   if use iodbc; then
-   myconf="${myconf} --with-ODBC=iODBC"
-   else
-   myconf="${myconf} --with-ODBC=unixODBC"
-   fi
-   fi
-   use unicode && myconf="${myconf} --with-charset=utf-8"
-
-   econf \
-   --disable-doxygen \
-   --disable-html-docs \
-   --with-apr-util="${SYSROOT:-${EPREFIX}}/usr" \
-   ${myconf}
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die
-   dohtml -r site/*
-
-   insinto /usr/share/doc/${PF}/examples
-   doins src/examples/cpp/*.cpp
-}



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

2016-09-15 Thread David Seifert
commit: 084e440eace1606c828eb81440ea5f2faa425501
Author: David Seifert  gentoo  org>
AuthorDate: Thu Sep 15 23:54:12 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Sep 15 23:58:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=084e440e

dev-libs/log4cxx: Rename patches

Package-Manager: portage-2.3.0

 ...ssing_includes.patch => log4cxx-0.10.0-missing_includes.patch} | 0
 dev-libs/log4cxx/log4cxx-0.10.0-r1.ebuild | 8 
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/log4cxx/files/0.10.0-missing_includes.patch 
b/dev-libs/log4cxx/files/log4cxx-0.10.0-missing_includes.patch
similarity index 100%
rename from dev-libs/log4cxx/files/0.10.0-missing_includes.patch
rename to dev-libs/log4cxx/files/log4cxx-0.10.0-missing_includes.patch

diff --git a/dev-libs/log4cxx/log4cxx-0.10.0-r1.ebuild 
b/dev-libs/log4cxx/log4cxx-0.10.0-r1.ebuild
index d9e8878..5d9119b 100644
--- a/dev-libs/log4cxx/log4cxx-0.10.0-r1.ebuild
+++ b/dev-libs/log4cxx/log4cxx-0.10.0-r1.ebuild
@@ -30,10 +30,10 @@ RESTRICT="test"
 
 HTML_DOCS=( site/. )
 PATCHES=(
-   "${FILESDIR}/${PV}-missing_includes.patch"
-   "${FILESDIR}/${P}-gcc44.patch"
-   "${FILESDIR}/${P}-unixODBC.patch"
-   "${FILESDIR}/${P}-fix-c++14.patch"
+   "${FILESDIR}/${PN}-0.10.0-missing_includes.patch"
+   "${FILESDIR}/${PN}-0.10.0-gcc44.patch"
+   "${FILESDIR}/${PN}-0.10.0-unixODBC.patch"
+   "${FILESDIR}/${PN}-0.10.0-fix-c++14.patch"
 )
 
 pkg_setup() {



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

2016-09-15 Thread Mike Pagano
commit: 72b083ebada59f74fa8f1ec1d862422c45104564
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Sep 15 22:34:12 2016 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Sep 15 22:34:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b083eb

BFQ Version bump v8r3. Linux patch 4.7.4

Package-Manager: portage-2.2.28

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 5af2da3..8154725 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -96,6 +96,9 @@ DIST genpatches-4.7-3.extras.tar.xz 17632 SHA256 
2c8fc86ff4a3024d852ea2373fc6926
 DIST genpatches-4.7-4.base.tar.xz 113672 SHA256 
71d3410b6d4867e459ea027aadf2024efdbc9fb78ce0180b47245b69d34b5d50 SHA512 
761c306e10eda7482af8f06a1f29e42a4059eee0b8949a03068b20a0908a2c873ac753eaa12164e9672f0befb7361cffc6f0c1683c6c280a983ad8da80b4f02b
 WHIRLPOOL 
93c7394fc66d24f27f8c0690a3626e7ee6aa0968706c26a719e66d5732436bc2ac1260c36086530505517bd81d1d7df8a1eda605cbbe0bb71f3b2d25e96b3476
 DIST genpatches-4.7-4.experimental.tar.xz 87060 SHA256 
61ef0410e8e4a49841e2eeb7c5bd0813263816d777a3bad5c92e92e23fb4b249 SHA512 
bfda1bac72e1d9aec106369727620565a4ba9a1968e8cd7223e317328062a577b43dadad03b067635d0bfa1bb625606f545690e4bf5163faa9359bfe5d211860
 WHIRLPOOL 
d7501b85ef5602bae04fc4f8b8bced421dc8cd8681f2efbd82b45a57468fa2b970e5a20c6eadfb3c536c74a821e7d8ae9b4713d5c98e69cea2364d77145fe076
 DIST genpatches-4.7-4.extras.tar.xz 17604 SHA256 
dfa04eb0b3c9c6abd370231b49781252c914701b5ab7477196a2ae42e894525e SHA512 
5e32894dad2a98943cfcab7699561b042fe99acfd4fb6159e04a26af49019a4b847fdc53b8a4e37c194b4c64e491849c3837149007bac93bd9a2cc8c13a9f45f
 WHIRLPOOL 
2da8acd833ac526ea644890bc578f06f78816cd0db7f67311f4f9c5331b446e001ccbf276f5fb16d1b7cf7d605ebd861f4f4432c244f38658b24169242d101a8
+DIST genpatches-4.7-5.base.tar.xz 130460 SHA256 
180a272345009c4129afd23d81dc3ecea48f33371338ad678d7f9c39e4f33ac6 SHA512 
aa732f0a2ba119e597b61cde2f8fbfab1133b41bf453b2d9cca09445a7cb471929bdcbb5cdf3be62b872336a3c4d82332d0a36620abb9a1366a0c0d42f757040
 WHIRLPOOL 
bdd0d486cffa5effee88efbdc68b1edb74989b10573ba842c5acc5b77d69276420f18af26ce099a1493f346b129edddf754f6b82d8242afcddf8ee8cba9718af
+DIST genpatches-4.7-5.experimental.tar.xz 87052 SHA256 
6f16a5dbe5031d72b083a9c27c8970e69f4b95bddf031e5cfd8e4531b3e3e30f SHA512 
05045ecc40157e8581fa2e79298a1aaf8e71c7ba887e8f017534605be074c94f8ed1bcd6b4a6831e89d8d0dbe350f963bf0756ec663bbe3df5ac3c9164a5e31c
 WHIRLPOOL 
361e9d53dd538e6c18b3cbec7d420f6068f297848990c7dd171351acd3e2ffbd3c7f53d634bb1654ba697fd8969323b7913d9caa441d9d8f9a648ecf7f78b192
+DIST genpatches-4.7-5.extras.tar.xz 17612 SHA256 
862a523a833065a3d4ab8ab634af61af67301a3ecaf8d1bfeca4cce7f601486e SHA512 
8ccd7c7e0ce284fb54ff6a4fbf74292d1d939c6c0d81493e6050807ab6d146f46749a626536ec9cbaf60f9a9dee3543905ee9cda80dd3c41147251b6834b69f9
 WHIRLPOOL 
7d30bcbd444d5fbcc7ce32859c6bc274d04fa424d8e01568bac29b6859afe8af7c10da9d884702207a4fadf99c06bd3d22c9b58e9678e701b3156eb930c95334
 DIST linux-3.10.tar.xz 73175088 SHA256 
df27fa92d27a9c410bfe6c4a89f141638500d7eadcca5cce578954efc2ad3544 SHA512 
5fb109fcbd59bf3dffc911b853894f0a84afa75151368f783a1252c5ff60c7a1504de216c0012be446df983e2dea400ad8eeed3ce04f24dc61d0ef76c174dc35
 WHIRLPOOL 
e7c0ccc2231e430b831218fc66f1940d095d2d5447d391329c6a7373d4a1d16708f64778b32e4847802ee2dae4fcf7cb67a1238fd4eb204fd0c4bce2d8134053
 DIST linux-3.12.tar.xz 76384600 SHA256 
2e120ec7fde19fa51dc6b6cc11c81860a0775defcad5a5bf910ed9a50e845a02 SHA512 
4ba5797e0772726d05c9f2eee66dc6dc2a5033c749ef44764c805a83da739ed5d0c6443b76785e38fe1ef74cc7ade787e48144faed0cfcb6f124f05248c700ff
 WHIRLPOOL 
a40195f6b53ba3440cf90a44495f6a59670f750851d1518e2bdfe3b949f0e898d1df5d37e271c31c555087026ddb6cc2c9109b22b9639e3222735e6f650a1417
 DIST linux-3.14.tar.xz 78399152 SHA256 
61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa SHA512 
5730d83a7a81134c1e77c0bf89e42dee4f8251ad56c1ac2be20c59e26fdfaa7bea55f277e7af156b637f22e1584914a46089af85039177cb43485089c74ac26e
 WHIRLPOOL 
5ad07b78c362ba0b21c50b4abb99407cae06bd08576f3fd8f36047b01409eba096263208020da3dcad4977eefc61d66502276754097bc127635df1d7a5817d41

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.7.4.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.7.4.ebuild
new file mode 100644
index ..c701571
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.7.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="5"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"

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

2016-09-15 Thread William Hubbs
commit: 6d851698067ac8a577b45f573f6c71bc22f3766d
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Sep 15 21:56:40 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Sep 15 21:57:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d851698

sys-apps/openrc: stabilize 0.21.7 for #588786

After discussion on irc, it was determined by myself and axs that this is
a small bug fix release and can be stabilized on every arch where 0.21.3 is
stabilized. No one objected, so I am going ahead with this plan.

I am stabilizing this version on the following architectures:
alpha amd64 arm hppa ia64 ppc ppc64 sparc

I will ask x86 to stabilize 0.21.7 instead of 0.21.3.

Package-Manager: portage-2.2.28

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

diff --git a/sys-apps/openrc/openrc-0.21.7.ebuild 
b/sys-apps/openrc/openrc-0.21.7.ebuild
index 5ae86a0..f20b707 100644
--- a/sys-apps/openrc/openrc-0.21.7.ebuild
+++ b/sys-apps/openrc/openrc-0.21.7.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://dev.gentoo.org/~williamh/dist/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 fi
 
 LICENSE="BSD-2"



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

2016-09-15 Thread Zac Medico
commit: 5c46a42710067d2605ceb00df795d8879feb0471
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Aug 29 01:25:05 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Sep 15 19:56:07 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=5c46a427

selinux: fix crash for invalid context

When selinux is not fully installed yet the getcon call can sometimes return
"kernel" instead of a correct triple (eg "root:sysadm_r:sysadm_t"). Catch the
IndexError and skip selinux initialization.

Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/portage/util/_async/ForkProcess.py", 
line 45, in _spawn
rval = self._run()
  File "/usr/lib64/python2.7/site-packages/_emerge/EbuildFetcher.py", line 172, 
in _run
allow_missing_digests=allow_missing):
  File "/usr/lib64/python2.7/site-packages/portage/package/ebuild/fetch.py", 
line 520, in fetch
if _userpriv_test_write_file(mysettings, write_test_file):
  File "/usr/lib64/python2.7/site-packages/portage/package/ebuild/fetch.py", 
line 134, in _userpriv_test_write_file
returncode = _spawn_fetch(settings, args)
  File "/usr/lib64/python2.7/site-packages/portage/package/ebuild/fetch.py", 
line 87, in _spawn_fetch
settings["PORTAGE_FETCH_T"])
  File "/usr/lib64/python2.7/site-packages/portage/_selinux.py", line 122, in 
__init__
self._con = settype(selinux_type)
  File "/usr/lib64/python2.7/site-packages/portage/_selinux.py", line 76, in 
settype
ret[2] = newtype
IndexError: list assignment index out of range

Signed-off-by: Jason Zaman  gentoo.org>

 pym/portage/_selinux.py | 24 +++-
 1 file changed, 15 insertions(+), 9 deletions(-)

diff --git a/pym/portage/_selinux.py b/pym/portage/_selinux.py
index c5e8b2c..985e966 100644
--- a/pym/portage/_selinux.py
+++ b/pym/portage/_selinux.py
@@ -6,6 +6,7 @@
 import os
 import shutil
 import sys
+import warnings
 
 import portage
 from portage import _encodings
@@ -72,9 +73,13 @@ def rename(src, dest):
setfscreate()
 
 def settype(newtype):
-   ret = getcontext().split(":")
-   ret[2] = newtype
-   return ":".join(ret)
+   try:
+   ret = getcontext().split(":")
+   ret[2] = newtype
+   return ":".join(ret)
+   except IndexError:
+   warnings.warn("Invalid SELinux context: %s" % getcontext())
+   return None
 
 def setexec(ctx="\n"):
ctx = _native_string(ctx, encoding=_encodings['content'], 
errors='strict')
@@ -122,15 +127,16 @@ class spawn_wrapper(object):
self._con = settype(selinux_type)
 
def __call__(self, *args, **kwargs):
+   if self._con is not None:
+   pre_exec = kwargs.get("pre_exec")
 
-   pre_exec = kwargs.get("pre_exec")
+   def _pre_exec():
+   if pre_exec is not None:
+   pre_exec()
+   setexec(self._con)
 
-   def _pre_exec():
-   if pre_exec is not None:
-   pre_exec()
-   setexec(self._con)
+   kwargs["pre_exec"] = _pre_exec
 
-   kwargs["pre_exec"] = _pre_exec
return self._spawn_func(*args, **kwargs)
 
 def symlink(target, link, reflnk):



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

2016-09-15 Thread David Seifert
commit: 42dc52d8d56a050cf0267b9d74cc2a95ae239967
Author: David Seifert  gentoo  org>
AuthorDate: Thu Sep 15 21:24:24 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Sep 15 21:24:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42dc52d8

dev-python/pyflann: Version bump to 1.9.1

* EAPI=6
* Add py3.4 and py3.5 support
* Remove USE=test support, as the main package already
  has a broken testsuite, and requires ruby dependencies.
  Furthermore, the testsuite downloads data files live.

Package-Manager: portage-2.3.0

 dev-python/pyflann/Manifest |  1 +
 dev-python/pyflann/pyflann-1.9.1.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-python/pyflann/Manifest b/dev-python/pyflann/Manifest
index 39203fd..7b4a809 100644
--- a/dev-python/pyflann/Manifest
+++ b/dev-python/pyflann/Manifest
@@ -1,2 +1,3 @@
 DIST flann-1.8.4-src.zip 561057 SHA256 
dfbb9321b0d687626a644c70872a2c540b16200e7f4c7bd72f91ae032f445c08 SHA512 
47ac6be66e3ec7303d28febc5a4cea2f8d1b3d81c3b7081f27cf17936074e06e91e30123569b41269a2b97c9960274dc485a575d77c1a386e8f539a76a8d3a0a
 WHIRLPOOL 
f7722d8c0a8482809920927353421ebb578464fe6746a4dba20a6c7b6f941715529d5be33aebd1726db36eae3b5d4080c6ae86b0f807e6e384af32b87735b83b
 DIST flann-1.8.4-testdata.tar.xz 26744244 SHA256 
4eaecf3a221ea6611e841fa2f459a17b6a5fdd68bb5bc46c434e37667141 SHA512 
f2bee5e2dfe2fbb42953df563f178b67639b62e26fc31be14e07c196ba3e84db21804e594af44991f7cf45ca5e10ff753093cf160abf33e90d19735a9a0b51cb
 WHIRLPOOL 
e49e5a594464955241ebc9bdfa908bac8b93b2fb465fc08ab73ec4d57194a8b71361ecb67985cdc641013fb8c3fb51ea2033769f41e558ab86e8f71e477b97da
+DIST flann-1.9.1.tar.gz 485391 SHA256 
b23b5f4e71139faa3bcb39e6bbcc76967fbaf308c4ee9d4f5bfbeceaa76cc5d3 SHA512 
0da78bb14111013318160dd3dee1f93eb6ed077b18439fd6496017b62a8a6070cc859cfb3e08dad4c614e48d9dc1da5f7c4a21726ee45896d360506da074a6f7
 WHIRLPOOL 
40c16b3b2d8ef458676c37a246ae1c0d45d14163a42a46172283cf20a377ee43971e7cacce9d575cc7ecfa0eab01377dbd5e592e3e7ae71e74334af18ebab836

diff --git a/dev-python/pyflann/pyflann-1.9.1.ebuild 
b/dev-python/pyflann/pyflann-1.9.1.ebuild
new file mode 100644
index ..7e51385
--- /dev/null
+++ b/dev-python/pyflann/pyflann-1.9.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for FLANN artificial neural network library"
+HOMEPAGE="http://www.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN/;
+SRC_URI="https://github.com/mariusmuja/flann/archive/${PV}.tar.gz -> 
flann-${PV}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   dev-python/numpy[${PYTHON_USEDEP}]
+   ~sci-libs/flann-${PV}"
+DEPEND="${RDEPEND}"
+# TODO:
+# readd dependencies for test suite,
+# requires repackaging auto-downloaded files
+
+S="${WORKDIR}/flann-${PV}/src/python"
+
+python_prepare_all() {
+   sed -e "s/@FLANN_VERSION@/${PV}/" \
+   -e '/package_d/d' \
+   -e "s/,.*'pyflann.lib'//" \
+   setup.py.tpl >> setup.py || die
+
+   distutils-r1_python_prepare_all
+}



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

2016-09-15 Thread David Seifert
commit: 1ca3b429a59c04d4b77e1963540db544fa71ee64
Author: David Seifert  gentoo  org>
AuthorDate: Thu Sep 15 20:39:37 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Sep 15 21:24:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca3b429

sci-libs/flann: Version bump to 1.9.1

Gentoo-bug: 593856
* EAPI=6
* Removed src_test(), as flann now requires
  ruby for tests.

Package-Manager: portage-2.3.0

 sci-libs/flann/Manifest   |  1 +
 sci-libs/flann/flann-1.9.1.ebuild | 86 +++
 2 files changed, 87 insertions(+)

diff --git a/sci-libs/flann/Manifest b/sci-libs/flann/Manifest
index 39203fd..7b4a809 100644
--- a/sci-libs/flann/Manifest
+++ b/sci-libs/flann/Manifest
@@ -1,2 +1,3 @@
 DIST flann-1.8.4-src.zip 561057 SHA256 
dfbb9321b0d687626a644c70872a2c540b16200e7f4c7bd72f91ae032f445c08 SHA512 
47ac6be66e3ec7303d28febc5a4cea2f8d1b3d81c3b7081f27cf17936074e06e91e30123569b41269a2b97c9960274dc485a575d77c1a386e8f539a76a8d3a0a
 WHIRLPOOL 
f7722d8c0a8482809920927353421ebb578464fe6746a4dba20a6c7b6f941715529d5be33aebd1726db36eae3b5d4080c6ae86b0f807e6e384af32b87735b83b
 DIST flann-1.8.4-testdata.tar.xz 26744244 SHA256 
4eaecf3a221ea6611e841fa2f459a17b6a5fdd68bb5bc46c434e37667141 SHA512 
f2bee5e2dfe2fbb42953df563f178b67639b62e26fc31be14e07c196ba3e84db21804e594af44991f7cf45ca5e10ff753093cf160abf33e90d19735a9a0b51cb
 WHIRLPOOL 
e49e5a594464955241ebc9bdfa908bac8b93b2fb465fc08ab73ec4d57194a8b71361ecb67985cdc641013fb8c3fb51ea2033769f41e558ab86e8f71e477b97da
+DIST flann-1.9.1.tar.gz 485391 SHA256 
b23b5f4e71139faa3bcb39e6bbcc76967fbaf308c4ee9d4f5bfbeceaa76cc5d3 SHA512 
0da78bb14111013318160dd3dee1f93eb6ed077b18439fd6496017b62a8a6070cc859cfb3e08dad4c614e48d9dc1da5f7c4a21726ee45896d360506da074a6f7
 WHIRLPOOL 
40c16b3b2d8ef458676c37a246ae1c0d45d14163a42a46172283cf20a377ee43971e7cacce9d575cc7ecfa0eab01377dbd5e592e3e7ae71e74334af18ebab836

diff --git a/sci-libs/flann/flann-1.9.1.ebuild 
b/sci-libs/flann/flann-1.9.1.ebuild
new file mode 100644
index ..b4f868b
--- /dev/null
+++ b/sci-libs/flann/flann-1.9.1.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils cuda toolchain-funcs
+
+DESCRIPTION="Fast approximate nearest neighbor searches in high dimensional 
spaces"
+HOMEPAGE="http://www.cs.ubc.ca/research/flann/;
+SRC_URI="https://github.com/mariusmuja/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="cuda doc examples mpi openmp octave static-libs"
+
+RDEPEND="
+   cuda? ( >=dev-util/nvidia-cuda-toolkit-5.5 )
+   mpi? (
+   sci-libs/hdf5[mpi]
+   dev-libs/boost:=[mpi]
+   )
+   !mpi? ( !sci-libs/hdf5[mpi] )
+   octave? ( >=sci-mathematics/octave-3.6.4-r1 )"
+DEPEND="${RDEPEND}
+   app-arch/unzip
+   doc? ( dev-tex/latex2html )"
+# TODO:
+# readd dependencies for test suite,
+# requires multiple ruby dependencies
+
+pkg_setup() {
+   if use openmp; then
+   if [[ $(tc-getCC) == *gcc ]] && ! tc-has-openmp ; then
+   ewarn "OpenMP is not available in your current selected 
gcc"
+   die "need openmp capable gcc"
+   fi
+   fi
+}
+
+src_prepare() {
+   # bug #302621
+   use mpi && export CXX=mpicxx
+   # produce pure octave files
+   # octave gentoo installation for .m files respected
+   sed -i \
+   -e 's/--mex//' \
+   -e 's/\.mex/\.oct/' \
+   -e '/FILES/s/${MEX_FILE}//' \
+   -e 's:share/flann/octave:share/octave/site/m:' \
+   -e "/CUSTOM_TARGET/a\INSTALL(FILES \${MEX_FILE} DESTINATION 
libexec/octave/site/oct/${CHOST})" \
+   src/matlab/CMakeLists.txt || die
+   use cuda && cuda_src_prepare
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   # python bindings are split
+   # off into dev-python/pyflann
+   local mycmakeargs=(
+   -DBUILD_C_BINDINGS=ON
+   -DBUILD_PYTHON_BINDINGS=OFF
+   -DPYTHON_EXECUTABLE=
+   -DDOCDIR=share/doc/${PF}
+   -DBUILD_CUDA_LIB=$(usex cuda)
+   -DBUILD_EXAMPLES=$(usex examples)
+   -DBUILD_DOC=$(usex doc)
+   -DBUILD_TESTS=OFF
+   -DBUILD_MATLAB_BINDINGS=$(usex octave)
+   -DUSE_MPI=$(usex mpi)
+   -DUSE_OPENMP=$(usex openmp)
+   )
+   use cuda && mycmakeargs+=(
+   -DCUDA_NVCC_FLAGS="${NVCCFLAGS},-arsch"
+   )
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+   if ! use static-libs; then
+   find "${D}" -name 'lib*.a' -delete || die
+   fi
+}



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

2016-09-15 Thread Michał Górny
commit: 7180b540c8cdb205670bc3e3c6584fbfb35b3ca3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 15 21:14:47 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 15 21:15:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7180b540

sys-libs/compiler-rt: Fix sandbox disabling to work-around LD_PRELOAD

 sys-libs/compiler-rt/compiler-rt-.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sys-libs/compiler-rt/compiler-rt-.ebuild 
b/sys-libs/compiler-rt/compiler-rt-.ebuild
index bc28ce4..829757c 100644
--- a/sys-libs/compiler-rt/compiler-rt-.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-.ebuild
@@ -92,8 +92,9 @@ src_configure() {
 }
 
 src_test() {
-   # sandbox fiddles with memory error reporting and breaks tests
-   local -x SANDBOX_ON=0
+   # sandbox breaks libasan tests... and is hard to kill
+   # so abuse the fail in its algorithms
+   local -x LD_PRELOAD=${LD_PRELOAD/libsandbox/nolibsandbox}
 
cmake-utils_src_make check-all
 }



[gentoo-commits] repo/gentoo:master commit in: app-forensics/honggfuzz/

2016-09-15 Thread Sergei Trofimovich
commit: 0571365c1f85fc45a5181d12529be85b90e5b8e3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Sep 15 20:36:31 2016 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Sep 15 20:37:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0571365c

app-forensics/honggfuzz: bump up to 0.8

Package-Manager: portage-2.3.0

 app-forensics/honggfuzz/Manifest |  1 +
 app-forensics/honggfuzz/honggfuzz-0.8.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/app-forensics/honggfuzz/Manifest b/app-forensics/honggfuzz/Manifest
index 1631871..c960503 100644
--- a/app-forensics/honggfuzz/Manifest
+++ b/app-forensics/honggfuzz/Manifest
@@ -1 +1,2 @@
 DIST honggfuzz-0.7.tar.gz 413122 SHA256 
611472a453c870165bb44e55900e7709aa4f7bca0159a81fc599cd66d1547d2a SHA512 
b0ab50ebae44fe734899a6fd4e6a861ff289ea6f449141fd974a4ad4cc8e12f0b77f7ba9163134668f5401596f2cf179c20d1e97cdc6578282f7c6b6e1c54b57
 WHIRLPOOL 
d6e066efce44c7080467235a12392374da4bab1aa5714de1e7739cc96ecf66d44b97810b5a69b1a939c1194d9e129cc972a440943029d3a468f0946de648940a
+DIST honggfuzz-0.8.tar.gz 432740 SHA256 
6bdc09798e7fe69d2c88437b61c3d2ec5be17a8135ddbe8da006373ec0ca492f SHA512 
65db9e67fd3ba3303a62c61c05a738dfad71dd3cbef032de8cae0965886887ea11ee3f4011354cf7b40014a8cd02d773ca66a06389cf76b42bdc5a79dbcb1ca1
 WHIRLPOOL 
33fe61321dc318824385632622d0f10d53dcfb36b0ffb5e43a7f3d051d8b9f2ae11b3d3c35c8f675250c88eaf2af3cd7ffcb7d33f9c18adf6fbea34e6aae3b88

diff --git a/app-forensics/honggfuzz/honggfuzz-0.8.ebuild 
b/app-forensics/honggfuzz/honggfuzz-0.8.ebuild
new file mode 100644
index ..df339f0
--- /dev/null
+++ b/app-forensics/honggfuzz/honggfuzz-0.8.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="A general purpose fuzzer with feedback support"
+HOMEPAGE="http://google.github.io/honggfuzz/;
+SRC_URI="https://github.com/google/honggfuzz/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   sys-libs/binutils-libs:=
+   sys-libs/libunwind
+"
+
+DEPEND="${RDEPEND}"
+
+DOCS=(
+   CHANGELOG
+   COPYING
+   CONTRIBUTING
+   README.md
+)
+
+src_compile() {
+   CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" emake
+}
+
+src_install() {
+   dobin ${PN}
+
+   einstalldocs
+}



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

2016-09-15 Thread Ian Whyman
commit: 11bbfa2ad250fc7af97ecc95100fe45dcd86356f
Author: Ian Whyman  gentoo  org>
AuthorDate: Thu Sep 15 20:09:51 2016 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Thu Sep 15 20:09:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11bbfa2a

net-libs/libupnp: Apply patch for #589136 (CVE-2016-6255)

 net-libs/libupnp/{libupnp-1.6.19.ebuild => libupnp-1.6.18-r2.ebuild} | 4 ++--
 net-libs/libupnp/{libupnp-1.6.19.ebuild => libupnp-1.6.19-r1.ebuild} | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/net-libs/libupnp/libupnp-1.6.19.ebuild 
b/net-libs/libupnp/libupnp-1.6.18-r2.ebuild
similarity index 93%
copy from net-libs/libupnp/libupnp-1.6.19.ebuild
copy to net-libs/libupnp/libupnp-1.6.18-r2.ebuild
index c589c65..655b6b6 100644
--- a/net-libs/libupnp/libupnp-1.6.19.ebuild
+++ b/net-libs/libupnp/libupnp-1.6.18-r2.ebuild
@@ -18,8 +18,8 @@ IUSE="debug doc ipv6 static-libs"
 DOCS="NEWS README ChangeLog"
 
 src_prepare() {
-   epatch "${FILESDIR}"/${P}-suse.patch \
-   "${FILESDIR}"/${P}-docs-install.patch
+   epatch "${FILESDIR}"/${P}-suse.patch
+   epatch "${FILESDIR}"/CVE-2016-6255.patch
 
# fix tests
chmod +x ixml/test/test_document.sh || die

diff --git a/net-libs/libupnp/libupnp-1.6.19.ebuild 
b/net-libs/libupnp/libupnp-1.6.19-r1.ebuild
similarity index 94%
rename from net-libs/libupnp/libupnp-1.6.19.ebuild
rename to net-libs/libupnp/libupnp-1.6.19-r1.ebuild
index c589c65..6fb8c21 100644
--- a/net-libs/libupnp/libupnp-1.6.19.ebuild
+++ b/net-libs/libupnp/libupnp-1.6.19-r1.ebuild
@@ -19,7 +19,8 @@ DOCS="NEWS README ChangeLog"
 
 src_prepare() {
epatch "${FILESDIR}"/${P}-suse.patch \
-   "${FILESDIR}"/${P}-docs-install.patch
+   "${FILESDIR}"/${P}-docs-install.patch \
+   "${FILESDIR}"/CVE-2016-6255.patch
 
# fix tests
chmod +x ixml/test/test_document.sh || die



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

2016-09-15 Thread Ian Whyman
commit: fe926129cd4bea42aa63c83f7fa126f429fa9976
Author: Ian Whyman  gentoo  org>
AuthorDate: Thu Sep 15 19:53:40 2016 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Thu Sep 15 19:53:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe926129

net-libs/libupnp: remove old

 net-libs/libupnp/libupnp-1.6.18.ebuild | 53 --
 1 file changed, 53 deletions(-)

diff --git a/net-libs/libupnp/libupnp-1.6.18.ebuild 
b/net-libs/libupnp/libupnp-1.6.18.ebuild
deleted file mode 100644
index 4b84eed..
--- a/net-libs/libupnp/libupnp-1.6.18.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit eutils flag-o-matic autotools
-
-DESCRIPTION="An Portable Open Source UPnP Development Kit"
-HOMEPAGE="http://pupnp.sourceforge.net/;
-SRC_URI="mirror://sourceforge/pupnp/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux"
-IUSE="debug doc ipv6 static-libs"
-
-DOCS="NEWS README ChangeLog"
-
-src_prepare() {
-   sed -e '/AX_CFLAGS_GCC_OPTION/s:-Os::g' \
-   -i "${S}/configure.ac" || die
-
-   # fix tests
-   chmod +x ixml/test/test_document.sh || die
-
-   eautoreconf
-}
-
-src_configure() {
-   use x86-fbsd && append-flags -O1
-   # w/o docdir to avoid sandbox violations
-   econf \
-   $(use_enable debug) \
-   $(use_enable ipv6) \
-   $(use_enable static-libs static) \
-   $(use_with doc documentation "${EPREFIX}/usr/share/doc/${PF}")
-}
-
-src_install () {
-   default
-   dobin upnp/sample/.libs/tv_{combo,ctrlpt,device}
-   use static-libs || find "${ED}" -type f -name '*.la' -delete
-}
-
-pkg_postinst() {
-   ewarn "Please remember to run revdep-rebuild when upgrading"
-   ewarn "from libupnp 1.4.x to libupnp 1.6.x , so packages"
-   ewarn "gets linked with the new library."
-   ewarn ""
-   ewarn "The revdep-rebuild script is part of the"
-   ewarn "app-portage/gentoolkit package."
-}



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

2016-09-15 Thread Ian Whyman
commit: 84d8f21cc2ca94d4f4a3146302726bd1c8fd3f47
Author: Ian Whyman  gentoo  org>
AuthorDate: Thu Sep 15 19:50:47 2016 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Thu Sep 15 19:51:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84d8f21c

net-libs/libupnp: Bump to 1.6.20, fix #546616

 net-libs/libupnp/Manifest  |  1 +
 net-libs/libupnp/files/CVE-2016-6255.patch | 65 ++
 net-libs/libupnp/libupnp-1.6.20.ebuild | 48 ++
 3 files changed, 114 insertions(+)

diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest
index a63cd0c..e5a9f40 100644
--- a/net-libs/libupnp/Manifest
+++ b/net-libs/libupnp/Manifest
@@ -1,2 +1,3 @@
 DIST libupnp-1.6.18.tar.bz2 1201056 SHA256 
b21bc676365622d3ace1b25292dab8d4d23f6e6a80ddc8f029b765d39797e934 SHA512 
2ce9b637a7edf544ae272aea137f735b03761a7925da0578e0073cf6429389f7f2af6cb05f666a02faa839caba3e1798ad31657afd287626b88905a5c45f3cb4
 WHIRLPOOL 
b575b517fb668c5e3af78dc1bc95c1a202404beb42966400b3b1313a1fe0e6cb8437ce392af6ad6de4ccc90715c8df7cc34bf3d0b3b828af4e14f1cc8a5e0eda
 DIST libupnp-1.6.19.tar.bz2 1213439 SHA256 
b3142b39601243b50532eec90f4a27dba85eb86f58d4b849ac94edeb29d9b22a SHA512 
97af62a7483cc19cfe80157cbc3383c1b4b7c9c39b848f4ed063784b74df0b9b0527f7b467e01451e0a44dbf9e8a9eab510619146a6ee1e3dce46f3e4af6e661
 WHIRLPOOL 
fe3ed0115c76872b45eb3f16909e23c61b004f028b745be17346b94dffd7c90108420cf71f50f73aa4ef241403b65b9d1c72926af3044ffacdae11f9649dad68
+DIST libupnp-1.6.20.tar.bz2 1243637 SHA256 
ee3537081e3ea56f66ada10387486823989210bc98002f098305551c966e3a63 SHA512 
754a3f587963078fc60e8a58f6b04536dac03d053c8cd14d4fd7e505a3417484fa03b72dd09ef92150f00263f270aa19646b7aab1b8707111aff53c43f8a120a
 WHIRLPOOL 
df2702b30a9e895371ba0647bfdd017fd17b4478feb691efaf754618fa032cb8ba72317030960676584da44dfc144f8b9bd07218799b40c2afa7fdee28e8b164

diff --git a/net-libs/libupnp/files/CVE-2016-6255.patch 
b/net-libs/libupnp/files/CVE-2016-6255.patch
new file mode 100644
index ..1448ab3
--- /dev/null
+++ b/net-libs/libupnp/files/CVE-2016-6255.patch
@@ -0,0 +1,65 @@
+From be0a01bdb83395d9f3a5ea09c1308a4f1a972cbd Mon Sep 17 00:00:00 2001
+From: Matthew Garrett 
+Date: Tue, 23 Feb 2016 13:53:20 -0800
+Subject: [PATCH] Don't allow unhandled POSTs to write to the filesystem by
+ default
+
+If there's no registered handler for a POST request, the default behaviour
+is to write it to the filesystem. Several million deployed devices appear
+to have this behaviour, making it possible to (at least) store arbitrary
+data on them. Add a configure option that enables this behaviour, and change
+the default to just drop POSTs that aren't directly handled.
+---
+ configure.ac | 4 
+ upnp/inc/upnpconfig.h.in | 5 +
+ upnp/src/genlib/net/http/webserver.c | 4 
+ 3 files changed, 13 insertions(+)
+
+diff --git a/configure.ac b/configure.ac
+index dd88734..ea2bc09 100644
+--- a/configure.ac
 b/configure.ac
+@@ -482,6 +482,10 @@ if test "x$enable_scriptsupport" = xyes ; then
+ AC_DEFINE(IXML_HAVE_SCRIPTSUPPORT, 1, [see upnpconfig.h])
+ fi
+ 
++RT_BOOL_ARG_ENABLE([postwrite], [no], [write to the filesystem on otherwise 
unhandled POST requests])
++if test "x$enable_postwrite" = xyes ; then
++AC_DEFINE(UPNP_ENABLE_POST_WRITE, 1, [see upnpconfig.h])
++fi
+ 
+ RT_BOOL_ARG_ENABLE([samples], [yes], [compilation of upnp/sample/ code])
+ 
+diff --git a/upnp/inc/upnpconfig.h.in b/upnp/inc/upnpconfig.h.in
+index 46ddc6e..5df8c5a 100644
+--- a/upnp/inc/upnpconfig.h.in
 b/upnp/inc/upnpconfig.h.in
+@@ -135,5 +135,10 @@
+  *  (i.e. configure --enable-open_ssl) */
+ #undef UPNP_ENABLE_OPEN_SSL
+ 
++/** Defined to 1 if the library has been compiled to support filesystem 
writes on POST
++ *  (i.e. configure --enable-postwrite) */
++#undef UPNP_ENABLE_POST_WRITE
++
++
+ #endif /* UPNP_CONFIG_H */
+ 
+diff --git a/upnp/src/genlib/net/http/webserver.c 
b/upnp/src/genlib/net/http/webserver.c
+index 8991c16..8b2ecf2 100644
+--- a/upnp/src/genlib/net/http/webserver.c
 b/upnp/src/genlib/net/http/webserver.c
+@@ -1369,9 +1369,13 @@ static int http_RecvPostMessage(
+   if (Fp == NULL)
+   return HTTP_INTERNAL_SERVER_ERROR;
+   } else {
++#ifdef UPNP_ENABLE_POST_WRITE
+   Fp = fopen(filename, "wb");
+   if (Fp == NULL)
+   return HTTP_UNAUTHORIZED;
++#else
++  return HTTP_NOT_FOUND;
++#endif
+   }
+   parser->position = POS_ENTITY;
+   do {

diff --git a/net-libs/libupnp/libupnp-1.6.20.ebuild 
b/net-libs/libupnp/libupnp-1.6.20.ebuild
new file mode 100644
index ..83c50e8
--- /dev/null
+++ b/net-libs/libupnp/libupnp-1.6.20.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils flag-o-matic 

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

2016-09-15 Thread Michael Palimaka
commit: d06b8561d419f1b6cfa58e853b6c93ecdb79f05a
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 15 19:14:06 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 19:14:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d06b8561

profiles: drop mask for removed net-libs/libkfbapi

 profiles/package.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 9dde822..b7d4dc7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -600,11 +600,6 @@ sci-physics/mpb
 # Mask new MariaDB alphas for testing
 >=dev-db/mariadb-10.2.0
 
-# Michael Palimaka  (14 Aug 2016)
-# Requires API that is no longer functional.
-# Masked for removal in 30 days.
-net-libs/libkfbapi
-
 # Hans de Graaff  (13 Aug 2016)
 
 # Unfixed security problems, bug 576068. No longer supported by



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

2016-09-15 Thread Michael Palimaka
commit: e05646388ebd74b45bf1875254012d823550d364
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 15 19:13:45 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 19:14:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0564638

net-libs/libkfbapi: remove last rited package

 net-libs/libkfbapi/Manifest |  1 -
 net-libs/libkfbapi/libkfbapi-1.0.ebuild | 26 --
 net-libs/libkfbapi/metadata.xml |  8 
 3 files changed, 35 deletions(-)

diff --git a/net-libs/libkfbapi/Manifest b/net-libs/libkfbapi/Manifest
deleted file mode 100644
index 39641b6..
--- a/net-libs/libkfbapi/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libkfbapi-1.0.tar.bz2 53930 SHA256 
6edd25730367d3969910481a5b9021c6ed4eff8e4c92ac5b60a9035121008ebc SHA512 
d9587752008aeecd061e27fa1415920b938cc71d117d59673ea9f0fe985be68fdf682ed9caf5caf8528b9486ad44d832b06e59c545a349aad1416f49df7d6a85
 WHIRLPOOL 
b7387934425034c97a96be7156583daf3cde44d2cbad79ca9f0be267038980bf7917d375e79fba696cdd6a7a71937b1915aad7ccbbdf00524c1c336a760199f0

diff --git a/net-libs/libkfbapi/libkfbapi-1.0.ebuild 
b/net-libs/libkfbapi/libkfbapi-1.0.ebuild
deleted file mode 100644
index 7ad5f04..
--- a/net-libs/libkfbapi/libkfbapi-1.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_LINGUAS="ar be bs cs da de el en_GB eo es et fi fr ga gl hi hu it ja kk km
-lt mai mr nb nds nl nn oc pa pl pt pt_BR ro ru sk sl sv tr ug uk zh_TW"
-WEBKIT_REQUIRED="always"
-inherit kde4-base
-
-DESCRIPTION="Library for accessing Facebook services based on KDE technology"
-HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkfbapi;
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 ~arm x86"
-IUSE="debug"
-
-DEPEND="
-   $(add_kdeapps_dep kdepimlibs)
-   dev-libs/libxslt
-   dev-libs/qjson
-"
-RDEPEND="${DEPEND}"

diff --git a/net-libs/libkfbapi/metadata.xml b/net-libs/libkfbapi/metadata.xml
deleted file mode 100644
index 2fdbf33..
--- a/net-libs/libkfbapi/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
-



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

2016-09-15 Thread Matt Thode
commit: a8e9e2e3b3e3628b30a5169a3794e4f739ef4de7
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Sep 15 19:16:10 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Sep 15 19:16:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8e9e2e3

dev-libs/leatherman: bup

Package-Manager: portage-2.2.28

 dev-libs/leatherman/Manifest|  1 +
 dev-libs/leatherman/leatherman-0.9.1.ebuild | 51 +
 2 files changed, 52 insertions(+)

diff --git a/dev-libs/leatherman/Manifest b/dev-libs/leatherman/Manifest
index a9fbf14..8ff756a 100644
--- a/dev-libs/leatherman/Manifest
+++ b/dev-libs/leatherman/Manifest
@@ -7,3 +7,4 @@ DIST leatherman-0.7.4.tar.gz 389081 SHA256 
96f3791ffc4f0ce780bd533b69739420b470e
 DIST leatherman-0.7.5.tar.gz 389795 SHA256 
a54fd92a939fbf48d57d248010ed41cf373f826855222b30ec16289be586c1ac SHA512 
70f6ad91647aaa049720af02110706ea7492bd00d2f742c203f7da22bb3928c677008e035144e3cbd9caa9e0ceec4abf89ce50567eaa9eaf4550908c5c8ba7da
 WHIRLPOOL 
04d87ee2edcdb03938a26adebd2a37118370ab11b98ec6bea541c8df4d31c654a01579f81f164bedfea648210ef55bcfc6c1804bd4835f12308f9e262eb269fb
 DIST leatherman-0.8.1.tar.gz 391075 SHA256 
e5cd0b9893711495abfc004403e657c9a4f3ee46486c1fc7a60b4eb6787b3f49 SHA512 
c10b0a8cee580cdd2c963dc21c445084eab5c70e5cb43d6550ac3b5681aa1edb772937a4fc7c0143b7523c0508056047b87d3c9b98bc4c9c5c59d8e63dcfc9e8
 WHIRLPOOL 
88bb92d59b86be1480a4f10559140cad66f8fa7c94d217fe527f7f27f53550df0f30bfb6f2d93512fa6e874a311da8990b44585982031bc69c49dacbe8583d1d
 DIST leatherman-0.9.0.tar.gz 392308 SHA256 
8d79a998caa47047bfc52093e6a50618458b5c0aa502a6cf61f9fb7a6451c3bb SHA512 
25c5edd58abad4e20d36ec7badb94aacc0f9a9e44200e710dcb3da116685396bba5b12ae806f9865e48d5d50c43a31486d8aa39fd853551ccf2c3eaa28859c8d
 WHIRLPOOL 
492ae8971368a8c7e3527a875c8cb4a46d5a767b80b45d32b33fa2f1c66a7d2ea4825c923a6993b1147ac8e68bb111c682ef5315c13a11a68bd583b3423e6656
+DIST leatherman-0.9.1.tar.gz 417376 SHA256 
dc436230edd65f5244a72d290c598a3889787c917c4aa1a10f4559149408de81 SHA512 
93fcb374eeac37a1e1009def0b94de8e7017764db7d18967da0409c34397e32249894de13e23509ecb37907388d7019e08e021db1d6909b1e8fe8b7b6e535c28
 WHIRLPOOL 
4e2c89322d349780624dff0670e353b923c159df9db20cf20272a8d7e80a899b85f949c2bbfc05e7a587ff845a5a342fc690be5dd3457d185b2d6850bf97ac47

diff --git a/dev-libs/leatherman/leatherman-0.9.1.ebuild 
b/dev-libs/leatherman/leatherman-0.9.1.ebuild
new file mode 100644
index ..e64fca8
--- /dev/null
+++ b/dev-libs/leatherman/leatherman-0.9.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22"
+
+inherit cmake-utils multilib ruby-ng
+
+DESCRIPTION="A C++ toolkit"
+HOMEPAGE="https://github.com/puppetlabs/leatherman;
+SRC_URI="https://downloads.puppetlabs.com/facter/${P}.tar.gz;
+SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+S="${S}/all/${P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="debug test"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+
+CDEPEND="
+   >=sys-devel/gcc-4.8:*
+   >=dev-libs/boost-1.54[nls]
+   net-misc/curl"
+
+RDEPEND+=" ${CDEPEND}"
+DEPEND+=" test? ( ${CDEPEND} )"
+
+src_prepare() {
+   sed -i 's/\-Werror\ //g' "cmake/cflags.cmake" || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_VERBOSE_MAKEFILE=ON
+   -DCMAKE_BUILD_TYPE=None
+   -DCMAKE_INSTALL_PREFIX=/usr
+   -DCMAKE_INSTALL_SYSCONFDIR=/etc
+   -DCMAKE_INSTALL_LOCALSTATEDIR=/var
+   )
+   if use debug; then
+   mycmakeargs+=(
+ -DCMAKE_BUILD_TYPE=Debug
+   )
+   fi
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: www-plugins/adobe-flash/

2016-09-15 Thread Jeroen Roovers
commit: 97558b860bda0acf04f415522694a0ba9a49e825
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Sep 15 19:07:54 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Sep 15 19:07:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97558b86

www-plugins/adobe-flash: Old.

Package-Manager: portage-2.3.0

 www-plugins/adobe-flash/Manifest   |   3 -
 .../adobe-flash/adobe-flash-11.2.202.632.ebuild| 235 -
 2 files changed, 238 deletions(-)

diff --git a/www-plugins/adobe-flash/Manifest b/www-plugins/adobe-flash/Manifest
index a7c79ba..750d0ea 100644
--- a/www-plugins/adobe-flash/Manifest
+++ b/www-plugins/adobe-flash/Manifest
@@ -1,6 +1,3 @@
-DIST adobe-flash-11.2.202.632-debug.i386.tar.gz 7464481 SHA256 
a0d82fdfc50912e89e9ee51777947ce02753c5c439a08ace4eccdd3765c57dd9 SHA512 
ac16e3cc9d0ffb672b61b246a8ccf4c1211eb1af8fb24d31ad2d995a175cec885c4efc7375b0325ed2221124885c9e22e62c38ace4b29bbc109a8633277acac8
 WHIRLPOOL 
3f39e91902ff7d9988ab2fc14012a34b396aa76597909e3ea959ff3bda9f675cc13e9a1ec2ee1d25308c646d4b2d144516dacde4d0be6b44ffbae575eb53dbee
-DIST adobe-flash-11.2.202.632.i386.tar.gz 6986419 SHA256 
c455ba9b72318d87434c7199a94ca15dc0f1c7fca590ee3703e013cbdecce942 SHA512 
b33f4fbc888e10ce034cd2236272960bed4c429ee5c6f3f93162bbd1642fd6ee3bb5b0273654818eef5b84540c826e3c3dd039e982b26e93091532e5a30941aa
 WHIRLPOOL 
fe7d364442ba5543d4d7f54d0f039c8c8a69d5e72b145d12a0add32ed7635b56abd9966e49d577bc45733c6f81c8b43db20d2a407e188320d6def540d4f17493
-DIST adobe-flash-11.2.202.632.x86_64.tar.gz 7296191 SHA256 
8a0cea025f854f2c6e139f623851eee60bb3842d5326fb7502644a1a94a6d1d7 SHA512 
cdda85ec491d0e3b08333d8547fbb693e342cd73110231b2df8b285424cdf30fe7296892c2744c3a33eac2eb4b4562d08ecb8f80f62f45834e739e0bd13c3da8
 WHIRLPOOL 
5bc3a9079b18623d2ee227496d91429131075a2ba04d901075a0e83d599031909c2f750fd31e7393409994cd4ff0e164d2e5f67eea82fab4c95849d960d0c1ac
 DIST adobe-flash-11.2.202.635-debug.i386.tar.gz 7470860 SHA256 
82ce5728503b42795d7e7eb055ac8d784661bcb30ea4bd5f2e278d32b7fb4327 SHA512 
bb9fa2f7840d5a45012c73b16f0cf5dc268ec7d3fd610f2ac6df04d216036ee26f036691b7657919aea7887e14e7fc71bd55078aae760b0861e8d3c4c7b11ce5
 WHIRLPOOL 
44f15d5491f1974574ed41b8defc79bc454c89a54c1e8dcf248f6c4a6e41e3785f4fb81609535f8a0e087db613e8c795d3625f19107fbd3a736f83007380dc3c
 DIST adobe-flash-11.2.202.635.i386.tar.gz 6991502 SHA256 
a55a147bb1e4a3ea594fd140db2cf21fd5c70b8cec66546c3e54f1d256577fea SHA512 
38b9392e2f1315fb104f3b258cc212af917d894f31cd3a42c8772d824228bad87c6ee8b010ca71c4e7f5e5d245c22fe7064dc069af117f5631ed5544fe44a295
 WHIRLPOOL 
9a67879870358f66f6aefa227f1b564a9d25de7bded3b62b6e714f9fa0bfc60e86e3a8dfdadd181ec7261d06b1458b5a305462bef3fa206c77a7b14021dcdb68
 DIST adobe-flash-11.2.202.635.x86_64.tar.gz 7300571 SHA256 
07913caafa295b90ec2e56d2f2bdf745a90622afac323d75961555e94420c8c7 SHA512 
6a9fe142b388cd7b0997aa1c47a7f20d782478118f9d0dbe4572e3b24d7be036672a156c5dbbc2229f96916d7bcb82e1ddd98a86deba3a355fbdee612f6b7865
 WHIRLPOOL 
99aa83d44efa3fe0e4758c65341f43de7d270f9844429427c4f4479289bc5bc64bee633c883af31ef4b3a2aa04f94b104595988f2128ed26741dd80a7039cc10

diff --git a/www-plugins/adobe-flash/adobe-flash-11.2.202.632.ebuild 
b/www-plugins/adobe-flash/adobe-flash-11.2.202.632.ebuild
deleted file mode 100644
index 8904f13..
--- a/www-plugins/adobe-flash/adobe-flash-11.2.202.632.ebuild
+++ /dev/null
@@ -1,235 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit nsplugins toolchain-funcs versionator multilib multilib-minimal
-
-DESCRIPTION="Adobe Flash Player"
-HOMEPAGE="
-   http://www.adobe.com/products/flashplayer.html
-   http://get.adobe.com/flashplayer/
-   https://helpx.adobe.com/security/products/flash-player.html#version11
-"
-
-AF_URI="http://fpdownload.macromedia.com/get/flashplayer/pdc;
-AF_DB_URI="http://fpdownload.macromedia.com/pub/flashplayer/updaters;
-PV_M=$(get_major_version)
-AF_32_URI="${AF_URI}/${PV}/install_flash_player_${PV_M}_linux.i386.tar.gz -> 
${P}.i386.tar.gz"
-AF_64_URI="${AF_URI}/${PV}/install_flash_player_${PV_M}_linux.x86_64.tar.gz -> 
${P}.x86_64.tar.gz"
-AF_32_DB_URI="${AF_DB_URI}/${PV_M}/flashplayer_${PV_M}_plugin_debug.i386.tar.gz
 -> ${P}-debug.i386.tar.gz"
-
-SRC_URI="
-   abi_x86_32? (
-   !debug? ( ${AF_32_URI} )
-   debug? ( ${AF_32_DB_URI} )
-   )
-   abi_x86_64? ( ${AF_64_URI} )
-"
-IUSE="debug kde selinux cpu_flags_x86_sse2"
-REQUIRED_USE="
-   cpu_flags_x86_sse2
-   debug? ( abi_x86_32 )
-   || ( abi_x86_64 abi_x86_32 )
-"
-SLOT="0"
-
-KEYWORDS="-* amd64 x86"
-LICENSE="AdobeFlash-11.x"
-RESTRICT="strip mirror"
-
-S="${WORKDIR}"
-
-NATIVE_DEPS="
-   dev-libs/atk
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   kde? (
-   dev-qt/qtcore:4
-   dev-qt/qtdbus:4
-   dev-qt/qtgui:4
- 

[gentoo-commits] repo/gentoo:master commit in: www-plugins/adobe-flash/

2016-09-15 Thread Jeroen Roovers
commit: feea12e5585439c1a537c426f5aef25c532fd081
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Sep 15 19:07:14 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Sep 15 19:07:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feea12e5

www-plugins/adobe-flash: Stable for AMD64 x86 (bug #593684).

Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches

 www-plugins/adobe-flash/adobe-flash-11.2.202.635.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/adobe-flash/adobe-flash-11.2.202.635.ebuild 
b/www-plugins/adobe-flash/adobe-flash-11.2.202.635.ebuild
index a1ffcba..8407826 100644
--- a/www-plugins/adobe-flash/adobe-flash-11.2.202.635.ebuild
+++ b/www-plugins/adobe-flash/adobe-flash-11.2.202.635.ebuild
@@ -34,7 +34,7 @@ REQUIRED_USE="
 "
 SLOT="0"
 
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 LICENSE="AdobeFlash-11.x"
 RESTRICT="strip mirror"
 



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

2016-09-15 Thread Jeroen Roovers
commit: 7e615303dc779f3465fa36809248bb1d36a1603b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Sep 15 19:02:53 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Sep 15 19:03:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e615303

www-client/vivaldi: Old.

Package-Manager: portage-2.3.0

 www-client/vivaldi/Manifest|   2 -
 www-client/vivaldi/vivaldi-1.3.582.3_p1.ebuild | 106 -
 2 files changed, 108 deletions(-)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index f630bad..dfd64cd 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -2,8 +2,6 @@ DIST vivaldi-1.2.490.35_p1-amd64.deb 45329780 SHA256 
7689a5659194a7ed076e6ec5dd5
 DIST vivaldi-1.2.490.35_p1-i386.deb 45932234 SHA256 
2608270bd3992af0349d7b3fbd6f768b922492232f8848a2f669874859eb0ff0 SHA512 
9a268b214583ba205e6cde1a086c14a87049bbeab709e732df6581ecda9e6379c3492bac88ca636c7fe6f4c86f171004d25b1a5686cc77990832da9c43918791
 WHIRLPOOL 
6c92d80e05209acd1bcff91ec5f193eece79a5789efa00db903dad6cec4f1b6f267716654b244d0e790165efb5acd04cf720a69b94ec8846c68ea6554e504990
 DIST vivaldi-1.3.551.30_p1-amd64.deb 45833878 SHA256 
89d0630c9df56cfb12a87f23430179f6d14a8c57fb029d1c8d28ab06c98b7640 SHA512 
bf2d44b06c134976d630c7cc3dcd7c9ed64bc1e559a77002fd12518e383ebfc8d2b1ec7a51dd46991a385f6a646fa91117e5a5f9e0e982627a309a3b242d44ca
 WHIRLPOOL 
c3c561ef359ca71035f7cce451e285a589f960e5b10c7f0f1423b180cd93e427c111c37e4f2e1bd5fc80942b109018a12ae773667f9bc4a48174f62a8521af19
 DIST vivaldi-1.3.551.30_p1-i386.deb 47321718 SHA256 
0a7e07833f5359e38516222767da63edeca92177cbb6d4ef4946a6ef7c7b2946 SHA512 
3cc5b378e9ced1452d8a53b21d14a351e53ef1f8fbdeb3d2b7d50f5af566adb1a88080c00cd70deaf7ef78baec58707f086f15fbe795d9b37cd35c4904837910
 WHIRLPOOL 
dee04badf0be140d043191f10a43ebcae9a1fc6261e197005b89bd568768766ed975a5a5861d54dcba01c3ebe7801f9090350eea705dfb9e803c94e22af9b4b6
-DIST vivaldi-1.3.582.3_p1-amd64.deb 46854236 SHA256 
841142845feaafc279bab333bc006426cfe692bf7513375dcaf7c3f2ffd5a1bc SHA512 
a0fac639c0dae4825d7e469281150a925ff9d84fd7c284aec20f4e7b36d21f221951969ec29c3f6d23b2a020454e328f9ac0fbb19e943053b0b14f0819cc3228
 WHIRLPOOL 
815aae9a60acab2e82b3c96c3d45303276f81f54e48090d293c5b5fa45a65a880dc4fe4c63a99dff03aa75592a1db3e7bcb97c1768d8ee2bc47fd9d9d33399cf
-DIST vivaldi-1.3.582.3_p1-i386.deb 48403876 SHA256 
8baa5748ceb2d95ef9f4748440e2e7c2dbadefb47419daac6b4df6ba85c8e7d0 SHA512 
c29de15a607542b93d08768dfc7041e4f93a74b0e4cf61ac1453dac39b513f833b08e3335c588d2444f71923d81571a7b2ce544e7a96192f9b350dcc738cf9ad
 WHIRLPOOL 
b0791172a3831a3db86bab36da9641ef0b465e62e099e306e5d5d11b60014eca7cc4001ddec6f3cf2916cc01ab5fd9189b43dd35cbcc632751621a95c2059407
 DIST vivaldi-1.4.589.11_p1-amd64.deb 46375884 SHA256 
183b075c6e096138fb1c83918f2e9ba1f4d465c2284bb8c9991e1aece51fb801 SHA512 
f2c4b7a81bd58c10354f843db6f39a7ef915161abf5620685405550d2e6ba5805a5167a1a484afd85cf199fb9843b9086286368c0afa22a3a36e852a40bf1c56
 WHIRLPOOL 
6ee76e344b716495014b5968b06886a118ad2a7087dc613246c313220a0bd7d77b5bd1ae4dbea2747297fe3e799a4c55f7de9580597e9343ccc52a0a2a90e91d
 DIST vivaldi-1.4.589.11_p1-i386.deb 47912808 SHA256 
6e270e579e815450686bfa74906b6e0789e73c3c3ddd7dcc413b705e92196ad3 SHA512 
f0161f5e253db56ea50d4e9892e2924d2fdba42a14cff852e0b6984ac709bbb82b117537985be220d5f1c812e94b83ff58443af98c25380bddfd5f1501120627
 WHIRLPOOL 
75f8c608c46f7c09eb4dfe7d791db425b5283191791e647322f7875bca28047f015f947e10a57c00623fdf258b7dd2fb5fc46a12e660c68a5b0c681b437fbeca
 DIST vivaldi-1.5.604.4_p1-amd64.deb 46873076 SHA256 
ace212835706b6d0c9d9a27d5226cb3c92c0bfda6f83ab8f626103c5eddb7fc1 SHA512 
2b9f00e85ff761a82b97c73ef4cdc196d295ff92f47ebb0b3483735223962d02fc6fe0fed1425ebd5275a56160c51fff56086f261cdc953e0a22456e451f37f7
 WHIRLPOOL 
e0390ac400a91016d42501fb42b2f361d56d539fe68d8f18dc07efe6ef122cc00fe5879f2aae154e5ec37b67182a154e94732899b5900511ca45593170ca4134

diff --git a/www-client/vivaldi/vivaldi-1.3.582.3_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.3.582.3_p1.ebuild
deleted file mode 100644
index 4e97be8..
--- a/www-client/vivaldi/vivaldi-1.3.582.3_p1.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-CHROMIUM_LANGS="
-   am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
-   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
-   sw ta te th tr uk vi zh-CN zh-TW
-"
-inherit chromium-2 eutils multilib unpacker toolchain-funcs
-
-VIVALDI_PN="${PN}-snapshot"
-VIVALDI_HOME="opt/${VIVALDI_PN}"
-DESCRIPTION="A new browser for our friends"
-HOMEPAGE="http://vivaldi.com/;
-VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${VIVALDI_PN}_${PV/_p/-}_;
-SRC_URI="
-   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
-   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )

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

2016-09-15 Thread Jeroen Roovers
commit: ea92a0f1c9b316cba2becb124d34b90bf44229e3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Sep 15 18:29:16 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Sep 15 19:03:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea92a0f1

www-client/vivaldi: Version bump.

Package-Manager: portage-2.3.0

 www-client/vivaldi/Manifest|   2 +
 www-client/vivaldi/vivaldi-1.5.604.4_p1.ebuild | 109 +
 2 files changed, 111 insertions(+)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index 57d4463..f630bad 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -6,3 +6,5 @@ DIST vivaldi-1.3.582.3_p1-amd64.deb 46854236 SHA256 
841142845feaafc279bab333bc00
 DIST vivaldi-1.3.582.3_p1-i386.deb 48403876 SHA256 
8baa5748ceb2d95ef9f4748440e2e7c2dbadefb47419daac6b4df6ba85c8e7d0 SHA512 
c29de15a607542b93d08768dfc7041e4f93a74b0e4cf61ac1453dac39b513f833b08e3335c588d2444f71923d81571a7b2ce544e7a96192f9b350dcc738cf9ad
 WHIRLPOOL 
b0791172a3831a3db86bab36da9641ef0b465e62e099e306e5d5d11b60014eca7cc4001ddec6f3cf2916cc01ab5fd9189b43dd35cbcc632751621a95c2059407
 DIST vivaldi-1.4.589.11_p1-amd64.deb 46375884 SHA256 
183b075c6e096138fb1c83918f2e9ba1f4d465c2284bb8c9991e1aece51fb801 SHA512 
f2c4b7a81bd58c10354f843db6f39a7ef915161abf5620685405550d2e6ba5805a5167a1a484afd85cf199fb9843b9086286368c0afa22a3a36e852a40bf1c56
 WHIRLPOOL 
6ee76e344b716495014b5968b06886a118ad2a7087dc613246c313220a0bd7d77b5bd1ae4dbea2747297fe3e799a4c55f7de9580597e9343ccc52a0a2a90e91d
 DIST vivaldi-1.4.589.11_p1-i386.deb 47912808 SHA256 
6e270e579e815450686bfa74906b6e0789e73c3c3ddd7dcc413b705e92196ad3 SHA512 
f0161f5e253db56ea50d4e9892e2924d2fdba42a14cff852e0b6984ac709bbb82b117537985be220d5f1c812e94b83ff58443af98c25380bddfd5f1501120627
 WHIRLPOOL 
75f8c608c46f7c09eb4dfe7d791db425b5283191791e647322f7875bca28047f015f947e10a57c00623fdf258b7dd2fb5fc46a12e660c68a5b0c681b437fbeca
+DIST vivaldi-1.5.604.4_p1-amd64.deb 46873076 SHA256 
ace212835706b6d0c9d9a27d5226cb3c92c0bfda6f83ab8f626103c5eddb7fc1 SHA512 
2b9f00e85ff761a82b97c73ef4cdc196d295ff92f47ebb0b3483735223962d02fc6fe0fed1425ebd5275a56160c51fff56086f261cdc953e0a22456e451f37f7
 WHIRLPOOL 
e0390ac400a91016d42501fb42b2f361d56d539fe68d8f18dc07efe6ef122cc00fe5879f2aae154e5ec37b67182a154e94732899b5900511ca45593170ca4134
+DIST vivaldi-1.5.604.4_p1-i386.deb 48544076 SHA256 
85798fc2e9f6dd2b8f7a39a6f30c85667d1f2a9d84887569f66d20de44e21406 SHA512 
db2908f565820ce01d27871f584fb6aeb4fd11a7d1496b3154e0d72a8d9fc52482024b329bf24c5aadda5d031ee237363e53f0295f982eec143aec88b128e754
 WHIRLPOOL 
d9ed75e15b6c476da9bfed3fce0430242a6f6f2e754fc2409541b3247418f8852275294db78e1e12a15ceab8b6e4e11265e73fe71ca91722be480325b3aaad43

diff --git a/www-client/vivaldi/vivaldi-1.5.604.4_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.5.604.4_p1.ebuild
new file mode 100644
index ..19616d9
--- /dev/null
+++ b/www-client/vivaldi/vivaldi-1.5.604.4_p1.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+CHROMIUM_LANGS="
+   am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
+   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
+   sw ta te th tr uk vi zh-CN zh-TW
+"
+inherit chromium-2 eutils multilib unpacker toolchain-funcs
+
+VIVALDI_BRANCH="snapshot"
+
+VIVALDI_PN="${PN}-${VIVALDI_BRANCH:-stable}"
+VIVALDI_BIN="${PN}${VIVALDI_BRANCH/snapshot/-snapshot}"
+VIVALDI_HOME="opt/${VIVALDI_BIN}"
+DESCRIPTION="A new browser for our friends"
+HOMEPAGE="http://vivaldi.com/;
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_BRANCH:-stable}/${VIVALDI_PN}_${PV/_p/-}_;
+SRC_URI="
+   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
+   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+RESTRICT="bindist mirror"
+
+S=${WORKDIR}
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   >=dev-libs/openssl-1.0.1:0
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   sed -i \
+   -e "s|${VIVALDI_BIN}|${PN}|g" \
+   

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

2016-09-15 Thread Brian Dolbec
commit: 559fe9736b1d5426948a0e94b5e3602631de831b
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Sep 15 17:36:31 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Thu Sep 15 18:45:51 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=559fe973

repoman/main.py: Fix commitmessage assignment not being done.

With commitmessage only being None, the if block where it was used was 
irrelevant.
This now will correctly make use of a passed in commit message in the if block.

 repoman/pym/repoman/main.py | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/repoman/pym/repoman/main.py b/repoman/pym/repoman/main.py
index 2009a44..ad213e3 100755
--- a/repoman/pym/repoman/main.py
+++ b/repoman/pym/repoman/main.py
@@ -116,8 +116,6 @@ def repoman_main(argv):
vcs_settings, mydir, env)
scanner.scan_pkgs(can_force)
 
-   commitmessage = None
-
if options.if_modified == "y" and len(scanner.effective_scanlist) < 1:
logging.warning("--if-modified is enabled, but no modified 
packages were found!")
 
@@ -145,6 +143,14 @@ def repoman_main(argv):
(result['warn'] and not (options.quiet or options.mode == 
"scan")):
result['full'] = 0
 
+   commitmessage = None
+   if options.commitmsg:
+   commitmessage = options.commitmsg
+   elif options.commitmsgfile:
+   # we don't need the actual text of the commit message here
+   # the filename will do for the next code block
+   commitmessage = options.commitmsgfile
+
# Save QA output so that it can be conveniently displayed
# in $EDITOR while the user creates a commit message.
# Otherwise, the user would not be able to see this output



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

2016-09-15 Thread Brian Dolbec
commit: 3a4d6665190281bc18650196e972c798be80c857
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Sep 15 18:45:04 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Thu Sep 15 18:46:04 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=3a4d6665

repoman/actions.py: Add cat/pkg: substtution in the commitsgfile text

Split out the code for msg_prefix().
If the commit message text starts with "cat/pkg: " or "CAT/PKG: ", then it will 
substitute
that text for the real cat/pkg string deteermined by the msg_prefix().
This allows for a templated commit message that is re-used for several/many 
packages.

 repoman/pym/repoman/actions.py | 13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/repoman/pym/repoman/actions.py b/repoman/pym/repoman/actions.py
index 16d602a..0534c29 100644
--- a/repoman/pym/repoman/actions.py
+++ b/repoman/pym/repoman/actions.py
@@ -108,6 +108,9 @@ class Actions(object):
" --commitmsgfile='%s'\n" % 
self.options.commitmsgfile)
else:
raise
+   if commitmessage[:9] in ("cat/pkg: ", "CAT/PKG: "):
+   commitmessage = self.msg_prefix() + 
commitmessage[9:]
+
if not commitmessage or not commitmessage.strip():
commitmessage = self.get_new_commit_message(qa_output)
 
@@ -516,12 +519,14 @@ class Actions(object):
portage.writemsg("!!! Disabled FEATURES='sign'\n")
self.repo_settings.sign_manifests = False
 
-
-   def get_new_commit_message(self, qa_output):
-   msg_prefix = ""
+   def msg_prefix(self):
+   prefix = ""
if self.scanner.repolevel > 1:
-   msg_prefix = "/".join(self.scanner.reposplit[1:]) + ": "
+   prefix = "/".join(self.scanner.reposplit[1:]) + ": "
+   return prefix
 
+   def get_new_commit_message(self, qa_output):
+   msg_prefix = self.msg_prefix()
try:
editor = os.environ.get("EDITOR")
if editor and utilities.editor_is_executable(editor):



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

2016-09-15 Thread Ulrich Müller
commit: f2241b9c1a9b2e7b791b1d732fd1a37c73a035d3
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Sep 13 06:50:04 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 13 06:50:04 2016 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=f2241b9c

tree-layout.tex: Remove item list of ebuild file name components.

This was another leftover of the kdebuild-1 conditionals,
see commit 51ad24e7c6eab928eabe4aedeba18946d76363dd.

 tree-layout.tex | 12 +++-
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/tree-layout.tex b/tree-layout.tex
index 0554a64..dfb8496 100644
--- a/tree-layout.tex
+++ b/tree-layout.tex
@@ -57,15 +57,9 @@ A package directory contains the following:
 \item A \t{files} directory, containing any support files needed by the 
ebuilds. Optional.
 \end{compactitem}
 
-Any ebuild in a package directory must be named \t{name-ver.suffix}, where:
-
-\begin{compactitem}
-\item \t{name} is the (unqualified) package name.
-\item \t{ver} is the package's version.
-\item \label{file-extension} \t{suffix} is \t{ebuild}.
-\end{compactitem}
-
-Package managers must ignore any ebuild file that does not match these rules.
+Any ebuild in a package directory must be named \t{name-ver.ebuild}, where 
\t{name} is the
+(unqualified) package name, and \t{ver} is the package's version. Package 
managers must ignore
+any ebuild file that does not match these rules.
 
 A package directory that contains no correctly named ebuilds shall be 
considered a package with no
 versions. A package with no versions shall be considered equivalent to a 
package that does not



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

2016-09-15 Thread Ulrich Müller
commit: e8e5e57caa1179a262aad362ba9a65e938257159
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Sep 13 06:54:57 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 13 06:54:57 2016 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=e8e5e57c

tree-layout.tex: Clarify that empty Manifest files can be omitted.

With thin manifests the file can end up empty (e.g., if the package
contains only live ebuilds). Current practice is to leave such empty
files out.

 tree-layout.tex | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tree-layout.tex b/tree-layout.tex
index dfb8496..e215cf8 100644
--- a/tree-layout.tex
+++ b/tree-layout.tex
@@ -53,7 +53,8 @@ A package directory contains the following:
 \item A \t{metadata.xml} file, as described in 
appendix~\ref{sec:metadata-xml}\@. Optional only for
 legacy support.
 \item A \t{ChangeLog}, in a format determined by the provider of the 
repository. Optional.
-\item A \t{Manifest} file, whose format is described in~\cite{Glep44}.
+\item A \t{Manifest} file, whose format is described in~\cite{Glep44}. Can be 
omitted if the file
+would be empty.
 \item A \t{files} directory, containing any support files needed by the 
ebuilds. Optional.
 \end{compactitem}
 



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

2016-09-15 Thread Ulrich Müller
commit: bc56fb9fc8d3f5db4f004a689c9aebdfec9fded3
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Sep 13 07:39:47 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Sep 13 07:39:47 2016 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=bc56fb9f

Remove unused labels.

 dependencies.tex  |  2 +-
 ebuild-env-commands.tex   |  1 -
 ebuild-env-invariancy.tex |  1 -
 ebuild-functions.tex  | 38 +++---
 ebuild-vars.tex   |  1 -
 profiles.tex  |  2 --
 6 files changed, 12 insertions(+), 33 deletions(-)

diff --git a/dependencies.tex b/dependencies.tex
index a800264..9037ca1 100644
--- a/dependencies.tex
+++ b/dependencies.tex
@@ -239,7 +239,7 @@ rather than a requirement---that is to say, the specified 
package must not be in
 following exceptions:
 
 \begin{compactitem}
-\item Blocks on a package provided exclusively by the ebuild do not count. 
\label{provided-blocks}
+\item Blocks on a package provided exclusively by the ebuild do not count.
 \item Weak blocks on the package version of the ebuild itself do not count.
 \end{compactitem}
 

diff --git a/ebuild-env-commands.tex b/ebuild-env-commands.tex
index 72228da..5deb388 100644
--- a/ebuild-env-commands.tex
+++ b/ebuild-env-commands.tex
@@ -1,5 +1,4 @@
 \section{Available commands}
-\label{sec:ebuild-env-commands}
 
 This section documents the commands available to an ebuild. Unless otherwise 
specified, they may be
 aliases, shell functions, or executables in the ebuild's \t{PATH}.

diff --git a/ebuild-env-invariancy.tex b/ebuild-env-invariancy.tex
index 0334a4d..d69c510 100644
--- a/ebuild-env-invariancy.tex
+++ b/ebuild-env-invariancy.tex
@@ -1,5 +1,4 @@
 \section{The state of the system between functions}
-\label{sec:ebuild-env-invariancy}
 
 For the sake of this section:
 

diff --git a/ebuild-functions.tex b/ebuild-functions.tex
index 6983ddb..e808a6a 100644
--- a/ebuild-functions.tex
+++ b/ebuild-functions.tex
@@ -2,7 +2,6 @@
 \label{sec:ebuild-functions}
 
 \section{List of Functions}
-\label{sec:functions}
 
 The following is a list of functions that an ebuild, or eclass, may define, 
and which will be called
 by the package manager as part of the build and/or install process. In all 
cases the package manager
@@ -59,7 +58,6 @@ fallback to \t{WORKDIR} is used:
 \end{centertable}
 
 \subsection{pkg\_pretend}
-\label{sec:pkg-pretend-function}
 
 \featurelabel{pkg-pretend} The \t{pkg\_pretend} function is only called for 
EAPIs listed in
 table~\ref{tab:pkg-pretend-table} as supporting it.
@@ -91,7 +89,7 @@ before the next phase is executed.
 \end{centertable}
 
 \subsection{pkg\_setup}
-\label{sec:pkg-setup-function}
+
 The \t{pkg\_setup} function sets up the ebuild's environment for all following 
functions, before
 the build process starts. Further, it checks whether any necessary 
prerequisites not covered
 by the package manager, e.\,g.\ that certain kernel configuration options are 
fulfilled.
@@ -100,17 +98,15 @@ by the package manager, e.\,g.\ that certain kernel 
configuration options are fu
 and/or groups to the system.
 
 \subsection{src\_unpack}
-\label{sec:src-unpack-function}
 
-\featurelabel{src-unpack} The \t{src\_unpack} function extracts all of
-the package's sources. In EAPIs lacking \t{src\_prepare}, it may also
-apply patches and set up the package's build system for further use.
+The \t{src\_unpack} function extracts all of the package's sources. In EAPIs 
lacking
+\t{src\_prepare}, it may also apply patches and set up the package's build 
system for further use.
 
 The initial working directory must be \t{WORKDIR}, and the default 
implementation used when
 the ebuild lacks the \t{src\_unpack} function shall behave as:
 
 \begin{listing}[H]
-\caption{src\_unpack} \label{lst:src-unpack}
+\caption{src\_unpack}
 \begin{verbatim}
 src_unpack() {
 if [[ -n ${A} ]]; then
@@ -121,7 +117,6 @@ src_unpack() {
 \end{listing}
 
 \subsection{src\_prepare}
-\label{sec:src-prepare-function}
 
 \featurelabel{src-prepare} The \t{src\_prepare} function is only called for 
EAPIs listed in
 table~\ref{tab:src-prepare-table} as supporting it. The \t{src\_prepare} 
function can be used for
@@ -135,7 +130,7 @@ section~\ref{sec:s-to-workdir-fallback}.
 as:
 
 \begin{listing}[H]
-\caption{src\_prepare, format~6} \label{lst:src-prepare-6}
+\caption{src\_prepare, format~6}
 \begin{verbatim}
 src_prepare() {
 if declare -p PATCHES | grep -q "^declare -a "; then
@@ -168,7 +163,6 @@ the \t{src\_prepare} function is a no-op.
 \end{centertable}
 
 \subsection{src\_configure}
-\label{sec:src-configure-function}
 
 \featurelabel{src-configure} The \t{src\_configure} function is only called 
for EAPIs listed in
 table~\ref{tab:src-configure-table} as supporting it.
@@ -180,7 +174,7 @@ The \t{src\_configure} function configures the package's 
build environment. The
 implementation used when the ebuild lacks the \t{src\_configure} function 
shall 

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

2016-09-15 Thread Michael Palimaka
commit: cb22e7f89afcc76b28dbae5e9941a4e0d6e297e9
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 15 18:40:01 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 18:40:05 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=cb22e7f8

kde-plasma/powerdevil: add new dependency

Upstream-commit: a5a325e20c1588913829f1bf3dd92bde48dd6801

Package-Manager: portage-2.3.0

 kde-plasma/powerdevil/powerdevil-5.7.95.ebuild  | 1 +
 kde-plasma/powerdevil/powerdevil-5.8.49..ebuild | 1 +
 kde-plasma/powerdevil/powerdevil-.ebuild| 1 +
 3 files changed, 3 insertions(+)

diff --git a/kde-plasma/powerdevil/powerdevil-5.7.95.ebuild 
b/kde-plasma/powerdevil/powerdevil-5.7.95.ebuild
index 5260907..d814adc 100644
--- a/kde-plasma/powerdevil/powerdevil-5.7.95.ebuild
+++ b/kde-plasma/powerdevil/powerdevil-5.7.95.ebuild
@@ -20,6 +20,7 @@ DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep kglobalaccel)

diff --git a/kde-plasma/powerdevil/powerdevil-5.8.49..ebuild 
b/kde-plasma/powerdevil/powerdevil-5.8.49..ebuild
index 8860539..c64e284 100644
--- a/kde-plasma/powerdevil/powerdevil-5.8.49..ebuild
+++ b/kde-plasma/powerdevil/powerdevil-5.8.49..ebuild
@@ -20,6 +20,7 @@ DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep kglobalaccel)

diff --git a/kde-plasma/powerdevil/powerdevil-.ebuild 
b/kde-plasma/powerdevil/powerdevil-.ebuild
index 8860539..c64e284 100644
--- a/kde-plasma/powerdevil/powerdevil-.ebuild
+++ b/kde-plasma/powerdevil/powerdevil-.ebuild
@@ -20,6 +20,7 @@ DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep kglobalaccel)



[gentoo-commits] repo/gentoo:master commit in: app-shells/bash/

2016-09-15 Thread Lars Wendler
commit: 9586db6a41f6e4a396ab25136821dd1cadfb2229
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Sep 15 18:33:35 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Sep 15 18:38:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9586db6a

app-shells/bash: Bump to version 4.4

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

 app-shells/bash/Manifest|   1 +
 app-shells/bash/bash-4.4.ebuild | 245 
 2 files changed, 246 insertions(+)

diff --git a/app-shells/bash/Manifest b/app-shells/bash/Manifest
index 06291aa..99bd386 100644
--- a/app-shells/bash/Manifest
+++ b/app-shells/bash/Manifest
@@ -8,6 +8,7 @@ DIST bash-4.2.tar.gz 7009201 SHA256 
a27a1179ec9c0830c65c6aa5d7dab60f7ce1a2a60861
 DIST bash-4.3.tar.gz 7955839 SHA256 
afc687a28e0e24dc21b988fa159ff9dbcf6b7caa92ade8645cc6d5605cd024d4 SHA512 
a852b8e46ee55568dce9d23a30a9dbd1c770c2d2a4bc91e1c3177d723b31b32c5d69d19704a93f165891b409b9dd2cc65723372044e2bd0ee49ed59a11512651
 WHIRLPOOL 
d82eb296b1bdee517b20e40d2231697dc41e2040d34e2da24c4fa40755c723d732929805ebef6f6923cd8ffecfb0db7063ec1dc3ab4e695a93916f2d872e236f
 DIST bash-4.4-beta2.tar.gz 8932859 SHA256 
3a8c4aa40f9ba6c311f4f6a637ae290c0148b828617b0a263a416ba923111f51 SHA512 
77fbb9fbc184f178a65600532699cd61d34c923d80f4630a774ad13e1a6648a492644a3b92021722b69b42e9686580586194be7572d162bfc3f336ef4b8f8294
 WHIRLPOOL 
01782617960e8848c1c0486a748268a197fdf9ce9e9a431d937499b819b145e706ae34d0f2f112096353f4c0bdff3838b38f82bd2a4e8da194270cbee0bfe4b8
 DIST bash-4.4-rc2.tar.gz 8937485 SHA256 
199ec0166d50a765eec74dc258b006b06cf6b59901d7ff40510c82aae37ad994 SHA512 
e47cf16c98d2a22373d61ed4e8bae9951c10e04d9aefbcf3b2b8189db6f71314025ad73b6a93a1135a9714011f0e3517911c8e68a39e4a92bda4811441062b2f
 WHIRLPOOL 
ead4840dc6313be760f51be7fe611673c9a0e5ddcd76c3817fd173bfe41e213a4d73f4a41f2556023974a7880738f98c30f8f7bb4fd520f10d62a838aef6b650
+DIST bash-4.4.tar.gz 9377313 SHA256 
d86b3392c1202e8ff5a423b302e6284db7f8f435ea9f39b5b1b20fd3ac36dfcb SHA512 
73de3b425faaac55e45456b0f6f6d8077b5dfa7bb76e0d1894a19361b4a2b6bd4fbbe182117ddbfe9b07b4d898fba03537c261badc9533dd3c0da891764c7f29
 WHIRLPOOL 
cb88bb6f565d66346f5eb358a179e52637a2ede2fda3358899730795f1ac6f9540d116202f2d0d1ebb9d983ad7054c5fbf9be8b06a1ca0b4fe1eb62bb30a15ce
 DIST bash205b-001 1132 SHA256 
bf7a055e0916b7899e7429e36e35d009db445b942b34520a601ea5a8fa634fdd SHA512 
5ce4357468821b05e747201f3aa57225ad8f540c9e2c87051720490e039c30b478b9b662a68f14a0800fefe40184e4495e2645665200f9d75e9a115b2ac08071
 WHIRLPOOL 
90ba36843bbf2e0b7279d3bd197ddaa04e03e113be32051e5a77280cda6d43dcbf339780c57322fc0835a54c82e0095f0d3f2a13f13fec8c0b8da38e7e9b253a
 DIST bash205b-002 755 SHA256 
affdd1808a6262fbfe291ebffa2133b05e4bb46067a90e3329d5741e10f0587b SHA512 
46947b0229478d5c2cfeff68b8ebc00e4ef0c8b94e336ca12f72b4490ba3622c0240c01c17c1641c3b07adc2c64ec94d6d780365e8990768ecf3a9526883
 WHIRLPOOL 
7333910e98e517306077937881d4c5569ddd85552203b3ec833f0fda13822e388ce85f007d60e4ab4b1ef15abb66fa40dc4356ca01367463d179a6a23bcff8e7
 DIST bash205b-003 2356 SHA256 
604972eaafe69f44413d429e0a826b0eae209ca74b14eeeccdf0d502bbabb340 SHA512 
74528ca5d165b812d299f1c69b47757bd677c0b22ce4217e155cd641708b02364a93c6709fb57b546b376b36da74429a61493921c7c199563da40ddcf1c1f399
 WHIRLPOOL 
7ce09fb66d32f3aebda7fb2be66179daab033b4c08ea51c744148051b47e7effc2451971efeb14d6a403c48c5c46c2ac0a4585159f8115ec40b2bfa89f98317f

diff --git a/app-shells/bash/bash-4.4.ebuild b/app-shells/bash/bash-4.4.ebuild
new file mode 100644
index ..30a5023
--- /dev/null
+++ b/app-shells/bash/bash-4.4.ebuild
@@ -0,0 +1,245 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils flag-o-matic toolchain-funcs multilib
+
+# Official patchlevel
+# See ftp://ftp.cwru.edu/pub/bash/bash-4.3-patches/
+PLEVEL=${PV##*_p}
+MY_PV=${PV/_p*}
+MY_PV=${MY_PV/_/-}
+MY_P=${PN}-${MY_PV}
+[[ ${PV} != *_p* ]] && PLEVEL=0
+patches() {
+   local opt=$1 plevel=${2:-${PLEVEL}} pn=${3:-${PN}} pv=${4:-${MY_PV}}
+   [[ ${plevel} -eq 0 ]] && return 1
+   eval set -- {1..${plevel}}
+   set -- $(printf "${pn}${pv/\.}-%03d " "$@")
+   if [[ ${opt} == -s ]] ; then
+   echo "${@/#/${DISTDIR}/}"
+   else
+   local u
+   for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${pn} ; do
+   printf "${u}/${pn}-${pv}-patches/%s " "$@"
+   done
+   fi
+}
+
+# The version of readline this bash normally ships with.
+READLINE_VER="7.0_rc2"
+
+DESCRIPTION="The standard GNU Bourne again shell"
+HOMEPAGE="http://tiswww.case.edu/php/chet/bash/bashtop.html;
+case ${PV} in
+*_alpha*|*_beta*|*_rc*) SRC_URI+=" ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz; 
;;
+*) SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)" ;;
+esac
+
+LICENSE="GPL-3"
+SLOT="0"
+#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa 

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

2016-09-15 Thread Lars Wendler
commit: 2e3925365289259b48d13b3ba5bc3d1070c11038
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Sep 15 18:35:04 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Sep 15 18:38:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e392536

sys-libs/readline: Removed old.

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

 sys-libs/readline/Manifest  |   1 -
 sys-libs/readline/readline-7.0_beta2.ebuild | 161 
 2 files changed, 162 deletions(-)

diff --git a/sys-libs/readline/Manifest b/sys-libs/readline/Manifest
index 25e00f2..8fdfebf 100644
--- a/sys-libs/readline/Manifest
+++ b/sys-libs/readline/Manifest
@@ -2,7 +2,6 @@ DIST readline-4.3.tar.gz 961662 SHA256 
eeaf6f050b9f515b0636e5b4f2c153f9ef78e9061
 DIST readline-5.2.tar.gz 2037705 SHA256 
12e88d96aee2cd1192500356f0535540db499282ca7f76339fb4228c31249f45 SHA512 
74318b32c56e888716bda2507228ecc374a24e85b2faeec4778227a9f04eb19de1fc8468c78746954c84f9e616a06dd0f8a4332ba4b438fefb7e222699baa379
 WHIRLPOOL 
8641abf42316ab278207c0a25d9155d4d4fddaf0e704255b40708875b9f31bd3e6caf903550783c15b160bd2b86ffc129b2eb7a1fb4a641d8d58edc3b53145c3
 DIST readline-6.2.tar.gz 2277926 SHA256 
79a696070a058c233c72dd6ac697021cc64abd5ed51e59db867d66d196a89381 SHA512 
fa5b4f1b6f81bc0b3be0739adb06dab0668603ff256fe62b59ebfe21d5a9e340a758a8eef569df8c4c4ecb86cdd9698a6dabc2ee8c70a769de2bd5930c32ff59
 WHIRLPOOL 
5d92645085f253206c16533e3cb35bb382d6fe616bf2144feb06f9ffb9b4d7cc25ceaa846b98f17aa442552a0e80642a62d57fe20982e0ed8fdefb75c2f9bbf0
 DIST readline-6.3.tar.gz 2468560 SHA256 
56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43 SHA512 
f70efaf46d570b85c7637172b0ee2eb9a4aa73ba38a62bb45075e665929d9701b96fba0aea6c767fd9a2a0d39dfe8e70ab06da08f8524aee76a7c502f370a401
 WHIRLPOOL 
7c68627559890dbebf1394b911cfd4675ec8862b84d4e067a207dd37a0a94482c8d92216195df2873bcdf03a0a86150663a9604cd65a0d78363376bc8ee4cfda
-DIST readline-7.0-beta2.tar.gz 2899447 SHA256 
4b78c5998c588ff5a233a4cbfea08f1248c2d7febfafe82cee9479de9265e43f SHA512 
36ff46c63d89bca2d198ea32a37db9157ac55ce6369f5bccb3acfdfcd1a144551b4db4c907daef87773d8bdac57ce262a2b5f3c9598da85c7aba570fca9d55fb
 WHIRLPOOL 
5bb584d8b0b1582061fe8e5edb596335028826952010f20e0d910327cf1bb85dde532f8cb1134b77cc9fe3e2cc27c02307c9879ef12045b51897c0b90915fd13
 DIST readline-7.0-rc2.tar.gz 2900408 SHA256 
80c6e492f813bb8886e6342e294fd67362973fbb4fe281b31dcd25e22d872fe8 SHA512 
ce31569fd2c12e14b67f02ca604614e7564f60b4a386680ac9a11f6b5be2508ac3fd6c73d4edc2d65ebba8f0500fcf52c23b5f756e6a7ed47cead822e4735ad1
 WHIRLPOOL 
c9b314c8b70af39bf3507f3f8d8846cf50a6b809a16522c17199d880244f17503dec6cb78777c47d25e293841878bba9f350590c9efb098fa687aff629858a1a
 DIST readline-7.0.tar.gz 2910016 SHA256 
750d437185286f40a369e1e4f4764eda932b9459b5ec9a731628393dd3d32334 SHA512 
18243189d39bf0d4c8a76cddcce75243c1bae8824c686e9b6ba352667607e5b10c5feb79372a1093c1c388d821841670702e940df12eae94bcebdeed90047870
 WHIRLPOOL 
a01a000bde533e4c6cd379e0be1ac1694517d1ae5abe67d000c02f9c8d38313725c6769e33db584660431eeb63ea415ac8a182bcb89ae3728c7d8f9942f83fc7
 DIST readline43-001 1126 SHA256 
787244afefceeaf8bfbdc95eef0c4d163ab05ecf178bb631fff287354df0d955 SHA512 
1bfcaf9fd36d154230682ef66a9561281822f09629f9923acfbacbaafd650974b4d94267e1bf74ab4a66f0e2da95e64894c78373c82bee593bd9afbae4af58bc
 WHIRLPOOL 
080c0cffb0637bba2f6819524291c8efd1832b42b7ca619fda551b00ed82558d9c03a6f739b350b8a1de2c32e6ab92fd86137a9620473439c5b6ced6d3a06f91

diff --git a/sys-libs/readline/readline-7.0_beta2.ebuild 
b/sys-libs/readline/readline-7.0_beta2.ebuild
deleted file mode 100644
index a9958df..
--- a/sys-libs/readline/readline-7.0_beta2.ebuild
+++ /dev/null
@@ -1,161 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils multilib toolchain-funcs flag-o-matic multilib-minimal
-
-# Official patches
-# See ftp://ftp.cwru.edu/pub/bash/readline-6.3-patches/
-PLEVEL=${PV##*_p}
-MY_PV=${PV/_p*}
-MY_PV=${MY_PV/_/-}
-MY_P=${PN}-${MY_PV}
-[[ ${PV} != *_p* ]] && PLEVEL=0
-patches() {
-   [[ ${PLEVEL} -eq 0 ]] && return 1
-   local opt=$1
-   eval set -- {1..${PLEVEL}}
-   set -- $(printf "${PN}${MY_PV/\.}-%03d " "$@")
-   if [[ ${opt} == -s ]] ; then
-   echo "${@/#/${DISTDIR}/}"
-   else
-   local u
-   for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${PN} ; do
-   printf "${u}/${PN}-${MY_PV}-patches/%s " "$@"
-   done
-   fi
-}
-
-DESCRIPTION="Another cute console display library"
-HOMEPAGE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html;
-case ${PV} in
-*_alpha*|*_beta*|*_rc*) SRC_URI+=" ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz; 
;;
-*) SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz $(patches)" ;;
-esac
-
-LICENSE="GPL-3"
-SLOT="0/7"  # subslot matches SONAME major
-#KEYWORDS="~alpha ~amd64 ~arm 

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

2016-09-15 Thread Lars Wendler
commit: e53c973b8e76ce9b570f17f8a92e389003c34de7
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Sep 15 18:26:01 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Sep 15 18:38:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e53c973b

sys-libs/readline: Bump to version 7.0

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

 sys-libs/readline/Manifest|   1 +
 sys-libs/readline/readline-7.0.ebuild | 153 ++
 2 files changed, 154 insertions(+)

diff --git a/sys-libs/readline/Manifest b/sys-libs/readline/Manifest
index f8b0d21..25e00f2 100644
--- a/sys-libs/readline/Manifest
+++ b/sys-libs/readline/Manifest
@@ -4,6 +4,7 @@ DIST readline-6.2.tar.gz 2277926 SHA256 
79a696070a058c233c72dd6ac697021cc64abd5e
 DIST readline-6.3.tar.gz 2468560 SHA256 
56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43 SHA512 
f70efaf46d570b85c7637172b0ee2eb9a4aa73ba38a62bb45075e665929d9701b96fba0aea6c767fd9a2a0d39dfe8e70ab06da08f8524aee76a7c502f370a401
 WHIRLPOOL 
7c68627559890dbebf1394b911cfd4675ec8862b84d4e067a207dd37a0a94482c8d92216195df2873bcdf03a0a86150663a9604cd65a0d78363376bc8ee4cfda
 DIST readline-7.0-beta2.tar.gz 2899447 SHA256 
4b78c5998c588ff5a233a4cbfea08f1248c2d7febfafe82cee9479de9265e43f SHA512 
36ff46c63d89bca2d198ea32a37db9157ac55ce6369f5bccb3acfdfcd1a144551b4db4c907daef87773d8bdac57ce262a2b5f3c9598da85c7aba570fca9d55fb
 WHIRLPOOL 
5bb584d8b0b1582061fe8e5edb596335028826952010f20e0d910327cf1bb85dde532f8cb1134b77cc9fe3e2cc27c02307c9879ef12045b51897c0b90915fd13
 DIST readline-7.0-rc2.tar.gz 2900408 SHA256 
80c6e492f813bb8886e6342e294fd67362973fbb4fe281b31dcd25e22d872fe8 SHA512 
ce31569fd2c12e14b67f02ca604614e7564f60b4a386680ac9a11f6b5be2508ac3fd6c73d4edc2d65ebba8f0500fcf52c23b5f756e6a7ed47cead822e4735ad1
 WHIRLPOOL 
c9b314c8b70af39bf3507f3f8d8846cf50a6b809a16522c17199d880244f17503dec6cb78777c47d25e293841878bba9f350590c9efb098fa687aff629858a1a
+DIST readline-7.0.tar.gz 2910016 SHA256 
750d437185286f40a369e1e4f4764eda932b9459b5ec9a731628393dd3d32334 SHA512 
18243189d39bf0d4c8a76cddcce75243c1bae8824c686e9b6ba352667607e5b10c5feb79372a1093c1c388d821841670702e940df12eae94bcebdeed90047870
 WHIRLPOOL 
a01a000bde533e4c6cd379e0be1ac1694517d1ae5abe67d000c02f9c8d38313725c6769e33db584660431eeb63ea415ac8a182bcb89ae3728c7d8f9942f83fc7
 DIST readline43-001 1126 SHA256 
787244afefceeaf8bfbdc95eef0c4d163ab05ecf178bb631fff287354df0d955 SHA512 
1bfcaf9fd36d154230682ef66a9561281822f09629f9923acfbacbaafd650974b4d94267e1bf74ab4a66f0e2da95e64894c78373c82bee593bd9afbae4af58bc
 WHIRLPOOL 
080c0cffb0637bba2f6819524291c8efd1832b42b7ca619fda551b00ed82558d9c03a6f739b350b8a1de2c32e6ab92fd86137a9620473439c5b6ced6d3a06f91
 DIST readline43-002 738 SHA256 
3fd4694c4043b61010c44778ed61581073ac5ddee53436b0e4e1ad2bbe4da226 SHA512 
546a7bfab27dd0b77f8b0683b82358a295d47e4e249e01d2e49612a2f113c18580c8276b17451e1edab61a26ddcff0267457a804120d5e0052dfe8e88632ddd2
 WHIRLPOOL 
d3b43145a4ed207f353c5b95b52bdb81be31bd5b077ad60152799333ca582c7524c5587a4e0d9a0fc9246a114552f0c26933d2bc8f60e9de2536a8b6ec9f2cda
 DIST readline43-003 2202 SHA256 
346120970e3860c776e3cf5fd78e4f09b0d326a3b633a508f35f3f0b56f4412b SHA512 
fbabbe5a11c2a17dd0cb47adfb40940c860069f0e99b1478546b0351471663094d032c8049e1a2ca060f4b51835bb6a824276e1864a627711e0805268386cb8e
 WHIRLPOOL 
076d101812e7a98d445fd447d816fd0b15c9690869f4a567d76287c495c257f85e4e79f11f7e6e8354093613ca1c0a758514672cec98d303279daf597dee2577

diff --git a/sys-libs/readline/readline-7.0.ebuild 
b/sys-libs/readline/readline-7.0.ebuild
new file mode 100644
index ..8ecb6e4
--- /dev/null
+++ b/sys-libs/readline/readline-7.0.ebuild
@@ -0,0 +1,153 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+inherit eutils multilib toolchain-funcs flag-o-matic multilib-minimal
+
+# Official patches
+# See ftp://ftp.cwru.edu/pub/bash/readline-7.0-patches/
+PLEVEL=${PV##*_p}
+MY_PV=${PV/_p*}
+MY_PV=${MY_PV/_/-}
+MY_P=${PN}-${MY_PV}
+[[ ${PV} != *_p* ]] && PLEVEL=0
+patches() {
+   [[ ${PLEVEL} -eq 0 ]] && return 1
+   local opt=$1
+   eval set -- {1..${PLEVEL}}
+   set -- $(printf "${PN}${MY_PV/\.}-%03d " "$@")
+   if [[ ${opt} == -s ]] ; then
+   echo "${@/#/${DISTDIR}/}"
+   else
+   local u
+   for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${PN} ; do
+   printf "${u}/${PN}-${MY_PV}-patches/%s " "$@"
+   done
+   fi
+}
+
+DESCRIPTION="Another cute console display library"
+HOMEPAGE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html;
+case ${PV} in
+*_alpha*|*_beta*|*_rc*) SRC_URI+=" ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz; 
;;
+*) SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz $(patches)" ;;
+esac
+
+LICENSE="GPL-3"
+SLOT="0/7"  # subslot matches SONAME major
+#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 

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

2016-09-15 Thread Lars Wendler
commit: 18c0fa77154389d9f61c54cab76adf2a60cde300
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Sep 15 18:19:37 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Sep 15 18:38:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c0fa77

package.mask: Masked bash-4.4 and readline-7.0 for testing.

Signed-off-by: Lars Wendler  gentoo.org>

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 2859398..9dde822 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Lars Wendler  (15 Sep 2016)
+# Masked for testing
+=app-shells/bash-4.4*
+=sys-libs/readline-7.0*
+
 # Michael Palimaka  (15 Sep 2016)
 # KDE PIM 5 masked for wider testing.
 ~kde-apps/akonadi-16.08.1



[gentoo-commits] repo/gentoo:master commit in: app-shells/bash/

2016-09-15 Thread Lars Wendler
commit: 0330be92d2fc2f09242ceefc2836a825f3c88307
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Sep 15 18:34:18 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Sep 15 18:38:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0330be92

app-shells/bash: Removed old.

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

 app-shells/bash/Manifest  |   1 -
 app-shells/bash/bash-4.4_beta2.ebuild | 247 --
 2 files changed, 248 deletions(-)

diff --git a/app-shells/bash/Manifest b/app-shells/bash/Manifest
index 99bd386..e34edb9 100644
--- a/app-shells/bash/Manifest
+++ b/app-shells/bash/Manifest
@@ -6,7 +6,6 @@ DIST bash-4.0.tar.gz 6230779 SHA256 
9793d394f640a95030c77d5ac989724afe196921956d
 DIST bash-4.1.tar.gz 6598300 SHA256 
3f627124a83c6d34db503a923e20710d370573a29dd5d11d6f116d1aee7be1da SHA512 
2f2a053d98be9a31cd089e1293e3369ad05406f6543d1d1662d8b5807fdcfebc1dda79db9bf2c596a6351ea463fb9bd9c8943c1d45da9b82f2fd3bab0b8a581a
 WHIRLPOOL 
0259149d6f0d8f8a19e4b5a88e127c55efae0df4459063295aa6a9de69450b5f4b4b579894e4410ddfc0119eeb0356865b7cc4dbc7e4a75ad98acce0dfe2d46f
 DIST bash-4.2.tar.gz 7009201 SHA256 
a27a1179ec9c0830c65c6aa5d7dab60f7ce1a2a608618570f96bfa72e95ab3d8 SHA512 
fdd3c230f4f7a687d36db1b8f7baab5e553cf55756e2d49a88ffaa4260c8cb949897dec9f48655e96608ef0093ac101b60c132060f06c711c0ab81aa3f148b5c
 WHIRLPOOL 
fd5f321a8a89381904b1dd1f5acb5100186ce489b248cf68b35a1c1932177df1fc2b0215131999ee6018decf3264c45e54d407bf4b74ff8e4cc8215c630a
 DIST bash-4.3.tar.gz 7955839 SHA256 
afc687a28e0e24dc21b988fa159ff9dbcf6b7caa92ade8645cc6d5605cd024d4 SHA512 
a852b8e46ee55568dce9d23a30a9dbd1c770c2d2a4bc91e1c3177d723b31b32c5d69d19704a93f165891b409b9dd2cc65723372044e2bd0ee49ed59a11512651
 WHIRLPOOL 
d82eb296b1bdee517b20e40d2231697dc41e2040d34e2da24c4fa40755c723d732929805ebef6f6923cd8ffecfb0db7063ec1dc3ab4e695a93916f2d872e236f
-DIST bash-4.4-beta2.tar.gz 8932859 SHA256 
3a8c4aa40f9ba6c311f4f6a637ae290c0148b828617b0a263a416ba923111f51 SHA512 
77fbb9fbc184f178a65600532699cd61d34c923d80f4630a774ad13e1a6648a492644a3b92021722b69b42e9686580586194be7572d162bfc3f336ef4b8f8294
 WHIRLPOOL 
01782617960e8848c1c0486a748268a197fdf9ce9e9a431d937499b819b145e706ae34d0f2f112096353f4c0bdff3838b38f82bd2a4e8da194270cbee0bfe4b8
 DIST bash-4.4-rc2.tar.gz 8937485 SHA256 
199ec0166d50a765eec74dc258b006b06cf6b59901d7ff40510c82aae37ad994 SHA512 
e47cf16c98d2a22373d61ed4e8bae9951c10e04d9aefbcf3b2b8189db6f71314025ad73b6a93a1135a9714011f0e3517911c8e68a39e4a92bda4811441062b2f
 WHIRLPOOL 
ead4840dc6313be760f51be7fe611673c9a0e5ddcd76c3817fd173bfe41e213a4d73f4a41f2556023974a7880738f98c30f8f7bb4fd520f10d62a838aef6b650
 DIST bash-4.4.tar.gz 9377313 SHA256 
d86b3392c1202e8ff5a423b302e6284db7f8f435ea9f39b5b1b20fd3ac36dfcb SHA512 
73de3b425faaac55e45456b0f6f6d8077b5dfa7bb76e0d1894a19361b4a2b6bd4fbbe182117ddbfe9b07b4d898fba03537c261badc9533dd3c0da891764c7f29
 WHIRLPOOL 
cb88bb6f565d66346f5eb358a179e52637a2ede2fda3358899730795f1ac6f9540d116202f2d0d1ebb9d983ad7054c5fbf9be8b06a1ca0b4fe1eb62bb30a15ce
 DIST bash205b-001 1132 SHA256 
bf7a055e0916b7899e7429e36e35d009db445b942b34520a601ea5a8fa634fdd SHA512 
5ce4357468821b05e747201f3aa57225ad8f540c9e2c87051720490e039c30b478b9b662a68f14a0800fefe40184e4495e2645665200f9d75e9a115b2ac08071
 WHIRLPOOL 
90ba36843bbf2e0b7279d3bd197ddaa04e03e113be32051e5a77280cda6d43dcbf339780c57322fc0835a54c82e0095f0d3f2a13f13fec8c0b8da38e7e9b253a

diff --git a/app-shells/bash/bash-4.4_beta2.ebuild 
b/app-shells/bash/bash-4.4_beta2.ebuild
deleted file mode 100644
index 8577651..
--- a/app-shells/bash/bash-4.4_beta2.ebuild
+++ /dev/null
@@ -1,247 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit eutils flag-o-matic toolchain-funcs multilib
-
-# Official patchlevel
-# See ftp://ftp.cwru.edu/pub/bash/bash-4.3-patches/
-PLEVEL=${PV##*_p}
-MY_PV=${PV/_p*}
-MY_PV=${MY_PV/_/-}
-MY_P=${PN}-${MY_PV}
-[[ ${PV} != *_p* ]] && PLEVEL=0
-patches() {
-   local opt=$1 plevel=${2:-${PLEVEL}} pn=${3:-${PN}} pv=${4:-${MY_PV}}
-   [[ ${plevel} -eq 0 ]] && return 1
-   eval set -- {1..${plevel}}
-   set -- $(printf "${pn}${pv/\.}-%03d " "$@")
-   if [[ ${opt} == -s ]] ; then
-   echo "${@/#/${DISTDIR}/}"
-   else
-   local u
-   for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${pn} ; do
-   printf "${u}/${pn}-${pv}-patches/%s " "$@"
-   done
-   fi
-}
-
-# The version of readline this bash normally ships with.
-READLINE_VER="7.0_beta"
-
-DESCRIPTION="The standard GNU Bourne again shell"
-HOMEPAGE="http://tiswww.case.edu/php/chet/bash/bashtop.html;
-case ${PV} in
-*_alpha*|*_beta*|*_rc*) SRC_URI+=" ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz; 
;;
-*) SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)" ;;
-esac
-
-LICENSE="GPL-3"
-SLOT="0"

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

2016-09-15 Thread Martin Mokrejs
commit: 4b20ff857e00c41441df98d719a15c44b52d3b14
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Thu Sep 15 18:35:46 2016 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Thu Sep 15 18:35:46 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=4b20ff85

sci-biology/igv: version bump, no KEYWORDS

Package-Manager: portage-2.3.0

 sci-biology/igv/{igv-2.3.80.ebuild => igv-2.3.81.ebuild} | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sci-biology/igv/igv-2.3.80.ebuild 
b/sci-biology/igv/igv-2.3.81.ebuild
similarity index 87%
rename from sci-biology/igv/igv-2.3.80.ebuild
rename to sci-biology/igv/igv-2.3.81.ebuild
index 033d189..ada8216 100644
--- a/sci-biology/igv/igv-2.3.80.ebuild
+++ b/sci-biology/igv/igv-2.3.81.ebuild
@@ -27,12 +27,14 @@ HOMEPAGE="http://www.broadinstitute.org/igv/;
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""
-KEYWORDS=""
+KEYWORDS="" # 
igv-2.3.81/src/com/iontorrent/views/FlowSignalDistributionPanel.java:222: 
error: cannot access PublicCloneable
 
+# actually more exactly the COMMON_DEPS should contain:
+#   >=dev-java/commons-compress-1.11 # use bundled library until 
dev-java/commons-compress is bumped, see bug #591696
 COMMON_DEPS="
dev-java/absolutelayout
dev-java/jama:0
-   >=dev-java/commons-compress-1.11
+   dev-java/commons-compress
dev-java/commons-logging:0
>=dev-java/commons-io-2.1:1
dev-java/commons-math:2



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

2016-09-15 Thread Michael Palimaka
commit: e1625b3ac72e210542741308368bbe0544811903
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 15 18:32:23 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 18:34:38 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e1625b3a

kde-apps/libksieve: restrict tests

Gentoo-bug: 590742

Package-Manager: portage-2.3.0

 kde-apps/libksieve/libksieve-16.08.49..ebuild | 2 ++
 kde-apps/libksieve/libksieve-.ebuild  | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/kde-apps/libksieve/libksieve-16.08.49..ebuild 
b/kde-apps/libksieve/libksieve-16.08.49..ebuild
index b72baa7..a766ea8 100644
--- a/kde-apps/libksieve/libksieve-16.08.49..ebuild
+++ b/kde-apps/libksieve/libksieve-16.08.49..ebuild
@@ -38,6 +38,8 @@ RDEPEND="${DEPEND}
!kde-apps/kdepim-kioslaves
 "
 
+RESTRICT+=" test"
+
 src_prepare() {
kde5_src_prepare
 

diff --git a/kde-apps/libksieve/libksieve-.ebuild 
b/kde-apps/libksieve/libksieve-.ebuild
index b72baa7..a766ea8 100644
--- a/kde-apps/libksieve/libksieve-.ebuild
+++ b/kde-apps/libksieve/libksieve-.ebuild
@@ -38,6 +38,8 @@ RDEPEND="${DEPEND}
!kde-apps/kdepim-kioslaves
 "
 
+RESTRICT+=" test"
+
 src_prepare() {
kde5_src_prepare
 



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

2016-09-15 Thread Michael Palimaka
commit: 89d44e98b406261f45dd10beed3dbabdbe37ad7c
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 15 18:33:39 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 18:34:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d44e98

kde-apps/libksieve: restrict tests

Gentoo-bug: 590742

Package-Manager: portage-2.3.0

 kde-apps/libksieve/libksieve-16.08.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-apps/libksieve/libksieve-16.08.1.ebuild 
b/kde-apps/libksieve/libksieve-16.08.1.ebuild
index c040b52..c21ef32 100644
--- a/kde-apps/libksieve/libksieve-16.08.1.ebuild
+++ b/kde-apps/libksieve/libksieve-16.08.1.ebuild
@@ -38,6 +38,8 @@ RDEPEND="${DEPEND}
!kde-apps/kdepim-kioslaves
 "
 
+RESTRICT+=" test"
+
 src_prepare() {
kde5_src_prepare
 



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

2016-09-15 Thread Michael Palimaka
commit: a6c53c25c36034fcc1735d93951a3c0be5cdd9ac
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 15 18:27:52 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 18:27:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6c53c25

kde-apps/kdepim-addons: restrict tests

Gentoo-bug: 579636

Package-Manager: portage-2.3.0

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

diff --git a/kde-apps/kdepim-addons/kdepim-addons-16.08.1.ebuild 
b/kde-apps/kdepim-addons/kdepim-addons-16.08.1.ebuild
index 8ab5c1e..b002645 100644
--- a/kde-apps/kdepim-addons/kdepim-addons-16.08.1.ebuild
+++ b/kde-apps/kdepim-addons/kdepim-addons-16.08.1.ebuild
@@ -59,6 +59,8 @@ RDEPEND="${COMMON_DEPEND}
!kde-apps/kmail:4
 "
 
+RESTRICT+=" test"
+
 src_configure() {
local mycmakeargs=(
-DKDEPIMADDONS_BUILD_EXAMPLES=$(usex examples)



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

2016-09-15 Thread Michael Palimaka
commit: 831e0cc1fbe92ba57bd0e4961e283a0c1ad8e8f1
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 15 18:27:29 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 18:27:32 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=831e0cc1

kde-apps/kdepim-addons: restrict tests

Gentoo-bug: 579636

Package-Manager: portage-2.3.0

 kde-apps/kdepim-addons/kdepim-addons-16.08.49..ebuild | 2 ++
 kde-apps/kdepim-addons/kdepim-addons-.ebuild  | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/kde-apps/kdepim-addons/kdepim-addons-16.08.49..ebuild 
b/kde-apps/kdepim-addons/kdepim-addons-16.08.49..ebuild
index 35e7bbf..d0daada 100644
--- a/kde-apps/kdepim-addons/kdepim-addons-16.08.49..ebuild
+++ b/kde-apps/kdepim-addons/kdepim-addons-16.08.49..ebuild
@@ -59,6 +59,8 @@ RDEPEND="${COMMON_DEPEND}
!kde-apps/kmail:4
 "
 
+RESTRICT+=" test"
+
 src_configure() {
local mycmakeargs=(
-DKDEPIMADDONS_BUILD_EXAMPLES=$(usex examples)

diff --git a/kde-apps/kdepim-addons/kdepim-addons-.ebuild 
b/kde-apps/kdepim-addons/kdepim-addons-.ebuild
index 73e9530..698e8da 100644
--- a/kde-apps/kdepim-addons/kdepim-addons-.ebuild
+++ b/kde-apps/kdepim-addons/kdepim-addons-.ebuild
@@ -58,6 +58,8 @@ RDEPEND="${COMMON_DEPEND}
!kde-apps/kmail:4
 "
 
+RESTRICT+=" test"
+
 src_configure() {
local mycmakeargs=(
-DKDEPIMADDONS_BUILD_EXAMPLES=$(usex examples)



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

2016-09-15 Thread Michael Palimaka
commit: ed69c4c2de3cba2ff55b7d29300314679d3c8ca2
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu Sep 15 18:17:25 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 18:17:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed69c4c2

kde-apps/calendarjanitor: Fix file collision

console.categories currently only has an entry for konsolekalendar.

Gentoo-bug: 593886

Package-Manager: portage-2.3.0

 kde-apps/calendarjanitor/calendarjanitor-16.08.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/calendarjanitor/calendarjanitor-16.08.1.ebuild 
b/kde-apps/calendarjanitor/calendarjanitor-16.08.1.ebuild
index 1acfcea..062d3b0 100644
--- a/kde-apps/calendarjanitor/calendarjanitor-16.08.1.ebuild
+++ b/kde-apps/calendarjanitor/calendarjanitor-16.08.1.ebuild
@@ -37,5 +37,6 @@ fi
 
 src_prepare() {
cmake_comment_add_subdirectory konsolekalendar
+   sed -i -e "/console\.categories/ s/^/#DONT/" CMakeLists.txt || die
kde5_src_prepare
 }



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

2016-09-15 Thread Michael Palimaka
commit: fb6905408ba20140176d73f1612d6fd8ec856596
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu Sep 15 18:02:25 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 18:11:10 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fb690540

kde-apps/calendarjanitor: Fix file collision

console.categories currently only has an entry for konsolekalendar.

Gentoo-bug: 593886

Package-Manager: portage-2.3.0

 kde-apps/calendarjanitor/calendarjanitor-16.08.49..ebuild | 3 ++-
 kde-apps/calendarjanitor/calendarjanitor-.ebuild  | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/kde-apps/calendarjanitor/calendarjanitor-16.08.49..ebuild 
b/kde-apps/calendarjanitor/calendarjanitor-16.08.49..ebuild
index 3a3d95b..4ebbb23 100644
--- a/kde-apps/calendarjanitor/calendarjanitor-16.08.49..ebuild
+++ b/kde-apps/calendarjanitor/calendarjanitor-16.08.49..ebuild
@@ -9,7 +9,7 @@ KDE_TEST="false"
 KMNAME="kdepim"
 inherit kde5
 
-DESCRIPTION="A tool to scan calendar data for buggy instances"
+DESCRIPTION="Tool to scan calendar data for buggy instances"
 LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 KEYWORDS=""
 
@@ -37,5 +37,6 @@ fi
 
 src_prepare() {
cmake_comment_add_subdirectory konsolekalendar
+   sed -i -e "/console\.categories/ s/^/#DONT/" CMakeLists.txt || die
kde5_src_prepare
 }

diff --git a/kde-apps/calendarjanitor/calendarjanitor-.ebuild 
b/kde-apps/calendarjanitor/calendarjanitor-.ebuild
index b78b1da..884e9ff 100644
--- a/kde-apps/calendarjanitor/calendarjanitor-.ebuild
+++ b/kde-apps/calendarjanitor/calendarjanitor-.ebuild
@@ -31,5 +31,6 @@ RDEPEND="${DEPEND}
 
 src_prepare() {
cmake_comment_add_subdirectory doc konsolekalendar
+   sed -i -e "/console\.categories/ s/^/#DONT/" CMakeLists.txt || die
kde5_src_prepare
 }



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

2016-09-15 Thread Michael Palimaka
commit: 2716fdc67b4cfb522ea79fdce8882a9c87ce0bd8
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 15 17:59:59 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 18:01:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2716fdc6

kde-apps/kdepim-runtime: restrict tests

Gentoo-bug: 579622

Package-Manager: portage-2.3.0

 kde-apps/kdepim-runtime/kdepim-runtime-16.08.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-16.08.1.ebuild 
b/kde-apps/kdepim-runtime/kdepim-runtime-16.08.1.ebuild
index 9e1a0cb..6e4c213 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-16.08.1.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-16.08.1.ebuild
@@ -73,6 +73,8 @@ RDEPEND="${CDEPEND}
$(add_frameworks_dep oxygen-icons)
 "
 
+RESTRICT+=" test"
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package google KF5GAPI)



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

2016-09-15 Thread Michael Palimaka
commit: 118e0e348ec0482b9eb53536edc0dcab698c2818
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 15 17:57:37 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 18:01:11 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=118e0e34

kde-apps/kdepim-runtime: restrict tests

Gentoo-bug: 579622

Package-Manager: portage-2.3.0

 kde-apps/kdepim-runtime/kdepim-runtime-16.08.49..ebuild | 2 ++
 kde-apps/kdepim-runtime/kdepim-runtime-.ebuild  | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-16.08.49..ebuild 
b/kde-apps/kdepim-runtime/kdepim-runtime-16.08.49..ebuild
index 701a55f..bf05087 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-16.08.49..ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-16.08.49..ebuild
@@ -73,6 +73,8 @@ RDEPEND="${CDEPEND}
$(add_frameworks_dep oxygen-icons)
 "
 
+RESTRICT+=" test"
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package google KF5GAPI)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-.ebuild 
b/kde-apps/kdepim-runtime/kdepim-runtime-.ebuild
index 701a55f..bf05087 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-.ebuild
@@ -73,6 +73,8 @@ RDEPEND="${CDEPEND}
$(add_frameworks_dep oxygen-icons)
 "
 
+RESTRICT+=" test"
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package google KF5GAPI)



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

2016-09-15 Thread Michael Palimaka
commit: e52fe543873166d1bfa8ae01bfd17afd777406cf
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 15 17:58:21 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 18:01:11 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e52fe543

kde-apps/kcalutils: append to RESTRICT

RESTRICT does not automagically stack with eclasses.

Package-Manager: portage-2.3.0

 kde-apps/kcalutils/kcalutils-16.08.49..ebuild | 2 +-
 kde-apps/kcalutils/kcalutils-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kcalutils/kcalutils-16.08.49..ebuild 
b/kde-apps/kcalutils/kcalutils-16.08.49..ebuild
index 2657115..048ac75 100644
--- a/kde-apps/kcalutils/kcalutils-16.08.49..ebuild
+++ b/kde-apps/kcalutils/kcalutils-16.08.49..ebuild
@@ -29,4 +29,4 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-RESTRICT="test"
+RESTRICT+=" test"

diff --git a/kde-apps/kcalutils/kcalutils-.ebuild 
b/kde-apps/kcalutils/kcalutils-.ebuild
index 2657115..048ac75 100644
--- a/kde-apps/kcalutils/kcalutils-.ebuild
+++ b/kde-apps/kcalutils/kcalutils-.ebuild
@@ -29,4 +29,4 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-RESTRICT="test"
+RESTRICT+=" test"



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

2016-09-15 Thread William Hubbs
commit: 9fef67b8e3f2f842d65d53f2a04752e046049b10
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Sep 15 17:54:36 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Sep 15 17:55:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fef67b8

net-misc/dhcpcd: remove unstable versions

Package-Manager: portage-2.2.28

 net-misc/dhcpcd/Manifest |   4 --
 net-misc/dhcpcd/dhcpcd-6.10.2.ebuild | 119 ---
 net-misc/dhcpcd/dhcpcd-6.10.3.ebuild | 115 -
 net-misc/dhcpcd/dhcpcd-6.11.0.ebuild | 115 -
 net-misc/dhcpcd/dhcpcd-6.11.1.ebuild | 115 -
 net-misc/dhcpcd/dhcpcd-6.11.2.ebuild | 115 -
 6 files changed, 583 deletions(-)

diff --git a/net-misc/dhcpcd/Manifest b/net-misc/dhcpcd/Manifest
index 1af4f4c..57bb1eb 100644
--- a/net-misc/dhcpcd/Manifest
+++ b/net-misc/dhcpcd/Manifest
@@ -1,7 +1,3 @@
 DIST dhcpcd-6.10.1.tar.xz 180112 SHA256 
284abf8c3be0580bbac5eaca95359346ab0d78d4072317b6ce87cc68f2e8ae7b SHA512 
f323c155cff47f21dde181c216408b79f10e6ed923aa3d1f3482feff47a1e88e02193ec82f831da4ef63d3703ca1837715c36a47cf3f5d09f117f6eb53bfcf67
 WHIRLPOOL 
805e8a1b4dad400825197dae7918a2172093d152986d5d97f4d1993f2c27cf3fbe097a5dc4f7a5292e98676b5d7fad6079ed64e4bffabeb7ccf9d91f4db80de9
-DIST dhcpcd-6.10.2.tar.xz 184512 SHA256 
64a0ff84ba7f1e820b2ccfe08980b3b73e96bb072274b21de523f1da83a94e09 SHA512 
66e472b32373328fb18723d7efa9f200befb35762449a26a81d4c137eb17aae1d86bce59cc057dfb328e83061d7747a8c6facac2f0304750acfb4c634e896a65
 WHIRLPOOL 
e92e64b36c26d651b8cd9ddc4c6902e351afe28c71a16a3f6bd069d1414eebf85791abb8eee3a6272134e5fec73f0ac4c0225c8b20ca2be07f2ac210b134bf7f
-DIST dhcpcd-6.10.3.tar.xz 185520 SHA256 
b586c1f770373f83e3f574c683c66bea217a6d6c89b8e91dbdb6f75aa654c8d5 SHA512 
6ebcb720909f4d167d064d5e8ed961c331470762e89f4e5c145f048424ef170ffc218e9a9dcc94e3a8dce6ccc147710ec2ef17627a708918203858f3dcdca43d
 WHIRLPOOL 
4c9844de4b6e69a761c7a5a9c34da7f97e906a379b837ccfe647f1fab5e648193298744a8eded6f46379c056cb8fcb8148af1f0e5e95d5726529a3cc2686b27f
-DIST dhcpcd-6.11.0.tar.xz 187580 SHA256 
31c2cd327657f11c427fe5044f74c5b942e70450fa43ceabf4b25f3fd459 SHA512 
ee46f28b046752e80839c229e074cb87aea93695c1347ba852a026828a34b47f66990c9ce863f7de02ad81cc922c0ae000ab8fbb23ed9f2d1f97b720020db166
 WHIRLPOOL 
6950d95493baaf2c16343590f6c89fcf471de50c5423030607b1a26144c86636b40fb693ce87cd4d13e433f0423ff48449b7db37f7e1266038ee2b6268116ec5
 DIST dhcpcd-6.11.1.tar.xz 190956 SHA256 
5c823d607ed1d7513d16ec51c54e21657f1324899e0ba333a497682d88a8c6ee SHA512 
50ef755b13a96fe484623d9f2dbd91407fbea5ca728fd05dbf4259a61611a07cf3ffad7e8d20ecd513dbef80602074809abd1f5177daaa51ceccc2af5c88269f
 WHIRLPOOL 
a32350beee83184fc9d0dec5cd65f265a83aa95177b8ff700fcce2aaf2ac6c2600c322e3d8c65f1d2e9d3a2cbe71bc00b3a6efbf045fa9c805b76a3a1fca0de5
-DIST dhcpcd-6.11.2.tar.xz 194228 SHA256 
f19fb50b97540a27a7172d7aa17d0237c26eca5f42c7a28f7716fc81340a1eaa SHA512 
eb89e07a934db81e0692d94b4eae2e70cf013d941e820547aa26c70f672ad0e5c17ae82614f453e2e94760b3f5d7ce7a4bfbdd03c1f6b69bda06764a6d6e1fca
 WHIRLPOOL 
4992a76d7d4ff918cfc0d2773320e1370320f862d550d6f9e0f95fcd62daf41487661e6484c444233f2bc3ef7817078d478b930b9b176d4615b046c7dbdda491
 DIST dhcpcd-6.11.3.tar.xz 194892 SHA256 
5abd12c4df2947d608f60a35227f9bf8ae8ab9de06ce975cdab1144d8f229b06 SHA512 
249185532cb239124f847c28e6bfb3e8a85e818e05a07eb0c6ac6843fbbab8afa8d6ebce4032b3537ccfb7fafb306dd0dc51c0e97f337f12f5071ba499686a70
 WHIRLPOOL 
66eebad0ceabf07324f41b7c5861b13f233d6cf3fb4f7c82804b6391594595cda8c981cec088aa75242a04614a7228be7400171d32c68ee6be354bf976a237d5

diff --git a/net-misc/dhcpcd/dhcpcd-6.10.2.ebuild 
b/net-misc/dhcpcd/dhcpcd-6.10.2.ebuild
deleted file mode 100644
index cdd7e07..
--- a/net-misc/dhcpcd/dhcpcd-6.10.2.ebuild
+++ /dev/null
@@ -1,119 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-if [[ ${PV} == "" ]]; then
-   FOSSIL_URI="http://roy.marples.name/projects/dhcpcd;
-else
-   MY_P="${P/_alpha/-alpha}"
-   MY_P="${MY_P/_beta/-beta}"
-   MY_P="${MY_P/_rc/-rc}"
-   SRC_URI="http://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-inherit eutils systemd toolchain-funcs
-
-DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client"
-HOMEPAGE="http://roy.marples.name/projects/dhcpcd/;
-LICENSE="BSD-2"
-SLOT="0"
-IUSE="elibc_glibc +embedded ipv6 kernel_linux +udev"
-
-COMMON_DEPEND="udev? ( virtual/udev )"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-
-PATCHES=(
-"${FILESDIR}"/${P}-fix-configure.patch
-)
-
-if [[ ${PV} == "" ]]; then
-   DEPEND+=" 

[gentoo-commits] proj/kde:master commit in: kde-frameworks/syntax-highlighting/

2016-09-15 Thread Michael Palimaka
commit: 373647c2aba5b1d6d234e7a8ebbbe486759c18b5
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 15 17:50:17 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 17:50:20 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=373647c2

kde-frameworks/syntax-highlighting: improve DESCRIPTION

Package-Manager: portage-2.3.0

 kde-frameworks/syntax-highlighting/syntax-highlighting-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-.ebuild 
b/kde-frameworks/syntax-highlighting/syntax-highlighting-.ebuild
index 3ab9799..cffc8f4 100644
--- a/kde-frameworks/syntax-highlighting/syntax-highlighting-.ebuild
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-.ebuild
@@ -8,7 +8,7 @@ KDE_TEST="forceoptional"
 VIRTUALX_REQUIRED="test"
 inherit kde5
 
-DESCRIPTION="Framework to let applications perform actions as a privileged 
user"
+DESCRIPTION="Framework for syntax highlighting"
 LICENSE="LGPL-2+ LGPL-2.1+"
 KEYWORDS=""
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kde4-l10n/files/

2016-09-15 Thread Michael Palimaka
commit: 17183740d867d68fdfeb5a75fc8035838d9c03b3
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 15 17:39:32 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 17:39:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17183740

kde-apps/kde4-l10n: remove unused files

Package-Manager: portage-2.3.0

 .../kde4-l10n/files/kde4-l10n-15.11.90-remove-dirs |  52 -
 .../files/kde4-l10n-15.12.3-remove-messages| 214 -
 2 files changed, 266 deletions(-)

diff --git a/kde-apps/kde4-l10n/files/kde4-l10n-15.11.90-remove-dirs 
b/kde-apps/kde4-l10n/files/kde4-l10n-15.11.90-remove-dirs
deleted file mode 100644
index ab7681e..
--- a/kde-apps/kde4-l10n/files/kde4-l10n-15.11.90-remove-dirs
+++ /dev/null
@@ -1,52 +0,0 @@
-# Disable any subdirectories listed here. Comments are ignored
-# First argument: parent directory
-# Second argument: which subdirectory to disable in CMakeLists.txt
-# kde-l10n 5
-data/kdeedu khangman
-docs/applications kate
-docs/applications konsole
-docs/applications kwrite
-docs/kdeedu kig
-docs/kdeedu pairseditor
-docs/kdeedu parley
-docs/kdeedu step
-docs/kdegames bomber
-docs/kdegraphics gwenview
-docs/kdegraphics kruler
-docs/kdesdk kapptemplate
-docs/kdesdk okteta
-docs/kdeutils kwalletmanager
-# Plasma 5.3
-docs/kde-runtime fundamentals
-docs/kde-runtime kdesu
-docs/kde-runtime khelpcenter
-docs/kde-runtime knetattach
-docs/kde-runtime onlinehelp
-docs/kde-runtime/kcontrol bookmarks
-docs/kde-runtime/kcontrol cookies
-docs/kde-runtime/kcontrol ebrowsing
-docs/kde-runtime/kcontrol emoticons
-docs/kde-runtime/kcontrol icons
-docs/kde-runtime/kcontrol kcmcgi
-docs/kde-runtime/kcontrol khtml
-docs/kde-runtime/kcontrol smb
-docs/kde-runtime/kcontrol trash
-docs/kde-runtime/kcontrol useragent
-docs/kde-workspace kfontview
-docs/kde-workspace kinfocenter
-docs/kde-workspace klipper
-docs/kde-workspace kmenuedit
-docs/kde-workspace ksysguard
-docs/kde-workspace plasma-desktop
-docs/kde-workspace systemsettings
-docs/kde-workspace/kcontrol clock
-docs/kde-workspace/kcontrol colors
-docs/kde-workspace/kcontrol desktopthemedetails
-docs/kde-workspace/kcontrol joystick
-docs/kde-workspace/kcontrol kcmaccess
-docs/kde-workspace/kcontrol kcmstyle
-docs/kde-workspace/kcontrol solid-actions
-docs/kde-workspace/kcontrol splashscreen
-# kdepim-l10n 5
-docs kdepim
-docs kdepimlibs

diff --git a/kde-apps/kde4-l10n/files/kde4-l10n-15.12.3-remove-messages 
b/kde-apps/kde4-l10n/files/kde4-l10n-15.12.3-remove-messages
deleted file mode 100644
index a7901c6..
--- a/kde-apps/kde4-l10n/files/kde4-l10n-15.12.3-remove-messages
+++ /dev/null
@@ -1,214 +0,0 @@
-# Remove any path listed here. Comments are ignored
-# KDE Workspace 4
-kde-workspace/freespacenotifier.po
-kde-workspace/joystick.po
-kde-workspace/kaccess.po
-kde-workspace/kcmaccess.po
-kde-workspace/kcm_autostart.po
-kde-workspace/kcmbell.po
-kde-workspace/kcmcolors.po
-kde-workspace/kcm_desktoppaths.po
-kde-workspace/kcm_desktopthemedetails.po
-kde-workspace/kcmdevinfo.po
-kde-workspace/kcmfonts.po
-kde-workspace/kcm_infobase.po
-kde-workspace/kcminfo.po
-kde-workspace/kcm_infosummary.po
-kde-workspace/kcminit.po
-kde-workspace/kcminput.po
-kde-workspace/kcmkclock.po
-kde-workspace/kcmkeyboard.po
-kde-workspace/kcmkeys.po
-kde-workspace/kcmkwincompositing.po
-kde-workspace/kcmkwindecoration.po
-kde-workspace/kcm_kwindesktop.po
-kde-workspace/kcmkwinrules.po
-kde-workspace/kcmkwinscreenedges.po
-kde-workspace/kcm-kwin-scripts.po
-kde-workspace/kcm_kwintabbox.po
-kde-workspace/kcmkwm.po
-kde-workspace/kcmlaunch.po
-kde-workspace/kcm_memory.po
-kde-workspace/kcmnic.po
-kde-workspace/kcmopengl.po
-kde-workspace/kcm_pci.po
-kde-workspace/kcmsamba.po
-kde-workspace/kcmsmserver.po
-kde-workspace/kcm_solid_actions.po
-kde-workspace/kcm_standard_actions.po
-kde-workspace/kcmstyle.po
-kde-workspace/kcmusb.po
-kde-workspace/kcmview1394.po
-kde-workspace/kcmworkspaceoptions.po
-kde-workspace/kfontinst.po
-kde-workspace/khotkeys.po
-kde-workspace/kinfocenter.po
-kde-workspace/klipper.po
-kde-workspace/kmenuedit.po
-kde-workspace/krdb.po
-kde-workspace/krunner.po
-kde-workspace/kscreenlocker_greet.po
-kde-workspace/kscreenlocker.po
-kde-workspace/ksgrd.po
-kde-workspace/ksmserver.po
-kde-workspace/ksplashthemes.po
-kde-workspace/ksysguardlsofwidgets.po
-kde-workspace/ksysguard.po
-kde-workspace/ktouchpadenabler.po
-kde-workspace/kwin_clients.po
-kde-workspace/kwin_effects.po
-kde-workspace/kwin.po
-kde-workspace/kwin_scripting.po
-kde-workspace/libkdecorations.po
-kde-workspace/libkworkspace.po
-kde-workspace/liboxygenstyleconfig.po
-kde-workspace/libpowerdevilcommonconfig.po
-kde-workspace/libtaskmanager.po
-kde-workspace/plasma_applet_quicklaunch.po
-kde-workspace/plasma_applet_system-monitor.po
-kde-workspace/plasma_applet_webbrowser.po
-kde-workspace/plasma_containmentactions_contextmenu.po
-kde-workspace/plasma_containmentactions_switchwindow.po

[gentoo-commits] repo/gentoo:master commit in: kde-apps/kde4-l10n/, kde-apps/kde4-l10n/files/

2016-09-15 Thread Michael Palimaka
commit: 998f56786dd68871fbbbe050e681ccbf69423593
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 15 17:38:01 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 17:38:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=998f5678

kde-apps/kde4-l10n: move stray files to files/ directory

Gentoo-bug: 593894

Package-Manager: portage-2.3.0

 kde-apps/kde4-l10n/{ => files}/kde4-l10n-16.07.80-remove-messages | 0
 kde-apps/kde4-l10n/{ => files}/kde4-l10n-16.08.1-remove-dirs  | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/kde-apps/kde4-l10n/kde4-l10n-16.07.80-remove-messages 
b/kde-apps/kde4-l10n/files/kde4-l10n-16.07.80-remove-messages
similarity index 100%
rename from kde-apps/kde4-l10n/kde4-l10n-16.07.80-remove-messages
rename to kde-apps/kde4-l10n/files/kde4-l10n-16.07.80-remove-messages

diff --git a/kde-apps/kde4-l10n/kde4-l10n-16.08.1-remove-dirs 
b/kde-apps/kde4-l10n/files/kde4-l10n-16.08.1-remove-dirs
similarity index 100%
rename from kde-apps/kde4-l10n/kde4-l10n-16.08.1-remove-dirs
rename to kde-apps/kde4-l10n/files/kde4-l10n-16.08.1-remove-dirs



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

2016-09-15 Thread Tim Harder
commit: efe411d088991cbda40072e056d346745cbe698a
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Sep 15 17:27:57 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Sep 15 17:29:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efe411d0

dev-python/columnize: add forgotten patch to skip test dep

Tests aren't bundled with the tarball anymore so drop the deps required
to run them.

Fixes #593852.

 dev-python/columnize/columnize-0.3.9.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/columnize/columnize-0.3.9.ebuild 
b/dev-python/columnize/columnize-0.3.9.ebuild
index c61bc55..9ab6b5c 100644
--- a/dev-python/columnize/columnize-0.3.9.ebuild
+++ b/dev-python/columnize/columnize-0.3.9.ebuild
@@ -19,3 +19,5 @@ IUSE=""
 
 RDEPEND="dev-python/backports-shutil_get_terminal_size[$(python_gen_usedep 
'python2*')]"
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.3.8-nose.patch )



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

2016-09-15 Thread Michael Palimaka
commit: 23e188126188ff1ca0b564a233573100c0579353
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 15 17:25:41 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 17:26:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23e18812

kde-apps/kcalutils: restrict hanging tests

Package-Manager: portage-2.3.0

 kde-apps/kcalutils/kcalutils-16.08.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-apps/kcalutils/kcalutils-16.08.1.ebuild 
b/kde-apps/kcalutils/kcalutils-16.08.1.ebuild
index fe3d8d6..792629a 100644
--- a/kde-apps/kcalutils/kcalutils-16.08.1.ebuild
+++ b/kde-apps/kcalutils/kcalutils-16.08.1.ebuild
@@ -28,3 +28,5 @@ DEPEND="
dev-libs/grantlee:5
 "
 RDEPEND="${DEPEND}"
+
+RESTRICT="test"



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

2016-09-15 Thread Michael Palimaka
commit: 7f6fc1f2218a0134293f9cc8c8818a8c0aaca102
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 15 17:25:54 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 17:25:57 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7f6fc1f2

kde-apps/kcalutils: restrict hanging tests

Gentoo-bug: 579606

Package-Manager: portage-2.3.0

 kde-apps/kcalutils/kcalutils-16.08.1.ebuild   | 2 ++
 kde-apps/kcalutils/kcalutils-16.08.49..ebuild | 2 ++
 kde-apps/kcalutils/kcalutils-.ebuild  | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/kde-apps/kcalutils/kcalutils-16.08.1.ebuild 
b/kde-apps/kcalutils/kcalutils-16.08.1.ebuild
index fe3d8d6..792629a 100644
--- a/kde-apps/kcalutils/kcalutils-16.08.1.ebuild
+++ b/kde-apps/kcalutils/kcalutils-16.08.1.ebuild
@@ -28,3 +28,5 @@ DEPEND="
dev-libs/grantlee:5
 "
 RDEPEND="${DEPEND}"
+
+RESTRICT="test"

diff --git a/kde-apps/kcalutils/kcalutils-16.08.49..ebuild 
b/kde-apps/kcalutils/kcalutils-16.08.49..ebuild
index 0b623e5..2657115 100644
--- a/kde-apps/kcalutils/kcalutils-16.08.49..ebuild
+++ b/kde-apps/kcalutils/kcalutils-16.08.49..ebuild
@@ -28,3 +28,5 @@ DEPEND="
dev-libs/grantlee:5
 "
 RDEPEND="${DEPEND}"
+
+RESTRICT="test"

diff --git a/kde-apps/kcalutils/kcalutils-.ebuild 
b/kde-apps/kcalutils/kcalutils-.ebuild
index 0b623e5..2657115 100644
--- a/kde-apps/kcalutils/kcalutils-.ebuild
+++ b/kde-apps/kcalutils/kcalutils-.ebuild
@@ -28,3 +28,5 @@ DEPEND="
dev-libs/grantlee:5
 "
 RDEPEND="${DEPEND}"
+
+RESTRICT="test"



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

2016-09-15 Thread William Hubbs
commit: 871c2b0416906b5dffe731425e0420b0219562d8
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Sep 15 17:15:05 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Sep 15 17:15:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=871c2b04

sys-apps/sysvinit: remove old version

Package-Manager: portage-2.2.28

 sys-apps/sysvinit/files/inittab-2.87  |  58 ---
 sys-apps/sysvinit/files/reboot.sh |  11 ---
 sys-apps/sysvinit/files/shutdown.sh   |  13 
 sys-apps/sysvinit/sysvinit-2.88-r7.ebuild | 118 --
 4 files changed, 200 deletions(-)

diff --git a/sys-apps/sysvinit/files/inittab-2.87 
b/sys-apps/sysvinit/files/inittab-2.87
deleted file mode 100644
index 1fcb8bb..
--- a/sys-apps/sysvinit/files/inittab-2.87
+++ /dev/null
@@ -1,58 +0,0 @@
-#
-# /etc/inittab:  This file describes how the INIT process should set up
-#the system in a certain run-level.
-#
-# Author:  Miquel van Smoorenburg, 
-# Modified by:  Patrick J. Volkerding, 
-# Modified by:  Daniel Robbins, 
-# Modified by:  Martin Schlemmer, 
-# Modified by:  Mike Frysinger, 
-# Modified by:  Robin H. Johnson, 
-#
-# $Id$
-
-# Default runlevel.
-id:3:initdefault:
-
-# System initialization, mount local filesystems, etc.
-si::sysinit:/sbin/rc sysinit
-
-# Further system initialization, brings up the boot runlevel.
-rc::bootwait:/sbin/rc boot
-
-l0:0:wait:/sbin/rc shutdown 
-l0s:0:wait:/sbin/halt -dhp
-l1:1:wait:/sbin/rc single
-l2:2:wait:/sbin/rc nonetwork
-l3:3:wait:/sbin/rc default
-l4:4:wait:/sbin/rc default
-l5:5:wait:/sbin/rc default
-l6:6:wait:/sbin/rc reboot
-l6r:6:wait:/sbin/reboot -dk
-#z6:6:respawn:/sbin/sulogin
-
-# new-style single-user
-su0:S:wait:/sbin/rc single
-su1:S:wait:/sbin/sulogin
-
-# TERMINALS
-c1:12345:respawn:/sbin/agetty 38400 tty1 linux
-c2:2345:respawn:/sbin/agetty 38400 tty2 linux
-c3:2345:respawn:/sbin/agetty 38400 tty3 linux
-c4:2345:respawn:/sbin/agetty 38400 tty4 linux
-c5:2345:respawn:/sbin/agetty 38400 tty5 linux
-c6:2345:respawn:/sbin/agetty 38400 tty6 linux
-
-# SERIAL CONSOLES
-#s0:12345:respawn:/sbin/agetty -L 9600 ttyS0 vt100
-#s1:12345:respawn:/sbin/agetty -L 9600 ttyS1 vt100
-
-# What to do at the "Three Finger Salute".
-ca:12345:ctrlaltdel:/sbin/shutdown -r now
-
-# Used by /etc/init.d/xdm to control DM startup.
-# Read the comments in /etc/init.d/xdm for more
-# info. Do NOT remove, as this will start nothing
-# extra at boot if /etc/init.d/xdm is not added
-# to the "default" runlevel.
-x:a:once:/etc/X11/startDM.sh

diff --git a/sys-apps/sysvinit/files/reboot.sh 
b/sys-apps/sysvinit/files/reboot.sh
deleted file mode 100644
index 3e50f71..
--- a/sys-apps/sysvinit/files/reboot.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-opts="-dpk"
-[ "${RC_DOWN_INTERFACE}" = "yes" ] && opts="${opts}i"
-
-/sbin/reboot "${opts}" 2>/dev/null
-
-# hmm, if the above failed, that's kind of odd ...
-# so let's force a reboot
-/sbin/reboot -f

diff --git a/sys-apps/sysvinit/files/shutdown.sh 
b/sys-apps/sysvinit/files/shutdown.sh
deleted file mode 100644
index 502ef52..
--- a/sys-apps/sysvinit/files/shutdown.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-opts="-d"
-[ "${INIT_HALT}" != "HALT" ] && opts="${opts}p"
-[ "${RC_DOWN_INTERFACE}" = "yes" ] && opts="${opts}i"
-[ "${RC_DOWN_HARDDISK}" = "yes" ] && opts="${opts}h"
-
-/sbin/halt "${opts}"
-
-# hmm, if the above failed, that's kind of odd ...
-# so let's force a halt
-/sbin/halt -f

diff --git a/sys-apps/sysvinit/sysvinit-2.88-r7.ebuild 
b/sys-apps/sysvinit/sysvinit-2.88-r7.ebuild
deleted file mode 100644
index 1ccda21..
--- a/sys-apps/sysvinit/sysvinit-2.88-r7.ebuild
+++ /dev/null
@@ -1,118 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit eutils toolchain-funcs flag-o-matic
-
-DESCRIPTION="/sbin/init - parent of all processes"
-HOMEPAGE="https://savannah.nongnu.org/projects/sysvinit;
-SRC_URI="mirror://nongnu/${PN}/${P}dsf.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
-IUSE="selinux ibm static kernel_FreeBSD"
-
-CDEPEND="
-   selinux? (
-   >=sys-libs/libselinux-1.28
-   )"
-DEPEND="${CDEPEND}
-   virtual/os-headers"
-RDEPEND="${CDEPEND}
-   selinux? ( sec-policy/selinux-shutdown )
-"
-
-S=${WORKDIR}/${P}dsf
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-2.86-kexec.patch #80220
-   epatch "${FILESDIR}"/${PN}-2.86-shutdown-single.patch #158615
-   epatch "${FILESDIR}"/${P}-makefile.patch 

[gentoo-commits] repo/gentoo:master commit in: games-simulation/bcs-demo/

2016-09-15 Thread Austin English
commit: 6a24a4e8fc9bbd169da851ef39f3e305d85ddc26
Author: Austin English  gentoo  org>
AuthorDate: Wed Sep 14 21:21:33 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Thu Sep 15 17:18:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a24a4e8

games-simulation/bcs-demo: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.0

 games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild | 58 
 1 file changed, 58 insertions(+)

diff --git a/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild 
b/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild
new file mode 100644
index ..e1bb22c
--- /dev/null
+++ b/games-simulation/bcs-demo/bcs-demo-1.3-r1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils unpacker
+
+DESCRIPTION="design and build bridges and then stress test them with trains"
+HOMEPAGE="http://www.chroniclogic.com/pontifex2.htm;
+SRC_URI="ftp://ggdev-1.homelan.com/bcs/bcsdemo_v${PV/./_}.sh.bin
+   http://www.highprogrammer.com/alan/pfx2/openal-alan-hack-0.0.1.tar.gz;
+
+LICENSE="BCS"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+RESTRICT="strip"
+
+RDEPEND="
+   media-libs/libsdl[abi_x86_32(-)]
+   sys-libs/glibc
+   x11-libs/libX11[abi_x86_32(-)]
+   x11-libs/libXau[abi_x86_32(-)]
+   x11-libs/libXdmcp[abi_x86_32(-)]
+   x11-libs/libXext[abi_x86_32(-)]
+   virtual/opengl[abi_x86_32(-)]"
+
+S=${WORKDIR}
+
+dir=/opt/${PN}
+Ddir=${D}/${dir}
+QA_PREBUILT="${dir:1}/*"
+
+src_unpack() {
+   unpack_makeself bcsdemo_v${PV/./_}.sh.bin
+   unpack openal-alan-hack-0.0.1.tar.gz
+}
+
+src_install() {
+   dodir "${dir}"
+
+   tar -zxf bcsdemo.tar.gz -C "${Ddir}" || die
+   rm -f "${Ddir}"/bcs-linux-openal-fixer.sh || die
+
+   exeinto "${dir}"
+#  doexe bin/Linux/x86/rungame.sh
+#  exeinto ${dir}/lib
+   mv "${Ddir}"/bcs "${Ddir}"/bcs-bin
+   newexe libopenal.so.0.0.6 libopenal.so.0
+   echo '#!/bin/bash' >> "${Ddir}"/bcs
+   echo 'LD_PRELOAD="./libopenal.so.0" ./bcs-bin' >> "${Ddir}"/bcs
+   fperms 755 "${dir}"/bcs
+   make_wrapper bcs-demo ./bcs "${dir}" "${dir}"
+
+   insinto "${dir}"
+   doins *.cfg
+   dodoc readme*
+}



[gentoo-commits] repo/gentoo:master commit in: games-simulation/singularity/

2016-09-15 Thread Austin English
commit: 9a223f221cc9bd717eea30e1947e73775ee5763d
Author: Austin English  gentoo  org>
AuthorDate: Thu Sep 15 16:20:16 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Thu Sep 15 17:18:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a223f22

games-simulation/singularity: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.0

 .../singularity/singularity-0.30c-r2.ebuild| 50 ++
 1 file changed, 50 insertions(+)

diff --git a/games-simulation/singularity/singularity-0.30c-r2.ebuild 
b/games-simulation/singularity/singularity-0.30c-r2.ebuild
new file mode 100644
index ..e178c59
--- /dev/null
+++ b/games-simulation/singularity/singularity-0.30c-r2.ebuild
@@ -0,0 +1,50 @@
+# 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 python-single-r1
+
+MUSIC=endgame-${PN}-music-006
+DESCRIPTION="A simulation of a true AI. Go from computer to computer, pursued 
by the entire world"
+HOMEPAGE="http://www.emhsoft.com/singularity/;
+SRC_URI="https://endgame-singularity.googlecode.com/files/${P}-src.tar.gz
+   music? ( https://endgame-singularity.googlecode.com/files/${MUSIC}.zip 
)"
+
+LICENSE="GPL-2 CC-BY-SA-2.5"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+music"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pygame[${PYTHON_USEDEP}]
+   media-libs/sdl-mixer[vorbis]"
+DEPEND="${DEPEND}
+   app-arch/unzip"
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+
+   rm -f code/{,*}/*.pyc data/*.html || die # Remove unecessary files
+}
+
+src_install() {
+   insinto /usr/share/${PN}
+   doins -r code data ${PN}.py || die
+   python_optimize ${ED%/}/usr/share/${PN}
+
+   if use music ; then
+   doins -r ../${MUSIC}/music || die
+   fi
+
+   make_wrapper ${PN} "${EPYTHON} ${PN}.py" /usr/share/${PN}
+   dodoc README.txt TODO Changelog AUTHORS
+}



[gentoo-commits] repo/gentoo:master commit in: games-simulation/simutrans/files/, games-simulation/simutrans/

2016-09-15 Thread Austin English
commit: d184c167e5985c496390425cf717e116b08d7523
Author: Austin English  gentoo  org>
AuthorDate: Thu Sep 15 17:16:33 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Thu Sep 15 17:18:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d184c167

games-simulation/simutrans: fix missing text files

Also remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/580948
Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.0

 games-simulation/simutrans/Manifest|  1 +
 .../files/simutrans-0.120.1.3-Makefile.patch   |  4 +-
 .../simutrans/simutrans-0.120.1.3-r1.ebuild| 69 ++
 3 files changed, 72 insertions(+), 2 deletions(-)

diff --git a/games-simulation/simutrans/Manifest 
b/games-simulation/simutrans/Manifest
index 5ddd2b6..345785e 100644
--- a/games-simulation/simutrans/Manifest
+++ b/games-simulation/simutrans/Manifest
@@ -1,3 +1,4 @@
+DIST language_pack-Base+texts.zip 1097263 SHA256 
3d2e637eb6018ccb5da99614dae7fc6ae1bdb0d8db4b2beea85d7e36ea5edf7c SHA512 
015caafaeace03bd5475e66c93bb433d9b07b600c3fcf125a4bda9b2856ba41dc43b923e032920df4a060087ead7180df59092f23ab6dcf12579b580827b1248
 WHIRLPOOL 
679efda1f4bfa0bf71b2f4aa955cee287ee6e9c10d6b3f9070cb799eae5c7acd3651e59f3d8d46688f56ee9781e102e485ab59b6a16a4ee556b18c95b2c35fb3
 DIST simupak64-120-0-1.zip 4051769 SHA256 
02a709dfa4b0c22e0b463ebcbd9684548356de1c61566cff9c127a79990dbb78 SHA512 
21badd251b9018bef55531923e23cb1935c3831784fab028febd3879384330e843329499ab08a08e71238fb92bf7db36e18ecbbc4e719a942e427f58fc634afc
 WHIRLPOOL 
5ae84653b5a138b5a987b7ca6512994f3ba8dff48fffbb94f6fe0bf4845d5537e93734f73174eb328f20b6c9986235ae6c461c55b5efde53a4b81620a3b1da83
 DIST simupak64-120-1-2.zip 4308534 SHA256 
125fa5c13a51bb0630ca651fddb8af06a823e8c4d4638bfa1bb2d89e92cc1d54 SHA512 
ddc75ad1cafa23d9a7387dc38b14de7414ea7c8bb7caa2afde6d8cdf9c3f5251719966b2274c5bc4ecc9915ec764d517e24b79d5ef199904e3d9185214cba129
 WHIRLPOOL 
4f91de57be620849f2a278df5510ea390d737a4f063dc659ed2d5f488ce0e631b1c15d6282554574b89316b3b968e4b850db8764b24b714df1a3c5e642e34907
 DIST simutrans-src-120-0-1.zip 3909005 SHA256 
010a6e3765891e1821364e54f6bcdfb2911b627ffca3acae8350e06e53113683 SHA512 
6f32b6f1c12f45125de8a12c4a034387a784e21fd8cdedcf7b1daefd9174d9a94825e8f68effa2ff1436cce2e2bc8cb5707161f3fa004185ae158400840dc450
 WHIRLPOOL 
36155184f5806a9cfab742f26e3fc78d5d7d928f99cddabbaf36c7c90d065dab02bb174c07d9633958f8b891b0db8cc5c94e45fd4f22d917b9a037c51a99b69a

diff --git 
a/games-simulation/simutrans/files/simutrans-0.120.1.3-Makefile.patch 
b/games-simulation/simutrans/files/simutrans-0.120.1.3-Makefile.patch
index d1ff41f..d3d9aae 100644
--- a/games-simulation/simutrans/files/simutrans-0.120.1.3-Makefile.patch
+++ b/games-simulation/simutrans/files/simutrans-0.120.1.3-Makefile.patch
@@ -1,5 +1,5 @@
 Makefile.orig
-+++ Makefile
+--- a/Makefile
 b/Makefile
 @@ -81,8 +81,6 @@
ifeq ($(findstring $(OSTYPE), amiga haiku mac),)
  CFLAGS += -minline-all-stringops

diff --git a/games-simulation/simutrans/simutrans-0.120.1.3-r1.ebuild 
b/games-simulation/simutrans/simutrans-0.120.1.3-r1.ebuild
new file mode 100644
index ..6912a06
--- /dev/null
+++ b/games-simulation/simutrans/simutrans-0.120.1.3-r1.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 flag-o-matic eutils
+
+MY_PV=${PV/0./}
+MY_PV=${MY_PV//./-}
+DESCRIPTION="A free Transport Tycoon clone"
+HOMEPAGE="http://www.simutrans.com/;
+SRC_URI="mirror://sourceforge/simutrans/simutrans-src-${MY_PV}.zip
+   
http://simutrans-germany.com/translator/data/tab/language_pack-Base+texts.zip
+   mirror://sourceforge/simutrans/simupak64-${MY_PV/3/2}.zip"  #FIXME: rev 
bump when .3 is released
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   app-arch/bzip2
+   media-libs/libpng:0
+   media-libs/libsdl[sound,video]
+   media-libs/sdl-mixer
+   sys-libs/zlib"
+DEPEND="${RDEPEND}
+   app-arch/unzip"
+
+S=${WORKDIR}
+
+PATCHES=(
+   "${FILESDIR}"/${P}-Makefile.patch
+)
+
+src_unpack() {
+   unpack simutrans-src-${MY_PV}.zip
+   unpack simupak64-${MY_PV/3/2}.zip
+
+   # Bundled text files are incomplete, bug #580948
+   cd "${S}/simutrans/text" || die
+   unpack language_pack-Base+texts.zip
+}
+
+src_prepare() {
+   default
+
+   strip-flags # bug #293927
+   echo "BACKEND=mixer_sdl
+COLOUR_DEPTH=16
+OSTYPE=linux
+VERBOSE=1" > config.default || die
+
+   # make it look in the install location for the data
+   sed -i \
+   -e "s:argv\[0\]:\"/usr/share/${PN}/\":" \
+   simmain.cc || die
+
+   rm -f simutrans/{simutrans,*.txt}
+}
+
+src_install() {
+   newbin build/default/sim ${PN}
+   insinto /usr/share/${PN}
+   doins -r simutrans/*
+   

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

2016-09-15 Thread William Hubbs
commit: 02bf1f19fa19dc8da77e086e423e0e7f87e66044
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Sep 15 16:59:42 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Sep 15 16:59:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02bf1f19

sys-apps/kmod: remove version 21

Package-Manager: portage-2.2.28

 sys-apps/kmod/Manifest   |   1 -
 sys-apps/kmod/kmod-21.ebuild | 190 ---
 2 files changed, 191 deletions(-)

diff --git a/sys-apps/kmod/Manifest b/sys-apps/kmod/Manifest
index 8587e58..8743058 100644
--- a/sys-apps/kmod/Manifest
+++ b/sys-apps/kmod/Manifest
@@ -1,3 +1,2 @@
-DIST kmod-21.tar.xz 446460 SHA256 
160a9448af74cf75b08d089f37a3e8d1fafa75cce92d1cbe869a753b670d95c0 SHA512 
93d9c7eda3a04ed94c6531087614d92b5a65a2e642bd3af017a3a8a458a78a5a57acb1707e35bf3a0aa8f22ab0fa99d34cf4e7dd568f202a18eb49fb52bf78c1
 WHIRLPOOL 
78aa8c086ed8129b3a686f3b7d46e224c09f018fc85cda041bfac253afa8056e3e403eedbedb81be4c2354075040dcb6a526c2295cc3b393a76cb3896491cea3
 DIST kmod-22.tar.xz 449724 SHA256 
ba3b1ddea33228b473189fcb05b809024a3b86e9a7cf37d420cae06beb749f82 SHA512 
e021bacebb07ba4a178215ca1d1e091195fed1d289a76ec3ddb309182a90b6eab19d98eb1331772bc739f73ed6f540d92213b8088a573df13cd28ebd333a8876
 WHIRLPOOL 
ed5b338698f250a0cb344da0789099a4fcdd098a1d64ed0f912fbb361ee91eaf13ceffec28e95757778a687ed8ed8acce16c0717000c598237e01abda256ca1c
 DIST kmod-23.tar.xz 450376 SHA256 
d303d5519faec9d69e1132f6b37db2579db17a7fb5c1517da0115d03ba168155 SHA512 
84b18d35117b33c48fd9b732a584a9f94caef553e371bd4e68953540f46fc6c7145c8c7163df898875437ad56e1a47e89be26531314299bce0026c46da9dd3c0
 WHIRLPOOL 
319fc1c4728e51ef97a4c999ddcf8dc38587028b239a8adf48750335548c3a8e099d3b6a4d1d7a9b3f80ac83609a109d3053dea10ad8b98c2d694494b7f09330

diff --git a/sys-apps/kmod/kmod-21.ebuild b/sys-apps/kmod/kmod-21.ebuild
deleted file mode 100644
index dd80d39..
--- a/sys-apps/kmod/kmod-21.ebuild
+++ /dev/null
@@ -1,190 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit bash-completion-r1 eutils multilib python-r1
-
-if [[ ${PV} == * ]]; then
-   
EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/kernel/${PN}/${PN}.git"
-   inherit autotools git-2
-else
-   SRC_URI="mirror://kernel/linux/utils/kernel/kmod/${P}.tar.xz"
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86"
-   inherit libtool
-fi
-
-DESCRIPTION="library and tools for managing linux kernel modules"
-HOMEPAGE="https://git.kernel.org/?p=utils/kernel/kmod/kmod.git;
-
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE="debug doc lzma python static-libs +tools zlib"
-
-# Upstream does not support running the test suite with custom configure flags.
-# I was also told that the test suite is intended for kmod developers.
-# So we have to restrict it.
-# See bug #408915.
-RESTRICT="test"
-
-# Block systemd below 217 for 
-static-nodes-indicate-that-creation-of-static-nodes-.patch
-RDEPEND="!sys-apps/module-init-tools
-   !sys-apps/modutils
-   !=app-arch/xz-utils-5.0.4-r1 )
-   python? ( ${PYTHON_DEPS} )
-   zlib? ( >=sys-libs/zlib-1.2.6 )" #427130
-DEPEND="${RDEPEND}
-   doc? ( dev-util/gtk-doc )
-   lzma? ( virtual/pkgconfig )
-   python? (
-   dev-python/cython[${PYTHON_USEDEP}]
-   virtual/pkgconfig
-   )
-   zlib? ( virtual/pkgconfig )"
-if [[ ${PV} == * ]]; then
-   DEPEND="${DEPEND}
-   dev-libs/libxslt"
-fi
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-DOCS="NEWS README TODO"
-
-src_prepare() {
-   if [ ! -e configure ]; then
-   if use doc; then
-   gtkdocize --copy --docdir libkmod/docs || die
-   else
-   touch libkmod/docs/gtk-doc.make
-   fi
-   eautoreconf
-   else
-   elibtoolize
-   fi
-
-   # Restore possibility of running --enable-static wrt #472608
-   sed -i \
-   -e '/--enable-static is not supported by 
kmod/s:as_fn_error:echo:' \
-   configure || die
-}
-
-src_configure() {
-   local myeconfargs=(
-   --bindir="${EPREFIX}/bin"
-   --with-rootlibdir="${EPREFIX}/$(get_libdir)"
-   --enable-shared
-   $(use_enable static-libs static)
-   $(use_enable tools)
-   $(use_enable debug)
-   $(use_enable doc gtk-doc)
-   $(use_with lzma xz)
-   $(use_with zlib)
-   --with-bashcompletiondir="$(get_bashcompdir)"
-   )
-
-   local ECONF_SOURCE="${S}"
-
-   kmod_configure() {
-   mkdir -p "${BUILD_DIR}" || die
-   run_in_build_dir econf "${myeconfargs[@]}" "$@"
-   }
-
-   BUILD_DIR="${WORKDIR}/build"
-   

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

2016-09-15 Thread William Hubbs
commit: 0357c9ed71c2ea4e39b002654b351c88327b1c67
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Sep 15 16:55:22 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Sep 15 16:56:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0357c9ed

sys-apps/kmod: Stable 22 on ia64 and sparc for #581562

Package-Manager: portage-2.2.28

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

diff --git a/sys-apps/kmod/kmod-22.ebuild b/sys-apps/kmod/kmod-22.ebuild
index 6346331..627b107 100644
--- a/sys-apps/kmod/kmod-22.ebuild
+++ b/sys-apps/kmod/kmod-22.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
inherit autotools git-2
 else
SRC_URI="mirror://kernel/linux/utils/kernel/kmod/${P}.tar.xz"
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh ~sparc x86"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86"
inherit libtool
 fi
 



[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2016-09-15 Thread Michael Palimaka
commit: 4c2b93129381a94d61438b3bc1d1fa27f610650d
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 15 16:34:31 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 16:38:12 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4c2b9312

profiles: mask khotkeys-5.7.95

 profiles/package.mask/plasma-5.7.95 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/package.mask/plasma-5.7.95 
b/profiles/package.mask/plasma-5.7.95
index afa4d9b..143dbec 100644
--- a/profiles/package.mask/plasma-5.7.95
+++ b/profiles/package.mask/plasma-5.7.95
@@ -10,6 +10,7 @@
 ~kde-plasma/kde-gtk-config-5.7.95
 ~kde-plasma/kdeplasma-addons-5.7.95
 ~kde-plasma/kgamma-5.7.95
+~kde-plasma/khotkeys-5.7.95
 ~kde-plasma/kinfocenter-5.7.95
 ~kde-plasma/kmenuedit-5.7.95
 ~kde-plasma/kscreen-5.7.95



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

2016-09-15 Thread Michael Palimaka
commit: 0f500c8f0bf3c1a498cd568c7717ef5691418c43
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 15 16:32:54 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 16:38:12 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0f500c8f

sets: khotkeys is still part of kde-plasma-5.8

 sets/kde-plasma-5.8 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sets/kde-plasma-5.8 b/sets/kde-plasma-5.8
index 1eeed59..624b21a 100644
--- a/sets/kde-plasma-5.8
+++ b/sets/kde-plasma-5.8
@@ -9,6 +9,7 @@
 

[gentoo-commits] proj/kde:master commit in: Documentation/package.unmask/, Documentation/package.accept_keywords/, ...

2016-09-15 Thread Michael Palimaka
commit: 1689ae7c603155d5bd2e3cd361e87b65259aa60e
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 15 16:37:37 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 16:38:12 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1689ae7c

Documentation: regeneratea

 Documentation/package.accept_keywords/kde-plasma-5.8.keywords | 1 +
 Documentation/package.mask/kde-plasma-5.8 | 1 +
 Documentation/package.unmask/kde-plasma-5.8   | 1 +
 3 files changed, 3 insertions(+)

diff --git a/Documentation/package.accept_keywords/kde-plasma-5.8.keywords 
b/Documentation/package.accept_keywords/kde-plasma-5.8.keywords
index c3febe6..a9d7b87 100644
--- a/Documentation/package.accept_keywords/kde-plasma-5.8.keywords
+++ b/Documentation/package.accept_keywords/kde-plasma-5.8.keywords
@@ -12,6 +12,7 @@
 =kde-plasma/kdecoration-5.8:5
 >=kde-plasma/kdeplasma-addons-5.8:5
 >=kde-plasma/kgamma-5.8:5
+>=kde-plasma/khotkeys-5.8:5
 >=kde-plasma/kinfocenter-5.8:5
 >=kde-plasma/kmenuedit-5.8:5
 >=kde-plasma/kscreen-5.8:5

diff --git a/Documentation/package.unmask/kde-plasma-5.8 
b/Documentation/package.unmask/kde-plasma-5.8
index 17215c8..1e1feeb 100644
--- a/Documentation/package.unmask/kde-plasma-5.8
+++ b/Documentation/package.unmask/kde-plasma-5.8
@@ -12,6 +12,7 @@
 

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

2016-09-15 Thread Michael Palimaka
commit: 302213950f22c276e34bf81d516fd464228938cc
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 15 16:34:51 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 16:38:12 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=30221395

kde-plasma/khotkeys: version bump 5.7.95

kde-plasma/khotkeys-5.7.95 was accidentally missed in the earlier bump as it was
missing from the kde-plasma-5.8 set (which was based on kde-plasma-live where it
was removed due to being removed in Plasma 5.9).

Package-Manager: portage-2.3.0

 kde-plasma/khotkeys/khotkeys-5.7.95.ebuild | 47 ++
 1 file changed, 47 insertions(+)

diff --git a/kde-plasma/khotkeys/khotkeys-5.7.95.ebuild 
b/kde-plasma/khotkeys/khotkeys-5.7.95.ebuild
new file mode 100644
index 000..6d2e892
--- /dev/null
+++ b/kde-plasma/khotkeys/khotkeys-5.7.95.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_HANDBOOK="true"
+inherit kde5
+
+DESCRIPTION="KDE Plasma workspace hotkey module"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep kdelibs4support X)
+   $(add_frameworks_dep kglobalaccel)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_plasma_dep plasma-workspace)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtx11extras)
+   x11-libs/libX11
+   x11-libs/libXtst
+"
+RDEPEND="${COMMON_DEPEND}
+   $(add_frameworks_dep kded)
+   $(add_plasma_dep kde-cli-tools)
+   !kde-base/khotkeys:4
+   !kde-base/systemsettings:4
+"
+DEPEND="${COMMON_DEPEND}
+   x11-libs/libxcb
+   x11-libs/libXtst
+   x11-proto/xproto
+"



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

2016-09-15 Thread Alexis Ballier
commit: b7ccd24ebee79e5f75e7a1174bda94fd6402
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Sep 15 16:32:03 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Sep 15 16:32:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7ccd24e

media-video/gpac: fix automagic on libgl

Package-Manager: portage-2.3.0

 media-video/gpac/{gpac-0.6.1.ebuild => gpac-0.6.1-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/gpac/gpac-0.6.1.ebuild 
b/media-video/gpac/gpac-0.6.1-r1.ebuild
similarity index 97%
rename from media-video/gpac/gpac-0.6.1.ebuild
rename to media-video/gpac/gpac-0.6.1-r1.ebuild
index 55f59ff..566713a 100644
--- a/media-video/gpac/gpac-0.6.1.ebuild
+++ b/media-video/gpac/gpac-0.6.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -84,7 +84,7 @@ src_configure() {
$(use_enable debug) \
$(use_enable ipv6) \
$(use_enable jack jack yes) \
-   $(use_enable opengl) \
+   $(use_enable opengl 3d) \
$(use_enable oss oss-audio) \
$(use_enable pulseaudio pulseaudio yes) \
$(use_enable sdl) \



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

2016-09-15 Thread William Hubbs
commit: 81781b5bb2e232479f1150d1c26c1cde3f80f742
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Sep 15 16:30:49 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Sep 15 16:31:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81781b5b

sys-apps/openrc: Stable 0.21.3 on ia64 ppc and sparc per #588786.

Package-Manager: portage-2.2.28

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

diff --git a/sys-apps/openrc/openrc-0.21.3.ebuild 
b/sys-apps/openrc/openrc-0.21.3.ebuild
index a2474e8..f20b707 100644
--- a/sys-apps/openrc/openrc-0.21.3.ebuild
+++ b/sys-apps/openrc/openrc-0.21.3.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://dev.gentoo.org/~williamh/dist/${P}.tar.bz2;
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 fi
 
 LICENSE="BSD-2"



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

2016-09-15 Thread Michael Palimaka
commit: 3067883ad54258c59e111e07e87ac6e9e04e5131
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 15 16:29:44 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 16:29:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3067883a

virtual/notification-daemon: remove kde-frameworks/knotifications as a provider

kde-frameworks/knotifications does not provide org.freedesktop.Notifications
as required by the specification.

Gentoo-bug: 589066

Package-Manager: portage-2.3.0

 virtual/notification-daemon/notification-daemon-0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/virtual/notification-daemon/notification-daemon-0.ebuild 
b/virtual/notification-daemon/notification-daemon-0.ebuild
index 72911d2..8869778 100644
--- a/virtual/notification-daemon/notification-daemon-0.ebuild
+++ b/virtual/notification-daemon/notification-daemon-0.ebuild
@@ -29,6 +29,5 @@ RDEPEND="
kde-apps/knotify
x11-misc/mate-notification-daemon
lxqt-base/lxqt-notificationd
-   kde-frameworks/knotifications
kde-misc/colibri ) )"
 DEPEND=""



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

2016-09-15 Thread William Hubbs
commit: 1daa9f8ccfd336eafa6fd479fc3c26c76fc3ad74
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Sep 15 16:20:50 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Sep 15 16:24:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1daa9f8c

sys-apps/sysvinit:  stable 2.88-r9 on sparc and ia64 for #580958

Package-Manager: portage-2.2.28

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

diff --git a/sys-apps/sysvinit/sysvinit-2.88-r9.ebuild 
b/sys-apps/sysvinit/sysvinit-2.88-r9.ebuild
index 23a01b6..7a2257c 100644
--- a/sys-apps/sysvinit/sysvinit-2.88-r9.ebuild
+++ b/sys-apps/sysvinit/sysvinit-2.88-r9.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}dsf.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
 IUSE="selinux ibm static kernel_FreeBSD"
 
 CDEPEND="



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

2016-09-15 Thread Mike Gilbert
commit: 5a6c895eb7b1ab210533130a948235ac812e78ef
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Sep 15 16:14:43 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Sep 15 16:14:43 2016 +
URL:
https://gitweb.gentoo.org/proj/chromium-tools.git/commit/?id=5a6c895e

chrome-bump: drop the version suffix from google-chrome

 chrome-bump | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/chrome-bump b/chrome-bump
index b3f82a5..d8df1fc 100755
--- a/chrome-bump
+++ b/chrome-bump
@@ -26,16 +26,16 @@ PORTDIR = portage.settings.repositories['gentoo'].location
 
 PKGMAP = {
 'www-client/google-chrome': {
-'*.ebuild': ('_p', 'google-chrome-stable'),
+'*.ebuild': ('', 'google-chrome-stable'),
 },
 'www-client/google-chrome-beta': {
-'*.ebuild': ('_p', 'google-chrome-beta'),
+'*.ebuild': ('', 'google-chrome-beta'),
 },
 'www-client/google-chrome-unstable': {
-'*.ebuild': ('_p', 'google-chrome-unstable'),
+'*.ebuild': ('', 'google-chrome-unstable'),
 },
 'www-plugins/chrome-binary-plugins': {
-'*_p*.ebuild': ('_p', 'google-chrome-stable'),
+'*[0123456789].ebuild': ('', 'google-chrome-stable'),
 '*_beta*.ebuild': ('_beta', 'google-chrome-beta'),
 '*_alpha*.ebuild': ('_alpha', 'google-chrome-unstable'),
 },
@@ -98,7 +98,7 @@ def sync_ebuilds(pkg, debs):
 found = True
 break
 if not found:
-copy_ebuild(ebuilds[0], new_ebuild(pn, version, sep, revision))
+copy_ebuild(ebuilds[0], new_ebuild(pn, version, sep, ''))
 changed = True
 
 for ebuild in ebuilds:



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

2016-09-15 Thread Mike Gilbert
commit: f1b0fc1adfd405ff9ebb5738959ce4966371f936
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Sep 15 16:10:49 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Sep 15 16:10:49 2016 +
URL:
https://gitweb.gentoo.org/proj/chromium-tools.git/commit/?id=f1b0fc1a

extract-cves: simplify output

This allows for easy copy/paste into the bugzilla alias field.

 extract-cves.py | 18 +++---
 1 file changed, 3 insertions(+), 15 deletions(-)

diff --git a/extract-cves.py b/extract-cves.py
index 4ccfbf7..a1dc5ee 100755
--- a/extract-cves.py
+++ b/extract-cves.py
@@ -9,25 +9,13 @@ try:
 except ImportError:
   from urllib2 import urlopen
 
-CVE_PATTERN = re.compile('CVE-(\d{4})-(\d+)')
+CVE_PATTERN = re.compile('CVE-\d{4}-\d+')
 
 
 def main(argv):
   response = urlopen(argv[0])
-  cves = CVE_PATTERN.findall(str(response.read()))
-  years = {}
-  for year, no in cves:
-if year not in years:
-  years[year] = []
-years[year].append(no)
-  result = []
-  for year in sorted(years.keys()):
-nos = years[year]
-if len(nos) == 1:
-  result.append('CVE-%s-%s' % (year, nos[0]))
-else:
-  result.append('CVE-%s-{%s}' % (year, ','.join(sorted(nos
-  print(' '.join(result))
+  cves = set(CVE_PATTERN.findall(str(response.read(
+  print(','.join(cves))
   return 0
 
 



[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/

2016-09-15 Thread Brian Dolbec
commit: 7b5c017b896b11c8c5b35c2b337141532536a0ab
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Sep 15 16:01:52 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Thu Sep 15 16:01:52 2016 +
URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=7b5c017b

gentoolkit/package.py: Fix dblink call py3 compatibility bug 575788

 pym/gentoolkit/package.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pym/gentoolkit/package.py b/pym/gentoolkit/package.py
index da9d65c..42b632b 100644
--- a/pym/gentoolkit/package.py
+++ b/pym/gentoolkit/package.py
@@ -363,7 +363,7 @@ class Package(CPV):
myroot = self._settings["ROOT"]
if myroot != '/':
ret = {}
-   for key, val in 
self.dblink.getcontents().iteritems():
+   for key, val in 
self.dblink.getcontents().items():
ret['/' + os.path.relpath(key, myroot)] 
= val
contents = ret
 



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

2016-09-15 Thread Mike Gilbert
commit: e03baf5e2cb6708212954acee428a43b46986e47
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Sep 15 16:07:07 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Sep 15 16:07:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e03baf5e

www-client/chromium: remove old

Package-Manager: portage-2.3.0_p31

 www-client/chromium/Manifest  |   5 -
 www-client/chromium/chromium-53.0.2785.101.ebuild | 722 -
 www-client/chromium/chromium-53.0.2785.113.ebuild | 722 -
 www-client/chromium/chromium-53.0.2785.89.ebuild  | 722 -
 www-client/chromium/chromium-53.0.2785.92.ebuild  | 722 -
 www-client/chromium/chromium-54.0.2840.14.ebuild  | 727 --
 6 files changed, 3620 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index b616694..0aa8b09 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,9 +1,4 @@
-DIST chromium-53.0.2785.101.tar.xz 460816384 SHA256 
edc55ed74b11064251be35ee89cfd8d6c7055c607d35135c41246c6735c4aee0 SHA512 
e18360890dc3bce2a08c56264a9b24e60e15830bc0a2562a2be5726694eb63a20bb1150653d70cae7e355ed92b5ff92bd507fd370b795312f80deae8f2d7d9df
 WHIRLPOOL 
9f1ca21a2d727479808131d00f97977c7dc5f752e2071d9fcd67781d36f67b926e993d110cca1087384ef1b2eebd6674a71f7f67135f78c89cf1e4aa6cc8d733
-DIST chromium-53.0.2785.113.tar.xz 460807464 SHA256 
d813f282eee0b5f24d099236fd01d57e672dd63a49387e3292689659ebf9880a SHA512 
522646c1e3cf0bf35109ed5105560ff035766dabc2644ff62d5e1ca797e6206a6c6e49b8d1dce4391715dbfa00f612c652088eb5177f99e332493f7089217c31
 WHIRLPOOL 
f8e98f78bc4492caaba1ee619a1156b3f2af8ae56f6cb65c64dbc07cf917dc2584e62dda36eebf040c4362f08817863d999f63f3703f3bcee8fcdd15423ea7ba
 DIST chromium-53.0.2785.116.tar.xz 460903264 SHA256 
7a87629504346f64122ca7754574d187a4c1bf5736dea672ff3e247a0af16062 SHA512 
3a88b5b61642c4b947ae9cd9faa6d9d75fecfd6058982e705d36f1da2e94b902fb6d0af5289e00bbd0e5e7d096d5f5a788132c6e4374978620d6f7a1e2fb00da
 WHIRLPOOL 
fa067c68b217d494e16dfc78d63482a31006234ebae1c686426f011afde41a58d6939e3c5ee3a340ee099d5d88016f425b97e9f68957bb60d9b846d471702ac3
-DIST chromium-53.0.2785.89.tar.xz 460845036 SHA256 
2e3c5f7b12b5b4f150b93004a718fb85778aeddc4df05bbf92b99a19a1c63dee SHA512 
b1ae1021bcebafa2e9e639d1ed14112d1553bad739148e52ad8831c7ae8bc3c1933a7c06bab443b694cec1f6a50eec82148029408bc5032c7e0ebbf75b502d55
 WHIRLPOOL 
1dadb6d32ad5d2e7a0caac4cc4ba3146c33bc375655cecda11580acc6e12617279bcf7eaf6fc481f0b8993cbced422b9596ecad1280478e4a310ca762fd1b622
-DIST chromium-53.0.2785.92.tar.xz 460758172 SHA256 
6130483e86c0b22c02c75ec453cf0d54f1079abe2c5c151379fb2eba2411f0f0 SHA512 
134413c3d2a21efcf6f241d5343f5c9a4ff315aa425f53c7d68d54ed4baf52dc9d669269910c955fb9a8fd32cb9720b9318f735a5800a1a839beb733f0521124
 WHIRLPOOL 
53170d162304872d14533409cb794b51f453145d24193213ab967115cd40fa0e32e2ad146d69a938a7a91201d569dec56b120a16c3da15011c550d60978f9ae4
-DIST chromium-54.0.2840.14.tar.xz 479445432 SHA256 
b606d9ce2f94b4e30dbbb1a3eb21b32a438681ff68d57c7a540fb6384f3624d0 SHA512 
b41dcf934e2240c2cd948120017293a86857d9a698259b7bad022c21e7f06998717eb95ffb9495dc854d40bd7935b88ce7e5720f27c60fdab4b57e9e838c5b3f
 WHIRLPOOL 
6377a19aff47ed841de3071f8bc3a1a80a8aa1f336576b058ce6afa78500112aecea34adb9ceb3fd31c68d111dc1b89e1665a4c2b6daf5b399be3065802a249e
 DIST chromium-54.0.2840.16.tar.xz 479459252 SHA256 
ba869ffc64ccd4cc16d844e76da71ae62f1c3fb32f55cd1d153ee386b59940af SHA512 
b11e10b409d48d0e7edf6ddefc080c6776feb0cd238afe08fad8b06dcbc87c88ae5fcb369760fdcf35805060a42dfd13eaabec5c5f3b6ec95df51da34913a391
 WHIRLPOOL 
88a27dc0545fa14ac88f8d157c0cc3ec6739d348df6055435d369706fa2d62c60dd34941c49c6489ce279298501757f9a3a9981f92740cd6c58b938f58291438
 DIST chromium-54.0.2840.27.tar.xz 479647448 SHA256 
75e195afbb9f0c3e69b637ef4fa34ba7e5b3e62e871ba1b60638d9e9c5eee088 SHA512 
3ba86ec5418aa0d338e8cfd935e8e6664679721ee208dd560d00ff011610094bed03ed0d76e1bc478d6bb92db5074e71f3e4bbeb1a41bb0ae21927b4dd74865c
 WHIRLPOOL 
383de90421b1d23eee7bc7030e9e9bfeeeccf2639681b5219a3b3d865ef1568a65d8fae41a0864ddbe7c7980cd90df11a5d2bb8e93f705f906ec8a742b158fa6
 DIST chromium-55.0.2853.0.tar.xz 501960780 SHA256 
f6cff02888c5a781f29ece91df38c874a2245f3e12495cbdb49c141db211835a SHA512 
4963f9aa3b965845c518b6565f8b1494ef59ec090c3d9b559cb01ddbb883dbc421d72dac6f6a652fea484821096a0ce2ccc4370818a74803d29aebdfbf956efd
 WHIRLPOOL 
0b8469540a0a952483629ee87f90368d4597fbb82ba532edc1b6d7f5670e3155bb822b5f30a1764d9c547ac71260ee0cb44328c9d6320b2ab331f1661dd948c6

diff --git a/www-client/chromium/chromium-53.0.2785.101.ebuild 
b/www-client/chromium/chromium-53.0.2785.101.ebuild
deleted file mode 100644
index 1fa5fbb..
--- a/www-client/chromium/chromium-53.0.2785.101.ebuild
+++ /dev/null
@@ -1,722 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"

[gentoo-commits] proj/linux-patches: New tag: 4.7-5

2016-09-15 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Sep 15 16:05:15 2016 +

New tag: 4.7-5




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

2016-09-15 Thread William Hubbs
commit: 1104fbc343a1a5c08cf4daac9791a6001e059a67
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Sep 15 15:59:04 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Sep 15 15:59:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1104fbc3

sys-apps/openrc: remove unstable versions

Package-Manager: portage-2.2.28

 sys-apps/openrc/Manifest |   2 -
 sys-apps/openrc/openrc-0.20.4.ebuild | 347 ---
 sys-apps/openrc/openrc-0.20.5.ebuild | 347 ---
 3 files changed, 696 deletions(-)

diff --git a/sys-apps/openrc/Manifest b/sys-apps/openrc/Manifest
index 4a3360a..9cb7a22 100644
--- a/sys-apps/openrc/Manifest
+++ b/sys-apps/openrc/Manifest
@@ -1,7 +1,5 @@
 DIST openrc-0.17.tar.bz2 160533 SHA256 
45818d9ef4659e8dd924a1468a091255c305daee5417f94d9515f0e125298b30 SHA512 
6e69b036d113f066b0dd0bfe55e019328e0e77cff6c93f0a3e55751aa0a72411aa3b1efe8b4327e156a9612e4155863b0a81c9eda043c12904bb36e861b71399
 WHIRLPOOL 
de45daf6f4aebe632ea9fcb46408e63f0aed6c9b9129fb5510f348f20cf1c62aa42e7dce47a7f19a441696596fa57494642e7334a42c415fdbc865cb80a18eff
 DIST openrc-0.18.4.tar.bz2 157237 SHA256 
2c8bf1c6f52fcf4c1f6945a2836ba2551a7d93015aa63ba5a2e1d2851c2942e4 SHA512 
13f5dbc1292ce94c2e42a35e582bbba12e4bba943640952ea4cecc7ff5c60175d362055a4f5e213f218236ab4a040a5dff01a47c8bc007237554744d8a89a48a
 WHIRLPOOL 
f1f44effad80863276339af5bce1b3a9068d9c5ae7f7c3b571fb883b376c9083c207980c6d05170b0a18c0902ad1e2d76a1bafb0f11721b0522308e2cb7c67b4
 DIST openrc-0.19.1.tar.bz2 159598 SHA256 
5628c04b12e2f51f25e59c303bdccbf545ba0db25484adcca48e70d0712ce0e6 SHA512 
303db4475fd02aa3aa161dbd8794a45c2633b9fe96aaab67b81014fa3915bed1aa51cff57128f4413cf9f2329ce1f2012e460e089c39f01ac6eb061a95844329
 WHIRLPOOL 
a4e8720579b8983cb3c2c9b4dd983c1b7bf45e053aa0c9545f31e36c22e44d06e55198d4143dc0a6bca3b7d00b151b43d1da439b2479044344ca12f3151711f1
-DIST openrc-0.20.4.tar.bz2 163060 SHA256 
0474a08e9e280a3c2450bed014b1f6b485e1a583391575f0d35c3551709e3784 SHA512 
6d4ccee5f3c3e64eeeaa05b591d7420e3cdaa82eb42606a8a721030b9323e1e56928da78d302e5cbd20c652f6ecf5db23a695de436216f2c55c0be4cfc98387a
 WHIRLPOOL 
b2bf5c1b66595a4b2b3a66a39f15896d6ab0aa4b0c42518146238016ba01adb12b3aaf6ce21570756693e283fe14a979f305afd253db68ba47246135529b1ab9
-DIST openrc-0.20.5.tar.bz2 163033 SHA256 
2af530aff271ffb8ef9428ca5847cde952ab985e2542b57f8d059373f8a77c4b SHA512 
0784ac741aee96d0a4eeddc028b92dd5c79dd7fb66c8102e660fd059789559babd52a0618b7ea9216ea0a113708b356b0e1f9cdd32246cc744b2c7d6004f5a81
 WHIRLPOOL 
9798675508060d07804eee04a2e10d0ce5a84340aff842e4bbb88a530e41385785100e2a6e107e5e6767471e85438a504f8531032807cd733232a40266425360
 DIST openrc-0.21.3.tar.bz2 167326 SHA256 
ce04bf2e1648fb49212b90d3f72910ee7e3ab6fc41a34416268d9d5a791d6cd6 SHA512 
452b09d016e91a235bbb3c0e2f44c915c5f14fb212924bcfcff8a6147a503df8d5fb0b30bb18bc93fb9a4413346e9f1dabd1095f053b4153d76eca2f44044a57
 WHIRLPOOL 
163c62dcfd70d104d60ab22c721a75ce62db2d3741d460e26bbb51ecf5715b3711c1c01e90c5a1dd08470b2c596ab964acbefdeaefa4646544832d29c82d9823
 DIST openrc-0.21.7.tar.bz2 168104 SHA256 
0d4bb11cfac9950687dfbc1a72a90e337af25bb39edc032cb0b807cfe0d04c3d SHA512 
26edf47e0eae0b62b651484bcbe73a5ccda2032ecbcc303f280bbf671fd1a8a1394d206228bd12e5157e8214210eb124898d11acc78cdef0d9145a952754f6bc
 WHIRLPOOL 
5731326b0879759f58b3e251e3b1c4cc6dcc17bee3ebf1d8ef4b689dff5ec39d429cde9c3d4f2901c8a592aaad7253bfca69a0caaa2ae77b6f45f9afe6e66df4

diff --git a/sys-apps/openrc/openrc-0.20.4.ebuild 
b/sys-apps/openrc/openrc-0.20.4.ebuild
deleted file mode 100644
index 41ac4e9..
--- a/sys-apps/openrc/openrc-0.20.4.ebuild
+++ /dev/null
@@ -1,347 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils flag-o-matic multilib pam toolchain-funcs
-
-DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
-HOMEPAGE="https://github.com/openrc/openrc/;
-
-if [[ ${PV} == "" ]]; then
-   EGIT_REPO_URI="git://github.com/OpenRC/${PN}.git"
-   inherit git-r3
-else
-   SRC_URI="https://dev.gentoo.org/~williamh/dist/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
-fi
-
-LICENSE="BSD-2"
-SLOT="0"
-IUSE="audit debug ncurses pam newnet prefix +netifrc selinux static-libs
-   tools unicode kernel_linux kernel_FreeBSD"
-
-COMMON_DEPEND="kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc 
sys-process/fuser-bsd ) )
-   ncurses? ( sys-libs/ncurses:0= )
-   pam? (
-   sys-auth/pambase
-   virtual/pam
-   )
-   tools? ( dev-lang/perl )
-   audit? ( sys-process/audit )
-   kernel_linux? (
-   sys-process/psmisc
-   !test
-# a value of "#" will just comment out the option
-set_config() {
-   local file="${ED}/$1" var=$2 val com
-  

[gentoo-commits] proj/kde:master commit in: profiles/package.mask/, profiles/

2016-09-15 Thread Michael Palimaka
commit: b9f96c17b6a74c707617d2694ab6a4e3be83dc74
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 15 15:56:30 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 15:59:07 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b9f96c17

profiles: remove masks that are now handled in main tree

 profiles/package.mask/kde-applications-16.08.1 |  4 --
 profiles/package.mask/kdepim-16.08.1   | 51 --
 profiles/package.use.mask  |  4 --
 3 files changed, 59 deletions(-)

diff --git a/profiles/package.mask/kde-applications-16.08.1 
b/profiles/package.mask/kde-applications-16.08.1
deleted file mode 100644
index d3b5ef1..000
--- a/profiles/package.mask/kde-applications-16.08.1
+++ /dev/null
@@ -1,4 +0,0 @@
-# Johannes Huber  (23 Jul 2016)
-# KDE Applications 16.08.1 mask
-# Requires Qt 5.7.0
-~kde-apps/minuet-16.08.1

diff --git a/profiles/package.mask/kdepim-16.08.1 
b/profiles/package.mask/kdepim-16.08.1
deleted file mode 100644
index aa5ba0f..000
--- a/profiles/package.mask/kdepim-16.08.1
+++ /dev/null
@@ -1,51 +0,0 @@
-~kde-apps/akonadi-16.08.1
-~kde-apps/akonadi-calendar-16.08.1
-~kde-apps/akonadi-contacts-16.08.1
-~kde-apps/akonadi-import-wizard-16.08.1
-~kde-apps/akonadi-mime-16.08.1
-~kde-apps/akonadi-notes-16.08.1
-~kde-apps/akonadi-search-16.08.1
-~kde-apps/akonadiconsole-16.08.1
-~kde-apps/akregator-16.08.1
-~kde-apps/blogilo-16.08.1
-~kde-apps/calendarjanitor-16.08.1
-~kde-apps/calendarsupport-16.08.1
-~kde-apps/eventviews-16.08.1
-~kde-apps/grantlee-editor-16.08.1
-~kde-apps/grantleetheme-16.08.1
-~kde-apps/incidenceeditor-16.08.1
-~kde-apps/kaddressbook-16.08.1
-~kde-apps/kalarm-16.08.1
-~kde-apps/kalarmcal-16.08.1
-~kde-apps/kblog-16.08.1
-~kde-apps/kcalutils-16.08.1
-~kde-apps/kdepim-addons-16.08.1
-~kde-apps/kdepim-apps-libs-16.08.1
-~kde-apps/kdepim-meta-16.08.1
-~kde-apps/kdepim-runtime-16.08.1
-~kde-apps/kidentitymanagement-16.08.1
-~kde-apps/kimap-16.08.1
-~kde-apps/kldap-16.08.1
-~kde-apps/kmail-16.08.1
-~kde-apps/kmail-account-wizard-16.08.1
-~kde-apps/kmailtransport-16.08.1
-~kde-apps/kmbox-16.08.1
-~kde-apps/knotes-16.08.1
-~kde-apps/konsolekalendar-16.08.1
-~kde-apps/kontact-16.08.1
-~kde-apps/kontactinterface-16.08.1
-~kde-apps/korganizer-16.08.1
-~kde-apps/ktnef-16.08.1
-~kde-apps/libgravatar-16.08.1
-~kde-apps/libkdepim-16.08.1
-~kde-apps/libksieve-16.08.1
-~kde-apps/libktnef-16.08.1
-~kde-apps/mailcommon-16.08.1
-~kde-apps/mailimporter-16.08.1
-~kde-apps/mbox-importer-16.08.1
-~kde-apps/messagelib-16.08.1
-~kde-apps/pim-data-exporter-16.08.1
-~kde-apps/pim-sieve-editor-16.08.1
-~kde-apps/pim-storage-service-manager-16.08.1
-~kde-apps/pimcommon-16.08.1
-~kde-apps/syndication-16.08.1

diff --git a/profiles/package.use.mask b/profiles/package.use.mask
index dba76ef..9371ab0 100644
--- a/profiles/package.use.mask
+++ b/profiles/package.use.mask
@@ -7,8 +7,4 @@
 

[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2016-09-15 Thread Michael Palimaka
commit: 3cd586b7a2e5eb6641f0282a3183d1bbaea491c5
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 15 15:54:33 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 15:59:07 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3cd586b7

profiles: mask plasma 5.7.95

 profiles/package.mask/plasma-5.7.95 | 39 +
 1 file changed, 39 insertions(+)

diff --git a/profiles/package.mask/plasma-5.7.95 
b/profiles/package.mask/plasma-5.7.95
new file mode 100644
index 000..afa4d9b
--- /dev/null
+++ b/profiles/package.mask/plasma-5.7.95
@@ -0,0 +1,39 @@
+# Beta
+~kde-plasma/bluedevil-5.7.95
+~kde-plasma/breeze-5.7.95
+~kde-plasma/breeze-grub-5.7.95
+~kde-plasma/breeze-gtk-5.7.95
+~kde-plasma/breeze-plymouth-5.7.95
+~kde-plasma/kactivitymanagerd-5.7.95
+~kde-plasma/kde-cli-tools-5.7.95
+~kde-plasma/kdecoration-5.7.95
+~kde-plasma/kde-gtk-config-5.7.95
+~kde-plasma/kdeplasma-addons-5.7.95
+~kde-plasma/kgamma-5.7.95
+~kde-plasma/kinfocenter-5.7.95
+~kde-plasma/kmenuedit-5.7.95
+~kde-plasma/kscreen-5.7.95
+~kde-plasma/kscreenlocker-5.7.95
+~kde-plasma/ksshaskpass-5.7.95
+~kde-plasma/ksysguard-5.7.95
+~kde-plasma/kwallet-pam-5.7.95
+~kde-plasma/kwayland-integration-5.7.95
+~kde-plasma/kwin-5.7.95
+~kde-plasma/kwrited-5.7.95
+~kde-plasma/libkscreen-5.7.95
+~kde-plasma/libksysguard-5.7.95
+~kde-plasma/milou-5.7.95
+~kde-plasma/oxygen-5.7.95
+~kde-plasma/plasma-desktop-5.7.95
+~kde-plasma/plasma-integration-5.7.95
+~kde-plasma/plasma-meta-5.7.95
+~kde-plasma/plasma-nm-5.7.95
+~kde-plasma/plasma-pa-5.7.95
+~kde-plasma/plasma-sdk-5.7.95
+~kde-plasma/plasma-workspace-5.7.95
+~kde-plasma/plasma-workspace-wallpapers-5.7.95
+~kde-plasma/polkit-kde-agent-5.7.95
+~kde-plasma/powerdevil-5.7.95
+~kde-plasma/sddm-kcm-5.7.95
+~kde-plasma/systemsettings-5.7.95
+~kde-plasma/user-manager-5.7.95



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

2016-09-15 Thread Michael Palimaka
commit: 63dc73dae6c018fa718400b27d5f7170fa7be4c0
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 15 15:59:02 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 15:59:07 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=63dc73da

profiles: remove obsolete marble USE mask

Marble no longer ships python bindings.

 profiles/package.use.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/package.use.mask b/profiles/package.use.mask
index 9371ab0..71b6a44 100644
--- a/profiles/package.use.mask
+++ b/profiles/package.use.mask
@@ -1,8 +1,3 @@
-# Upstream currently only maintains bindings in KDE/4.x branches
-# This is not likely to change in the future
-# Aside, they are sloppy in updating even for releases.
->=kde-apps/marble-14.11.97 python
-
 # Unreleased dependencies
 

[gentoo-commits] proj/kde:master commit in: kde-plasma/libksysguard/, kde-plasma/plasma-workspace-wallpapers/, ...

2016-09-15 Thread Michael Palimaka
commit: 1f79dee7b26ff147789ea9e7ce9d55a4c2965774
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 15 15:55:32 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 15:59:07 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1f79dee7

kde-plasma: version bump 5.7.95

Package-Manager: portage-2.3.0

 kde-plasma/bluedevil/bluedevil-5.7.95.ebuild   |  42 ++
 kde-plasma/breeze-grub/breeze-grub-5.7.95.ebuild   |  31 
 kde-plasma/breeze-gtk/breeze-gtk-5.7.95.ebuild |  23 +++
 .../breeze-plymouth/breeze-plymouth-5.7.95.ebuild  |  27 
 kde-plasma/breeze/breeze-5.7.95.ebuild |  75 ++
 .../kactivitymanagerd-5.7.95.ebuild|  37 +
 .../kde-cli-tools/kde-cli-tools-5.7.95.ebuild  |  60 
 .../kde-gtk-config/kde-gtk-config-5.7.95.ebuild|  58 
 kde-plasma/kdecoration/kdecoration-5.7.95.ebuild   |  18 +++
 .../kdeplasma-addons-5.7.95.ebuild |  57 +++
 kde-plasma/kgamma/kgamma-5.7.95.ebuild |  28 
 kde-plasma/kinfocenter/kinfocenter-5.7.95.ebuild   |  89 +++
 kde-plasma/kmenuedit/kmenuedit-5.7.95.ebuild   |  45 ++
 kde-plasma/kscreen/kscreen-5.7.95.ebuild   |  38 +
 .../kscreenlocker/kscreenlocker-5.7.95.ebuild  |  89 +++
 kde-plasma/ksshaskpass/ksshaskpass-5.7.95.ebuild   |  50 +++
 kde-plasma/ksysguard/ksysguard-5.7.95.ebuild   |  48 ++
 kde-plasma/kwallet-pam/kwallet-pam-5.7.95.ebuild   |  95 
 .../kwayland-integration-5.7.95.ebuild |  23 +++
 kde-plasma/kwin/kwin-5.7.95.ebuild |  96 
 kde-plasma/kwrited/kwrited-5.7.95.ebuild   |  24 +++
 kde-plasma/libkscreen/libkscreen-5.7.95.ebuild |  28 
 kde-plasma/libksysguard/libksysguard-5.7.95.ebuild |  54 +++
 kde-plasma/milou/milou-5.7.95.ebuild   |  30 
 kde-plasma/oxygen/oxygen-5.7.95.ebuild |  81 ++
 .../plasma-desktop/plasma-desktop-5.7.95.ebuild| 155 +++
 .../plasma-integration-5.7.95.ebuild   |  42 ++
 kde-plasma/plasma-meta/plasma-meta-5.7.95.ebuild   |  65 
 kde-plasma/plasma-nm/plasma-nm-5.7.95.ebuild   |  66 +
 kde-plasma/plasma-pa/plasma-pa-5.7.95.ebuild   |  27 
 kde-plasma/plasma-sdk/plasma-sdk-5.7.95.ebuild |  58 
 .../plasma-workspace-wallpapers-5.7.95.ebuild  |  19 +++
 .../plasma-workspace-5.7.95.ebuild | 165 +
 .../polkit-kde-agent-5.7.95.ebuild |  31 
 kde-plasma/powerdevil/powerdevil-5.7.95.ebuild | 100 +
 kde-plasma/sddm-kcm/sddm-kcm-5.7.95.ebuild |  39 +
 .../systemsettings/systemsettings-5.7.95.ebuild|  46 ++
 kde-plasma/user-manager/user-manager-5.7.95.ebuild |  26 
 38 files changed, 2085 insertions(+)

diff --git a/kde-plasma/bluedevil/bluedevil-5.7.95.ebuild 
b/kde-plasma/bluedevil/bluedevil-5.7.95.ebuild
new file mode 100644
index 000..b492cda
--- /dev/null
+++ b/kde-plasma/bluedevil/bluedevil-5.7.95.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 kde5
+
+DESCRIPTION="Bluetooth stack for KDE Plasma"
+HOMEPAGE="https://projects.kde.org/projects/extragear/base/bluedevil;
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep bluez-qt)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kded)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep plasma)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtwidgets)
+"
+DEPEND="${COMMON_DEPEND}
+   x11-misc/shared-mime-info
+"
+RDEPEND="${COMMON_DEPEND}
+   $(add_plasma_dep kde-cli-tools)
+   !app-mobilephone/obexd
+   !app-mobilephone/obex-data-server
+   !net-wireless/bluedevil
+   !net-wireless/kbluetooth
+"

diff --git a/kde-plasma/breeze-grub/breeze-grub-5.7.95.ebuild 
b/kde-plasma/breeze-grub/breeze-grub-5.7.95.ebuild
new file mode 100644
index 000..fde1831
--- /dev/null
+++ b/kde-plasma/breeze-grub/breeze-grub-5.7.95.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_AUTODEPS="false"
+KDE_DEBUG="false"
+inherit kde5
+
+DESCRIPTION="Breeze theme for GRUB"
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+src_prepare() {
+   default
+}
+
+src_configure() {
+   :
+}
+

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

2016-09-15 Thread Michael Palimaka
commit: af377cc97f5e7ead8bafc8b680057b816a04093a
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 15 15:46:53 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 15:48:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af377cc9

sci-libs/indilib: remove old

Package-Manager: portage-2.3.0

 sci-libs/indilib/Manifest |  1 -
 sci-libs/indilib/indilib-1.1.0.ebuild | 42 ---
 2 files changed, 43 deletions(-)

diff --git a/sci-libs/indilib/Manifest b/sci-libs/indilib/Manifest
index c8064ed..ce627cc 100644
--- a/sci-libs/indilib/Manifest
+++ b/sci-libs/indilib/Manifest
@@ -1,2 +1 @@
-DIST libindi_1.1.0.tar.gz 1374132 SHA256 
1ca093b551580e238ac605f156535feebc6c0f9b18d7911ed44a9186f9a446af SHA512 
c97767f3919d7ca9b7a3b35cda13127ecbbc6c03cf863755bad6f7f03b934b40bf857523ea7bbc22f0dcb2304d837161c295e4f769a3724240ad9539ac4158a7
 WHIRLPOOL 
82d8c5562b2cf31a78344d691db13b053fc966f4ce54968035da69e28a3c36ba11c759fb2c1d8695368dfb4eff5d71bb080847bf927d12b055e13fbe53a94800
 DIST libindi_1.2.0.tar.gz 1425804 SHA256 
a1cf17a4f0a0ca30afd4c131b82e181aeb42a68cda176d5b4c6945436ced2321 SHA512 
4d7b67e3ff6000132c2971e58942c5f95822d156c6f9587697b6179137cd40997527d62886d0f5fe053980d1a404b61191d1c54194e9a7154bd10b0e3a7c05d6
 WHIRLPOOL 
fe710841e63acc806b17414df231cd178680da8ed8e7c719c32e34cae9d2203362a9cce0cb7e0593d46dda98f9bb8e9b2cc7d28442e491fb11e1786b3145feca

diff --git a/sci-libs/indilib/indilib-1.1.0.ebuild 
b/sci-libs/indilib/indilib-1.1.0.ebuild
deleted file mode 100644
index 3f3b41a..
--- a/sci-libs/indilib/indilib-1.1.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_PN="lib${PN/lib/}"
-
-inherit cmake-utils udev
-
-DESCRIPTION="INDI Astronomical Control Protocol library"
-HOMEPAGE="http://www.indilib.org/;
-SRC_URI="mirror://sourceforge/${PN/lib/}/${MY_PN}_${PV}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0/1"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE=""
-
-RDEPEND="
-   sci-libs/cfitsio
-   sci-libs/libnova
-   sci-libs/gsl
-   sys-libs/zlib
-   virtual/jpeg:0
-   virtual/libusb:0
-"
-DEPEND="${RDEPEND}
-   sys-kernel/linux-headers
-"
-
-DOCS=( AUTHORS ChangeLog README TODO )
-
-S=${WORKDIR}/${MY_PN}_${PV}
-
-src_configure() {
-   local mycmakeargs=(
-   -DUDEVRULES_INSTALL_DIR="$(get_udevdir)"
-   )
-
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: app-editors/gvim/

2016-09-15 Thread Tim Harder
commit: 4a81673cb7282f1184c2e7de5e0ef26f4d5e96c4
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Sep 15 15:28:15 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Sep 15 15:30:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a81673c

app-editors/gvim: version bump to 8.0.0005

 app-editors/gvim/Manifest   |  1 +
 .../gvim/{gvim-.ebuild => gvim-8.0.0005.ebuild} | 21 +
 app-editors/gvim/gvim-.ebuild   | 21 +
 3 files changed, 27 insertions(+), 16 deletions(-)

diff --git a/app-editors/gvim/Manifest b/app-editors/gvim/Manifest
index f4588e3..32ce2da 100644
--- a/app-editors/gvim/Manifest
+++ b/app-editors/gvim/Manifest
@@ -6,3 +6,4 @@ DIST vim-7.4.542-gentoo-patches.tar.bz2 3307 SHA256 
0eb635f13e199de77846e0d363a4
 DIST vim-7.4.769.tar.gz 12189043 SHA256 
c89568f3dfcefd773bfbb0958c1cf58a0b0ceedb9d0c264250b379a77ad02e9e SHA512 
00048c1d579c409767308c991e5de4ed54e9e50db7e97b0d148f0667742d5e46047c702bee693a5caf13a1603548ab783f7fa846574841d807ffbaa97d7f611e
 WHIRLPOOL 
28ada4763250bbed6f9a1768e81a79b75db64f0ef25296c5d4825f21d21d6e88ff24d488e841e6ba492e363da6d3a3e75e9ec2f2881a731e7ed261c7d21ffd3c
 DIST vim-7.4.827-gentoo-patches.tar.bz2 3106 SHA256 
1d2bb395fa79dde8e3dbc0a94e4b9591f9cb544d4e52a1ecd2eac4122e55b740 SHA512 
122dbcdee115ce0979ce8c5a54623ed405e889fb18967d7c9208d924bd62a7dd615544538040aef19449410c0ea5783c1832a317a1afd056d4d387c43e7a5988
 WHIRLPOOL 
23afe4d61b8c2f6a4d7e0e3a64a0d7c79a72ea3c317d93e969f01706c666217d19c866db56e0b09428c77d44e2adbf86edbbf4f3dbe521481c234cc66c0bafed
 DIST vim-8.0.0004.tar.gz 12909073 SHA256 
3ba0aeaf86c9f89ea55d6144b82f36f82d3ad5b7efcd393d0689e6ec2ca970ef SHA512 
d52a30df952e6b3a5b3ee6c3dd2a5ee48573286fab9ae6955ac79c67087f22748a910a35cfed1badff99614daf28eecefd3b16eb2e0da0fae184eee32e09dfd6
 WHIRLPOOL 
7053e543ff2437a3f46e47e7af02cdec74f2f25a9a519872c0dfe207c828b51279af62dbc4a06977bac782e91a4d59c51d96ec16d3c22c7373f6a3a87f320e2d
+DIST vim-8.0.0005.tar.gz 12909267 SHA256 
4ad6b4e8fad6412724a665d974e1be3138a9562a5f4f4aab17debf709c1d3ad3 SHA512 
3d62557c6929e554c50f8043658665b907b235f180d8917288fc1434237856df7fa098ecb1823e6edea9e5735564cb55869e535350e52fd8c22423480a49438d
 WHIRLPOOL 
a80eec04afb2a797837874ec4b035268a20be7cefa487e44e8e441fb518d46cd7e16a263a6256f49e23e60e737b14dc6a7d93d7c3e579d3da13ccee48536b41b

diff --git a/app-editors/gvim/gvim-.ebuild 
b/app-editors/gvim/gvim-8.0.0005.ebuild
similarity index 95%
copy from app-editors/gvim/gvim-.ebuild
copy to app-editors/gvim/gvim-8.0.0005.ebuild
index 19d0717..8dd474d 100644
--- a/app-editors/gvim/gvim-.ebuild
+++ b/app-editors/gvim/gvim-8.0.0005.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 VIM_VERSION="8.0"
 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 PYTHON_REQ_USE=threads
-inherit eutils vim-doc flag-o-matic fdo-mime versionator bash-completion-r1 
prefix python-r1
+inherit eutils vim-doc flag-o-matic fdo-mime gnome2-utils versionator 
bash-completion-r1 prefix python-r1
 
 if [[ ${PV} == * ]] ; then
inherit git-r3
@@ -359,6 +359,8 @@ src_install() {
dosym gvim /usr/bin/rgvim
dosym gvim /usr/bin/rgview
 
+   emake -C src DESTDIR="${D}" DATADIR="${EPREFIX}"/usr/share install-icons
+
dodir /usr/share/man/man1
echo ".so vim.1" > "${ED}"/usr/share/man/man1/gvim.1
echo ".so vim.1" > "${ED}"/usr/share/man/man1/gview.1
@@ -368,16 +370,13 @@ src_install() {
newins "${FILESDIR}"/gvimrc-r1 gvimrc
eprefixify "${ED}"/etc/vim/gvimrc
 
-   newmenu "${FILESDIR}"/gvim.desktop-r2 gvim.desktop
-   doicon "${FILESDIR}"/gvim.xpm
doicon -s scalable "${FILESDIR}"/gvim.svg
 
# bash completion script, bug #79018.
newbashcomp "${FILESDIR}"/${PN}-completion ${PN}
 
-   # We shouldn't be installing the ex or view man page symlinks, as they
-   # are managed by eselect-vi
-   rm -f "${ED}"/usr/share/man/man1/{ex,view}.1
+   # don't install vim desktop file
+   rm "${ED}"/usr/share/applications/vim.desktop || die "failed to remove 
vim.desktop"
 }
 
 pkg_postinst() {
@@ -385,7 +384,10 @@ pkg_postinst() {
update_vim_helptags
 
# Update fdo mime stuff, bug #78394
-   fdo-mime_mime_database_update
+   fdo-mime_desktop_database_update
+
+   # Update icon cache
+   gnome2_icon_cache_update
 
# Make convenience symlinks
update_vim_symlinks
@@ -396,7 +398,10 @@ pkg_postrm() {
update_vim_helptags
 
# Update fdo mime stuff, bug #78394
-   fdo-mime_mime_database_update
+   fdo-mime_desktop_database_update
+
+   # Update icon cache
+   gnome2_icon_cache_update
 
# Make convenience symlinks
update_vim_symlinks

diff --git a/app-editors/gvim/gvim-.ebuild 
b/app-editors/gvim/gvim-.ebuild
index 19d0717..8dd474d 100644
--- a/app-editors/gvim/gvim-.ebuild
+++ b/app-editors/gvim/gvim-.ebuild
@@ -6,7 +6,7 

[gentoo-commits] repo/gentoo:master commit in: app-editors/vim-core/

2016-09-15 Thread Tim Harder
commit: 219805d7e0dc24c428f0bb2e3414693dd65ad33b
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Sep 15 15:23:17 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Sep 15 15:30:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219805d7

app-editors/vim-core: version bump to 8.0.0005

 app-editors/vim-core/Manifest | 1 +
 .../vim-core/{vim-core-.ebuild => vim-core-8.0.0005.ebuild}   | 4 +---
 app-editors/vim-core/vim-core-.ebuild | 4 +---
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/app-editors/vim-core/Manifest b/app-editors/vim-core/Manifest
index f4588e3..32ce2da 100644
--- a/app-editors/vim-core/Manifest
+++ b/app-editors/vim-core/Manifest
@@ -6,3 +6,4 @@ DIST vim-7.4.542-gentoo-patches.tar.bz2 3307 SHA256 
0eb635f13e199de77846e0d363a4
 DIST vim-7.4.769.tar.gz 12189043 SHA256 
c89568f3dfcefd773bfbb0958c1cf58a0b0ceedb9d0c264250b379a77ad02e9e SHA512 
00048c1d579c409767308c991e5de4ed54e9e50db7e97b0d148f0667742d5e46047c702bee693a5caf13a1603548ab783f7fa846574841d807ffbaa97d7f611e
 WHIRLPOOL 
28ada4763250bbed6f9a1768e81a79b75db64f0ef25296c5d4825f21d21d6e88ff24d488e841e6ba492e363da6d3a3e75e9ec2f2881a731e7ed261c7d21ffd3c
 DIST vim-7.4.827-gentoo-patches.tar.bz2 3106 SHA256 
1d2bb395fa79dde8e3dbc0a94e4b9591f9cb544d4e52a1ecd2eac4122e55b740 SHA512 
122dbcdee115ce0979ce8c5a54623ed405e889fb18967d7c9208d924bd62a7dd615544538040aef19449410c0ea5783c1832a317a1afd056d4d387c43e7a5988
 WHIRLPOOL 
23afe4d61b8c2f6a4d7e0e3a64a0d7c79a72ea3c317d93e969f01706c666217d19c866db56e0b09428c77d44e2adbf86edbbf4f3dbe521481c234cc66c0bafed
 DIST vim-8.0.0004.tar.gz 12909073 SHA256 
3ba0aeaf86c9f89ea55d6144b82f36f82d3ad5b7efcd393d0689e6ec2ca970ef SHA512 
d52a30df952e6b3a5b3ee6c3dd2a5ee48573286fab9ae6955ac79c67087f22748a910a35cfed1badff99614daf28eecefd3b16eb2e0da0fae184eee32e09dfd6
 WHIRLPOOL 
7053e543ff2437a3f46e47e7af02cdec74f2f25a9a519872c0dfe207c828b51279af62dbc4a06977bac782e91a4d59c51d96ec16d3c22c7373f6a3a87f320e2d
+DIST vim-8.0.0005.tar.gz 12909267 SHA256 
4ad6b4e8fad6412724a665d974e1be3138a9562a5f4f4aab17debf709c1d3ad3 SHA512 
3d62557c6929e554c50f8043658665b907b235f180d8917288fc1434237856df7fa098ecb1823e6edea9e5735564cb55869e535350e52fd8c22423480a49438d
 WHIRLPOOL 
a80eec04afb2a797837874ec4b035268a20be7cefa487e44e8e441fb518d46cd7e16a263a6256f49e23e60e737b14dc6a7d93d7c3e579d3da13ccee48536b41b

diff --git a/app-editors/vim-core/vim-core-.ebuild 
b/app-editors/vim-core/vim-core-8.0.0005.ebuild
similarity index 99%
copy from app-editors/vim-core/vim-core-.ebuild
copy to app-editors/vim-core/vim-core-8.0.0005.ebuild
index 93665e6..f4f2539 100644
--- a/app-editors/vim-core/vim-core-.ebuild
+++ b/app-editors/vim-core/vim-core-8.0.0005.ebuild
@@ -154,8 +154,7 @@ src_install() {
local vimfiles=/usr/share/vim/vim${VIM_VERSION/.}
 
dodir /usr/{bin,share/{man/man1,vim}}
-   cd src || die "cd src failed"
-   emake \
+   emake -C src \
installruntime \
installmanlinks \
installmacros \
@@ -163,7 +162,6 @@ src_install() {
installtutorbin \
installtools \
install-languages \
-   install-icons \
DESTDIR="${D}" \
BINDIR="${EPREFIX}"/usr/bin \
MANDIR="${EPREFIX}"/usr/share/man \

diff --git a/app-editors/vim-core/vim-core-.ebuild 
b/app-editors/vim-core/vim-core-.ebuild
index 93665e6..f4f2539 100644
--- a/app-editors/vim-core/vim-core-.ebuild
+++ b/app-editors/vim-core/vim-core-.ebuild
@@ -154,8 +154,7 @@ src_install() {
local vimfiles=/usr/share/vim/vim${VIM_VERSION/.}
 
dodir /usr/{bin,share/{man/man1,vim}}
-   cd src || die "cd src failed"
-   emake \
+   emake -C src \
installruntime \
installmanlinks \
installmacros \
@@ -163,7 +162,6 @@ src_install() {
installtutorbin \
installtools \
install-languages \
-   install-icons \
DESTDIR="${D}" \
BINDIR="${EPREFIX}"/usr/bin \
MANDIR="${EPREFIX}"/usr/share/man \



[gentoo-commits] repo/gentoo:master commit in: app-editors/vim-core/

2016-09-15 Thread Tim Harder
commit: df44396eb0152d3aadd7387573a332d6b2525c3b
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Sep 15 15:29:56 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Sep 15 15:30:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df44396e

app-editors/vim-core: remove old

 app-editors/vim-core/Manifest |   4 -
 app-editors/vim-core/vim-core-7.4.1583.ebuild | 223 --
 app-editors/vim-core/vim-core-7.4.1821.ebuild | 223 --
 app-editors/vim-core/vim-core-8.0.0004.ebuild | 220 -
 4 files changed, 670 deletions(-)

diff --git a/app-editors/vim-core/Manifest b/app-editors/vim-core/Manifest
index 32ce2da..b4716fe 100644
--- a/app-editors/vim-core/Manifest
+++ b/app-editors/vim-core/Manifest
@@ -1,9 +1,5 @@
-DIST vim-7.4.1583.tar.gz 12559634 SHA256 
dbe697fcacca5c50535714a31dbd02e7691943491c4004a867edd4a6fcdc9cf5 SHA512 
6e049ea8e711382fd4f69360afaeac904ad7721ccb7bf9990754983efd66963e1bc24919483ac8f4cbededcd22e1e58c2e246d524f059a0648600e49b550fc2b
 WHIRLPOOL 
a4e18bfa89b1a2620e96b6688cac41bed8d68d3adb7f8c7b3580a9ae40df0c39d612c051c73b2b91cf3d5d18348651e4bd4808f40b44132ebcc648bc554e451f
-DIST vim-7.4.1821.tar.gz 12565373 SHA256 
452b6346f64b23ab0e7483091ddc09b62540f149fa786bdd14d6712d8b66e1cf SHA512 
6bc3698c715860837ab264b9312207f85e0c2a603c15eca92678f301175db93195d83d3f26c4815fc6f0757e5051945b88ce415f358b7396520df6231314cc64
 WHIRLPOOL 
3699966e5c599ca9090486006a8e1bab5720854f9c44fc249f5cb31d6198e048a6523697ce6416c835154c737ffab87482a72ebe1af321874eef3461b69de90b
 DIST vim-7.4.2102-gentoo-patches.tar.bz2 2308 SHA256 
1928059fe173b3abf66a96a8205c2e46b5320639d62385aeeae760e99820da67 SHA512 
4e678b214fc7b1be89728b8151335ca8af332e8b0c0e25c27287a38ad5ccf14d5dcf82d5dd86af9aa502df4fae986aba98104f150b49a880e34f8283e8e63574
 WHIRLPOOL 
8a53a8980418f16f8c7883409dea49cfc758fc29dcfaab36f1bd6ae53b32211870a95361c8b63cdfe50795ea11958b113c9909ed6d29de5cb3696efc6ff7888b
 DIST vim-7.4.2102.tar.gz 12838026 SHA256 
19c059b2d0e61effcd288e2a18969017cbbc031cf19fe775b3f4b4c42bda2578 SHA512 
9cf80b1c9e2dd8713b9ba33c39917a8771c7378ae59c2dc1809bf0cabc4545547ad0a5b9f0b87cef2b34f6d1f72b135d1217495716fc482a70a16e1097bd88a2
 WHIRLPOOL 
301d41e9bf9a6a220776d6e32ab2918c6a8aaf33862725fba9c738e0c99921e631d8c2fdfd9bc2dc9a214a9124ecfa113081a86addf79b023e8421471843f869
 DIST vim-7.4.542-gentoo-patches.tar.bz2 3307 SHA256 
0eb635f13e199de77846e0d363a473882f2186f138158271fabf0975747a2f3d SHA512 
446c66764dac2533cc2f2b3d50481971d4c63a4e81d94c545862a1be620179fdcd81a79f2d81737d1188812a6ad41d90e2a752a05acf6913e7a71464f7cecdd9
 WHIRLPOOL 
cfca8feef0eb8096897ef751afb0427acddd008530ded6cf908fcff51be9713da4ea3e5e613d544c5caba400d664ae19ca70925df3a218bec5c8be6f69aadda2
 DIST vim-7.4.769.tar.gz 12189043 SHA256 
c89568f3dfcefd773bfbb0958c1cf58a0b0ceedb9d0c264250b379a77ad02e9e SHA512 
00048c1d579c409767308c991e5de4ed54e9e50db7e97b0d148f0667742d5e46047c702bee693a5caf13a1603548ab783f7fa846574841d807ffbaa97d7f611e
 WHIRLPOOL 
28ada4763250bbed6f9a1768e81a79b75db64f0ef25296c5d4825f21d21d6e88ff24d488e841e6ba492e363da6d3a3e75e9ec2f2881a731e7ed261c7d21ffd3c
-DIST vim-7.4.827-gentoo-patches.tar.bz2 3106 SHA256 
1d2bb395fa79dde8e3dbc0a94e4b9591f9cb544d4e52a1ecd2eac4122e55b740 SHA512 
122dbcdee115ce0979ce8c5a54623ed405e889fb18967d7c9208d924bd62a7dd615544538040aef19449410c0ea5783c1832a317a1afd056d4d387c43e7a5988
 WHIRLPOOL 
23afe4d61b8c2f6a4d7e0e3a64a0d7c79a72ea3c317d93e969f01706c666217d19c866db56e0b09428c77d44e2adbf86edbbf4f3dbe521481c234cc66c0bafed
-DIST vim-8.0.0004.tar.gz 12909073 SHA256 
3ba0aeaf86c9f89ea55d6144b82f36f82d3ad5b7efcd393d0689e6ec2ca970ef SHA512 
d52a30df952e6b3a5b3ee6c3dd2a5ee48573286fab9ae6955ac79c67087f22748a910a35cfed1badff99614daf28eecefd3b16eb2e0da0fae184eee32e09dfd6
 WHIRLPOOL 
7053e543ff2437a3f46e47e7af02cdec74f2f25a9a519872c0dfe207c828b51279af62dbc4a06977bac782e91a4d59c51d96ec16d3c22c7373f6a3a87f320e2d
 DIST vim-8.0.0005.tar.gz 12909267 SHA256 
4ad6b4e8fad6412724a665d974e1be3138a9562a5f4f4aab17debf709c1d3ad3 SHA512 
3d62557c6929e554c50f8043658665b907b235f180d8917288fc1434237856df7fa098ecb1823e6edea9e5735564cb55869e535350e52fd8c22423480a49438d
 WHIRLPOOL 
a80eec04afb2a797837874ec4b035268a20be7cefa487e44e8e441fb518d46cd7e16a263a6256f49e23e60e737b14dc6a7d93d7c3e579d3da13ccee48536b41b

diff --git a/app-editors/vim-core/vim-core-7.4.1583.ebuild 
b/app-editors/vim-core/vim-core-7.4.1583.ebuild
deleted file mode 100644
index 5e2f6a1..
--- a/app-editors/vim-core/vim-core-7.4.1583.ebuild
+++ /dev/null
@@ -1,223 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-VIM_VERSION="7.4"
-inherit eutils vim-doc flag-o-matic versionator bash-completion-r1 prefix
-
-if [[ ${PV} == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/vim/vim.git;
-   EGIT_CHECKOUT_DIR=${WORKDIR}/vim-${PV}
-else
-   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vim/

2016-09-15 Thread Tim Harder
commit: 9460bef82c4e3758771b0f00bbec25eacbdea51d
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Sep 15 15:29:33 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Sep 15 15:30:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9460bef8

app-editors/vim: remove old

 app-editors/vim/Manifest|   4 -
 app-editors/vim/vim-7.4.1583.ebuild | 352 
 app-editors/vim/vim-7.4.1821.ebuild | 352 
 app-editors/vim/vim-8.0.0004.ebuild | 349 ---
 4 files changed, 1057 deletions(-)

diff --git a/app-editors/vim/Manifest b/app-editors/vim/Manifest
index 32ce2da..b4716fe 100644
--- a/app-editors/vim/Manifest
+++ b/app-editors/vim/Manifest
@@ -1,9 +1,5 @@
-DIST vim-7.4.1583.tar.gz 12559634 SHA256 
dbe697fcacca5c50535714a31dbd02e7691943491c4004a867edd4a6fcdc9cf5 SHA512 
6e049ea8e711382fd4f69360afaeac904ad7721ccb7bf9990754983efd66963e1bc24919483ac8f4cbededcd22e1e58c2e246d524f059a0648600e49b550fc2b
 WHIRLPOOL 
a4e18bfa89b1a2620e96b6688cac41bed8d68d3adb7f8c7b3580a9ae40df0c39d612c051c73b2b91cf3d5d18348651e4bd4808f40b44132ebcc648bc554e451f
-DIST vim-7.4.1821.tar.gz 12565373 SHA256 
452b6346f64b23ab0e7483091ddc09b62540f149fa786bdd14d6712d8b66e1cf SHA512 
6bc3698c715860837ab264b9312207f85e0c2a603c15eca92678f301175db93195d83d3f26c4815fc6f0757e5051945b88ce415f358b7396520df6231314cc64
 WHIRLPOOL 
3699966e5c599ca9090486006a8e1bab5720854f9c44fc249f5cb31d6198e048a6523697ce6416c835154c737ffab87482a72ebe1af321874eef3461b69de90b
 DIST vim-7.4.2102-gentoo-patches.tar.bz2 2308 SHA256 
1928059fe173b3abf66a96a8205c2e46b5320639d62385aeeae760e99820da67 SHA512 
4e678b214fc7b1be89728b8151335ca8af332e8b0c0e25c27287a38ad5ccf14d5dcf82d5dd86af9aa502df4fae986aba98104f150b49a880e34f8283e8e63574
 WHIRLPOOL 
8a53a8980418f16f8c7883409dea49cfc758fc29dcfaab36f1bd6ae53b32211870a95361c8b63cdfe50795ea11958b113c9909ed6d29de5cb3696efc6ff7888b
 DIST vim-7.4.2102.tar.gz 12838026 SHA256 
19c059b2d0e61effcd288e2a18969017cbbc031cf19fe775b3f4b4c42bda2578 SHA512 
9cf80b1c9e2dd8713b9ba33c39917a8771c7378ae59c2dc1809bf0cabc4545547ad0a5b9f0b87cef2b34f6d1f72b135d1217495716fc482a70a16e1097bd88a2
 WHIRLPOOL 
301d41e9bf9a6a220776d6e32ab2918c6a8aaf33862725fba9c738e0c99921e631d8c2fdfd9bc2dc9a214a9124ecfa113081a86addf79b023e8421471843f869
 DIST vim-7.4.542-gentoo-patches.tar.bz2 3307 SHA256 
0eb635f13e199de77846e0d363a473882f2186f138158271fabf0975747a2f3d SHA512 
446c66764dac2533cc2f2b3d50481971d4c63a4e81d94c545862a1be620179fdcd81a79f2d81737d1188812a6ad41d90e2a752a05acf6913e7a71464f7cecdd9
 WHIRLPOOL 
cfca8feef0eb8096897ef751afb0427acddd008530ded6cf908fcff51be9713da4ea3e5e613d544c5caba400d664ae19ca70925df3a218bec5c8be6f69aadda2
 DIST vim-7.4.769.tar.gz 12189043 SHA256 
c89568f3dfcefd773bfbb0958c1cf58a0b0ceedb9d0c264250b379a77ad02e9e SHA512 
00048c1d579c409767308c991e5de4ed54e9e50db7e97b0d148f0667742d5e46047c702bee693a5caf13a1603548ab783f7fa846574841d807ffbaa97d7f611e
 WHIRLPOOL 
28ada4763250bbed6f9a1768e81a79b75db64f0ef25296c5d4825f21d21d6e88ff24d488e841e6ba492e363da6d3a3e75e9ec2f2881a731e7ed261c7d21ffd3c
-DIST vim-7.4.827-gentoo-patches.tar.bz2 3106 SHA256 
1d2bb395fa79dde8e3dbc0a94e4b9591f9cb544d4e52a1ecd2eac4122e55b740 SHA512 
122dbcdee115ce0979ce8c5a54623ed405e889fb18967d7c9208d924bd62a7dd615544538040aef19449410c0ea5783c1832a317a1afd056d4d387c43e7a5988
 WHIRLPOOL 
23afe4d61b8c2f6a4d7e0e3a64a0d7c79a72ea3c317d93e969f01706c666217d19c866db56e0b09428c77d44e2adbf86edbbf4f3dbe521481c234cc66c0bafed
-DIST vim-8.0.0004.tar.gz 12909073 SHA256 
3ba0aeaf86c9f89ea55d6144b82f36f82d3ad5b7efcd393d0689e6ec2ca970ef SHA512 
d52a30df952e6b3a5b3ee6c3dd2a5ee48573286fab9ae6955ac79c67087f22748a910a35cfed1badff99614daf28eecefd3b16eb2e0da0fae184eee32e09dfd6
 WHIRLPOOL 
7053e543ff2437a3f46e47e7af02cdec74f2f25a9a519872c0dfe207c828b51279af62dbc4a06977bac782e91a4d59c51d96ec16d3c22c7373f6a3a87f320e2d
 DIST vim-8.0.0005.tar.gz 12909267 SHA256 
4ad6b4e8fad6412724a665d974e1be3138a9562a5f4f4aab17debf709c1d3ad3 SHA512 
3d62557c6929e554c50f8043658665b907b235f180d8917288fc1434237856df7fa098ecb1823e6edea9e5735564cb55869e535350e52fd8c22423480a49438d
 WHIRLPOOL 
a80eec04afb2a797837874ec4b035268a20be7cefa487e44e8e441fb518d46cd7e16a263a6256f49e23e60e737b14dc6a7d93d7c3e579d3da13ccee48536b41b

diff --git a/app-editors/vim/vim-7.4.1583.ebuild 
b/app-editors/vim/vim-7.4.1583.ebuild
deleted file mode 100644
index d711d5e..
--- a/app-editors/vim/vim-7.4.1583.ebuild
+++ /dev/null
@@ -1,352 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-VIM_VERSION="7.4"
-PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
-PYTHON_REQ_USE=threads
-inherit eutils vim-doc flag-o-matic fdo-mime versionator bash-completion-r1 
python-r1
-
-if [[ ${PV} == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/vim/vim.git;
-else
-   

[gentoo-commits] repo/gentoo:master commit in: app-editors/gvim/

2016-09-15 Thread Tim Harder
commit: 371aba2680e55bccf8b77f9e0bc7047f888cdc18
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Sep 15 15:28:59 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Sep 15 15:30:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=371aba26

app-editors/gvim: remove old

 app-editors/gvim/Manifest |   4 -
 app-editors/gvim/gvim-7.4.1583.ebuild | 393 -
 app-editors/gvim/gvim-7.4.1821.ebuild | 393 -
 app-editors/gvim/gvim-8.0.0004.ebuild | 403 --
 4 files changed, 1193 deletions(-)

diff --git a/app-editors/gvim/Manifest b/app-editors/gvim/Manifest
index 32ce2da..b4716fe 100644
--- a/app-editors/gvim/Manifest
+++ b/app-editors/gvim/Manifest
@@ -1,9 +1,5 @@
-DIST vim-7.4.1583.tar.gz 12559634 SHA256 
dbe697fcacca5c50535714a31dbd02e7691943491c4004a867edd4a6fcdc9cf5 SHA512 
6e049ea8e711382fd4f69360afaeac904ad7721ccb7bf9990754983efd66963e1bc24919483ac8f4cbededcd22e1e58c2e246d524f059a0648600e49b550fc2b
 WHIRLPOOL 
a4e18bfa89b1a2620e96b6688cac41bed8d68d3adb7f8c7b3580a9ae40df0c39d612c051c73b2b91cf3d5d18348651e4bd4808f40b44132ebcc648bc554e451f
-DIST vim-7.4.1821.tar.gz 12565373 SHA256 
452b6346f64b23ab0e7483091ddc09b62540f149fa786bdd14d6712d8b66e1cf SHA512 
6bc3698c715860837ab264b9312207f85e0c2a603c15eca92678f301175db93195d83d3f26c4815fc6f0757e5051945b88ce415f358b7396520df6231314cc64
 WHIRLPOOL 
3699966e5c599ca9090486006a8e1bab5720854f9c44fc249f5cb31d6198e048a6523697ce6416c835154c737ffab87482a72ebe1af321874eef3461b69de90b
 DIST vim-7.4.2102-gentoo-patches.tar.bz2 2308 SHA256 
1928059fe173b3abf66a96a8205c2e46b5320639d62385aeeae760e99820da67 SHA512 
4e678b214fc7b1be89728b8151335ca8af332e8b0c0e25c27287a38ad5ccf14d5dcf82d5dd86af9aa502df4fae986aba98104f150b49a880e34f8283e8e63574
 WHIRLPOOL 
8a53a8980418f16f8c7883409dea49cfc758fc29dcfaab36f1bd6ae53b32211870a95361c8b63cdfe50795ea11958b113c9909ed6d29de5cb3696efc6ff7888b
 DIST vim-7.4.2102.tar.gz 12838026 SHA256 
19c059b2d0e61effcd288e2a18969017cbbc031cf19fe775b3f4b4c42bda2578 SHA512 
9cf80b1c9e2dd8713b9ba33c39917a8771c7378ae59c2dc1809bf0cabc4545547ad0a5b9f0b87cef2b34f6d1f72b135d1217495716fc482a70a16e1097bd88a2
 WHIRLPOOL 
301d41e9bf9a6a220776d6e32ab2918c6a8aaf33862725fba9c738e0c99921e631d8c2fdfd9bc2dc9a214a9124ecfa113081a86addf79b023e8421471843f869
 DIST vim-7.4.542-gentoo-patches.tar.bz2 3307 SHA256 
0eb635f13e199de77846e0d363a473882f2186f138158271fabf0975747a2f3d SHA512 
446c66764dac2533cc2f2b3d50481971d4c63a4e81d94c545862a1be620179fdcd81a79f2d81737d1188812a6ad41d90e2a752a05acf6913e7a71464f7cecdd9
 WHIRLPOOL 
cfca8feef0eb8096897ef751afb0427acddd008530ded6cf908fcff51be9713da4ea3e5e613d544c5caba400d664ae19ca70925df3a218bec5c8be6f69aadda2
 DIST vim-7.4.769.tar.gz 12189043 SHA256 
c89568f3dfcefd773bfbb0958c1cf58a0b0ceedb9d0c264250b379a77ad02e9e SHA512 
00048c1d579c409767308c991e5de4ed54e9e50db7e97b0d148f0667742d5e46047c702bee693a5caf13a1603548ab783f7fa846574841d807ffbaa97d7f611e
 WHIRLPOOL 
28ada4763250bbed6f9a1768e81a79b75db64f0ef25296c5d4825f21d21d6e88ff24d488e841e6ba492e363da6d3a3e75e9ec2f2881a731e7ed261c7d21ffd3c
-DIST vim-7.4.827-gentoo-patches.tar.bz2 3106 SHA256 
1d2bb395fa79dde8e3dbc0a94e4b9591f9cb544d4e52a1ecd2eac4122e55b740 SHA512 
122dbcdee115ce0979ce8c5a54623ed405e889fb18967d7c9208d924bd62a7dd615544538040aef19449410c0ea5783c1832a317a1afd056d4d387c43e7a5988
 WHIRLPOOL 
23afe4d61b8c2f6a4d7e0e3a64a0d7c79a72ea3c317d93e969f01706c666217d19c866db56e0b09428c77d44e2adbf86edbbf4f3dbe521481c234cc66c0bafed
-DIST vim-8.0.0004.tar.gz 12909073 SHA256 
3ba0aeaf86c9f89ea55d6144b82f36f82d3ad5b7efcd393d0689e6ec2ca970ef SHA512 
d52a30df952e6b3a5b3ee6c3dd2a5ee48573286fab9ae6955ac79c67087f22748a910a35cfed1badff99614daf28eecefd3b16eb2e0da0fae184eee32e09dfd6
 WHIRLPOOL 
7053e543ff2437a3f46e47e7af02cdec74f2f25a9a519872c0dfe207c828b51279af62dbc4a06977bac782e91a4d59c51d96ec16d3c22c7373f6a3a87f320e2d
 DIST vim-8.0.0005.tar.gz 12909267 SHA256 
4ad6b4e8fad6412724a665d974e1be3138a9562a5f4f4aab17debf709c1d3ad3 SHA512 
3d62557c6929e554c50f8043658665b907b235f180d8917288fc1434237856df7fa098ecb1823e6edea9e5735564cb55869e535350e52fd8c22423480a49438d
 WHIRLPOOL 
a80eec04afb2a797837874ec4b035268a20be7cefa487e44e8e441fb518d46cd7e16a263a6256f49e23e60e737b14dc6a7d93d7c3e579d3da13ccee48536b41b

diff --git a/app-editors/gvim/gvim-7.4.1583.ebuild 
b/app-editors/gvim/gvim-7.4.1583.ebuild
deleted file mode 100644
index 543f695..
--- a/app-editors/gvim/gvim-7.4.1583.ebuild
+++ /dev/null
@@ -1,393 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-VIM_VERSION="7.4"
-PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
-PYTHON_REQ_USE=threads
-inherit eutils vim-doc flag-o-matic fdo-mime versionator bash-completion-r1 
prefix python-r1
-
-if [[ ${PV} == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/vim/vim.git;
-   

[gentoo-commits] repo/gentoo:master commit in: app-editors/vim/

2016-09-15 Thread Tim Harder
commit: a124595f6b48f3ecf482ae8cafe4de6aba4067b8
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Sep 15 15:23:57 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Sep 15 15:30:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a124595f

app-editors/vim: version bump to 8.0.0005

 app-editors/vim/Manifest|   1 +
 app-editors/vim/vim-8.0.0005.ebuild | 349 
 2 files changed, 350 insertions(+)

diff --git a/app-editors/vim/Manifest b/app-editors/vim/Manifest
index f4588e3..32ce2da 100644
--- a/app-editors/vim/Manifest
+++ b/app-editors/vim/Manifest
@@ -6,3 +6,4 @@ DIST vim-7.4.542-gentoo-patches.tar.bz2 3307 SHA256 
0eb635f13e199de77846e0d363a4
 DIST vim-7.4.769.tar.gz 12189043 SHA256 
c89568f3dfcefd773bfbb0958c1cf58a0b0ceedb9d0c264250b379a77ad02e9e SHA512 
00048c1d579c409767308c991e5de4ed54e9e50db7e97b0d148f0667742d5e46047c702bee693a5caf13a1603548ab783f7fa846574841d807ffbaa97d7f611e
 WHIRLPOOL 
28ada4763250bbed6f9a1768e81a79b75db64f0ef25296c5d4825f21d21d6e88ff24d488e841e6ba492e363da6d3a3e75e9ec2f2881a731e7ed261c7d21ffd3c
 DIST vim-7.4.827-gentoo-patches.tar.bz2 3106 SHA256 
1d2bb395fa79dde8e3dbc0a94e4b9591f9cb544d4e52a1ecd2eac4122e55b740 SHA512 
122dbcdee115ce0979ce8c5a54623ed405e889fb18967d7c9208d924bd62a7dd615544538040aef19449410c0ea5783c1832a317a1afd056d4d387c43e7a5988
 WHIRLPOOL 
23afe4d61b8c2f6a4d7e0e3a64a0d7c79a72ea3c317d93e969f01706c666217d19c866db56e0b09428c77d44e2adbf86edbbf4f3dbe521481c234cc66c0bafed
 DIST vim-8.0.0004.tar.gz 12909073 SHA256 
3ba0aeaf86c9f89ea55d6144b82f36f82d3ad5b7efcd393d0689e6ec2ca970ef SHA512 
d52a30df952e6b3a5b3ee6c3dd2a5ee48573286fab9ae6955ac79c67087f22748a910a35cfed1badff99614daf28eecefd3b16eb2e0da0fae184eee32e09dfd6
 WHIRLPOOL 
7053e543ff2437a3f46e47e7af02cdec74f2f25a9a519872c0dfe207c828b51279af62dbc4a06977bac782e91a4d59c51d96ec16d3c22c7373f6a3a87f320e2d
+DIST vim-8.0.0005.tar.gz 12909267 SHA256 
4ad6b4e8fad6412724a665d974e1be3138a9562a5f4f4aab17debf709c1d3ad3 SHA512 
3d62557c6929e554c50f8043658665b907b235f180d8917288fc1434237856df7fa098ecb1823e6edea9e5735564cb55869e535350e52fd8c22423480a49438d
 WHIRLPOOL 
a80eec04afb2a797837874ec4b035268a20be7cefa487e44e8e441fb518d46cd7e16a263a6256f49e23e60e737b14dc6a7d93d7c3e579d3da13ccee48536b41b

diff --git a/app-editors/vim/vim-8.0.0005.ebuild 
b/app-editors/vim/vim-8.0.0005.ebuild
new file mode 100644
index ..bc0ca8d
--- /dev/null
+++ b/app-editors/vim/vim-8.0.0005.ebuild
@@ -0,0 +1,349 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VIM_VERSION="8.0"
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_REQ_USE=threads
+inherit eutils vim-doc flag-o-matic fdo-mime versionator bash-completion-r1 
python-r1
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/vim/vim.git;
+else
+   SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   
https://dev.gentoo.org/~radhermit/vim/vim-7.4.2102-gentoo-patches.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+fi
+
+DESCRIPTION="Vim, an improved vi-style text editor"
+HOMEPAGE="http://www.vim.org/ https://github.com/vim/vim;
+
+SLOT="0"
+LICENSE="vim"
+IUSE="X acl cscope debug gpm lua luajit minimal nls perl python racket ruby 
selinux tcl vim-pager"
+REQUIRED_USE="
+   luajit? ( lua )
+   python? (
+   || ( $(python_gen_useflags '*') )
+   ?? ( $(python_gen_useflags 'python2*') )
+   ?? ( $(python_gen_useflags 'python3*') )
+   )
+"
+
+RDEPEND="
+   >=app-eselect/eselect-vi-1.1
+   >=sys-libs/ncurses-5.2-r2:0=
+   nls? ( virtual/libintl )
+   acl? ( kernel_linux? ( sys-apps/acl ) )
+   cscope? ( dev-util/cscope )
+   gpm? ( >=sys-libs/gpm-1.19.3 )
+   lua? (
+   luajit? ( dev-lang/luajit:2= )
+   !luajit? ( dev-lang/lua:0[deprecated] )
+   )
+   !minimal? (
+   ~app-editors/vim-core-${PV}
+   dev-util/ctags
+   )
+   perl? ( dev-lang/perl:= )
+   python? ( ${PYTHON_DEPS} )
+   racket? ( dev-scheme/racket )
+   ruby? ( || ( dev-lang/ruby:2.3 dev-lang/ruby:2.2 dev-lang/ruby:2.1 
dev-lang/ruby:2.0 ) )
+   selinux? ( sys-libs/libselinux )
+   tcl? ( dev-lang/tcl:0= )
+   X? ( x11-libs/libXt )
+"
+DEPEND="${RDEPEND}
+   sys-devel/autoconf
+   nls? ( sys-devel/gettext )
+"
+
+pkg_setup() {
+   # people with broken alphabets run into trouble. bug 82186.
+   unset LANG LC_ALL
+   export LC_COLLATE="C"
+
+   # Gnome sandbox silliness. bug #114475.
+   mkdir -p 

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

2016-09-15 Thread Michał Górny
commit: 55d962eaef573575c138858f15a350c14c0bf846
Author: Gerhard Bräunlich  gmx  net>
AuthorDate: Thu Sep  8 13:51:38 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 15 15:20:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d962ea

x11-libs/gtk+: Add $(get_exeext) to MULTILIB_CHOST_TOOLS

Bug: https://bugs.gentoo.org/588330
Package-Manager: portage-2.2.28
Pull-Request: https://github.com/gentoo/gentoo/pull/2278

 x11-libs/gtk+/gtk+-3.18.9.ebuild | 2 +-
 x11-libs/gtk+/gtk+-3.20.9.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/gtk+/gtk+-3.18.9.ebuild b/x11-libs/gtk+/gtk+-3.18.9.ebuild
index 0a116f8..f503cfd 100644
--- a/x11-libs/gtk+/gtk+-3.18.9.ebuild
+++ b/x11-libs/gtk+/gtk+-3.18.9.ebuild
@@ -96,7 +96,7 @@ PDEPEND="
 "
 
 MULTILIB_CHOST_TOOLS=(
-   /usr/bin/gtk-query-immodules-3.0
+   /usr/bin/gtk-query-immodules-3.0$(get_exeext)
 )
 
 strip_builddir() {

diff --git a/x11-libs/gtk+/gtk+-3.20.9.ebuild b/x11-libs/gtk+/gtk+-3.20.9.ebuild
index 116c4ba..fec6fb5 100644
--- a/x11-libs/gtk+/gtk+-3.20.9.ebuild
+++ b/x11-libs/gtk+/gtk+-3.20.9.ebuild
@@ -101,7 +101,7 @@ PDEPEND="
 "
 
 MULTILIB_CHOST_TOOLS=(
-   /usr/bin/gtk-query-immodules-3.0
+   /usr/bin/gtk-query-immodules-3.0$(get_exeext)
 )
 
 strip_builddir() {



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

2016-09-15 Thread Michał Górny
commit: 75362fdc36d2427eb3414535630f7b06fead6695
Author: Gerhard Bräunlich  gmx  net>
AuthorDate: Sat Sep  3 12:37:31 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 15 15:21:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75362fdc

dev-libs/glib: Add $(get_exeext) to MULTILIB_CHOST_TOOLS

Bug: https://bugs.gentoo.org/588330
Package-Manager: portage-2.2.28
Pull-Request: https://github.com/gentoo/gentoo/pull/2278

 dev-libs/glib/glib-2.46.2-r3.ebuild | 2 +-
 dev-libs/glib/glib-2.48.1-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/glib/glib-2.46.2-r3.ebuild 
b/dev-libs/glib/glib-2.46.2-r3.ebuild
index b9caabd..f92e7c5 100644
--- a/dev-libs/glib/glib-2.46.2-r3.ebuild
+++ b/dev-libs/glib/glib-2.46.2-r3.ebuild
@@ -73,7 +73,7 @@ 

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

2016-09-15 Thread Michał Górny
commit: fc406a5d85672ebcbbcae65ea6aa4b46925cb637
Author: Gerhard Bräunlich  gmx  net>
AuthorDate: Thu Sep  8 13:46:23 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 15 15:20:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc406a5d

x11-libs/gdk-pixbuf: Add $(get_exeext) to MULTILIB_CHOST_TOOLS

Bug: https://bugs.gentoo.org/588330
Package-Manager: portage-2.2.28
Pull-Request: https://github.com/gentoo/gentoo/pull/2278

 x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.1.ebuild | 2 +-
 x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.3.ebuild | 2 +-
 x11-libs/gdk-pixbuf/gdk-pixbuf-2.34.0.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.1.ebuild 
b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.1.ebuild
index 49591ca..cfc7013 100644
--- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.1.ebuild
+++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.1.ebuild
@@ -43,7 +43,7 @@ RDEPEND="${COMMON_DEPEND}
 "
 
 MULTILIB_CHOST_TOOLS=(
-   /usr/bin/gdk-pixbuf-query-loaders
+   /usr/bin/gdk-pixbuf-query-loaders$(get_exeext)
 )
 
 src_prepare() {

diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.3.ebuild 
b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.3.ebuild
index 7c55887..932c565 100644
--- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.3.ebuild
+++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.3.ebuild
@@ -39,7 +39,7 @@ RDEPEND="${COMMON_DEPEND}
 "
 
 MULTILIB_CHOST_TOOLS=(
-   /usr/bin/gdk-pixbuf-query-loaders
+   /usr/bin/gdk-pixbuf-query-loaders$(get_exeext)
 )
 
 src_prepare() {

diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.34.0.ebuild 
b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.34.0.ebuild
index 3d374d7..7a2b8a4 100644
--- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.34.0.ebuild
+++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.34.0.ebuild
@@ -38,7 +38,7 @@ RDEPEND="${COMMON_DEPEND}
 "
 
 MULTILIB_CHOST_TOOLS=(
-   /usr/bin/gdk-pixbuf-query-loaders
+   /usr/bin/gdk-pixbuf-query-loaders$(get_exeext)
 )
 
 src_prepare() {



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

2016-09-15 Thread Michał Górny
commit: 4a8986291491bca93993fe8bbb7a83065121a23c
Author: Gerhard Bräunlich  gmx  net>
AuthorDate: Thu Sep  8 13:06:08 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 15 15:21:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a898629

media-libs/fontconfig: Add $(get_exeext) to MULTILIB_CHOST_TOOLS

Bug: https://bugs.gentoo.org/588330
Package-Manager: portage-2.2.28
Pull-Request: https://github.com/gentoo/gentoo/pull/2278

 media-libs/fontconfig/fontconfig-2.11.1-r2.ebuild | 4 ++--
 media-libs/fontconfig/fontconfig-2.12.0.ebuild| 2 +-
 media-libs/fontconfig/fontconfig-2.12.1.ebuild| 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/fontconfig/fontconfig-2.11.1-r2.ebuild 
b/media-libs/fontconfig/fontconfig-2.11.1-r2.ebuild
index b812a0a..148f6c2 100644
--- a/media-libs/fontconfig/fontconfig-2.11.1-r2.ebuild
+++ b/media-libs/fontconfig/fontconfig-2.11.1-r2.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$
 
@@ -38,7 +38,7 @@ PATCHES=(
 )
 
 MULTILIB_CHOST_TOOLS=(
-   /usr/bin/fc-cache
+   /usr/bin/fc-cache$(get_exeext)
 )
 
 pkg_setup() {

diff --git a/media-libs/fontconfig/fontconfig-2.12.0.ebuild 
b/media-libs/fontconfig/fontconfig-2.12.0.ebuild
index ea7e8d2..02be4f7 100644
--- a/media-libs/fontconfig/fontconfig-2.12.0.ebuild
+++ b/media-libs/fontconfig/fontconfig-2.12.0.ebuild
@@ -32,7 +32,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-2.11.93-latin-update.patch # 130466 + make 
liberation default
 )
 
-MULTILIB_CHOST_TOOLS=( /usr/bin/fc-cache )
+MULTILIB_CHOST_TOOLS=( /usr/bin/fc-cache$(get_exeext) )
 
 pkg_setup() {
DOC_CONTENTS="Please make fontconfig configuration changes using

diff --git a/media-libs/fontconfig/fontconfig-2.12.1.ebuild 
b/media-libs/fontconfig/fontconfig-2.12.1.ebuild
index ea7e8d2..02be4f7 100644
--- a/media-libs/fontconfig/fontconfig-2.12.1.ebuild
+++ b/media-libs/fontconfig/fontconfig-2.12.1.ebuild
@@ -32,7 +32,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-2.11.93-latin-update.patch # 130466 + make 
liberation default
 )
 
-MULTILIB_CHOST_TOOLS=( /usr/bin/fc-cache )
+MULTILIB_CHOST_TOOLS=( /usr/bin/fc-cache$(get_exeext) )
 
 pkg_setup() {
DOC_CONTENTS="Please make fontconfig configuration changes using



[gentoo-commits] proj/kde:master commit in: Documentation/package.accept_keywords/, Documentation/maintainers/, ...

2016-09-15 Thread Michael Palimaka
commit: 09023c4df73cb1a868f68f4088120eaa1afee547
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 15 15:03:12 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 15:03:19 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=09023c4d

Documentation: add plasma-5.8 files

 Documentation/maintainers/regenerate-files |  2 +-
 .../.kde-plasma-5.8/_HEADER_   |  2 ++
 .../.kde-plasma-5.8/kde-plasma-5.8 |  1 +
 .../.kde-plasma-5.8/more-deps  |  0
 .../kde-plasma-5.8.keywords| 41 ++
 Documentation/package.mask/kde-plasma-5.8  | 41 ++
 .../package.unmask/.kde-plasma-5.8/_HEADER_|  2 ++
 .../package.unmask/.kde-plasma-5.8/kde-plasma-5.8  |  1 +
 Documentation/package.unmask/kde-plasma-5.8| 41 ++
 9 files changed, 130 insertions(+), 1 deletion(-)

diff --git a/Documentation/maintainers/regenerate-files 
b/Documentation/maintainers/regenerate-files
index f4287b0..5a482e6 100755
--- a/Documentation/maintainers/regenerate-files
+++ b/Documentation/maintainers/regenerate-files
@@ -12,7 +12,7 @@ HEADER="# Autogenerated by ${SCRIPT}, DO NOT EDIT."
 KF_RELEASES="5.23 5.25 5.26"
 KF_RELEASE=${KF_RELEASE:-5.23}
 
-PLASMA_RELEASES="5.6 5.7"
+PLASMA_RELEASES="5.6 5.7 5.8"
 PLASMA_RELEASE=${PLASMA_RELEASE:-5.6}
 
 APPS_RELEASES="16.04 16.08"

diff --git a/Documentation/package.accept_keywords/.kde-plasma-5.8/_HEADER_ 
b/Documentation/package.accept_keywords/.kde-plasma-5.8/_HEADER_
new file mode 100644
index 000..ff2d847
--- /dev/null
+++ b/Documentation/package.accept_keywords/.kde-plasma-5.8/_HEADER_
@@ -0,0 +1,2 @@
+# You can use this file to keyword/unkeyword the KDE Plasma 5.8 release.
+# Edit Documentation/package.accept_keywords/.kde-plasma-5.8/ files instead.

diff --git 
a/Documentation/package.accept_keywords/.kde-plasma-5.8/kde-plasma-5.8 
b/Documentation/package.accept_keywords/.kde-plasma-5.8/kde-plasma-5.8
new file mode 12
index 000..49910fe
--- /dev/null
+++ b/Documentation/package.accept_keywords/.kde-plasma-5.8/kde-plasma-5.8
@@ -0,0 +1 @@
+../../../sets/kde-plasma-5.8
\ No newline at end of file

diff --git a/Documentation/package.accept_keywords/.kde-plasma-5.8/more-deps 
b/Documentation/package.accept_keywords/.kde-plasma-5.8/more-deps
new file mode 100644
index 000..e69de29

diff --git a/Documentation/package.accept_keywords/kde-plasma-5.8.keywords 
b/Documentation/package.accept_keywords/kde-plasma-5.8.keywords
new file mode 100644
index 000..c3febe6
--- /dev/null
+++ b/Documentation/package.accept_keywords/kde-plasma-5.8.keywords
@@ -0,0 +1,41 @@
+# Autogenerated by regenerate-files, DO NOT EDIT.
+# You can use this file to keyword/unkeyword the KDE Plasma 5.8 release.
+# Edit Documentation/package.accept_keywords/.kde-plasma-5.8/ files instead.
+=kde-plasma/bluedevil-5.8:5
+>=kde-plasma/breeze-5.8:5
+>=kde-plasma/breeze-grub-5.8:5
+>=kde-plasma/breeze-gtk-5.8:5
+>=kde-plasma/breeze-plymouth-5.8:5
+>=kde-plasma/kactivitymanagerd-5.8:5
+>=kde-plasma/kde-cli-tools-5.8:5
+>=kde-plasma/kde-gtk-config-5.8:5
+>=kde-plasma/kdecoration-5.8:5
+>=kde-plasma/kdeplasma-addons-5.8:5
+>=kde-plasma/kgamma-5.8:5
+>=kde-plasma/kinfocenter-5.8:5
+>=kde-plasma/kmenuedit-5.8:5
+>=kde-plasma/kscreen-5.8:5
+>=kde-plasma/kscreenlocker-5.8:5
+>=kde-plasma/ksshaskpass-5.8:5
+>=kde-plasma/ksysguard-5.8:5
+>=kde-plasma/kwallet-pam-5.8:5
+>=kde-plasma/kwayland-integration-5.8:5
+>=kde-plasma/kwin-5.8:5
+>=kde-plasma/kwrited-5.8:5
+>=kde-plasma/libkscreen-5.8:5
+>=kde-plasma/libksysguard-5.8:5
+>=kde-plasma/milou-5.8:5
+>=kde-plasma/oxygen-5.8:5
+>=kde-plasma/plasma-desktop-5.8:5
+>=kde-plasma/plasma-integration-5.8:5
+>=kde-plasma/plasma-meta-5.8:5
+>=kde-plasma/plasma-nm-5.8:5
+>=kde-plasma/plasma-pa-5.8:5
+>=kde-plasma/plasma-sdk-5.8:5
+>=kde-plasma/plasma-workspace-5.8:5
+>=kde-plasma/plasma-workspace-wallpapers-5.8:5
+>=kde-plasma/polkit-kde-agent-5.8:5
+>=kde-plasma/powerdevil-5.8:5
+>=kde-plasma/sddm-kcm-5.8:5
+>=kde-plasma/systemsettings-5.8:5
+>=kde-plasma/user-manager-5.8:5

diff --git a/Documentation/package.unmask/.kde-plasma-5.8/_HEADER_ 
b/Documentation/package.unmask/.kde-plasma-5.8/_HEADER_
new file mode 100644
index 000..0ce15eb
--- /dev/null
+++ b/Documentation/package.unmask/.kde-plasma-5.8/_HEADER_
@@ -0,0 +1,2 @@
+# You can use this file to mask/unmask the KDE Plasma 5.8 release.
+# Edit Documentation/package.unmask/.kde-plasma-5.8/ files instead.

diff --git a/Documentation/package.unmask/.kde-plasma-5.8/kde-plasma-5.8 
b/Documentation/package.unmask/.kde-plasma-5.8/kde-plasma-5.8
new file mode 12
index 000..49910fe
--- /dev/null
+++ b/Documentation/package.unmask/.kde-plasma-5.8/kde-plasma-5.8
@@ -0,0 +1 @@
+../../../sets/kde-plasma-5.8
\ No newline at end of file

diff --git a/Documentation/package.unmask/kde-plasma-5.8 

[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/revdep_rebuild/

2016-09-15 Thread Brian Dolbec
commit: d1becbe15b5b13322b3b88a359e851d0d318aaa2
Author: Brian Dolbec  gentoo  org>
AuthorDate: Wed Sep 14 17:41:49 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed Sep 14 19:48:45 2016 +
URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=d1becbe1

revdep-rebuild: Fix filename matching for directories (bug 593672)

Also fixed all_masks not including lib32 lib64 (were added after all_masks was 
assigned).
Fixed to ensure it does not match on partial directory names by splitting the 
paths on the
os.sep boundaries.
Test using realpaths as well.

 pym/gentoolkit/revdep_rebuild/analyse.py | 33 +++-
 1 file changed, 24 insertions(+), 9 deletions(-)

diff --git a/pym/gentoolkit/revdep_rebuild/analyse.py 
b/pym/gentoolkit/revdep_rebuild/analyse.py
index 9f018b5..b8fca4b 100644
--- a/pym/gentoolkit/revdep_rebuild/analyse.py
+++ b/pym/gentoolkit/revdep_rebuild/analyse.py
@@ -120,7 +120,8 @@ def extract_dependencies_from_la(la, libraries, to_check, 
logger):
 
 
 class LibCheck(object):
-   def __init__(self, scanned_files, logger, searchlibs=None, 
searchbits=None, all_masks=None):
+   def __init__(self, scanned_files, logger, searchlibs=None, 
searchbits=None,
+   all_masks=None, masked_dirs=None):
'''LibCheck init function.
 
@param scanned_files: optional dictionary if the type created by
@@ -135,6 +136,7 @@ class LibCheck(object):
self.searchlibs = searchlibs
self.searchbits = sorted(searchbits) or ['32', '64']
self.all_masks = all_masks
+   self.masked_dirs = masked_dirs
self.logger.debug("\tLibCheck.__init__(), new searchlibs: %s" 
%(self.searchbits))
if searchlibs:
self.smsg = '\tLibCheck.search(), Checking for %s bit 
dependants'
@@ -221,7 +223,10 @@ class LibCheck(object):
if l in self.all_masks:

self.logger.debug('\tLibrary %s ignored as it is masked' % l)
continue
-   if filename in 
self.all_masks:
+   if (filename in 
self.all_masks or
+   
os.path.realpath(filename) in self.all_masks or
+   
self.is_masked(os.path.realpath(filename))
+   ):

self.logger.debug('\tFile %s ignored as it is masked' % filename)
continue
if not bits in 
found_libs:
@@ -240,6 +245,16 @@ class LibCheck(object):
return found_libs
 
 
+   def is_masked(self, filename):
+   for m in self.masked_dirs:
+   t = m.split(os.sep)
+   f = filename.split(os.sep)
+   # self.logger.debug("\tis_masked(); %s, %s" % (t, f))
+   if t == f[:min(len(t), len(f))]:
+   return True
+   return False
+
+
def process_results(self, found_libs, scanned_files=None):
'''Processes the search results, logs the files found
 
@@ -294,18 +309,17 @@ def analyse(settings, logger, libraries=None, 
la_libraries=None,
]
)
 
+   if '64' not in searchbits:
+   masked_dirs.update(['/lib64', '/usr/lib64'])
+   elif '32' not in searchbits:
+   masked_dirs.update(['/lib32', '/usr/lib32'])
+
all_masks = masked_dirs.copy()
all_masks.update(masked_files)
logger.debug("\tall_masks:")
for x in sorted(all_masks):
logger.debug('\t\t%s' % (x))
 
-
-   if '64' not in searchbits:
-   masked_dirs.update(['/lib64', '/usr/lib64'])
-   elif '32' not in searchbits:
-   masked_dirs.update(['/lib32', '/usr/lib32'])
-
if libraries and la_libraries and libraries_links and binaries:
logger.info(blue(' * ') +
bold('Found a valid cache, skipping collecting phase'))
@@ -371,7 +385,8 @@ def analyse(settings, logger, libraries=None, 
la_libraries=None,
% (len(libs_and_bins), len(libraries)+len(libraries_links))
)
 
-   libcheck = LibCheck(scanned_files, logger, _libs_to_check, searchbits, 
all_masks)
+   libcheck = LibCheck(scanned_files, logger, _libs_to_check, searchbits,
+   all_masks, masked_dirs)
 
broken_pathes = libcheck.process_results(libcheck.search())
 

[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/revdep_rebuild/

2016-09-15 Thread Brian Dolbec
commit: 06af2be2d987c0a2f34c872ed3d86ab74fe9800d
Author: Brian Dolbec  gentoo  org>
AuthorDate: Wed Sep 14 19:48:03 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed Sep 14 19:49:32 2016 +
URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=06af2be2

revdep-rebuild:  Use realpath on the mask directories too (Bug 593672)

 pym/gentoolkit/revdep_rebuild/analyse.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pym/gentoolkit/revdep_rebuild/analyse.py 
b/pym/gentoolkit/revdep_rebuild/analyse.py
index b8fca4b..698a43f 100644
--- a/pym/gentoolkit/revdep_rebuild/analyse.py
+++ b/pym/gentoolkit/revdep_rebuild/analyse.py
@@ -247,7 +247,7 @@ class LibCheck(object):
 
def is_masked(self, filename):
for m in self.masked_dirs:
-   t = m.split(os.sep)
+   t = os.path.realpath(m).split(os.sep)
f = filename.split(os.sep)
# self.logger.debug("\tis_masked(); %s, %s" % (t, f))
if t == f[:min(len(t), len(f))]:



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

2016-09-15 Thread Michael Palimaka
commit: 99281af62a2cb2ace2c220ef96ed1b36531958c8
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 15 14:54:49 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 15 14:54:53 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=99281af6

sets: drop khotkeys from kde-plasma-live

 sets/kde-plasma-live | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sets/kde-plasma-live b/sets/kde-plasma-live
index 2218a77..f85cdf4 100644
--- a/sets/kde-plasma-live
+++ b/sets/kde-plasma-live
@@ -9,7 +9,6 @@
 ~kde-plasma/kdecoration-
 ~kde-plasma/kdeplasma-addons-
 ~kde-plasma/kgamma-
-~kde-plasma/khotkeys-
 ~kde-plasma/kinfocenter-
 ~kde-plasma/kmenuedit-
 ~kde-plasma/kscreen-



  1   2   >