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

2017-08-19 Thread Tim Harder
commit: b26443ddf3ddcfd1533ad64df2dee1c0cbbcf73f
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Aug 20 04:05:20 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Aug 20 04:06:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b26443dd

dev-python/zope-component: version bump to 4.4.0

 dev-python/zope-component/Manifest |  1 +
 .../zope-component/zope-component-4.4.0.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/zope-component/Manifest 
b/dev-python/zope-component/Manifest
index eb5420a4fa4..7b72b84203a 100644
--- a/dev-python/zope-component/Manifest
+++ b/dev-python/zope-component/Manifest
@@ -1 +1,2 @@
 DIST zope.component-4.3.0.tar.gz 85971 SHA256 
bb4136c7443610f8c2d2d357cad247c3e90bb5e6f0b7a02b0edfb11924ff9bc2 SHA512 
0c078bf2471bee44acac0c291c3159f4315cdbdb3eaa504f97c1b345fdba5efff6a1514ee2ab558ff3c3e4a18924f982de7c7ddf323080ee99f573d6776d91cc
 WHIRLPOOL 
9edc6362b815497d129f8bcf897996f4fbc56b067a894b3033b4fcc85515d317eab54d63cfec4b066fb4ac750c94ddb6aaf0de4563d74e573afb172b31398be6
+DIST zope.component-4.4.0.tar.gz 86804 SHA256 
2a53e184026d63ef4073dd3722b34f104fbc702329b61182bf65e1152ef5038a SHA512 
7c158a8522fd7b7abd98837db4e9750c2a1a8b6878756ff80c6aa5c5dcaaf29323fd2daede63bd26f9242cdedb3ec0577b6d30a312b00c910f28f8397b795659
 WHIRLPOOL 
c8b67436b1c213726cca7b1ea855fbadb3dbdc8fb2824022ad663ddaaa623eccfd76dbdb53db97cbd7dbb9da61983fb4a7f23c8b8467dc813e26e0547b69798b

diff --git a/dev-python/zope-component/zope-component-4.4.0.ebuild 
b/dev-python/zope-component/zope-component-4.4.0.ebuild
new file mode 100644
index 000..0064cc9077b
--- /dev/null
+++ b/dev-python/zope-component/zope-component-4.4.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
+
+inherit distutils-r1
+MY_PN=zope.component
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Zope Component Architecture"
+HOMEPAGE="https://github.com/zopefoundation/zope.component 
http://docs.zope.org/zope.component/;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}]
+   dev-python/zope-event[${PYTHON_USEDEP}]
+   >=dev-python/zope-interface-4.1.0[${PYTHON_USEDEP}]"
+DEPEND="test? ( ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S=${WORKDIR}/${MY_P}
+
+RESTRICT="test"
+
+python_test() {
+   nosetests || die
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   # remove .pth files since dev-python/namespace-zope handles the ns
+   find "${D}" -name '*.pth' -delete || die
+}



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

2017-08-19 Thread Michael Palimaka
commit: 09f94624c263e4a5109b17a07a7a99f05224f270
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Aug 20 04:00:06 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Aug 20 04:01:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f94624

app-text/kchmviewer: amd64/x86 stable

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-text/kchmviewer/kchmviewer-7.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/kchmviewer/kchmviewer-7.7-r1.ebuild 
b/app-text/kchmviewer/kchmviewer-7.7-r1.ebuild
index 571fac8797d..f9d3ca256aa 100644
--- a/app-text/kchmviewer/kchmviewer-7.7-r1.ebuild
+++ b/app-text/kchmviewer/kchmviewer-7.7-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/kchmviewer/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



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

2017-08-19 Thread Michael Palimaka
commit: 5ae05798ffeafa22d3e6a9224798632183b74fca
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Aug 20 04:00:33 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Aug 20 04:01:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae05798

app-text/kchmviewer: remove 7.7-r0

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-text/kchmviewer/kchmviewer-7.7.ebuild | 64 ---
 1 file changed, 64 deletions(-)

diff --git a/app-text/kchmviewer/kchmviewer-7.7.ebuild 
b/app-text/kchmviewer/kchmviewer-7.7.ebuild
deleted file mode 100644
index 2ba9209f5bf..000
--- a/app-text/kchmviewer/kchmviewer-7.7.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit fdo-mime qmake-utils
-
-DESCRIPTION="Feature rich chm file viewer, based on Qt"
-HOMEPAGE="http://www.kchmviewer.net/;
-SRC_URI="mirror://sourceforge/kchmviewer/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/chmlib
-   dev-libs/libzip:=
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwebkit:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-   "${FILESDIR}/${P}-force-qtwebkit.patch"
-   "${FILESDIR}/${P}-underlinking.patch"
-)
-
-src_prepare() {
-   # bug #579430
-   sed -i \
-   -e "s:zip:zip;:g" \
-   packages/kchmviewer.desktop || die "Failed to fix desktop file"
-
-   default
-}
-
-src_configure() {
-   eqmake5
-}
-
-src_install() {
-   dodoc ChangeLog DBUS-bindings FAQ README
-   doicon packages/kchmviewer.png
-
-   dobin bin/kchmviewer
-   domenu packages/kchmviewer.desktop
-
-}
-
-pkg_postinst() {
-   fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
-   fdo-mime_desktop_database_update
-}



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

2017-08-19 Thread Tim Harder
commit: 8c85fa2eff49c4a2a306c09a4c483eb71519bec2
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Aug 20 03:56:49 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Aug 20 03:56:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c85fa2e

dev-python/zope-event: version bump to 4.3.0

 dev-python/zope-event/Manifest|  1 +
 dev-python/zope-event/zope-event-4.3.0.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/zope-event/Manifest b/dev-python/zope-event/Manifest
index fd242759a0c..e1da759582b 100644
--- a/dev-python/zope-event/Manifest
+++ b/dev-python/zope-event/Manifest
@@ -1 +1,2 @@
 DIST zope.event-4.2.0.tar.gz 488532 SHA256 
ce11004217863a4827ea1a67a31730bddab9073832bdb3b9be85869259118758 SHA512 
e39cbbccf679328db190f0641e3cb0d267fc606afc9cdbd4fb4100bde482f12f594319d885db101dfd98741225604bb49ef77094011bbe7edaa16877038f9989
 WHIRLPOOL 
adcf773453096493ef6740480dd6b9b2f62a48670767896b25dd168fe6406f9b160a1ffd71baa93a29a085805b2baf3158e955850199b90821a782fe39e0
+DIST zope.event-4.3.0.tar.gz 17829 SHA256 
e0ecea24247a837c71c106b0341a7a997e3653da820d21ef6c08b32548f733e7 SHA512 
dad303d1b76c75dcc98f1164c6dec8f8458f1adc4109146942cf9ff40ed3f92579b2da742b10798bc720ab17cbdebc86e54008cfa5155616e2ac68b332e62571
 WHIRLPOOL 
8c8adb28c8943a327fa97cb4904cdce53d40032125f0eaf78f53cbf1b058bbe9eda4e8dfc77210f1f3d558f2c3538733e7bd8229cf216f4c868a4e7ffed61509

diff --git a/dev-python/zope-event/zope-event-4.3.0.ebuild 
b/dev-python/zope-event/zope-event-4.3.0.ebuild
new file mode 100644
index 000..beab379acd8
--- /dev/null
+++ b/dev-python/zope-event/zope-event-4.3.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+
+inherit distutils-r1
+MY_PN=zope.event
+
+MY_P=${MY_PN}-${PV}
+DESCRIPTION="Event publishing / dispatch, used by Zope Component Architecture"
+HOMEPAGE="https://github.com/zopefoundation/zope.event 
http://docs.zope.org/zope.event/;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}]"
+DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S=${WORKDIR}/${MY_P}
+
+python_test() {
+   nosetests || die
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   # remove .pth files since dev-python/namespace-zope handles the ns
+   find "${D}" -name '*.pth' -delete || die
+}



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

2017-08-19 Thread Tim Harder
commit: 717ba825f86843f44a357f4a8e4ae9747b61c7ed
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Aug 20 03:44:14 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Aug 20 03:45:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=717ba825

dev-python/certifi: version bump to 2017.7.27.1

 dev-python/certifi/Manifest   |  1 +
 dev-python/certifi/certifi-2017.7.27.1.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-python/certifi/Manifest b/dev-python/certifi/Manifest
index 34a9b1d7a39..0bc6246f1f3 100644
--- a/dev-python/certifi/Manifest
+++ b/dev-python/certifi/Manifest
@@ -1,3 +1,4 @@
 DIST certifi-2016.9.26.tar.gz 374637 SHA256 
8275aef1bbeaf05c53715bfc5d8569bd1e04ca1e8e69608cc52bcaac2604eb19 SHA512 
e89c07dab0d926754012c89e12fff9ee59f771a5edd24130c8adb7ab32076971f4ea6d266ed9f3ed2010c1aba403505f5b5e97af3b5efcf3d039ddc7a7b2af39
 WHIRLPOOL 
52412b9cf57544ac19e89a493bf65dc212a06f053778b7c5de3d6254a7189fed9f051af99e0176efec6d7c318760f9a9fca51d1ddcf56024c973a6ffbe803496
 DIST certifi-2017.1.23.tar.gz 380397 SHA256 
81877fb7ac126e9215dfb15bfef7115fdc30e798e0013065158eed0707fd99ce SHA512 
8e7a03236458567545739bdef1526f81f4cef61d6cc708048f2411a0387a9b1b38d21a83739cc5207bd590d67c876e99ef1e22916065a371dae30b4a94cc1e49
 WHIRLPOOL 
df50f3c715802cdff496a482d97d3431b79db629de3708eeac910c423c0b59c5222f73937f349dad114a7fc311f4c31fde39d1a4c0632d7f2486dd463815ff26
 DIST certifi-2017.4.17.tar.gz 373512 SHA256 
f7527ebf7461582ce95f7a9e03dd141ce810d40590834f4ec20cddd54234c10a SHA512 
0bd054bb2eaa8c196a94a0b7865d2488aea1fcb5e66ddc8c776c68cfa518a198a8c67bed5b485bf55db3f55d26c0ab2b4fc07839bb9175a50cb525e25d3869a5
 WHIRLPOOL 
f949eefd72c41900202944315f058c0f8bab3a0be1283bddadec4a273b138d012f37cda61d0f5656baadb304d7340816d953db53f624c9bd5c8545ebdf86
+DIST certifi-2017.7.27.1.tar.gz 348217 SHA256 
40523d2efb60523e113b44602298f0960e900388cf3bb6043f645cf57ea9e3f5 SHA512 
2873c17144e09ba506c62743efa4fda05350d48fcb19a1b8eb895829df2fa276eed86b31c9f7f18636f62ea5acb4bc6b9dee8b69ed8e0ccd1286ebfaa27d02a1
 WHIRLPOOL 
e2f7b58e195951c720da12a277eea0b076b16a9ca57c23074bfc2836cfcda04d86ad5e522a030002f5fe0b7479b16e8ff795123b0b1b95a9bb32fb9937cf20eb

diff --git a/dev-python/certifi/certifi-2017.7.27.1.ebuild 
b/dev-python/certifi/certifi-2017.7.27.1.ebuild
new file mode 100644
index 000..906cb099e0b
--- /dev/null
+++ b/dev-python/certifi/certifi-2017.7.27.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python package for providing Mozilla's CA Bundle"
+HOMEPAGE="http://certifi.io/ https://pypi.python.org/pypi/certifi;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2017-08-19 Thread Tim Harder
commit: d2cab53dabace9d2d28128151278ecadc5988d0d
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Aug 20 03:29:46 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Aug 20 03:31:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2cab53d

dev-python/pycparser: version bump to 2.18

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

diff --git a/dev-python/pycparser/Manifest b/dev-python/pycparser/Manifest
index a49e511554f..a7b9b7ef9dc 100644
--- a/dev-python/pycparser/Manifest
+++ b/dev-python/pycparser/Manifest
@@ -1,2 +1,3 @@
 DIST pycparser-2.14.tar.gz 223295 SHA256 
7959b4a74abdc27b312fed1c21e6caf9309ce0b29ea86b591fd2e99ecdf27f73 SHA512 
d5b9ab434a8944898ac23a4f51189db77b02b993bf3e3ca018852b117fc0eb43e460b156beaa5c1d631ad71c81e1649113e9fff7e33506b1e7d4de24d8b464c6
 WHIRLPOOL 
4a541ce696298a355d4e3325a10dffd47bd26756b0164da82b70090310edfacf0428ed9e26de7be7e3d4c2c952ee664262a212562852fe29f909ab0631bfd79f
 DIST pycparser-2.17.tar.gz 231163 SHA256 
0aac31e917c24cb3357f5a4d5566f2cc91a19ca41862f6c3c22dc60a629673b6 SHA512 
c9caaa8d256748e0623d077b11931abb38d19367136c70a835f7587e1f7ceb64f3acb7a983dcb68bedd2cf187517762a5753844e8ed58d1d9ed6f364c55839b4
 WHIRLPOOL 
4d3585a8c95add8b607bb79b89f8c00d16ab9361cfc72b65a5112b756b8d965cdc9c19af36ab7a73647425788e9121eafd6b0da01c2ca8de6d2b00ed5d097bba
+DIST pycparser-2.18.tar.gz 245897 SHA256 
99a8ca03e29851d96616ad0404b4aad7d9ee16f25c9f9708a11faf2810f7b226 SHA512 
4754e4e7556d21da328bf7dbabf72f940c9b18f1457260d48208033b05e576919f45ab399e86ea49e82120116980d7d6f53e8b959d21b7b03a3b5bbea3672f13
 WHIRLPOOL 
de6661b661a5b85f39a53183eccfd99d8a89f87e717630964ed1d988b4dd1b5e7ffe7aae6f034fafc2e73b40871dbd75ddf21663356d3152f989d244512019c7

diff --git a/dev-python/pycparser/pycparser-2.18.ebuild 
b/dev-python/pycparser/pycparser-2.18.ebuild
new file mode 100644
index 000..292106b4124
--- /dev/null
+++ b/dev-python/pycparser/pycparser-2.18.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="C parser and AST generator written in Python"
+HOMEPAGE="https://github.com/eliben/pycparser;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+IUSE="test"
+
+RDEPEND="dev-python/ply[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+python_compile() {
+   distutils-r1_python_compile
+   pushd "${BUILD_DIR}/lib/pycparser" > /dev/null || die
+   "${PYTHON}" _build_tables.py || die
+   popd > /dev/null || die
+}
+
+python_test() {
+   nosetests || die
+}



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

2017-08-19 Thread Tim Harder
commit: ed690145f8fa36a15451833c748107e318ead9ae
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Aug 20 03:02:31 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Aug 20 03:02:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed690145

dev-python/bcrypt: version bump to 3.1.3

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

diff --git a/dev-python/bcrypt/Manifest b/dev-python/bcrypt/Manifest
index 9e2ee1885d8..1f85b9fbe92 100644
--- a/dev-python/bcrypt/Manifest
+++ b/dev-python/bcrypt/Manifest
@@ -1,2 +1,3 @@
 DIST bcrypt-3.1.1.tar.gz 40103 SHA256 
0309a4a72bd1dc314279cf1ee14e277227732f14c9b63ab96715654e13fe9321 SHA512 
1fe7408262cdbe8d9f4f6f1e13e44688bd459aac98a2b73b491e9d8194109cbe0fe05a2fbec62b8d483985f59cd955c186be071675038d51ffea5c14a4452367
 WHIRLPOOL 
fdd98f5e5f6dff531732f22a0cd56c48fb729d67b9e91abfcf9df5e399db7b41ba0500f0b7d305219782e0061a436cf2becaed39ea754a266a23abc697c535f2
 DIST bcrypt-3.1.2.tar.gz 40365 SHA256 
346e175c820a111c17d4c2def181a96e1826652edb0bb16e565085ed542785aa SHA512 
bab4fb2ef44f7a8c64f2f71832c52840ad64630af58c4d5019b4679123eb17421eecdd75ff1df108d3789ca12e68c07ea9fe9acdc76b909f01de1de924645c58
 WHIRLPOOL 
b452584e045829fbf693a8b218299e75926a6864b74be1919eb13de9177087bb7f9d81cfe43d8e2ee8ace07263d5a03f15a716cfd9894afad6f1c2ec34edaf48
+DIST bcrypt-3.1.3.tar.gz 40806 SHA256 
6645c8d0ad845308de3eb9be98b6fd22a46ec5412bfc664a423e411cdd8f5488 SHA512 
1fe80a156cd3707c27d4d3b6495caede3404acfdcd238d0461fdd83249601a0b0f2945e0f531dd4422f19e9cd47107245d8e40eb8b47b78e5c679e7e6b37a92c
 WHIRLPOOL 
603aba9bd33946d9bc35af1a0dbb379047854734d0dbb28080799fec9971d1e6a4aa6411505251006bbc9a672bff0c8f30a5a1d3f30af8cf5120d3990dfd29bd

diff --git a/dev-python/bcrypt/bcrypt-3.1.3.ebuild 
b/dev-python/bcrypt/bcrypt-3.1.3.ebuild
new file mode 100644
index 000..c5be60f107d
--- /dev/null
+++ b/dev-python/bcrypt/bcrypt-3.1.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Modern password hashing for software and servers"
+HOMEPAGE="https://github.com/pyca/bcrypt/ https://pypi.python.org/pypi/bcrypt/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+COMMON_DEPEND="
+   $(python_gen_cond_dep '>=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]' 
'python*')
+   $(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy )
+   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
+"
+DEPEND="${COMMON_DEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
+RDEPEND="${COMMON_DEPEND}
+   !dev-python/py-bcrypt"
+
+python_test() {
+   esetup.py test
+}



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

2017-08-19 Thread Tim Harder
commit: 8edbaf4fd4c7da59d7fece38c08dcfcacc8470c8
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Aug 20 02:24:34 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Aug 20 02:25:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8edbaf4f

dev-python/simplejson: version bump to 3.11.1

 dev-python/simplejson/Manifest |  1 +
 dev-python/simplejson/simplejson-3.11.1.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/simplejson/Manifest b/dev-python/simplejson/Manifest
index aa50c345083..84d79f3aab7 100644
--- a/dev-python/simplejson/Manifest
+++ b/dev-python/simplejson/Manifest
@@ -1 +1,2 @@
 DIST simplejson-3.10.0.tar.gz 77953 SHA256 
953be622e88323c6f43fad61ffd05bebe73b9fd9863a46d68b052d2aa7d71ce2 SHA512 
c8782fe434f3f1e29562092fe81f46fc272f0b83fdb3ca31fc03707fe09f4d30696ad7ec07a33de873bd08a41b19f97b9d09e3079658952e5110cf8f68eb53c6
 WHIRLPOOL 
53458b102f64e2fb841bf8c57b56bc0f9ded3d968eecad47ab184eb17be35ff2574ea8abe70867438e46f3f946afc17f7ef9cea3b66d300355e879531dfdafc1
+DIST simplejson-3.11.1.tar.gz 78145 SHA256 
01a22d49ddd9a168b136f26cac87d9a335660ce07aa5c630b8e3607d6f4325e7 SHA512 
f4cdb6a77b39d099630e1774cf8bf33b9d138f69d4e766bfc70fb710e24ace00d7a92b4b30b3047e361212a030864055b9de4cc5f78d231cffd930284b209377
 WHIRLPOOL 
d9d5e9e4fcecc8f11b334e48502b258016a09e4b794bdf91166f06f22dec1da78bdc1931f1e42eb5e3e843f49a1e2204dec7a3dc104871958107c22f96c81a44

diff --git a/dev-python/simplejson/simplejson-3.11.1.ebuild 
b/dev-python/simplejson/simplejson-3.11.1.ebuild
new file mode 100644
index 000..63006c9caf2
--- /dev/null
+++ b/dev-python/simplejson/simplejson-3.11.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1 flag-o-matic
+
+DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
+HOMEPAGE="https://github.com/simplejson/simplejson 
https://pypi.python.org/pypi/simplejson;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="|| ( MIT AFL-2.1 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+DOCS=( README.rst CHANGES.txt )
+
+python_compile() {
+   if ! python_is_python3; then
+   local CFLAGS=${CFLAGS}
+   append-cflags -fno-strict-aliasing
+   fi
+   distutils-r1_python_compile
+}
+
+python_test() {
+   esetup.py test
+}



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

2017-08-19 Thread Michael Palimaka
commit: 0c54d69b81dc9c833466cb942b7dea6a2cb50e54
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Aug 20 02:24:32 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Aug 20 02:24:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c54d69b

media-video/kaffeine: version bump 2.0.12.1

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 media-video/kaffeine/Manifest |  1 +
 media-video/kaffeine/kaffeine-2.0.12.1.ebuild | 66 +++
 2 files changed, 67 insertions(+)

diff --git a/media-video/kaffeine/Manifest b/media-video/kaffeine/Manifest
index 46a5fe12af9..86248ad21a6 100644
--- a/media-video/kaffeine/Manifest
+++ b/media-video/kaffeine/Manifest
@@ -1,2 +1,3 @@
+DIST kaffeine-2.0.12.1.tar.xz 4412824 SHA256 
abd3b4a97ae2af930f506652984198e7ec929640f8cb0a6dbb4af6555cd06ec5 SHA512 
479b22ed8f11ea452e1788623cfc1e341002a00fa0a0420b8f33e5255844ca4be7d2a95ac2120e0b0793521bae937cd573186b27a803960d2728f3ae8d518137
 WHIRLPOOL 
030cfe7b5cb01e5c5acdafc9a3f36d2e59bbed48e203497c8c7d9d96284077e97b4b92ca4c952a4d2dce8531340777b79b45bc6c54df3130fc10cd2ee7b87030
 DIST kaffeine-2.0.12.tar.xz 4371652 SHA256 
a19eb8262f1f35b013c3ea5aa66fd7cd99d624643db718d2e9d36d9dd7a796ca SHA512 
e53206095e6c06a7caca3f81ab198dadb68fecf8ac5f762b39d55b22d1fe33dab558617226ea06f740a3ad8bf1693809a2a0b3e2618600a9a33a17273b6aed86
 WHIRLPOOL 
1dc51bcb9f1fc0621adce7e805944c336429583f98980b545b4e8050f37d4bcf253715eaa876921f16d56e70b3adba088bf6cdd584e2b0a8d50013c74cb560e7
 DIST kaffeine-2.0.9.tar.xz 4398832 SHA256 
ac53b697bba4fa97350706698c777908c21c464f7c567fe1a4ce9352e955754f SHA512 
5adf86185aaafce4eadda4cfe40af2e0c867477f51b74a464bf813c018ecf035f9e13f47fffd21c0cd547289825441d2d80298ec7035e260f3cc0414c5fdd0d7
 WHIRLPOOL 
948eecec4957046c6ddee872747959661725f4d9f8408c735803d0dcc82c38dfcc7df6e9e92c46e8fda58e2f53a41ab6cf8c33da4b88f7d89542aa427a486223

diff --git a/media-video/kaffeine/kaffeine-2.0.12.1.ebuild 
b/media-video/kaffeine/kaffeine-2.0.12.1.ebuild
new file mode 100644
index 000..6c8e28ca773
--- /dev/null
+++ b/media-video/kaffeine/kaffeine-2.0.12.1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+inherit kde5
+
+DESCRIPTION="Media player with digital TV support by KDE"
+HOMEPAGE="https://kaffeine.kde.org/;
+SRC_URI="mirror://kde/stable/${PN}/$(get_version_component_range 
1-3)/src/${P}.tar.xz"
+
+LICENSE="GPL-2+ handbook? ( FDL-1.3 )"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+CDEPEND="
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep solid)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtsql 'sqlite')
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtx11extras)
+   $(add_qt_dep qtxml)
+   media-libs/libv4l
+   media-video/vlc[X]
+   x11-libs/libXScrnSaver
+"
+DEPEND="${CDEPEND}
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+RDEPEND="${CDEPEND}
+   !media-video/kaffeine:4
+"
+
+DOCS=( Changelog NOTES README.md )
+
+src_prepare() {
+   default
+
+   if ! use handbook ; then
+   sed -i CMakeLists.txt \
+   -e "/find_package(KF5DocTools CONFIG REQUIRED)/s/^/#/" \
+   -e "/kdoctools_install(po)/s/^/#/" || die
+   fi
+}
+
+src_configure() {
+   # tools working on $HOME directory for a local git checkout
+   local mycmakeargs=(
+   -DBUILD_TOOLS=OFF
+   )
+
+   kde5_src_configure
+}



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

2017-08-19 Thread Tim Harder
commit: ca6bdc7ca00997e2e5b59dce5ca1368b36ed0738
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Aug 20 02:20:13 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Aug 20 02:20:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca6bdc7c

dev-python/bleach: update HOMEPAGE and upstream metadata

 dev-python/bleach/bleach-1.5.0.ebuild | 2 +-
 dev-python/bleach/bleach-2.0.0.ebuild | 2 +-
 dev-python/bleach/metadata.xml| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/bleach/bleach-1.5.0.ebuild 
b/dev-python/bleach/bleach-1.5.0.ebuild
index 1f13aea3b25..d2ba5b19dee 100644
--- a/dev-python/bleach/bleach-1.5.0.ebuild
+++ b/dev-python/bleach/bleach-1.5.0.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 inherit distutils-r1
 
 DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
-HOMEPAGE="https://github.com/jsocol/bleach https://pypi.python.org/pypi/bleach;
+HOMEPAGE="https://github.com/mozilla/bleach 
https://pypi.python.org/pypi/bleach;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"

diff --git a/dev-python/bleach/bleach-2.0.0.ebuild 
b/dev-python/bleach/bleach-2.0.0.ebuild
index 12329ae1e0d..b3e9607e955 100644
--- a/dev-python/bleach/bleach-2.0.0.ebuild
+++ b/dev-python/bleach/bleach-2.0.0.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 inherit distutils-r1
 
 DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
-HOMEPAGE="https://github.com/jsocol/bleach https://pypi.python.org/pypi/bleach;
+HOMEPAGE="https://github.com/mozilla/bleach 
https://pypi.python.org/pypi/bleach;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"

diff --git a/dev-python/bleach/metadata.xml b/dev-python/bleach/metadata.xml
index 3a155da98eb..31fa019aef4 100644
--- a/dev-python/bleach/metadata.xml
+++ b/dev-python/bleach/metadata.xml
@@ -7,6 +7,6 @@
   
   
 bleach
-jsocol/bleach
+mozilla/bleach
   
 



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

2017-08-19 Thread Tim Harder
commit: da6946b70731eebcc2840915722dbb3981d51256
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Aug 20 02:12:09 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Aug 20 02:17:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da6946b7

dev-python/html5lib: rekeyword 0.9 for ~x86

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

diff --git a/dev-python/html5lib/html5lib-0.9.ebuild 
b/dev-python/html5lib/html5lib-0.9.ebuild
index 3dc0a26774a..18c4cfa3323 100644
--- a/dev-python/html5lib/html5lib-0.9.ebuild
+++ b/dev-python/html5lib/html5lib-0.9.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]



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

2017-08-19 Thread Tim Harder
commit: 42fb54bdafb180f77e04aa8c252e63f480f961be
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Aug 20 02:10:12 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Aug 20 02:17:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42fb54bd

dev-python/pytest-expect: keyword ~x86

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

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
index 6d96c495c39..40949fc5bcf 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc64"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]



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

2017-08-19 Thread Tim Harder
commit: 353f5c29330bff6a0818793849f80b7e893ab1dd
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Aug 20 01:42:08 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Aug 20 02:17:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353f5c29

app-misc/dateutils: version bump to 0.4.2

 app-misc/dateutils/Manifest   |  1 +
 app-misc/dateutils/dateutils-0.4.2.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/app-misc/dateutils/Manifest b/app-misc/dateutils/Manifest
index 8c387ad9373..a3006fc4a31 100644
--- a/app-misc/dateutils/Manifest
+++ b/app-misc/dateutils/Manifest
@@ -1 +1,2 @@
 DIST dateutils-0.4.1.tar.xz 611460 SHA256 
6ccce48975fc4d3af2e27c7893e181c46ab5df1cb37e4a428b4b521a77d55278 SHA512 
c13461de6dad483b0014692a2319a7bf9ed1677415b8ee168131b397086f75725eb8b4e833d8b4a22f4aa726d6aca74be2597c2e07ef75a036cfea9bf67ccf1b
 WHIRLPOOL 
2b6770306363f2653b0ddbdb12badc19927179dab707f5460c48f3219b96a475b5a0b6d451de5bba0f6567c7d348c40a6a2fdcf2afecc1e42034c832f7bc0177
+DIST dateutils-0.4.2.tar.xz 620196 SHA256 
ecdae892584098ee9d8f5b14bd555fd63e09d1199cb75aac6b02f09c7e2eb46b SHA512 
0b6e98bd9402dc3629122c3d68ab54df547ce779806661cc01df3625ab7cedb429d943ef46e151653283c1ac6c557f4bf14b3b5adaafbcac1d0a86c6d12895fd
 WHIRLPOOL 
2de8ca88d0ce36f2b2f4af4af8e57a02adc5230cf937345c9e58704c7887b2d03427ad3aa076a54e6bce2ece8dc7320c9219c7e391c7227dc04d8d77825b80ef

diff --git a/app-misc/dateutils/dateutils-0.4.2.ebuild 
b/app-misc/dateutils/dateutils-0.4.2.ebuild
new file mode 100644
index 000..63d7c2a1243
--- /dev/null
+++ b/app-misc/dateutils/dateutils-0.4.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="command line date and time utilities"
+HOMEPAGE="https://hroptatyr.github.com/dateutils/;
+SRC_URI="https://bitbucket.org/hroptatyr/${PN}/downloads/${P}.tar.xz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="app-arch/xz-utils
+   sys-libs/timezone-data"
+
+# bug 429810
+RDEPEND="!sys-fabric/dapl"
+
+src_configure() {
+   econf --docdir=/usr/share/doc/${PF}
+}
+
+src_compile() {
+   emake CFLAGS="${CFLAGS}"
+}
+
+src_test() {
+   # parallel tests failure
+   emake CFLAGS="${CFLAGS}" -j1 check
+}



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

2017-08-19 Thread Tim Harder
commit: 34fe3e491fa0843ed50ed357857f0732b5ca1fbd
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Aug 20 01:34:37 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Aug 20 02:17:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34fe3e49

dev-python/msgpack: stabilize 0.4.8 for arm

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

diff --git a/dev-python/msgpack/msgpack-0.4.8.ebuild 
b/dev-python/msgpack/msgpack-0.4.8.ebuild
index 0301227c56d..b19f38fbe1d 100644
--- a/dev-python/msgpack/msgpack-0.4.8.ebuild
+++ b/dev-python/msgpack/msgpack-0.4.8.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc x86"
 IUSE="test"
 
 DEPEND="



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

2017-08-19 Thread Tim Harder
commit: 7daa7c9fe1b89e27a11ddd6b53476ff2cc63db83
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Aug 20 02:09:41 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Aug 20 02:17:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7daa7c9f

dev-python/u-msgpack: keyword ~x86

 dev-python/u-msgpack/u-msgpack-2.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/u-msgpack/u-msgpack-2.4.1.ebuild 
b/dev-python/u-msgpack/u-msgpack-2.4.1.ebuild
index 1b16a6d8576..7f036ea1609 100644
--- a/dev-python/u-msgpack/u-msgpack-2.4.1.ebuild
+++ b/dev-python/u-msgpack/u-msgpack-2.4.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc64"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND=""



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

2017-08-19 Thread Tim Harder
commit: 95940937dd1766db85da1055e98b7a6276f00b83
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Aug 20 02:13:18 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Aug 20 02:17:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95940937

dev-python/bleach: rekeyword 2.0.0 for ~x86

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

diff --git a/dev-python/bleach/bleach-2.0.0.ebuild 
b/dev-python/bleach/bleach-2.0.0.ebuild
index 59fe9bda44f..12329ae1e0d 100644
--- a/dev-python/bleach/bleach-2.0.0.ebuild
+++ b/dev-python/bleach/bleach-2.0.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-08-19 Thread Tim Harder
commit: 2ce8bf296701befdc1989714e16bc0354e30d837
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Aug 20 02:06:10 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Aug 20 02:17:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce8bf29

dev-python/readme_renderer: keyword for ~x86

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

diff --git a/dev-python/readme_renderer/readme_renderer-17.2.ebuild 
b/dev-python/readme_renderer/readme_renderer-17.2.ebuild
index c10a9b24f69..6b476590ba2 100644
--- a/dev-python/readme_renderer/readme_renderer-17.2.ebuild
+++ b/dev-python/readme_renderer/readme_renderer-17.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa"
+KEYWORDS="~amd64 ~hppa ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-08-19 Thread Tim Harder
commit: f90fffb0119f6b12980af772e470fd9c4e014ec4
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Aug 20 02:14:29 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Aug 20 02:17:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f90fffb0

app-text/restview: rekeyword 2.7.0 for ~x86

 app-text/restview/restview-2.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/restview/restview-2.7.0.ebuild 
b/app-text/restview/restview-2.7.0.ebuild
index 13cefab9af3..88ffb506344 100644
--- a/app-text/restview/restview-2.7.0.ebuild
+++ b/app-text/restview/restview-2.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-08-19 Thread Tim Harder
commit: 7a97bfc791436a863640a5dda954977687bddfba
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Aug 20 01:36:48 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Aug 20 02:17:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a97bfc7

dev-python/msgpack: remove old

 dev-python/msgpack/Manifest |  1 -
 dev-python/msgpack/msgpack-0.4.6.ebuild | 36 -
 2 files changed, 37 deletions(-)

diff --git a/dev-python/msgpack/Manifest b/dev-python/msgpack/Manifest
index e0705b87eb2..015449a4607 100644
--- a/dev-python/msgpack/Manifest
+++ b/dev-python/msgpack/Manifest
@@ -1,2 +1 @@
-DIST msgpack-python-0.4.6.tar.gz 116433 SHA256 
bfcc581c9dbbf07cc2f951baf30c3249a57e20dcbd60f7e6ffc43ab3cc614794 SHA512 
492246b03035cfb10a99aed59d23a7b10d1fd4cfa044cdec737b4f65fe3f7c30d3c9754389fd5efc2eb41760e4813ac246915ac7a50dc5659e65002a476bb886
 WHIRLPOOL 
9aa400181557c20d0b1e011424dc4b68de269942b3b7e27e24b113ee4d98f4161355d3479d7ff8c60c0017e0fe28ceb4fca06e67e881982141fa348336eaee85
 DIST msgpack-python-0.4.8.tar.gz 113641 SHA256 
1a2b19df0f03519ec7f19f826afb935b202d8979b0856c6fb3dc28955799f886 SHA512 
59e9c43be6b92e6d10f40999e0902c350137e67a83c43bb15b273eca856a6eb39f24b625b02b40188a9365ce3101f03bfa9aa3dfff56c5c3b551533942183481
 WHIRLPOOL 
461ef108839815a6919accc51be6bfa2a20790dcea3aebffcbb956bc6dc8ea5eac19efb9b36a15850d33693d160d7c67a2d5cc4cb4d6ed2312a731663c1103c6

diff --git a/dev-python/msgpack/msgpack-0.4.6.ebuild 
b/dev-python/msgpack/msgpack-0.4.6.ebuild
deleted file mode 100644
index 81abbb84c3a..000
--- a/dev-python/msgpack/msgpack-0.4.6.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
-
-inherit distutils-r1
-
-MY_PN="${PN}-python"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="MessagePack (de)serializer for Python"
-HOMEPAGE="
-   http://msgpack.org
-   https://github.com/msgpack/msgpack-python/
-   https://pypi.python.org/pypi/msgpack-python/;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 x86"
-IUSE="test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
-
-S=${WORKDIR}/${MY_P}
-
-python_test() {
-   py.test test || die "Tests fail with ${EPYTHON}"
-}



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

2017-08-19 Thread Mike Gilbert
commit: e0e719dd3306ed2f232086b4bfe2aadc44f54cd9
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Aug 20 01:59:44 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Aug 20 01:59:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0e719dd

media-gfx/fontforge: bump to 20170731

Package-Manager: Portage-2.3.6_p39, Repoman-2.3.3_p17

 media-gfx/fontforge/Manifest  |   1 +
 media-gfx/fontforge/fontforge-20170731.ebuild | 112 ++
 2 files changed, 113 insertions(+)

diff --git a/media-gfx/fontforge/Manifest b/media-gfx/fontforge/Manifest
index a75e1f8e6ab..210c34fa0cb 100644
--- a/media-gfx/fontforge/Manifest
+++ b/media-gfx/fontforge/Manifest
@@ -2,3 +2,4 @@ DIST fontforge-20150612.tar.gz 125037727 SHA256 
0f4ec68a648f7f845d54d1e87cf5fb24
 DIST fontforge-20150824.tar.gz 20796482 SHA256 
5b6c401f472106cf2186b4e7dff0f5985d6d9d856cf106717c60b4603daacc3d SHA512 
82a33b41667b5637706aa11ca56695cf0d7a485c66cb37b8c3346087ca3b738967b77141f9ddd90c8a4c2cec7e4924609de0ff18133a91e5862b1ad1ae2d
 WHIRLPOOL 
50d93405583fdd0a8436cf606b462200d7fdcce7c4ac58c533dcf970fe110d031a3519b3e06d85a9dba49f3af5204f987b7a9e09f6ffd89df70ce18bcc30c08f
 DIST fontforge-20161005.tar.gz 129501214 SHA256 
b93a572cdc7b761f3ea7c67e7d8b9d1bbf09c10ecb51d58bdcb90343e50b728b SHA512 
9d724442306f402f251b9330c3e678dd01a4a9cce5857e1432091e68e33594bfc28a0fe516205a27b15cb73a04f0951179d5c33657a83bdca3117d4baaf6
 WHIRLPOOL 
319bdba1f0e5cf896b6a5349e2bb52583102ea646207a1f7fd648258e2af3dd2ce1bbf3e7eadf612cf29f5f668ffdf9e3b88f512a385467cc9b13ffae0532011
 DIST fontforge-dist-20160404.tar.gz 20906256 SHA256 
6c73a556030d985e166974e5d6025255290874c2d6bb349c9930b03f17b45bcd SHA512 
be94f04881b12ed3b1a34d0d7cc9149321db17d51458f135b2683ea600401e4fa55647ced4b4e014555ba1c900a684b9d5d6f2e2812ce03c432d23ca72f5c363
 WHIRLPOOL 
2313c7775da7f7a47ef8bae3cbef897e8b0996c8f74db099562e0a3636984e8a9a55ca5f2ca11b205a7b1aff76e7fe4e7601f15b7951147353403da0e41d692f
+DIST fontforge-dist-20170731.tar.xz 13985256 SHA256 
840adefbedd1717e6b70b33ad1e7f2b116678fa6a3d52d45316793b9fd808822 SHA512 
26f7a40714460716a24dd0229fdb027f3766bcc48db64b8993436ddcb6277898f9f3b67ad4fc0be515b2b38e01370d1c7d9ee3c6ece1be862b7d8c9882411f11
 WHIRLPOOL 
6d6e2b6322043bcd8822fb1e64a98b969ff1bba02d63442cf0646b737576ead76961a30cf146447afa0f72a2e9a30a05e6dad5f9060a00cd35e5cc2e15097889

diff --git a/media-gfx/fontforge/fontforge-20170731.ebuild 
b/media-gfx/fontforge/fontforge-20170731.ebuild
new file mode 100644
index 000..fa3074403de
--- /dev/null
+++ b/media-gfx/fontforge/fontforge-20170731.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit python-single-r1 xdg-utils
+
+DESCRIPTION="postscript font editor and converter"
+HOMEPAGE="http://fontforge.github.io/;
+SRC_URI="https://github.com/fontforge/fontforge/releases/download/${PV}/fontforge-dist-${PV}.tar.xz;
+
+LICENSE="BSD GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="cairo truetype-debugger gif gtk jpeg png +python readline test tiff svg 
unicode X"
+
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="
+   cairo? ( png )
+   python? ( ${PYTHON_REQUIRED_USE} )
+   test? ( python )
+"
+
+RDEPEND="
+   dev-libs/libltdl:0
+   dev-libs/libxml2:2=
+   >=media-libs/freetype-2.3.7:2=
+   cairo? (
+   >=x11-libs/cairo-1.6:0=
+   x11-libs/pango:0=
+   )
+   gif? ( media-libs/giflib:0= )
+   jpeg? ( virtual/jpeg:0 )
+   png? ( media-libs/libpng:0= )
+   tiff? ( media-libs/tiff:0= )
+   truetype-debugger? ( 
>=media-libs/freetype-2.3.8:2[fontforge,-bindist(-)] )
+   gtk? ( x11-libs/gtk+:2= )
+   python? ( ${PYTHON_DEPS} )
+   readline? ( sys-libs/readline:0= )
+   unicode? ( media-libs/libuninameslist:0= )
+   X? (
+   x11-libs/libX11:0=
+   x11-libs/libXi:0=
+   >=x11-libs/pango-1.10:0=[X]
+   )
+   !media-gfx/pfaedit
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   virtual/pkgconfig
+   X? ( x11-proto/inputproto )
+"
+
+# Needs keywording on many arches.
+#  zeromq? (
+#  >=net-libs/czmq-2.2.0:0=
+#  >=net-libs/zeromq-4.0.4:0=
+#  )
+
+S="${WORKDIR}/fontforge-2.0.${PV}"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+   local myeconfargs=(
+   --disable-static
+   $(use_enable truetype-debugger freetype-debugger 
"${EPREFIX}/usr/include/freetype2/internal4fontforge")
+   $(use_enable gtk gtk2-use)
+   $(use_enable python python-extension)
+   $(use_enable python python-scripting)
+   

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

2017-08-19 Thread Mike Gilbert
commit: 80d9d07b4d0b394c08f313fbebe0d8bca3e7722e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Aug 20 01:30:27 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Aug 20 01:30:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d9d07b

media-gfx/fontforge: replace fdo-mime with xdg-utils

Package-Manager: Portage-2.3.6_p39, Repoman-2.3.3_p17

 media-gfx/fontforge/fontforge-20161005.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/media-gfx/fontforge/fontforge-20161005.ebuild 
b/media-gfx/fontforge/fontforge-20161005.ebuild
index 58285dc4077..e5465b3904f 100644
--- a/media-gfx/fontforge/fontforge-20161005.ebuild
+++ b/media-gfx/fontforge/fontforge-20161005.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
-inherit eutils fdo-mime python-single-r1
+inherit eutils python-single-r1 xdg-utils
 
 DESCRIPTION="postscript font editor and converter"
 HOMEPAGE="http://fontforge.github.io/;
@@ -100,11 +100,11 @@ src_install() {
 }
 
 pkg_postrm() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
 }
 
 pkg_postinst() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
 }



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

2017-08-19 Thread Mike Gilbert
commit: 4ac5a76a650f52ad69e0cfcc59eca54f9a15f2a5
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Aug 20 01:33:50 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Aug 20 01:33:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac5a76a

media-gfx/fontforge: replace prune_libtool_files with find -delete

Package-Manager: Portage-2.3.6_p39, Repoman-2.3.3_p17

 media-gfx/fontforge/fontforge-20161005.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/fontforge/fontforge-20161005.ebuild 
b/media-gfx/fontforge/fontforge-20161005.ebuild
index e5465b3904f..bfe13bba8ba 100644
--- a/media-gfx/fontforge/fontforge-20161005.ebuild
+++ b/media-gfx/fontforge/fontforge-20161005.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
-inherit eutils python-single-r1 xdg-utils
+inherit python-single-r1 xdg-utils
 
 DESCRIPTION="postscript font editor and converter"
 HOMEPAGE="http://fontforge.github.io/;
@@ -96,7 +96,7 @@ src_compile() {
 
 src_install() {
default
-   prune_libtool_files --modules
+   find "${D}" -name '*.la' -delete || die
 }
 
 pkg_postrm() {



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

2017-08-19 Thread Mike Gilbert
commit: 0efe5800390b3e9222f04f669a53885806c4df5c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Aug 20 01:27:01 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Aug 20 01:27:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0efe5800

media-gfx/fontforge: require python for tests

Bug: https://bugs.gentoo.org/628016
Package-Manager: Portage-2.3.6_p39, Repoman-2.3.3_p17

 media-gfx/fontforge/fontforge-20161005.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/media-gfx/fontforge/fontforge-20161005.ebuild 
b/media-gfx/fontforge/fontforge-20161005.ebuild
index eb434c83f8c..58285dc4077 100644
--- a/media-gfx/fontforge/fontforge-20161005.ebuild
+++ b/media-gfx/fontforge/fontforge-20161005.ebuild
@@ -14,11 +14,14 @@ 
SRC_URI="https://github.com/fontforge/fontforge/releases/download/${PV}/${P}.tar
 LICENSE="BSD GPL-3+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="cairo truetype-debugger gif gtk jpeg png +python readline tiff svg 
unicode X"
+IUSE="cairo truetype-debugger gif gtk jpeg png +python readline test tiff svg 
unicode X"
+
+RESTRICT="!test? ( test )"
 
 REQUIRED_USE="
cairo? ( png )
python? ( ${PYTHON_REQUIRED_USE} )
+   test? ( python )
 "
 
 RDEPEND="



[gentoo-commits] repo/user/superposition:master commit in: dev-python/freecode-submit/

2017-08-19 Thread Philip Miess
commit: 3f47a234822afffd8891aa279962150f47ff01f2
Author: Philip Miess  yahoo  com>
AuthorDate: Sun Aug 20 01:38:54 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Sun Aug 20 01:38:54 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=3f47a234

move fix shebang to install

 dev-python/freecode-submit/Manifest   | 2 +-
 dev-python/freecode-submit/freecode-submit-2.9.ebuild | 7 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-python/freecode-submit/Manifest 
b/dev-python/freecode-submit/Manifest
index 4419f22..ade038c 100644
--- a/dev-python/freecode-submit/Manifest
+++ b/dev-python/freecode-submit/Manifest
@@ -1,3 +1,3 @@
 DIST freecode-submit-2.9.tar.gz 18612 SHA256 
9a07a62fc82105b9ac856946831df3083c951978fd3aee6fc161595148c25d49 SHA512 
932d38bc018a3987df0daecb8cd5fbc23b8d91d349d70e457f38f80d8628e6b14cfdae93f5918e885fe35e0daf7ef55abd43a2023a8640abd0143042fbe4611b
 WHIRLPOOL 
9bda9f369b4e73c19aaf21e5c7dee9014755e1eff2229e475b9f6bbc3ba1cb1dca716e060edd93229d52fa1bbd7ff9e5510e19c6eb84501afce7742a24e9d9f9
-EBUILD freecode-submit-2.9.ebuild 636 SHA256 
98cdba4119d6c0b3c614c1162a4cf07f7ca76dcae374cb857c0fae80ba8f1c6b SHA512 
56b37bd7c7e1485207397f13f88a043cb33665cb3e9e9c69526832e22899cb33d976a1de54c1d30fbd79740a46a932aa0d2124989b2639ca86f21dd85b13df10
 WHIRLPOOL 
d86021b5b14918ec5ad2d70a5ac966027fc58384a4fdf23d803365a79c3e9ed4c33a1dcfe041321797e6968f9bfb1a24834a918ae68e7670ee1b2292cad11f87
+EBUILD freecode-submit-2.9.ebuild 688 SHA256 
45ffd41d5df2ed977616eaf873384d3e020e7697fe2282eb35cbae0b2f78eb9c SHA512 
362662cfcd2362ea49e9a2a5965d6c752cdbae56f492ad8682784b569e2d795be57faac1103ccde5ffdea51a6210140bc2028d11ce369185a06ffdeb7591eda2
 WHIRLPOOL 
d99bbf91294881a06eb16f0b184204566366e26b0d294c6b18305ae0d1036423faee48f3d8d2b4812701767103ee98ed9561005f2d9bf95fbccc02ac986fdecf
 MISC metadata.xml 715 SHA256 
d1160f48274cade505c09173bc35efa57edf7e66ae673c9b5faca1f7a2c45bd1 SHA512 
eef55fce9ecb88e0f7830d5329f24932541e2a818e89ca53d73e18889acd5d7326acc035789e76ccc4fdc4d230f40431426e22670f062360de0fa5df8d8efd8c
 WHIRLPOOL 
a26fe4341ec80077a116540b2c30bc50abfcaf68e2e357cc26030ebb0993897e924cf9623d7df0246a892eb13d1e2ce09b1b45220b8c6ec794c0b4f077034c2a

diff --git a/dev-python/freecode-submit/freecode-submit-2.9.ebuild 
b/dev-python/freecode-submit/freecode-submit-2.9.ebuild
index 5a94d82..68c0abd 100644
--- a/dev-python/freecode-submit/freecode-submit-2.9.ebuild
+++ b/dev-python/freecode-submit/freecode-submit-2.9.ebuild
@@ -22,6 +22,11 @@ RDEPEND="${DEPEND}"
 
 python_prepare_all() {
sed -i 's:PREFIX=:PREFIX?=:' Makefile || die 'Prefix fix sed failed.'
-   python_fix_shebang freecode-submit
distutils-r1_python_prepare_all
 }
+
+python_install() {
+   python_fix_shebang freecode-submit
+
+   distutils-r1_python_install
+}



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

2017-08-19 Thread Mike Gilbert
commit: a08d9cb91505b88cd8ab62a62117919e71ec0f1a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Aug 20 00:21:39 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Aug 20 00:21:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a08d9cb9

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

Package-Manager: Portage-2.3.6_p39, Repoman-2.3.3_p17

 www-client/chromium/Manifest| 2 +-
 .../{chromium-61.0.3163.31.ebuild => chromium-61.0.3163.49.ebuild}  | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 107e0a27967..2741f282bbb 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,7 +1,7 @@
 DIST chromium-59.0.3071.104.tar.xz 531895868 SHA256 
a949fa166cdcdbd8419fbdb4583804613d9845130f0c851e4c647d79a4c300d0 SHA512 
419cf5bafa80f190cd301c2933502351929c1ef1d5cfedc720ce6762674a0e6af3b4246a8f92e0c29743420338b056061d4e7f9f4a4066a5bdd4d2ee8db3ddbf
 WHIRLPOOL 
ab2fbd1beeb485a5c07743a5a84c850b5ad8178a1f97421a0aa0573817b474e633a6ac65ad43f7db67d35d257183ea4eceacd12b4cad63f88cd9777cfa498e68
 DIST chromium-60.0.3112.40.tar.xz 537575476 SHA256 
4fdc590fc6ef4af16cc72d790b9eaa50829cd8193893a9ec0719481b03f328d3 SHA512 
0e121887f7158d47a9fdb7c0be43a0b1cb32d19a893f99cfc13e2ce146e553e6428fdd82815180bacb430eace42f8bf83595073cf449f49e963633e8414b07ef
 WHIRLPOOL 
b7b2b62f61c18ed77890383ba1ac2d25094e14c12042fa1b1af50fa1f8d69807673a036fdb54078622e92b32eb7211040fda3513cb079598e3caf1219c594631
 DIST chromium-60.0.3112.78.tar.xz 537669428 SHA256 
a82db2aa1b9348b619c01894db565eba686780de0e6fa9e83a8f406d06ce03ea SHA512 
d6cccf2537233c12d7b0254b45adbf0abdf9ca43688ceed28b3d915290478563be30d30879018fd4d6f2acc9654d9911c0c6bbebba0cdeacd16d748e18296c41
 WHIRLPOOL 
b7acf6a57bced89f1e81e389f72ef80cb4a24f9beed45c737bd511d8e5f64236c5b9888910ee58b746a6cdbbcc58cc1d665e8730e33471ee50782ef4ce883e8c
-DIST chromium-61.0.3163.31.tar.xz 552755500 SHA256 
1425debb3702d3386c0e2f465af593dd630302b7af869b050a0bc6240ee21bfb SHA512 
54413996a22b722ebd8191657ff9f5ef59d3d1d590fb47a83fd9783e7e868061ce77e4dbe30f0d80c3560b45fc2932b1fdcd3a55de4d78c329fb58586d808b16
 WHIRLPOOL 
972d7609a500f8ffd7ddb158e8d87013b44df9ffba206446490f8b6b076f1f700bb7f7ce589b85ecaaa931605419b174262b0d3dac3dc6a0a48d43cd3871d031
 DIST chromium-61.0.3163.39.tar.xz 552890136 SHA256 
8ba1af007c09d465d0a77f2a9e3479c4f46791fdea932dba9736144b267e125d SHA512 
99e410d8678ee30de9b167fd40ad1ecd617ade34a3862b100157d6a923115e5608d155d5efc42235e411512fea0bac4d3c1d6ccf88bf1bed462242ec3d69af4f
 WHIRLPOOL 
b4463b8bfd72ce862aaeb47a2a4c43f2462469bd63110aed8b59120e033604f6562139acf73b12139ddbea1f5564da8662bb44c1ca3e0ccd1febf651aa25a4b4
+DIST chromium-61.0.3163.49.tar.xz 556004264 SHA256 
60f859a1a1007968e1ac70eaef3e3990df57e280e03641266f89a68453acd68c SHA512 
216670f8f20bd0b2f93f46d0e15895cf372c1ad44713096a1f64e7f8b610cf33d84549f176d7eb7f4af6b74154d8251570927d54310a9fa562191f74c9f778d4
 WHIRLPOOL 
4dfb07cf5f1e27c017ca04f807f88da27c0cf06cfbc0f74008f8c2963be9a5ba5769c39436045d3d35025a6f518bf9301f44af1ae2f1a9410c0d0ca7385a607b
 DIST chromium-62.0.3178.0.tar.xz 553128768 SHA256 
86abba3a2bf996de642b4141c69b13ffd3c92443bc271d1be07d3f9de669cf50 SHA512 
aec904bf4f879921d655390520a68adcff1f835eb3a4b89609155a7865f02481379a49052be8950145ee62c5301493a60a510611bc266fea967675851fdf1a7b
 WHIRLPOOL 
106ddacf8c88ae22aebd4409d2210d1c593b09743768355bc1ec6076204ce166ca3e0169a07007e079797695f484cf5c206f442c85dddf5b875f87b90f5070f0
 DIST chromium-62.0.3188.2.tar.xz 515878612 SHA256 
37d3c3aaf77f40ef51e71cc9b1752e6c4149a2e4e05a277cf1dd372d6d361b81 SHA512 
318b34d670f65cf50eb24bd54c752e116847b5f53e97e2896f1bb8d33d1209046e4a248fa1703bb1e6dfa990233d64353a0d233c3a7cc1aeee6147aad59fedb3
 WHIRLPOOL 
27c906a755dc4877cdd081572300d4fd001c38bb870be35cdb667931ee79f8bbe015744168861043c5bfb44f970e9263774b91d5cf77bb4d91ef808066ef5e32

diff --git a/www-client/chromium/chromium-61.0.3163.31.ebuild 
b/www-client/chromium/chromium-61.0.3163.49.ebuild
similarity index 99%
rename from www-client/chromium/chromium-61.0.3163.31.ebuild
rename to www-client/chromium/chromium-61.0.3163.49.ebuild
index 6d7c9fefa05..4c89199ef92 100644
--- a/www-client/chromium/chromium-61.0.3163.31.ebuild
+++ b/www-client/chromium/chromium-61.0.3163.49.ebuild
@@ -147,6 +147,7 @@ PATCHES=(
"${FILESDIR}/${PN}-gn-bootstrap-r14.patch"
"${FILESDIR}/${PN}-atk-r1.patch"
"${FILESDIR}/${PN}-mojo-dep.patch"
+   "${FILESDIR}/${PN}-gcc5-r1.patch"
 )
 
 pre_build_checks() {



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

2017-08-19 Thread Gilles Dartiguelongue
commit: a31c1159fcc861cff0c8a47f200a4fb9707c1042
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Aug 19 22:46:12 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Aug 19 23:26:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a31c1159

app-text/gspell: version bump 1.4.1 → 1.4.2

Make the code navigating through PangoLogAttr more robust.
Translation updates.

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 app-text/gspell/Manifest|  1 +
 app-text/gspell/gspell-1.4.2.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/app-text/gspell/Manifest b/app-text/gspell/Manifest
index b0d4922540b..dec486886c5 100644
--- a/app-text/gspell/Manifest
+++ b/app-text/gspell/Manifest
@@ -1,2 +1,3 @@
 DIST gspell-1.2.3.tar.xz 395360 SHA256 
a64e158e47a6e2b8ec9a3a1fea98a416f78a13e275c909b2ed488494ff835f82 SHA512 
b45f17e8707187a070d4c5d4f91e4bcbd4108e596519c2900d7ca1f35050b6b397ed8c012fa25e179dddaf8b9c3a356b26c6070698f8333dff00c57a72e47198
 WHIRLPOOL 
1b6f22740d2b5597c20aa6d84e3e9e0b0b50c2fccfd811f49c99dff5e3762bc91a7582f223711f0f37a95c37d302b40697bd3517c170e8991cad4d556398875f
 DIST gspell-1.4.1.tar.xz 408996 SHA256 
442f88fecd7f9e00a6a9d0af2d762744dd3c119217ff11d6739500f75b0f10be SHA512 
ded60e876598d8b6002ea28aa9a0d8f84c56c3a46d245df051949f5400f605a666279e42949bf2bfb365cf31f4618f1ce657dd3b81ed748af1036eddc1e67f6d
 WHIRLPOOL 
5d76db642cad3dcfdc58d7a2a5b81768b16f7c29829646c8d6517e6fbc835389affc06372b9e339bfade388debd57d3d389920b2bd1e605b1e3cbbcfdbb61f64
+DIST gspell-1.4.2.tar.xz 407356 SHA256 
a59ba7e747bfbe93f6e511d7df3169d1530b518b46ca620cbc000fecbcdf0399 SHA512 
00f53d3ca47a4ba1af1e8b4983a41dc6df8a9788898b45ffdd161a3fc8de28024cc985f49fbb872912c0a94addbca3b28ce2edda70eeb206a794e2bcf65e4a5e
 WHIRLPOOL 
a657ad0b6d3c41fccee2ddf09cf220acd8e59dbe687b78d61e1c25a6bf03e5033efa988587fbe511428562be85593bffefa47ee3188d48e929cca32c8aeddccf

diff --git a/app-text/gspell/gspell-1.4.2.ebuild 
b/app-text/gspell/gspell-1.4.2.ebuild
new file mode 100644
index 000..3981f50f9f0
--- /dev/null
+++ b/app-text/gspell/gspell-1.4.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala virtualx
+
+DESCRIPTION="Spell check library for GTK+ applications"
+HOMEPAGE="https://wiki.gnome.org/Projects/gspell;
+
+LICENSE="LGPL-2.1+"
+SLOT="0/1" # subslot = libgspell-1 soname version
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86"
+
+IUSE="+introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND="
+   app-text/iso-codes
+   >=app-text/enchant-1.6.0
+   >=dev-libs/glib-2.44:2
+   >=x11-libs/gtk+-3.20:3[introspection?]
+   introspection? ( >=dev-libs/gobject-introspection-1.42.0:= )
+   vala? ( $(vala_depend) )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.25
+   >=sys-devel/gettext-0.19.4
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   use vala && vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   $(use_enable introspection) \
+   $(use_enable vala)
+}
+
+src_test() {
+   virtx emake check
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc/, profiles/arch/arm/, profiles/arch/ia64/, ...

2017-08-19 Thread Gilles Dartiguelongue
commit: d943b35e7db765d442c5607278f7abf989cf3f51
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Aug 19 23:28:38 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Aug 19 23:28:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d943b35e

Revert "profiles: drop obsolete mask for media-sound/rhythmbox[upnp-av]"

This reverts commit b33db2d1ee33b8ff268c3cee9f40bdaeeebb8119.

 profiles/arch/alpha/package.use.mask | 4 
 profiles/arch/arm/package.use.mask   | 4 
 profiles/arch/ia64/package.use.mask  | 4 
 profiles/arch/sparc/package.use.mask | 4 
 4 files changed, 16 insertions(+)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 6393911b15d..1e0322f5fcd 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -134,6 +134,10 @@ dev-util/perf numa
 
 # Pacho Ramos  (15 Nov 2015)
 # Missing keywords
+media-sound/rhythmbox upnp-av
+
+# Pacho Ramos  (15 Nov 2015)
+# Missing keywords
 >=media-plugins/grilo-plugins-0.2.14 upnp-av
 
 # Davide Pesavento  (26 Oct 2015)

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 2f39bb71388..9a306aae768 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -68,6 +68,10 @@ games-emulation/dosbox glide
 # sci-libs/gdal[mdb] requires dev-java/jackcess which is not keyworded
 >=sci-libs/gdal-2.0.3 mdb
 
+# Gilles Dartiguelongue  (23 Aug 2016)
+# Missing keywords on media-libs/grilo - bug #521972
+media-sound/rhythmbox upnp-av
+
 # Brian Evans  (18 Aug 2016)
 # Allow jdbc on this arch
 dev-db/mariadb -jdbc

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index 4763052f70a..35c7afa1c01 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -94,6 +94,10 @@ net-misc/networkmanager ofono
 # Enable numa support on supported architectures
 dev-db/percona-server -numa
 
+# Gilles Dartiguelongue  (23 Aug 2016)
+# Missing keywords on media-libs/grilo - bug #521972
+media-sound/rhythmbox upnp-av
+
 # Alexandre Rostovtsev  (28 Jun 2016)
 # Missing keywords on app-text/gspell - bug #587368
 >=app-editors/gedit-3.20 spell

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index 4d21d466926..db1c78844ad 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -253,6 +253,10 @@ www-plugins/gnash jemalloc
 # Fix per-arch mask of phonon[zeitgeist] #460140
 media-libs/phonon zeitgeist
 
+# Patrick Lauer  (27 May 2013)
+# stable keywords missing on tagpy/coherence
+media-sound/rhythmbox upnp-av
+
 # Julian Ospald  (31 Mar 2013)
 # depends on mono
 >=net-irc/hexchat-2.9.4-r1 theme-manager



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

2017-08-19 Thread Gilles Dartiguelongue
commit: a9584a18d7ec9a0f58d6eaea3ad751c7921d22f7
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Aug 19 23:03:58 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Aug 19 23:26:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9584a18

dev-libs/gobject-introspection: fix runtime requirements on mako, bug #628040

Not doing revision bump as it fails at configure for affected systems.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-libs/gobject-introspection/gobject-introspection-1.50.0.ebuild | 2 +-
 dev-libs/gobject-introspection/gobject-introspection-1.52.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.50.0.ebuild 
b/dev-libs/gobject-introspection/gobject-introspection-1.50.0.ebuild
index 196d8b4bfce..a0d69d3fade 100644
--- a/dev-libs/gobject-introspection/gobject-introspection-1.50.0.ebuild
+++ b/dev-libs/gobject-introspection/gobject-introspection-1.50.0.ebuild
@@ -24,7 +24,7 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 
~s390 ~sh sparc x86 ~
 RDEPEND="
>=dev-libs/gobject-introspection-common-${PV}
>=dev-libs/glib-2.$(get_version_component_range 2):2
-   doctool? ( dev-python/mako )
+   doctool? ( dev-python/mako[${PYTHON_USEDEP}] )
virtual/libffi:=
virtual/pkgconfig
!=dev-libs/gobject-introspection-common-${PV}
>=dev-libs/glib-2.$(get_version_component_range 2):2
-   doctool? ( dev-python/mako )
+   doctool? ( dev-python/mako[${PYTHON_USEDEP}] )
virtual/libffi:=
virtual/pkgconfig
!

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

2017-08-19 Thread Gilles Dartiguelongue
commit: d34159355a76495b879a375c78b71b6087239c80
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Aug 19 23:14:49 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Aug 19 23:26:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3415935

sys-apps/osinfo-db: version bump 20170423 → 20170813

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-apps/osinfo-db/Manifest  |  1 +
 sys-apps/osinfo-db/osinfo-db-20170813.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/sys-apps/osinfo-db/Manifest b/sys-apps/osinfo-db/Manifest
index af39f356a70..a99d31bad36 100644
--- a/sys-apps/osinfo-db/Manifest
+++ b/sys-apps/osinfo-db/Manifest
@@ -1,2 +1,3 @@
 DIST osinfo-db-20170326.tar.xz 62696 SHA256 
348e216cf26f905190de2bef321d2c0d3f3953775370cf6f58b81f4cc40ac7ee SHA512 
06470488ea7442f1dacd2309a7c85ec90f05f55ad3b1f138e32e620f13b70addc203710e7c4cac840151899035fe61ca0ca93d73fdfbb7232d1425e9e5a593c5
 WHIRLPOOL 
f4f23f1f14bbd0a1f827e9cf234d7a5ab6df50057fc96ad2633152b538884cf1391c3cb7d74b6c88ced12d192df47f3e479280d61654102ff8289795788f3a84
 DIST osinfo-db-20170423.tar.xz 63508 SHA256 
1f21ba0bbee71fefbec9b71a63289f4456aa64b205ed071c0bcd8ca7d21dfa3b SHA512 
5ca13ced160f19dced65f3552e17a0379a47a05f1aa3bdd533550022f0023050b6cc1b43b2da6cff3fa10451f81560fbb0db241a11ed072b9f101db1bd301833
 WHIRLPOOL 
a3fe710504ad85cfcd716d4b6d72a09fca428f8260980a9d794cac24cb1a2e25d654a9a299f86414f13b0f72ed3e2d0fa2bc4fb5d67a843b64a8bb8e815ef5a1
+DIST osinfo-db-20170813.tar.xz 64424 SHA256 
dc3922822d930947f4a80b24bbc2d2be6c09569215a053bc909f3aa58a18316d SHA512 
0ae4906b5c3eb400ca397f0c3baf5146b8197ee2dc712b1b89dd2f443f9505aee208327f008118628407b54ce52390a8b6138425f3f6f974b94f4a8d79955653
 WHIRLPOOL 
78a2b63cab1fd6980a0d9654b9567950be71b42e5a2030d528aec9039af3394a4dca88e2241c09dcf81976a7228d4668329af27337cc8ef1164d8d5f84e587d6

diff --git a/sys-apps/osinfo-db/osinfo-db-20170813.ebuild 
b/sys-apps/osinfo-db/osinfo-db-20170813.ebuild
new file mode 100644
index 000..719da8f12a5
--- /dev/null
+++ b/sys-apps/osinfo-db/osinfo-db-20170813.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="osinfo database files"
+HOMEPAGE="http://libosinfo.org/;
+SRC_URI="https://releases.pagure.org/libosinfo/${P}.tar.xz;
+S="${WORKDIR}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   sys-apps/osinfo-db-tools
+"
+# we don't depend on intltool here, contrary to README, as the tarball already
+# contains the processed results with translations in XML files
+
+src_unpack() { :; }
+
+src_install() {
+   osinfo-db-import --root "${D}" --dir "/usr/share/osinfo" 
"${DISTDIR}/${A}"
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/ia64/, profiles/arch/arm/, profiles/arch/sparc/, ...

2017-08-19 Thread Gilles Dartiguelongue
commit: 9593a17188eeeaca1e115f36cffbf77be8d98624
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Aug 19 23:27:49 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Aug 19 23:27:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9593a171

Revert "profiles: drop obsolete mask for media-plugins/grilo-plugins[upnp-av]"

This reverts commit 3af711cd1c4ca4995cb4faa91d3b8fac2fc4f936.

 profiles/arch/alpha/package.use.mask | 4 
 profiles/arch/arm/package.use.mask   | 4 
 profiles/arch/ia64/package.use.mask  | 4 
 profiles/arch/sparc/package.use.mask | 4 
 4 files changed, 16 insertions(+)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index f2eddc3ec93..6393911b15d 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -132,6 +132,10 @@ dev-python/pyquery test
 # Missing keywords
 dev-util/perf numa
 
+# Pacho Ramos  (15 Nov 2015)
+# Missing keywords
+>=media-plugins/grilo-plugins-0.2.14 upnp-av
+
 # Davide Pesavento  (26 Oct 2015)
 # Tests require non-keyworded qt5
 dev-qt/qtchooser test

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index f50f32f8e1b..2f39bb71388 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -150,6 +150,10 @@ app-text/mupdf opengl
 net-print/hplip -scanner kde
 media-gfx/xsane ocr
 
+# Pacho Ramos  (15 Nov 2015)
+# Missing keywords
+>=media-plugins/grilo-plugins-0.2.16 upnp-av
+
 # Alexis Ballier  (14 Nov 2015)
 # MMAL is available on the Raspberry Pi (armv6 & armv7 so far)
 media-video/ffmpeg -mmal

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index 5c4e87e37e2..4763052f70a 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -121,6 +121,10 @@ app-text/mupdf opengl
 dev-python/wsgiproxy2 test
 dev-python/pyquery test
 
+# Pacho Ramos  (15 Nov 2015)
+# Missing keywords
+>=media-plugins/grilo-plugins-0.2.16 upnp-av
+
 # Davide Pesavento  (26 Oct 2015)
 # Tests require non-keyworded qt5
 dev-qt/qtchooser test

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index 9f0311facf4..4d21d466926 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -121,6 +121,10 @@ net-firewall/iptables nftables
 dev-python/wsgiproxy2 test
 dev-python/pyquery test
 
+# Pacho Ramos  (15 Nov 2015)
+# Missing keywords
+>=media-plugins/grilo-plugins-0.2.14 upnp-av
+
 # Julian Ospald  (08 Nov 2015)
 # Requires net-libs/http-parser
 net-im/jabberd2 websocket



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

2017-08-19 Thread Gilles Dartiguelongue
commit: 7246f00d2ae70467960870eb3842743e39afc3ab
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Aug 19 23:29:07 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Aug 19 23:29:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7246f00d

Revert "profiles: drop obsolete mask for dev-libs/libgdata[test]"

This reverts commit 9888b4b03d1a21d2e8df1b10d673ddbb11934f62.

 profiles/arch/alpha/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 1e0322f5fcd..859908ff191 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -211,6 +211,10 @@ dev-haskell/vector test
 # OpenCV likely will never work on Alpha
 media-video/vlc opencv
 
+# Pacho Ramos  (11 Nov 2014)
+# Missing keywords, bug #523686
+>=dev-libs/libgdata-0.16.1 test
+
 # Tobias Klausmann  (11 Oct 2014)
 # app-emulation/qemu is not keyworded on alpha, masking flag that triggers
 # dependency



[gentoo-commits] repo/gentoo:master commit in: dev-python/pydot/, sci-biology/biopython/, media-gfx/pydot/files/, ...

2017-08-19 Thread Tim Harder
commit: 9d31b621e12c0c51a6866c1f2235828f75cc66fc
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Aug 19 23:11:08 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Aug 19 23:14:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d31b621

media-gfx/pydot: move to dev-python/pydot

 app-office/openerp/openerp-7.0.20140125.ebuild | 2 +-
 app-office/openerp/openerp-8.0.20140125.ebuild | 2 +-
 dev-python/networkx/networkx-1.10-r1.ebuild| 2 +-
 dev-python/networkx/networkx-1.11.ebuild   | 2 +-
 {media-gfx => dev-python}/pydot/Manifest   | 0
 {media-gfx => dev-python}/pydot/files/pydot-1.0.23-setup.patch | 0
 {media-gfx => dev-python}/pydot/files/pydot-1.0.28-pyparsing2fix.patch | 0
 {media-gfx => dev-python}/pydot/metadata.xml   | 0
 {media-gfx => dev-python}/pydot/pydot-1.0.28-r2.ebuild | 0
 {media-gfx => dev-python}/pydot/pydot-1.2.3.ebuild | 0
 dev-ros/qt_dotgraph/qt_dotgraph-0.2.29.ebuild  | 2 +-
 dev-ros/qt_dotgraph/qt_dotgraph-0.2.30.ebuild  | 2 +-
 dev-ros/qt_dotgraph/qt_dotgraph-0.3.0.ebuild   | 2 +-
 dev-ros/qt_dotgraph/qt_dotgraph-0.3.1.ebuild   | 2 +-
 dev-ros/qt_dotgraph/qt_dotgraph-0.3.2.ebuild   | 2 +-
 dev-ros/qt_dotgraph/qt_dotgraph-0.3.3.ebuild   | 2 +-
 dev-ros/qt_dotgraph/qt_dotgraph-0.3.4.ebuild   | 2 +-
 dev-ros/qt_dotgraph/qt_dotgraph-0.3.5.ebuild   | 2 +-
 dev-ros/qt_dotgraph/qt_dotgraph-0.3.6.ebuild   | 2 +-
 dev-ros/qt_dotgraph/qt_dotgraph-.ebuild| 2 +-
 dev-tex/dot2tex/dot2tex-2.9.0.ebuild   | 2 +-
 profiles/updates/3Q-2017   | 1 +
 sci-biology/biopython/biopython-1.68.ebuild| 2 +-
 23 files changed, 17 insertions(+), 16 deletions(-)

diff --git a/app-office/openerp/openerp-7.0.20140125.ebuild 
b/app-office/openerp/openerp-7.0.20140125.ebuild
index 5e3cf56a60c..97875513997 100644
--- a/app-office/openerp/openerp-7.0.20140125.ebuild
+++ b/app-office/openerp/openerp-7.0.20140125.ebuild
@@ -29,7 +29,7 @@ CDEPEND="!app-office/openerp-web
dev-python/pyparsing[${PYTHON_USEDEP}]
dev-python/reportlab[${PYTHON_USEDEP}]
dev-python/simplejson[${PYTHON_USEDEP}]
-   media-gfx/pydot
+   dev-python/pydot[${PYTHON_USEDEP}]
dev-python/vobject[${PYTHON_USEDEP}]
dev-python/mako[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]

diff --git a/app-office/openerp/openerp-8.0.20140125.ebuild 
b/app-office/openerp/openerp-8.0.20140125.ebuild
index a7d5ccd5d3c..76beb424a29 100644
--- a/app-office/openerp/openerp-8.0.20140125.ebuild
+++ b/app-office/openerp/openerp-8.0.20140125.ebuild
@@ -29,7 +29,7 @@ CDEPEND="!app-office/openerp-web
dev-python/pyparsing[${PYTHON_USEDEP}]
dev-python/reportlab[${PYTHON_USEDEP}]
dev-python/simplejson[${PYTHON_USEDEP}]
-   media-gfx/pydot
+   dev-python/pydot[${PYTHON_USEDEP}]
dev-python/vobject[${PYTHON_USEDEP}]
dev-python/mako[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]

diff --git a/dev-python/networkx/networkx-1.10-r1.ebuild 
b/dev-python/networkx/networkx-1.10-r1.ebuild
index c9c0842fe44..4e2807d4e82 100644
--- a/dev-python/networkx/networkx-1.10-r1.ebuild
+++ b/dev-python/networkx/networkx-1.10-r1.ebuild
@@ -32,7 +32,7 @@ DEPEND="
test? (
${COMMON_DEPEND}
dev-python/nose[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'media-gfx/pydot[${PYTHON_USEDEP}]' 
python2_7)
+   $(python_gen_cond_dep 'dev-python/pydot[${PYTHON_USEDEP}]' 
python2_7)
)"
 RDEPEND="
>=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]

diff --git a/dev-python/networkx/networkx-1.11.ebuild 
b/dev-python/networkx/networkx-1.11.ebuild
index 67992b0d946..fa141b8ee7b 100644
--- a/dev-python/networkx/networkx-1.11.ebuild
+++ b/dev-python/networkx/networkx-1.11.ebuild
@@ -32,7 +32,7 @@ DEPEND="
test? (
${COMMON_DEPEND}
dev-python/nose[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'media-gfx/pydot[${PYTHON_USEDEP}]' -2)
+   $(python_gen_cond_dep 'dev-python/pydot[${PYTHON_USEDEP}]' -2)
)"
 RDEPEND="
>=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]

diff --git a/media-gfx/pydot/Manifest b/dev-python/pydot/Manifest
similarity index 100%
rename from media-gfx/pydot/Manifest
rename to dev-python/pydot/Manifest

diff --git a/media-gfx/pydot/files/pydot-1.0.23-setup.patch 
b/dev-python/pydot/files/pydot-1.0.23-setup.patch
similarity index 100%
rename from 

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

2017-08-19 Thread Andreas Sturmlechner
commit: 7964116a3b05d56ec77a6f75dd15cb28210ae194
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 19 22:55:27 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 19 22:57:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7964116a

profiles: Improve kde-apps/ package removal messages

 profiles/package.mask | 22 --
 1 file changed, 16 insertions(+), 6 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 2f61bfdb2e3..4b6e35b860d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -62,15 +62,16 @@ app-xemacs/ecb
 app-xemacs/xemacs-packages-all
 
 # Andreas Sturmlechner  (17 Aug 2017)
-# Masked for removal in 30 days. KDE Applications 17.04.3 was
-# stabilised, including KDE PIM based on KDE Frameworks.
-kde-apps/kde-l10n
+# KDE Applications 17.04.3 was stabilised, including KDE PIM
+# based on KDE Frameworks. kde-apps/ktnef merged into kmail.
+# Masked for removal in 30 days.
 kde-apps/kdepim-common-libs
-kde-apps/kommander
-kde-apps/ksaneplugin
 kde-apps/ktnef
-kde-apps/kwalletd
+
+# Andreas Sturmlechner  (17 Aug 2017)
+# Masked for removal in 30 days. No reverse dependencies left.
 kde-apps/kcmshell
+kde-apps/kde-l10n
 kde-apps/kdebase-runtime-meta
 kde-apps/kdontchangethehostname
 kde-apps/keditfiletype
@@ -78,8 +79,17 @@ kde-apps/kfile
 kde-apps/kmimetypefinder
 kde-apps/knewstuff
 kde-apps/kreadconfig
+kde-apps/ksaneplugin
 kde-apps/ktraderclient
 
+# Andreas Sturmlechner  (17 Aug 2017)
+# Masked for removal in 30 days. Replaced by kde-frameworks/kwallet.
+kde-apps/kwalletd
+
+# Andreas Sturmlechner  (17 Aug 2017)
+# Masked for removal in 30 days. Dead upstream, no replacement.
+kde-apps/kommander
+
 # Patrice Clement  (10 Aug 2017)
 # Not ready for production yet.
 =dev-java/javatoolkit-0.4.0



[gentoo-commits] repo/gentoo:master commit in: media-gfx/krita/files/, media-gfx/krita/

2017-08-19 Thread Andreas Sturmlechner
commit: 3c9eced271b5ac28a569db8e648e24726f3f433e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 19 21:37:55 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 19 22:57:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c9eced2

media-gfx/krita: 3.2.0 version bump

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 media-gfx/krita/Manifest   |   1 +
 .../krita/files/krita-3.2.0-tests-optional.patch   | 282 +
 media-gfx/krita/files/krita-3.2.0-unused-dep.patch |  69 +
 media-gfx/krita/krita-3.2.0.ebuild |  94 +++
 4 files changed, 446 insertions(+)

diff --git a/media-gfx/krita/Manifest b/media-gfx/krita/Manifest
index d7276d4cc54..776b275f1dd 100644
--- a/media-gfx/krita/Manifest
+++ b/media-gfx/krita/Manifest
@@ -1 +1,2 @@
 DIST krita-3.1.4.tar.gz 209778186 SHA256 
741837b0d12afa795dbbca45d5efc78966f3041dbfb22a268c101c7dc23e82aa SHA512 
6695d8d09552de2d98cb4a8fac1aefc6b5e35df50d7b72c088f11a25af54574b303a7445b4a9cb099844cdf0729a185f03fd208ab2f98329123398fd54a374df
 WHIRLPOOL 
9b8819432594d10377ef6db5adaca06193044203ae5b870a2f014171c817dd2ffc251bd20af0a05183251a798d06fc6aa7b33c1a640879af3ac3c01c0e9869e7
+DIST krita-3.2.0.tar.gz 207016115 SHA256 
0891be48a0338e1419d084da594900864b85de89cc4a38c8946d907cc1009356 SHA512 
62fc8f333097eb23bd631f4e28a23c38bfffba2206277463454f2b9cd199a2972b185511407d50e62ce069c3dfbcfadce8faa89484f41bcbed3b352e27d5
 WHIRLPOOL 
403d0381af6fcf9404b790dc34feb26705629795f77c2fb61d50bfb6691872ffb1d9c56099841088a9d32135fe23ed91cd8f35eb491de2888aa0e6b01c83ef74

diff --git a/media-gfx/krita/files/krita-3.2.0-tests-optional.patch 
b/media-gfx/krita/files/krita-3.2.0-tests-optional.patch
new file mode 100644
index 000..0f143ff1cc5
--- /dev/null
+++ b/media-gfx/krita/files/krita-3.2.0-tests-optional.patch
@@ -0,0 +1,282 @@
+Autogenerated by KDE_TEST=forceoptional-recursive and edited.
+
+--- a/plugins/paintops/libpaintop/CMakeLists.txt   2017-08-19 
23:45:06.235796211 +0200
 b/plugins/paintops/libpaintop/CMakeLists.txt   2017-08-19 
23:45:06.241796045 +0200
+@@ -95,4 +95,6 @@
+ install(TARGETS kritalibpaintop  ${INSTALL_TARGETS_DEFAULT_ARGS})
+ 
+ 
++if(BUILD_TESTING)
+ add_subdirectory(tests)
++endif()
+--- a/plugins/paintops/defaultpaintops/CMakeLists.txt  2017-08-19 
23:45:06.250795797 +0200
 b/plugins/paintops/defaultpaintops/CMakeLists.txt  2017-08-19 
23:45:06.258795576 +0200
+@@ -1,4 +1,6 @@
++if(BUILD_TESTING)
+ add_subdirectory(brush/tests)
++endif()
+ 
+ include_directories(brush)
+ include_directories(duplicate)
+--- a/plugins/impex/exr/CMakeLists.txt 2017-08-19 23:45:06.266795355 +0200
 b/plugins/impex/exr/CMakeLists.txt 2017-08-19 23:45:06.274795134 +0200
+@@ -1,4 +1,6 @@
++if(BUILD_TESTING)
+ add_subdirectory(tests)
++endif()
+ 
+ include_directories(SYSTEM ${OPENEXR_INCLUDE_DIR} )
+ 
+--- a/plugins/impex/jpeg/CMakeLists.txt2017-08-19 23:45:06.282794913 
+0200
 b/plugins/impex/jpeg/CMakeLists.txt2017-08-19 23:45:06.289794720 
+0200
+@@ -1,4 +1,6 @@
++if(BUILD_TESTING)
+ add_subdirectory(tests)
++endif()
+ 
+ set(ICCJPEG_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/lcms")
+ 
+--- a/plugins/impex/psd/CMakeLists.txt 2017-08-19 23:45:06.297794499 +0200
 b/plugins/impex/psd/CMakeLists.txt 2017-08-19 23:45:06.304794306 +0200
+@@ -1,5 +1,7 @@
+ if (NOT MSVC AND NOT APPLE)
+-add_subdirectory(tests)
++if(BUILD_TESTING)
++add_subdirectory(tests)
++endif()
+ endif()
+ 
+ configure_file(config_psd.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config_psd.h)
+--- a/plugins/impex/ppm/CMakeLists.txt 2017-08-19 23:45:06.313794058 +0200
 b/plugins/impex/ppm/CMakeLists.txt 2017-08-19 23:45:06.319793892 +0200
+@@ -1,4 +1,6 @@
++if(BUILD_TESTING)
+ add_subdirectory(tests)
++endif()
+ 
+ include_directories( ${CMAKE_CURRENT_SOURCE_DIR} )
+ 
+--- a/plugins/impex/png/CMakeLists.txt 2017-08-19 23:45:06.327793672 +0200
 b/plugins/impex/png/CMakeLists.txt 2017-08-19 23:45:06.334793478 +0200
+@@ -1,4 +1,6 @@
++if(BUILD_TESTING)
+ add_subdirectory(tests)
++endif()
+ 
+ set(kritapngimport_SOURCES
+ kis_png_import.cc
+--- a/plugins/impex/csv/CMakeLists.txt 2017-08-19 23:45:06.343793230 +0200
 b/plugins/impex/csv/CMakeLists.txt 2017-08-19 23:45:06.349793064 +0200
+@@ -1,4 +1,6 @@
++if(BUILD_TESTING)
+ add_subdirectory(tests)
++endif()
+ 
+ include_directories(SYSTEM
+ ${Boost_INCLUDE_DIRS}
+--- a/plugins/impex/xcf/CMakeLists.txt 2017-08-19 23:45:06.357792843 +0200
 b/plugins/impex/xcf/CMakeLists.txt 2017-08-19 23:45:06.364792650 +0200
+@@ -1,4 +1,6 @@
++if(BUILD_TESTING)
+ add_subdirectory(tests)
++endif()
+ 
+ set(XCFTOOLS_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/xcftools")
+ 
+--- a/plugins/impex/tiff/CMakeLists.txt2017-08-19 23:45:06.372792429 
+0200
 b/plugins/impex/tiff/CMakeLists.txt2017-08-19 23:45:06.379792236 
+0200
+@@ -1,4 +1,6 @@

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc/, profiles/arch/ia64/, profiles/arch/arm/, ...

2017-08-19 Thread Gilles Dartiguelongue
commit: b33db2d1ee33b8ff268c3cee9f40bdaeeebb8119
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Aug 19 18:17:56 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Aug 19 22:48:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b33db2d1

profiles: drop obsolete mask for media-sound/rhythmbox[upnp-av]

 profiles/arch/alpha/package.use.mask | 4 
 profiles/arch/arm/package.use.mask   | 4 
 profiles/arch/ia64/package.use.mask  | 4 
 profiles/arch/sparc/package.use.mask | 4 
 4 files changed, 16 deletions(-)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 312ed82e43a..192ee2fc7ab 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -132,10 +132,6 @@ dev-python/pyquery test
 # Missing keywords
 dev-util/perf numa
 
-# Pacho Ramos  (15 Nov 2015)
-# Missing keywords
-media-sound/rhythmbox upnp-av
-
 # Davide Pesavento  (26 Oct 2015)
 # Tests require non-keyworded qt5
 dev-qt/qtchooser test

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index ceeca185cd5..c28e874b6db 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -68,10 +68,6 @@ games-emulation/dosbox glide
 # sci-libs/gdal[mdb] requires dev-java/jackcess which is not keyworded
 >=sci-libs/gdal-2.0.3 mdb
 
-# Gilles Dartiguelongue  (23 Aug 2016)
-# Missing keywords on media-libs/grilo - bug #521972
-media-sound/rhythmbox upnp-av
-
 # Brian Evans  (18 Aug 2016)
 # Allow jdbc on this arch
 dev-db/mariadb -jdbc

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index d0b02c765c4..e0188866c04 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -98,10 +98,6 @@ net-misc/networkmanager ofono
 # Enable numa support on supported architectures
 dev-db/percona-server -numa
 
-# Gilles Dartiguelongue  (23 Aug 2016)
-# Missing keywords on media-libs/grilo - bug #521972
-media-sound/rhythmbox upnp-av
-
 # Alexandre Rostovtsev  (28 Jun 2016)
 # Missing keywords on app-text/gspell - bug #587368
 >=app-editors/gedit-3.20 spell

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index 9c1ee28eee9..5c341c0c2c4 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -249,10 +249,6 @@ www-plugins/gnash jemalloc
 # Fix per-arch mask of phonon[zeitgeist] #460140
 media-libs/phonon zeitgeist
 
-# Patrick Lauer  (27 May 2013)
-# stable keywords missing on tagpy/coherence
-media-sound/rhythmbox upnp-av
-
 # Julian Ospald  (31 Mar 2013)
 # depends on mono
 >=net-irc/hexchat-2.9.4-r1 theme-manager



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

2017-08-19 Thread Gilles Dartiguelongue
commit: 5f0f017b6a9dab6e7a102f0ce1d5b31099705dad
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Aug 19 22:22:08 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Aug 19 22:48:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f0f017b

profiles: drop obsolete mask for net-misc/vinagre[rdp]

freerdp is now keyworded on ~alpha.

 profiles/arch/alpha/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 9b6a46f898d..f2eddc3ec93 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -220,10 +220,6 @@ media-video/ffmpeg x265
 # neither dietlibc nor klibc will likely ever build/work on alpha, bug #487672
 >=sys-fs/dmraid-1.0.0_rc16-r3 dietlibc klibc
 
-# Pacho Ramos  (15 Mar 2014)
-# Missing keywords, bug #504672
->=net-misc/vinagre-3.10 rdp
-
 # Pacho Ramos  (22 Feb 2014)
 # Missing keywords, bug #495250
 >=gnome-base/gnome-extra-apps-3.10 tracker



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

2017-08-19 Thread Gilles Dartiguelongue
commit: 3af6d5ea93b0a4ed29677e2f7e6690e3945889c9
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Aug 19 22:37:38 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Aug 19 22:48:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af6d5ea

profiles: drop obsolete mask for net-misc/networkmanager[consolekit]

 profiles/arch/ia64/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index c327b5095c6..5c4e87e37e2 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -69,10 +69,6 @@ net-analyzer/rrdtool rados
 # x11-libs/libXpresent is not keyworded on ia64
 xfce-base/xfwm4 xpresent
 
-# Pacho Ramos  (15 Jan 2017)
-# Missing keywords, bug #559770
->=net-misc/networkmanager-1.4.4 consolekit
-
 # Pacho Ramos  (02 Jan 2017)
 # Don't keyword redis
 dev-libs/hiredis test



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

2017-08-19 Thread Gilles Dartiguelongue
commit: ca0773089b60ca65ca5f4a96389383ae870296ca
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Aug 19 22:35:18 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Aug 19 22:48:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca077308

profiles: drop obsolete mask for dev-util/devhelp[gedit]

 profiles/arch/arm/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 32ffc4b764b..59e974d25f0 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -420,10 +420,6 @@ dev-util/dbus-test-runner test
 # remove mask when app-text/yelp-tools is keyworded here
 >=gnome-extra/zenity-3.6 test
 
-# Alexandre Rostovtsev  (27 Dec 2012)
-# remove mask when >=app-editors/gedit-3.6 is keyworded here
-dev-util/devhelp gedit
-
 # Markus Meier  (25 Dez 2012)
 # unkeyworded deps for app-accessibility/speech-dispatcher
 app-accessibility/speech-dispatcher flite



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

2017-08-19 Thread Gilles Dartiguelongue
commit: 18764d86dd24fa0985201178f23c752f9265c231
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Aug 19 22:28:49 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Aug 19 22:48:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18764d86

profiles: drop obsolete mask for dev-libs/glib[systemtap]

 profiles/arch/amd64/package.use.mask | 5 -
 profiles/arch/base/package.use.mask  | 5 -
 profiles/arch/x86/package.use.mask   | 5 -
 3 files changed, 15 deletions(-)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index d1bda943d1e..a61df9517d1 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -227,11 +227,6 @@ dev-qt/qtdeclarative -jit
 dev-qt/qtscript -jit
 dev-qt/qtwebkit -jit
 
-# Nirbheek Chauhan  (17 Sep 2011)
-# Systemtap is masked in base/package.use.mask
-# Temporarily unmask in amd64/x86, bug 384647
-dev-libs/glib -systemtap
-
 # Robin H. Johnson  (10 Jul 2011)
 # PPS should work on all arches, but only keyworded on amd64/x86
 >=net-misc/ntp-4.2.6_p3-r1 -parse-clocks

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index a48c31f84ba..5b49ff3fc4d 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -199,11 +199,6 @@ dev-qt/qtwebkit jit
 # see arch/x86/package.use.mask
 www-client/links suid
 
-# Nirbheek Chauhan  (17 Sep 2011)
-# Systemtap is not keyworded on anything except amd64/x86
-# Temporarily mask instead of dropping keywords, bug 384647
-dev-libs/glib systemtap
-
 # Robin H. Johnson  (10 Jul 2011)
 # PPS should work on all arches, but only keyworded on amd64/x86
 >=net-misc/ntp-4.2.6_p3-r1 parse-clocks

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 3b0b782b4f2..9e45aa09ab6 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -215,11 +215,6 @@ dev-qt/qtwebkit -jit
 # see base/package.use.mask
 www-client/links -suid
 
-# Nirbheek Chauhan  (17 Sep 2011)
-# Systemtap is masked in base/package.use.mask
-# Temporarily unmask in amd64/x86, bug 384647
-dev-libs/glib -systemtap
-
 # Robin H. Johnson  (10 Jul 2011)
 # PPS should work on all arches, but only keyworded on amd64/x86
 >=net-misc/ntp-4.2.6_p3-r1 -parse-clocks



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

2017-08-19 Thread Gilles Dartiguelongue
commit: bb1fb1cb0279c079495b00eda946e71533230cb3
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Aug 19 22:25:28 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Aug 19 22:48:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb1fb1cb

profiles: drop obsolete mask for gnome-base/gvfs[bluray]

 profiles/arch/amd64/package.use.mask | 4 
 profiles/arch/base/package.use.mask  | 4 
 profiles/arch/x86/package.use.mask   | 4 
 3 files changed, 12 deletions(-)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 44dcd271e4c..d1bda943d1e 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -227,10 +227,6 @@ dev-qt/qtdeclarative -jit
 dev-qt/qtscript -jit
 dev-qt/qtwebkit -jit
 
-# Samuli Suominen  (16 Oct 2011)
-# Masked in base, unmask per arch
-gnome-base/gvfs -bluray
-
 # Nirbheek Chauhan  (17 Sep 2011)
 # Systemtap is masked in base/package.use.mask
 # Temporarily unmask in amd64/x86, bug 384647

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index 481ced5b2fd..a48c31f84ba 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -199,10 +199,6 @@ dev-qt/qtwebkit jit
 # see arch/x86/package.use.mask
 www-client/links suid
 
-# Samuli Suominen  (16 Oct 2011)
-# Mask libbluray support here, and enable it per arch instead
-gnome-base/gvfs bluray
-
 # Nirbheek Chauhan  (17 Sep 2011)
 # Systemtap is not keyworded on anything except amd64/x86
 # Temporarily mask instead of dropping keywords, bug 384647

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index e9026d44337..3b0b782b4f2 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -215,10 +215,6 @@ dev-qt/qtwebkit -jit
 # see base/package.use.mask
 www-client/links -suid
 
-# Samuli Suominen  (16 Oct 2011)
-# Masked in base, unmask per arch
-gnome-base/gvfs -bluray
-
 # Nirbheek Chauhan  (17 Sep 2011)
 # Systemtap is masked in base/package.use.mask
 # Temporarily unmask in amd64/x86, bug 384647



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

2017-08-19 Thread Gilles Dartiguelongue
commit: 0e2107e736e1895c8d197c2cc8c2444016f4458a
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Aug 19 22:27:36 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Aug 19 22:48:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e2107e7

profiles: drop obsolete mask for gnome-base/gvfs[gnome-keyring]

 profiles/arch/arm/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index c28e874b6db..340c702ee19 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -424,10 +424,6 @@ dev-util/dbus-test-runner test
 # remove mask when >=app-editors/gedit-3.6 is keyworded here
 dev-util/devhelp gedit
 
-# Alexandre Rostovtsev  (27 Dec 2012)
-# remove mask when app-crypt/libsecret is keyworded here
->=gnome-base/gvfs-1.14 gnome-keyring
-
 # Markus Meier  (25 Dez 2012)
 # unkeyworded deps for app-accessibility/speech-dispatcher
 app-accessibility/speech-dispatcher flite



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

2017-08-19 Thread Gilles Dartiguelongue
commit: 4bd8479a1c4a00f481a62ea349cf532cf223c399
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Aug 19 22:33:33 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Aug 19 22:48:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bd8479a

profiles: drop obsolete mask for media-libs/gst-plugins-base[ivorbis]

 profiles/arch/ia64/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index c624fe94d88..67204bc30e9 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -245,10 +245,6 @@ media-libs/phonon zeitgeist
 # depends on net-libs/polarssl
 >=net-vpn/openvpn-2.3.1 polarssl
 
-# Gilles Dartiguelongue  (1 Apr 2013)
-# missing keyword on media-libs/tremor, bug #453200
-media-libs/gst-plugins-base ivorbis
-
 # Julian Ospald  (31 Mar 2013)
 # depends on mono/monodevelop
 >=net-irc/hexchat-2.9.4-r1 theme-manager



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

2017-08-19 Thread Gilles Dartiguelongue
commit: 5b22c04435ae3aefba7d18baf25b746076359aee
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Aug 19 22:36:54 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Aug 19 22:48:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b22c044

profiles: drop obsolete mask for app-editors/gedit-plugins[git]

 profiles/arch/x86/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index ea5f89718be..9a80d20667d 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -144,10 +144,6 @@ app-editors/gvim -luajit -racket
 # Works on x86
 sys-apps/hwloc -gl
 
-# Pacho Ramos  (20 Jul 2013)
-# Keywords missing, bug #478104
->=app-editors/gedit-plugins-3.8.3 git
-
 # Christoph Junghans  (26 Dec 2012)
 # mkl works on x86/amd64 (masked in base)
 sci-chemistry/gromacs -mkl



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

2017-08-19 Thread Gilles Dartiguelongue
commit: c6d5c2da414ce2607e853cc956960eb82a60eabc
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Aug 19 22:30:16 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Aug 19 22:48:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d5c2da

profiles: drop obsolete mask for dev-libs/gobject-introspection[doctool]

 profiles/arch/arm/package.use.mask   | 5 -
 profiles/arch/base/package.use.mask  | 5 -
 profiles/arch/sparc/package.use.mask | 5 -
 profiles/arch/x86/package.use.mask   | 5 -
 4 files changed, 20 deletions(-)

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 340c702ee19..32ffc4b764b 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -448,11 +448,6 @@ net-analyzer/wireshark doc-pdf
 # no stable media-video/vlc yet, bug #401313
 media-libs/phonon vlc
 
-# Alexandre Rostovtsev  (12 Apr 2012)
-# Temporary mask-in-base, unmask-in-arch for dev-python/mako keywording for
-# gobject-introspection[doctool], bug #411761
-dev-libs/gobject-introspection -doctool
-
 # Michael Sterrett  (04 Mar 2012)
 # arm is missing keywords for >=dev-libs/json-glib-0.12
 app-admin/syslog-ng json

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index 5b49ff3fc4d..ecf2bdb598b 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -157,11 +157,6 @@ media-libs/freetype infinality
 # sys-fs/zfs is not available everywhere.
 sys-boot/grub libzfs
 
-# Alexandre Rostovtsev  (12 Apr 2012)
-# Temporary mask-in-base, unmask-in-arch for dev-python/mako keywording for
-# gobject-introspection[doctool], bug #411761
-dev-libs/gobject-introspection doctool
-
 # Michał Górny  (11 Apr 2012)
 # JIT compilation in libzpaq generates code for x86/amd64.
 app-arch/zpaq jit

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index 5c341c0c2c4..96857174933 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -297,11 +297,6 @@ x11-misc/xscreensaver new-login
 app-misc/lcdproc hid lcd_devices_mdm166a
 
 # Alexandre Rostovtsev  (12 Apr 2012)
-# Temporary mask-in-base, unmask-in-arch for dev-python/mako keywording for
-# gobject-introspection[doctool], bug #411761
-dev-libs/gobject-introspection -doctool
-
-# Alexandre Rostovtsev  (12 Apr 2012)
 # Requires gnutls[pkcs11], which is use.masked on sparc
 net-libs/glib-networking smartcard
 

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 9e45aa09ab6..2ca5b29b4ca 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -168,11 +168,6 @@ media-libs/phonon zeitgeist
 # dependency keyworded here, masked in base
 media-libs/freetype -infinality
 
-# Alexandre Rostovtsev  (12 Apr 2012)
-# Temporary mask-in-base, unmask-in-arch for dev-python/mako keywording for
-# gobject-introspection[doctool], bug #411761
-dev-libs/gobject-introspection -doctool
-
 # Michał Górny  (11 Apr 2012)
 # JIT compilation in zpaq generates code for x86/amd64.
 app-arch/zpaq -jit



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

2017-08-19 Thread Gilles Dartiguelongue
commit: 7e6ebb75a29f5fce379f2a40605e5d01716a8676
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Aug 19 22:16:51 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Aug 19 22:48:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6ebb75

profiles: drop obsolete mask for net-im/empathy[map]

 profiles/arch/alpha/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 5a1706f7461..9b6a46f898d 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -315,10 +315,6 @@ sys-cluster/openmpi openmpi_fabrics_psm 
openmpi_fabrics_knem openmpi_fabrics_ope
 # libpcre jit is not supported on alpha
 dev-libs/libpcre jit
 
-# Pacho Ramos  (24 Oct 2011)
-# Missing keywords in needed packages, bug #388367
-net-im/empathy map
-
 # Raúl Porcel  (08 Oct 2011)
 # Needs media-sound/lilypond
 app-text/asciidoc test



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/ia64/, profiles/arch/sparc/

2017-08-19 Thread Gilles Dartiguelongue
commit: c3b2450eb8210a4362665ba21197d9900cbe3e14
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Aug 19 22:34:34 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Aug 19 22:48:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3b2450e

profiles: drop obsolete mask for net-libs/glib-networking[smartcard]

 profiles/arch/ia64/package.use.mask  | 4 
 profiles/arch/sparc/package.use.mask | 4 
 2 files changed, 8 deletions(-)

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index 67204bc30e9..c327b5095c6 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -285,10 +285,6 @@ media-libs/phonon gstreamer vlc
 # Needs x11-misc/lightdm(which also requires some other deps)
 x11-misc/xscreensaver new-login
 
-# Alexandre Rostovtsev  (12 Apr 2012)
-# Requires gnutls[pkcs11], which is use.masked on ia64
-net-libs/glib-networking smartcard
-
 # Alexey Shvetsov  (17 Dec 2011)
 # Mask use numa for openmpi
 sys-cluster/openmpi openmpi_fabrics_psm openmpi_fabrics_knem 
openmpi_fabrics_open-mx openmpi_fabrics_ofed openmpi_fabrics_dapl 
openmpi_rm_slurm openmpi_fabrics_sctp openmpi_ofed_features_rdmacm 
openmpi_ofed_features_control-hdr-padding openmpi_ofed_features_connectx-xrc 
openmpi_ofed_features_udcm openmpi_ofed_features_dynamic-sl 
openmpi_ofed_features_failover

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index 96857174933..9f0311facf4 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -296,10 +296,6 @@ x11-misc/xscreensaver new-login
 # libhid is not keyworded
 app-misc/lcdproc hid lcd_devices_mdm166a
 
-# Alexandre Rostovtsev  (12 Apr 2012)
-# Requires gnutls[pkcs11], which is use.masked on sparc
-net-libs/glib-networking smartcard
-
 # Alexey Shvetsov  (17 Dec 2011)
 # Mask use numa for openmpi
 sys-cluster/openmpi openmpi_fabrics_psm openmpi_fabrics_knem 
openmpi_fabrics_open-mx openmpi_fabrics_ofed openmpi_fabrics_dapl 
openmpi_rm_slurm openmpi_ofed_features_rdmacm 
openmpi_ofed_features_control-hdr-padding openmpi_ofed_features_connectx-xrc 
openmpi_ofed_features_udcm openmpi_ofed_features_dynamic-sl 
openmpi_ofed_features_failover



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

2017-08-19 Thread Gilles Dartiguelongue
commit: 25b28260eca91cc145faeef879c09c756c15bb74
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Aug 19 22:31:46 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Aug 19 22:48:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b28260

profiles: drop masks for long gone gnome-extra/zeitgeist-datasources

 profiles/arch/base/package.use.mask| 4 
 profiles/arch/powerpc/package.use.mask | 4 
 profiles/arch/x86/package.use.mask | 4 
 3 files changed, 12 deletions(-)

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index ecf2bdb598b..9f055def7ea 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -137,10 +137,6 @@ app-editors/gvim luajit racket
 # unmask in particular profiles
 sys-apps/hwloc gl opencl
 
-# Alexandre Rostovtsev  (30 Dec 2012)
-# chromium is keyworded only on a few arches
-gnome-extra/zeitgeist-datasources chromium
-
 # Christoph Junghans  (26 Dec 2012)
 # mkl only works on x86/amd64
 sci-chemistry/gromacs mkl

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index 46719be03b1..3ecb905ed28 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -216,10 +216,6 @@ dev-haskell/dataenc test
 # # Depends on kde-misc/networkmanagement, not keyworded yet.
 kde-apps/solid-runtime networkmanager
 
-# Pacho Ramos  (08 Sep 2013)
-# monodevelop is not keyworded, bug #468030
-gnome-extra/zeitgeist-datasources mono
-
 # Agostino Sarubbo  (24 Aug 2013)
 # Klibc does not work anymore on ppc
 app-shells/mksh static

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 2ca5b29b4ca..ea5f89718be 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -148,10 +148,6 @@ sys-apps/hwloc -gl
 # Keywords missing, bug #478104
 >=app-editors/gedit-plugins-3.8.3 git
 
-# Alexandre Rostovtsev  (30 Dec 2012)
-# chromium, mono work on this arch (masked in base)
-gnome-extra/zeitgeist-datasources -chromium
-
 # Christoph Junghans  (26 Dec 2012)
 # mkl works on x86/amd64 (masked in base)
 sci-chemistry/gromacs -mkl



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

2017-08-19 Thread Gilles Dartiguelongue
commit: bebe031adbf56950de6101dd17a26d62fdd26d7b
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Aug 19 22:19:43 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Aug 19 22:48:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bebe031a

net-misc/vinagre: fix repoman complaining about indentation

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-misc/vinagre/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/vinagre/metadata.xml b/net-misc/vinagre/metadata.xml
index dc1624f2687..ff8fb225083 100644
--- a/net-misc/vinagre/metadata.xml
+++ b/net-misc/vinagre/metadata.xml
@@ -9,6 +9,6 @@
 Enable ssh plugin using x11-libs/vte
 Enable access to SPICE-enabled virtual machines
 Enable access to remote desktop via a
-   net-libs/telepathy-glib client
+  net-libs/telepathy-glib client
   
 



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

2017-08-19 Thread Gilles Dartiguelongue
commit: 19b5cfe197f12e03a903c1cd6bd7ecea0e323269
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Aug 19 22:32:29 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Aug 19 22:48:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b5cfe1

profiles: drop obsolete mask for gnome-base/gvfs[nfs]

 profiles/arch/ia64/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index e0188866c04..c624fe94d88 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -159,10 +159,6 @@ net-analyzer/wireshark doc-pdf
 net-misc/spice-gtk smartcard webdav
 
 # Gilles Dartiguelongue  (09 Jun 2015)
-# net-fs/libnfs lacks ia64 keyword, bug #551576
-gnome-base/gvfs nfs
-
-# Gilles Dartiguelongue  (09 Jun 2015)
 # dev-lang/luajit and dev-lua/lgi and lack ia64 keyword, bug #551540
 dev-libs/libpeas lua jit
 



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

2017-08-19 Thread Gilles Dartiguelongue
commit: 529b47cbba4ebd94f322bec4b6a5d3ee6d99c368
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Aug 19 22:36:09 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Aug 19 22:48:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=529b47cb

profiles: drop obsolete mask for gnome-extra/zenity[test]

 profiles/arch/arm/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 59e974d25f0..f50f32f8e1b 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -416,10 +416,6 @@ gnome-extra/sushi office
 # remove mask if/when dev-lang/ghc is keywoded for arm
 dev-util/dbus-test-runner test
 
-# Alexandre Rostovtsev  (27 Dec 2012)
-# remove mask when app-text/yelp-tools is keyworded here
->=gnome-extra/zenity-3.6 test
-
 # Markus Meier  (25 Dez 2012)
 # unkeyworded deps for app-accessibility/speech-dispatcher
 app-accessibility/speech-dispatcher flite



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

2017-08-19 Thread Gilles Dartiguelongue
commit: 9888b4b03d1a21d2e8df1b10d673ddbb11934f62
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Aug 19 18:19:58 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Aug 19 22:48:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9888b4b0

profiles: drop obsolete mask for dev-libs/libgdata[test]

 profiles/arch/alpha/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 192ee2fc7ab..5a1706f7461 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -203,10 +203,6 @@ dev-haskell/vector test
 # OpenCV likely will never work on Alpha
 media-video/vlc opencv
 
-# Pacho Ramos  (11 Nov 2014)
-# Missing keywords, bug #523686
->=dev-libs/libgdata-0.16.1 test
-
 # Tobias Klausmann  (11 Oct 2014)
 # app-emulation/qemu is not keyworded on alpha, masking flag that triggers
 # dependency



[gentoo-commits] repo/gentoo:master commit in: gnome-base/nautilus/

2017-08-19 Thread Gilles Dartiguelongue
commit: db27f72ae40a7f156c88e809f7a0173a55afb42c
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Aug 19 22:11:57 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Aug 19 22:48:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db27f72a

gnome-base/nautilus: keyword ~alpha, bug #599574

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 gnome-base/nautilus/nautilus-3.22.3.ebuild   | 2 +-
 gnome-base/nautilus/nautilus-3.24.2.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-base/nautilus/nautilus-3.22.3.ebuild 
b/gnome-base/nautilus/nautilus-3.22.3.ebuild
index 5547431b172..b809db7cff9 100644
--- a/gnome-base/nautilus/nautilus-3.22.3.ebuild
+++ b/gnome-base/nautilus/nautilus-3.22.3.ebuild
@@ -13,7 +13,7 @@ LICENSE="GPL-2+ LGPL-2+ FDL-1.1"
 SLOT="0"
 IUSE="exif gnome +introspection packagekit +previewer selinux sendto tracker 
xmp"
 
-KEYWORDS="amd64 ~arm64 ~ia64 x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm64 ~ia64 x86 ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux"
 
 # FIXME: tests fails under Xvfb, but pass when building manually
 # "FAIL: check failed in nautilus-file.c, line 8307"

diff --git a/gnome-base/nautilus/nautilus-3.24.2.1.ebuild 
b/gnome-base/nautilus/nautilus-3.24.2.1.ebuild
index 351af7b202e..8a1b84a3724 100644
--- a/gnome-base/nautilus/nautilus-3.24.2.1.ebuild
+++ b/gnome-base/nautilus/nautilus-3.24.2.1.ebuild
@@ -13,7 +13,7 @@ LICENSE="GPL-2+ LGPL-2+ FDL-1.1"
 SLOT="0"
 IUSE="exif gnome +introspection packagekit +previewer selinux sendto tracker 
xmp"
 
-KEYWORDS="~amd64 ~arm64 ~ia64 ~x86 ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~x86 ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux"
 
 # FIXME: tests fails under Xvfb, but pass when building manually
 # "FAIL: check failed in nautilus-file.c, line 8307"



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/, profiles/arch/alpha/, profiles/arch/ia64/, ...

2017-08-19 Thread Gilles Dartiguelongue
commit: 3af711cd1c4ca4995cb4faa91d3b8fac2fc4f936
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Aug 19 18:16:16 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Aug 19 22:48:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af711cd

profiles: drop obsolete mask for media-plugins/grilo-plugins[upnp-av]

 profiles/arch/alpha/package.use.mask | 4 
 profiles/arch/arm/package.use.mask   | 4 
 profiles/arch/ia64/package.use.mask  | 4 
 profiles/arch/sparc/package.use.mask | 4 
 4 files changed, 16 deletions(-)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 03c083abf54..312ed82e43a 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -136,10 +136,6 @@ dev-util/perf numa
 # Missing keywords
 media-sound/rhythmbox upnp-av
 
-# Pacho Ramos  (15 Nov 2015)
-# Missing keywords
->=media-plugins/grilo-plugins-0.2.14 upnp-av
-
 # Davide Pesavento  (26 Oct 2015)
 # Tests require non-keyworded qt5
 dev-qt/qtchooser test

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 10d2351cf7a..ceeca185cd5 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -154,10 +154,6 @@ app-text/mupdf opengl
 net-print/hplip -scanner kde
 media-gfx/xsane ocr
 
-# Pacho Ramos  (15 Nov 2015)
-# Missing keywords
->=media-plugins/grilo-plugins-0.2.16 upnp-av
-
 # Alexis Ballier  (14 Nov 2015)
 # MMAL is available on the Raspberry Pi (armv6 & armv7 so far)
 media-video/ffmpeg -mmal

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index dbb1714b145..d0b02c765c4 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -129,10 +129,6 @@ app-text/mupdf opengl
 dev-python/wsgiproxy2 test
 dev-python/pyquery test
 
-# Pacho Ramos  (15 Nov 2015)
-# Missing keywords
->=media-plugins/grilo-plugins-0.2.16 upnp-av
-
 # Davide Pesavento  (26 Oct 2015)
 # Tests require non-keyworded qt5
 dev-qt/qtchooser test

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index 0dca7623777..9c1ee28eee9 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -121,10 +121,6 @@ net-firewall/iptables nftables
 dev-python/wsgiproxy2 test
 dev-python/pyquery test
 
-# Pacho Ramos  (15 Nov 2015)
-# Missing keywords
->=media-plugins/grilo-plugins-0.2.14 upnp-av
-
 # Julian Ospald  (08 Nov 2015)
 # Requires net-libs/http-parser
 net-im/jabberd2 websocket



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

2017-08-19 Thread Gilles Dartiguelongue
commit: 7853d50b3f78deb3ad3b6adda5342dd2628c1144
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Aug 19 17:07:09 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Aug 19 22:48:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7853d50b

media-sound/rhythmbox: fix indentation of metadata.xml

 media-sound/rhythmbox/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/rhythmbox/metadata.xml 
b/media-sound/rhythmbox/metadata.xml
index 846722f6f36..501e3717867 100644
--- a/media-sound/rhythmbox/metadata.xml
+++ b/media-sound/rhythmbox/metadata.xml
@@ -10,8 +10,8 @@
   GStreamer package maintainers
   
   
-   Build the local network music sharing plugin which 
uses the DAAP protocol using net-libs/libdmapsharing
-   Build the plugin to inject events to 
gnome-extra/zeitgeist
-   Enable support for visualizations using 
media-plugins/gst-plugins-libvisual
+Build the local network music sharing plugin which uses 
the DAAP protocol using net-libs/libdmapsharing
+Build the plugin to inject events to 
gnome-extra/zeitgeist
+Enable support for visualizations using 
media-plugins/gst-plugins-libvisual
   
 



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

2017-08-19 Thread Tim Harder
commit: 07351d5af01194d59272f49fdcfcfcdf32073c2d
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Aug 19 22:37:10 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Aug 19 22:41:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07351d5a

media-gfx/pydot: version bump to 1.2.3

 media-gfx/pydot/Manifest   |  1 +
 media-gfx/pydot/metadata.xml   |  7 +--
 media-gfx/pydot/pydot-1.2.3.ebuild | 29 +
 3 files changed, 35 insertions(+), 2 deletions(-)

diff --git a/media-gfx/pydot/Manifest b/media-gfx/pydot/Manifest
index e42ff08eea4..b184542a4b5 100644
--- a/media-gfx/pydot/Manifest
+++ b/media-gfx/pydot/Manifest
@@ -1 +1,2 @@
 DIST pydot-1.0.28.tar.gz 19711 SHA256 
1eeaff7b104fb8f305a98318dafde0b2d15f1efcdf8b16206465551cd46ed9df SHA512 
54b4d7bfb01bbcae9a4832d1c3321d4f453a93f062ee55b35e3d59bee3f8989f4a544afb56c3d16b22bca8e6ef24b6286ac2688c9045b16906ef625999b35055
 WHIRLPOOL 
eb06c22418638351def215e8127af1b3afbd193484dec9a3114e4377f8afcccb25cb7f40e9f29121d086723ddb94dd2fd9ac473f3583a9b782940cce9e208318
+DIST pydot-1.2.3.tar.gz 262660 SHA256 
5e63808fd1945ac6600e80518f72d6ecc367273bb7bd1054dceb863a90e7b84b SHA512 
0527279174bd9d5703131ab6c16365d66e392e27597b5d2d536d43f783a59139913a6dbfa1cc022993f842843f5d79e4e0b2a1435ce3427ebc534ef7b1ef2e9b
 WHIRLPOOL 
3e328560cb4a42e8ff9484aafb6b28250d3913ed79afb17b2385ee8e05226075040e9488f038144bb5f768ef508b7437dbe5ce0567b3e202838157ebaa6bc2c4

diff --git a/media-gfx/pydot/metadata.xml b/media-gfx/pydot/metadata.xml
index ef9721ec0f0..a44c00e7d6b 100644
--- a/media-gfx/pydot/metadata.xml
+++ b/media-gfx/pydot/metadata.xml
@@ -1,9 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-  Python bindings for Graphviz
+  
+pyt...@gentoo.org
+Python
+  
   
 pydot
+erocarrera/pydot
   
 

diff --git a/media-gfx/pydot/pydot-1.2.3.ebuild 
b/media-gfx/pydot/pydot-1.2.3.ebuild
new file mode 100644
index 000..0a313e45f15
--- /dev/null
+++ b/media-gfx/pydot/pydot-1.2.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python interface to Graphviz's Dot language"
+HOMEPAGE="https://github.com/erocarrera/pydot 
https://pypi.python.org/pypi/pydot;
+# pypi releases don't include tests
+SRC_URI="https://github.com/erocarrera/pydot/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
+IUSE="test"
+
+RDEPEND="
+   dev-python/pyparsing[${PYTHON_USEDEP}]
+   media-gfx/graphviz"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/chardet[${PYTHON_USEDEP}] )"
+
+python_test() {
+   cd test || die
+   "${PYTHON}" pydot_unittest.py || die "Test failed with ${EPYTHON}"
+}



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

2017-08-19 Thread Sebastien Fabbro
commit: ed80f857532c9ab3650c6aca6c03507d487d38e0
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Sat Aug 19 22:33:37 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Sat Aug 19 22:33:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed80f857

dev-python/ipyparallel:  add conditional block on ipython-6 for python-2.7

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 dev-python/ipyparallel/ipyparallel-4.1.0.ebuild  |  3 ++-
 dev-python/ipyparallel/ipyparallel-5.0.1.ebuild  |  3 ++-
 dev-python/ipyparallel/ipyparallel-5.1.1.ebuild  |  3 ++-
 dev-python/ipyparallel/ipyparallel-5.2.0.ebuild  |  3 ++-
 ...llel-6.0.2.ebuild => ipyparallel-6.0.2-r1.ebuild} | 20 +++-
 dev-python/ipyparallel/ipyparallel-6.0.2.ebuild  |  1 +
 dev-python/ipyparallel/metadata.xml  |  2 +-
 7 files changed, 21 insertions(+), 14 deletions(-)

diff --git a/dev-python/ipyparallel/ipyparallel-4.1.0.ebuild 
b/dev-python/ipyparallel/ipyparallel-4.1.0.ebuild
index 94b1c39303f..62d09048ca0 100644
--- a/dev-python/ipyparallel/ipyparallel-4.1.0.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-4.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -24,6 +24,7 @@ RDEPEND="
dev-python/ipykernel[${PYTHON_USEDEP}]
!=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'http://ipython.org/;
+HOMEPAGE="https://ipyparallel.readthedocs.io/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc test"
 
 RDEPEND="
-   dev-python/ipython_genutils[${PYTHON_USEDEP}]
dev-python/decorator[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
dev-python/ipykernel[${PYTHON_USEDEP}]
-   !=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
-   dev-python/notebook[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
www-servers/tornado[${PYTHON_USEDEP}]
"
 DEPEND="${RDEPEND}
-   $(python_gen_cond_dep 'dev-python/futures[${PYTHON_USEDEP}]' 'python2*')
+   virtual/python-futures[${PYTHON_USEDEP}]
>=dev-python/setuptools-18.5[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? (
dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/testpath[${PYTHON_USEDEP}]
)
"

diff --git a/dev-python/ipyparallel/ipyparallel-6.0.2.ebuild 
b/dev-python/ipyparallel/ipyparallel-6.0.2.ebuild
index 3f686896a64..646d41f5422 100644
--- a/dev-python/ipyparallel/ipyparallel-6.0.2.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-6.0.2.ebuild
@@ -25,6 +25,7 @@ RDEPEND="
dev-python/ipykernel[${PYTHON_USEDEP}]
!=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'Gentoo Science Project
   
   
-   Interactive Parallel Computing with IPython.
+Interactive Parallel Computing with IPython.
 ipyparallel is the new home of IPython.parallel.
   
   



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

2017-08-19 Thread Sebastien Fabbro
commit: 31347d555f2219179dae72d8d41ef2ad82dca109
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Sat Aug 19 22:39:30 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Sat Aug 19 22:39:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31347d55

dev-python/oct2py: version bump, dropping arm and ppc64 because of octave_kernel

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 dev-python/oct2py/Manifest|  1 +
 dev-python/oct2py/oct2py-4.0.6.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/oct2py/Manifest b/dev-python/oct2py/Manifest
index cf3f0d6afb9..192bb65d8d7 100644
--- a/dev-python/oct2py/Manifest
+++ b/dev-python/oct2py/Manifest
@@ -1 +1,2 @@
 DIST oct2py-3.6.0.tar.gz 668836 SHA256 
b356daf63a80c778fcf81b380c187863b86e9aae88f8321bb543c5512835c69f SHA512 
f414a0231665bc3bedb7dcdaab8c86f32c140e5107ef80b70e2f99467e737d033de6ff492f2af7233671bff9b148475e0af4881c073ac727d0fd1228b7cf59b6
 WHIRLPOOL 
498b69f6292fe60b1035ea8ef587b3dc7b49fb4353bf31ce5f19ca3afc74a3b4bdcff7700d77d6bd8e6bf079c590114fee1c2f0352127745d162fc3f6be9b3b9
+DIST oct2py-4.0.6.tar.gz 431738 SHA256 
07cbcee467f6bd7bd2430d2ae270fcc035acf2c8ad35f6ad9bb6f7b0f915e179 SHA512 
997ca843571d2d68c4c57c0213a525c1be5f8b3e3dbb6cd41e423d68c8836dd12a03d5210d7f0cbf8ff19be7bb9d25b48c62a236cae68a0762547e574caa
 WHIRLPOOL 
b824f9c21665a70e21e614022ccca7e05032f59d5fd5b1993b31f16dcd9d4d5cf2dfc948873df5ab9234b095d7b188867eac5ab4ee238c046131c0e042e3bb5e

diff --git a/dev-python/oct2py/oct2py-4.0.6.ebuild 
b/dev-python/oct2py/oct2py-4.0.6.ebuild
new file mode 100644
index 000..cafb9f92a0f
--- /dev/null
+++ b/dev-python/oct2py/oct2py-4.0.6.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python to GNU Octave bridge"
+HOMEPAGE="http://blink1073.github.io/oct2py/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc examples test"
+
+RDEPEND="
+   >=dev-python/numpy-1.11[${PYTHON_USEDEP}]
+   dev-python/octave_kernel[${PYTHON_USEDEP}]
+   >=sci-libs/scipy-0.17[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   doc? (
+   dev-python/numpydoc[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx-bootstrap-theme[${PYTHON_USEDEP}]
+   )
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   )
+"
+python_compile_all() {
+   if use doc; then
+   sphinx-build docs html || die
+   HTML_DOCS=( html/. )
+   fi
+}
+
+python_test() {
+   cd "${BUILD_DIR}/lib" || die
+   py.test -v -v || die
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   if use examples; then
+   docinto examples
+   dodoc -r example/.
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+}



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

2017-08-19 Thread Sebastien Fabbro
commit: 0231ca143f36c39090e5d64cc82f52cbc3dd1cc6
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Sat Aug 19 22:38:22 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Sat Aug 19 22:38:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0231ca14

dev-python/octave_kernel: initial import

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 dev-python/octave_kernel/Manifest  |  1 +
 dev-python/octave_kernel/metadata.xml  | 15 +
 .../octave_kernel/octave_kernel-0.26.2.ebuild  | 25 ++
 3 files changed, 41 insertions(+)

diff --git a/dev-python/octave_kernel/Manifest 
b/dev-python/octave_kernel/Manifest
new file mode 100644
index 000..80956ab5ac9
--- /dev/null
+++ b/dev-python/octave_kernel/Manifest
@@ -0,0 +1 @@
+DIST octave_kernel-0.26.2.tar.gz 11152 SHA256 
cd65d9a888991634ed43f01201ab068bec2b9cea4ae8642d353f6264f5ed6dd3 SHA512 
95072ea3e0f74c57e71ef51c3c2050be9c739693bbee22fc5fa63e24fd639daf1bcf4f3a8b5be499de2e4e723bedc8d1f59237ffc1a17ad634a519c96cdde34f
 WHIRLPOOL 
b561e422a11a097a48e9a665cf789e97f75471952a15ccf8c57704ed031c21b856b6914629f70be111fb2add8968ee84dcc103bc4857da14455b73b0aea5b397

diff --git a/dev-python/octave_kernel/metadata.xml 
b/dev-python/octave_kernel/metadata.xml
new file mode 100644
index 000..9d7952c3aff
--- /dev/null
+++ b/dev-python/octave_kernel/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+sci-mathemat...@gentoo.org
+Gentoo Mathematics Project
+  
+  
+A Jupyter kernel for Octave.
+  
+  
+octave_kernel
+Calysto/octave_kernel
+  
+

diff --git a/dev-python/octave_kernel/octave_kernel-0.26.2.ebuild 
b/dev-python/octave_kernel/octave_kernel-0.26.2.ebuild
new file mode 100644
index 000..f58a601bbbd
--- /dev/null
+++ b/dev-python/octave_kernel/octave_kernel-0.26.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Jupyter kernel for octave"
+HOMEPAGE="https://github.com/Calysto/octave_kernel;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/jupyter_client[${PYTHON_USEDEP}]
+   dev-python/metakernel[${PYTHON_USEDEP}]
+   sci-mathematics/octave
+"
+DEPEND="${RDEPEND}"



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

2017-08-19 Thread Sebastien Fabbro
commit: 29e16e14253a3fd9de6c43b211347e37440da447
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Sat Aug 19 22:32:55 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Sat Aug 19 22:32:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29e16e14

dev-python/ipykernel: add conditional block on ipython-6 for python-2.7

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 dev-python/ipykernel/ipykernel-4.2.2.ebuild   | 3 ++-
 dev-python/ipykernel/ipykernel-4.3.1.ebuild   | 3 ++-
 dev-python/ipykernel/ipykernel-4.4.1.ebuild   | 3 ++-
 dev-python/ipykernel/ipykernel-4.5.2.ebuild   | 1 +
 .../ipykernel/{ipykernel-4.6.1.ebuild => ipykernel-4.6.1-r1.ebuild}   | 4 +++-
 dev-python/ipykernel/ipykernel-4.6.1.ebuild   | 1 +
 6 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/dev-python/ipykernel/ipykernel-4.2.2.ebuild 
b/dev-python/ipykernel/ipykernel-4.2.2.ebuild
index 1c84abb227f..f92f84765ba 100644
--- a/dev-python/ipykernel/ipykernel-4.2.2.ebuild
+++ b/dev-python/ipykernel/ipykernel-4.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -22,6 +22,7 @@ RDEPEND="
 DEPEND="${RDEPEND}
test? (
>=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 

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

2017-08-19 Thread Sebastien Fabbro
commit: f7d54aeb3226ad782b666405cb3f87d73aeaffcf
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Sat Aug 19 22:34:20 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Sat Aug 19 22:34:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7d54aeb

profiles: masking ipython-6 for python-2.7 circular deps

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 1900971be13..2f61bfdb2e3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Sébastien Fabbro  (19 Aug 2017)
+# ipython-6 is python-3 only and causes circular dependencies
+# Unset python_targets_python2_7 for ipykernel and ipyparallel if needed.
+>=dev-python/ipython-6
+
 # Andreas Sturmlechner  (19 Aug 2017)
 # Plasma-4 fragment, no more rdeps, masked for removal in 30 days.
 kde-plasma/libkworkspace



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

2017-08-19 Thread Sebastien Fabbro
commit: e37492a8aa84d4164ac400ceab94bf06f9612cbb
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Sat Aug 19 22:37:53 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Sat Aug 19 22:37:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e37492a8

dev-python/metakernel: initial import

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 dev-python/metakernel/Manifest |  1 +
 dev-python/metakernel/metadata.xml | 17 ++
 dev-python/metakernel/metakernel-0.20.4.ebuild | 31 ++
 3 files changed, 49 insertions(+)

diff --git a/dev-python/metakernel/Manifest b/dev-python/metakernel/Manifest
new file mode 100644
index 000..ddf301c78b2
--- /dev/null
+++ b/dev-python/metakernel/Manifest
@@ -0,0 +1 @@
+DIST metakernel-0.20.4.tar.gz 67895 SHA256 
ec437d01f76dd0d6eb6cf887590726e364a3a1811c018d1793102bb384275300 SHA512 
8ab2943a93e61bfca276607adac5e619c407a2356656424d261eb520002bf582469f71329a3b2b2fcc290b21a4dffd724f5b73697c6853b5cb74eec07e26ede3
 WHIRLPOOL 
bbcca2583be251fb695d4e0f4f8b7e741e5ec52c28c4726efa784ac6f4fa862332d698a03a9b168492ef9fe0cb98b45d240a8763c888ddfcafd2057cda9d8ab8

diff --git a/dev-python/metakernel/metadata.xml 
b/dev-python/metakernel/metadata.xml
new file mode 100644
index 000..e0c68c929e2
--- /dev/null
+++ b/dev-python/metakernel/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+s...@gentoo.org
+Gentoo Science Project
+  
+  
+A Jupyter/IPython kernel template which includes core magic
+functions (including help, command and file path completion,
+parallel and distributed processing, downloads, and much more).
+  
+  
+Calysto/metakernel
+metakernel
+  
+

diff --git a/dev-python/metakernel/metakernel-0.20.4.ebuild 
b/dev-python/metakernel/metakernel-0.20.4.ebuild
new file mode 100644
index 000..b5db58babd4
--- /dev/null
+++ b/dev-python/metakernel/metakernel-0.20.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Metakernel for Jupyter"
+HOMEPAGE="https://github.com/Calysto/metakernel;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="test"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"
+
+python_test() {
+   nosetests -v || die
+}



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

2017-08-19 Thread Sebastien Fabbro
commit: 5f7eccc0f7dadb99aa314cfb7112a350e8893239
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Sat Aug 19 22:35:38 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Sat Aug 19 22:35:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7eccc0

dev-python/ipython: unset smp as default to ease circular deps on ipyparallel

Package-Manager: Portage-2.3.7, Repoman-2.3.3

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

diff --git a/dev-python/ipython/ipython-6.1.0.ebuild 
b/dev-python/ipython/ipython-6.1.0.ebuild
index 612a99813dc..196f37a3dd7 100644
--- a/dev-python/ipython/ipython-6.1.0.ebuild
+++ b/dev-python/ipython/ipython-6.1.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples matplotlib notebook nbconvert qt4 qt5 +smp test"
+IUSE="doc examples matplotlib notebook nbconvert qt4 qt5 smp test"
 
 CDEPEND="
dev-python/decorator[${PYTHON_USEDEP}]



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

2017-08-19 Thread Sebastien Fabbro
commit: 38e862fbee4bc02e04c8a31768510acb0621c5b7
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Sat Aug 19 22:37:21 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Sat Aug 19 22:37:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e862fb

dev-python/nbconvert: version bump

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 dev-python/nbconvert/Manifest   |  1 +
 dev-python/nbconvert/nbconvert-5.2.1.ebuild | 82 +
 2 files changed, 83 insertions(+)

diff --git a/dev-python/nbconvert/Manifest b/dev-python/nbconvert/Manifest
index 8c25c028ae0..33250c39f4f 100644
--- a/dev-python/nbconvert/Manifest
+++ b/dev-python/nbconvert/Manifest
@@ -1,3 +1,4 @@
 DIST nbconvert-4.1.0.tar.gz 263948 SHA256 
e0296e45293dd127d028f678e3b6aba3f1db3283a134178bdb49eea402d4cf1c SHA512 
9761cf8cdf206bd8f27c666d7b520cbd7d805353cf46b212b46ee6053b47ec6728a5926dfe59acef109c8770580c41d51aa5b943a27e72bccecc68a7d7b68bfb
 WHIRLPOOL 
9cc27a45b00ee9914674cd14a279be1691eb8a8538803bdda127513f56dd0ce53b10745f305f8fb82abd2d19efe7c1b0284bf05f8088360d2def6c97db0c1c6e
 DIST nbconvert-4.2.0.tar.gz 428726 SHA256 
55946d7522741294fcdd50799bd1777d16673ce721fecca0610cdb86749863c6 SHA512 
441d32e5bd63cb7d0b9a70b814ec6ea647a04542601461cb8b008f4f9ab894f5729687093400703b222435100384378653fbbb38427431d9da62992ef778906a
 WHIRLPOOL 
024ef6b9a70a9248431c71092de7ae993fad1144110669c0d538d13646cd991b5389f4550c269c55c541d96526541b884d5dec8632048a9365eb1986fe34d85a
 DIST nbconvert-4.3.0.tar.gz 377486 SHA256 
d967ec588ffd1ad7336163f1ac8957a348b5c4bce4465632db4cf684ffe4b718 SHA512 
ae5ca7c08dc052a20019309301d0d0d396498fc367614480c24192cc7fd059c31856d59594da7823463e14b769e4775d41c7942aa13d90ad7186aaa08ab4cdfc
 WHIRLPOOL 
dfffe8524f5724bd819cb6f24b0536831b08c08b45a3770e3fb5e884b8a3a854588bcba29a2eb1a4df91ffb93c8dd0db4227ded57510088e5722410d61e7f67d
+DIST nbconvert-5.2.1.tar.gz 510937 SHA256 
9ed68ec7fe90a8672b43795b29ea91cc75ea355c83debc83ebd12171521ec274 SHA512 
c71c95d6c7bda4b55afad792d108d48c27857e060531dc8ec262673971c258ff9480821bd78ee5cbdbb19f107d5f8d19a49eac88819f20a09b450c26681335fa
 WHIRLPOOL 
5a580227885f18fe1caf63ad2d22fe42b6818a694a1c9212fe69f588952a9c5c6310b5ea099f3706e09b5dcbdb731b1541bd1cc6f0dce9941784dbe92cc37d1e

diff --git a/dev-python/nbconvert/nbconvert-5.2.1.ebuild 
b/dev-python/nbconvert/nbconvert-5.2.1.ebuild
new file mode 100644
index 000..8d94deb89a0
--- /dev/null
+++ b/dev-python/nbconvert/nbconvert-5.2.1.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Converting Jupyter Notebooks"
+HOMEPAGE="https://nbconvert.readthedocs.io/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc test"
+
+RDEPEND="
+   dev-python/bleach[${PYTHON_USEDEP}]
+   >=dev-python/entrypoints-0.2.2[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/jupyter_core[${PYTHON_USEDEP}]
+   >=dev-python/mistune-0.7.4[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   >=dev-python/pandocfilters-1.4.1[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-4.2.1[${PYTHON_USEDEP}]
+   dev-python/testpath[${PYTHON_USEDEP}]
+   www-servers/tornado[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? (
+   ${RDEPEND}
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/jupyter_client[${PYTHON_USEDEP}]
+   dev-python/nbsphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   )
+   test? (
+   ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-cov[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_client-4.2[${PYTHON_USEDEP}]
+   )
+"
+
+# still failing in many places
+RESTRICT=test
+
+python_prepare_all() {
+   # Prevent un-needed download during build
+   if use doc; then
+   sed -e "/^'sphinx.ext.intersphinx',/d" -i 
docs/source/conf.py || die
+   fi
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   emake -C docs html
+   HTML_DOCS=( docs/build/html/. )
+   fi
+}
+
+python_test() {
+   distutils_install_for_testing
+   cd "${TEST_DIR}"/lib || die
+   py.test --cov nbconvert -v --pyargs nbconvert || die
+}
+
+pkg_postinst() {
+   if ! has_version app-text/pandoc ; then
+   einfo "Pandoc is required for converting to formats 

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

2017-08-19 Thread Sebastien Fabbro
commit: 7e6bafb0a6e17489c6be47af518d7acfb6d80718
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Sat Aug 19 22:38:43 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Sat Aug 19 22:38:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6bafb0

dev-python/pandocfilters: version bump

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 dev-python/pandocfilters/Manifest   |  1 +
 dev-python/pandocfilters/pandocfilters-1.4.2.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-python/pandocfilters/Manifest 
b/dev-python/pandocfilters/Manifest
index 5772a4a9a62..c6cd2da8f47 100644
--- a/dev-python/pandocfilters/Manifest
+++ b/dev-python/pandocfilters/Manifest
@@ -1,2 +1,3 @@
 DIST pandocfilters-1.2.4.tar.gz 7296 SHA256 
e2c8e9820e89e52a882b26d3242dccb5931d3a1174d5f6bc31f8ee9e8b37b3cc SHA512 
3f819aebc4380ceee57e521e958bb7d29d806d2bfe3c9bddd30661d143069e39b0df79283d6c7ee85ee40fa4fa10df68fa40200395145e47b63fa96177ec226b
 WHIRLPOOL 
676fab4a9fb0d2f872187d3c739e63e08ef49caba405d9646ceec29a948318989f85410bbf1cb9c24c74f93c343cf9e4db3fc2b3390aa95694d7a93062d970bb
 DIST pandocfilters-1.4.1.tar.gz 14265 SHA256 
ec8bcd100d081db092c57f93462b1861bcfa1286ef126f34da5cb1d969538acd SHA512 
658976a635d6a5783448e18989192ee474f933cea7a4a91c3ec706b097fafd98251e62bbe3649d3779c99bafdadf9a9c1cac6916116aeb16631ad7434de1c9fe
 WHIRLPOOL 
69fdc1ee029dba775123b7901cc7013c5a89f3da8b9ca94a135e606a60c9eac5ea61093e4810cd099984d3e6495bc6f1f084f57c183daac8ca4ef668c73bced7
+DIST pandocfilters-1.4.2.tar.gz 14229 SHA256 
b3dd70e169bb5449e6bc6ff96aea89c5eea8c5f6ab5e207fc2f521a2cf4a0da9 SHA512 
5e5c0fb18f163430e87750b88d38a5f0fa618b90c84bf08e6f295df3ddd46c1bbf35ec51514af8d6699c7dfc9f0b3ee9edd0484deeb05e5efb3b26e650b5ee1b
 WHIRLPOOL 
03db4025ff8185d3ef1abb796119b8688f7ced257bf9aced3a74baf483d5fdef1ea8673f86d4bbe1844de181d0d43ddc6a0ee7d4acd01fce72a7604aeba1

diff --git a/dev-python/pandocfilters/pandocfilters-1.4.2.ebuild 
b/dev-python/pandocfilters/pandocfilters-1.4.2.ebuild
new file mode 100644
index 000..6af398b627e
--- /dev/null
+++ b/dev-python/pandocfilters/pandocfilters-1.4.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utilities for writing pandoc filters in python"
+HOMEPAGE="https://github.com/jgm/pandocfilters;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=">=app-text/pandoc-1.16"
+DEPEND="${RDEPEND}"



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

2017-08-19 Thread Sebastien Fabbro
commit: 3101c2f0a478ad65da3df915668171e03a260f3e
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Sat Aug 19 22:37:02 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Sat Aug 19 22:37:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3101c2f0

dev-python/ipywidgets: version bump

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 dev-python/ipywidgets/Manifest|  1 +
 dev-python/ipywidgets/ipywidgets-7.0.0.ebuild | 36 +++
 dev-python/ipywidgets/metadata.xml|  5 ++--
 3 files changed, 39 insertions(+), 3 deletions(-)

diff --git a/dev-python/ipywidgets/Manifest b/dev-python/ipywidgets/Manifest
index 747c366024f..85bff1b2e91 100644
--- a/dev-python/ipywidgets/Manifest
+++ b/dev-python/ipywidgets/Manifest
@@ -2,3 +2,4 @@ DIST ipywidgets-4.1.1.tar.gz 321646 SHA256 
ceeb325e45ade9537c2d115fed9d522e5c6e9
 DIST ipywidgets-5.1.5.tar.gz 2467289 SHA256 
9590407ed96c3ac4fe22b4d18eb59854de83d1f6a007522b8d63373ed06e1eaf SHA512 
245f6fb1ece32cea809813d4c49dd1dbce46fdcf3ccf2b76aad44243243ed33b6d7286524637d4475f7245a84797159d03a181a35ce925d95d3e2317d1d98df1
 WHIRLPOOL 
501591ab630cb143a8313ae7f102e7c0acf9c5b01e35daa219c999b88be533684334d2a74a48b589f9e5c30ddca34264dcaca36d0456ce44358fb5879634bb68
 DIST ipywidgets-5.2.2.tar.gz 2420984 SHA256 
baf6098f054dd5eacc2934b8ea3bef908b81ca8660d839f1f940255a72c660d2 SHA512 
2648640b08b734384e99f4a7aaf0eecafb90adea971ebd772e4c7d43a6a18006e250e6d5f1124c0f4c49d75f0b8b30bf4b3640ef3599bdf2491d517fd8bbc58b
 WHIRLPOOL 
29b67381dbcd1e6d2c0a146ace5f6dd42a4e3dc0d5dd4c8df88cdfa1189ba636bf1051e1e15b6dfab8b15c5ae5123c2bbfb1ca83cc5c7c6e49c4a41468894a25
 DIST ipywidgets-6.0.0.tar.gz 836173 SHA256 
afa6248850cff14ef86117db87aeab0b12237e4eaf740e73716460ed593a43a7 SHA512 
91544cb2ee60a21776332cf39a95f1e5bb86d0ffd33c9230430e780caea6a569dea2f48604bafe1d0b2e1d6828410010e5d0b096bd95f5b9cb470ef3857d7e23
 WHIRLPOOL 
5b5e9a21739bf944fd8f1f6848fa5bd45a54ed723a7cc6764321806903aa8ab2fb02980be9ae4ee16fe65ed91d2f07214a07c4095c2dd56b939f42b3fb6e7dd0
+DIST ipywidgets-7.0.0.tar.gz 1006851 SHA256 
63e454202f72796044e99846881c33767c47fa050735dc1f927657b9cd2b7fcd SHA512 
39219478c12f26a2bab0e975b6fb53a7f9ee92b10fa05bd885b21c7c981a4402ad65f497223a4a2c30a7d6d18bb56bec715a20659926075f2e3730e72022ade6
 WHIRLPOOL 
5160e2cb712318b736b44e6df38603be0a3e1424a5abf3efbea93b266300f5dbaa869cad6ec737030611453d8a9c3fcd75a179e1c9762620187e4d0eb9a99cab

diff --git a/dev-python/ipywidgets/ipywidgets-7.0.0.ebuild 
b/dev-python/ipywidgets/ipywidgets-7.0.0.ebuild
new file mode 100644
index 000..fa7ecc286f3
--- /dev/null
+++ b/dev-python/ipywidgets/ipywidgets-7.0.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="IPython HTML widgets for Jupyter"
+HOMEPAGE="https://ipywidgets.readthedocs.io/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/ipykernel-4.5.1[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-4.2.0[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-4.3.1[${PYTHON_USEDEP}]
+   >=dev-python/widgetsnbextension-3.0.0[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? (
+   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
'python2*')
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   nosetests --with-coverage --cover-package=ipywidgets ipywidgets || die
+}

diff --git a/dev-python/ipywidgets/metadata.xml 
b/dev-python/ipywidgets/metadata.xml
index 769dd572f11..26b1e54ce02 100644
--- a/dev-python/ipywidgets/metadata.xml
+++ b/dev-python/ipywidgets/metadata.xml
@@ -6,11 +6,10 @@
 Gentoo Science Project
   
   
-   Interactive HTML widgets for Jupyter notebooks and the IPython
-   kernel.
+Interactive HTML widgets for Jupyter notebooks and the IPython kernel.
   
   
 ipywidgets
-ipython/ipywidgets
+jupyter-widgets/ipywidgets
   
 



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

2017-08-19 Thread Sebastien Fabbro
commit: 6c78b3eb182dd656e53c8762e9e0feacea08eaba
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Sat Aug 19 22:36:30 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Sat Aug 19 22:36:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c78b3eb

dev-python/widgetsnbextension: version bump

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 dev-python/widgetsnbextension/Manifest  |  1 +
 dev-python/widgetsnbextension/metadata.xml  |  4 ++--
 .../widgetsnbextension-3.0.0.ebuild | 21 +
 3 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/dev-python/widgetsnbextension/Manifest 
b/dev-python/widgetsnbextension/Manifest
index 461f643043c..18c15a662b2 100644
--- a/dev-python/widgetsnbextension/Manifest
+++ b/dev-python/widgetsnbextension/Manifest
@@ -2,3 +2,4 @@ DIST widgetsnbextension-1.2.2.tar.gz 721558 SHA256 
688a02c08c2708e1a12f70434d794
 DIST widgetsnbextension-1.2.3.tar.gz 719404 SHA256 
3cc1196a815379ed1af0d5e911c08ee3e3cb1bf025747ed33c6195261219c877 SHA512 
ffa7ed236f6963ee2d202b67a3575d90de110638240ae7c9dd37803452a42a1a595bd668195dc513fb6aae45498030ee18f92dbcfeb7c1191ba09c8e05b18ea0
 WHIRLPOOL 
51aaf022299c10c5b81eb6a617047a885a82ccea481ad54a91ea9c2ec302f18ba41614501476ceb0d8953ad829f38eda94d9f180010434ee5797b2bebb53e461
 DIST widgetsnbextension-1.2.6.tar.gz 732444 SHA256 
c618cfb32978c9517caf0b4ef3aec312f8dd138577745e7b0d4abfcc7315ce51 SHA512 
749dc2202956b1678aec44aaf69f5075d3974996f7b43f71f68123429d2d82f2115d7c07be2f06bf4d073737feb741f7fd5b3e40f18ef2d1eb6fa77c18168824
 WHIRLPOOL 
a347dcf28bae08e6a36cdb6be4ea91e88d51d4eaf19d32179a8320b79150ddf798114c82b08eb52a62c5a0823b8d7b0e7527aaa4e2792578897f5cdb422efd5c
 DIST widgetsnbextension-2.0.0.tar.gz 570929 SHA256 
566582a84642d0c0f78b756a954450a38a8743eeb8dad04b7cab3ca66f455e6f SHA512 
5580b93c98cb088c17825574dfa807bb837bffcdf3b39c3225a6c2b17330974eff7fcb83acfed18eeab65c3f3059aabaf6886e7891b33b1c9ae422b4b96d368c
 WHIRLPOOL 
59a19d6076ad243289179db6025de19e1ed1d1038e71f29bfd0557cd4f1f1a87a726886ae74b91ad22268e45604f61058d43865fadb38b6e9f217a1b1746ada7
+DIST widgetsnbextension-3.0.0.tar.gz 1253392 SHA256 
da2d22012cdf1450ed098627924d116232dd53e259e3a54f4f79cd5b52cbaf99 SHA512 
079a2ce837e37a8d1707b6686e5c23989bb79af298847ae6bd01dd0f6e570f91e86ff53ff4aa3a8cb4f56f895e3839ef96c722bd156599eb01893870aa1fb4dd
 WHIRLPOOL 
4dab7c972086b8f8ebd0ebea64f152f4aa8b81c313a36cc4c2a9e7166d7c76267e7d85c8326e60b154c766ae60759aeeb8fa9a3433fec41b941a36d4fad2bec5

diff --git a/dev-python/widgetsnbextension/metadata.xml 
b/dev-python/widgetsnbextension/metadata.xml
index 9f0544f5e91..322ca60a938 100644
--- a/dev-python/widgetsnbextension/metadata.xml
+++ b/dev-python/widgetsnbextension/metadata.xml
@@ -6,10 +6,10 @@
 Gentoo Science Project
   
   
-   Interactive HTML widgets for Jupyter notebooks.
+Interactive HTML widgets for Jupyter notebooks.
   
   
 widgetsnbextension
-ipython/ipywidgets
+jupyter-widgets/ipywidgets
   
 

diff --git a/dev-python/widgetsnbextension/widgetsnbextension-3.0.0.ebuild 
b/dev-python/widgetsnbextension/widgetsnbextension-3.0.0.ebuild
new file mode 100644
index 000..0f0c8010c0f
--- /dev/null
+++ b/dev-python/widgetsnbextension/widgetsnbextension-3.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="IPython HTML widgets for Jupyter"
+HOMEPAGE="http://ipython.org;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=">=dev-python/notebook-4.4.1[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"



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

2017-08-19 Thread Patrice Clement
commit: 90ff54821da146478e1c19f2945789dcd4f177fc
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Aug 19 21:28:37 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Aug 19 21:28:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90ff5482

dev-libs/libexplain: add a missing dependency.

This commit bumps the ebuild to EAPI version 6 and adds a missing dependency on
sys-apps/acl.

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

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../files/libexplain-0.45-configure.patch  |  4 +-
 dev-libs/libexplain/libexplain-1.4-r1.ebuild   | 50 ++
 2 files changed, 52 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libexplain/files/libexplain-0.45-configure.patch 
b/dev-libs/libexplain/files/libexplain-0.45-configure.patch
index e82d05da534..0f031fb8d34 100644
--- a/dev-libs/libexplain/files/libexplain-0.45-configure.patch
+++ b/dev-libs/libexplain/files/libexplain-0.45-configure.patch
@@ -1,5 +1,5 @@
 libexplain-0.45.D001.orig/configure.ac
-+++ libexplain-0.45.D001/configure.ac
+--- a/configure.ac
 b/configure.ac
 @@ -26,6 +26,10 @@
  AC_PROG_RANLIB
  AC_PROG_YACC

diff --git a/dev-libs/libexplain/libexplain-1.4-r1.ebuild 
b/dev-libs/libexplain/libexplain-1.4-r1.ebuild
new file mode 100644
index 000..94aaf264a85
--- /dev/null
+++ b/dev-libs/libexplain/libexplain-1.4-r1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Library which may be used to explain Unix and Linux system call 
errors"
+HOMEPAGE="http://libexplain.sourceforge.net/;
+SRC_URI="http://libexplain.sourceforge.net/${P}.tar.gz;
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+LICENSE="GPL-3 LGPL-3"
+IUSE="static-libs"
+
+DEPEND="
+   sys-apps/acl
+   sys-apps/groff
+   app-text/ghostscript-gpl
+   >=sys-kernel/linux-headers-2.6.35"
+
+RDEPEND="
+   ${DEPEND}
+   sys-libs/libcap
+   sys-process/lsof
+   sys-libs/glibc"
+
+# Test fails with:
+# This is not a bug, but it does indicate where libexplain's ioctl support
+# could be improved.
+RESTRICT="test"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.45-configure.patch )
+
+src_prepare() {
+   # Portage incompatible test
+   sed \
+   -e '/t0524a/d' \
+   -e '/t0363a/d' \
+   -i Makefile.in || die
+
+   cp -v "${S}"/etc/configure.ac "${S}" || die
+   default
+   eautoreconf
+}
+
+src_install() {
+   default
+}



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

2017-08-19 Thread Richard Freeman
commit: a0f8f0b0a550d143afadf2c27a10367bf79fe67a
Author: Richard Freeman  gentoo  org>
AuthorDate: Sat Aug 19 20:55:57 2017 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Sat Aug 19 20:55:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0f8f0b0

net-analyzer/tcpdump: amd64 stable #626462

Bug: 626462
Package-Manager: Portage-2.3.6, Repoman-2.3.3

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

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



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

2017-08-19 Thread Richard Freeman
commit: f14289b8e0fef0886b227c782747218b376ef624
Author: Richard Freeman  gentoo  org>
AuthorDate: Sat Aug 19 20:53:24 2017 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Sat Aug 19 20:53:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f14289b8

dev-vcs/git: amd64 stable #627488

Bug: 627488
Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-vcs/git/git-2.13.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git/git-2.13.5.ebuild b/dev-vcs/git/git-2.13.5.ebuild
index ed7663f651a..80b8879a97a 100644
--- a/dev-vcs/git/git-2.13.5.ebuild
+++ b/dev-vcs/git/git-2.13.5.ebuild
@@ -38,7 +38,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2017-08-19 Thread Richard Freeman
commit: c4fa7a623cc6f9da27c074423b6dd8def75694d4
Author: Richard Freeman  gentoo  org>
AuthorDate: Sat Aug 19 20:54:55 2017 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Sat Aug 19 20:54:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4fa7a62

net-misc/curl: amd64 stable #626776

Bug: 626776
Package-Manager: Portage-2.3.6, Repoman-2.3.3

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

diff --git a/net-misc/curl/curl-7.55.0.ebuild b/net-misc/curl/curl-7.55.0.ebuild
index d127542b2fe..a4f0d0b961e 100644
--- a/net-misc/curl/curl-7.55.0.ebuild
+++ b/net-misc/curl/curl-7.55.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://curl.haxx.se/download/${P}.tar.bz2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="adns http2 idn ipv6 kerberos ldap metalink rtmp samba ssh ssl 
static-libs test threads"
 IUSE+=" curl_ssl_axtls curl_ssl_gnutls curl_ssl_libressl curl_ssl_mbedtls 
curl_ssl_nss +curl_ssl_openssl curl_ssl_winssl"
 IUSE+=" elibc_Winnt"



[gentoo-commits] proj/kde:master commit in: net-libs/libktorrent/

2017-08-19 Thread Andreas Sturmlechner
commit: 69d6e91aa93d70c606601018fedfe12e1a78a50c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 19 20:39:57 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 19 20:39:57 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=69d6e91a

net-libs/libktorrent: BUILD_TESTING=OFF fixed upstream

Upstream commit cb070950d947c1aea0e45b0afc9fa7385ccb2f1c

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-libs/libktorrent/libktorrent-.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/net-libs/libktorrent/libktorrent-.ebuild 
b/net-libs/libktorrent/libktorrent-.ebuild
index 8f0a164ffa..ec37dc3e7b 100644
--- a/net-libs/libktorrent/libktorrent-.ebuild
+++ b/net-libs/libktorrent/libktorrent-.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} != * ]]; then
KEYWORDS="~amd64 ~arm ~x86"
 fi
 
-KDE_TEST="forceoptional-recursive"
+KDE_TEST="forceoptional"
 VIRTUALX_REQUIRED="test"
 inherit kde5
 
@@ -57,6 +57,4 @@ src_prepare() {
CMakeLists.txt || die
sed -i -e "/^find_dependency/ s/ \"@LibGMP_MIN_VERSION@\"//" \
KF5TorrentConfig.cmake.in || die
-
-   use test || cmake_comment_add_subdirectory testlib
 }



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

2017-08-19 Thread Andreas Sturmlechner
commit: 3d1162bf65ae5d8063c40d9da8b6ec53ec120291
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 19 18:40:53 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 19 18:40:53 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3d1162bf

kde-frameworks/kauth: Drop obsolete subslot operator

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-frameworks/kauth/kauth-.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/kde-frameworks/kauth/kauth-.ebuild 
b/kde-frameworks/kauth/kauth-.ebuild
index 12fd8da0b0..1bf3fa83f5 100644
--- a/kde-frameworks/kauth/kauth-.ebuild
+++ b/kde-frameworks/kauth/kauth-.ebuild
@@ -11,10 +11,9 @@ LICENSE="LGPL-2.1+"
 KEYWORDS=""
 IUSE="nls +policykit"
 
-# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
 RDEPEND="
$(add_frameworks_dep kcoreaddons)
-   $(add_qt_dep qtdbus '' '' '5=')
+   $(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
policykit? ( sys-auth/polkit-qt[qt5] )



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

2017-08-19 Thread Andreas Sturmlechner
commit: d1c26f2b37d721ef695385fbbc911ae7553a83fa
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 19 18:41:19 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 19 18:41:19 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d1c26f2b

kde-frameworks/knotifications: Drop obsolete subslot operator

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-frameworks/knotifications/knotifications-.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/kde-frameworks/knotifications/knotifications-.ebuild 
b/kde-frameworks/knotifications/knotifications-.ebuild
index 7a5a468af3..772bab3286 100644
--- a/kde-frameworks/knotifications/knotifications-.ebuild
+++ b/kde-frameworks/knotifications/knotifications-.ebuild
@@ -11,14 +11,13 @@ LICENSE="LGPL-2.1+"
 KEYWORDS=""
 IUSE="dbus nls speech X"
 
-# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
 RDEPEND="
$(add_frameworks_dep kcodecs)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kwindowsystem)
$(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui '' '' '5=')
+   $(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
media-libs/phonon[qt5]
dbus? ( dev-libs/libdbusmenu-qt[qt5] )



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

2017-08-19 Thread Andreas Sturmlechner
commit: 1c901bdddb99c6caf2de57325b3180967f2930d2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 19 20:12:46 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 19 20:20:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c901bdd

dev-util/kdevelop-php: Drop old

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-util/kdevelop-php/Manifest  |  1 -
 dev-util/kdevelop-php/kdevelop-php-5.1.0.ebuild | 42 -
 2 files changed, 43 deletions(-)

diff --git a/dev-util/kdevelop-php/Manifest b/dev-util/kdevelop-php/Manifest
index 195cd1ac3d7..8540dbdd9e3 100644
--- a/dev-util/kdevelop-php/Manifest
+++ b/dev-util/kdevelop-php/Manifest
@@ -1,2 +1 @@
-DIST kdev-php-5.1.0.tar.xz 678080 SHA256 
bafb0cf407a80476ce0d2c0316bff304ff766c3dbee014e7ed2df2fc2160d5ab SHA512 
bd7768e7285a87dcc79fd5206528c3473590350e2b8ebb268f71cba6fc59014c70ee95078d8531aa70a262455f32197212c16b65f4af41f86b868acaacf10bf9
 WHIRLPOOL 
78f82cf1902d06d8e7e41b50f7e096c9fa8c29dcb67f2b5a2b484068084cd75e8062cdab2ba68ed4aef0a08c3739b8d0040e9b1ab6133ab21ec67ae769f71f71
 DIST kdev-php-5.1.1.tar.xz 678368 SHA256 
a33abd4837354218891225f0e18b7e9eb6e106cc1c744731a9003a9ea71e1404 SHA512 
71d59db196e33663ae7167b973c3514e795d636370ace39b9c760a601f4bd947ffd6a3f8d7cfa0e199c77d8818dfeaf56882059aa18026aadd1e7b808326d0fc
 WHIRLPOOL 
ea4c437fa30bbad082d2e2fd65d38e8b91d9c4701a7726db7fc7010b80ca46f05d5975e5a2679df82b26ba26175abb11f6b0dca16f98a0ec992531dbe33fe91e

diff --git a/dev-util/kdevelop-php/kdevelop-php-5.1.0.ebuild 
b/dev-util/kdevelop-php/kdevelop-php-5.1.0.ebuild
deleted file mode 100644
index 01534506bab..000
--- a/dev-util/kdevelop-php/kdevelop-php-5.1.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_BRANCH="5.1"
-KDEBASE="kdevelop"
-KDE_DOC_DIR="docs"
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional-recursive"
-KMNAME="kdev-php"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="PHP plugin for KDevelop"
-LICENSE="GPL-2 LGPL-2"
-IUSE=""
-[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="amd64 x86"
-
-DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep ktexteditor)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep threadweaver)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwebkit)
-   $(add_qt_dep qtwidgets)
-   dev-util/kdevelop-pg-qt:5
-   >=dev-util/kdevplatform-${PV}:${SLOT}
-"
-RDEPEND="${DEPEND}
-   !dev-util/kdevelop-php-docs
-   dev-util/kdevelop:5
-"



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

2017-08-19 Thread Andreas Sturmlechner
commit: f3b6725354f9614f718d8c3ad2c42d885acdb5b6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 19 20:12:00 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 19 20:20:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3b67253

dev-libs/sink: Drop old

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-libs/sink/sink-0.3.0.ebuild | 31 ---
 1 file changed, 31 deletions(-)

diff --git a/dev-libs/sink/sink-0.3.0.ebuild b/dev-libs/sink/sink-0.3.0.ebuild
deleted file mode 100644
index 77cfe779d93..000
--- a/dev-libs/sink/sink-0.3.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="forceoptional"
-inherit kde5
-
-DESCRIPTION="A data access layer handling synchronization, caching and 
indexing"
-SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64"
-IUSE=""
-
-# qtgui is bogus but is required because something else in the deptree
-# uses it as a public dependency but doesn't search for it properly
-RDEPEND="
-   $(add_kdeapps_dep kcontacts)
-   $(add_kdeapps_dep kmime)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   dev-db/lmdb:=
-   dev-libs/flatbuffers
-   dev-libs/kasync
-   sys-libs/readline:0=
-"
-DEPEND="${RDEPEND}"
-
-# fails to build
-RESTRICT+=" test"



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

2017-08-19 Thread Andreas Sturmlechner
commit: e0e7c1b084b748b4c84d65177fdce88645111aca
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 19 19:31:56 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 19 20:20:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0e7c1b0

dev-libs/sink: Add missing DEPENDs, workaround kde5.eclass for now

What a great new way for upstream to hide actual runtime necessities!
'example implementations' much.

Gentoo-bug: 624436
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-libs/sink/sink-0.3.0-r1.ebuild | 49 ++
 1 file changed, 49 insertions(+)

diff --git a/dev-libs/sink/sink-0.3.0-r1.ebuild 
b/dev-libs/sink/sink-0.3.0-r1.ebuild
new file mode 100644
index 000..f5b019abd29
--- /dev/null
+++ b/dev-libs/sink/sink-0.3.0-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="true" # build breaks otherwise. tests not isolated.
+inherit kde5
+
+DESCRIPTION="A data access layer handling synchronization, caching and 
indexing"
+SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64"
+IUSE=""
+
+# qtgui is bogus but is required because something else in the deptree
+# uses it as a public dependency but doesn't search for it properly
+RDEPEND="
+   $(add_frameworks_dep kcoreaddons)
+   $(add_kdeapps_dep kcontacts)
+   $(add_kdeapps_dep kmime)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   dev-db/lmdb:=
+   dev-libs/flatbuffers
+   dev-libs/kasync
+   net-libs/kdav2
+   net-libs/kimap2
+   net-misc/curl
+   sys-libs/readline:0=
+"
+DEPEND="${RDEPEND}"
+
+# fails to build
+RESTRICT+=" test"
+
+src_prepare() {
+   kde5_src_prepare
+   # FIXME: sink is useless without its 'examples'. Workaround our eclass
+   sed -i -e "/add_subdirectory(examples)/ s/#DONOTCOMPILE //" \
+   CMakeLists.txt || die "Failed to fix CMakeLists.txt"
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_Libgit2=ON
+   )
+   kde5_src_configure
+}



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

2017-08-19 Thread Andreas Sturmlechner
commit: 2a810e625f099a7c300e536ce944c43d7284130a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 19 19:12:36 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 19 20:20:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a810e62

app-office/libreoffice: Fix src_install after mimelnk removal

Upstream commit b72766bc4d9be138063bedda00a7b98573505784
Gentoo-bug: 628314
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-office/libreoffice/libreoffice-.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-.ebuild 
b/app-office/libreoffice/libreoffice-.ebuild
index 2e6d5a92f86..29426fea497 100644
--- a/app-office/libreoffice/libreoffice-.ebuild
+++ b/app-office/libreoffice/libreoffice-.ebuild
@@ -564,9 +564,6 @@ src_install() {
insinto /usr/$(get_libdir)/libreoffice/help
doins xmlhelp/util/*.xsl
 
-   # Remove desktop files to support old installs that can't parse mime
-   rm -r "${ED}"usr/share/mimelnk/ || die
-
pax-mark -m "${ED}"usr/$(get_libdir)/libreoffice/program/soffice.bin
pax-mark -m "${ED}"usr/$(get_libdir)/libreoffice/program/unopkg.bin
 }



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

2017-08-19 Thread Andreas Sturmlechner
commit: 72195c47250e45c1d2227bbe4548db781cf1f9c4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 19 20:13:09 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 19 20:20:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72195c47

dev-util/kdevelop-python: Drop old

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-util/kdevelop-python/Manifest  |  1 -
 .../kdevelop-python-5.1.0-r1.ebuild| 53 --
 2 files changed, 54 deletions(-)

diff --git a/dev-util/kdevelop-python/Manifest 
b/dev-util/kdevelop-python/Manifest
index 2b8aa6f8ceb..9a9861ef280 100644
--- a/dev-util/kdevelop-python/Manifest
+++ b/dev-util/kdevelop-python/Manifest
@@ -1,2 +1 @@
-DIST kdev-python-5.1.0.tar.xz 1068408 SHA256 
362334b35a807af9143cd209619939f514a526d7e93a7f22000ed090c045d918 SHA512 
9e7a847d0303a580929d70016de43392b0fe59531b4edafd25f601c27f87edae0c9056c77da2092d2d6fabd7a60e0f259a9a4209d7eef94fc932f35d9f2f9092
 WHIRLPOOL 
712057597fe91d42930d19b32dba1ceeb687d3e9e32ed100f37b9a0a4bbf075137098f95aa7f218f4e5797dfc81f9efbdaf5bc232dd62878d6731dba0309752c
 DIST kdev-python-5.1.1.tar.xz 1068832 SHA256 
e2d8ed64106fb6ff12161095df67d078af9e56c9075f7c2a99d96fb517ff020e SHA512 
e232b2fc44876c8e46422ea2986c2df06071e3422236139d3658f514d2f9d968c4f6320048566fe991c5c510cc3cf36eb55389e3d2205bb29c92b4c6a97b19bf
 WHIRLPOOL 
c5990fb2bbd74aee057b31b9dd74dafad0d1a8fe183f8c9321d444aca820dffe85a37642fa7de961362dea1b51224d6e3e80ab4c67525c82c676a152dd76425b

diff --git a/dev-util/kdevelop-python/kdevelop-python-5.1.0-r1.ebuild 
b/dev-util/kdevelop-python/kdevelop-python-5.1.0-r1.ebuild
deleted file mode 100644
index 4e6c4ee8caa..000
--- a/dev-util/kdevelop-python/kdevelop-python-5.1.0-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_BRANCH="5.1"
-KDEBASE="kdevelop"
-KMNAME="kdev-python"
-PYTHON_COMPAT=( python3_{4,5,6} )
-inherit kde5 python-single-r1
-
-DESCRIPTION="Python plugin for KDevelop"
-IUSE=""
-[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="amd64 x86"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep knewstuff)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep ktexteditor)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep threadweaver)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-   dev-util/kdevplatform:5
-"
-RDEPEND="${DEPEND}
-   dev-python/pycodestyle[${PYTHON_USEDEP}]
-   dev-util/kdevelop:5
-"
-
-RESTRICT+=" test"
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-   kde5_pkg_setup
-}
-
-src_compile() {
-   pushd "${WORKDIR}"/${P}_build > /dev/null || die
-   emake parser
-   popd > /dev/null || die
-
-   kde5_src_compile
-}



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

2017-08-19 Thread Andreas Sturmlechner
commit: 026ac69114fea0ee7262dff77b5bdd03a6ac6dc1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 19 20:13:45 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 19 20:20:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=026ac691

dev-util/kdevelop: Drop old

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-util/kdevelop/Manifest  |  1 -
 dev-util/kdevelop/kdevelop-5.1.0.ebuild | 92 -
 2 files changed, 93 deletions(-)

diff --git a/dev-util/kdevelop/Manifest b/dev-util/kdevelop/Manifest
index 5005a20e590..f752b4553ba 100644
--- a/dev-util/kdevelop/Manifest
+++ b/dev-util/kdevelop/Manifest
@@ -1,2 +1 @@
-DIST kdevelop-5.1.0.tar.xz 4681648 SHA256 
c0bc424a765a9be3ffb25acefcfa4db323b0612bae762fca1ae70225fa5c8ce8 SHA512 
a4363467a3caabd1b047e17ae9f1c56a4511ae752611705326a1563e48752044a242cdd429e651b3f8bc87c1de429f508dc26498a7715eab43b9f10a6685
 WHIRLPOOL 
7343997594c6edac84c49ba2b2deac9d82ecc230e8dde3bc0c09c58e0e2e19efebd80fcc4e9da6cc98fd951beae0df3eb9d375c6357e73ccfcf26af8c61325c1
 DIST kdevelop-5.1.1.tar.xz 4685416 SHA256 
0a01a4ffb2f01802cf4945521a3149a8f82c21fa8a97935991f1854b7db5d754 SHA512 
e2c1a4885bab9815341a53da6a98dd4939b7128eee174e79c616cc020f464362a2730508b3a8d66f00e4ea95f2098b92d6328b43b9f22bd77145bbe6ce096529
 WHIRLPOOL 
7e4134a89533ec510486f4b65a50cdc4b6f9f3ec3639f38077e568b54ae66d470f8028348eaab875c08ab8de4535902e2572aea99f86baba9359b581747a4366

diff --git a/dev-util/kdevelop/kdevelop-5.1.0.ebuild 
b/dev-util/kdevelop/kdevelop-5.1.0.ebuild
deleted file mode 100644
index 681bc324503..000
--- a/dev-util/kdevelop/kdevelop-5.1.0.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_BRANCH="5.1"
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional-recursive"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Integrated Development Environment, supporting KF5/Qt, C/C++ and 
much more"
-LICENSE="GPL-2 LGPL-2"
-IUSE="+gdbui +ninja okteta +plasma +qmake qthelp"
-[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="amd64 x86"
-
-COMMON_DEPEND="
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep kdeclarative)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knewstuff)
-   $(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktexteditor)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep threadweaver)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtwebkit)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   >=dev-util/kdevplatform-${PV}:5
-   >=sys-devel/clang-3.5.0:*
-   x11-misc/shared-mime-info
-   gdbui? ( $(add_plasma_dep libksysguard) )
-   okteta? ( $(add_kdeapps_dep okteta) )
-   plasma? (
-   $(add_frameworks_dep krunner)
-   $(add_frameworks_dep plasma)
-   )
-   qmake? ( dev-util/kdevelop-pg-qt:5 )
-   qthelp? ( $(add_qt_dep qthelp) )
-"
-DEPEND="${COMMON_DEPEND}
-   $(add_qt_dep qtconcurrent)
-"
-RDEPEND="${COMMON_DEPEND}
-   $(add_kdeapps_dep kapptemplate)
-   $(add_kdeapps_dep kio-extras)
-   >=sys-devel/gdb-7.0[python]
-   ninja? ( dev-util/ninja )
-   !dev-util/kdevelop:4
-   !dev-util/kdevelop-clang
-   !dev-util/kdevelop-cppcheck
-   !dev-util/kdevelop-qmake
-   !dev-util/kdevelop-qmljs
-   !

[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/

2017-08-19 Thread Andreas Sturmlechner
commit: 00d61595ddeb2fc049b0e9e67b55113820d52573
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 19 20:17:49 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 19 20:20:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00d61595

kde-frameworks/knotifications: Drop obsolete subslot operator

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-frameworks/knotifications/knotifications-5.37.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/kde-frameworks/knotifications/knotifications-5.37.0.ebuild 
b/kde-frameworks/knotifications/knotifications-5.37.0.ebuild
index 66584d3cce8..ac165c3bdce 100644
--- a/kde-frameworks/knotifications/knotifications-5.37.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-5.37.0.ebuild
@@ -11,14 +11,13 @@ LICENSE="LGPL-2.1+"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="dbus nls speech X"
 
-# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
 RDEPEND="
$(add_frameworks_dep kcodecs)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kwindowsystem)
$(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui '' '' '5=')
+   $(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
media-libs/phonon[qt5]
dbus? ( dev-libs/libdbusmenu-qt[qt5] )



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

2017-08-19 Thread Andreas Sturmlechner
commit: fc26d14faa7f0daeeaef77aa675f0492a698b096
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 19 20:14:13 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 19 20:20:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc26d14f

dev-util/kdevplatform: Drop old

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-util/kdevplatform/Manifest  |   1 -
 dev-util/kdevplatform/kdevplatform-5.1.0.ebuild | 106 
 2 files changed, 107 deletions(-)

diff --git a/dev-util/kdevplatform/Manifest b/dev-util/kdevplatform/Manifest
index 2b5f32956a6..ff1a1c4b0f1 100644
--- a/dev-util/kdevplatform/Manifest
+++ b/dev-util/kdevplatform/Manifest
@@ -1,2 +1 @@
-DIST kdevplatform-5.1.0.tar.xz 2048172 SHA256 
f09f3b807c9d360b894bc4439cce5b1cb23ff0754941dd26abf45c33b731aedb SHA512 
b94fcd1294855654c3183c7bc0dbfefd099cfaadeb44180788f439b11c0e61609863aae5a06776d9e6a4915c9768a794760c8a931678d9cc5d9c5e98560a7998
 WHIRLPOOL 
301620ff6ebc9012f0f7bce4d771b83b8b03ab75602cae0182a0b23173ff1d9382a0536c16acc512e5ee27bd01861b308b5388b853ac701ec83b44f3b913e714
 DIST kdevplatform-5.1.1.tar.xz 2047948 SHA256 
3159440512b1373c1a4b35f401ba1f81217de9578372b45137af141eeda6e726 SHA512 
2780bc8f321be262bb9c2152fa8c58d52c93d48411122a5ce8d00f11becc8885c9697be7159cbcbb57c0a3f049912f96e67bc274af7ffa90cebf62eeba1eb572
 WHIRLPOOL 
60ea7b77d5edc007e91d141affbb9c9d46a4cbf52efc21e7b0202d07132d553e266af2968802843758a40905aeb5f568fff787fd4f68c48698619b5f8528378a

diff --git a/dev-util/kdevplatform/kdevplatform-5.1.0.ebuild 
b/dev-util/kdevplatform/kdevplatform-5.1.0.ebuild
deleted file mode 100644
index da30347c5cf..000
--- a/dev-util/kdevplatform/kdevplatform-5.1.0.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_BRANCH="5.1"
-KDEBASE="kdevelop"
-KDE_TEST="forceoptional-recursive"
-VIRTUALDBUS_TEST="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="KDE development support libraries and apps"
-IUSE="cvs reviewboard subversion +welcomepage"
-[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="amd64 x86"
-
-COMMON_DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kbookmarks)
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdeclarative)
-   $(add_frameworks_dep kguiaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knewstuff)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktexteditor)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep sonnet)
-   $(add_frameworks_dep threadweaver)
-   $(add_kdeapps_dep libkomparediff2)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qttest)
-   $(add_qt_dep qtwebkit)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   dev-libs/grantlee:5
-   reviewboard? ( dev-libs/purpose )
-   subversion? (
-   dev-libs/apr:1
-   dev-libs/apr-util:1
-   dev-vcs/subversion
-   )
-   welcomepage? ( $(add_qt_dep qtdeclarative 'widgets') )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-   $(add_qt_dep qtconcurrent)
-"
-RDEPEND="${COMMON_DEPEND}
-   cvs? ( dev-vcs/cvs )
-   !dev-util/kdevelop:4
-   !dev-util/kdevplatform:4
-"
-
-REQUIRED_USE="test? ( welcomepage )"
-
-RESTRICT+=" test"
-
-src_prepare() {
-   kde5_src_prepare
-   # root tests subdirectory actually does not contain tests, installs 
stuff
-   if ! use test; then
-   sed -i -e "/add_subdirectory(tests)/ s/#DONOTCOMPILE //" \
-   CMakeLists.txt || die "Failed to fix CMakeLists.txt"
-   sed -i -e '1s/^/find_package(Qt5Test \$\{QT_MIN_VERSION\})\n/' \
-   tests/CMakeLists.txt || die "Failed to fix 
tests/CMakeLists.txt"
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_cvs=$(usex cvs)
-   $(cmake-utils_use_find_package reviewboard 
KDEExperimentalPurpose)
-   $(cmake-utils_use_find_package subversion SubversionLibrary)
-   $(cmake-utils_use_find_package welcomepage Qt5QuickWidgets)
-   )
-
-   

[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kauth/

2017-08-19 Thread Andreas Sturmlechner
commit: b381d2d9afc96fc499c6e7e2af710c9ebbda5d30
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 19 20:17:15 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 19 20:20:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b381d2d9

kde-frameworks/kauth: Drop obsolete subslot operator

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-frameworks/kauth/kauth-5.37.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/kde-frameworks/kauth/kauth-5.37.0.ebuild 
b/kde-frameworks/kauth/kauth-5.37.0.ebuild
index db59069980b..0b7ce29ed9c 100644
--- a/kde-frameworks/kauth/kauth-5.37.0.ebuild
+++ b/kde-frameworks/kauth/kauth-5.37.0.ebuild
@@ -11,10 +11,9 @@ LICENSE="LGPL-2.1+"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="nls +policykit"
 
-# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
 RDEPEND="
$(add_frameworks_dep kcoreaddons)
-   $(add_qt_dep qtdbus '' '' '5=')
+   $(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
policykit? ( sys-auth/polkit-qt[qt5] )



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

2017-08-19 Thread Patrice Clement
commit: d3b6a9978515e3c4f50d2d5ca3ad724b1fa3b754
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Aug 19 17:53:32 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Aug 19 19:33:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3b6a997

app-text/recode: call rm in verbose mode instead of force mode.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-text/recode/recode-3.6_p20-r1.ebuild  | 3 +--
 app-text/recode/recode-3.7_pre20140303.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/app-text/recode/recode-3.6_p20-r1.ebuild 
b/app-text/recode/recode-3.6_p20-r1.ebuild
index 7b6e7af72bc..c65c85ddd67 100644
--- a/app-text/recode/recode-3.6_p20-r1.ebuild
+++ b/app-text/recode/recode-3.6_p20-r1.ebuild
@@ -60,6 +60,5 @@ multilib_src_configure() {
 
 multilib_src_install_all() {
einstalldocs
-   find "${ED}" -name '*.la' -exec rm -f {} + || die
-   rm -f "${ED}"/usr/lib/charset.alias || die
+   find "${ED}" -name '*.la' -exec rm -v {} + || die
 }

diff --git a/app-text/recode/recode-3.7_pre20140303.ebuild 
b/app-text/recode/recode-3.7_pre20140303.ebuild
index f155462078f..7ec8284a8d0 100644
--- a/app-text/recode/recode-3.7_pre20140303.ebuild
+++ b/app-text/recode/recode-3.7_pre20140303.ebuild
@@ -37,6 +37,5 @@ src_configure() {
 
 src_install() {
default
-   find "${ED}" -name '*.la' -exec rm -f {} + || die
-   rm -f "${ED}"/usr/lib/charset.alias || die
+   find "${ED}" -name '*.la' -exec rm -v {} + || die
 }



[gentoo-commits] repo/gentoo:master commit in: sci-misc/boinc/

2017-08-19 Thread Michał Górny
commit: 192b9a6ad983e4419319fd2792ed344d73a754e1
Author: Sven Eden  gmx  net>
AuthorDate: Sat Aug 19 15:46:38 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 19 19:01:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=192b9a6a

sci-misc/boinc: New ebuild for series 7.8 client version 7.8.1

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sci-misc/boinc/Manifest   |   1 +
 sci-misc/boinc/boinc-7.8.1.ebuild | 181 ++
 2 files changed, 182 insertions(+)

diff --git a/sci-misc/boinc/Manifest b/sci-misc/boinc/Manifest
index e84a0ffccb5..9e53e5657c0 100644
--- a/sci-misc/boinc/Manifest
+++ b/sci-misc/boinc/Manifest
@@ -1,4 +1,5 @@
 DIST boinc-7.2.47.tar.gz 45121609 SHA256 
f48a7d8387d2809b438d844d239b39e705d5b39d1bf03f4a5be41e30e7d41137 SHA512 
0865c0462fac94d03447442a37896f61af58d8ab83331d8bede0fda8dbca0b94b583abe20938b54096be2a5553ab39467f9381e855e326ff9b289ed74bd78431
 WHIRLPOOL 
bb842e8f2c91bee882ee650cb06f21570f88bd05b38a9f57ff2b55b34f6fb546bdec698023df9fa4169250c39b46ea9d8c3ddf3e6ec6ba6e33ff636162203289
 DIST boinc-7.4.52.tar.gz 44146174 SHA256 
ac27154ad28d9d0a63ba7153ebb7bcbbd0586744c763c91deeb0325d56530192 SHA512 
32623552e091bf388e85e5f118a8cd035b677091620d2b171513299428e4b53b94f7bfd75e8d4e9f46de3a7cadd8b498434acc3b9aeffbd3667aa18d65c0bc78
 WHIRLPOOL 
e1035ba513a3adced4d5576e856fc43213cca923f3d016aa86c19784a4efcbaa7e599a2728568e14121a63aa89365b1ae00b99af588824f17371836f9494266e
 DIST boinc-7.6.33.tar.gz 43569544 SHA256 
c4b1c29b9655013e0ac61dddf47ad7f30f38c46159f02a9d9dc8ab854e99aa6d SHA512 
c1a98d1a489835abdac72b300c0c8ce82eec9a677ff891c57da4df9875a9bbdd4b45dd9d5ae6ddc2926a0e47ae281fb94ff87815b8aeab0786e15062465e2c20
 WHIRLPOOL 
118578c4058b3f19fab61982a2f2007379790f37cd077f80f7e4c6a7bed30016142c3236af6274553c19ac1a662b4022ddf6323e22c7dc697ea30ca0bccfbaeb
+DIST boinc-7.8.1.tar.gz 52054963 SHA256 
5393c54aa40f4513d1d0603a0f450036c5fe07dba134cfb31289a62d85f46933 SHA512 
208431e87cc47bfcd255049d113a0d0ad9e9648644b8611ab149d0621e5cf731086e2cbe8944950b4f5d12aefdd73353e540938e580cb98663861923cb049e31
 WHIRLPOOL 
79fc632cdae976f99d7859c91b110b659c394f396e1f1f427d83606d04674cf8399d38e38584f9ace300b874611792586348b46946a1950420586d7b9939ff3f
 DIST boinc.tif 288208 SHA256 
5c14c65a7531e1dc3f7f7c18ef86eb0e27726527cb835967aed8b0d003eb564a SHA512 
548e19b87fd70dbeb05687320b86aad39981c161b5b5b7e02fc3ce886d4c464c9bb763d5652d9895dd505ce247c7ff4490caa3d407e28f54ce889ffbab22d046
 WHIRLPOOL 
6a6cace44c8483000cda787da39006db521fd9408539f8abca2c2ab913371405b97719af0518acd2f5239451a9605d0f6d67a40fdb14cb49a03a42a7a44a4c86

diff --git a/sci-misc/boinc/boinc-7.8.1.ebuild 
b/sci-misc/boinc/boinc-7.8.1.ebuild
new file mode 100644
index 000..59a13dfeba9
--- /dev/null
+++ b/sci-misc/boinc/boinc-7.8.1.ebuild
@@ -0,0 +1,181 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+WX_GTK_VER=3.0
+
+inherit autotools eutils linux-info systemd user versionator wxwidgets
+
+MY_PV=$(get_version_component_range 1-2)
+
+DESCRIPTION="The Berkeley Open Infrastructure for Network Computing"
+HOMEPAGE="http://boinc.ssl.berkeley.edu/;
+SRC_URI="https://github.com/BOINC/boinc/archive/client_release/${MY_PV}/${PV}.tar.gz
 -> ${P}.tar.gz
+   X? ( http://boinc.berkeley.edu/logo/boinc_glossy2_512_F.tif -> 
${PN}.tif )"
+RESTRICT="mirror"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="X cuda curl_ssl_gnutls curl_ssl_libressl +curl_ssl_openssl static-libs"
+
+REQUIRED_USE="^^ ( curl_ssl_gnutls curl_ssl_libressl curl_ssl_openssl ) "
+
+# libcurl must not be using an ssl backend boinc does not support.
+# If the libcurl ssl backend changes, boinc should be recompiled.
+RDEPEND="
+   !sci-misc/boinc-bin
+   !app-admin/quickswitch
+   >=app-misc/ca-certificates-20080809
+   
net-misc/curl[curl_ssl_gnutls(-)=,curl_ssl_libressl(-)=,-curl_ssl_nss(-),curl_ssl_openssl(-)=,-curl_ssl_axtls(-),-curl_ssl_cyassl(-)]
+   sys-apps/util-linux
+   sys-libs/zlib
+   cuda? (
+   >=dev-util/nvidia-cuda-toolkit-2.1
+   >=x11-drivers/nvidia-drivers-180.22
+   )
+   X? (
+   dev-db/sqlite:3
+   media-libs/freeglut
+   sys-libs/glibc:2.2
+   virtual/jpeg:0=
+   x11-libs/gtk+:2
+   >=x11-libs/libnotify-0.7
+   x11-libs/wxGTK:${WX_GTK_VER}[X,opengl,webkit]
+   )
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   app-text/docbook-xml-dtd:4.4
+   app-text/docbook2X
+   X? ( virtual/imagemagick-tools[png,tiff] )
+"
+
+PATCHES=(
+   # >=x11-libs/wxGTK-3.0.2.0-r3 has webview removed, bug 587462
+   "${FILESDIR}"/fix_webview.patch
+)
+
+S="${WORKDIR}/${PN}-client_release-${MY_PV}-${PV}"
+
+pkg_setup() {
+   # Bug 578750
+   if use kernel_linux; then
+   linux-info_pkg_setup
+   

[gentoo-commits] repo/gentoo:master commit in: sci-misc/boinc/, sci-misc/boinc/files/

2017-08-19 Thread Michał Górny
commit: 42e99588ad3b1c7822cf9f150d4af33eb9c73517
Author: Sven Eden  gmx  net>
AuthorDate: Sat Aug 19 15:39:18 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 19 19:01:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42e99588

sci-misc/boinc: Fix typos in init script

This commit fixes Gentoo Bug #626958
  "sci-misc/boinc-7.6.33-r5 typos in /etc/init.d/boinc"

In five places the eerror function was spelled "eeror", which is
obviously wrong. This commit fixes that.

As the init script isn't correctly working in all error cases without
these fixes, the ebuilds got revision bumped to forece the
installation of the fixed version.

Bug: https://bugs.gentoo.org/show_bug.cgi?id=626958
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../boinc/{boinc-7.2.44-r5.ebuild => boinc-7.2.44-r6.ebuild}   |  0
 .../boinc/{boinc-7.4.52-r5.ebuild => boinc-7.4.52-r6.ebuild}   |  0
 .../boinc/{boinc-7.6.33-r5.ebuild => boinc-7.6.33-r6.ebuild}   |  0
 sci-misc/boinc/files/boinc.init.in | 10 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sci-misc/boinc/boinc-7.2.44-r5.ebuild 
b/sci-misc/boinc/boinc-7.2.44-r6.ebuild
similarity index 100%
rename from sci-misc/boinc/boinc-7.2.44-r5.ebuild
rename to sci-misc/boinc/boinc-7.2.44-r6.ebuild

diff --git a/sci-misc/boinc/boinc-7.4.52-r5.ebuild 
b/sci-misc/boinc/boinc-7.4.52-r6.ebuild
similarity index 100%
rename from sci-misc/boinc/boinc-7.4.52-r5.ebuild
rename to sci-misc/boinc/boinc-7.4.52-r6.ebuild

diff --git a/sci-misc/boinc/boinc-7.6.33-r5.ebuild 
b/sci-misc/boinc/boinc-7.6.33-r6.ebuild
similarity index 100%
rename from sci-misc/boinc/boinc-7.6.33-r5.ebuild
rename to sci-misc/boinc/boinc-7.6.33-r6.ebuild

diff --git a/sci-misc/boinc/files/boinc.init.in 
b/sci-misc/boinc/files/boinc.init.in
index a5ea8dd13bb..b46a06e3d38 100644
--- a/sci-misc/boinc/files/boinc.init.in
+++ b/sci-misc/boinc/files/boinc.init.in
@@ -15,13 +15,13 @@ create_work_directory() {
if [ ! -d "${RUNTIMEDIR}" ]; then
einfo "Directory ${RUNTIMEDIR} does not exist, creating now."
if ! mkdir -p "${RUNTIMEDIR}"; then
-   eeror "Directory ${RUNTIMEDIR} could not be created!"
+   eerror "Directory ${RUNTIMEDIR} could not be created!"
return 1
fi
 
# ensure proper ownership
if ! chown "${USER}:${GROUP}" "${RUNTIMEDIR}"; then
-   eeror "Changing ownership of '${RUNTIMEDIR}' to 
'${USER}:${GROUP}' failed!"
+   eerror "Changing ownership of '${RUNTIMEDIR}' to 
'${USER}:${GROUP}' failed!"
return 1
fi
fi
@@ -33,7 +33,7 @@ create_work_directory() {
fi
 
if ! ln -s "${sslcrt}" "${RUNTIMEDIR}"/ca-bundle.crt; then
-   eeror "Symlinking '${sslcrt}' failed!"
+   eerror "Symlinking '${sslcrt}' failed!"
return 1
fi
fi
@@ -58,14 +58,14 @@ fix_lib_symlinks() {
 
# Remove broken symlink
if ! rm -f "${tgt}"; then
-   eeror "Removing '${tgt}' failed!"
+   eerror "Removing '${tgt}' failed!"
return 1
fi
fi
 
# symlink the correct path
if ! ln -snf "${src}" "${tgt}"; then
-   eeror "Symlinking '${src}' to '${tgt}' failed!"
+   eerror "Symlinking '${src}' to '${tgt}' failed!"
return 1
fi
 



[gentoo-commits] repo/gentoo:master commit in: sci-misc/boinc/

2017-08-19 Thread Michał Górny
commit: dabdb0a10b0b87760e592aeb18fea4c82c2fe95b
Author: Sven Eden  gmx  net>
AuthorDate: Sat Aug 19 15:44:34 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 19 19:01:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dabdb0a1

sci-misc/boinc: Version bump of series 7.2 client to version 7.2.47

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sci-misc/boinc/Manifest| 2 +-
 sci-misc/boinc/{boinc-7.2.44-r6.ebuild => boinc-7.2.47.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-misc/boinc/Manifest b/sci-misc/boinc/Manifest
index 93aca18a340..e84a0ffccb5 100644
--- a/sci-misc/boinc/Manifest
+++ b/sci-misc/boinc/Manifest
@@ -1,4 +1,4 @@
-DIST boinc-7.2.44.tar.gz 46626134 SHA256 
bae214f238b8b3d1826a44e3a9e5d91cbad165e7df6daf8a7f208f36c51c5425 SHA512 
60f58eecbe1f8d1a272b338d0c2b2fcbfb95538c448cbfdab25d3e860129b519a2c3b2608a909e285bdf4378c23a71107a6d3c2d3aa519ec906480d81be19ca9
 WHIRLPOOL 
f071fce088769ca35bacc9466e3a863bc619d025e14aa26b96a5a736027e4438a2d660df804d95cc635c4bd83e636c0c79e2712f2953bbc2fd905091ec1a1589
+DIST boinc-7.2.47.tar.gz 45121609 SHA256 
f48a7d8387d2809b438d844d239b39e705d5b39d1bf03f4a5be41e30e7d41137 SHA512 
0865c0462fac94d03447442a37896f61af58d8ab83331d8bede0fda8dbca0b94b583abe20938b54096be2a5553ab39467f9381e855e326ff9b289ed74bd78431
 WHIRLPOOL 
bb842e8f2c91bee882ee650cb06f21570f88bd05b38a9f57ff2b55b34f6fb546bdec698023df9fa4169250c39b46ea9d8c3ddf3e6ec6ba6e33ff636162203289
 DIST boinc-7.4.52.tar.gz 44146174 SHA256 
ac27154ad28d9d0a63ba7153ebb7bcbbd0586744c763c91deeb0325d56530192 SHA512 
32623552e091bf388e85e5f118a8cd035b677091620d2b171513299428e4b53b94f7bfd75e8d4e9f46de3a7cadd8b498434acc3b9aeffbd3667aa18d65c0bc78
 WHIRLPOOL 
e1035ba513a3adced4d5576e856fc43213cca923f3d016aa86c19784a4efcbaa7e599a2728568e14121a63aa89365b1ae00b99af588824f17371836f9494266e
 DIST boinc-7.6.33.tar.gz 43569544 SHA256 
c4b1c29b9655013e0ac61dddf47ad7f30f38c46159f02a9d9dc8ab854e99aa6d SHA512 
c1a98d1a489835abdac72b300c0c8ce82eec9a677ff891c57da4df9875a9bbdd4b45dd9d5ae6ddc2926a0e47ae281fb94ff87815b8aeab0786e15062465e2c20
 WHIRLPOOL 
118578c4058b3f19fab61982a2f2007379790f37cd077f80f7e4c6a7bed30016142c3236af6274553c19ac1a662b4022ddf6323e22c7dc697ea30ca0bccfbaeb
 DIST boinc.tif 288208 SHA256 
5c14c65a7531e1dc3f7f7c18ef86eb0e27726527cb835967aed8b0d003eb564a SHA512 
548e19b87fd70dbeb05687320b86aad39981c161b5b5b7e02fc3ce886d4c464c9bb763d5652d9895dd505ce247c7ff4490caa3d407e28f54ce889ffbab22d046
 WHIRLPOOL 
6a6cace44c8483000cda787da39006db521fd9408539f8abca2c2ab913371405b97719af0518acd2f5239451a9605d0f6d67a40fdb14cb49a03a42a7a44a4c86

diff --git a/sci-misc/boinc/boinc-7.2.44-r6.ebuild 
b/sci-misc/boinc/boinc-7.2.47.ebuild
similarity index 100%
rename from sci-misc/boinc/boinc-7.2.44-r6.ebuild
rename to sci-misc/boinc/boinc-7.2.47.ebuild



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

2017-08-19 Thread Göktürk Yüksek
commit: 5c682a04e9c74daef843a32b4b9bc4e03b1199e6
Author: kuzetsa  gmail  com>
AuthorDate: Sat Aug 19 14:49:08 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sat Aug 19 18:50:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c682a04

sys-kernel/ck-sources: v.bump (4.9.44 & 4.12.8)

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-kernel/ck-sources/Manifest |  6 +++
 sys-kernel/ck-sources/ck-sources-4.12.8.ebuild | 60 
 sys-kernel/ck-sources/ck-sources-4.9.44.ebuild | 65 ++
 3 files changed, 131 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 5193e604345..52af9f2dc7e 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -14,6 +14,9 @@ DIST genpatches-4.12-7.extras.tar.xz 17356 SHA256 
bc6c9e7e68f5cd1a011e72165fa07d
 DIST genpatches-4.12-8.base.tar.xz 150876 SHA256 
3e2cecfa779c67a2dd174ac6de9489680967098e8ad051bb6e2e6f9e76796d58 SHA512 
f699d790586f1db369dd4a4f85cabc4ddafdf28c6db23372eae7fd0c944d1ed8b0adee67e206519798f751de64734f4f9e6da2eba74a6e300df5306efad9b0e7
 WHIRLPOOL 
dd734e52ce6b2e111786c2bfb517c2ec00b6d990b12100867eb8ed64019edb4ac7894fe7f71a400111e4e03637a176f0a17e385376948e49807bbfc390bc544c
 DIST genpatches-4.12-8.experimental.tar.xz 5188 SHA256 
a543b132702d856c1d0102af6e2e5f9ecd3d68d3340e1cd3c79cf2be448cdb9d SHA512 
4499ec8c5d4ca191e79c888e27825353e3c352f97a091d992552c293c41ca071befc162ed9b68b24c5ac1697a91c9ca6a1e4f507d29f94125ad82c36455ade88
 WHIRLPOOL 
2db819825fb8ea6f7f4b5b9b2cd9a8412022c74f6d94c89cb70dcb002aa834d602334aa8bce32a39922cfde619227153072fa4a23abb14f913083967e975091c
 DIST genpatches-4.12-8.extras.tar.xz 17348 SHA256 
8a8ab6b7fde738260621a1a2a8eb83a0382f7a027e726ae8ba1a5be22805f297 SHA512 
f9eb2773f3178aaafb5ccc9fc5f21b602bdfd3fac59633ad94d8268fee45261f88daede52b35fe035f6c3bb685941984aea6974af518caea18e475a0f31be223
 WHIRLPOOL 
36f3877941c97e51139435d5e3acaee057b602214ab8f82b32c45c89c97732a577919757ae687545d25e3fd75fb3522f041775bd4de6c00dbeced972e24df7e8
+DIST genpatches-4.12-9.base.tar.xz 167880 SHA256 
c99409d968f02d88508c6d0043ca0c3bb7cd7749e7f39695454b9659791b8824 SHA512 
be3612770820d46226282b1c5bcf33b9fade9dc690706e76b8ecb906defa55092cd6144ddaf7b72a571535770a8ad91dadf9201a3e795c2df4c5abd7fe7ebb09
 WHIRLPOOL 
f7d22d793852a9d97b488a719183baa4065e0ac60e7f5c9a91cb190302d0b8d5d5e4ff4d46ac3f6ced0c244940676c0eecc55cb9e2cfb1ebc518755bd6c1d93c
+DIST genpatches-4.12-9.experimental.tar.xz 5188 SHA256 
1e7a9dc3c6395a18c0eaf96aba615c665f0741dbe6f8b10e0ba8d1e67b987af8 SHA512 
4a41720a0c5431d92e65392e7a2880f7fa044c01ae652577352893ea30f8b6ec1182842489b8b436e54f23e09783d203ecc53e5a9297a8a45b84194baf83d1ce
 WHIRLPOOL 
6b64592b6ffdce8d3b16ee4beb0cbc1b55016c9a3d697edb8f704a3b3d9823c44b28e125983833d30a1ef20633e3325f844d9c827e90260ae22cefbee9df9c39
+DIST genpatches-4.12-9.extras.tar.xz 17348 SHA256 
223efaa2c498c3191643d03ba47b7f3a88e019bc013a82226d24b6132a75d713 SHA512 
38f9fbb92a2e446d57ddf4fe765225cc050e90282ce14b43eeec53d41a4af704c6219808592f96bf7cb2b5629c5294b7cd1b847fee113dec3d42e0c4c38c483f
 WHIRLPOOL 
782ef4f145343df7515cd0fc9acc569842e5a889ed21198f96fab5b230d4e5bb33a597864ef0b2693db83a13a9051c38513ec4b7ed4a1d1330f029c7eb13adef
 DIST genpatches-4.9-40.base.tar.xz 873248 SHA256 
bff6bf6340301b0afee5b0fc1b74c40ac56b8c0c8a6dd491f47520bd3f7a4778 SHA512 
d7f62112978aa40a5e34d62ed1843b666f101b65e5c0c5f7fb0273a942a3174767b8ada6b2d26942b67f822a4f56b12e87493037712eebe433e9769ee12f3e52
 WHIRLPOOL 
ef094fe40bc703f7ad9023ea5a51a33b9b65d7f4d22027b3ef88954006be165b8903b4f337c451487457960780cc1041a1b3b84dcb9befb270546188bd9b7c21
 DIST genpatches-4.9-40.experimental.tar.xz 106408 SHA256 
df363fca6154b95b9ce7a80f59511a0d7b79cefa8d225cf4ce63ccd8aaed223c SHA512 
10fd0e22f7e064cc367eca6cea8243ebb7da4b2d72aa5001f02a6fe17e4945591bd6575b1e85172140ee60007071845fba5244014f40294a0f092bb6571cacc3
 WHIRLPOOL 
35de6e7e38b77e151bc5faa4d10db51d9b10b37ea15c29fab2b1b5df2b758d96c21c1f32309ba521ca7dc5cdd4c18c3ad16854c0105c99ea4098f36a81e1964b
 DIST genpatches-4.9-40.extras.tar.xz 17360 SHA256 
b9b6164eff5dbe458ee05f856770f545a28764d17d2216afd16940513053e16f SHA512 
968906db8bb837f79478d8912220b4691de8231b06bf479b224a60b001831d1ea3824b4a47ae66894a3b7c2aefffbf0523570888ebe7e81f7c321c184e51a611
 WHIRLPOOL 
d4ebfdd022a6ffa74a1a3f6f4d93366156c43ab9c3f9ba4d2d4b5395fba0a6cfb5800c9d9b2333de90d965eb66117e226647330213a566d3960e6d071b7c7acb
@@ -26,6 +29,9 @@ DIST genpatches-4.9-43.extras.tar.xz 17356 SHA256 
bc6c9e7e68f5cd1a011e72165fa07d
 DIST genpatches-4.9-44.base.tar.xz 951260 SHA256 
50653655b2eb37db1b98ee2024754dbc40017290233b7db86b6ae0d7d1577491 SHA512 
cb1b15354f5588d6db5719f6e829db278c6beac33c264cf4e484b8c1531673a9b61600c308282293020d1c22ff1a05dd95889a47608d1c1000cfc87a9c6c016c
 WHIRLPOOL 
b47d86e7532e4a824e42d5de6f3600d465e4697198b8cc016927b3985a2165d9fbe59f3959dd77164848c5daaef2f050219946919c07d9bbb359f353ece8cbc1
 DIST 

[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2017-08-19 Thread Mike Gilbert
commit: 9c300ee89b0567a42067f49d3570b0c675785185
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Aug 19 18:23:44 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Aug 19 18:42:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c300ee8

www-plugins/chrome-binary-plugins: automated update (61.0.3163.49, 62.0.3188.2)

Package-Manager: Portage-2.3.6_p39, Repoman-2.3.3_p17

 www-plugins/chrome-binary-plugins/Manifest| 4 ++--
 39_beta.ebuild => chrome-binary-plugins-61.0.3163.49_beta.ebuild} | 0
 0_alpha.ebuild => chrome-binary-plugins-62.0.3188.2_alpha.ebuild} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 0d962c40061..e9b73c09886 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_61.0.3163.39-1_amd64.deb 76821968 SHA256 
582ecb2679b9bb724cfd3f5434195511440ed969277d127669e04feeec216f3a SHA512 
679c4c0cca993d3bbee20b0e43b1f8ed7fc196ba2dc8b598d749a8abd19546bebe81f2fbd93257beaa5c0e1fe61ba8118a3c251b8db8391ed887cac411f485b7
 WHIRLPOOL 
de560e7525cf4b8d504d82046c19714341ca6e1c4910a5f1daa9dffe32fcb0c066826ce44180d649a79d98df76824c365df61ba7a08a328cb3699c77c7b2
+DIST google-chrome-beta_61.0.3163.49-1_amd64.deb 78774764 SHA256 
4342e8977054266c1ed868ce81465ecdd7f68a46372a38966996ee58257ceaae SHA512 
41b182cb66bd1f686edfdaeba6d69aa617065bd0d58b5603d2e4438d63dbcf8808997750e2db3a1fce6e14895cf0f0248955fb8b984ad32886cad5471b2fd94e
 WHIRLPOOL 
5f5b13a1c9f842f5fa8bebeaf885325ff27446e254732e28a9ffc30d6d75b290790670bab841ed139e76dfc198d6c404b9f672902750f3024ef3c0a54538b916
 DIST google-chrome-stable_60.0.3112.101-1_amd64.deb 61981266 SHA256 
5c22cc312c360cf7ad84f5f75c6fc6626b59ca529f7f66f65aaab3b9ca8df196 SHA512 
142745e4eef198d11ed321ad44b1e072f12984bf148b68f4b721ffd136f79d1236db68bfd7dbfa573cc2ae10113940190f2492587d355e85bb066d9e732f9b0d
 WHIRLPOOL 
b67ed7fc1bf7b8620ee2d254897529bfabe02e5749e402a60bdc04d6f48e575cb75ce0e59e45d0c0ed0aea5f9f2750c9dd119b8ac719371e2ee5efd895d8fdc2
-DIST google-chrome-unstable_62.0.3178.0-1_amd64.deb 48800018 SHA256 
10b021a3dc9c640b61a59671ceb1335f5c4eb3ceb831dbcb2ec5f6fe8981eeff SHA512 
307b5d1f86fe6240a2db0357204352e623af1c8042dcbf9b3a8f4c2c0a52ac6515f8f669a9258db2f945b7a9868b145c548106c2e09908a250dd150dc171d7c4
 WHIRLPOOL 
8328a060fb4d3c998405bb6f37ef74f70e6af2ff5c20ce19a3febe2ac2bbac8b2b5b218d0684233d1fb4c5340b30872f0136fa792151b6144988e69a59c26866
+DIST google-chrome-unstable_62.0.3188.2-1_amd64.deb 48903162 SHA256 
aeb2090c0d600d5bd6e2e6c5237c32214efc8bdce23fc6c361651a9d0c7bb627 SHA512 
57e702a7a8cdd38b966016e734950ae18dc3631efd9c4d5c32b0f5de15199dd5784e1ed9931e83cafd0635563a2f1ea368a2908899690fea81e4030ccc05e07e
 WHIRLPOOL 
c39d224fc4026b1849bbff7294ff68e7a988f5921839cc02ce621b670e857226786628589c7a2ea6595a786f4830d2db043fb21ccb4bfefe7a4382add9fa144d

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-61.0.3163.39_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-61.0.3163.49_beta.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-61.0.3163.39_beta.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-61.0.3163.49_beta.ebuild

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-62.0.3178.0_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-62.0.3188.2_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-62.0.3178.0_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-62.0.3188.2_alpha.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2017-08-19 Thread Mike Gilbert
commit: 92304ff88aae67d4406f2dbacf84755b7dc96cb8
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Aug 19 18:23:07 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Aug 19 18:42:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92304ff8

www-client/google-chrome-unstable: automated update (62.0.3188.2)

Package-Manager: Portage-2.3.6_p39, Repoman-2.3.3_p17

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...ble-62.0.3178.0.ebuild => google-chrome-unstable-62.0.3188.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index c2199a40798..f29cde11753 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_62.0.3178.0-1_amd64.deb 48800018 SHA256 
10b021a3dc9c640b61a59671ceb1335f5c4eb3ceb831dbcb2ec5f6fe8981eeff SHA512 
307b5d1f86fe6240a2db0357204352e623af1c8042dcbf9b3a8f4c2c0a52ac6515f8f669a9258db2f945b7a9868b145c548106c2e09908a250dd150dc171d7c4
 WHIRLPOOL 
8328a060fb4d3c998405bb6f37ef74f70e6af2ff5c20ce19a3febe2ac2bbac8b2b5b218d0684233d1fb4c5340b30872f0136fa792151b6144988e69a59c26866
+DIST google-chrome-unstable_62.0.3188.2-1_amd64.deb 48903162 SHA256 
aeb2090c0d600d5bd6e2e6c5237c32214efc8bdce23fc6c361651a9d0c7bb627 SHA512 
57e702a7a8cdd38b966016e734950ae18dc3631efd9c4d5c32b0f5de15199dd5784e1ed9931e83cafd0635563a2f1ea368a2908899690fea81e4030ccc05e07e
 WHIRLPOOL 
c39d224fc4026b1849bbff7294ff68e7a988f5921839cc02ce621b670e857226786628589c7a2ea6595a786f4830d2db043fb21ccb4bfefe7a4382add9fa144d

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-62.0.3178.0.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-62.0.3188.2.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-62.0.3178.0.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-62.0.3188.2.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-beta/

2017-08-19 Thread Mike Gilbert
commit: f8ff18ea229c551fe9bbb11441a4dc10b4457dde
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Aug 19 18:23:34 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Aug 19 18:42:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8ff18ea

www-client/google-chrome-beta: automated update (61.0.3163.49)

Package-Manager: Portage-2.3.6_p39, Repoman-2.3.3_p17

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...-beta-61.0.3163.39.ebuild => google-chrome-beta-61.0.3163.49.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index 61bc7731f7b..e8b0e702cb9 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_61.0.3163.39-1_amd64.deb 76821968 SHA256 
582ecb2679b9bb724cfd3f5434195511440ed969277d127669e04feeec216f3a SHA512 
679c4c0cca993d3bbee20b0e43b1f8ed7fc196ba2dc8b598d749a8abd19546bebe81f2fbd93257beaa5c0e1fe61ba8118a3c251b8db8391ed887cac411f485b7
 WHIRLPOOL 
de560e7525cf4b8d504d82046c19714341ca6e1c4910a5f1daa9dffe32fcb0c066826ce44180d649a79d98df76824c365df61ba7a08a328cb3699c77c7b2
+DIST google-chrome-beta_61.0.3163.49-1_amd64.deb 78774764 SHA256 
4342e8977054266c1ed868ce81465ecdd7f68a46372a38966996ee58257ceaae SHA512 
41b182cb66bd1f686edfdaeba6d69aa617065bd0d58b5603d2e4438d63dbcf8808997750e2db3a1fce6e14895cf0f0248955fb8b984ad32886cad5471b2fd94e
 WHIRLPOOL 
5f5b13a1c9f842f5fa8bebeaf885325ff27446e254732e28a9ffc30d6d75b290790670bab841ed139e76dfc198d6c404b9f672902750f3024ef3c0a54538b916

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-61.0.3163.39.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-61.0.3163.49.ebuild
similarity index 100%
rename from www-client/google-chrome-beta/google-chrome-beta-61.0.3163.39.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-61.0.3163.49.ebuild



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

2017-08-19 Thread Davide Pesavento
commit: 9116125d71a293126c6d680fc4f9f7a8d35623f7
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Aug 19 18:33:52 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Aug 19 18:39:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9116125d

x11-libs/qscintilla: version bump

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-libs/qscintilla/Manifest| 2 +-
 .../qscintilla/{qscintilla-2.10.ebuild => qscintilla-2.10.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/qscintilla/Manifest b/x11-libs/qscintilla/Manifest
index 80af86f450c..4138c7636c8 100644
--- a/x11-libs/qscintilla/Manifest
+++ b/x11-libs/qscintilla/Manifest
@@ -1,3 +1,3 @@
-DIST QScintilla_gpl-2.10.tar.gz 2662004 SHA256 
16be30577bc178470936c458551f2512cc068aff6e7a7de6ed244e28c045f6ec SHA512 
fe33471de0807bc4e0d6b86e78eac70531a20c96b5c3269111d4c89eca7ccae5e55752fc2a5c8f20f37220a3ccfb6e9d7d718c02058dd8b40075d40da211a93b
 WHIRLPOOL 
40973a8f925e7a2545b8960ad09547ea62ac7e67ac964a00f775dd62259f8cfe7420a7bfb18e4cfce83ecfa67af68a43742ebee36e89fa89e4bc9b6204601429
+DIST QScintilla_gpl-2.10.1.tar.gz 2663446 SHA256 
97f98a9d91f908db6ce37fecc6d241d955b388a1c487173b60726cba9a3dfa64 SHA512 
ea9b95ca371a8af9262493ab59ecaef77e1697ba21d1d594aab39e836917884fd829aa4f6c4e72cce60b0d3f40eac654157cc507d027945f0034881855123ccc
 WHIRLPOOL 
96261f2c2c38458891afad057716bdfee05f74e9f15a8b8ce2eab4445b8c56256cbcb33326631ac1f3624e2c998d490f5e057c348b3a3eb44a9260c938beda61
 DIST QScintilla_gpl-2.9.2.tar.gz 2491222 SHA256 
f2c8ccdc9d3dbb90764ceed53ea096da9bb13b6260da1324e6ab4ecea29e620a SHA512 
28f88111d7eb6a016a4b87f04d2b7f5d6481b521a3361a526b3b45a56240f5c8de10310e819234fcba773c6df73bf398ae2dce622976a8e760f506be1defb7c8
 WHIRLPOOL 
a04420c66fd417e5304c92a1ee3c1998f6849bccb9088dae96ed48c06cab0a9b1c012f073aafb1e05aaee46564de9ac89ae07145f3ded35cf47beac78065650a
 DIST QScintilla_gpl-2.9.4.tar.gz 2557199 SHA256 
8b3a23023e9f0573caed6f9cee86f898d87b768ee15b8c211a423783a4cfa4e6 SHA512 
5a2eebbe523a0f2f1c7bc63ce5ee9cb8793a597d00eea5b638f18f90d6e798e92c281be23ee5e7072d5afced9e1fccb6ae51526a3623d373d57c3db64d026b16
 WHIRLPOOL 
68aacdcd0fc7102494ccae1f0ea3e222845bdd3f9bef603d89fe50d50dba6ac77471228a84c1c281a46ccf74bdb6902aa3bb21f89388ec5408bdde5876cf8655

diff --git a/x11-libs/qscintilla/qscintilla-2.10.ebuild 
b/x11-libs/qscintilla/qscintilla-2.10.1.ebuild
similarity index 100%
rename from x11-libs/qscintilla/qscintilla-2.10.ebuild
rename to x11-libs/qscintilla/qscintilla-2.10.1.ebuild



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

2017-08-19 Thread Davide Pesavento
commit: b5e4b6faf9e113c597a94f29beabfbeaf4ad1e92
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Aug 19 18:39:32 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Aug 19 18:39:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e4b6fa

dev-python/qscintilla-python: version bump

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/qscintilla-python/Manifest   | 2 +-
 .../{qscintilla-python-2.10.ebuild => qscintilla-python-2.10.1.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 80af86f450c..4138c7636c8 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,3 +1,3 @@
-DIST QScintilla_gpl-2.10.tar.gz 2662004 SHA256 
16be30577bc178470936c458551f2512cc068aff6e7a7de6ed244e28c045f6ec SHA512 
fe33471de0807bc4e0d6b86e78eac70531a20c96b5c3269111d4c89eca7ccae5e55752fc2a5c8f20f37220a3ccfb6e9d7d718c02058dd8b40075d40da211a93b
 WHIRLPOOL 
40973a8f925e7a2545b8960ad09547ea62ac7e67ac964a00f775dd62259f8cfe7420a7bfb18e4cfce83ecfa67af68a43742ebee36e89fa89e4bc9b6204601429
+DIST QScintilla_gpl-2.10.1.tar.gz 2663446 SHA256 
97f98a9d91f908db6ce37fecc6d241d955b388a1c487173b60726cba9a3dfa64 SHA512 
ea9b95ca371a8af9262493ab59ecaef77e1697ba21d1d594aab39e836917884fd829aa4f6c4e72cce60b0d3f40eac654157cc507d027945f0034881855123ccc
 WHIRLPOOL 
96261f2c2c38458891afad057716bdfee05f74e9f15a8b8ce2eab4445b8c56256cbcb33326631ac1f3624e2c998d490f5e057c348b3a3eb44a9260c938beda61
 DIST QScintilla_gpl-2.9.2.tar.gz 2491222 SHA256 
f2c8ccdc9d3dbb90764ceed53ea096da9bb13b6260da1324e6ab4ecea29e620a SHA512 
28f88111d7eb6a016a4b87f04d2b7f5d6481b521a3361a526b3b45a56240f5c8de10310e819234fcba773c6df73bf398ae2dce622976a8e760f506be1defb7c8
 WHIRLPOOL 
a04420c66fd417e5304c92a1ee3c1998f6849bccb9088dae96ed48c06cab0a9b1c012f073aafb1e05aaee46564de9ac89ae07145f3ded35cf47beac78065650a
 DIST QScintilla_gpl-2.9.4.tar.gz 2557199 SHA256 
8b3a23023e9f0573caed6f9cee86f898d87b768ee15b8c211a423783a4cfa4e6 SHA512 
5a2eebbe523a0f2f1c7bc63ce5ee9cb8793a597d00eea5b638f18f90d6e798e92c281be23ee5e7072d5afced9e1fccb6ae51526a3623d373d57c3db64d026b16
 WHIRLPOOL 
68aacdcd0fc7102494ccae1f0ea3e222845bdd3f9bef603d89fe50d50dba6ac77471228a84c1c281a46ccf74bdb6902aa3bb21f89388ec5408bdde5876cf8655

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.1.ebuild
similarity index 97%
rename from dev-python/qscintilla-python/qscintilla-python-2.10.ebuild
rename to dev-python/qscintilla-python/qscintilla-python-2.10.1.ebuild
index 84f0bc38bb1..de393e595d8 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.10.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.10.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit multibuild python-r1 qmake-utils
 



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

2017-08-19 Thread Michał Górny
commit: 0e0fa054d2f24c7ff4512a1c48dde3f30841c2dc
Author: Graeme Lawes  gmail  com>
AuthorDate: Sat Jul  1 09:01:34 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 19 18:20:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0fa054

sys-cluster/teleport: add teleport v.2.2.4

 sys-cluster/teleport/Manifest  | 1 +
 sys-cluster/teleport/teleport-2.2.0.ebuild | 2 +-
 sys-cluster/teleport/teleport-2.2.1.ebuild | 2 +-
 .../teleport/{teleport-2.2.0.ebuild => teleport-2.2.4.ebuild}  | 7 ++-
 sys-cluster/teleport/teleport-.ebuild  | 2 +-
 5 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/teleport/Manifest b/sys-cluster/teleport/Manifest
index 0cd526ab748..4d5b5f9f743 100644
--- a/sys-cluster/teleport/Manifest
+++ b/sys-cluster/teleport/Manifest
@@ -1,2 +1,3 @@
 DIST teleport-2.2.0.tar.gz 7229371 SHA256 
b12bea0474a0ce5f4df10729607661b1afbecd5e95083835ccee7b54493c9452 SHA512 
bec288983371bd3807b7ce994b1533a5e869d903251f8a8ce6315768a1d3ae95d72f832037345c36c9cd4789fbc449c54b86359988b1e74d4f46f9e0db6b3239
 WHIRLPOOL 
5b128fda80b1ce4afe60e10e6d5d9e83f621f6a405e713af7d1b988562038aa927c9f7c733a927a3aa724c261d058dba1fa75526dd2eb9051b1e6fe4c984004c
 DIST teleport-2.2.1.tar.gz 7235188 SHA256 
5a5c7be4615a3ef3e6915a4330b71cd063dd3a86013b8a72a5dbbca882eb28ac SHA512 
011ffd8fdf42131455c32b8a8ed1ddee0181a8dcd3424dc9cf5ac96c53ce719d369e0bfac4392cc0dec14e78fed94732bbcb56c2db5987ee778ad29e4f7a749d
 WHIRLPOOL 
988da053d7c85acfe1103696e33eff9fbb37d4feb5af580b1fb7b8995ca7ec449786c997619f81717816298b4cdc0bf26b823ac62b3c85ce72d3bdd783d02215
+DIST teleport-2.2.4.tar.gz 7234252 SHA256 
25624d3b8dff987eab70cfadd0fe55a96d741ef8955064cd6e51e718da7f0363 SHA512 
859bc34c90c4d1a504b9fa2958e49803c7af8bee3c2692d70590095ef0356a00cf963c5fc30613f3a7852b602fc7fbbd81ca99fc24ce51787f6d8d2e05af4762
 WHIRLPOOL 
4572b9b0cd9b84a579b99135759cd270d6b6c1f4590a990f3652bd4a80ce80f54e061564518500615ac77a321bebfd1476596a83e822b33a166fa1b3ae62311f

diff --git a/sys-cluster/teleport/teleport-2.2.0.ebuild 
b/sys-cluster/teleport/teleport-2.2.0.ebuild
index 50aac8796fe..73701f3ef24 100644
--- a/sys-cluster/teleport/teleport-2.2.0.ebuild
+++ b/sys-cluster/teleport/teleport-2.2.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gravitational.com/teleport;
 
 EGO_PN="github.com/gravitational/${PN}/..."
 
-if [ ${PV} == "" ] ; then
+if [[ ${PV} == "" ]] ; then
inherit git-r3 golang-vcs
EGIT_REPO_URI="https://github.com/gravitational/${PN}.git;
 else

diff --git a/sys-cluster/teleport/teleport-2.2.1.ebuild 
b/sys-cluster/teleport/teleport-2.2.1.ebuild
index 50aac8796fe..73701f3ef24 100644
--- a/sys-cluster/teleport/teleport-2.2.1.ebuild
+++ b/sys-cluster/teleport/teleport-2.2.1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gravitational.com/teleport;
 
 EGO_PN="github.com/gravitational/${PN}/..."
 
-if [ ${PV} == "" ] ; then
+if [[ ${PV} == "" ]] ; then
inherit git-r3 golang-vcs
EGIT_REPO_URI="https://github.com/gravitational/${PN}.git;
 else

diff --git a/sys-cluster/teleport/teleport-2.2.0.ebuild 
b/sys-cluster/teleport/teleport-2.2.4.ebuild
similarity index 92%
copy from sys-cluster/teleport/teleport-2.2.0.ebuild
copy to sys-cluster/teleport/teleport-2.2.4.ebuild
index 50aac8796fe..d4cdaf815da 100644
--- a/sys-cluster/teleport/teleport-2.2.0.ebuild
+++ b/sys-cluster/teleport/teleport-2.2.4.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gravitational.com/teleport;
 
 EGO_PN="github.com/gravitational/${PN}/..."
 
-if [ ${PV} == "" ] ; then
+if [[ ${PV} == "" ]] ; then
inherit git-r3 golang-vcs
EGIT_REPO_URI="https://github.com/gravitational/${PN}.git;
 else
@@ -21,6 +21,7 @@ fi
 LICENSE="Apache-2.0"
 SLOT="0"
 IUSE=""
+RESTRICT="test"
 
 DEPEND="
app-arch/zip
@@ -49,3 +50,7 @@ src_install() {
systemd_dounit "${FILESDIR}"/${PN}.service
systemd_install_serviced "${FILESDIR}"/${PN}.service.conf ${PN}.service
 }
+
+src_test() {
+   GOPATH="${S}" emake -C src/${EGO_PN%/*} test
+}

diff --git a/sys-cluster/teleport/teleport-.ebuild 
b/sys-cluster/teleport/teleport-.ebuild
index 87502805344..99620ea6684 100644
--- a/sys-cluster/teleport/teleport-.ebuild
+++ b/sys-cluster/teleport/teleport-.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gravitational.com/teleport;
 
 EGO_PN="github.com/gravitational/${PN}/..."
 
-if [ ${PV} == "" ] ; then
+if [[ ${PV} == "" ]] ; then
inherit git-r3 golang-vcs
EGIT_REPO_URI="https://github.com/gravitational/${PN}.git;
 else



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/teleport/, sys-cluster/teleport/files/

2017-08-19 Thread Michał Górny
commit: 3868a4ae836f49d059d295c39a94a1fca4675d4a
Author: Graeme Lawes  gmail  com>
AuthorDate: Fri Aug 18 03:37:59 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 19 18:20:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3868a4ae

sys-cluster/teleport: don't pre-strip binaries

Needed to patch Makefile to allow BUILDFLAGS to be overridden.  This
will be fixed in later upstream releases.

 sys-cluster/teleport/files/teleport-makefile-buildflags.patch | 11 +++
 sys-cluster/teleport/teleport-2.2.0.ebuild|  4 +++-
 sys-cluster/teleport/teleport-2.2.1.ebuild|  4 +++-
 sys-cluster/teleport/teleport-2.2.4.ebuild|  4 +++-
 sys-cluster/teleport/teleport-.ebuild |  2 +-
 5 files changed, 21 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/teleport/files/teleport-makefile-buildflags.patch 
b/sys-cluster/teleport/files/teleport-makefile-buildflags.patch
new file mode 100644
index 000..d3da35350d8
--- /dev/null
+++ b/sys-cluster/teleport/files/teleport-makefile-buildflags.patch
@@ -0,0 +1,11 @@
+--- work/src/github.com/gravitational/teleport/Makefile
 work/src/github.com/gravitational/teleport/Makefile
+@@ -12,7 +12,7 @@
+ PWD ?= `pwd`
+ TELEPORT_DEBUG ?= no
+ GITTAG=v$(VERSION)
+-BUILDFLAGS := $(ADDFLAGS) -ldflags '-w -s'
++BUILDFLAGS ?= $(ADDFLAGS) -ldflags '-w -s'
+ 
+ RELEASE=teleport-$(GITTAG)-`go env GOOS`-`go env GOARCH`-bin
+ BINARIES=$(BUILDDIR)/tsh $(BUILDDIR)/teleport $(BUILDDIR)/tctl

diff --git a/sys-cluster/teleport/teleport-2.2.0.ebuild 
b/sys-cluster/teleport/teleport-2.2.0.ebuild
index 73701f3ef24..3fafc3ed333 100644
--- a/sys-cluster/teleport/teleport-2.2.0.ebuild
+++ b/sys-cluster/teleport/teleport-2.2.0.ebuild
@@ -27,8 +27,10 @@ DEPEND="
>=dev-lang/go-1.8.3"
 RDEPEND=""
 
+PATCHES=( "${FILESDIR}"/${PN}-makefile-buildflags.patch )
+
 src_compile() {
-   GOPATH="${S}" emake -C src/${EGO_PN%/*}
+   BUILDFLAGS="" GOPATH="${S}" emake -C src/${EGO_PN%/*}
pushd src/${EGO_PN%/*}/web/dist >/dev/null || die
zip -qr "${S}/src/${EGO_PN%/*}/build/webassets.zip" . || die
popd >/dev/null || die

diff --git a/sys-cluster/teleport/teleport-2.2.1.ebuild 
b/sys-cluster/teleport/teleport-2.2.1.ebuild
index 73701f3ef24..3fafc3ed333 100644
--- a/sys-cluster/teleport/teleport-2.2.1.ebuild
+++ b/sys-cluster/teleport/teleport-2.2.1.ebuild
@@ -27,8 +27,10 @@ DEPEND="
>=dev-lang/go-1.8.3"
 RDEPEND=""
 
+PATCHES=( "${FILESDIR}"/${PN}-makefile-buildflags.patch )
+
 src_compile() {
-   GOPATH="${S}" emake -C src/${EGO_PN%/*}
+   BUILDFLAGS="" GOPATH="${S}" emake -C src/${EGO_PN%/*}
pushd src/${EGO_PN%/*}/web/dist >/dev/null || die
zip -qr "${S}/src/${EGO_PN%/*}/build/webassets.zip" . || die
popd >/dev/null || die

diff --git a/sys-cluster/teleport/teleport-2.2.4.ebuild 
b/sys-cluster/teleport/teleport-2.2.4.ebuild
index d4cdaf815da..90fddb344c0 100644
--- a/sys-cluster/teleport/teleport-2.2.4.ebuild
+++ b/sys-cluster/teleport/teleport-2.2.4.ebuild
@@ -28,8 +28,10 @@ DEPEND="
>=dev-lang/go-1.8.3"
 RDEPEND=""
 
+PATCHES=( "${FILESDIR}"/${PN}-makefile-buildflags.patch )
+
 src_compile() {
-   GOPATH="${S}" emake -C src/${EGO_PN%/*}
+   BUILDFLAGS="" GOPATH="${S}" emake -C src/${EGO_PN%/*}
pushd src/${EGO_PN%/*}/web/dist >/dev/null || die
zip -qr "${S}/src/${EGO_PN%/*}/build/webassets.zip" . || die
popd >/dev/null || die

diff --git a/sys-cluster/teleport/teleport-.ebuild 
b/sys-cluster/teleport/teleport-.ebuild
index 99620ea6684..3e870fac4bd 100644
--- a/sys-cluster/teleport/teleport-.ebuild
+++ b/sys-cluster/teleport/teleport-.ebuild
@@ -28,7 +28,7 @@ DEPEND="
 RDEPEND=""
 
 src_compile() {
-   GOPATH="${S}" emake -C src/${EGO_PN%/*}
+   BUILDFLAGS="" GOPATH="${S}" emake -C src/${EGO_PN%/*}
pushd src/${EGO_PN%/*}/web/dist >/dev/null || die
zip -qr "${S}/src/${EGO_PN%/*}/build/webassets.zip" . || die
popd >/dev/null || die



[gentoo-commits] repo/gentoo:master commit in: dev-games/ogre/

2017-08-19 Thread Michał Górny
commit: 10d3073fdc5b00f01753bad082aee312c63c26ff
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 19 18:00:12 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 19 18:07:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d3073f

dev-games/ogre: Fix typo in REQUIRED_USE

 dev-games/ogre/ogre-1.9.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-games/ogre/ogre-1.9.0-r1.ebuild 
b/dev-games/ogre/ogre-1.9.0-r1.ebuild
index 6e4e520a324..812a8bd94ce 100644
--- a/dev-games/ogre/ogre-1.9.0-r1.ebuild
+++ b/dev-games/ogre/ogre-1.9.0-r1.ebuild
@@ -23,7 +23,7 @@ REQUIRED_USE="threads? ( ^^ ( boost poco tbb ) )
examples? ( ois )
poco? ( threads )
tbb? ( threads )
-   gl3plus ( !gles2 !gles3 )
+   gl3plus? ( !gles2 !gles3 )
gles3? ( gles2 )
gl3plus? ( opengl )"
 



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

2017-08-19 Thread Lars Wendler
commit: f59786957cd7d38180c74cfa26f3beece64aae01
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Aug 19 18:00:22 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Aug 19 18:00:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5978695

media-libs/libtxc_dxtn: Revbump to re-add multilib support.

(which I stupidly forgot to add in -r2)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../{libtxc_dxtn-1.0.1-r2.ebuild => libtxc_dxtn-1.0.1-r3.ebuild}  | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r2.ebuild 
b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild
similarity index 87%
rename from media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r2.ebuild
rename to media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild
index c9e4511a42a..feb2f2b05e7 100644
--- a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r2.ebuild
+++ b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit ltprune
+inherit ltprune multilib-minimal
 
 DESCRIPTION="Helper library forS3TC texture (de)compression"
 HOMEPAGE="https://cgit.freedesktop.org/~mareko/libtxc_dxtn/;
@@ -19,7 +19,11 @@ DEPEND="${RDEPEND}"
 
 RESTRICT="bindist"
 
-src_install() {
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf
+}
+
+multilib_src_install_all() {
default
 
# libtxc_dxtn is installed as a module (plugin)



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

2017-08-19 Thread Aaron Swenson
commit: 9ab7b887e2a5fe5d6b4f74bf55e149a9de43
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Sat Aug 19 17:52:44 2017 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Sat Aug 19 17:52:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab7b887

www-apps/postfixadmin: Bump to 3.1, Remove xmlrpc

Version bump to 3.1.

Remove xmlrpc as dev-php/ZendFramework is destined for tree cleaning
(bug 604182).

Inherit eutils (bug 505926) to clear error regarding missing
path_exists.

Gentoo-Bug: 505926, 604182

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 www-apps/postfixadmin/Manifest|  1 +
 www-apps/postfixadmin/postfixadmin-3.1.ebuild | 99 +++
 2 files changed, 100 insertions(+)

diff --git a/www-apps/postfixadmin/Manifest b/www-apps/postfixadmin/Manifest
index 31cf5808030..53ae92a8921 100644
--- a/www-apps/postfixadmin/Manifest
+++ b/www-apps/postfixadmin/Manifest
@@ -1,2 +1,3 @@
 DIST postfixadmin-2.3.8.tar.gz 1600215 SHA256 
8969b3312935c6e94ff17508f5b7e78b65828cd52d371adde3bfd9206597d94a SHA512 
96cd4212109a9459344dc017a397b0d6abcb8653c7aae4f40f913e9a49581d7f74bd92500046f8758e195bd24e63a3b2373c461edc96c67fa1d01f91f4f489c6
 WHIRLPOOL 
4c98ad01a69708abf10970dd437f15945d02c0ccf8e3563051369f39be6b78eba0f7d7bd09b1784e73e65976b7454ae419571b77c0142477790e320710f3de21
 DIST postfixadmin-3.0.2.tar.gz 1306500 SHA256 
9a4edb111258c90912aea66ad1dd684445b4f03f08f8549b9d708336ae019c8c SHA512 
19db70cc59e8e41356e4cd632b0cb9df8d8de0f0451e7e2c84d61a0aa6ede5cc93bbf8914786a2eec012e4c013ad130a001d143ce869aa54b54a50fb798ed92b
 WHIRLPOOL 
9ab719381dcd4d38f6cc85ba17e9124aed13b6124c1eea4bfbb3323c33046886e6191a4d90d11e4ef9596fce9f31eb07683fd09e2af3370ddd8f6d25379e167c
+DIST postfixadmin-3.1.tar.gz 1279224 SHA256 
36eaed433c673382fb5d513bc3b0d2685bf3169ead6065293d3a0f8f6d262aa4 SHA512 
a3e1ecb3ac4ff4d604533bce532694bcc304b9b3d3e1b1ec840be6d007027705113f067393486f58908dd3846332ecf59c9c3c1a5123d03aa088f47593a75812
 WHIRLPOOL 
2f1a8faad7661fc442e7e4bb78bf852eeef2f5901b862bf6e246ea0cb65457f201d4a314bf26227519973f0f4def505957df3ff596294f47662a815b87314a71

diff --git a/www-apps/postfixadmin/postfixadmin-3.1.ebuild 
b/www-apps/postfixadmin/postfixadmin-3.1.ebuild
new file mode 100644
index 000..7c491a63d73
--- /dev/null
+++ b/www-apps/postfixadmin/postfixadmin-3.1.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit eutils user webapp
+
+DESCRIPTION="Web Based Management tool for Postfix style virtual domains and 
users"
+HOMEPAGE="http://postfixadmin.sourceforge.net;
+SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${P}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="+mysql postgres +vacation"
+REQUIRED_USE="|| ( mysql postgres )"
+
+DEPEND="
+   dev-lang/php:*[unicode,imap,postgres?]
+   vacation? (
+   dev-perl/DBI
+   virtual/perl-MIME-Base64
+   dev-perl/MIME-EncWords
+   dev-perl/Email-Valid
+   dev-perl/Mail-Sender
+   dev-perl/Log-Dispatch
+   dev-perl/Log-Log4perl
+   dev-perl/MIME-Charset
+   mysql? ( dev-perl/DBD-mysql )
+   postgres? ( dev-perl/DBD-Pg )
+)
+"
+
+RDEPEND="${DEPEND}
+   virtual/httpd-php
+   mysql? ( || ( dev-lang/php[mysqli] dev-lang/php[mysql] ) )"
+
+need_httpd_cgi
+
+pkg_setup() {
+   webapp_pkg_setup
+
+   if use vacation; then
+   enewgroup vacation
+   enewuser vacation -1 -1 -1 vacation
+   fi
+}
+
+src_install() {
+   webapp_src_preinst
+
+   if use vacation; then
+   insinto /var/spool/vacation
+   newins VIRTUAL_VACATION/vacation.pl vacation.pl-${SLOT}
+   fowners vacation:vacation 
/var/spool/vacation/vacation.pl-${SLOT}
+   fperms 770 /var/spool/vacation/vacation.pl-${SLOT}
+   dodoc VIRTUAL_VACATION/FILTER_README
+   newdoc VIRTUAL_VACATION/INSTALL.TXT VIRTUAL_VACATION_INSTALL.TXT
+   rm -r 
VIRTUAL_VACATION/{vacation.pl,INSTALL.TXT,tests,FILTER_README} || die
+   fi
+
+   insinto /usr/share/doc/${PF}/
+   doins -r ADDITIONS
+
+   local docs="DOCUMENTS/*.txt INSTALL.TXT CHANGELOG.TXT"
+   dodoc ${docs}
+
+   rm -rf ${docs} DOCUMENTS/ GPL-LICENSE.TXT LICENSE.TXT debian/ tests/ 
ADDITIONS/
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   webapp_configfile "${MY_HTDOCSDIR}"/config.inc.php
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en-2.3.txt
+   webapp_src_install
+}
+
+pkg_postinst() {
+   webapp_pkg_postinst
+   if use vacation; then
+   # portage does not update owners of directories (feature :)
+   chown vacation:vacation "${ROOT}"/var/spool/vacation/
+   einfo "/var/spool/vacation/vacation.pl symlink was 

[gentoo-commits] proj/musl:master commit in: app-misc/pax-utils/files/, app-misc/pax-utils/

2017-08-19 Thread Aric Belsito
commit: 4154a17fc074e4acf02f7e75aeb4e86b41ad7ea8
Author: Aric Belsito  gmail  com>
AuthorDate: Sat Aug 19 17:48:35 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Sat Aug 19 17:48:35 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=4154a17f

app-misc/pax-utils: version bump to 1.2.2-r1

 app-misc/pax-utils/Manifest|  2 +
 ...-scanelf-fix-out-of-bounds-access-in-ia64.patch | 72 ++
 app-misc/pax-utils/pax-utils-1.2.2-r1.ebuild   | 61 ++
 3 files changed, 135 insertions(+)

diff --git a/app-misc/pax-utils/Manifest b/app-misc/pax-utils/Manifest
index ae4a949..194c509 100644
--- a/app-misc/pax-utils/Manifest
+++ b/app-misc/pax-utils/Manifest
@@ -1,6 +1,8 @@
 AUX pax-utils-1.1.7-musl.patch 1801 SHA256 
c85ea6e7b0459453e9aa969f8694a6add87096b45e10c4b0d96c1297b5f4e1a4 SHA512 
2257c4ce6605696b68733fcb137818051de7ed252a41fb44af23d6856e019d299cb31201ca63136ce8999178e51044bf41f7e3a5311810c1a2a9c65366d412ed
 WHIRLPOOL 
c688ae73debc9f10caec5879a0be464d7d6fd7759fd04b1a0d6454618e6241b2b56efdb24015ee99bd9499903973d2b2d6d45e6ff3d27a579324f766ccd2cea0
+AUX pax-utils-1.2.2-scanelf-fix-out-of-bounds-access-in-ia64.patch 2032 SHA256 
aeda213844489fc4c08f114f057a3eda7825f3498cdc90b77f72bd4dfd7f1bbb SHA512 
b0e0679c726acc56686b23b6d4720cd5b7e4dff3f007e0443e3ec37a434ffb2def2c351c81ef960bf8e1008769662851017ef9aaedc9b52890578db4d313a54e
 WHIRLPOOL 
51b66b55530dbbf9320e352dd3a6b1731f785ce57d9c12237006bbf18e7da19b2dbd52f22744676c2ae1d66ba83197e4d9787f05827b6099a425707ebe8409a3
 DIST pax-utils-1.1.7.tar.xz 648376 SHA256 
bb9bdbf0888de9444b53b78f7b8069af9832bac7cef0588030b8ce49e8ebad10 SHA512 
cec176cf5863b15acc058cbd99639f5f456346136d0551ce5875cb66c28dd0f6e7f5077b0c06751a3a68984b5c4386c232d3db8b76aa4f4b326b0b692835fdeb
 WHIRLPOOL 
07972470889ff3f4a85f1528bc6c49ae11c3161dfe0df4ab0c3ea83affdc36d0fce36f4db5a0811290958d51e477da99476a12bf35108c4a3b147004a0584541
 DIST pax-utils-1.2.2.tar.xz 655964 SHA256 
7f4a7f8db6b4743adde7582fa48992ad01776796fcde030683732f56221337d9 SHA512 
6bafe93f3b84d4595b6adfa09b46a3dd249f309fe836d90115e9aa5fcc7da37b03f743e80719dfe6bcdb739ce6ec3843170a5513e196c348721f850e19d3e38c
 WHIRLPOOL 
c95ce5dc26d7e913d9e0963d47b5cedbc71cb1faf52ca7bb04898b2bcaa9f6c521f2236e2475d41954c93061267f0fcca5053d4dae3cf12bb59fdc986612dfdb
 EBUILD pax-utils-1.1.7.ebuild 1541 SHA256 
9a747512bda7b754bbde094de77f2907b01e1c1a886192ea6a9a40bb443937cb SHA512 
b2c9fa5616e6494f8e3f2faa79f03ec69d5dadb23154a33d8f2630c855a542ade2bedd9286d4ed7cee789a4665c429736777f313bd6cfd0dc32b9c57ac9fe860
 WHIRLPOOL 
5bea6b86d8fb35a5061b0d07ffb53b214447428f95547cbad2942d2813447b28bc2440d24f6fafa829a1579fa92b606c3f655d8c7f0751ac722e644590adf4a0
+EBUILD pax-utils-1.2.2-r1.ebuild 1613 SHA256 
9ab28cc1afd3830a9cbc709140a881679b5268feb06e40a1c0b5ffb46ebedcd3 SHA512 
d3b524a2cb700650f13bc253a261c5e69e9fa028cbc7e73bada65a401d73aacd63d1ceb5777268822815abba493accab4ed19cf47526287dc7de1467343c7625
 WHIRLPOOL 
4f00bfa4d6b22be62a8baa1bdc973ec6d64f6f5824b0a4b157106696e8b7cc2eb0a7e3bd75e79011403cd8e009147a915ec477badf2b2f584f66c6b0b4a7f93a
 EBUILD pax-utils-1.2.2.ebuild 1561 SHA256 
89e6ba252da96bc386c9713f458a9fc6e88da61deafac27dc432b0ca99de6397 SHA512 
fc44b141e59b2e9e282a3662467fe43febb4a2e95872ccb15936372c9fb5c16fe83b2be4077889ba5556c22cf48abddcdb0bfde6d3de524de88d28f293d7e12d
 WHIRLPOOL 
8368b440ec2b122462700c3e4accee703436b55f932dc16ee9ae5f660d2d9541676a8dc7136403d212a4122ad6466d1d9b13d77d958ab634163a1a4ef5722f0d
 MISC metadata.xml 584 SHA256 
5aa079a277468814cecc8dd01365e017de646a3786b561c001a7398e7747f047 SHA512 
d8458090413d52aaa38b6867edf0a9f996e08b36f9750bfa2469c2aa7d6b0718157feace3dbbb3c63c2795e977ddd6a9c637223192dff90e8ca87facb730bdf4
 WHIRLPOOL 
d745c0db8e85f85c968fea5408a05c6585d54774bc3f953b1debb0ec17b7ce5d942cd1e048026f1a790bc56aa20f3301f973c5e02dd5da24f47d725f6652f5be

diff --git 
a/app-misc/pax-utils/files/pax-utils-1.2.2-scanelf-fix-out-of-bounds-access-in-ia64.patch
 
b/app-misc/pax-utils/files/pax-utils-1.2.2-scanelf-fix-out-of-bounds-access-in-ia64.patch
new file mode 100644
index 000..1fa5c31
--- /dev/null
+++ 
b/app-misc/pax-utils/files/pax-utils-1.2.2-scanelf-fix-out-of-bounds-access-in-ia64.patch
@@ -0,0 +1,72 @@
+From e95103c40d0541fbcdb4b84b000832d9b1b83b8d Mon Sep 17 00:00:00 2001
+From: Sergei Trofimovich 
+Date: Sat, 19 Aug 2017 10:34:41 +0100
+Subject: [PATCH] scanelf: fix out-of-bounds access in ia64
+
+commit 2eb852129394f97dae89c0ff1f9f48637edcb0e9
+slightly changed decoder and added unchecked
+read from elf header:
+
+```
+   switch (EGET(dpltrel->d_un.d_val)) { \
+   case DT_REL: \
+   rel = REL##B(elf->vdata + EGET(drel->d_un.d_val)); \
+```
+
+On ia64 'EGET(drel->d_un.d_val)' returns absolute address:
+
+```
+$ dumpelf bug/luatex
+...
+/* Dynamic tag #31 'DT_RELA' 0x97E310 */
+{
+.d_tag = 0x7,
+.d_un  = {
+.d_val = 

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

2017-08-19 Thread Matt Thode
commit: 13beed63b8449635c5800052cd13b580f613bf6a
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Aug 19 17:32:38 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Aug 19 17:37:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13beed63

app-admin/puppet-agent: 5.1.0 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-admin/puppet-agent/Manifest  |   2 +
 app-admin/puppet-agent/puppet-agent-5.1.0.ebuild | 105 +++
 2 files changed, 107 insertions(+)

diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest
index ffb92357c3d..c39bc5fff97 100644
--- a/app-admin/puppet-agent/Manifest
+++ b/app-admin/puppet-agent/Manifest
@@ -4,3 +4,5 @@ DIST puppet-agent_1.10.6-1xenial_amd64.deb 16459994 SHA256 
ebd680c4c35823298ffb6
 DIST puppet-agent_1.10.6-1xenial_i386.deb 16131024 SHA256 
7e28145e6ca8847a1eb33bb443f1b55aa0700d4e4ddc65c74c605c075c312d55 SHA512 
488fbfee2c9f75cd97e88511ef36521f26c5e617792bdc5b145040c8f7ff58b14308d24542afe4fc7c8689cc0e0d7b03514309123dc0653484eacd3de938dc59
 WHIRLPOOL 
bb7b7a1efbddd88d4ddf382a543358af7f98ac4690fad3339f47b8ff71b8bf050acf9e0dea4ed376bac5e8b1929f4368504a1ae5ab2461e4f091abed66fb149d
 DIST puppet-agent_5.0.1-1xenial_amd64.deb 15171814 SHA256 
44b67741a276256cbee8dfad72053d6be9a9b1e4aeea43cb80413d569129a2c0 SHA512 
0dc388b2f561b2ddd7d9064188298de212648c31bbf0e70e15f20de9c851a2efba1f648e38b593c6f0e8f027f7161d50051e1039dda1a1abbaed1b90c8e9a72c
 WHIRLPOOL 
b40844b6b873e4dfa63d90ee0f17a08b7f2d4862c9353d2fbb6590fa6387071f3b414a5063407ab75ee04c1f2f8e14186197cbc7be3bd617ee640f2283b596ab
 DIST puppet-agent_5.0.1-1xenial_i386.deb 15591958 SHA256 
d302ae9543812ef64252f04ef031ae2c46929c6950c8356e5e1d23526e47d24f SHA512 
e7da74e534993c896ce79a27667717adecd8cbcb6002335210c0a29ca5002f58e03528d9da820908a0ed76c9a02f70b3bad7f82cdfa63eebc28aae01f7aaeee5
 WHIRLPOOL 
c8061395adfd91b49e36975a971b36679bc0600e8df56e04902828c41b5389792161df83d00bbec4c4440f97fb1815bd4740635c457c66bc1326c37ea458dbcb
+DIST puppet-agent_5.1.0-1xenial_amd64.deb 15141786 SHA256 
1a3ad0ef1a5e4026927f3ae010e9a48b9c1e31dfb8e0691d01383d29f3b14644 SHA512 
a210d225591328e2c041aad1dd7cfdac614531e1ceb524c3e35d3330962111bdc66408268550072e53190d6a10a7c8244b0bfa8a12b81f023883831c1fcbd070
 WHIRLPOOL 
34dc5cfcf6bb3500b89451078734d5d7a03a53a0be9e5501d6ded574cf2b6dbafe207db87aa919fd9cdadb6c2a0a05191854be3245d477e035fe7d52778cf527
+DIST puppet-agent_5.1.0-1xenial_i386.deb 15596316 SHA256 
41a4d70b3ff87352d9aa5594d2b65176f9854b38b21c738321e6d7dd516ccf25 SHA512 
9e364fc50baa081cc808c0e0277d6625f6064dad7d56fba352d552e9398e7197405a8c3e15fac4f569dfa11c7c4657261f06b8c90f04bef6fcc6a9794d94e927
 WHIRLPOOL 
e54f2a75b753f94b5dff8d230776afad6193f446d8156d2d2e10d9248732a607a83fa79fe01c4fae36ad8f3cf4ddb453906cf2f4fda87e3e414ede4fa893c58e

diff --git a/app-admin/puppet-agent/puppet-agent-5.1.0.ebuild 
b/app-admin/puppet-agent/puppet-agent-5.1.0.ebuild
new file mode 100644
index 000..15f80df9e2b
--- /dev/null
+++ b/app-admin/puppet-agent/puppet-agent-5.1.0.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit eutils systemd unpacker user
+
+DESCRIPTION="general puppet client utils along with mcollective hiera and 
facter"
+HOMEPAGE="https://puppetlabs.com/;
+SRC_BASE="http://apt.puppetlabs.com/pool/xenial/puppet5/${PN:0:1}/${PN}/${PN}_${PV}-1xenial;
+SRC_URI="
+   amd64? ( ${SRC_BASE}_amd64.deb )
+   x86?   ( ${SRC_BASE}_i386.deb )
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="puppetdb selinux"
+RESTRICT="strip"
+
+CDEPEND="!app-admin/augeas
+   !app-admin/mcollective
+   !app-admin/puppet
+   !dev-ruby/hiera
+   !dev-ruby/facter
+   !app-emulation/virt-what"
+
+DEPEND="
+   ${CDEPEND}"
+RDEPEND="${CDEPEND}
+   app-portage/eix
+   sys-apps/dmidecode
+   sys-libs/glibc
+   >=sys-libs/readline-6.0
+   =dev-ruby/puppetdb-termini-5.0.1 )"
+
+S=${WORKDIR}
+
+QA_PREBUILT="
+   /opt/puppetlabs/puppet
+   /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/2.1.0/x86_64-linux/*
+   /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/mathn/*
+   /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/io/*
+   /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/dl/*
+   /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/racc/*
+   /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/enc/*
+   /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/json/ext/*
+   /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/rbconfig/*
+   /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/digest/*
+   /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/*
+   /opt/puppetlabs/puppet/lib/engines/*
+   /opt/puppetlabs/puppet/lib/virt-what/*
+   /opt/puppetlabs/puppet/lib/*
+   /opt/puppetlabs/puppet/bin/*"
+
+pkg_setup() {
+   enewgroup puppet
+   

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

2017-08-19 Thread Matt Thode
commit: 1b4d302e2c81ada7c9b4df2ba6992e1ab712440a
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Aug 19 17:37:36 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Aug 19 17:37:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b4d302e

app-admin/puppet: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-admin/puppet/Manifest   |   4 -
 app-admin/puppet/puppet-4.10.4.ebuild   | 192 
 app-admin/puppet/puppet-4.10.5.ebuild   | 192 
 app-admin/puppet/puppet-4.9.1-r2.ebuild | 184 --
 app-admin/puppet/puppet-5.0.0.ebuild| 144 
 5 files changed, 716 deletions(-)

diff --git a/app-admin/puppet/Manifest b/app-admin/puppet/Manifest
index 108627c9ab2..9f12b7d9076 100644
--- a/app-admin/puppet/Manifest
+++ b/app-admin/puppet/Manifest
@@ -1,10 +1,6 @@
 DIST puppet-3.8.7.tar.gz 2650247 SHA256 
50460a3dd8d25118e25eb01178d09743dabc01cd185f6b2cc723bae21ff023c2 SHA512 
f86568d4f33c8c18da270e089e1274ce2e3c705c116b078531bb66656f0bbb9a2fc95effbb8bf5355a082d4f32ce5b44e7f6e316937164aa0d71dd47e654c618
 WHIRLPOOL 
6e3b754f9e6f40c6037652dc7d746e616871a653640e2a91ab7dd3e70b4240c0b377d0f79c543ca95c5d661046c6431e30f263e0f18998cac0ca3089a4634273
 DIST puppet-4.10.1.tar.gz 2954351 SHA256 
271738d2b5aaec8faafd543076ac0d9012fcd6051bccd2f70a66cd479362c605 SHA512 
d232f062b93485f7eea8abb9c5420462e313e6050e7335159f051f7c7af86338c006ae4edc09e0e1370784ee7b076911ca563a4cfc6a1f2afc7179bed08d2032
 WHIRLPOOL 
1a5b8c3fc87fdb4e23196cc13ad46c963cdb6314cfc0e4d3a6d44adad4545289cf41886c6150ee14fcd0d30d9b29f32987c6e31a7c39077a2c53aac7147c69dd
-DIST puppet-4.10.4.tar.gz 2968202 SHA256 
59b8510ddf2f49342a39ccbe26bc7b2ea5e16d79de9dd572d929de58967aab90 SHA512 
e7a47c95a30ccfe31ff6a245ce5df0e2aa1d6b1f07fd70623e40e1822c3df9322a87bcd6e624b4483c7b90756ef3ed34242aa9c6a880df57ff65918c4d31267f
 WHIRLPOOL 
f808cb84cebae7294f887fdb3ac0005b4129fca368cc58dcc0e558fa2dbd185b1f416ace96b7428ad7577fc3df45edf1fab0c150880d1205e0e3d1a9afcc7072
-DIST puppet-4.10.5.tar.gz 2976455 SHA256 
656a64e158c1453087099096d035adae53263dae752d3bac3c8fe0250b3894d1 SHA512 
655a89dc5605f722389fbccc3fdfe5304220a45678f6d087170ba77d70a4d8574f9d7d9aadfe331107dbf663dee8ef920775fafebe63d22e91c739402abd419a
 WHIRLPOOL 
87d63967afd7ab7bcd3e4e5ae082fc989b52606c0432d20e9060836d3eecc8966745201c5b88092d1d2003809be2ed736d6e98a893593a30db81ebb88df21ec1
 DIST puppet-4.10.6.tar.gz 2977099 SHA256 
19250a3659339961953d48d71aa5951d52bcee3bac0a1e2f45042aa82fcf358a SHA512 
f983005d161bbd5fb81dfd15a32cb0ae2417557bd4faa1a62d2fb10fffa55c91ea29c1577785af9642a2878c78405ab99c7e6ee4268fcedcc107c07a0a5bfdd1
 WHIRLPOOL 
4619f7e89a02560f2c6bd1194b1f50699348fcddf5889628884c807deb0afd9b530883d280db20086a787052d2456ef61b2eef84854e95724562f1a0225b2640
 DIST puppet-4.8.1.tar.gz 2873371 SHA256 
8b3ee6b60639e2a2839ad7403fab8f8ecc390a93e6e47b03f1b053aa262bcf17 SHA512 
9ecde04c68874652b501e779764bb3227d226564e80f06c2c15bd982620529ec55f8e11911bcf68db994ee98287746761752538aa5aeee474ddf37f21976e2d1
 WHIRLPOOL 
d3a4b0b4b15dceb75cb3f161b73843af53f5d21121ba1fb06fdae422ec458f62f5fa47d0f5c7bfb96e3e9b04eb62c4c1e1a97f7131101e4f6f4ff952127c0685
-DIST puppet-4.9.1.tar.gz 2912770 SHA256 
db02cffb8339b349bd1ab2b15899511d3f5d449f0f591038256f0fb862f4c7db SHA512 
db2bd324e4f58c583debe417ca233c613c296aa8824520c5373c8da45056ae9d09e54ceecba5c6b7d0250ea7228d6e1b83e5b690b1203de43dca8942c8f24ce2
 WHIRLPOOL 
fd5554d5de319f8534fbada7ae6f4100d6de5a98f6646985e21c250a52a3d415ac31fc46c15c987bd7bcbc688bc8bb4d7dc9d37ebd93ecd183b3bd01d3426687
-DIST puppet-5.0.0.tar.gz 2706319 SHA256 
09ae5b56ff799ccfd78e3a1999aa27d6f2bf69a7a5ed19bd758cf88c17a004ab SHA512 
4423001340623d00a72de16e7b585ce3874019b020b91abd4edb9b9a524bd0d709107bee4dfcdf20b2eaf99e67b3401e2883ea297659ad1debfea8fb33a665bd
 WHIRLPOOL 
66bbb279fb9d646ada78ce28af3d2377abf63ce059b9e61ee15fc0b3b48796ea0f708f5f2c380e5dd986d4469f6a8b73606c61dfc3280aca5913d9c7fffa4f2f
 DIST puppet-5.0.1.tar.gz 2715867 SHA256 
ff80092c7bfde7198ec2cf776b8d0b8ba1c2c95be927a5cb5edae9f670038c4a SHA512 
6038ce27f5144112bed080f0a33d0d866d4aac41b0e49436fb8a5a428ffd4c952b1e8582c4840803f9ebd6619ac0837b7b1413451f5665a9a4e02bb3f24464b3
 WHIRLPOOL 
6537888f122d4cfa76ec3d8a18086f7c53cbdb96f7e88f84f1910d00a6d90973b44610919863e1f569c75df9e0451f5fd134f83c3aeb1b3a563223658bd28e4f
 DIST puppet-5.1.0.tar.gz 2734018 SHA256 
ceb8059704d2e79c1f9147716b596261e1c6c38da3313a2283def777ecf9193c SHA512 
07019f40c5b7f18243f13abb899c2ff2ea4b135895ab98c13da3df50f8e720e2759f8eb39e349ff04286da7de504cffea3df8acf9711e8591b25001a2a3f9c15
 WHIRLPOOL 
a5e4e44c68a503307b01729546121a03a0271bc68f8db139e7d52981f9ce9f6db4e24b18a252633794e7de1c7aceb6d833c817a291099081b31190060bb59d50

diff --git a/app-admin/puppet/puppet-4.10.4.ebuild 
b/app-admin/puppet/puppet-4.10.4.ebuild
deleted file mode 100644
index 9709758f904..000
--- a/app-admin/puppet/puppet-4.10.4.ebuild
+++ 

  1   2   >