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

2017-08-21 Thread Lars Wendler
commit: e81f178554b1625d878f0446dd0e8de0a5cda2a8
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Aug 22 06:25:36 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Aug 22 06:25:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e81f1785

sys-libs/libblockdev: Fixed REQUIRED_USE.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-libs/libblockdev/libblockdev-2.10.ebuild | 2 +-
 sys-libs/libblockdev/libblockdev-2.11.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libblockdev/libblockdev-2.10.ebuild 
b/sys-libs/libblockdev/libblockdev-2.10.ebuild
index a829bbce0cf..11dae613f10 100644
--- a/sys-libs/libblockdev/libblockdev-2.10.ebuild
+++ b/sys-libs/libblockdev/libblockdev-2.10.ebuild
@@ -49,7 +49,7 @@ RDEPEND="
${CDEPEND}
 "
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 S="${WORKDIR}/${MY_P}"
 

diff --git a/sys-libs/libblockdev/libblockdev-2.11.ebuild 
b/sys-libs/libblockdev/libblockdev-2.11.ebuild
index a829bbce0cf..11dae613f10 100644
--- a/sys-libs/libblockdev/libblockdev-2.11.ebuild
+++ b/sys-libs/libblockdev/libblockdev-2.11.ebuild
@@ -49,7 +49,7 @@ RDEPEND="
${CDEPEND}
 "
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 S="${WORKDIR}/${MY_P}"
 



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

2017-08-21 Thread Tim Harder
commit: 5cbf39c2f81e17a12282b0d74e51fd6ed5fdd89a
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Aug 22 05:23:29 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Aug 22 06:07:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cbf39c2

dev-python/dugong: version bump to 3.7.1

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

diff --git a/dev-python/dugong/Manifest b/dev-python/dugong/Manifest
index fe35b20d9d6..41dc2c7a0c0 100644
--- a/dev-python/dugong/Manifest
+++ b/dev-python/dugong/Manifest
@@ -1 +1,2 @@
+DIST dugong-3.7.1.tar.bz2 194243 SHA256 
3bf01631c4ccd1be2b07aa0adcda94b8627457207cd5cd7f8438c0d7fad63509 SHA512 
85c276bba85d650bf0baa6257bf0872cb2da546a23d19e0c94cc15c95721a8d9f6392db0e64b38ab2e801803e3ab7908e6a931d18736d33c87138eca35b4f27c
 WHIRLPOOL 
5d229cc20ce27f295068ce92d77092e69f21ce72ddd511478b902e421e9061d79df1325b67abe0205ca21b1bec559a5069f74c56ed0fa1cbb60213b473c15f07
 DIST dugong-3.7.tar.bz2 193975 SHA256 
68f7810742e1c54a5cddfa49992d416704c13b25263bd3278f7581cbc2adb2e1 SHA512 
f6e637946ec5f402a21dc40f08ab187bed281b4b7c27c056651eac049d9aaf4c952bfa5e19c05db6cac2d284cf7dbd47250b82cdbcac998971fd10466a47fe21
 WHIRLPOOL 
3ee51fc0f085f94f64d04b6ef04fb69db8f4a569347eee4fbb1e18727343752dbf6b7df080776ca38b87f49d8495b5bd6361eb25f3cd12b4bc54b911be96a87c

diff --git a/dev-python/dugong/dugong-3.7.1.ebuild 
b/dev-python/dugong/dugong-3.7.1.ebuild
new file mode 100644
index 000..d5bddcb825e
--- /dev/null
+++ b/dev-python/dugong/dugong-3.7.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=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library for communicating with HTTP 1.1 servers"
+HOMEPAGE="https://bitbucket.org/nikratio/python-dugong/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-catchlog[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   py.test -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/html/. )
+   use examples && dodoc -r examples
+   distutils-r1_python_install_all
+}



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

2017-08-21 Thread Tim Harder
commit: 21ada4fd98d48162a6affd01f2585df82dd0d1e5
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Aug 22 05:31:24 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Aug 22 06:07:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ada4fd

dev-python/contextlib2: version bump to 0.5.5

 dev-python/contextlib2/Manifest |  1 +
 dev-python/contextlib2/contextlib2-0.5.5.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/contextlib2/Manifest b/dev-python/contextlib2/Manifest
index f4592b6bc2f..0e5163b7fe2 100644
--- a/dev-python/contextlib2/Manifest
+++ b/dev-python/contextlib2/Manifest
@@ -1 +1,2 @@
 DIST contextlib2-0.5.4.tar.gz 28523 SHA256 
710626cde569f51a87f216ff757fe60f5cd13ae8f8114706590510cd5649ce88 SHA512 
c8bb5bf9dbbf5bfd882663813f2a456d82215be7ace55aed1d5047ce7f21f26d5518982ec26344b1e950d3aea27cd8a5c48627730bb28f8b3cfb6a331fd7ba66
 WHIRLPOOL 
bae1717340b05362ae2e55b995920d39e01a37fb147e19838e6a79176809daa39e3fe5774ce74811614fcdadf8f1b28ea757cdda5e4811543dbc2d4b230b132a
+DIST contextlib2-0.5.5.tar.gz 28755 SHA256 
509f9419ee91cdd00ba34443217d5ca51f5a364a404e1dce9e8979cea969ca48 SHA512 
d5c97ff8eef7d8b14da0bfdc3515f8019bcc05e24cb922ce08ca2366d5182b029d873bbf172e9e6791297df05e24f6faf40868550063dcdb54f451b14c9e505d
 WHIRLPOOL 
e8b79b9df04541756de5575ff69aa048e285fd4bed2345346932ee0938f85bd73f791d4ac86e836237a2dc865166f8d1ef703c120d9580a616bc2f53b9f0eacc

diff --git a/dev-python/contextlib2/contextlib2-0.5.5.ebuild 
b/dev-python/contextlib2/contextlib2-0.5.5.ebuild
new file mode 100644
index 000..0c57fbcb5e9
--- /dev/null
+++ b/dev-python/contextlib2/contextlib2-0.5.5.ebuild
@@ -0,0 +1,23 @@
+# 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} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Backports and enhancements for the contextlib module"
+HOMEPAGE="https://pypi.python.org/pypi/contextlib2";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="PSF-2.4"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+DEPEND="test? ( dev-python/unittest2[${PYTHON_USEDEP}] )"
+
+python_test() {
+   "${PYTHON}" test_contextlib2.py || die "Tests fail for ${EPYTHON}"
+}



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

2017-08-21 Thread Tim Harder
commit: 78931dac4ac15806b66a95c705b2843c0d35e9f2
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Aug 22 05:35:01 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Aug 22 06:07:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78931dac

net-fs/s3ql: version bump to 2.23

 net-fs/s3ql/Manifest |  1 +
 net-fs/s3ql/s3ql-2.23.ebuild | 54 
 2 files changed, 55 insertions(+)

diff --git a/net-fs/s3ql/Manifest b/net-fs/s3ql/Manifest
index 0cc26ba172c..77c33ccc6a0 100644
--- a/net-fs/s3ql/Manifest
+++ b/net-fs/s3ql/Manifest
@@ -6,3 +6,4 @@ DIST s3ql-2.14.tar.bz2 907415 SHA256 
2f4e4bb27b2ad5eb8d2f1ab8c7c5a643a031dee635b
 DIST s3ql-2.17.1.tar.bz2 957313 SHA256 
fddd00f576048b25eb4263c6c07acb500f6203a0e2e59336d947453ff7be3b11 SHA512 
dd2c16dd30c0f103e0cdd42329b2cf242dad7edf2aed773746a8e00cbfd3e4735174293347fa68bceacb2a8379099356b32b2c35e9f1c2524740e92929185611
 WHIRLPOOL 
ab141c383b9ec933a14d49524586e3d45f3d9bb52396bd6b7ac43929d3ec6595afa642a94b8686170db7d8ceb55b816498098cae22121e963f4ec95a794a3241
 DIST s3ql-2.20.tar.bz2 726268 SHA256 
08b7365cc2c0a7ff1f12c8a92aa71b9bd42a0af6d7f17e225f617b85f62e0692 SHA512 
a5a25a7b02c3d7bf5f87ad0130d24b8e0b95f20a269d74b35edeaec1a47011e30a3d1416c3d8332075be82dc09733321da8e7e4200893d893f37d1e4970cf7fb
 WHIRLPOOL 
f87d49d466a4322ff42d8070063b46072b1878abccef934504f40ce9764f9061e8ff4eb6f8b7681423d47eeba68340e71b6cd0f7575c008bd12279af69f44006
 DIST s3ql-2.21.tar.bz2 726450 SHA256 
6db886d9cd0fc54fb7aaf9f88241282097e6242b7a8bd97c6659b0ae57af2ed6 SHA512 
2aa5324d529feb73d9c562f42d5bcb49e4c605315e032924bec8005ee6cba24b8bd100a8ca6ab559dde4e7d4b25db9458b49bd8421bfeb74609ce32a6cdf7055
 WHIRLPOOL 
220666e835650f6017bf275619755bbe7f0d503742a3fca09497a715b56f977d1451549f585fe0630410ea9c8f09181b420d2ae73c5a29736b825286ea133d27
+DIST s3ql-2.23.tar.bz2 770488 SHA256 
d8785921d00a44e71bef1cb9b9d3102e3aa0a4f1998d929e364a44b255e9a930 SHA512 
99863394002c5f941e1e8dabce606703a20a2614e316484c9d5b3de774ff2864284911283573dcebbcd10c4a3aefc1a3c12f1ae511af3f0c42be88ba8f6f1f7d
 WHIRLPOOL 
bb4269ddbb0e85f2979ab10f4186432549fbde19632722bcb95222ebae3705b4c9f897f24e156cff29ec22304835fa1381db75c56dc0fe7affdd636064fe396e

diff --git a/net-fs/s3ql/s3ql-2.23.ebuild b/net-fs/s3ql/s3ql-2.23.ebuild
new file mode 100644
index 000..e0e4b6b4396
--- /dev/null
+++ b/net-fs/s3ql/s3ql-2.23.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=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A full-featured file system for online data storage"
+HOMEPAGE="https://bitbucket.org/nikratio/s3ql/";
+SRC_URI="https://www.bitbucket.org/nikratio/s3ql/downloads/${P}.tar.bz2";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="contrib doc test"
+
+RDEPEND=">=dev-db/sqlite-3.7.0:3
+   dev-python/defusedxml[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/apsw-3.7.0[${PYTHON_USEDEP}]
+   >=dev-python/dugong-3.4[${PYTHON_USEDEP}]
+   >=dev-python/llfuse-1.0[${PYTHON_USEDEP}]
+   dev-python/pycrypto[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   sys-fs/fuse"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   net-misc/rsync[xattr]
+   )"
+
+RESTRICT="test"
+
+python_test() {
+   addwrite /dev/fuse
+   py.test -v tests || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   if use contrib ; then
+   exeinto /usr/share/doc/${PF}/contrib
+   docompress -x /usr/share/doc/${PF}/contrib
+   doexe contrib/*.{py,sh}
+   doman contrib/*.1
+   fi
+
+   if use doc ; then
+   dodoc doc/manual.pdf
+   dodoc -r doc/html
+   fi
+}



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

2017-08-21 Thread Tim Harder
commit: 8f3751444b61c966a8f90528ff997c1dddb3f9f7
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Aug 22 05:25:18 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Aug 22 06:07:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f375144

dev-python/llfuse: update HOMEPAGE

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

diff --git a/dev-python/llfuse/llfuse-1.2.ebuild 
b/dev-python/llfuse/llfuse-1.2.ebuild
index f6fc84569f7..579f0fb9f2b 100644
--- a/dev-python/llfuse/llfuse-1.2.ebuild
+++ b/dev-python/llfuse/llfuse-1.2.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 inherit distutils-r1
 
 DESCRIPTION="Python bindings for the low-level FUSE API"
-HOMEPAGE="https://python-llfuse.googlecode.com/ 
https://pypi.python.org/pypi/llfuse";
+HOMEPAGE="https://bitbucket.org/nikratio/python-llfuse/ 
https://pypi.python.org/pypi/llfuse";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2"



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

2017-08-21 Thread Tim Harder
commit: a69e894eb7bbbe17d0577dc9aed0eb5cf1b0c5b7
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Aug 22 05:25:32 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Aug 22 06:07:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a69e894e

dev-python/llfuse: stabilize 1.2

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

diff --git a/dev-python/llfuse/llfuse-1.2.ebuild 
b/dev-python/llfuse/llfuse-1.2.ebuild
index 579f0fb9f2b..97dda6a7932 100644
--- a/dev-python/llfuse/llfuse-1.2.ebuild
+++ b/dev-python/llfuse/llfuse-1.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc examples test"
 
 RDEPEND=">=sys-fs/fuse-2.8.0



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

2017-08-21 Thread Tim Harder
commit: 712a2b5b8c9d128471c0a077453424e5c822ee14
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Aug 22 05:25:53 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Aug 22 06:07:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=712a2b5b

dev-python/llfuse: remove old

 dev-python/llfuse/Manifest|  1 -
 dev-python/llfuse/llfuse-1.1.1.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/dev-python/llfuse/Manifest b/dev-python/llfuse/Manifest
index 97781900617..347aec10c8f 100644
--- a/dev-python/llfuse/Manifest
+++ b/dev-python/llfuse/Manifest
@@ -1,2 +1 @@
-DIST llfuse-1.1.1.tar.bz2 327071 SHA256 
1b84b1152ae461e66ecc526d0de71eaec086c587e97d1dda93d620b16a92db6c SHA512 
6541a55a740bac03edae8ce2562122e21655236c58c89cbb29b211a497c8a706ad79c7da485700b0842ba92fc8958799f62d552ce733aa8b3bfa8a6a3aa8c9a6
 WHIRLPOOL 
d84b5108c0d6c25200f17709996c445d0fd2a3abbd37e54ece7e7a29b40f384da274a41ea7125ff84bb3932864d4d6dbf76372df96fa5b9d0cd33bb97c7cda2c
 DIST llfuse-1.2.tar.bz2 327967 SHA256 
24d3ff1dd793db0c03cbbfb298df94a369ecdce5831f8f175ec12d647ad01586 SHA512 
0c31ac385a98211f8696857654ea187c5f18b655b65199696923bcc66d079a5e2a6f7260ac4f6da17b25ed57c9cb1314ce62fabb3b538a87e4286bbd0763390b
 WHIRLPOOL 
c3c2d2cc022f6aeafc3b167e6ce4c0e8e3a2c6b302e1f9fd0bdbcfd48bf92415b41d333cb4d02f186fee2308fec9a9fa633608353190bedb39321636cd5b9c5a

diff --git a/dev-python/llfuse/llfuse-1.1.1.ebuild 
b/dev-python/llfuse/llfuse-1.1.1.ebuild
deleted file mode 100644
index d83b67937d9..000
--- a/dev-python/llfuse/llfuse-1.1.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for the low-level FUSE API"
-HOMEPAGE="https://python-llfuse.googlecode.com/ 
https://pypi.python.org/pypi/llfuse";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc examples test"
-
-RDEPEND=">=sys-fs/fuse-2.8.0
-   $(python_gen_cond_dep 'dev-python/contextlib2[${PYTHON_USEDEP}]' 
python2_7)
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   virtual/pkgconfig
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-catchlog[${PYTHON_USEDEP}]
-   )
-"
-
-python_test() {
-   py.test || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/html/. )
-   use examples && dodoc -r examples
-   distutils-r1_python_install_all
-}



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

2017-08-21 Thread Alexys Jacob
commit: 05742de6087145b85d1b4d60be6a3d83a65b2f87
Author: Ultrabug  gentoo  org>
AuthorDate: Tue Aug 22 05:36:00 2017 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Tue Aug 22 05:36:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05742de6

x11-misc/py3status: version bump, bump eapi and python_compat

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 x11-misc/py3status/Manifest   | 2 +-
 x11-misc/py3status/{py3status-3.5.ebuild => py3status-3.6.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/py3status/Manifest b/x11-misc/py3status/Manifest
index e5e1b781de2..fb3aa967793 100644
--- a/x11-misc/py3status/Manifest
+++ b/x11-misc/py3status/Manifest
@@ -1 +1 @@
-DIST py3status-3.5.tar.gz 236316 SHA256 
a062572c32f44c01733363df43c36c3dd450790f66c96e701e2253bc75aa2091 SHA512 
fc88349deadde5b2027c33e210649f7cc007e2a85ff56a4abe6174084838836080cabcb18a6c88d544a00d8013e6ce87eaa7751b8daad25fe5ec68d2d4fd026a
 WHIRLPOOL 
ca0d8fc4651176d5a6bac85966aa3032921e4b9c23be3fc55bbf8d014793ed44d321b08b3549ef28c0175b93cf0dc061ce808b575714d3a6b7a21dd24e395337
+DIST py3status-3.6.tar.gz 258793 SHA256 
0f7af22643cbe0a1e2ba71aaae21d0d759f22062f528e1540c9830cb1900a5b1 SHA512 
e0132e8d1f46a9975ead30c2b562cc86e6d7ad542c827bb2881513e2833025aa09facd8e4b4c3896a432b2dc30ff514db76548a4ed95e407ecd04c8314f5ad31
 WHIRLPOOL 
c9033cc67134d943e78a2bab8fe10d005991cec7fcf26d013dddf0fe3681b1df1bdd5ca269e79452902943d9d18ccdf60b833038076f9349b52ea6018b8ded9e

diff --git a/x11-misc/py3status/py3status-3.5.ebuild 
b/x11-misc/py3status/py3status-3.6.ebuild
similarity index 91%
rename from x11-misc/py3status/py3status-3.5.ebuild
rename to x11-misc/py3status/py3status-3.6.ebuild
index d7c8afddd7d..02e5618947c 100644
--- a/x11-misc/py3status/py3status-3.5.ebuild
+++ b/x11-misc/py3status/py3status-3.6.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 SRC_URI="https://github.com/ultrabug/py3status/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 



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

2017-08-21 Thread Anthony G. Basile
commit: 2d11c53e87eb3976889ca2f3226a374d6dbdf47d
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Aug 22 04:44:47 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Aug 22 05:05:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d11c53e

sys-fs/f2fs-tools: fix bug #623660 for version 1.8.0

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-fs/f2fs-tools/f2fs-tools-1.8.0.ebuild|  4 
 sys-fs/f2fs-tools/files/f2fs-tools-1.8.0-sysmacros.patch | 10 ++
 2 files changed, 14 insertions(+)

diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.8.0.ebuild 
b/sys-fs/f2fs-tools/f2fs-tools-1.8.0.ebuild
index 11d3ad95aa0..fe85240c1de 100644
--- a/sys-fs/f2fs-tools/f2fs-tools-1.8.0.ebuild
+++ b/sys-fs/f2fs-tools/f2fs-tools-1.8.0.ebuild
@@ -17,6 +17,10 @@ RDEPEND="
selinux? ( sys-libs/libselinux )"
 DEPEND="$RDEPEND"
 
+PATCHES=(
+   "${FILESDIR}"/${P}-sysmacros.patch #623660
+)
+
 src_configure() {
#This is required to install to /sbin, bug #481110
econf \

diff --git a/sys-fs/f2fs-tools/files/f2fs-tools-1.8.0-sysmacros.patch 
b/sys-fs/f2fs-tools/files/f2fs-tools-1.8.0-sysmacros.patch
new file mode 100644
index 000..7ca70222fd5
--- /dev/null
+++ b/sys-fs/f2fs-tools/files/f2fs-tools-1.8.0-sysmacros.patch
@@ -0,0 +1,10 @@
+--- f2fs-tools-1.8.0/lib/libf2fs.c.orig2017-07-03 03:01:53.0 
+0600
 f2fs-tools-1.8.0/lib/libf2fs.c 2017-08-17 00:45:01.638979885 +0600
+@@ -16,6 +16,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 



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

2017-08-21 Thread Anthony G. Basile
commit: 76543338257c194d3fa81a45039ac95dc55d52f3
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Aug 22 04:35:36 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Aug 22 05:05:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76543338

sys-fs/f2fs-tools: remove older stable version

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-fs/f2fs-tools/Manifest|  1 -
 sys-fs/f2fs-tools/f2fs-tools-1.6.0.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/sys-fs/f2fs-tools/Manifest b/sys-fs/f2fs-tools/Manifest
index 0ba6fe67491..da2c965030b 100644
--- a/sys-fs/f2fs-tools/Manifest
+++ b/sys-fs/f2fs-tools/Manifest
@@ -1,4 +1,3 @@
-DIST f2fs-tools-1.6.0.tar.xz 278644 SHA256 
90459d4252958911a722a223e825f4d02e4539492e6a59ff8cdbf155c8ca1899 SHA512 
043d4aa25798fa39e637def4e03b4a5e89c9ae4880832abf09805dfc85045c3c779d36c1a91cb4ee74857b483f0ef2f8d9a541e3a695a8c5bc9bcfa46a8f
 WHIRLPOOL 
c8d3889d83f479f643a229f90c0151428a5a6c516820e579a8562bc701b7747385205732c1163dd6f1cfc2c47d533357af9a94f1c8d6f0218a70751a78a0
 DIST f2fs-tools-1.6.1.tar.xz 282152 SHA256 
1c2f9ab663d26c939924ad6bbcfbacf676bec1f6dbae8f9ef5362ade4b03d885 SHA512 
108327042079d9e864899a20f2dd94019be1b957fd7ffa295af097c5b93a5065ea9c36de9bae83f84a6412ac496340849fc44de041e24461a2919073eed15cf2
 WHIRLPOOL 
b5659154da6e48138b4f49481a68b25c95ba2461971609b4cb0399d173a7c0e5b0203baccd8da2adc7a8c2d7b078620649aea9ee57739498452a8b946fb43836
 DIST f2fs-tools-1.7.0.tar.xz 301320 SHA256 
d2f9138694b5ca12f54a4f897516b4db746a8009f4ba10feb3eb9a34435ed6aa SHA512 
3751820e6fda719f906c388c74ce018ac2aea874701c4579e5d02a3c71a8413efd4d35f6c4c6e88cb2abf030d6616d045eb9a81572b9654e068d968c17269959
 WHIRLPOOL 
c0152a6715b318a8aab808a282d9baf085b108e6ab7d390083d12d8437b4ea32c0339846ecf0f72a0b0407f6d7556232c65cc75628830527eea6f8ec3a225a19
 DIST f2fs-tools-1.8.0.tar.xz 301108 SHA256 
0d9b00d9e873da4508bb297c7a5ef46050af350deb21b32898c16ed5164bb6a4 SHA512 
aff27e1113cc3034194e496883570143bd6a3cc7cc077e868255052298a401cc36c423579b4e695fe3e480d770ae05f9d14d9bb4bbc0311bdd5e23e37950a27f
 WHIRLPOOL 
4a7ae8533e4a02bd9d1ee09461c7bd30e8ef8d47bcc4e7adfe631eb14c2231fb0db9a253eeca7d0437296ad65abd446ab2249bc48ccc07b89f923d078d17e4dc

diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.6.0.ebuild 
b/sys-fs/f2fs-tools/f2fs-tools-1.6.0.ebuild
deleted file mode 100644
index 0429db75eb5..000
--- a/sys-fs/f2fs-tools/f2fs-tools-1.6.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib
-
-DESCRIPTION="Tools for Flash-Friendly File System (F2FS)"
-HOMEPAGE="https://git.kernel.org/?p=linux/kernel/git/jaegeuk/f2fs-tools.git;a=summary";
-SRC_URI="https://dev.gentoo.org/~blueness/f2fs-tools/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0/0"
-KEYWORDS="amd64 arm ~mips ppc ppc64 x86"
-IUSE=""
-
-src_configure() {
-   #This is required to install to /sbin, bug #481110
-   econf --prefix=/ --includedir=/usr/include
-}
-
-src_install() {
-   default
-   rm -f "${ED}"/$(get_libdir)/libf2fs.{,l}a
-   rm -f "${ED}"/$(get_libdir)/libf2fs_format.{,l}a
-}



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

2017-08-21 Thread Anthony G. Basile
commit: 40dc5265e57dcfee1c37533893d54bef866b2be9
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Aug 22 04:36:54 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Aug 22 05:05:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40dc5265

sys-fs/f2fs-tools: remove older unstable version

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-fs/f2fs-tools/Manifest   |  1 -
 sys-fs/f2fs-tools/f2fs-tools-1.7.0-r2.ebuild | 30 
 2 files changed, 31 deletions(-)

diff --git a/sys-fs/f2fs-tools/Manifest b/sys-fs/f2fs-tools/Manifest
index da2c965030b..b7608b738b0 100644
--- a/sys-fs/f2fs-tools/Manifest
+++ b/sys-fs/f2fs-tools/Manifest
@@ -1,3 +1,2 @@
 DIST f2fs-tools-1.6.1.tar.xz 282152 SHA256 
1c2f9ab663d26c939924ad6bbcfbacf676bec1f6dbae8f9ef5362ade4b03d885 SHA512 
108327042079d9e864899a20f2dd94019be1b957fd7ffa295af097c5b93a5065ea9c36de9bae83f84a6412ac496340849fc44de041e24461a2919073eed15cf2
 WHIRLPOOL 
b5659154da6e48138b4f49481a68b25c95ba2461971609b4cb0399d173a7c0e5b0203baccd8da2adc7a8c2d7b078620649aea9ee57739498452a8b946fb43836
-DIST f2fs-tools-1.7.0.tar.xz 301320 SHA256 
d2f9138694b5ca12f54a4f897516b4db746a8009f4ba10feb3eb9a34435ed6aa SHA512 
3751820e6fda719f906c388c74ce018ac2aea874701c4579e5d02a3c71a8413efd4d35f6c4c6e88cb2abf030d6616d045eb9a81572b9654e068d968c17269959
 WHIRLPOOL 
c0152a6715b318a8aab808a282d9baf085b108e6ab7d390083d12d8437b4ea32c0339846ecf0f72a0b0407f6d7556232c65cc75628830527eea6f8ec3a225a19
 DIST f2fs-tools-1.8.0.tar.xz 301108 SHA256 
0d9b00d9e873da4508bb297c7a5ef46050af350deb21b32898c16ed5164bb6a4 SHA512 
aff27e1113cc3034194e496883570143bd6a3cc7cc077e868255052298a401cc36c423579b4e695fe3e480d770ae05f9d14d9bb4bbc0311bdd5e23e37950a27f
 WHIRLPOOL 
4a7ae8533e4a02bd9d1ee09461c7bd30e8ef8d47bcc4e7adfe631eb14c2231fb0db9a253eeca7d0437296ad65abd446ab2249bc48ccc07b89f923d078d17e4dc

diff --git a/sys-fs/f2fs-tools/f2fs-tools-1.7.0-r2.ebuild 
b/sys-fs/f2fs-tools/f2fs-tools-1.7.0-r2.ebuild
deleted file mode 100644
index b28c634561a..000
--- a/sys-fs/f2fs-tools/f2fs-tools-1.7.0-r2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Tools for Flash-Friendly File System (F2FS)"
-HOMEPAGE="https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/about/";
-SRC_URI="https://dev.gentoo.org/~blueness/f2fs-tools/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0/1"
-KEYWORDS="~amd64 ~arm ~mips ~x86"
-IUSE=""
-
-RDEPEND="
-   sys-apps/util-linux
-   sys-libs/libselinux"
-DEPEND="$RDEPEND"
-
-src_configure() {
-   #This is required to install to /sbin, bug #481110
-   econf \
-   --bindir="${EPREFIX}"/sbin \
-   --disable-static
-}
-
-src_install() {
-   default
-   find "${D}" -name "*.la" -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: games-misc/lolcat/

2017-08-21 Thread Hans de Graaff
commit: 73ae37e7c755ba8c8b2e9f4198ded68392a6ace4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Aug 22 05:01:54 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Aug 22 05:01:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73ae37e7

games-misc/lolcat: add ruby23, ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 games-misc/lolcat/lolcat-42.1.43.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-misc/lolcat/lolcat-42.1.43.ebuild 
b/games-misc/lolcat/lolcat-42.1.43.ebuild
index 3d64190e922..7f95d044a42 100644
--- a/games-misc/lolcat/lolcat-42.1.43.ebuild
+++ b/games-misc/lolcat/lolcat-42.1.43.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



[gentoo-commits] repo/gentoo:master commit in: x11-wm/subtle/

2017-08-21 Thread Hans de Graaff
commit: 67be7994005d1772277a32f1b518fed444ee273a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Aug 22 04:50:04 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Aug 22 04:50:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67be7994

x11-wm/subtle: make sure rdoc is present with USE=doc, fixing bug 601520

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-wm/subtle/subtle-0.11.3244.ebuild | 2 +-
 x11-wm/subtle/subtle-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/subtle/subtle-0.11.3244.ebuild 
b/x11-wm/subtle/subtle-0.11.3244.ebuild
index f5b20f14489..6417ae23f9b 100644
--- a/x11-wm/subtle/subtle-0.11.3244.ebuild
+++ b/x11-wm/subtle/subtle-0.11.3244.ebuild
@@ -32,7 +32,7 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
 
 ruby_add_rdepend "dev-ruby/archive-tar-minitar"
-ruby_add_bdepend "dev-ruby/rake"
+ruby_add_bdepend "dev-ruby/rake doc? ( dev-ruby/rdoc )"
 
 all_ruby_unpack() {
if [[ ${PV} == "" ]]; then

diff --git a/x11-wm/subtle/subtle-.ebuild b/x11-wm/subtle/subtle-.ebuild
index f5b20f14489..6417ae23f9b 100644
--- a/x11-wm/subtle/subtle-.ebuild
+++ b/x11-wm/subtle/subtle-.ebuild
@@ -32,7 +32,7 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
 
 ruby_add_rdepend "dev-ruby/archive-tar-minitar"
-ruby_add_bdepend "dev-ruby/rake"
+ruby_add_bdepend "dev-ruby/rake doc? ( dev-ruby/rdoc )"
 
 all_ruby_unpack() {
if [[ ${PV} == "" ]]; then



[gentoo-commits] repo/gentoo:master commit in: x11-wm/subtle/

2017-08-21 Thread Hans de Graaff
commit: 2737cd7ef7358ea85bbc446407ea58037810aff4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Aug 22 04:47:14 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Aug 22 04:47:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2737cd7e

x11-wm/subtle: add ruby23, ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-wm/subtle/subtle-0.11.3244.ebuild | 4 ++--
 x11-wm/subtle/subtle-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-wm/subtle/subtle-0.11.3244.ebuild 
b/x11-wm/subtle/subtle-0.11.3244.ebuild
index e58c3564e63..f5b20f14489 100644
--- a/x11-wm/subtle/subtle-0.11.3244.ebuild
+++ b/x11-wm/subtle/subtle-0.11.3244.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 inherit ruby-ng toolchain-funcs
 

diff --git a/x11-wm/subtle/subtle-.ebuild b/x11-wm/subtle/subtle-.ebuild
index e58c3564e63..f5b20f14489 100644
--- a/x11-wm/subtle/subtle-.ebuild
+++ b/x11-wm/subtle/subtle-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 inherit ruby-ng toolchain-funcs
 



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

2017-08-21 Thread Hans de Graaff
commit: 2865623893e50b57e6a42acd1ab4dc195eff6e76
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Aug 22 04:05:57 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Aug 22 04:09:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28656238

dev-ruby/typhoeus: add 1.3.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/typhoeus/Manifest  |  1 +
 dev-ruby/typhoeus/typhoeus-1.3.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-ruby/typhoeus/Manifest b/dev-ruby/typhoeus/Manifest
index a39d0972b9f..e93a911c392 100644
--- a/dev-ruby/typhoeus/Manifest
+++ b/dev-ruby/typhoeus/Manifest
@@ -1,2 +1,3 @@
 DIST typhoeus-0.6.9.gem 49152 SHA256 
5979555fd430ebec72ab1f5630e8f7679979fb21984d8d9dfe3008d4f91794c8 SHA512 
5063d3217f35db29d216327b6eed10d6613d018c496935e78aa8e2b10ec21f3372df11fe48155b45387767d5572efa93e74afb0bb9b10782d28e87dead0294a4
 WHIRLPOOL 
a20d25696804d2d444fa6df145360056dd6170ace42a8cab0a84aa425ae7306173331db8ace402f4a1c596925ee8d52702bc91c967f943361a2a852170b03917
 DIST typhoeus-1.1.2.gem 54784 SHA256 
80f41502bef74e19f6e251a96c4a9511b45e88018cbb1639f92edf731c1d866d SHA512 
1fc1ab1c2c15f1d324858a19f137b8b39a26d3b4938b7b09c7ea88e99bc1c08afb060710464221ff3af327322bc8354ed3486069420d189ba5cab91c76abfdea
 WHIRLPOOL 
ee7cf4a4248c9bf3063f308fc98fb6689b0b1680702c298f6ad51dd7578c1100ac8a86bb30a62a19654996bd0f9a10ea518f0353a30c82690e9689039912860a
+DIST typhoeus-1.3.0.gem 55296 SHA256 
d8d315e067ec9764c61727d77786a7a82309b43c3964416ef476ee65ac09ed06 SHA512 
c51458c27ff07cbde095d22e0d98c1602b2b2cb67f7e0f8f27ab931d8b3c62cd7a256f3baaefa88852f96769508e61290eb7eefceaff5f28912aef292eb56269
 WHIRLPOOL 
64d615bf7d8912d79953fb6d8164703938f1ed1bd2ad367c53fefb9068c3c1579120082834b37a9990f95dbbd0f7c662e7e5823f9a0a48875628cabe3ad4b9b4

diff --git a/dev-ruby/typhoeus/typhoeus-1.3.0.ebuild 
b/dev-ruby/typhoeus/typhoeus-1.3.0.ebuild
new file mode 100644
index 000..f9f09c11e12
--- /dev/null
+++ b/dev-ruby/typhoeus/typhoeus-1.3.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md UPGRADE.md"
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Runs HTTP requests in parallel while cleanly encapsulating 
handling logic"
+HOMEPAGE="https://github.com/typhoeus/typhoeus";
+
+LICENSE="Ruby"
+SLOT="1"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/ethon-0.9.0"
+
+ruby_add_bdepend "test? ( dev-ruby/json >=dev-ruby/faraday-0.9 
>=dev-ruby/sinatra-1.3 >=dev-ruby/redis-3.0 )"
+
+all_ruby_prepare() {
+   sed -e '/bundler/I s:^:#:' -i Rakefile spec/spec_helper.rb || die
+}



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

2017-08-21 Thread Hans de Graaff
commit: 856841da9021970ce649a4c3cc4514fab9fda70b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Aug 22 04:05:38 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Aug 22 04:09:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=856841da

dev-ruby/ethon: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/ethon/ethon-0.10.1.ebuild 
b/dev-ruby/ethon/ethon-0.10.1.ebuild
index 07a37cb968e..9d470c03ed2 100644
--- a/dev-ruby/ethon/ethon-0.10.1.ebuild
+++ b/dev-ruby/ethon/ethon-0.10.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"



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

2017-08-21 Thread Hans de Graaff
commit: 2652d6254fddf3e04601a1be5b71a1c368ba456c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Aug 22 04:08:33 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Aug 22 04:09:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2652d625

dev-ruby/pkg-config: add 1.2.7

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/pkg-config/Manifest|  1 +
 dev-ruby/pkg-config/pkg-config-1.2.7.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/pkg-config/Manifest b/dev-ruby/pkg-config/Manifest
index c54f305a00e..edf9787d1ef 100644
--- a/dev-ruby/pkg-config/Manifest
+++ b/dev-ruby/pkg-config/Manifest
@@ -1,3 +1,4 @@
 DIST pkg-config-1.1.7.gem 19456 SHA256 
1f3cd171432f4634805ebf7cd187d1d728d732bfead3837c349f2c502d8e9252 SHA512 
9f515874d3edabdfff5f4c8d624bbc91e9c5032e79c241412cd073f0a049e35a2e2a660d5503eaae9640286d74cb9851034f757c702e220f728fba1c2337
 WHIRLPOOL 
b1eea580d1db95bd651004752f913c7ce5f821ebaa0a1742609bd2e07738c2d125b36f6d5a03dd8b6c34b126246163ee1bd59ef19143df8a0b2f01bb7b260f9b
 DIST pkg-config-1.2.3.gem 19968 SHA256 
bc193fda2ceb83cd0eeca87e1c9eba8e142dcd785699205246e28b1a7f14a84a SHA512 
1e0ec12cdb9647d9d5b29c48940f15dcf27e346a18b9f33922a5b8e0a57957206981cf5c7dd70da36fdb2a32bbe8e3ac38737f66abc5f5afa8b4dabf52a696fd
 WHIRLPOOL 
7a2220cbdfddc3b93ca7f47ae4c9cd026ca6088a3dd5ee3c16bb2fd09644465d18e0def8d2e3d00e92f7f9f83aecfbfaf424c25047a2b71cedc2bc23b288a320
 DIST pkg-config-1.2.4.gem 19968 SHA256 
cf3f95210991dd3e4c54b5e41ac7b7dfaeddb5a0564e437b63a7516c01e75802 SHA512 
74abccc5b067d4b98bc1aa20eaf990f1e31f8ab9251f8081440dd2b11e9d14ffe82ccff92d0858386e11fe3ff4f8927da7ca17d382946e4b0c3dbd7a45ffae24
 WHIRLPOOL 
afe3a26ec7579ccee57b5c1ed39505b90232bafee34d5456828f9b2c9a353c7ec85cca535a20c9f247658f612ff3aa7bc222ae7be1c23ef5bd7f997901cea2bc
+DIST pkg-config-1.2.7.gem 20480 SHA256 
fc8ab6f3200cddfeacb8a29168daa38d8f76c0e09af91a00a3d423bc472d70af SHA512 
88a0d0c616e4c00dcdc25980c532476eb9c9ff17e9f8a015c414cf2f536c558bc10656e2a56dbe01f34c016e86fc92959f2231a07e03b541c32c79ab36423760
 WHIRLPOOL 
9a93af606ba0fe167b2dabd8e0cff8b055412146175ddfbb28a20de44da222c7603a1178f8bbc617f8495f5f8d9341925222c2b3d6b037972b3e267f94420cfe

diff --git a/dev-ruby/pkg-config/pkg-config-1.2.7.ebuild 
b/dev-ruby/pkg-config/pkg-config-1.2.7.ebuild
new file mode 100644
index 000..4cefe1fadf7
--- /dev/null
+++ b/dev-ruby/pkg-config/pkg-config-1.2.7.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="A pkg-config implementation by Ruby"
+HOMEPAGE="https://github.com/rcairo/pkg-config";
+LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+SLOT="0"
+IUSE="test"
+
+ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
+# this is used for testing
+DEPEND+=" test? ( x11-libs/cairo )"
+
+all_ruby_prepare() {
+   # drop failing tests
+   sed -i -e "/test_cflags/,/end/d"\
+   -e "/test_cflags_only_I/,/end/d" test/test_pkg_config.rb || die
+}
+
+each_ruby_test() {
+   ruby-ng_testrb-2 -Ilib test/test_${PN/-/_}.rb || die
+}



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

2017-08-21 Thread Tim Harder
commit: cca437e9a2b6e141ed6309fb60287ee07127bebb
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Aug 22 03:56:20 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Aug 22 03:56:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cca437e9

app-editors/gvim: version bump to 8.0.0983

 app-editors/gvim/Manifest |   1 +
 app-editors/gvim/gvim-8.0.0983.ebuild | 388 ++
 2 files changed, 389 insertions(+)

diff --git a/app-editors/gvim/Manifest b/app-editors/gvim/Manifest
index 2415ec1f311..db7adf44227 100644
--- a/app-editors/gvim/Manifest
+++ b/app-editors/gvim/Manifest
@@ -2,3 +2,4 @@ DIST vim-8.0.0106-gentoo-patches.tar.bz2 2281 SHA256 
9823a91b050eb4b001cc50f508d
 DIST vim-8.0.0386.tar.gz 13000882 SHA256 
25b28f6ef55a8d0b3f255f0fbed90ad1450bde7f7b231cc09d86c5119adc95bc SHA512 
3169ea4dbc836c724f63d99cd345227f870a3a922beba84a6b42011685c0dd209f6bba8c69af0650c9a57bb47fc541e1150ca8cefb21fcada022259bf4c94a66
 WHIRLPOOL 
99a5582e0db0dc53fd8385cddf1fbf13d2fe1dd5c8e33c9959288c19d4b85f50139791269edd4ec3d5cbed6548cc3d9c7962ec1706eb422a4ef83c207aac009b
 DIST vim-8.0.0938-gentoo-patches.tar.bz2 2316 SHA256 
851418dbbbac25e581eeb44a24e62f8841a7df33f436d1986dd7332fb5d07c60 SHA512 
a6062be5e6a5c5b437081312df5742353242b5171bf26da04aa6ca216d2b142b2411a88bc1edd460d28e00a59a210c8e1729e801fac6f1efd86bb2e437a56a2b
 WHIRLPOOL 
8521b344426b5d2b246ddab7768eae45e0ee54ef58085099f9e15575e7854eb461fbcf0093caee1326e29d2425c2d451de36812cda24fa767709fc5d6046236c
 DIST vim-8.0.0938.tar.gz 13287289 SHA256 
7a07fb164069ce82e5c90ff3831b6f3249e09193800f76d9c576867a63828071 SHA512 
be4b6a29ace6a708cd7d0d3a3585cd3b88056e49f3869e18c6b895272e4ec01a8a7a68695ec2f885dd1fc139ae022a3f1b2d2d11e8b883362b9683cf5a8b0cd3
 WHIRLPOOL 
5098cf73f8b294686888c8b5a31199044ec1f409cc9c3de39e96911f688374282716a3137827e260c97e688bb42e79a77c53a29fa7d3364ce2c3375c2257b309
+DIST vim-8.0.0983.tar.gz 13292263 SHA256 
5f3d5307d7055e3a55811546f6c787f1c65d209ae5b83e36c0de16d64fda8bf2 SHA512 
985cdcf134c3513a973b4c91a899684a563fca4c347afba2d51892d737c8b58a2008bbf8573a98838da6df16552096e437a5064dc2ef653c7222bbac59ce6136
 WHIRLPOOL 
98a1ed102182f07e1dc2105b9bae73e1f6c0f7522b25ab91aba4767a3c9d805082a89bd964ab6441fb4185f4076b046a25ca92bf08f0446e4d2a53b0298bb3e0

diff --git a/app-editors/gvim/gvim-8.0.0983.ebuild 
b/app-editors/gvim/gvim-8.0.0983.ebuild
new file mode 100644
index 000..9a3c4881d9c
--- /dev/null
+++ b/app-editors/gvim/gvim-8.0.0983.ebuild
@@ -0,0 +1,388 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VIM_VERSION="8.0"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_REQ_USE=threads
+inherit vim-doc flag-o-matic xdg-utils gnome2-utils versionator 
bash-completion-r1 prefix python-single-r1
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/vim/vim.git";
+   EGIT_CHECKOUT_DIR=${WORKDIR}/vim-${PV}
+else
+   SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> 
vim-${PV}.tar.gz
+   
https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2";
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+fi
+
+DESCRIPTION="GUI version of the Vim text editor"
+HOMEPAGE="http://www.vim.org/ https://github.com/vim/vim";
+
+SLOT="0"
+LICENSE="vim"
+IUSE="acl aqua cscope debug gnome gtk gtk3 lua luajit motif neXt netbeans nls 
perl python racket ruby selinux session tcl"
+REQUIRED_USE="
+   luajit? ( lua )
+   python? ( ${PYTHON_REQUIRED_USE} )
+"
+
+RDEPEND="
+   ~app-editors/vim-core-${PV}
+   >=app-eselect/eselect-vi-1.1
+   >=sys-libs/ncurses-5.2-r2:0=
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libXext
+   x11-libs/libXt
+   acl? ( kernel_linux? ( sys-apps/acl ) )
+   !aqua? (
+   gtk3? (
+   x11-libs/gtk+:3
+   x11-libs/libXft
+   )
+   !gtk3? (
+   gtk? (
+   >=x11-libs/gtk+-2.6:2
+   x11-libs/libXft
+   gnome? ( >=gnome-base/libgnomeui-2.6 )
+   )
+   !gtk? (
+   motif? ( >=x11-libs/motif-2.3:0 )
+   !motif? (
+   neXt? ( x11-libs/neXtaw )
+   !neXt? ( x11-libs/libXaw )
+   )
+   )
+   )
+   )
+   cscope? ( dev-util/cscope )
+   lua? (
+   luajit? ( dev-lang/luajit:2= )
+   !luajit? ( dev-lang/lua:0[deprecated] )
+   )
+   nls? ( virtual/libintl )
+   perl? ( dev-lang/perl:= )
+   python? ( ${PYTHON_DEPS} )
+   racket

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

2017-08-21 Thread Tim Harder
commit: 622fb77716e0d3b7d01fb4fa35d067c0d2091d59
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Aug 22 03:54:41 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Aug 22 03:54:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=622fb777

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

 app-editors/vim-core/Manifest |   1 +
 app-editors/vim-core/vim-core-8.0.0983.ebuild | 217 ++
 2 files changed, 218 insertions(+)

diff --git a/app-editors/vim-core/Manifest b/app-editors/vim-core/Manifest
index 2415ec1f311..db7adf44227 100644
--- a/app-editors/vim-core/Manifest
+++ b/app-editors/vim-core/Manifest
@@ -2,3 +2,4 @@ DIST vim-8.0.0106-gentoo-patches.tar.bz2 2281 SHA256 
9823a91b050eb4b001cc50f508d
 DIST vim-8.0.0386.tar.gz 13000882 SHA256 
25b28f6ef55a8d0b3f255f0fbed90ad1450bde7f7b231cc09d86c5119adc95bc SHA512 
3169ea4dbc836c724f63d99cd345227f870a3a922beba84a6b42011685c0dd209f6bba8c69af0650c9a57bb47fc541e1150ca8cefb21fcada022259bf4c94a66
 WHIRLPOOL 
99a5582e0db0dc53fd8385cddf1fbf13d2fe1dd5c8e33c9959288c19d4b85f50139791269edd4ec3d5cbed6548cc3d9c7962ec1706eb422a4ef83c207aac009b
 DIST vim-8.0.0938-gentoo-patches.tar.bz2 2316 SHA256 
851418dbbbac25e581eeb44a24e62f8841a7df33f436d1986dd7332fb5d07c60 SHA512 
a6062be5e6a5c5b437081312df5742353242b5171bf26da04aa6ca216d2b142b2411a88bc1edd460d28e00a59a210c8e1729e801fac6f1efd86bb2e437a56a2b
 WHIRLPOOL 
8521b344426b5d2b246ddab7768eae45e0ee54ef58085099f9e15575e7854eb461fbcf0093caee1326e29d2425c2d451de36812cda24fa767709fc5d6046236c
 DIST vim-8.0.0938.tar.gz 13287289 SHA256 
7a07fb164069ce82e5c90ff3831b6f3249e09193800f76d9c576867a63828071 SHA512 
be4b6a29ace6a708cd7d0d3a3585cd3b88056e49f3869e18c6b895272e4ec01a8a7a68695ec2f885dd1fc139ae022a3f1b2d2d11e8b883362b9683cf5a8b0cd3
 WHIRLPOOL 
5098cf73f8b294686888c8b5a31199044ec1f409cc9c3de39e96911f688374282716a3137827e260c97e688bb42e79a77c53a29fa7d3364ce2c3375c2257b309
+DIST vim-8.0.0983.tar.gz 13292263 SHA256 
5f3d5307d7055e3a55811546f6c787f1c65d209ae5b83e36c0de16d64fda8bf2 SHA512 
985cdcf134c3513a973b4c91a899684a563fca4c347afba2d51892d737c8b58a2008bbf8573a98838da6df16552096e437a5064dc2ef653c7222bbac59ce6136
 WHIRLPOOL 
98a1ed102182f07e1dc2105b9bae73e1f6c0f7522b25ab91aba4767a3c9d805082a89bd964ab6441fb4185f4076b046a25ca92bf08f0446e4d2a53b0298bb3e0

diff --git a/app-editors/vim-core/vim-core-8.0.0983.ebuild 
b/app-editors/vim-core/vim-core-8.0.0983.ebuild
new file mode 100644
index 000..15a9ee34065
--- /dev/null
+++ b/app-editors/vim-core/vim-core-8.0.0983.ebuild
@@ -0,0 +1,217 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VIM_VERSION="8.0"
+inherit estack vim-doc flag-o-matic versionator bash-completion-r1 prefix
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/vim/vim.git";
+   EGIT_CHECKOUT_DIR=${WORKDIR}/vim-${PV}
+else
+   SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> 
vim-${PV}.tar.gz
+   
https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2";
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+fi
+
+DESCRIPTION="vim and gvim shared files"
+HOMEPAGE="http://www.vim.org/ https://github.com/vim/vim";
+
+SLOT="0"
+LICENSE="vim"
+IUSE="nls acl minimal"
+
+DEPEND="sys-devel/autoconf"
+PDEPEND="!minimal? ( app-vim/gentoo-syntax )"
+
+S=${WORKDIR}/vim-${PV}
+
+pkg_setup() {
+   # people with broken alphabets run into trouble. bug 82186.
+   unset LANG LC_ALL
+   export LC_COLLATE="C"
+
+   # Gnome sandbox silliness. bug #114475.
+   mkdir -p "${T}"/home
+   export HOME="${T}"/home
+}
+
+src_prepare() {
+   if [[ ${PV} != * ]] ; then
+   # Gentoo patches to fix runtime issues, cross-compile errors, 
etc
+   eapply "${WORKDIR}"/patches
+   fi
+
+   # Fixup a script to use awk instead of nawk
+   sed -i '1s|.*|#!'"${EPREFIX}"'/usr/bin/awk -f|' 
"${S}"/runtime/tools/mve.awk \
+   || die "mve.awk sed failed"
+
+   # Read vimrc and gvimrc from /etc/vim
+   echo '#define SYS_VIMRC_FILE "'${EPREFIX}'/etc/vim/vimrc"' >> 
"${S}"/src/feature.h
+   echo '#define SYS_GVIMRC_FILE "'${EPREFIX}'/etc/vim/gvimrc"' >> 
"${S}"/src/feature.h
+
+   # Use exuberant ctags which installs as /usr/bin/exuberant-ctags.
+   # Hopefully this pattern won't break for a while at least.
+   # This fixes bug 29398 (27 Sep 2003 agriffis)
+   sed -i 's/\> "$c" ; done
+
+   # Try to avoid sandbox problems. Bug #114475.
+   if [[ -d "${S}"/src/po ]] ; then
+   sed -i -e \
+   '/-S check.vim/s,..VIM.,ln -s $(VIM) testvim \; 

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

2017-08-21 Thread Tim Harder
commit: 134d9be160498151ff0f4f5274ec711bc06e
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Aug 22 03:55:29 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Aug 22 03:55:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=134d9be1

app-editors/vim: version bump to 8.0.0983

 app-editors/vim/Manifest|   1 +
 app-editors/vim/vim-8.0.0983.ebuild | 330 
 2 files changed, 331 insertions(+)

diff --git a/app-editors/vim/Manifest b/app-editors/vim/Manifest
index 2415ec1f311..db7adf44227 100644
--- a/app-editors/vim/Manifest
+++ b/app-editors/vim/Manifest
@@ -2,3 +2,4 @@ DIST vim-8.0.0106-gentoo-patches.tar.bz2 2281 SHA256 
9823a91b050eb4b001cc50f508d
 DIST vim-8.0.0386.tar.gz 13000882 SHA256 
25b28f6ef55a8d0b3f255f0fbed90ad1450bde7f7b231cc09d86c5119adc95bc SHA512 
3169ea4dbc836c724f63d99cd345227f870a3a922beba84a6b42011685c0dd209f6bba8c69af0650c9a57bb47fc541e1150ca8cefb21fcada022259bf4c94a66
 WHIRLPOOL 
99a5582e0db0dc53fd8385cddf1fbf13d2fe1dd5c8e33c9959288c19d4b85f50139791269edd4ec3d5cbed6548cc3d9c7962ec1706eb422a4ef83c207aac009b
 DIST vim-8.0.0938-gentoo-patches.tar.bz2 2316 SHA256 
851418dbbbac25e581eeb44a24e62f8841a7df33f436d1986dd7332fb5d07c60 SHA512 
a6062be5e6a5c5b437081312df5742353242b5171bf26da04aa6ca216d2b142b2411a88bc1edd460d28e00a59a210c8e1729e801fac6f1efd86bb2e437a56a2b
 WHIRLPOOL 
8521b344426b5d2b246ddab7768eae45e0ee54ef58085099f9e15575e7854eb461fbcf0093caee1326e29d2425c2d451de36812cda24fa767709fc5d6046236c
 DIST vim-8.0.0938.tar.gz 13287289 SHA256 
7a07fb164069ce82e5c90ff3831b6f3249e09193800f76d9c576867a63828071 SHA512 
be4b6a29ace6a708cd7d0d3a3585cd3b88056e49f3869e18c6b895272e4ec01a8a7a68695ec2f885dd1fc139ae022a3f1b2d2d11e8b883362b9683cf5a8b0cd3
 WHIRLPOOL 
5098cf73f8b294686888c8b5a31199044ec1f409cc9c3de39e96911f688374282716a3137827e260c97e688bb42e79a77c53a29fa7d3364ce2c3375c2257b309
+DIST vim-8.0.0983.tar.gz 13292263 SHA256 
5f3d5307d7055e3a55811546f6c787f1c65d209ae5b83e36c0de16d64fda8bf2 SHA512 
985cdcf134c3513a973b4c91a899684a563fca4c347afba2d51892d737c8b58a2008bbf8573a98838da6df16552096e437a5064dc2ef653c7222bbac59ce6136
 WHIRLPOOL 
98a1ed102182f07e1dc2105b9bae73e1f6c0f7522b25ab91aba4767a3c9d805082a89bd964ab6441fb4185f4076b046a25ca92bf08f0446e4d2a53b0298bb3e0

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

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

2017-08-21 Thread Tim Harder
commit: 988725bd499ebb17022bffbcfaeb32f6b36bc5d6
Author: johannes walcher  stusta  de>
AuthorDate: Mon Aug 21 11:42:50 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Aug 22 03:40:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=988725bd

app-misc/physlock: create /etc/pam.d/physlock

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

 app-misc/physlock/{physlock-11.ebuild => physlock-11-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-misc/physlock/physlock-11.ebuild 
b/app-misc/physlock/physlock-11-r1.ebuild
similarity index 94%
rename from app-misc/physlock/physlock-11.ebuild
rename to app-misc/physlock/physlock-11-r1.ebuild
index 85ef2ee303b..761fce5332c 100644
--- a/app-misc/physlock/physlock-11.ebuild
+++ b/app-misc/physlock/physlock-11-r1.ebuild
@@ -23,4 +23,5 @@ src_prepare() {
 
 src_install() {
emake DESTDIR="${D}" PREFIX=/usr install
+   dosym login /etc/pam.d/${PN}
 }



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

2017-08-21 Thread Tim Harder
commit: 99fc2c71df965c82f15953abb0da3e5fe5b18cac
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Aug 22 03:30:23 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Aug 22 03:40:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99fc2c71

dev-python/pytest-xdist: version bump to 1.20.0

 dev-python/pytest-xdist/Manifest   |  1 +
 dev-python/pytest-xdist/pytest-xdist-1.20.0.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
index 17b315a344f..1a4d0d16359 100644
--- a/dev-python/pytest-xdist/Manifest
+++ b/dev-python/pytest-xdist/Manifest
@@ -1,2 +1,3 @@
 DIST pytest-xdist-1.14.zip 106585 SHA256 
4a5e1199122fa29e3017d8d189f59ccc5d82e841474ba2a1eec0e89606153623 SHA512 
4cafae77736da6880e8dd42aaa91f68bbc959ff7dabcd231018b144b54f96ccf1b11abb09474e260876bbdf731053005fdbd348ac87461f303d8f8f7af643e36
 WHIRLPOOL 
7d1f57a6d5cbf08661254f3f47d72c3cfbe931f14985c4b24abb627bd10fdc3f2fa21d05085766c0ed425e74713f991b53bdde957bd64ea4f64a206c2f4feffc
 DIST pytest-xdist-1.15.0.tar.gz 87799 SHA256 
6238395f8bd050f9288a3b10f34330edece80f4424cf2b4204d6e7d622f0f00b SHA512 
6429bd0c85024a2dcb453e4264f06d4a548637c4dcdeabf73d2b78a112ace70ff61cf0849a4845cc70a7650d10a99e5fe1087d3b7dba4b941ec0a771fc9338ed
 WHIRLPOOL 
0454f615c24b14a86aba58c7bc9dbc2b43af82551ae3912358603450f0e3ac94e849eb2fc57bdda8bd1de520a3986d2c12c9f2923f4296718ffee84d661b
+DIST pytest-xdist-1.20.0.tar.gz 56578 SHA256 
7924d45c2430191fe3679a58116c74ceea13307d7822c169d65fd59a24b3a4fe SHA512 
e91fa6fa2f3130d38d674f62e6332581b88b43d7a63562701edf705de1b8a633b6b2011a6fa5fcece955181f6cf263a8ca7481c5e5f9f1d56ce198327f7dd30a
 WHIRLPOOL 
0a2311d92f372c692c579350792d7051c4dfa046bc22a6b9b214982f90c12b28f7c0875fec591741bf82a3e6feac2b807a9ccde5c920b14a8b9865d58e3a

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.20.0.ebuild 
b/dev-python/pytest-xdist/pytest-xdist-1.20.0.ebuild
new file mode 100644
index 000..7e6d21d5471
--- /dev/null
+++ b/dev-python/pytest-xdist/pytest-xdist-1.20.0.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{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Distributed testing and loop-on-failing modes"
+HOMEPAGE="https://pypi.python.org/pypi/pytest-xdist 
https://github.com/pytest-dev/pytest-xdist";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/execnet-1.1[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   >=dev-python/py-1.4.22[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+python_test() {
+   distutils_install_for_testing
+   py.test -vv || die "Tests failed under ${EPYTHON}"
+}



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

2017-08-21 Thread Tim Harder
commit: dc51fe278d02c417e969b00560e0fb81043127c4
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Aug 22 02:21:21 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Aug 22 03:39:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc51fe27

dev-python/pytest-forked: initial import for newer pytest-xdist

 dev-python/pytest-forked/Manifest |  1 +
 dev-python/pytest-forked/metadata.xml | 12 
 dev-python/pytest-forked/pytest-forked-0.2.ebuild | 37 +++
 3 files changed, 50 insertions(+)

diff --git a/dev-python/pytest-forked/Manifest 
b/dev-python/pytest-forked/Manifest
new file mode 100644
index 000..faa8899d57f
--- /dev/null
+++ b/dev-python/pytest-forked/Manifest
@@ -0,0 +1 @@
+DIST pytest-forked-0.2.tar.gz 9617 SHA256 
e4500cd0509ec4a26535f7d4112a8cc0f17d3a41c29ffd4eab479d2a55b30805 SHA512 
5e84fcaceed46ee9da8eec051e72acb46f09e2df3458511651604c35d68e3ad06fc41d52578127fd29f0c216dcb5fce1844c614f10501727cbf8fa8f2316f231
 WHIRLPOOL 
7f34574246d8280b6eaceaffd0e6c1a1517a35336f4aed7ac804ff1e5235c05462fe7b4e09a2908d87499a1fff1ee13e9d58d29a4877b4b40b87e0a92ba5d99d

diff --git a/dev-python/pytest-forked/metadata.xml 
b/dev-python/pytest-forked/metadata.xml
new file mode 100644
index 000..2a3e6f5c321
--- /dev/null
+++ b/dev-python/pytest-forked/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   pytest-forked
+   pytest-dev/pytest-forked
+   
+

diff --git a/dev-python/pytest-forked/pytest-forked-0.2.ebuild 
b/dev-python/pytest-forked/pytest-forked-0.2.ebuild
new file mode 100644
index 000..1416c695420
--- /dev/null
+++ b/dev-python/pytest-forked/pytest-forked-0.2.ebuild
@@ -0,0 +1,37 @@
+# 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
+
+DESCRIPTION="run tests in isolated forked subprocesses"
+HOMEPAGE="https://pypi.python.org/pypi/pytest-forked 
https://github.com/pytest-dev/pytest-forked";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/pytest-2.6.0[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   distutils-r1_python_prepare_all
+
+   # remove bundled bytecode
+   rm -r testing/__pycache__ || die
+}
+
+python_test() {
+   distutils_install_for_testing
+   py.test -v || die "Tests failed under ${EPYTHON}"
+}



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

2017-08-21 Thread Philip Miess
commit: dc99b48174aaf84d1e103d2fcf67a364c20eb0bf
Author: Philip Miess  yahoo  com>
AuthorDate: Tue Aug 22 01:44:12 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Tue Aug 22 01:44:12 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=dc99b481

dobin instead of doexe

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

diff --git a/dev-python/freecode-submit/Manifest 
b/dev-python/freecode-submit/Manifest
index d3a5efb..fa4bbb5 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 759 SHA256 
0f41fe43a18adcbac2548b4f3d4368cadfce7125993fd5c08f21a6b3cb72475f SHA512 
3849ccf772e45c53aa355d0623911ea0b459700d35233e83fafa70f9f8321c93cff853705b6643eeffb014493baf4acc22ae3977fb346542d939ad27c615648b
 WHIRLPOOL 
7cb47b629b5fb8ea68669d8443456459e163cf66254144b1c6b2aed4584ed4899a208da70c5fba8b6912fd6db14fd8efb45dcdb96c1ead6b5a89f646a89337ba
+EBUILD freecode-submit-2.9.ebuild 715 SHA256 
48bd32ad598ae0fd0ac7c7398bde859bd75c3e71aead898b65b8266abfaf977d SHA512 
318d9fbc6cc016c2bdfe79ed6d10d716db60a546387d20c83eb48af6f9dcf725c53b5a8266b3c0581efa05cac4ac37d24798f0f18b8ccdae055f02742fe0b73d
 WHIRLPOOL 
23db7dd0aa9058413623a330ad904ff99e48da916722a066e55cb3764921cfe1c358410177e002d399af411759878b811cfcca1fdbc5b5930fa56917a732d56d
 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 fe7bf56..b2aab7d 100644
--- a/dev-python/freecode-submit/freecode-submit-2.9.ebuild
+++ b/dev-python/freecode-submit/freecode-submit-2.9.ebuild
@@ -31,9 +31,7 @@ src_compile() {
 
 src_install() {
python_fix_shebang freecode-submit
-   dodir '${D}usr'
-   into '${D}usr'
-   dobin '${WORKDIR}/freecode-submit'
+   dobin 'freecode-submit'
 
python_optimize
einstalldocs



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

2017-08-21 Thread Nathan Phillip Brink
commit: 66717c3ab962964f67f4f3ab1d603cdaa4a128cb
Author: Nathan Phillip Brink  gentoo  org>
AuthorDate: Tue Aug 22 01:38:09 2017 +
Commit: Nathan Phillip Brink  gentoo  org>
CommitDate: Tue Aug 22 01:38:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66717c3a

net-irc/unrealircd: Drop old unrealircd-4.0.6.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-irc/unrealircd/Manifest|   1 -
 net-irc/unrealircd/unrealircd-4.0.6.ebuild | 239 -
 2 files changed, 240 deletions(-)

diff --git a/net-irc/unrealircd/Manifest b/net-irc/unrealircd/Manifest
index e7a3d82915a..45957da693d 100644
--- a/net-irc/unrealircd/Manifest
+++ b/net-irc/unrealircd/Manifest
@@ -1,3 +1,2 @@
 DIST Unreal3.2.10.7.tar.gz 3539026 SHA256 
472e12cd42d2e725a1795e2bead4786062775782bd015a07697c2edf400d4047 SHA512 
7d5fd4729fdde56c6b3e38a93bc365857b5b4faf58cb39e844b43e87872623abc7527025247eeda8c8535576e2b1b8ef14d482c964ce940cafb5de77cc9e1667
 WHIRLPOOL 
48c578ba12a36ab8078b5569d5de05134699218a6265591aa9ce80614015d96c76624eda17c42b7301379ebbd48e1ea1a62360b624e1d482cbdae562905a95a2
 DIST unrealircd-4.0.12.tar.gz 5521686 SHA256 
db82848fef9ccc2e97ee4decf0167118554d7d5ce396c8e2c902229e6b19ffe8 SHA512 
3df18e07226673d7691f91f0f6c2129955523f1330519e5cada7989c8987382d78770c95837d520737796cf4fa84f1de3eb0f08ef017c5c56f775cf45420
 WHIRLPOOL 
75a8a6a93dd82fdf3da5ff35b6c8554f1ec47b445714197b96ba49d3a3b09f2f995acb2c380e51434d84c681f92699d8227ebacfe6f6cdf72dc667c2ae612324
-DIST unrealircd-4.0.6.tar.gz 4877399 SHA256 
0193754212e01eba96aed7c2fb2f1d022408f424d251e8b0db870e714c752f09 SHA512 
3cf70334966b87902e4a94e391545549df96885ebec26f7d2ec3f2620e18c829c3f7f566b4c1a22c8bcf16d19fdcb35ed10e37d4ce981fe2decd3b90ff204486
 WHIRLPOOL 
f415f846da32de33cc19e16c66af465e058b29184dfdb4624bc78b06e901bc4d5a98a15761fd2dc773715e39c272435de4bc24007db1c06291b15f0edff2d7ba

diff --git a/net-irc/unrealircd/unrealircd-4.0.6.ebuild 
b/net-irc/unrealircd/unrealircd-4.0.6.ebuild
deleted file mode 100644
index 0c32602867c..000
--- a/net-irc/unrealircd/unrealircd-4.0.6.ebuild
+++ /dev/null
@@ -1,239 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SSL_CERT_MANDATORY=1
-inherit eutils ssl-cert versionator multilib user
-
-DESCRIPTION="An advanced Internet Relay Chat daemon"
-HOMEPAGE="https://www.unrealircd.org/";
-SRC_URI="https://www.unrealircd.org/${PN}$(get_version_component_range 
1)/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~amd64-linux"
-IUSE="class-nofakelag curl +extban-stacking +operoverride operoverride-verify 
+prefixaq
-   showlistmodes shunnotices topicisnuhost +usermod"
-
-RDEPEND="dev-libs/openssl:=
-   curl? ( net-misc/curl[adns] )
-   dev-libs/libpcre2
-   dev-libs/tre
-   >=net-dns/c-ares-1.7"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-pkg_pretend() {
-   local v
-   for v in ${REPLACING_VERSIONS}; do
-   version_is_at_least 4 "${v}" && continue
-   ewarn "The configuration file format has changed since ${v}."
-   ewarn "Please be prepared to manually update them and visit:"
-   ewarn "https://www.unrealircd.org/docs/Upgrading_from_3.2.x";
-   break
-   done
-}
-
-pkg_setup() {
-   enewuser unrealircd
-}
-
-src_prepare() {
-   # QA check against bundled pkgs
-   rm -r extras || die
-
-   if use class-nofakelag; then
-   sed -i -e 's:#undef\( FAKELAG_CONFIGURABLE\):#define\1:' 
include/config.h || die
-   fi
-
-   eapply_user
-}
-
-src_configure() {
-   econf \
-   --with-bindir="${EPREFIX}"/usr/bin \
-   --with-cachedir="${EPREFIX}"/var/lib/${PN} \
-   --with-confdir="${EPREFIX}"/etc/${PN} \
-   --with-datadir="${EPREFIX}"/var/lib/${PN} \
-   --with-docdir="${EPREFIX}"/usr/share/doc/${PF} \
-   --with-logdir="${EPREFIX}"/var/log/${PN} \
-   
--with-modulesdir="${EPREFIX}"/usr/"$(get_libdir)"/${PN}/modules \
-   --with-pidfile="${EPREFIX}"/run/${PN}/ircd.pid \
-   --with-tmpdir="${EPREFIX}"/var/lib/${PN}/tmp \
-   --with-nick-history=2000 \
-   --with-sendq=300 \
-   --with-permissions=0640 \
-   --with-fd-setsize=1024 \
-   --with-system-cares \
-   --with-system-pcre2 \
-   --with-system-tre \
-   --enable-dynamic-linking \
-   --enable-ssl="${EPREFIX}"/usr \
-   $(use_enable curl libcurl "${EPREFIX}"/usr) \
-   $(use_enable prefixaq) \
-   $(use_with showlistmodes) \
-   $(use_with topicisnuhost) \
-   $(use_with shunnotices) \
-   $(use_with !operoverride no-operoverride) \
-   $(use_with operoverride-verify) 

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

2017-08-21 Thread Philip Miess
commit: 641d6348efff29ae695fd797f629be895608b435
Author: Philip Miess  yahoo  com>
AuthorDate: Tue Aug 22 01:35:01 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Tue Aug 22 01:35:01 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=641d6348

call default in src_prepare

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

diff --git a/dev-python/freecode-submit/Manifest 
b/dev-python/freecode-submit/Manifest
index 6828c78..d3a5efb 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 750 SHA256 
3543e51124e50d7b77dd8de5bc2c84756ffa2c4f0e19804c6f60aeed3d9893b6 SHA512 
8b43a411b838262ec11d5c6b740e93e68d7db5b44ad067c0ea87ff324f8b12c587f52403184d525cdd8a04c5985e4e585507e82759159a0f75b69e46ab6d6a32
 WHIRLPOOL 
ea18ada03c07bf035bc11e60bf8f69fcb4e0fe8ca159ffbcc5abac7e84c81450cf20ad05f947fc347c4a3ba6a1d028e5684ba35588869ca4da1b00919543f307
+EBUILD freecode-submit-2.9.ebuild 759 SHA256 
0f41fe43a18adcbac2548b4f3d4368cadfce7125993fd5c08f21a6b3cb72475f SHA512 
3849ccf772e45c53aa355d0623911ea0b459700d35233e83fafa70f9f8321c93cff853705b6643eeffb014493baf4acc22ae3977fb346542d939ad27c615648b
 WHIRLPOOL 
7cb47b629b5fb8ea68669d8443456459e163cf66254144b1c6b2aed4584ed4899a208da70c5fba8b6912fd6db14fd8efb45dcdb96c1ead6b5a89f646a89337ba
 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 d0c218e..fe7bf56 100644
--- a/dev-python/freecode-submit/freecode-submit-2.9.ebuild
+++ b/dev-python/freecode-submit/freecode-submit-2.9.ebuild
@@ -21,6 +21,7 @@ DEPEND="${PYTHON_DEPS}"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
+   default
sed -i 's:PREFIX=:PREFIX?=:' Makefile || die 'Prefix fix sed failed.'
 }
 



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

2017-08-21 Thread Philip Miess
commit: 2134b6c7aed5739a3ae2a2ee6c8a168aaa510d0f
Author: Philip Miess  yahoo  com>
AuthorDate: Tue Aug 22 01:31:19 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Tue Aug 22 01:31:19 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=2134b6c7

doesnt use distutils build system

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

diff --git a/dev-python/freecode-submit/Manifest 
b/dev-python/freecode-submit/Manifest
index df5b0ab..6828c78 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 759 SHA256 
bd5c1331cb7430b510671bc062f2a12b96497124ede6dd4b82c77628706e829e SHA512 
acb94fd619a99a892911a0b92a262614771188f9ea37e0a23a612c2cb638064a6a34a372fc8d9598133e6cad247bbfc5cb1c0e6cbafa0e8b7ba861f040bb8d8c
 WHIRLPOOL 
04ebab4ecb8d5df9041c454af452e1227b8aec32f31c33622e89479c060cd9b6dc0dc6efae9bde998fb13d0909ceeab02ec2bef04f4142313c3b56a502d35938
+EBUILD freecode-submit-2.9.ebuild 750 SHA256 
3543e51124e50d7b77dd8de5bc2c84756ffa2c4f0e19804c6f60aeed3d9893b6 SHA512 
8b43a411b838262ec11d5c6b740e93e68d7db5b44ad067c0ea87ff324f8b12c587f52403184d525cdd8a04c5985e4e585507e82759159a0f75b69e46ab6d6a32
 WHIRLPOOL 
ea18ada03c07bf035bc11e60bf8f69fcb4e0fe8ca159ffbcc5abac7e84c81450cf20ad05f947fc347c4a3ba6a1d028e5684ba35588869ca4da1b00919543f307
 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 ec86465..d0c218e 100644
--- a/dev-python/freecode-submit/freecode-submit-2.9.ebuild
+++ b/dev-python/freecode-submit/freecode-submit-2.9.ebuild
@@ -5,9 +5,8 @@ EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="ssl(+)"
-DISTUTILS_SINGLE_IMPL=1
 
-inherit distutils-r1
+inherit python-single-r1
 
 DESCRIPTION="Client for Freshcode and Freecode-like sites."
 HOMEPAGE="http://www.catb.org/~esr/freecode-submit/";
@@ -21,18 +20,20 @@ IUSE=""
 DEPEND="${PYTHON_DEPS}"
 RDEPEND="${DEPEND}"
 
-python_prepare_all() {
+src_prepare() {
sed -i 's:PREFIX=:PREFIX?=:' Makefile || die 'Prefix fix sed failed.'
-   distutils-r1_python_prepare_all
 }
 
-python_compile() {
+src_compile() {
emake all
 }
 
-python_install() {
+src_install() {
python_fix_shebang freecode-submit
+   dodir '${D}usr'
+   into '${D}usr'
+   dobin '${WORKDIR}/freecode-submit'
 
-   emake PREFIX="${D}" install
+   python_optimize
einstalldocs
 }



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

2017-08-21 Thread Tim Harder
commit: 485596f022c79c82c4d3fa4bf9add5783c0d57b3
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Aug 22 01:16:19 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Aug 22 01:17:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=485596f0

dev-python/hypothesis: version bump to 3.19.2

 dev-python/hypothesis/Manifest |  1 +
 dev-python/hypothesis/hypothesis-3.19.2.ebuild | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index d29e787..b7b0a98d6c0 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -1,4 +1,5 @@
 DIST hypothesis-3.18.5.tar.gz 367643 SHA256 
732df6038156581592c4f8dc8689988dafd60669859d53e469e0e83c3ab9931b SHA512 
0f728c66ef0170c4886d5cc168419ae7bbcd9f9f72d968031e34fe01a616e3ad76bad35f3ea50f258f5f8f75ad63426894a9f0cf4c683f2c6a9c9e3b5ac8db58
 WHIRLPOOL 
6a02cbf8a2403ef5d08ea3b508459ee36102a5944df9efd1dec41101ff6ae3558f192d3375bac40b0e8b0ee2506a843f89dea576fcc8c38ca2726c74bda6
+DIST hypothesis-3.19.2.tar.gz 378801 SHA256 
aacfec60fcef1fec108347a421a2aebce5b1fa1f952567e6e0c9530c84201aad SHA512 
a63b991ad725994b47fd8cce14ff9bfdd85e58ccc3717ef9e64c68ee9f3a38b71fbe96c250441e5696dc5039cd2a39d6b21399d0f9a71940ef105377fe6c5ad2
 WHIRLPOOL 
3c376884a7838f421cc24a8a90bb1d44750cc117c52d369f9fb194d84f61c3e57c10054a9e496cc08acc343383f3224ac85fe46d05c87c667aa5f2e2795d6e08
 DIST hypothesis-3.6.0.tar.gz 73586 SHA256 
ecb0e711ab83032c54605d88fda1e07ca5c6025bdb5e91deab96eca29491f678 SHA512 
cb885628e5c38ab9312cfb177ebc3c014617d21031737f5fba343ba485c1b8ff82b1302e7bc1d3e79192bfd8324fd0501498c968f3ac8343829f8965f6354389
 WHIRLPOOL 
189c788fdd0a326879a468061c271b14056da5f7dc1d5975e8f360cd5a91957eb8f79c26a045fbe49d7b11f7cc09024d3d09a353321b1dda1d4d96b452fd9e7b
 DIST hypothesis-3.6.1.tar.gz 75106 SHA256 
d4a0aa584ee4654819b8bfc8b5791669ad229eb1db949716543d7c31219cb35b SHA512 
89a884cfc147b09e6356ea1f2272784b256065a7ff86584c133c00d11cb0fda0a8463e347c15698c605f6c2d8fc7aa09cd4c216849cb2b851566bdf4268c28c4
 WHIRLPOOL 
1a65ad7442ba457390414c3117fdcde6981adb6e7cd0269b47ac7ec63e60393af386518f4ca79410222ff7533b12f87a99705f22fd9b20befdcf6a6a4a422e12
 DIST hypothesis-3.8.3.tar.gz 79107 SHA256 
0ab895ba432585e6f15b1c766c6927d95d23a301adfae4249859f80c23dc8d51 SHA512 
6ad61a84af87263ce639f0cef36dec90c2e1cc9df64fcd053b44c3790b445a2bd103ba99cc17f22e8fb06dfdbcf082833b000764bab94532401ffe30a54cb439
 WHIRLPOOL 
abd02b563e034c5d8d80d71e40360faa47427f6da15815cdc0b13c1bdcb2cbbbabcad477ef58ea23f9b3d80248e3ade4a167e4c17c4147a59c32cfd4d207113e

diff --git a/dev-python/hypothesis/hypothesis-3.19.2.ebuild 
b/dev-python/hypothesis/hypothesis-3.19.2.ebuild
new file mode 100644
index 000..c56c9bb293e
--- /dev/null
+++ b/dev-python/hypothesis/hypothesis-3.19.2.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=( python2_7 python3_{4,5,6} pypy{,3} )
+PYTHON_REQ_USE="threads(+),sqlite"
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="A library for property based testing"
+HOMEPAGE="https://github.com/HypothesisWorks/hypothesis-python 
https://pypi.python.org/pypi/hypothesis";
+SRC_URI="https://github.com/HypothesisWorks/hypothesis-python/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 
'python2*')"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S=${WORKDIR}/${PN}-python-${PV}
+
+pkg_postinst() {
+   optfeature "datetime support" dev-python/pytz
+   optfeature "numpy support" dev-python/numpy
+   optfeature "django support" dev-python/django dev-python/pytz
+   optfeature "pytest support" dev-python/pytest
+}



[gentoo-commits] proj/mozilla:master commit in: www-client/firefox/

2017-08-21 Thread Jory Pratt
commit: 6009744465e259ddb7ebeeeca91c3310a2c25f99
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Tue Aug 22 00:28:31 2017 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Tue Aug 22 00:28:31 2017 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=60097444

www-client/firefox - 56.0_beta4 bump

 www-client/firefox/Manifest| 184 ++---
 ...56.0_beta2.ebuild => firefox-56.0_beta4.ebuild} |   0
 2 files changed, 92 insertions(+), 92 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 0d07f57..09dbcea 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -185,95 +185,95 @@ DIST firefox-55.0.2-zh-CN.xpi 490383 SHA256 
a77bff1d91123cf255192e6d9998a879af2c
 DIST firefox-55.0.2-zh-TW.xpi 489347 SHA256 
5f3ed7ac4cd06305dab1b484716eecc067a97d2b6f2cfe16f82108b991b1a943 SHA512 
026ab32bdca46acf47e31c0c6cbe7ee19af2f1754a48901aa1d89d0f4197d3369623cfd57b1ff2fb537b7f4ff7f56e5b29a79f47477869eceb4c1612
 WHIRLPOOL 
cda90ff26a8961c1abee2f9b75d5be85910cd54b811db6eec825ea311593e13df7f17f1f6274866d20d02b1bf30be99540dba008eba04fb9bdd5f5483138b133
 DIST firefox-55.0.2.source.tar.xz 234450696 SHA256 
0b747822063dc4d7cbbbfccb44e5e7865441378c524032d4de7e94bfa1f475b7 SHA512 
a27722cb5840aac89752fea0880a7e093e84b50dc78a36dc8c4bd493ffda10fa61446007f680bfe65db7a0debe4c21e6f0bf9f0de9876bba067abdda6fed7be4
 WHIRLPOOL 
d77056605294e9b1396def6cbcfebbd7976fe4658551f7f2edf1a85ad4316355afccfa8e5922d3d258946ff1dcdf7429357fe51c6acb1faa27d91c8867600e04
 DIST firefox-56.0-patches-02.tar.xz 10188 SHA256 
444d6edaf1ad46d15bdaa2eee8cfcb39e34e73b94200641668ab36a87e1d2163 SHA512 
0b89d665a2f0ee4862c0b8c27a23198b8e8bb4ac18366c9a2b6709ebb0a065f8fa81dc1eac803ab0bc8b0c2bfdbdc2d5f7cda5bfb52c65f12c587b4d76d79345
 WHIRLPOOL 
0e5b168c6020a63d2bad672a9e1b1c51470e1f4bd51243a6e432729a87721cc3844f9ecb26099871be8f9fe5692845bdd93539065ffa7567803aa48afdf0cb91
-DIST firefox-56.0b2-ach.xpi 453652 SHA256 
412d590806c83a0048e0e0fe90b55a05feb225f98d7ab7bd17ccbc8da4ea5d22 SHA512 
e8c62d5ad4dfb0d1e3dedae8aad840bc3a46e1f3a92511c4f33615558474a50d41890f1d0715fb140f8b339ea66bd0f9a289916117beff939c419a488fc9824e
 WHIRLPOOL 
3f882f47aadf3132bd769a5026a2a4dc40eb585d82b6f57df2d19fddebea506d479d7674418c5334d4f1639590b223e17434857116b5e91879044e8f7a8057c5
-DIST firefox-56.0b2-af.xpi 454977 SHA256 
492a985216b9991620c70a4aa67083afb27e5861821cca8c967e72cf0d50eab9 SHA512 
8e842c5816fde22dbd21f95aef26f135dc4ca9b8ae2e8161b73ee7eaa03b5209f4f4c50da34a6b41aa68af16ca42e4f3c0c5e938059c40ce341657654ff1ddf7
 WHIRLPOOL 
294a1eea41d236273639bb44ec6a1329b9332e86baffd98025720d464f98b7c24dd5ba9c0fe579c1f5962cccf46c0b7fdb5794fb055ee59b7086f498923c5781
-DIST firefox-56.0b2-an.xpi 474624 SHA256 
6894dd02211ddce20a4805eb5b469815599397f3df298c542f6e5275e4e6 SHA512 
26a0437581e58078f0ab25e2c4cf95bbd38b3dd2705f66a54092f3ca7a736284af21ab26f690fb9626372ed40513a06038309e7e702449e44c35d62124d55b9e
 WHIRLPOOL 
999a0a63d35a2cc62705695411d3e36afc560b4f638b4937b21604b49b06ea6a1f13644e8d328c138b5ffd17df84f65a1b84fe4df685b5f289453868f54be0f1
-DIST firefox-56.0b2-ar.xpi 499454 SHA256 
d43ba5d761c86f6f72df9ba56fe8228490546cb41aff2efcdb1e0d465ccb8b5f SHA512 
1ffdf28ba83add0ac93dfbe636a39be73e8dd9fcbe73beecbfece666351625900818fc6165dc43027c4799011f041a64d1f611feab10548ebb32b5d7c5fe4896
 WHIRLPOOL 
edf80e646af55412e4c488651b8aae7254d8c4f3890ff96639d84db9ff32074880b1c352f5b5665a949cf1911a9f85b9fc49749872fed38e947bea34a33df1fc
-DIST firefox-56.0b2-as.xpi 507000 SHA256 
2299695121e34d4b55c62107d1ff7ddcf32a63aaf3f145fdeb461d1a8ddeac54 SHA512 
a116cf091ac34f6f0b86b8222533a2e3641754ff122aa61644b6f435924568484a43e1c922758f098a33768098939284743dc9547b51b752b0fbf52a5bfd5d61
 WHIRLPOOL 
1a0a8a8640d7d29b12eb0e24138c237d6bf686f1784f826ee7de4028bf02f859273c2c851df506982c47f333487747673f3a9a50c10cb0236f307dfc887b8d03
-DIST firefox-56.0b2-ast.xpi 467915 SHA256 
eeb3ea046af00cab26633a3a4d370e704dd9ce8a0a8fd50deb3907bb24997acd SHA512 
e5539a613206f1e522454c291fc6bc5645ffb4d2bb74f524902b0e2d264c63d658c73c09535ac30fb5d938d692158af92dc1d265f602caa3269381f2fe851373
 WHIRLPOOL 
7bcc29497be5870a449d9d254a9a6e1db704a056ebd57831cf49481866e36215eb8b77be5d54c4271b6d7c0b4b71d3b531d8e7ccc92379be4762e167b2a39830
-DIST firefox-56.0b2-az.xpi 483745 SHA256 
8945fa6a28ee498cb23c401e7e4458cb007857fea7bace6cf6c890b5517497bc SHA512 
76b3dd57045cd5ae11fbbb971f817e973e2a9335aa1d361400544ffc352956a6286e5e260b2ad85fddda289c09672f30e0962b85c0cbda3abe50b3b6afdf33d0
 WHIRLPOOL 
7565c5e205102bc4423cb573973d38bd30dda8a01fbaf895f2f9272b9fce322de2d7bc1d765c096cd600352ccfae1c8b98aa02a56d1bc827346f3fd06a832029
-DIST firefox-56.0b2-bg.xpi 527558 SHA256 
f772aa0e3c8ba22b2311a8cda45cc8965889823bd6b0aac28a17e80cfc63e924 SHA512 
1b3fb0152dcae1b49e46f2ffc30cab3df9eddf8b99e8913fe1125245f491f90ed1605c177da932e3dff73132445edc6f499fe0f133e8362c3c920f58fe1ec44c
 WHIRLPOOL 
e163fd654fcff0dfca13f4f201558436fb06895efff9db081394aad623bfcb0ed

[gentoo-commits] repo/gentoo:master commit in: app-admin/logsurfer+/files/, app-admin/logsurfer+/

2017-08-21 Thread Michael Orlitzky
commit: 3dbd8e0a71b7aabceedf523c71fe2461cb9edc33
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Aug 22 00:23:04 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Aug 22 00:23:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dbd8e0a

app-admin/logsurfer+: new revision to prevent PID file manipulation.

Previous versions of the logsurfer init script used start-stop-daemon
to run logsurfer as the "logsurfer" user, but let the daemon create
its own PID file. As a result, the "logsurfer" user needed to be able
to write to its PID file, and therein lies a minor security
vulnerability: if the daemon is compromised, the "logsurfer" user can
write an arbitrary PID into the file, later to be SIGKILLed by root
when he attempts to stop the service.

Since logsurfer cannot drop privileges on its own, the new init script
fixes this by running it in the foreground, and letting OpenRC manage
the PID file.

Gentoo-Bug: 628560

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-admin/logsurfer+/files/logsurfer-1.8.initd-r1 | 32 ++
 app-admin/logsurfer+/logsurfer+-1.8-r3.ebuild | 40 +++
 2 files changed, 72 insertions(+)

diff --git a/app-admin/logsurfer+/files/logsurfer-1.8.initd-r1 
b/app-admin/logsurfer+/files/logsurfer-1.8.initd-r1
new file mode 100644
index 000..03b87a4868f
--- /dev/null
+++ b/app-admin/logsurfer+/files/logsurfer-1.8.initd-r1
@@ -0,0 +1,32 @@
+#!/sbin/openrc-run
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+pidfile="/run/logsurfer.pid"
+command="/usr/bin/logsurfer"
+command_args="${LOGSURFER_OPTS}"
+command_user="logsurfer"
+command_background=true
+extra_started_commands="reload dump"
+
+depend() {
+   use logger
+}
+
+start_pre() {
+   # logsurfer won't start without a config file, but
+   # it doesn't mind an empty one.
+   checkpath --file /etc/logsurfer.conf
+}
+
+reload() {
+   ebegin "Reloading ${RC_SVCNAME}"
+   start-stop-daemon --signal HUP --pidfile "${pidfile}"
+   eend $? "Failed to reload ${RC_SVCNAME}"
+}
+
+dump() {
+   ebegin "Dumping ${RC_SVCNAME} internal state"
+   start-stop-daemon --signal USR1 --pidfile "${pidfile}"
+   eend $? "Failed to dump ${RC_SVCNAME} internal state"
+}

diff --git a/app-admin/logsurfer+/logsurfer+-1.8-r3.ebuild 
b/app-admin/logsurfer+/logsurfer+-1.8-r3.ebuild
new file mode 100644
index 000..0ec693d2ea5
--- /dev/null
+++ b/app-admin/logsurfer+/logsurfer+-1.8-r3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit toolchain-funcs user
+
+MY_P="logsurfer-${PV}"
+DESCRIPTION="Real Time Log Monitoring and Alerting"
+HOMEPAGE="http://www.crypt.gen.nz/logsurfer/";
+SRC_URI="http://kerryt.orcon.net.nz/${MY_P}.tar.gz
+   http://www.crypt.gen.nz/logsurfer/${MY_P}.tar.gz";
+
+LICENSE="freedist GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="bindist" #444330
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+   econf --with-etcdir=/etc
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)"
+}
+
+src_install() {
+   dobin src/logsurfer
+   doman man/logsurfer.1 man/logsurfer.conf.4
+
+   newinitd "${FILESDIR}"/logsurfer-1.8.initd-r1 logsurfer
+   newconfd "${FILESDIR}"/logsurfer.confd logsurfer
+   dodoc ChangeLog README TODO
+}
+
+pkg_postinst() {
+   enewuser logsurfer -1 -1 -1 daemon
+}



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

2017-08-21 Thread Tim Harder
commit: 231ac427ae995a10d8c558c1bba2fa07bb0eb94d
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Aug 22 00:14:32 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Aug 22 00:14:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=231ac427

media-gfx/jpegoptim: drop unused toolchain-funcs eclass

 media-gfx/jpegoptim/jpegoptim-1.4.3.ebuild | 1 -
 media-gfx/jpegoptim/jpegoptim-1.4.4.ebuild | 1 -
 2 files changed, 2 deletions(-)

diff --git a/media-gfx/jpegoptim/jpegoptim-1.4.3.ebuild 
b/media-gfx/jpegoptim/jpegoptim-1.4.3.ebuild
index fb274bc4ff0..979f943e00e 100644
--- a/media-gfx/jpegoptim/jpegoptim-1.4.3.ebuild
+++ b/media-gfx/jpegoptim/jpegoptim-1.4.3.ebuild
@@ -2,7 +2,6 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit toolchain-funcs
 
 DESCRIPTION="Utility to optimize JPEG files"
 HOMEPAGE="http://www.kokkonen.net/tjko/projects.html";

diff --git a/media-gfx/jpegoptim/jpegoptim-1.4.4.ebuild 
b/media-gfx/jpegoptim/jpegoptim-1.4.4.ebuild
index 128c918be05..2bcd4f24bbf 100644
--- a/media-gfx/jpegoptim/jpegoptim-1.4.4.ebuild
+++ b/media-gfx/jpegoptim/jpegoptim-1.4.4.ebuild
@@ -2,7 +2,6 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit toolchain-funcs
 
 DESCRIPTION="Utility to optimize JPEG files"
 HOMEPAGE="http://www.kokkonen.net/tjko/projects.html 
https://github.com/tjko/jpegoptim";



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

2017-08-21 Thread Tim Harder
commit: 8fd576a2450391c5a1c280f60b0b9c855a8ae802
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Aug 22 00:09:45 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Aug 22 00:09:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd576a2

media-libs/libjpeg-turbo: update HOMEPAGE

 media-libs/libjpeg-turbo/libjpeg-turbo-1.5.0.ebuild | 2 +-
 media-libs/libjpeg-turbo/libjpeg-turbo-1.5.1.ebuild | 2 +-
 media-libs/libjpeg-turbo/libjpeg-turbo-1.5.2.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.0.ebuild 
b/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.0.ebuild
index b3ab9e76fac..81cc488f9cb 100644
--- a/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.0.ebuild
+++ b/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit libtool eutils java-pkg-opt-2 libtool toolchain-funcs multilib-minimal
 
 DESCRIPTION="MMX, SSE, and SSE2 SIMD accelerated JPEG library"
-HOMEPAGE="http://libjpeg-turbo.virtualgl.org/ 
https://sourceforge.net/projects/libjpeg-turbo/";
+HOMEPAGE="https://libjpeg-turbo.org/ 
https://sourceforge.net/projects/libjpeg-turbo/";
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
mirror://gentoo/libjpeg8_8d-2.debian.tar.gz"
 

diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.1.ebuild 
b/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.1.ebuild
index c12f011e803..f1cbabf444f 100644
--- a/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.1.ebuild
+++ b/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit libtool eutils java-pkg-opt-2 libtool toolchain-funcs multilib-minimal
 
 DESCRIPTION="MMX, SSE, and SSE2 SIMD accelerated JPEG library"
-HOMEPAGE="http://libjpeg-turbo.virtualgl.org/ 
https://sourceforge.net/projects/libjpeg-turbo/";
+HOMEPAGE="https://libjpeg-turbo.org/ 
https://sourceforge.net/projects/libjpeg-turbo/";
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
mirror://gentoo/libjpeg8_8d-2.debian.tar.gz"
 

diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.2.ebuild 
b/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.2.ebuild
index 19251d4bf21..3c1d695cff7 100644
--- a/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.2.ebuild
+++ b/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.2.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit libtool eutils java-pkg-opt-2 libtool toolchain-funcs multilib-minimal
 
 DESCRIPTION="MMX, SSE, and SSE2 SIMD accelerated JPEG library"
-HOMEPAGE="http://libjpeg-turbo.virtualgl.org/ 
https://sourceforge.net/projects/libjpeg-turbo/";
+HOMEPAGE="https://libjpeg-turbo.org/ 
https://sourceforge.net/projects/libjpeg-turbo/";
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
mirror://gentoo/libjpeg8_8d-2.debian.tar.gz"
 



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

2017-08-21 Thread Tim Harder
commit: 4faa310174b07576c996b8972af570c11efaf7b2
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Aug 21 23:52:26 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Aug 21 23:56:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4faa3101

media-gfx/jpegoptim: remove old

 media-gfx/jpegoptim/Manifest   |  3 ---
 media-gfx/jpegoptim/jpegoptim-1.3.1.ebuild | 16 
 media-gfx/jpegoptim/jpegoptim-1.4.0.ebuild | 16 
 media-gfx/jpegoptim/jpegoptim-1.4.2.ebuild | 16 
 4 files changed, 51 deletions(-)

diff --git a/media-gfx/jpegoptim/Manifest b/media-gfx/jpegoptim/Manifest
index 6e28efdfc3a..82a85ba16ac 100644
--- a/media-gfx/jpegoptim/Manifest
+++ b/media-gfx/jpegoptim/Manifest
@@ -1,5 +1,2 @@
-DIST jpegoptim-1.3.1.tar.gz 94173 SHA256 
4cf898848d70cae04165259a53ac5e67ddcc5a59f3ecac7f57a8fc4f58a253ef SHA512 
2ad42ab038bb6e01f9d34b062fb346934938acdc54a8962a93533cd8c6ddc01444b1c1b65bc61f40e05138230758b57ea026aee86f17d69ae35c86e36d5304f5
 WHIRLPOOL 
4ec11ca184f6b133966de749fe3eb8c9b4ab07e6d03311210299fd7d68e0a7afd4570b39cb772d84f03da4f9cffe5d1201993bbb7795ae067b16cd2744e36c42
-DIST jpegoptim-1.4.0.tar.gz 96981 SHA256 
bf76bedd12ed112bef48f8e7f09c234e3ea7a22c2d4168dbc1423fa41901e891 SHA512 
141dc7e3a159cb7eb75e2e3de60f600820ab9f70f45fcbeda5bd0bcda30d62c9266c97254f2913f9d5b6e08532c0a765bca5a0493cd6f7e37269c8790f0c4f85
 WHIRLPOOL 
47fe629b088142d37ceaad3a05c882dc6376c9803805560e81f551d3af3385a0ed411987b44bad400a8f78c17550647e8bcf6ec4ec4df62adf134e0ecbb216b9
-DIST jpegoptim-1.4.2.tar.gz 98028 SHA256 
4887409021a664465ac268ca09b4f92868908b9af57e86fa30622998311206c4 SHA512 
79483078ca57fe78e381fc10361d5cccaee36a15ddf9fae60d7887135d376405b6e66c0f253c39d62d35ac79261d736f7224757919b051a001aa554950b90a15
 WHIRLPOOL 
e1c87ad9ce9aaa8232de278db2081547eb11151b4f491c6fefa6619869402ec9b432d42ca9c943c64152bbee344e69126516b7c06b5cba372fc12e3448c45abd
 DIST jpegoptim-1.4.3.tar.gz 98151 SHA256 
233d4ae09273cb977e162671f4767be7ef5d96e8c1888d3ed4aa70c4dac1a34c SHA512 
4495e9cf5af9ba41273bf23a4abea724adb19ddac373d5985c29fe65b227c0b23bf14baaa28fa8f8617370e9b9fe41b0d365ad19da67f34d32fa857232c7b09e
 WHIRLPOOL 
6b8ef731c8305fbfdb8ed390c8a75f0275d906011004196e3bb749c688d7863569e41c6f96f84c673623393c3c0b9a4342ba786cf711b0a292187d0212f7259a
 DIST jpegoptim-1.4.4.tar.gz 98794 SHA256 
89a03ea2dfe9483dfb2e009a2851be0befb0deb7cb45c04550bcc91e1e88c1b2 SHA512 
67879b5709a97c7b097e5eae6fe4047d330da8a445eab6e9528cb5f54d76db1bba058eff5c7342b68653e7d25e50ad923d5ce04799e1b3f1815d8b70affd46a3
 WHIRLPOOL 
dec19281513bdc96cd36683377a97fca7b96494dc4c86c15334f857699da1ec468c98f292b9d09e67c3433f880ae8e42f7314250069ebf7ea2a7d02b243f432d

diff --git a/media-gfx/jpegoptim/jpegoptim-1.3.1.ebuild 
b/media-gfx/jpegoptim/jpegoptim-1.3.1.ebuild
deleted file mode 100644
index 42a39982363..000
--- a/media-gfx/jpegoptim/jpegoptim-1.3.1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="Utility to optimize JPEG files"
-HOMEPAGE="http://www.kokkonen.net/tjko/projects.html";
-SRC_URI="http://www.kokkonen.net/tjko/src/${P}.tar.gz";
-
-LICENSE="GPL-2+" # While COPYING is plain GPL-2, COPYRIGHT is clarifying it to 
be 'any later version'
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-RDEPEND="virtual/jpeg:0"
-DEPEND="${RDEPEND}"

diff --git a/media-gfx/jpegoptim/jpegoptim-1.4.0.ebuild 
b/media-gfx/jpegoptim/jpegoptim-1.4.0.ebuild
deleted file mode 100644
index 6ddb741e68a..000
--- a/media-gfx/jpegoptim/jpegoptim-1.4.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="Utility to optimize JPEG files"
-HOMEPAGE="http://www.kokkonen.net/tjko/projects.html";
-SRC_URI="http://www.kokkonen.net/tjko/src/${P}.tar.gz";
-
-LICENSE="GPL-2+" # While COPYING is plain GPL-2, COPYRIGHT is clarifying it to 
be 'any later version'
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-RDEPEND="virtual/jpeg:0"
-DEPEND="${RDEPEND}"

diff --git a/media-gfx/jpegoptim/jpegoptim-1.4.2.ebuild 
b/media-gfx/jpegoptim/jpegoptim-1.4.2.ebuild
deleted file mode 100644
index 47ba847c3ac..000
--- a/media-gfx/jpegoptim/jpegoptim-1.4.2.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="Utility to optimize JPEG files"
-HOMEPAGE="http://www.kokkonen.net/tjko/projects.html";
-SRC_URI="http://www.kokkonen.net/tjko/src/${P}.tar.gz";
-
-LICENSE="GPL-2+" # While COPYING is plain GPL-2, COPYRIGHT is clarifying it to 
be 'any later version'
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-maco

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

2017-08-21 Thread Tim Harder
commit: 42b6ad19a1d0cc768b1c9dd90665b1b244778447
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Aug 21 23:52:02 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Aug 21 23:56:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42b6ad19

media-gfx/jpegoptim: stabilize 1.4.3

 media-gfx/jpegoptim/jpegoptim-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/jpegoptim/jpegoptim-1.4.3.ebuild 
b/media-gfx/jpegoptim/jpegoptim-1.4.3.ebuild
index 47ba847c3ac..fb274bc4ff0 100644
--- a/media-gfx/jpegoptim/jpegoptim-1.4.3.ebuild
+++ b/media-gfx/jpegoptim/jpegoptim-1.4.3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.kokkonen.net/tjko/src/${P}.tar.gz";
 
 LICENSE="GPL-2+" # While COPYING is plain GPL-2, COPYRIGHT is clarifying it to 
be 'any later version'
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND="virtual/jpeg:0"
 DEPEND="${RDEPEND}"



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

2017-08-21 Thread Tim Harder
commit: 5f502a3536293d20865a4fbbe4d4fd77929c64f2
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Aug 21 23:51:24 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Aug 21 23:56:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f502a35

media-gfx/jpegoptim: version bump to 1.4.4

 media-gfx/jpegoptim/Manifest   |  1 +
 media-gfx/jpegoptim/jpegoptim-1.4.4.ebuild | 16 
 2 files changed, 17 insertions(+)

diff --git a/media-gfx/jpegoptim/Manifest b/media-gfx/jpegoptim/Manifest
index 8791c85a0d2..6e28efdfc3a 100644
--- a/media-gfx/jpegoptim/Manifest
+++ b/media-gfx/jpegoptim/Manifest
@@ -2,3 +2,4 @@ DIST jpegoptim-1.3.1.tar.gz 94173 SHA256 
4cf898848d70cae04165259a53ac5e67ddcc5a5
 DIST jpegoptim-1.4.0.tar.gz 96981 SHA256 
bf76bedd12ed112bef48f8e7f09c234e3ea7a22c2d4168dbc1423fa41901e891 SHA512 
141dc7e3a159cb7eb75e2e3de60f600820ab9f70f45fcbeda5bd0bcda30d62c9266c97254f2913f9d5b6e08532c0a765bca5a0493cd6f7e37269c8790f0c4f85
 WHIRLPOOL 
47fe629b088142d37ceaad3a05c882dc6376c9803805560e81f551d3af3385a0ed411987b44bad400a8f78c17550647e8bcf6ec4ec4df62adf134e0ecbb216b9
 DIST jpegoptim-1.4.2.tar.gz 98028 SHA256 
4887409021a664465ac268ca09b4f92868908b9af57e86fa30622998311206c4 SHA512 
79483078ca57fe78e381fc10361d5cccaee36a15ddf9fae60d7887135d376405b6e66c0f253c39d62d35ac79261d736f7224757919b051a001aa554950b90a15
 WHIRLPOOL 
e1c87ad9ce9aaa8232de278db2081547eb11151b4f491c6fefa6619869402ec9b432d42ca9c943c64152bbee344e69126516b7c06b5cba372fc12e3448c45abd
 DIST jpegoptim-1.4.3.tar.gz 98151 SHA256 
233d4ae09273cb977e162671f4767be7ef5d96e8c1888d3ed4aa70c4dac1a34c SHA512 
4495e9cf5af9ba41273bf23a4abea724adb19ddac373d5985c29fe65b227c0b23bf14baaa28fa8f8617370e9b9fe41b0d365ad19da67f34d32fa857232c7b09e
 WHIRLPOOL 
6b8ef731c8305fbfdb8ed390c8a75f0275d906011004196e3bb749c688d7863569e41c6f96f84c673623393c3c0b9a4342ba786cf711b0a292187d0212f7259a
+DIST jpegoptim-1.4.4.tar.gz 98794 SHA256 
89a03ea2dfe9483dfb2e009a2851be0befb0deb7cb45c04550bcc91e1e88c1b2 SHA512 
67879b5709a97c7b097e5eae6fe4047d330da8a445eab6e9528cb5f54d76db1bba058eff5c7342b68653e7d25e50ad923d5ce04799e1b3f1815d8b70affd46a3
 WHIRLPOOL 
dec19281513bdc96cd36683377a97fca7b96494dc4c86c15334f857699da1ec468c98f292b9d09e67c3433f880ae8e42f7314250069ebf7ea2a7d02b243f432d

diff --git a/media-gfx/jpegoptim/jpegoptim-1.4.4.ebuild 
b/media-gfx/jpegoptim/jpegoptim-1.4.4.ebuild
new file mode 100644
index 000..128c918be05
--- /dev/null
+++ b/media-gfx/jpegoptim/jpegoptim-1.4.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="Utility to optimize JPEG files"
+HOMEPAGE="http://www.kokkonen.net/tjko/projects.html 
https://github.com/tjko/jpegoptim";
+SRC_URI="http://www.kokkonen.net/tjko/src/${P}.tar.gz";
+
+LICENSE="GPL-2+" # While COPYING is plain GPL-2, COPYRIGHT is clarifying it to 
be 'any later version'
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+RDEPEND="virtual/jpeg:0"
+DEPEND="${RDEPEND}"



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

2017-08-21 Thread Chris Reffett
commit: 61663b8376856706bba7c6c6c69893daefdccf38
Author: Chris Reffett  gentoo  org>
AuthorDate: Mon Aug 21 23:53:46 2017 +
Commit: Chris Reffett  gentoo  org>
CommitDate: Mon Aug 21 23:54:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61663b83

net-libs/biblesync: Fix libdir wrt bug 627878

Gentoo-Bug: 627878
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../biblesync/{biblesync-1.1.2-r1.ebuild => biblesync-1.1.2-r2.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-libs/biblesync/biblesync-1.1.2-r1.ebuild 
b/net-libs/biblesync/biblesync-1.1.2-r2.ebuild
similarity index 88%
rename from net-libs/biblesync/biblesync-1.1.2-r1.ebuild
rename to net-libs/biblesync/biblesync-1.1.2-r2.ebuild
index 8a9ea543fea..f486c14a1bd 100644
--- a/net-libs/biblesync/biblesync-1.1.2-r1.ebuild
+++ b/net-libs/biblesync/biblesync-1.1.2-r2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit cmake-utils
+inherit cmake-utils toolchain-funcs
 
 DESCRIPTION="A multicast protocol to support Bible software shared 
co-navigation"
 HOMEPAGE="http://www.crosswire.org/wiki/BibleSync";
@@ -19,6 +19,7 @@ RDEPEND=""
 src_configure() {
local mycmakeargs=(
"-DBUILD_SHARED_LIBS=$(usex !static)"
+   "-DLIBDIR=/usr/$(get_libdir)"
)
cmake-utils_src_configure
 }



[gentoo-commits] data/gentoo-news:master commit in: 2017-08-19-hardened-sources-removal/

2017-08-21 Thread Francisco Blas Izquierdo Riera
commit: feb223338977bfa3554c30781b333b6eab58ed0a
Author: Francisco Blas Izquierdo Riera (klondike)  klondike 
 es>
AuthorDate: Mon Aug 21 22:35:45 2017 +
Commit: Francisco Blas Izquierdo Riera  gentoo  org>
CommitDate: Mon Aug 21 22:35:45 2017 +
URL:https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=feb22333

Prior commit message was wrong. Add missing of, also update version number

 .../2017-08-19-hardened-sources-removal.en.txt |  2 +-
 .../2017-08-19-hardened-sources-removal.en.txt.asc | 26 +++---
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git 
a/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt
 
b/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt
index 1d51e2a..184b168 100644
--- 
a/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt
+++ 
b/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt
@@ -1,7 +1,7 @@
 Title: sys-kernel/hardened-sources removal
 Author: Francisco Blas Izquierdo Riera 
 Posted: 2017-08-19
-Revision: 8
+Revision: 9
 News-Item-Format: 2.0
 Display-If-Installed: sys-kernel/hardened-sources
 Display-If-Profile: hardened/linux/*

diff --git 
a/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt.asc
 
b/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt.asc
index 419c985..9b782e3 100644
--- 
a/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt.asc
+++ 
b/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt.asc
@@ -1,16 +1,16 @@
 -BEGIN PGP SIGNATURE-
 
-iQIyBAABCgAcBQJZm1/7FRxrbG9uZGlrZUBrbG9uZGlrZS5lcwAKCRD0vdLv6P94
-+X1oD/0Y5kEqG6VhGIO7NKXdgnSA5hWcKFc58h2hasHXapEFDHoK0FgEN4fOgFL7
-ZavJk8hmOaGdevo1fQE4xytP8KMTJ1djNGtUCWALNTxcNfw72vYXPMEXMPTrxKBg
-etkikdVQPHxcX7RDWSKzUupM8ye0PnpH/nAQev+q/paR9TUZvosdFhBuP02rnvGk
-EUgIkOGnmS+gxTXM5l/YZ6szM7bvjQcfsJ/pBsXPd1b1HqmsUtObWdC1BF29T7Wp
-Z0nt9POxxIT1SnIDEWQAEiwoYX53uz4a50f5XXizYSiJTf12yNbiMC61hE8qaWVc
-wYPZDAEf7vnEovsOzMjCGT0UfybqGsEmau9/a7MKVCXwRjEyVnXf7bS3cZmkdE52
-pba5Ep6mX+6nOgYHZopzXK59gjUAYL8aOhplu1Fae+7cc92II3rBKojfSSwhrg6t
-DzTGgV56JQP9N1xJNwq1tOG9ATYIO5V68qwjwFiLJn2Ix2KPOQxR04vwRa4tIyEm
-cQwIYCTpDtGfU2rPBcfStXEyEP5yZv1MThG20lRVfSXdzJnETJdzuh9b9T7dBAuh
-u2egz2NiX4yWQal3xp+h/lIL2clqNFRkNLtyZVhp/JJrGDOZcqwb9FQNhegVetL5
-B8ElvXkrxaKwPoYLVH/MiBW02z2WIMMv6hZzH1Z8WZxPYWpKPw==
-=l9Ov
+iQIyBAABCgAcBQJZm2AZFRxrbG9uZGlrZUBrbG9uZGlrZS5lcwAKCRD0vdLv6P94
++cYeD/9/2hFR6IxPs0tZQJGiYxTIEM+4GiwDs0OtfpRZBIRPGu/CCQuZGQ1l98of
+2c+jQ+02dV4DdhX7XyD1uOFFIgEThzYik/U30+avsrHnT+Xk1pMt9lydiwAkaZtL
+Zz/kppP1URTR/oCzsJ6Lswdzwap5FByYiIl/6gwu0HO/21ybx/qSWZOKd5SGw+r/
+/zzQhdEE1NBiuSo+ziYgDOwkGR+DdGTaaHulI77ZRygURS3RKmcInHjSRXfS8vvt
+cYJviD9RWwVlC86anfeUApUj3/3YTDjWwfXBsV5fMYjb+u4CoobHw9JOWmUT0OpM
+NXSaGXfgO3DrIISmWdQkyrOOXBjdrPqRA+s/mIN+0aqNuAAS/OqnJvFdN+u2/bG0
+TalChypfr0bGZovr4Y/hFtoYj5rvJ9xQEdzniN5y9vUYGN9wwEyIZBMockpLhxGE
+17SsakqDesl5WqsTECx/7hLtFwvXnyzLrYQtO3mz9ozAsbZ9zyTSS/AsQl6qPRPy
+FQbywkyxJQfyCiHBuDUkSYGqGAxPn04GOauwsYmx+xpFc7S6gm2/a+YCmurAzM26
+vubtylc/5mKM7Ox802nyxrRmDMLQz+GW+pBv4aO6+MsOk751q6yRJ7XKXets4tMr
+AE8yg4Vcf/JV8Ov6tpUz/2DnBKVJfu3q92heWAH/kXPEH9+R+g==
+=7G/+
 -END PGP SIGNATURE-



[gentoo-commits] data/gentoo-news:master commit in: 2017-08-19-hardened-sources-removal/

2017-08-21 Thread Francisco Blas Izquierdo Riera
commit: dadc64cdfe0587fa907480499bb8df8806cfd2da
Author: Francisco Blas Izquierdo Riera (klondike)  klondike 
 es>
AuthorDate: Mon Aug 21 22:34:42 2017 +
Commit: Francisco Blas Izquierdo Riera  gentoo  org>
CommitDate: Mon Aug 21 22:34:42 2017 +
URL:https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=dadc64cd

Address spender's remarks regarding linux-hardened

 .../2017-08-19-hardened-sources-removal.en.txt |  4 ++--
 .../2017-08-19-hardened-sources-removal.en.txt.asc | 26 +++---
 2 files changed, 15 insertions(+), 15 deletions(-)

diff --git 
a/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt
 
b/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt
index e6d5d09..1d51e2a 100644
--- 
a/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt
+++ 
b/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt
@@ -37,8 +37,8 @@ additional hardening features over those on the latest 
version of the
 Linux tree at [4].
 
 The Gentoo Hardened team can't make any statement regarding the
-security, reliability or update availability of either those patches
-as we aren't providing them and can't therefore make any
+security, reliability or update availability of either of those
+patches as we aren't providing them and can't therefore make any
 recommendation regarding their use.
 
 We'd like to note that all the userspace hardening and MAC support for

diff --git 
a/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt.asc
 
b/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt.asc
index 461af43..419c985 100644
--- 
a/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt.asc
+++ 
b/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt.asc
@@ -1,16 +1,16 @@
 -BEGIN PGP SIGNATURE-
 
-iQIyBAABCgAcBQJZmurnFRxrbG9uZGlrZUBrbG9uZGlrZS5lcwAKCRD0vdLv6P94
-+T8+D/9PkmL6v51iFT1kHB2qZmuNmLSE7//WEyGH2+gvfoQ3j05GMP5OUxc8lvyM
-6FGTcxXvzkf9MOo1zyxi9XX4lwxp8E4zkoupshOLmU2rvcx1E7d/DP7NvZnqVO0B
-RBEhYmlmuAKwWoDhPilI3ob+16PDfBdypIS53Lk4z/6Dypz0FEvQL/fU2dhgGOHb
-g4FE91F83WRS4gJo1/OVGLB+rXdJscg+1EvvofX1H3BQ8AnP8CwNn6WHgOooG7nA
-X11xCA1a2Wol69AAOqdQVL0uefIxlyEbvk81e0Ysmeiedn0FgGaBHSnGCmt//TKa
-0MYsDeJWgglNdiV26Rtu1Z/wgb7t1GFsU93WD6+DIz3OGPMJsHx1A0XTvLuqugRg
-jRi5tNq4WtY+Wn47inUu1nk/l5wqk+uelyypaggs/Ksh9BJ4nak/Jg5RVjQ6ajtP
-j3FwCml1DyylBzZ9zOZdORUNdCt/FKD1Yp4WkRsNsQYB6r7RC7tWXt3ymV5E9Krv
-f22QV9HoofJKl4HXd8Abihf+Xe5cycOL7UVXFKJWje5uJ/XJUMcSp0Vth0TGhPS6
-A1/tTS61m16nNpFZwfs6swg99ThoY6nF9meRzL9vBIm1h0b/A9lFWKL3g7qCTp4J
-eAw+DDC9EPHCWlTunMjZ31pScM9HBr+FQgzlPIuI4iaxv/BGPg==
-=LMWC
+iQIyBAABCgAcBQJZm1/7FRxrbG9uZGlrZUBrbG9uZGlrZS5lcwAKCRD0vdLv6P94
++X1oD/0Y5kEqG6VhGIO7NKXdgnSA5hWcKFc58h2hasHXapEFDHoK0FgEN4fOgFL7
+ZavJk8hmOaGdevo1fQE4xytP8KMTJ1djNGtUCWALNTxcNfw72vYXPMEXMPTrxKBg
+etkikdVQPHxcX7RDWSKzUupM8ye0PnpH/nAQev+q/paR9TUZvosdFhBuP02rnvGk
+EUgIkOGnmS+gxTXM5l/YZ6szM7bvjQcfsJ/pBsXPd1b1HqmsUtObWdC1BF29T7Wp
+Z0nt9POxxIT1SnIDEWQAEiwoYX53uz4a50f5XXizYSiJTf12yNbiMC61hE8qaWVc
+wYPZDAEf7vnEovsOzMjCGT0UfybqGsEmau9/a7MKVCXwRjEyVnXf7bS3cZmkdE52
+pba5Ep6mX+6nOgYHZopzXK59gjUAYL8aOhplu1Fae+7cc92II3rBKojfSSwhrg6t
+DzTGgV56JQP9N1xJNwq1tOG9ATYIO5V68qwjwFiLJn2Ix2KPOQxR04vwRa4tIyEm
+cQwIYCTpDtGfU2rPBcfStXEyEP5yZv1MThG20lRVfSXdzJnETJdzuh9b9T7dBAuh
+u2egz2NiX4yWQal3xp+h/lIL2clqNFRkNLtyZVhp/JJrGDOZcqwb9FQNhegVetL5
+B8ElvXkrxaKwPoYLVH/MiBW02z2WIMMv6hZzH1Z8WZxPYWpKPw==
+=l9Ov
 -END PGP SIGNATURE-



[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-worker/, dev-util/buildbot-worker/files/

2017-08-21 Thread Brian Dolbec
commit: 9cddfbc9d6e5a26811229b84daead5c5d04b21ab
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Aug 21 22:29:31 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Aug 21 22:34:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cddfbc9

dev-util/buildbot-worker: Make the init script multi-instance capable

Use the same method as the buildbot master init script for multiple instances
on the same host.
Add RUNTIME_PYTHON variable (optional) to the conf.d to specify the desired
python to run it from.

Package-Manager: Portage-2.3.6_p65, Repoman-2.3.2_p133

 .../buildbot-worker-0.9.10-r1.ebuild   | 122 +
 .../buildbot-worker/buildbot-worker-.ebuild|  60 +-
 .../buildbot-worker/files/buildbot_worker.confd2   |  14 +++
 .../buildbot-worker/files/buildbot_worker.initd|   2 +-
 .../buildbot-worker/files/buildbot_worker.initd2   |  57 ++
 5 files changed, 248 insertions(+), 7 deletions(-)

diff --git a/dev-util/buildbot-worker/buildbot-worker-0.9.10-r1.ebuild 
b/dev-util/buildbot-worker/buildbot-worker-0.9.10-r1.ebuild
new file mode 100644
index 000..5b24f1fed3b
--- /dev/null
+++ b/dev-util/buildbot-worker/buildbot-worker-0.9.10-r1.ebuild
@@ -0,0 +1,122 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+PYTHON_COMPAT=( python2_7 python3_5 )
+
+EGIT_REPO_URI="https://github.com/buildbot/buildbot.git";
+
+[[ ${PV} == * ]] && inherit git-r3
+inherit readme.gentoo user distutils-r1
+
+DESCRIPTION="BuildBot Worker (slave) Daemon"
+HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot 
https://pypi.python.org/pypi/buildbot-worker";
+
+MY_PV="${PV/_p/.post}"
+MY_P="${PN}-${MY_PV}"
+[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+if [[ ${PV} == * ]]; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+IUSE="test"
+
+RDEPEND=">=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
+   >=dev-python/twisted-17.5.0[${PYTHON_USEDEP}]
+   dev-python/future[${PYTHON_USEDEP}]
+   !/dev/null || die 
"Creating instance failed"
+   chown --recursive buildbot "${instance_path}" || die "Setting 
permissions for instance failed"
+   mv "${instance_path}/master.cfg.sample" "${instance_path}/master.cfg" \
+   || die "Moving sample configuration failed"
+   ln --symbolic --relative "/etc/init.d/buildbot_worker" 
"/etc/init.d/buildbot_worker.${instance_name}" \
+   || die "Unable to create link to init file"
+
+   einfo "Successfully created a buildbot_worker instance at 
${instance_path}."
+   einfo "To change the default settings edit the buildbot.tac file in 
this directory."
+}

diff --git a/dev-util/buildbot-worker/buildbot-worker-.ebuild 
b/dev-util/buildbot-worker/buildbot-worker-.ebuild
index e756aeaa6cc..6c1b8bf74aa 100644
--- a/dev-util/buildbot-worker/buildbot-worker-.ebuild
+++ b/dev-util/buildbot-worker/buildbot-worker-.ebuild
@@ -45,11 +45,11 @@ pkg_setup() {
 
DOC_CONTENTS="The \"buildbot\" user and the \"buildbot_worker\" init 
script has been added
to support starting buildbot_worker through Gentoo's init 
system. To use this,
-   set up your build worker following the documentation, make sure 
the
+   execute \"emerge --config =${CATEGORY}/${PF}\" to create a new 
instance.
+   Set up your build worker following the documentation, make sure 
the
resulting directories are owned by the \"buildbot\" user and 
point
-   \"${ROOT}etc/conf.d/buildbot_worker\" at the right location.  
The scripts can
-   run as a different user if desired. If you need to run more 
than one
-   build worker, just copy the scripts."
+   \"${ROOT}etc/conf.d/buildbot_worker.myinstance\" at the right 
location.
+   The scripts can run as a different user if desired."
 }
 
 python_test() {
@@ -63,12 +63,60 @@ python_install_all() {
 
doman docs/buildbot-worker.1
 
-   newconfd "${FILESDIR}/buildbot_worker.confd" buildbot_worker
-   newinitd "${FILESDIR}/buildbot_worker.initd" buildbot_worker
+   newconfd "${FILESDIR}/buildbot_worker.confd2" buildbot_worker
+   newinitd "${FILESDIR}/buildbot_worker.initd2" buildbot_worker
 
readme.gentoo_create_doc
 }
 
 pkg_postinst() {
readme.gentoo_print_elog
+
+   if [[ -n ${REPLACING_VERSIONS} ]]; then
+   ewarn
+   ewarn "Starting with buildbot-worker-0.9.10-r1, more than one 
instance of a buildbot_worker"
+   ewarn "can be run simultaneously. Note that \"BASEDIR\" in the 
buildbot_worker configuration file"
+   ewarn "is now the common base directory for all instances. If 
you are migrating from an older"
+   ewarn "version, ma

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

2017-08-21 Thread Michał Górny
commit: 0b5fbd1002290d0b09e0c99f1364ed05104f914f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 21 22:30:09 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 21 22:30:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b5fbd10

media-libs/opencv: Fix header wrapping w/[vtk], #627730

 media-libs/opencv/opencv-3.2.0-r3.ebuild | 8 
 1 file changed, 8 insertions(+)

diff --git a/media-libs/opencv/opencv-3.2.0-r3.ebuild 
b/media-libs/opencv/opencv-3.2.0-r3.ebuild
index d086af8ee6b..cd80fac68b7 100644
--- a/media-libs/opencv/opencv-3.2.0-r3.ebuild
+++ b/media-libs/opencv/opencv-3.2.0-r3.ebuild
@@ -97,6 +97,14 @@ DEPEND="${RDEPEND}
 
 MULTILIB_WRAPPED_HEADERS=(
/usr/include/opencv2/cvconfig.h
+   /usr/include/opencv2/opencv_modules.hpp
+   # [vtk]
+   /usr/include/opencv2/viz.hpp
+   /usr/include/opencv2/viz/types.hpp
+   /usr/include/opencv2/viz/viz3d.hpp
+   /usr/include/opencv2/viz/vizcore.hpp
+   /usr/include/opencv2/viz/widget_accessor.hpp
+   /usr/include/opencv2/viz/widgets.hpp
 )
 
 PATCHES=(



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

2017-08-21 Thread Sergei Trofimovich
commit: 499a2aa327ff2351e116fe213a6ed4a958227db2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Aug 21 22:25:05 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug 21 22:25:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=499a2aa3

dev-libs/openssl: stable 1.0.2l for ia64, bug #628476

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

 dev-libs/openssl/openssl-1.0.2l.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/openssl/openssl-1.0.2l.ebuild 
b/dev-libs/openssl/openssl-1.0.2l.ebuild
index a52a1ca971b..6849a49a2f6 100644
--- a/dev-libs/openssl/openssl-1.0.2l.ebuild
+++ b/dev-libs/openssl/openssl-1.0.2l.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://openssl/source/${MY_P}.tar.gz"
 
 LICENSE="openssl"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="+asm bindist gmp kerberos rfc3779 sctp cpu_flags_x86_sse2 sslv2 +sslv3 
static-libs test +tls-heartbeat vanilla zlib"
 RESTRICT="!bindist? ( bindist )"
 



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

2017-08-21 Thread Philip Miess
commit: 9d1964dc5efd06d09824e7f8c14e7a45b099be27
Author: Philip Miess  yahoo  com>
AuthorDate: Mon Aug 21 01:58:13 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Mon Aug 21 01:58:13 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=9d1964dc

use PREFIX not prefix

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

diff --git a/dev-python/freecode-submit/Manifest 
b/dev-python/freecode-submit/Manifest
index 884c88d..df5b0ab 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 759 SHA256 
3cd68c918c4925119cd31d8e47728ac5bdf3ff17155d480845516f5906728f17 SHA512 
292e69c1c17514f547f93ba5dc71d6885ad5984996cc07a2f38b296b8060009acb986748cf258d77ac837836c8b2297a59097ab993c5aa3989d1f28636fd2b3f
 WHIRLPOOL 
15c100f5885f4a13f118dd040f87a48ed0f8b2de383368cbba22464193f6644fa24dcc06aa9689041c122a5b0d76f325a9d936cca69558eec35dba9eb8981e9c
+EBUILD freecode-submit-2.9.ebuild 759 SHA256 
bd5c1331cb7430b510671bc062f2a12b96497124ede6dd4b82c77628706e829e SHA512 
acb94fd619a99a892911a0b92a262614771188f9ea37e0a23a612c2cb638064a6a34a372fc8d9598133e6cad247bbfc5cb1c0e6cbafa0e8b7ba861f040bb8d8c
 WHIRLPOOL 
04ebab4ecb8d5df9041c454af452e1227b8aec32f31c33622e89479c060cd9b6dc0dc6efae9bde998fb13d0909ceeab02ec2bef04f4142313c3b56a502d35938
 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 a79db27..ec86465 100644
--- a/dev-python/freecode-submit/freecode-submit-2.9.ebuild
+++ b/dev-python/freecode-submit/freecode-submit-2.9.ebuild
@@ -33,6 +33,6 @@ python_compile() {
 python_install() {
python_fix_shebang freecode-submit
 
-   emake prefix="${D}" install
+   emake PREFIX="${D}" install
einstalldocs
 }



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

2017-08-21 Thread Sergei Trofimovich
commit: 81d17e4af35cbecc7b28a96de8a62d80cf4d9e18
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Aug 21 21:31:46 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug 21 21:32:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d17e4a

dev-vcs/git-annex: bump up to 6.20170818, bug #628488

"""
git-annex before 6.20170818 allows remote attackers to execute
arbitrary commands via an ssh URL with an initial dash character
in the hostname, as demonstrated by an ssh://-eProxyCommand= URL,
a related issue to CVE-2017-9800, CVE-2017-12836, CVE-2017-1000116,
and CVE-2017-1000117.
"""

Reported-by: mbailey_j
Bug: https://bugs.gentoo.org/628488
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-vcs/git-annex/Manifest|   1 +
 dev-vcs/git-annex/git-annex-6.20170818.ebuild | 161 ++
 2 files changed, 162 insertions(+)

diff --git a/dev-vcs/git-annex/Manifest b/dev-vcs/git-annex/Manifest
index f1912bd38b6..7f7eda5b868 100644
--- a/dev-vcs/git-annex/Manifest
+++ b/dev-vcs/git-annex/Manifest
@@ -4,3 +4,4 @@ DIST git-annex-6.20160419.tar.gz 5086638 SHA256 
1452a55809ba7367847fc4a77f2d8a53
 DIST git-annex-6.20160923.tar.gz 1084326 SHA256 
964235a358814e081cf4a5d8dab798faacb1dabe5fc714ac6687b135e30fd93d SHA512 
2204b5a3b76b22718e4cf5329e78035c4ff45a133e738a8ab627067551fd40a778d4be124862f6a08b583c49400844e3b0c61a682909f911e5ac51fdb6319295
 WHIRLPOOL 
ed5f6c732210b0a720de095ce71c8907b5ddc636e28835f85697f81a01824be7b9f154335af1c4c4e1a304f967b6233487699a49da447f8f883519063be35a55
 DIST git-annex-6.20161031.tar.gz 1087730 SHA256 
6de3751f361d730e4a69106443b747a45e27aaeabf51ea999c41bd92fd2c71ce SHA512 
4a67154b4bbb12f4573bca71617d4c898c8915b242b30b484bc45e661c09893c5ebf2c906e87269307666dcde603d8dbb34f616d46c7a88bffb4baff0bbec81c
 WHIRLPOOL 
0251d406889b9f171dd207a3956ee6adae4b9415fd993f692e8e76240e1f15194b7c125d5118935db1dbc0676513bf213c91df285d9a3311285ed69c24080c4c
 DIST git-annex-6.20170101.tar.gz 1095866 SHA256 
5fbf88652a84278275d9d4bec083189f590b045e23a73bfe8d395c3e356e3f53 SHA512 
faf97a4619d1fa94efebd6fc592c58822e853505649c230afa8711165a22c1d84e8c24c850fc61d47ce1390868a934400db28f7b370a7aa26b128c0dcdc11475
 WHIRLPOOL 
95dbe81bf51b654d6d3deb97c180a346701d35ae07ef0774eafc2d5877ba07ed5f9b9f85beee2b3eacd6749b3f505f6d888b3747da0802fab36496ade6ab12c9
+DIST git-annex-6.20170818.tar.gz 837 SHA256 
7ddf3f8be218d8e8955be49fb0200179e54406cc02e884abe999f88d578f7d79 SHA512 
06587bf0d3056e4b94d4c40aaae820efda133dcbc876a2ac3db3183fb511ec20aae4c495323b4886868a3e66b5b1f53a04c5f3abb0362c718bbadc8e2f6e15d0
 WHIRLPOOL 
b4034833a96ab11c8972c1b679c10948455459ef0a82fe98c9912db932ab384e00ad1a13d08030f658cc1f0525888e5e9e34e48f7e09704f642ac57e908d8a35

diff --git a/dev-vcs/git-annex/git-annex-6.20170818.ebuild 
b/dev-vcs/git-annex/git-annex-6.20170818.ebuild
new file mode 100644
index 000..29375595e8d
--- /dev/null
+++ b/dev-vcs/git-annex/git-annex-6.20170818.ebuild
@@ -0,0 +1,161 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.3.
+#hackport: flags: -production,-android,-androidsplice,-testsuite
+
+CABAL_FEATURES=""
+inherit haskell-cabal bash-completion-r1
+
+DESCRIPTION="manage files with git, without checking their contents into git"
+HOMEPAGE="http://git-annex.branchable.com/";
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+RESTRICT="test"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+IUSE="+assistant benchmark +concurrentoutput +dbus doc +magicmime +network-uri 
+pairing s3 +torrentparser +webapp +webdav"
+
+RDEPEND="dev-haskell/aeson:=
+   dev-haskell/async:=
+   dev-haskell/bloomfilter:=
+   dev-haskell/byteable:=
+   dev-haskell/case-insensitive:=
+   dev-haskell/crypto-api:=
+   dev-haskell/cryptonite:=
+   dev-haskell/data-default:=
+   dev-haskell/disk-free-space:=
+   dev-haskell/dlist:=
+   dev-haskell/edit-distance:=
+   dev-haskell/esqueleto:=
+   >=dev-haskell/exceptions-0.6:=
+   >=dev-haskell/feed-0.3.9:=
+   dev-haskell/free:=
+   dev-haskell/hslogger:=
+   dev-haskell/http-client:=
+   >=dev-haskell/http-conduit-2.0:=
+   >=dev-haskell/http-types-0.7:=
+   dev-haskell/ifelse:=
+   dev-haskell/memory:=
+   dev-haskell/monad-control:=
+   dev-haskell/monad-logger:=
+   >=dev-haskell/mtl-2:=
+   dev-haskell/old-locale:=
+   >=dev-haskell/optparse-applicative-0.11.0:=
+   dev-haskell/persistent:=
+   dev-haskell/persistent-sqlite:=
+   dev-haskell/persistent-template:=
+   >=dev-haskell/quickcheck-2.1:2=
+   dev-haskell/random:=
+   dev-haskell/regex-tdfa:=
+   dev-haskell/resourcet:=
+   dev-haskell/safesemaphore:=
+   dev-haskell/sandi:=
+   dev-haskell/securemem:=
+   dev-haskell/socks:=
+   dev-haskell/sp

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

2017-08-21 Thread Sergei Trofimovich
commit: 92983108b65f645af5ab815add715492d9929c04
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Aug 21 21:32:14 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug 21 21:32:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92983108

dev-vcs/git-annex: drop old

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-vcs/git-annex/Manifest   |   6 -
 dev-vcs/git-annex/git-annex-6.20160126.ebuild| 168 --
 dev-vcs/git-annex/git-annex-6.20160318.ebuild| 174 ---
 dev-vcs/git-annex/git-annex-6.20160419.ebuild| 174 ---
 dev-vcs/git-annex/git-annex-6.20160923-r1.ebuild | 170 --
 dev-vcs/git-annex/git-annex-6.20160923.ebuild| 173 --
 dev-vcs/git-annex/git-annex-6.20161031.ebuild| 170 --
 dev-vcs/git-annex/git-annex-6.20170101.ebuild| 168 --
 dev-vcs/git-annex/metadata.xml   |   2 -
 9 files changed, 1205 deletions(-)

diff --git a/dev-vcs/git-annex/Manifest b/dev-vcs/git-annex/Manifest
index 7f7eda5b868..ebbd26c904d 100644
--- a/dev-vcs/git-annex/Manifest
+++ b/dev-vcs/git-annex/Manifest
@@ -1,7 +1 @@
-DIST git-annex-6.20160126.tar.gz 5146331 SHA256 
dc59f670a3d0bdb90db8fc6cadba8003708219bb0dc3d56867a9246d825c0d11 SHA512 
45828b5e9968ce037e48366deb537353368dbac9145fc93d56921444210c9f0d4af1460c047bcae3e85244ecdf7e272fb65860656a19c449add09bf697c0a37d
 WHIRLPOOL 
f9b350968e8e82f7e4523648d5aefd03689123165424e15fee71eaa67345d38a0efe71ea4fc1388b5b683925bc8f638dba130371c4f324ac5910d7a051ae5548
-DIST git-annex-6.20160318.tar.gz 5399078 SHA256 
5c0067d161a3cd6b93822f85eb82e5cb4895d913b2593bc4fe3b74d3ed426e0b SHA512 
62d0caef2f09a1d690229b720e81bf477715fd765a98c037b8e22e7e04ad72d91c81fdbe8bb61bdf4e0bf40cd5b81ea349e60a8e61690767db4a4b92541a063f
 WHIRLPOOL 
96c0232790b0b2cf0d97df2984383a0616a56c695daac233da625fd08ccd8044ef26aed613341f47aa8b0ef70e806b5d0569ff733d3e0dee0e92ed7220b503bc
-DIST git-annex-6.20160419.tar.gz 5086638 SHA256 
1452a55809ba7367847fc4a77f2d8a5365af92e130d5ca460bf0880a26a6fb8e SHA512 
b8b250b700336ee85af3d053d893b422e2bf427dc0f1f38689b49a2a74fa240a725da09d98f5bdf86d35d68612765c0de878de52ae4ddbb8908fb32ad118
 WHIRLPOOL 
1a68daef4b271ec8945c0ab22439eba83400d7babac368ae65167bd8dfec29430913c8165046421d4b0a072d7beaaedf832464a04ac625250b401303afff16aa
-DIST git-annex-6.20160923.tar.gz 1084326 SHA256 
964235a358814e081cf4a5d8dab798faacb1dabe5fc714ac6687b135e30fd93d SHA512 
2204b5a3b76b22718e4cf5329e78035c4ff45a133e738a8ab627067551fd40a778d4be124862f6a08b583c49400844e3b0c61a682909f911e5ac51fdb6319295
 WHIRLPOOL 
ed5f6c732210b0a720de095ce71c8907b5ddc636e28835f85697f81a01824be7b9f154335af1c4c4e1a304f967b6233487699a49da447f8f883519063be35a55
-DIST git-annex-6.20161031.tar.gz 1087730 SHA256 
6de3751f361d730e4a69106443b747a45e27aaeabf51ea999c41bd92fd2c71ce SHA512 
4a67154b4bbb12f4573bca71617d4c898c8915b242b30b484bc45e661c09893c5ebf2c906e87269307666dcde603d8dbb34f616d46c7a88bffb4baff0bbec81c
 WHIRLPOOL 
0251d406889b9f171dd207a3956ee6adae4b9415fd993f692e8e76240e1f15194b7c125d5118935db1dbc0676513bf213c91df285d9a3311285ed69c24080c4c
-DIST git-annex-6.20170101.tar.gz 1095866 SHA256 
5fbf88652a84278275d9d4bec083189f590b045e23a73bfe8d395c3e356e3f53 SHA512 
faf97a4619d1fa94efebd6fc592c58822e853505649c230afa8711165a22c1d84e8c24c850fc61d47ce1390868a934400db28f7b370a7aa26b128c0dcdc11475
 WHIRLPOOL 
95dbe81bf51b654d6d3deb97c180a346701d35ae07ef0774eafc2d5877ba07ed5f9b9f85beee2b3eacd6749b3f505f6d888b3747da0802fab36496ade6ab12c9
 DIST git-annex-6.20170818.tar.gz 837 SHA256 
7ddf3f8be218d8e8955be49fb0200179e54406cc02e884abe999f88d578f7d79 SHA512 
06587bf0d3056e4b94d4c40aaae820efda133dcbc876a2ac3db3183fb511ec20aae4c495323b4886868a3e66b5b1f53a04c5f3abb0362c718bbadc8e2f6e15d0
 WHIRLPOOL 
b4034833a96ab11c8972c1b679c10948455459ef0a82fe98c9912db932ab384e00ad1a13d08030f658cc1f0525888e5e9e34e48f7e09704f642ac57e908d8a35

diff --git a/dev-vcs/git-annex/git-annex-6.20160126.ebuild 
b/dev-vcs/git-annex/git-annex-6.20160126.ebuild
deleted file mode 100644
index 81a2b85e20b..000
--- a/dev-vcs/git-annex/git-annex-6.20160126.ebuild
+++ /dev/null
@@ -1,168 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.6.
-#hackport: flags: -production,-android,-androidsplice,-testsuite
-
-CABAL_FEATURES="bin"
-inherit haskell-cabal
-
-DESCRIPTION="manage files with git, without checking their contents into git"
-HOMEPAGE="http://git-annex.branchable.com/";
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-RESTRICT="test"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE="+assistant benchmark +concurrentoutput +cryptonite doc ekg +network-uri 
+pairing +s3 +torrentparser +webapp +webdav"
-
-RDEPEND="dev-haskell/aeson:=
-   dev

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

2017-08-21 Thread Patrice Clement
commit: bb2e8488b8be9db5cf1ecfbc6d29b5515c1c7556
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Aug 21 21:21:38 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Aug 21 21:30:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb2e8488

app-vim/csound-syntax: stable for amd64+x86.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-vim/csound-syntax/csound-syntax-20160804.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/app-vim/csound-syntax/csound-syntax-20160804.ebuild 
b/app-vim/csound-syntax/csound-syntax-20160804.ebuild
index 6fd6f80c0b2..1562317fb7f 100644
--- a/app-vim/csound-syntax/csound-syntax-20160804.ebuild
+++ b/app-vim/csound-syntax/csound-syntax-20160804.ebuild
@@ -1,19 +1,20 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+
 inherit vim-plugin
 
-DESCRIPTION="set of tools for editing Csound files with vim"
+DESCRIPTION="vim plugin: set of tools for editing Csound files with vim"
 HOMEPAGE="https://github.com/luisjure/csound";
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 VIM_PLUGIN_HELPFILES="${PN}"
 
-PATCHES=( "${FILESDIR}"/${P}-doc.patch )
+PATCHES=( "${FILESDIR}/${P}-doc.patch" )
 
 src_prepare() {
-   rm LICENSE README.md || die
+   rm -v LICENSE README.md || die
default
 }



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

2017-08-21 Thread Tim Harder
commit: 1b62e7745ff3a741d503b0e7f5724f9572f8e8a6
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Aug 21 21:14:16 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Aug 21 21:14:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b62e774

xdg-utils.eclass: fix xdg_desktop_database_update function doc typo

 eclass/xdg-utils.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/xdg-utils.eclass b/eclass/xdg-utils.eclass
index 840bd7ce201..ac075185d8e 100644
--- a/eclass/xdg-utils.eclass
+++ b/eclass/xdg-utils.eclass
@@ -61,7 +61,7 @@ xdg_environment_reset() {
unset DBUS_SESSION_BUS_ADDRESS
 }
 
-# @FUNCTION: fdo-xdg_desktop_database_update
+# @FUNCTION: xdg_desktop_database_update
 # @DESCRIPTION:
 # Updates the .desktop files database.
 # Generates a list of mimetypes linked to applications that can handle them



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

2017-08-21 Thread Tim Harder
commit: 644b842b881a45b717376bdf8ebefa3f2cd1a87c
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Aug 21 20:19:10 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Aug 21 20:28:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=644b842b

media-gfx/scour: version bump to 0.36

 media-gfx/scour/Manifest  |  1 +
 media-gfx/scour/scour-0.36.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/media-gfx/scour/Manifest b/media-gfx/scour/Manifest
index 1678eae3903..ec3f59dd0e6 100644
--- a/media-gfx/scour/Manifest
+++ b/media-gfx/scour/Manifest
@@ -1 +1,2 @@
 DIST scour-0.35.tar.gz 80981 SHA256 
91a7dd0d721a3567b802c1b353ef451621594e628fe723cedb65cd4629fbc96f SHA512 
9a09d862d66e21a63744401a44f517eef268288408556e3541218713ee8c5b5c0414ab03ac61d5d2fdbd2f01fa3276793b17f110d44cdec1c53c7b7dee16afc0
 WHIRLPOOL 
0e0d16aa11220a7219071e5570fc5265416c7b22eb0ec2cbff1ce21a810d4dc0128c8e576743b6c2e2b22f8a7fdaf73fbb584ca4345589a5757cf8b83f540a1f
+DIST scour-0.36.tar.gz 91575 SHA256 
1b6820430c671c71406bf79afced676699d03bd3fcc65f01a651da5dcbcf3d3b SHA512 
8593f46a0e36fe220f5ce6dd85696172435712491cd1a6983c12054965ce96eeb2a52be0877f8fa6967444817abfc353f9a00f1d8d676cbd6651cfd33a0790f7
 WHIRLPOOL 
1465a5aa04c768dded91c98dd55d03ef699c609b6b287db96ac3cf2bcb61d25fe35616ddbb3111a2602358c9577d411992f7b64f6d359c0306f4253defa19b86

diff --git a/media-gfx/scour/scour-0.36.ebuild 
b/media-gfx/scour/scour-0.36.ebuild
new file mode 100644
index 000..a70ee93ef47
--- /dev/null
+++ b/media-gfx/scour/scour-0.36.ebuild
@@ -0,0 +1,24 @@
+# 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
+
+DESCRIPTION="Take an SVG file and produce a cleaner and more concise file"
+HOMEPAGE="https://github.com/scour-project/scour";
+SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+python_test() {
+   "${EPYTHON}" testscour.py -v || die "Tests fail with ${EPYTHON}"
+}



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

2017-08-21 Thread Tim Harder
commit: a4a29a0db63b561af8f9a5d515acaea844fe8939
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Aug 21 20:28:14 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Aug 21 20:28:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a29a0d

media-gfx/scour: remove old

 media-gfx/scour/scour-0.35-r1.ebuild |  2 +-
 media-gfx/scour/scour-0.35.ebuild| 18 --
 2 files changed, 1 insertion(+), 19 deletions(-)

diff --git a/media-gfx/scour/scour-0.35-r1.ebuild 
b/media-gfx/scour/scour-0.35-r1.ebuild
index 6ff95505dc6..ca09fb68ded 100644
--- a/media-gfx/scour/scour-0.35-r1.ebuild
+++ b/media-gfx/scour/scour-0.35-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/codedread/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]

diff --git a/media-gfx/scour/scour-0.35.ebuild 
b/media-gfx/scour/scour-0.35.ebuild
deleted file mode 100644
index 7eb5a05bf70..000
--- a/media-gfx/scour/scour-0.35.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5})
-inherit distutils-r1
-
-DESCRIPTION="Take an SVG file and produce a cleaner and more concise file"
-HOMEPAGE="http://www.codedread.com/scour/";
-SRC_URI="https://github.com/codedread/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/six"



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

2017-08-21 Thread Daniel Campbell
commit: d37508ec22d73c7c40bf95692a2d39be0ea2fe4e
Author: Daniel Campbell  gentoo  org>
AuthorDate: Mon Aug 21 20:25:57 2017 +
Commit: Daniel Campbell  gentoo  org>
CommitDate: Mon Aug 21 20:27:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d37508ec

app-shells/tmux-bash-completion: new package

Gentoo-Bug: 604688
Gentoo-Bug-URL: https://bugs.gentoo.org/604688

Thanks, Gleb.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-shells/tmux-bash-completion/metadata.xml   | 15 +
 .../tmux-bash-completion-.ebuild   | 25 ++
 2 files changed, 40 insertions(+)

diff --git a/app-shells/tmux-bash-completion/metadata.xml 
b/app-shells/tmux-bash-completion/metadata.xml
new file mode 100644
index 000..1f6ba86c16f
--- /dev/null
+++ b/app-shells/tmux-bash-completion/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   shell-to...@gentoo.org
+   Gentoo Shell Tools Project
+   
+   
+   
+   imomal...@github.com
+   Sardorbek Imomaliev
+   
+   imomaliev/tmux-bash-completion
+   
+

diff --git a/app-shells/tmux-bash-completion/tmux-bash-completion-.ebuild 
b/app-shells/tmux-bash-completion/tmux-bash-completion-.ebuild
new file mode 100644
index 000..da4498863de
--- /dev/null
+++ b/app-shells/tmux-bash-completion/tmux-bash-completion-.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit bash-completion-r1 git-r3
+
+DESCRIPTION="bash-completion scripts for tmux"
+HOMEPAGE="https://github.com/imomaliev/tmux-bash-completion";
+EGIT_REPO_URI="https://github.com/imomaliev/tmux-bash-completion.git";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+   >=app-misc/tmux-2.2
+   app-shells/bash-completion
+   "
+RDEPEND="${DEPEND}"
+
+src_install() {
+   default
+   dobashcomp "${S}"/completions/tmux
+}



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

2017-08-21 Thread Michał Górny
commit: dabf88b77ccc43c6969ad607ce87b05f31e2c623
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 21 20:02:36 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 21 20:15:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dabf88b7

package.mask: Last rite xfce-extra/xfce4-mixer, #628424

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 0290df43451..373da90a718 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,14 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (21 Aug 2017)
+# xfce4-mixer is discontinued upstream and no longer considered part
+# of the DE since 4.12. It requires vulnerable gstreamer:0.10, and no
+# longer builds with the development versions of core Xfce4 components.
+# The suggested replacement is xfce-extra/xfce4-pulseaudio-plugin.
+# Removal in 30 days. Bug #628424.
+xfce-extra/xfce4-mixer
+
 # Hanno Boeck  (21 Aug 2017)
 # Open security bugs, no upstream, bug 628432
 # Alternatives: app-arch/libarchive, app-arch/unar



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

2017-08-21 Thread Matt Turner
commit: 07e34359074911eb60f9ffe779bfea1d5cea01d8
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Aug 21 20:12:22 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Aug 21 20:12:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e34359

media-libs/mesa: Version bump to 17.1.7

 media-libs/mesa/Manifest   |   1 +
 media-libs/mesa/mesa-17.1.7.ebuild | 503 +
 2 files changed, 504 insertions(+)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index 69107584602..a56436f9d26 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -9,5 +9,6 @@ DIST mesa-17.1.3.tar.xz 9861256 SHA256 
5f1ee9a8aea2880f887884df2dea0c16dd1b13eb4
 DIST mesa-17.1.4.tar.xz 9899196 SHA256 
06f3b0e6a28f0d20b7f3391cf67fe89ae98ecd0a686cd545da76557b6cec9cad SHA512 
cb8369f0edd3e17b4eee8da159b9dc487f8144d69fe4b95901e9aa6a924759866f26f91fc2ead7036707eecea41582185e7ce73d54f97bf310f198b72ee0a8e4
 WHIRLPOOL 
5c313d7b938c58a7e2f59b619161316629ee996025dc5810742c881716cfcee441a8b3641d644fa0bc4aeec6c44c4b1ce99f515a59159a3391cf4948c2bab45a
 DIST mesa-17.1.5.tar.xz 9901876 SHA256 
378516b171712687aace4c7ea8b37c85895231d7a6d61e1e27362cf6034fded9 SHA512 
a12671afd812b304e1db690b123a9de16332608541f71cc3ee9128a3630c81416d46255e5bdbf19e14e85716b218f447987b555e3bc0081b8b6f392556fa21e2
 WHIRLPOOL 
b3a94172df5061774e7746ca9f2191f0f04ff375cb76406e22a694141d185f650ce04b3fa4f89b054aa3348f3562886982b5b725680d9ab1cdd6108900da91b7
 DIST mesa-17.1.6.tar.xz 9868932 SHA256 
0686deadde1f126b20aa67e47e8c50502043eee4ecdf60d5009ffda3cebfee50 SHA512 
cf57f29a21208f0a9bc84157f806bcaf6fd0583352449fcb986b05773eeefc99c4040dc41b242782dd5aa9ff7f9c5312b17a4db82d87f600acf165b6acdfc95a
 WHIRLPOOL 
38d6043001798ea9876b55a45222b129596ae92ebb1cc2af36bb0cc8523acce11b38a658d0e8a8afad1b99a49f7d4cdc229b7a3cbb7c15d9858614a91a4994f8
+DIST mesa-17.1.7.tar.xz 9903812 SHA256 
69f472a874b1122404fa0bd13e2d6bf87eb3b9ad9c21d2f39872a96d83d9e5f5 SHA512 
a1cb22b78c74572bef720c132294a028413402520260afff3d46e79f8837dce35aafd8675a8d6834574a4a15ded3611f065a9fc5882a6dcedab63d0b3e35
 WHIRLPOOL 
100948b3b436e2331c6251adeb875efd0c316aa1442972d3e1060316bb2c37dc42a8d9a98a1eb31ebf1f680b836c81ee53a8091d32ddb939f113f71fa3d4480a
 DIST mesa-17.2.0-rc3.tar.xz 10405100 SHA256 
bd417166bc55a74a20e7687738c2f081364637e40a0712989e04b3ba7e404ff2 SHA512 
34cc307e82f227fc0398185ac8a349c96631c47e407e883e80523850eeeb0eb4cc445780f61494c2ba81856965d8ae06819330fa54c149808a18db9e872c12b6
 WHIRLPOOL 
8ea40f6b4a6366b502cd2f2f1ab4bf371dab695b0ed86825a0f0abb36198adfd2d335cf43b668acc4606216a736be41fc735daee1b1b6b6060f4f044bc6f948f
 DIST mesa-17.2.0-rc4.tar.xz 10404796 SHA256 
b1dffaf414c9ef3df23ddf1f3ae4d35e85e296bf2def2fc9c0b402ff9d9a48fb SHA512 
a5e2727bd91185db440d94b273cc32e9907d3a64b3f5ea33d5888f7aa2bfec54d7db576109a8dc28e9efec97ea23e895117ba52f1963cb2bc2b22b718595
 WHIRLPOOL 
fea274533b7cf1652f7823afabf65b36a3d42fab957e604ee907ef281ccec5db82e25cfa171910dae25f2cc59eaff18a3340ce2464f7b5c0415a206d259bb4b5

diff --git a/media-libs/mesa/mesa-17.1.7.ebuild 
b/media-libs/mesa/mesa-17.1.7.ebuild
new file mode 100644
index 000..e331fde780d
--- /dev/null
+++ b/media-libs/mesa/mesa-17.1.7.ebuild
@@ -0,0 +1,503 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/mesa.git";
+
+if [[ ${PV} =  ]]; then
+   GIT_ECLASS="git-r3"
+   EXPERIMENTAL="true"
+fi
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit autotools llvm multilib-minimal python-any-r1 pax-utils ${GIT_ECLASS}
+
+OPENGL_DIR="xorg-x11"
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="OpenGL-like graphic library for Linux"
+HOMEPAGE="https://www.mesa3d.org/";
+
+if [[ $PV ==  ]]; then
+   SRC_URI=""
+else
+   SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz";
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+RESTRICT="!bindist? ( bindist )"
+
+INTEL_CARDS="i915 i965 intel"
+RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi"
+VIDEO_CARDS="${INTEL_CARDS} ${RADEON_CARDS} freedreno imx nouveau vc4 vivante 
vmware"
+for card in ${VIDEO_CARDS}; do
+   IUSE_VIDEO_CARDS+=" video_cards_${card}"
+done
+
+IUSE="${IUSE_VIDEO_CARDS}
+   bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 unwind
+   +llvm +nptl opencl osmesa pax_kernel openmax pic selinux vaapi valgrind
+   vdpau vulkan wayland xvmc xa"
+
+REQUIRED_USE="
+   d3d9?   ( dri3 gallium )
+   llvm?   ( gallium )
+   opencl? ( gallium llvm )
+   openmax? ( gallium )
+   gles1?  ( egl )
+   gles2?  ( egl )
+   vaapi? ( gallium )
+   vdpau? ( gallium )
+   vulkan? ( || ( video_cards_i965 video_cards_radeonsi )
+

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

2017-08-21 Thread Matt Turner
commit: 8e5f3c6e27c4e683213cb7c331f660e30d89cc5f
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Aug 21 20:13:09 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Aug 21 20:13:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e5f3c6e

media-libs/mesa: Version bump to 17.2.0_rc5

 media-libs/mesa/Manifest   |   1 +
 media-libs/mesa/mesa-17.2.0_rc5.ebuild | 504 +
 2 files changed, 505 insertions(+)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index a56436f9d26..43484696451 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -12,3 +12,4 @@ DIST mesa-17.1.6.tar.xz 9868932 SHA256 
0686deadde1f126b20aa67e47e8c50502043eee4e
 DIST mesa-17.1.7.tar.xz 9903812 SHA256 
69f472a874b1122404fa0bd13e2d6bf87eb3b9ad9c21d2f39872a96d83d9e5f5 SHA512 
a1cb22b78c74572bef720c132294a028413402520260afff3d46e79f8837dce35aafd8675a8d6834574a4a15ded3611f065a9fc5882a6dcedab63d0b3e35
 WHIRLPOOL 
100948b3b436e2331c6251adeb875efd0c316aa1442972d3e1060316bb2c37dc42a8d9a98a1eb31ebf1f680b836c81ee53a8091d32ddb939f113f71fa3d4480a
 DIST mesa-17.2.0-rc3.tar.xz 10405100 SHA256 
bd417166bc55a74a20e7687738c2f081364637e40a0712989e04b3ba7e404ff2 SHA512 
34cc307e82f227fc0398185ac8a349c96631c47e407e883e80523850eeeb0eb4cc445780f61494c2ba81856965d8ae06819330fa54c149808a18db9e872c12b6
 WHIRLPOOL 
8ea40f6b4a6366b502cd2f2f1ab4bf371dab695b0ed86825a0f0abb36198adfd2d335cf43b668acc4606216a736be41fc735daee1b1b6b6060f4f044bc6f948f
 DIST mesa-17.2.0-rc4.tar.xz 10404796 SHA256 
b1dffaf414c9ef3df23ddf1f3ae4d35e85e296bf2def2fc9c0b402ff9d9a48fb SHA512 
a5e2727bd91185db440d94b273cc32e9907d3a64b3f5ea33d5888f7aa2bfec54d7db576109a8dc28e9efec97ea23e895117ba52f1963cb2bc2b22b718595
 WHIRLPOOL 
fea274533b7cf1652f7823afabf65b36a3d42fab957e604ee907ef281ccec5db82e25cfa171910dae25f2cc59eaff18a3340ce2464f7b5c0415a206d259bb4b5
+DIST mesa-17.2.0-rc5.tar.xz 10406640 SHA256 
c4c270c1326ed8e7c1dc3e38243bfe67f11124da89f2d86f53cbd9a4da30d0ba SHA512 
c6e6f2dea0d612800a9b6a4247ff7656dadb6e2f1fa87e6118502a52b53f9f64f5c88f7300a038231b502b1a7c9aa84532826b94a313182da3fba22e0d7f48ec
 WHIRLPOOL 
f2482796db9433ddc3468187b225d180fabb7038dea8c1239d7457e5ab8952f993238ffaaea82f114637739ca952c4d96951b13d3f48984913101987130a65b6

diff --git a/media-libs/mesa/mesa-17.2.0_rc5.ebuild 
b/media-libs/mesa/mesa-17.2.0_rc5.ebuild
new file mode 100644
index 000..f54779f9572
--- /dev/null
+++ b/media-libs/mesa/mesa-17.2.0_rc5.ebuild
@@ -0,0 +1,504 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/mesa.git";
+
+if [[ ${PV} =  ]]; then
+   GIT_ECLASS="git-r3"
+   EXPERIMENTAL="true"
+fi
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit autotools llvm multilib-minimal python-any-r1 pax-utils ${GIT_ECLASS}
+
+OPENGL_DIR="xorg-x11"
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="OpenGL-like graphic library for Linux"
+HOMEPAGE="https://www.mesa3d.org/";
+
+if [[ $PV ==  ]]; then
+   SRC_URI=""
+else
+   SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz";
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+RESTRICT="!bindist? ( bindist )"
+
+RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi"
+VIDEO_CARDS="${RADEON_CARDS} freedreno i915 i965 imx intel nouveau vc4 vivante 
vmware"
+for card in ${VIDEO_CARDS}; do
+   IUSE_VIDEO_CARDS+=" video_cards_${card}"
+done
+
+IUSE="${IUSE_VIDEO_CARDS}
+   bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 unwind
+   +llvm +nptl opencl osmesa pax_kernel openmax pic selinux vaapi valgrind
+   vdpau vulkan wayland xvmc xa"
+
+REQUIRED_USE="
+   d3d9?   ( dri3 gallium )
+   llvm?   ( gallium )
+   opencl? ( gallium llvm )
+   openmax? ( gallium )
+   gles1?  ( egl )
+   gles2?  ( egl )
+   vaapi? ( gallium )
+   vdpau? ( gallium )
+   vulkan? ( || ( video_cards_i965 video_cards_radeonsi )
+ video_cards_radeonsi? ( llvm ) )
+   wayland? ( egl gbm )
+   xa?  ( gallium )
+   video_cards_freedreno?  ( gallium )
+   video_cards_intel?  ( classic )
+   video_cards_i915?   ( || ( classic gallium ) )
+   video_cards_i965?   ( classic )
+   video_cards_imx?( gallium )
+   video_cards_nouveau? ( || ( classic gallium ) )
+   video_cards_radeon? ( || ( classic gallium )
+ gallium? ( x86? ( llvm ) 
amd64? ( llvm ) ) )
+   video_cards_r100?   ( classic )
+   video_cards_r200?   ( classic )
+   video_cards_r300?   ( gallium x86? ( llvm ) amd64? ( llvm ) )
+   video_cards_r600?   ( gallium )
+   video_cards_radeonsi?   ( gallium llvm )
+   vide

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

2017-08-21 Thread Tim Harder
commit: fe1b7749e9c68227f68f29c0c7cd47ecf63bb85b
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Aug 21 20:01:06 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Aug 21 20:05:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe1b7749

media-gfx/sxiv: fix exif/gif USE flag logic (bug #628442)

 media-gfx/sxiv/{sxiv-1.3.2-r1.ebuild => sxiv-1.3.2-r2.ebuild} | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-gfx/sxiv/sxiv-1.3.2-r1.ebuild 
b/media-gfx/sxiv/sxiv-1.3.2-r2.ebuild
similarity index 100%
rename from media-gfx/sxiv/sxiv-1.3.2-r1.ebuild
rename to media-gfx/sxiv/sxiv-1.3.2-r2.ebuild
index 75f593a1b0f..937dac0c4cf 100644
--- a/media-gfx/sxiv/sxiv-1.3.2-r1.ebuild
+++ b/media-gfx/sxiv/sxiv-1.3.2-r2.ebuild
@@ -34,16 +34,16 @@ src_prepare() {
# disable exif support as required
if ! use exif; then
sed \
-   -e 's/^.* -DHAVE_GIFLIB/#\0/' \
-   -e 's/^.* -lgif/#\0/' \
+   -e 's/^.* -DHAVE_LIBEXIF/#\0/' \
+   -e 's/^.* -lexif/#\0/' \
-i Makefile || die
fi
 
# disable gif support as required
if ! use gif; then
sed \
-   -e 's/^.* -DHAVE_LIBEXIF/#\0/' \
-   -e 's/^.* -lexif/#\0/' \
+   -e 's/^.* -DHAVE_GIFLIB/#\0/' \
+   -e 's/^.* -lgif/#\0/' \
-i Makefile || die
fi
 



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

2017-08-21 Thread William Hubbs
commit: 266f213bfedaba6fdedb581df6f0cd1e6c365aae
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Aug 20 19:32:56 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Aug 20 19:34:54 2017 +
URL:https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=266f213b

makefile: do not set DESTDIR

 Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makefile b/Makefile
index ad7ee2ad..d2358cb5 100644
--- a/Makefile
+++ b/Makefile
@@ -11,8 +11,6 @@ PV = 2.4.1
 PKG = baselayout-$(PV)
 DISTFILE = $(PKG).tar.bz2
 
-DESTDIR =
-
 CHANGELOG_LIMIT = --after="1 year ago"
 INSTALL_DIR= install -m 0755 -d
 INSTALL_EXE= install -m 0755



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

2017-08-21 Thread Johannes Huber
commit: 2fc7018dedb77750f2d35c953e5166d728fd38a3
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon Aug 21 19:10:56 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon Aug 21 19:10:56 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2fc7018d

.travis.yml: Bump portage version to 2.3.8

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 9c5123b779..d4b1f33d70 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ language: python
 python:
 - pypy
 env:
-- PORTAGE_VER="2.3.7"
+- PORTAGE_VER="2.3.8"
 before_install:
 - sudo apt-get -qq update
 - pip install lxml



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfwm4/

2017-08-21 Thread Michał Górny
commit: 397045ca30cd2b111d55c6c2ac9b9e5ca0b7d065
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 21 16:57:54 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 21 17:37:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=397045ca

xfce-base/xfwm4: Add missing icon cache update

 xfce-base/xfwm4/xfwm4-4.13.0.ebuild | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/xfce-base/xfwm4/xfwm4-4.13.0.ebuild 
b/xfce-base/xfwm4/xfwm4-4.13.0.ebuild
index ec35259bf1d..433d1af8fb7 100644
--- a/xfce-base/xfwm4/xfwm4-4.13.0.ebuild
+++ b/xfce-base/xfwm4/xfwm4-4.13.0.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=6
 
+inherit gnome2-utils
+
 DESCRIPTION="Window manager for the Xfce desktop environment"
 HOMEPAGE="https://www.xfce.org/projects/";
 SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
@@ -57,3 +59,11 @@ src_configure() {
 
econf "${myconf[@]}"
 }
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



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

2017-08-21 Thread Austin English
commit: 87a4fac6509f8a56b81c926e589671756b184fad
Author: Austin English  gentoo  org>
AuthorDate: Mon Aug 21 17:31:11 2017 +
Commit: Austin English  gentoo  org>
CommitDate: Mon Aug 21 17:31:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87a4fac6

media-libs/openjpeg: fix typo in einfo message

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/openjpeg/openjpeg-2.1.1_p20160922.ebuild | 2 +-
 media-libs/openjpeg/openjpeg-2.1.2.ebuild   | 2 +-
 media-libs/openjpeg/openjpeg-2.2.0.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/openjpeg/openjpeg-2.1.1_p20160922.ebuild 
b/media-libs/openjpeg/openjpeg-2.1.1_p20160922.ebuild
index 5f96cbfcb11..d31e110755b 100644
--- a/media-libs/openjpeg/openjpeg-2.1.1_p20160922.ebuild
+++ b/media-libs/openjpeg/openjpeg-2.1.1_p20160922.ebuild
@@ -117,7 +117,7 @@ multilib_src_test() {
die "Test suite failed. New/unknown test 
failure(s) found!"
else
echo ""
-   einfo "Test suite passed. Now new/unknown test 
failure found!"
+   einfo "Test suite passed. No new/unknown test 
failure found!"
fi
 
return 0

diff --git a/media-libs/openjpeg/openjpeg-2.1.2.ebuild 
b/media-libs/openjpeg/openjpeg-2.1.2.ebuild
index 30f109945cf..b168c605498 100644
--- a/media-libs/openjpeg/openjpeg-2.1.2.ebuild
+++ b/media-libs/openjpeg/openjpeg-2.1.2.ebuild
@@ -113,7 +113,7 @@ multilib_src_test() {
die "Test suite failed. New/unknown test 
failure(s) found!"
else
echo ""
-   einfo "Test suite passed. Now new/unknown test 
failure found!"
+   einfo "Test suite passed. No new/unknown test 
failure found!"
fi
 
return 0

diff --git a/media-libs/openjpeg/openjpeg-2.2.0.ebuild 
b/media-libs/openjpeg/openjpeg-2.2.0.ebuild
index 923ea12bd6d..552411b6ce0 100644
--- a/media-libs/openjpeg/openjpeg-2.2.0.ebuild
+++ b/media-libs/openjpeg/openjpeg-2.2.0.ebuild
@@ -113,7 +113,7 @@ multilib_src_test() {
die "Test suite failed. New/unknown test 
failure(s) found!"
else
echo ""
-   einfo "Test suite passed. Now new/unknown test 
failure(s) found!"
+   einfo "Test suite passed. No new/unknown test 
failure(s) found!"
fi
 
return 0



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

2017-08-21 Thread Brian Evans
commit: 03f877ea83753b4d29a01e0124fd7a6836246c58
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Aug 21 17:07:33 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Aug 21 17:07:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f877ea

{alpha,sparc}/package.use.mask:  Mask numa USE on dev-db/mariadb

Unkeyworded sys-process/numactl

 profiles/arch/alpha/package.use.mask | 4 
 profiles/arch/sparc/package.use.mask | 4 
 2 files changed, 8 insertions(+)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 859908ff191..d7c8a64f35d 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Brian Evans  (21 Aug 2017)
+# No keywords for sys-process/numactl
+dev-db/mariadb numa
+
 # Gilles Dartiguelongue  (16 Aug 2017)
 # missing keyword on dev-python/dbusmock, bug #620024
 >=gnome-base/gnome-settings-daemon-3.24 test

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index db1c78844ad..d3b10d446e4 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Brian Evans  (21 Aug 2017)
+# No keywords for sys-process/numactl
+dev-db/mariadb numa
+
 # Gilles Dartiguelongue  (16 Aug 2017)
 # missing keyword on dev-python/dbusmock, bug #620024
 >=gnome-base/gnome-settings-daemon-3.24 test



[gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-modules/, app-emulation/vmware-modules/files/

2017-08-21 Thread Evan Teran
commit: f0d2d07f7592531eab46fb5b86d58b29bf206d0b
Author: Joshua Baergen  emc  com>
AuthorDate: Thu Jul  6 18:23:43 2017 +
Commit: Evan Teran  gmail  com>
CommitDate: Thu Jul  6 18:23:50 2017 +
URL:https://gitweb.gentoo.org/proj/vmware.git/commit/?id=f0d2d07f

app-emulation/vmware-modules: add support to kernel 4.12

 .../files/308-4.12-00-vmblock-current_time.patch   | 11 +++
 .../files/308-4.12-01-vmci-do_once.patch   | 18 ++
 .../files/308-4.12-02-vmci-pci_enable_msix.patch   | 17 +
 .../vmware-modules/vmware-modules-308.5.7.ebuild   |  3 +++
 4 files changed, 49 insertions(+)

diff --git 
a/app-emulation/vmware-modules/files/308-4.12-00-vmblock-current_time.patch 
b/app-emulation/vmware-modules/files/308-4.12-00-vmblock-current_time.patch
new file mode 100644
index 000..f39b862
--- /dev/null
+++ b/app-emulation/vmware-modules/files/308-4.12-00-vmblock-current_time.patch
@@ -0,0 +1,11 @@
+--- ./vmblock-only/linux/inode.c   2017-07-06 11:47:09.496190133 -0600
 ./vmblock-only/linux/inode.c.new   2017-07-06 11:55:53.212410091 -0600
+@@ -156,7 +156,7 @@
+inode->i_mode = S_IFLNK | S_IRWXUGO;
+inode->i_size = INODE_TO_IINFO(inode)->nameLen;
+inode->i_version = 1;
+-   inode->i_atime = inode->i_mtime = inode->i_ctime = CURRENT_TIME;
++   inode->i_atime = inode->i_mtime = inode->i_ctime = current_time(inode);
+ #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 10, 0)
+inode->i_uid = inode->i_gid = 0;
+ #else

diff --git a/app-emulation/vmware-modules/files/308-4.12-01-vmci-do_once.patch 
b/app-emulation/vmware-modules/files/308-4.12-01-vmci-do_once.patch
new file mode 100644
index 000..e91f047
--- /dev/null
+++ b/app-emulation/vmware-modules/files/308-4.12-01-vmci-do_once.patch
@@ -0,0 +1,18 @@
+--- vmci-only/shared/vm_basic_defs.h   2017-06-19 20:29:40.0 -0600
 vmci-only/shared/vm_basic_defs.h.new   2017-07-06 12:11:37.146017203 
-0600
+@@ -720,6 +720,7 @@
+  lfMessageFont)
+ 
+ /* This is not intended to be thread-safe. */
++#ifndef DO_ONCE
+ #define DO_ONCE(code)   \
+do { \
+   static Bool _doOnceDone = FALSE;  \
+@@ -728,6 +729,7 @@
+  code;  \
+   } \
+} while (0)
++#endif
+ 
+ /*
+  * Bug 827422 and 838523.

diff --git 
a/app-emulation/vmware-modules/files/308-4.12-02-vmci-pci_enable_msix.patch 
b/app-emulation/vmware-modules/files/308-4.12-02-vmci-pci_enable_msix.patch
new file mode 100644
index 000..a4ce13a
--- /dev/null
+++ b/app-emulation/vmware-modules/files/308-4.12-02-vmci-pci_enable_msix.patch
@@ -0,0 +1,17 @@
+--- ./vmci-only/linux/driver.c 2017-07-06 12:12:38.860458601 -0600
 ./vmci-only/linux/driver.c.new 2017-07-06 12:21:09.986139888 -0600
+@@ -1726,11 +1726,11 @@
+   vmci_dev.msix_entries[i].vector = i;
+}
+ 
+-   result = pci_enable_msix(pdev, vmci_dev.msix_entries, VMCI_MAX_INTRS);
++   result = pci_enable_msix_exact(pdev, vmci_dev.msix_entries, 
VMCI_MAX_INTRS);
+if (!result) {
+   vmci_dev.exclusive_vectors = TRUE;
+-   } else if (result > 0) {
+-  result = pci_enable_msix(pdev, vmci_dev.msix_entries, 1);
++   } else {
++  result = pci_enable_msix_exact(pdev, vmci_dev.msix_entries, 1);
+}
+return result;
+ }

diff --git a/app-emulation/vmware-modules/vmware-modules-308.5.7.ebuild 
b/app-emulation/vmware-modules/vmware-modules-308.5.7.ebuild
index 351dec4..ad6b45c 100644
--- a/app-emulation/vmware-modules/vmware-modules-308.5.7.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-308.5.7.ebuild
@@ -107,6 +107,9 @@ src_prepare() {
kernel_is ge 4 10 0 && epatch 
"${FILESDIR}/${PV_MAJOR}-4.10-00-generic_readlink.patch"
kernel_is ge 4 11 0 && epatch 
"${FILESDIR}/${PV_MAJOR}-4.11-00-missing-headers.patch"
kernel_is ge 4 11 0 && epatch 
"${FILESDIR}/${PV_MAJOR}-4.11-01-vsock-lockdep.patch"
+   kernel_is ge 4 12 0 && epatch 
"${FILESDIR}/${PV_MAJOR}-4.12-00-vmblock-current_time.patch"
+   kernel_is ge 4 12 0 && epatch 
"${FILESDIR}/${PV_MAJOR}-4.12-01-vmci-do_once.patch"
+   kernel_is ge 4 12 0 && epatch 
"${FILESDIR}/${PV_MAJOR}-4.12-02-vmci-pci_enable_msix.patch"
 
# Allow user patches so they can support RC kernels and whatever else
epatch_user



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

2017-08-21 Thread Brian Evans
commit: 1740d628f659f14df060c62f8b06af57d70ce67a
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Aug 21 17:06:22 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Aug 21 17:06:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1740d628

dev-db/mariadb: Fix bugs relating to multilib, systemd and numa

Bug 628484 - Add USE flag numa to pull in sys-process/numactl for build/runtime
Bug 628458 - Fix systemd case sensitivity in configure merged from 10.1 branch
Bug 628458 - Fix multilib header file changes that lead to build failure

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-db/mariadb/mariadb-10.2.8.ebuild | 30 ++
 dev-db/mariadb/metadata.xml  |  6 +-
 2 files changed, 15 insertions(+), 21 deletions(-)

diff --git a/dev-db/mariadb/mariadb-10.2.8.ebuild 
b/dev-db/mariadb/mariadb-10.2.8.ebuild
index 8a9288bd01b..218dc395097 100644
--- a/dev-db/mariadb/mariadb-10.2.8.ebuild
+++ b/dev-db/mariadb/mariadb-10.2.8.ebuild
@@ -30,7 +30,7 @@ LICENSE="GPL-2 LGPL-2.1+"
 SLOT="0/${SUBSLOT:-0}"
 IUSE="+backup bindist cracklib debug embedded extraengine galera innodb-lz4
innodb-lzo innodb-snappy jdbc jemalloc kerberos latin1 libressl mroonga
-   odbc oqgraph pam +perl profiling rocksdb selinux +server sphinx
+   numa odbc oqgraph pam +perl profiling rocksdb selinux +server sphinx
sst-rsync sst-xtrabackup static static-libs systemd systemtap tcmalloc
test tokudb xml yassl"
 
@@ -100,6 +100,7 @@ COMMON_DEPEND="
innodb-lz4? ( app-arch/lz4 )
innodb-lzo? ( dev-libs/lzo )
innodb-snappy? ( app-arch/snappy )
+   numa? ( sys-process/numactl )
oqgraph? ( >=dev-libs/boost-1.40.0:0= dev-libs/judy:0= )
pam? ( virtual/pam:0= )
systemd? ( sys-apps/systemd:= )
@@ -350,16 +351,19 @@ multilib_src_configure() {
fi
 
# bfd.h is only used starting with 10.1 and can be controlled by 
NOT_FOR_DISTRIBUTION
+   # systemtap only works on native ABI  bug 530132
if multilib_is_native_abi; then
mycmakeargs+=(
-DWITH_READLINE=$(usex bindist 1 0)
-DNOT_FOR_DISTRIBUTION=$(usex bindist 0 1)
+   -DENABLE_DTRACE=$(usex systemtap)
)
else
mycmakeargs+=(
-DWITHOUT_TOOLS=1
-DWITH_READLINE=1
-DNOT_FOR_DISTRIBUTION=0
+   -DENABLE_DTRACE=0
)
fi
 
@@ -399,7 +403,8 @@ multilib_src_configure() {
-DINSTALL_SQLBENCHDIR=share/mariadb
-DPLUGIN_ROCKSDB=$(usex rocksdb DYNAMIC NO)
# systemd is only linked to for server notification
-   -DWITH_SYSTEMD=$(usex systemd)
+   -DWITH_SYSTEMD=$(usex systemd yes no)
+   -DWITH_NUMA=$(usex numa ON OFF)
)
if use test ; then
# This is needed for the new client lib which tests a 
real, open server
@@ -462,17 +467,10 @@ multilib_src_configure() {
-DWITHOUT_EMBEDDED_SERVER=1
-DEXTRA_CHARSETS=none
-DINSTALL_SQLBENCHDIR=
-   -DWITH_SYSTEMD=NO
+   -DWITH_SYSTEMD=no
)
fi
 
-   # systemtap only works on native ABI  bug 530132
-   if multilib_is_native_abi; then
-   mycmakeargs+=( -DENABLE_DTRACE=$(usex systemtap) )
-   else
-   mycmakeargs+=( -DENABLE_DTRACE=0 )
-   fi
-
cmake-utils_src_configure
 }
 
@@ -487,9 +485,9 @@ multilib_src_compile() {
 src_install() {
# headers with ABI specific data
local MULTILIB_WRAPPED_HEADERS=(
-   /usr/include/mysql/my_config.h
-   /usr/include/mysql/private/embedded_priv.h
-   /usr/include/mysql/mysql_version.h
+   /usr/include/mysql/server/my_config.h
+   /usr/include/mysql/server/private/embedded_priv.h
+   /usr/include/mysql/server/mysql_version.h
/usr/include/mariadb/mariadb_version.h
/usr/include/mysql/mariadb_version.h
/usr/include/mysql/private/probes_mysql_nodtrace.h
@@ -508,12 +506,12 @@ multilib_src_install() {
mysql_init_vars
 
# Remove an unnecessary, private config header which will never match 
between ABIs and is not meant to be used
-   if [[ -f "${D}/usr/include/mysql/private/config.h" ]] ; then
-   rm "${D}/usr/include/mysql/private/config.h" || die
+   if [[ -f "${D}/usr/include/mysql/server/private/config.h" ]] ; then
+   rm "${D}/usr/include/mysql/server/private/config.h" || die
fi
 
if ! multilib_is_native_abi && use server ; th

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

2017-08-21 Thread Zac Medico
commit: 78273a404ea6244eab4180dff2bd1847609ac09a
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Aug 21 16:10:57 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Aug 21 16:16:05 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=78273a40

digraph: search for relevant priority in descending order

It's more likely that a higher valued priority will not be
ignored, therefore search in descending order.

 pym/portage/util/digraph.py | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pym/portage/util/digraph.py b/pym/portage/util/digraph.py
index bf20d5d4e..d279b7867 100644
--- a/pym/portage/util/digraph.py
+++ b/pym/portage/util/digraph.py
@@ -170,7 +170,7 @@ class digraph(object):
children = []
if hasattr(ignore_priority, '__call__'):
for child, priorities in self.nodes[node][0].items():
-   for priority in priorities:
+   for priority in reversed(priorities):
if not ignore_priority(priority):
children.append(child)
break
@@ -187,7 +187,7 @@ class digraph(object):
parents = []
if hasattr(ignore_priority, '__call__'):
for parent, priorities in self.nodes[node][1].items():
-   for priority in priorities:
+   for priority in reversed(priorities):
if not ignore_priority(priority):
parents.append(parent)
break
@@ -212,7 +212,7 @@ class digraph(object):
for node in self.order:
is_leaf_node = True
for child, priorities in 
self.nodes[node][0].items():
-   for priority in priorities:
+   for priority in reversed(priorities):
if not 
ignore_priority(priority):
is_leaf_node = False
break
@@ -246,7 +246,7 @@ class digraph(object):
for node in self.order:
is_root_node = True
for parent, priorities in 
self.nodes[node][1].items():
-   for priority in priorities:
+   for priority in reversed(priorities):
if not 
ignore_priority(priority):
is_root_node = False
break



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

2017-08-21 Thread Amy Liffey
commit: 9f3391c1b9c9d2994d4b4e47ade7fe26e030b31d
Author: Amy Liffey  gentoo  org>
AuthorDate: Mon Aug 21 16:17:08 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Mon Aug 21 16:17:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f3391c1

dev-lang/bff: fix src_test

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/dev-lang/bff/bff-1.0.5.ebuild b/dev-lang/bff/bff-1.0.5.ebuild
index 9d06d105673..b0504e8a5fe 100644
--- a/dev-lang/bff/bff-1.0.5.ebuild
+++ b/dev-lang/bff/bff-1.0.5.ebuild
@@ -25,7 +25,7 @@ src_test() {
ebegin "Running mandelbrot test"
./bff samples/mandelbrot.b > mandelbrot.out
eend $? || die
-   [[ $( md5sum -c <<< '5024283fa65866ddd347b877798e84d8 mandelbrot.out') 
]] \
+   md5sum -c <<< '5024283fa65866ddd347b877798e84d8 mandelbrot.out' \
&& cat mandelbrot.out \
|| die "mandelbrot did not output correctly"
 }



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

2017-08-21 Thread Amy Liffey
commit: 275edad6032d40705272d1423e3410d3de05df09
Author: Amy Liffey  gentoo  org>
AuthorDate: Mon Aug 21 15:57:43 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Mon Aug 21 16:03:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=275edad6

dev-lang/bff: version bump 1.0.5 bug #533816

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-lang/bff/Manifest |  1 +
 dev-lang/bff/bff-1.0.5.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-lang/bff/Manifest b/dev-lang/bff/Manifest
index a7985e55309..a80210fcf2c 100644
--- a/dev-lang/bff/Manifest
+++ b/dev-lang/bff/Manifest
@@ -1,2 +1,3 @@
 DIST bff-1.0.3.1.tar.gz 2617 SHA256 
189438f69bf0b66728caa1afed99e83fc03cdd3bdbcfa3c10c766e7bbea50712 SHA512 
0bf9e20204f3092b7f02197002880a0be0f4851f4c5f29bcb0974b90e5d518588c334b4f9224ed3320191269c7b4bfe42bd0339ef5ba86bee8bf1cf2a66d
 WHIRLPOOL 
be6e7ee7cbd2da649c3d7c0c29075996a552a9d716fdd34268390e5b6a38f8a4db77c5ab9f7c17c9b5066b605aaeb7950398092be697c961a10b2300d00a6f17
+DIST bff-1.0.5.tar.gz 4833 SHA256 
8fff205c1c60f15c43b5613a73f1b6b7cac9f58c7c803eed4ed4c890a9374110 SHA512 
78e481f6f371421ce6f046041fe6d48be2e11000ddda82f60244c0100665469c4aff4f151d297bb533140d723f68d5a3844e0c29a256b022ac93cafbd2abe9fd
 WHIRLPOOL 
835763aaedc10a6137710b82bf9a62ea8e438923c954291f13ac23aa04aecef4367fe14619a30322aaf49e002f9eb7a7166aee6d9181ea9b4dfa7bd710dbb897
 DIST mandelbrot.b 11669 SHA256 
f0f048e90855450fb06f2bea21f914f0d24e6b6c15fd050c68176ff794c6229e SHA512 
3a1950f8be61fd33e563fe17dbc1297deae3ec2d276a6895e4bbb7d55c5bcf33ec7e9024d9776ad5c9c29b25c55bd08dea71403a60f9478fb3b80c22303d0862
 WHIRLPOOL 
8dca9257c6c6e1c56a8e5b4b9dc3cd698b44d28499b1760caff7b1fe3bdf8ebafdd30fc92b0134484e91d97bf59b6b2ad8dcc5b02892f28d4bb74add97d892e0

diff --git a/dev-lang/bff/bff-1.0.5.ebuild b/dev-lang/bff/bff-1.0.5.ebuild
new file mode 100644
index 000..9d06d105673
--- /dev/null
+++ b/dev-lang/bff/bff-1.0.5.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="A brainfuck interpreter"
+HOMEPAGE="https://github.com/apankrat/bff";
+SRC_URI="https://github.com/apankrat/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~x86"
+IUSE="test"
+
+DEPEND=""
+RDEPEND=""
+
+src_compile() {
+   # Makefile is not nice
+   emake -f /dev/null CC="$(tc-getCC)" bff
+}
+
+src_test() {
+   ebegin "Running mandelbrot test"
+   ./bff samples/mandelbrot.b > mandelbrot.out
+   eend $? || die
+   [[ $( md5sum -c <<< '5024283fa65866ddd347b877798e84d8 mandelbrot.out') 
]] \
+   && cat mandelbrot.out \
+   || die "mandelbrot did not output correctly"
+}
+
+src_install() {
+   dobin bff
+}



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

2017-08-21 Thread Amy Liffey
commit: 820d4e99e452b1b481c470d83b1ccbc1e48d048e
Author: Amy Liffey  gentoo  org>
AuthorDate: Mon Aug 21 15:59:55 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Mon Aug 21 16:03:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=820d4e99

dev-lang/bff: add myself as maintainer

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-lang/bff/metadata.xml | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-lang/bff/metadata.xml b/dev-lang/bff/metadata.xml
index 27bc730f1ab..50b475c648b 100644
--- a/dev-lang/bff/metadata.xml
+++ b/dev-lang/bff/metadata.xml
@@ -1,9 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
+
+   amy...@gentoo.org
+
 
-bff is a slightly optimized interpreter for brainfuck, a turing-complete
-programming language.
+   bff is a slightly optimized interpreter for brainfuck, a turing-complete
+   programming language.
 
 



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

2017-08-21 Thread Zac Medico
commit: 6098513ec399bd6949d6ae852be9ee83dcb24a2f
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Aug 20 21:30:22 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Aug 21 15:58:42 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=6098513e

digraph.add: sort priorities with bisect.insort

Reported-by: Sergei Trofimovich  gentoo.org>
Reviewed-by: Manuel Rüger  gentoo.org>

 pym/portage/util/digraph.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pym/portage/util/digraph.py b/pym/portage/util/digraph.py
index ba0e81c07..bf20d5d4e 100644
--- a/pym/portage/util/digraph.py
+++ b/pym/portage/util/digraph.py
@@ -5,6 +5,7 @@ from __future__ import unicode_literals
 
 __all__ = ['digraph']
 
+import bisect
 from collections import deque
 import sys
 
@@ -46,8 +47,7 @@ class digraph(object):
self.nodes[parent][0][node] = priorities
 
if not priorities or priorities[-1] is not priority:
-   priorities.append(priority)
-   priorities.sort()
+   bisect.insort(priorities, priority)
 
def discard(self, node):
"""



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

2017-08-21 Thread Michael Orlitzky
commit: 998a9b9bb6185d584bf6fa6217c80d10765652f1
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Mon Aug 21 15:42:38 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Mon Aug 21 15:42:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=998a9b9b

dev-db/freetds: new revision to add a missing REQUIRED_USE constraint.

The flags USE=iodbc and USE=odbc are actually mutually exclusive. The
upstream build system doesn't crash at the moment, but will instead
select only one of them if both are specified -- probably not what you
want! This new revision adds an at-most-one-of constraint for those
flags, so that you must explicitly choose (only) the one you want.

Future versions of FreeTDS will throw an error if you ask for both.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-db/freetds/{freetds-1.00.54.ebuild => freetds-1.00.54-r1.ebuild} | 5 +
 1 file changed, 5 insertions(+)

diff --git a/dev-db/freetds/freetds-1.00.54.ebuild 
b/dev-db/freetds/freetds-1.00.54-r1.ebuild
similarity index 90%
rename from dev-db/freetds/freetds-1.00.54.ebuild
rename to dev-db/freetds/freetds-1.00.54-r1.ebuild
index a7a0237e059..0032727f6bf 100644
--- a/dev-db/freetds/freetds-1.00.54.ebuild
+++ b/dev-db/freetds/freetds-1.00.54-r1.ebuild
@@ -37,6 +37,11 @@ RDEPEND="${COMMON_DEPEND}
sys-devel/binutils
net-dns/bind-tools"
 
+# iODBC and unixODBC are mutually-exclusive choices for
+# the ODBC driver manager. Future versions of FreeTDS
+# will throw an error if you specify both.
+REQUIRED_USE="?? ( iodbc odbc )"
+
 # Won't be necessary in the next release.
 PATCHES=( "${FILESDIR}/without-flags.patch" )
 



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-iptvsimple/

2017-08-21 Thread Craig Andrews
commit: af708004e733b0dedb709a1be8786b0febadca02
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Aug 21 14:12:42 2017 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Aug 21 14:54:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af708004

media-plugins/kodi-pvr-iptvsimple: 2.4.14 version bump

Package-Manager: Portage-2.3.8, Repoman-2.3.3

Closes: #5494

 media-plugins/kodi-pvr-iptvsimple/Manifest |  1 +
 .../kodi-pvr-iptvsimple-2.4.14.ebuild  | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/media-plugins/kodi-pvr-iptvsimple/Manifest 
b/media-plugins/kodi-pvr-iptvsimple/Manifest
index e89bb534bea..a6d73a755fe 100644
--- a/media-plugins/kodi-pvr-iptvsimple/Manifest
+++ b/media-plugins/kodi-pvr-iptvsimple/Manifest
@@ -1,2 +1,3 @@
 DIST kodi-pvr-iptvsimple-2.4.11.tar.gz 159750 SHA256 
0a006e275cddba02d5d3fd22a95cec6411a765719509a9bc8fcc93dfa247bd4c SHA512 
019fac3454c3e5c76055c5ce4785cf6129c79cd8d6c9d8343bc24781e72ea8598039cffec7f19f0ad32ae86acf7fab222ea304a70dd1a13a125ac6e38ca7370d
 WHIRLPOOL 
a50d35bb0b5d492109f3e96273738a80ea6f37d0f2210201fc24c939aa5a59db67001192c2a8df391d0c389964a13e09e51d03e878e4a2772ed214e6bbfdb061
+DIST kodi-pvr-iptvsimple-2.4.14.tar.gz 160222 SHA256 
329bd71e5c786d7b037bf5fd103ee4abff892afc6e5186a5d0a797194a8c4c7c SHA512 
bcdc1060a871891b46b113f00edb84e99049205042d655bb936b672d318b611da9ab1a3e729efc06feb2554f9359d2d1bfeec3e4713f44259534f4f6ce21791e
 WHIRLPOOL 
758db7ea51e89b11a83ef514569e3cd4fd38156be8639de18d370d66cf93d7e5a83b1914252fb5269cb29451e16a1bc7c1a913a90a28d0abea1a796def6d6516
 DIST kodi-pvr-iptvsimple-2.4.8.tar.gz 159663 SHA256 
077f57a147d0036a0a6cfee1a2c53cd384c2cc7d29942dcc5d4c715943f7cd8b SHA512 
da4e287f8c72b014b36fe2379f85568551e4d479a311479347de36aa7f4f497f344b0d8443c5646a0cfbe20db0ec25c90a653e6030c59faee7040f8c8341cbf7
 WHIRLPOOL 
3d97bc19adc2811df60e7b56630fe0cf8f6a0eec85e0c71fef287773cbe51a5a45679c6a007b8da7c36ae4c4b870da424feafbd6ebeda9938360a2fdf8622a92

diff --git 
a/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-2.4.14.ebuild 
b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-2.4.14.ebuild
new file mode 100644
index 000..f46484a6eae
--- /dev/null
+++ b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-2.4.14.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="Kodi's IPTVSimple client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.iptvsimple";
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.iptvsimple.git";
+   inherit git-r3
+   ;;
+*)
+   CODENAME="Krypton"
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/kodi-pvr/pvr.iptvsimple/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/pvr.iptvsimple-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =dev-libs/libplatform-2*
+   =media-tv/kodi-17*
+   =media-libs/kodi-platform-17*
+   sys-libs/zlib
+   "
+
+RDEPEND="
+   ${DEPEND}
+   "



[gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-gray-streams/

2017-08-21 Thread José María Alonso
commit: bd533cbee4e6ec5105205a6d60eb461cc6eec6a2
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon Aug 21 14:41:41 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon Aug 21 14:41:41 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=bd533cbe

dev-lisp/trivial-gray-streams: Use https schema in live ebuild

 dev-lisp/trivial-gray-streams/trivial-gray-streams-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-.ebuild 
b/dev-lisp/trivial-gray-streams/trivial-gray-streams-.ebuild
index f7681346..9fa802ef 100644
--- a/dev-lisp/trivial-gray-streams/trivial-gray-streams-.ebuild
+++ b/dev-lisp/trivial-gray-streams/trivial-gray-streams-.ebuild
@@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3
 
 DESCRIPTION="A thin compatibility layer between Gray Stream Common Lisp 
implementations"
 HOMEPAGE="https://common-lisp.net/project/trivial-gray-streams/";
-EGIT_REPO_URI="git://github.com/${PN}/${PN}"
+EGIT_REPO_URI="https://github.com/${PN}/${PN}";
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-m4/

2017-08-21 Thread José María Alonso
commit: 7135c3ae0a48938c7f74300218511b02e7a83097
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon Aug 21 14:40:05 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon Aug 21 14:40:05 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=7135c3ae

dev-lisp/cl-m4: Use https schema in live ebuild

 dev-lisp/cl-m4/cl-m4-.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-lisp/cl-m4/cl-m4-.ebuild b/dev-lisp/cl-m4/cl-m4-.ebuild
index 263b9300..e63bdbe5 100644
--- a/dev-lisp/cl-m4/cl-m4-.ebuild
+++ b/dev-lisp/cl-m4/cl-m4-.ebuild
@@ -7,8 +7,7 @@ inherit common-lisp-3 git-r3
 
 DESCRIPTION="Common Lisp re-implementation of GNU M4"
 HOMEPAGE="http://www.cliki.net/cl-m4";
-
-EGIT_REPO_URI="git://github.com/e-user/${PN}"
+EGIT_REPO_URI="https://github.com/e-user/${PN}";
 
 LICENSE="GPL-3+"
 SLOT="0"



[gentoo-commits] proj/lisp:master commit in: dev-lisp/css-lite/

2017-08-21 Thread José María Alonso
commit: bc92cbd9e04b855f010d1d30c5777ff9e9fdff5e
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon Aug 21 14:38:54 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon Aug 21 14:38:54 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=bc92cbd9

dev-lisp/css-lite: Use https schema in live ebuild

 dev-lisp/css-lite/css-lite-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/css-lite/css-lite-.ebuild 
b/dev-lisp/css-lite/css-lite-.ebuild
index 7a02bfea..642f411f 100644
--- a/dev-lisp/css-lite/css-lite-.ebuild
+++ b/dev-lisp/css-lite/css-lite-.ebuild
@@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3
 
 DESCRIPTION="A css grammar for lisp"
 HOMEPAGE="https://github.com/paddymul/css-lite";
-EGIT_REPO_URI="git://github.com/paddymul/${PN}.git"
+EGIT_REPO_URI="https://github.com/paddymul/${PN}";
 
 LICENSE="BSD"
 SLOT="0"



[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-typegraph/

2017-08-21 Thread José María Alonso
commit: 71d5d62ea9d2671886d3cf44e5dd7bf2eeb3a8ef
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon Aug 21 14:38:05 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon Aug 21 14:38:05 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=71d5d62e

dev-lisp/cl-typegraph: Use https schema in live ebuild

 dev-lisp/cl-typegraph/cl-typegraph-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/cl-typegraph/cl-typegraph-.ebuild 
b/dev-lisp/cl-typegraph/cl-typegraph-.ebuild
index 272a9d4e..761f9d58 100644
--- a/dev-lisp/cl-typegraph/cl-typegraph-.ebuild
+++ b/dev-lisp/cl-typegraph/cl-typegraph-.ebuild
@@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3
 
 DESCRIPTION="Stand-alone Common Lisp graph typesetting system"
 HOMEPAGE="https://github.com/mbattyani/cl-typegraph";
-EGIT_REPO_URI="git://github.com/mbattyani/${PN}.git"
+EGIT_REPO_URI="https://github.com/mbattyani/${PN}";
 
 LICENSE="BSD-2"
 SLOT="0"



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

2017-08-21 Thread Jory Pratt
commit: b0247c0e3085ad5ec43ea3dcee8a5d25d7403d53
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Mon Aug 21 14:36:30 2017 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Aug 21 14:36:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0247c0e

www-client/firefox-bin: 55.0.2 version bump

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 www-client/firefox-bin/Manifest| 172 ++---
 ...x-bin-55.0.ebuild => firefox-bin-55.0.2.ebuild} |   0
 2 files changed, 86 insertions(+), 86 deletions(-)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index 69a0d463bec..b91d9c6067e 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -82,91 +82,91 @@ DIST firefox-52.3.0esr-vi.xpi 450805 SHA256 
35e5d402e48d3df920d47bdb4c6e818a0bf7
 DIST firefox-52.3.0esr-xh.xpi 441173 SHA256 
f47466dc94ebcd3e60b01aaf8cfae1db7acd6faa7c49c7b05fb8c864f97a06f9 SHA512 
69baa64d08111c7e6dce259bbd216cf1f25feaab0e65b00824fc1bd2fd9f8eddcd94859ba68fcc47b75c49e5da63440b9fabc56437cbed74c306201cc6837b32
 WHIRLPOOL 
f666a462b2ade66f4f8c312be76984a9f2d21058d2d885cfc728d96f3855d2b4c38428937fa0247782f2252b6b3eccd84d7cb5475feb875d9204b6d03653bd8d
 DIST firefox-52.3.0esr-zh-CN.xpi 461695 SHA256 
161a266089d3ad502d4808e678996114dc0967769eac14d8c06334480f344f48 SHA512 
8ced19f3e1cf03affc7b3d9176dd189d6abdd2486c351f6fc53b246d2c26f46d1b2bb4397df06e177fe796da3ba791a61d12204bbc5232e13a7d4fc02f0322be
 WHIRLPOOL 
24b04c322c52b41ca924e2702b62f1e906de4973c77b60951e59991da44942f5dc7ecff062cb1626bfb61a1a27cc70b8b005c19783281aefa231b7a98b45110e
 DIST firefox-52.3.0esr-zh-TW.xpi 472534 SHA256 
664a51f492f2e41479c99b16295c3ce1925de11f72dee61408ed1313950f613a SHA512 
4e2031b3f4bf16beb1255bc23f7e720f94f07d53b25776a347fa6c7d0910097e288a892db4201daad31ed88819e4c6c584c48dbf1213a2baeceeecc6ca98ccab
 WHIRLPOOL 
39fbbfdfea06f42bc00af2a2ff8c13820cc8c8bf9024e6b84c2916a1c0844d930e299849bc9c4bcbf8d5baf4c9e744dda677d9d73273a70cf70a26ad9e78cf18
-DIST firefox-55.0-ach.xpi 447503 SHA256 
7effd111a095cddfa54f351259213bf344a63a594ecee1619c5ea181dae1b26f SHA512 
6bad5077865869770ca0e1f8e1c0e556f391930fae5bab983719e22e3d9326ef61b13772644529d569eb7d3b62d06ad472983e77fddbd41a86f6cc755211a0de
 WHIRLPOOL 
90a8eca6a7bd0d7b7da4b47b76138e0a0f67b1c5046284de2c6e84ad1d157cea430b07d52ac5d29a8fffc2a150d82d19898cace9d948b3bd1f9e740618a0e365
-DIST firefox-55.0-af.xpi 448923 SHA256 
b17db928990810aac31c86d01d92e73f0e4a0bfcdb98d7ec3d9ab1dcaadb0e30 SHA512 
3d9ec46d061b8ae3825d4d6cf14bfc4b55adf2585d9ba8ae96eff3ccf2b65fb667a40e53fe1d63c989b6dc1a6e2e581d33341cd4c60b0acb92e268bc634d050e
 WHIRLPOOL 
d2aad01d359e7e814552f7d183080248126a4666e4d2a64ff5a14dda262382ff57601efb20a35a730402c5b842921bad6216950bee69737cb5535f5124557482
-DIST firefox-55.0-an.xpi 468637 SHA256 
e15aa4930d21d29b7f409beb1fdcf18603eee54670672f856eb0019304442b34 SHA512 
c9d523ecdf962054a87d0e8e6e13025a79dea46cd9b8069ecad3e99e6638e495876b4c5d6ad39332849f12637bb48f5c28baffafee6b20ba46a8daf5f775f137
 WHIRLPOOL 
9112ae8b73aa6e3caf992b3859e3e223d52221929a3963e7693c6a28c4fe5ada8e36a94d7a708228b358fc42da1bba226acd8a9c6482aeed43e372a9f714e8d9
-DIST firefox-55.0-ar.xpi 492759 SHA256 
6f574ebea13627ade9f0732f5ef8857cf24c9986b41f83d4162f5b4dd934f65b SHA512 
bc5db0c0ae5f934023c9ec2cd720c89d8c8daf9455b226091f8b3e6d22e9832d56b3242a3178792da6b33becb76b767a2df4bbb8180898fce32199e85840d113
 WHIRLPOOL 
03aeb592cbf6c2d8b5797acd3f42911b3254fe65dfc46d3a36e44ae5af87f34e6fae5eb833b6f3cd647169cfb5f1a6a93ac51224f3a314ad51e08239ee434871
-DIST firefox-55.0-as.xpi 501506 SHA256 
eda8c3227dcc8ff518a85184a9d9bd121b54a9d9bef7936650a59ff405bee942 SHA512 
8ec58d1674bd6079f03dfcdbd96394b648c8afa4aeaf6ccac6632b851d96e0a99b946085eb35d03267b3ea487f2e406dc6869cf3e7417e2c1db500c7a101104e
 WHIRLPOOL 
45c12d7123099171150be314ab5caf076922a64697bff8d2cb8088c68be6c748ebc128e92e406d040662c76776924eaa492aafb439e770b981afdcdf7e0eb271
-DIST firefox-55.0-ast.xpi 460839 SHA256 
4003edf17a241136abcc2722131b4d0c9f0ad5f9d3cad30f0903786c11dbe527 SHA512 
b6224223697ed55840a9edc5e1040e16801d418a83c98dfb3353c90cbd10479f1f33fa37a7fe6beb92a37c222c2d26e1fe44149d268ea287085415143c350968
 WHIRLPOOL 
09a6e4a0e27232ad7711053a6896e5d890b6023d71361511aa68cd897aa51ba44077abc6198bc15e6a06223c4b10f309b1d8da4fd6ff6ebafb1b54ebb7e97ef4
-DIST firefox-55.0-az.xpi 475367 SHA256 
227f74edc75a27483eacac85f775a7aed4d551f2da8b80ec8f6df102855d0e0d SHA512 
afe8fa9856cd8a85422b86f7b69cb4e5c8370e1702d2d70ed44f1780ecbce58bc89850dac2506f32c5b2bce1ac0b65317bc8870ee8810391b8af479f8159188a
 WHIRLPOOL 
3f028f4702199c2e121dc17381a2d872b85b42be3dcc9772fda1f57833ae35072cafb9d8241549797e57d332496f211da1a3395ac53218cff6192149b6c1a45e
-DIST firefox-55.0-bg.xpi 520010 SHA256 
85a0566d0df2b8501f76c7680c47aed147d07f74bad80a4734a3e5a0f1c5d93a SHA512 
875a8474814e314880175c8165a53cc560214fb03185e1dc28d6cf78b4bc6b966efd054be45b5aa74bd28258cba8019ad1e2cc060474927fa4024421c946a39f
 WHIRLPOOL 
bf19f78c82cb

[gentoo-commits] proj/lisp:master commit in: dev-lisp/madeira-port/

2017-08-21 Thread José María Alonso
commit: b29e0ecdb33d3bfe7499a0052670c659c2f08311
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon Aug 21 14:34:13 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon Aug 21 14:34:13 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=b29e0ecd

dev-lisp/madeira-port: Remove .git extension from EGIT_REPO_URI

 dev-lisp/madeira-port/madeira-port-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/madeira-port/madeira-port-.ebuild 
b/dev-lisp/madeira-port/madeira-port-.ebuild
index 8055beee..950ee625 100644
--- a/dev-lisp/madeira-port/madeira-port-.ebuild
+++ b/dev-lisp/madeira-port/madeira-port-.ebuild
@@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3
 
 DESCRIPTION="Makes easy to specify implementation dependent files as part of 
an ASDF system"
 HOMEPAGE="https://github.com/nikodemus/madeira-port";
-EGIT_REPO_URI="https://github.com/nikodemus/${PN}.git";
+EGIT_REPO_URI="https://github.com/nikodemus/${PN}";
 
 LICENSE="MIT"
 SLOT="0"



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

2017-08-21 Thread Jory Pratt
commit: 4628539703ced01781aa7d130397a8f2e4e80233
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Mon Aug 21 14:33:18 2017 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Aug 21 14:33:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46285397

www-client/firefox: 55.0.2 version bump

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 www-client/firefox/Manifest| 184 ++---
 ...firefox-55.0.1.ebuild => firefox-55.0.2.ebuild} |   0
 2 files changed, 92 insertions(+), 92 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index cde3baa8dcc..9f289378e55 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -185,95 +185,95 @@ DIST firefox-52.3.0esr-zh-CN.xpi 461695 SHA256 
161a266089d3ad502d4808e678996114d
 DIST firefox-52.3.0esr-zh-TW.xpi 472534 SHA256 
664a51f492f2e41479c99b16295c3ce1925de11f72dee61408ed1313950f613a SHA512 
4e2031b3f4bf16beb1255bc23f7e720f94f07d53b25776a347fa6c7d0910097e288a892db4201daad31ed88819e4c6c584c48dbf1213a2baeceeecc6ca98ccab
 WHIRLPOOL 
39fbbfdfea06f42bc00af2a2ff8c13820cc8c8bf9024e6b84c2916a1c0844d930e299849bc9c4bcbf8d5baf4c9e744dda677d9d73273a70cf70a26ad9e78cf18
 DIST firefox-52.3.0esr.source.tar.xz 210881900 SHA256 
c16bc86d6cb8c2199ed1435ab80a9ae65f9324c820ea0eeb38bf89a97d253b5b SHA512 
36da8f14b50334e36fca06e09f15583101cadd10e510268255587ea9b09b1fea918da034d6f1d439ab8c34612f6cebc409a0b8d812dddb3f997afebe64d09fe9
 WHIRLPOOL 
ed28255f337daa0d44191e929b22f9ccb3c3081a9677f2a0503a8c42f9bb2b7a48810f1775363238f1dfad328eca177b76812f33d80a5dfd374b988ad8cffb94
 DIST firefox-55.0-patches-08.tar.xz 12992 SHA256 
6e92a1e24dc5ebdb64bd4a088bdc7b67881d637035271acf7f6c0269e0c2c787 SHA512 
b7cccf6d0e175357c53c5cc6279b301c9e6ae5b0512652575d3de6e7198102d23d37cb03cfdcf81ee26a7b4fbdbb12a4bee3574812c3a74ad32220be4a9b
 WHIRLPOOL 
72809dd0056bb9cae8346b39be639c3428a7ad6f07ccebd2bb3305650c1d0a555c5ccef38b084b1c919b50a5c9b7fca4f11b4356a0c6a502291c2f7fc25fe10a
-DIST firefox-55.0.1-ach.xpi 447504 SHA256 
dd7814ceae9dfc8bb5f2f753caa4e1fe1710fd7acbfa561fda51a923c42a9c93 SHA512 
2231960fa1408f3fb06c4731d43197c05916d4c5a830f5a4706748780c601f0888cf1b728d391d1907f350af548b74624fd4229358c66b7af6d87fbed3963164
 WHIRLPOOL 
47c8fa8b1a5263b6ed562d732b853d258834de956af58418a98fd04c5a44b194669f0efa0a67ea650a7003273b4933075a3f7a8bc60b4f554582de262e2e0237
-DIST firefox-55.0.1-af.xpi 448924 SHA256 
45aec05be03e03c73e2d0179de621149dea373eb4622d956a2c54f1fc6b60a4a SHA512 
e7d129502a70d05ac863b93565088f1e9a02d94087eb85519850147c3349575f55eec5409ded5d2e6dda7ef06667402fdbef1a7e0942463ea4cd2794412ca268
 WHIRLPOOL 
33ae14217c135886fe8b9f7dcc95230c3212779a96da062c6a790e014cb3e00d2b55ddc10be28a5c97f2365bd1b7f8f9d76683ed88207ed362f172fe61cd5343
-DIST firefox-55.0.1-an.xpi 468638 SHA256 
1c67b5ae972779f2208654272eca345a549c1e6aa5c59b15fd6e4c04785c3857 SHA512 
9777208eae9c4b568c23166227279ac8ca484a7752b764fd4b8e595c130b3bdf27c6e0884acb640600f632f13646f97cfc8ecae2ae031162b4ae59cc8099866a
 WHIRLPOOL 
505c01d27a81a7601e653837ba7374714b02648fbdb63b1b536ec1e5bfae33db708d9d36d440ba7102270f62ebb41a5dc6b5952b0507fcf451317d544336bb5a
-DIST firefox-55.0.1-ar.xpi 492760 SHA256 
e15ae3685880f75b0dde0d691a6e6204698440192fc7136604c76d2dda08c3e2 SHA512 
e4c2c6add0b23f441caa38392156f106f57e9abbf019fcbe35a99fa132abf0c3d82756531318f2d1e8d3dffe0be3bf2decb60bc037e8c4d279a57e0e299bd29d
 WHIRLPOOL 
767c80a7500929dba23d35e247f5b8918465b7a20af76933167518ee59b8597ff9d551623d6c70ce8e4e81a4173fb8db99e3c548b932f3576ba3cb2ad30ce559
-DIST firefox-55.0.1-as.xpi 501508 SHA256 
bbd45adb073034d86bf520aae2aa78d2278489d20ebe359bd19dd9767aeafbfc SHA512 
3feb9efde56cce8661b368298c1bd4ded5fc03c23a8ef0b28f4d7a2a63c0068f22f75abdacc0a19c6294bf39bf6e37300b45abf18b72ef9417bfbdca28f36d8b
 WHIRLPOOL 
c660b145ddd50333889ad64be47f9ddf5aa1828d2728e3a889c0b8c1997e656c818bc5d85d79889f78cb14714c8520bca7050e97b2b728cc80409adf15da6482
-DIST firefox-55.0.1-ast.xpi 460841 SHA256 
2b6aadfd0101ed1285fc5b6354a15cf7479c25b47a1819cdd80c94fcb26b66c3 SHA512 
1443ecec65913cb7ee67ba76e47af236381a9036ea2f22e2a91935301ce3a5646015559a9d6c1ca1d342626748a8112001d7b1f7710a4e50da0164572254f449
 WHIRLPOOL 
020544662a1f4895f955c28789c1181bd51757c5ee434227d5bdebe768421d4b77636685495af20001b48927d09b19b725942d502096e16dfbe49ca9ed072a7d
-DIST firefox-55.0.1-az.xpi 475368 SHA256 
d359f699a19722c0a65c1b3c2174c7c6219f01c366f156f036d23021831b4300 SHA512 
07d42e2ee57d17beb894e5d500387ce14e71df017143056116eff616da7add880cebbf7819df3b3feedd54247150b98d3af54a36f43c03c02903ae998a7ecb11
 WHIRLPOOL 
860cea243fb590cef2404b8e6a57f67043a037ae1e31ed5a992d004af04bf30c017ec18c3a6ea63ba13bdfeaaf949a4eb7346e85c1a13f8a319e0483c537077e
-DIST firefox-55.0.1-bg.xpi 520012 SHA256 
255ede1bcd7927e69c6a3f2c901abb33f567e7f77b017360bf93bd19509d61d4 SHA512 
e356990e823a7b6734bdb1581886e50ba165fbdba860d0b1b96bfa51a487fb5d761973b89653c6b4538e489cb54c2548d34b93d6948df3457e691efc06e03679
 WHIRLPOOL 
2d

[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-difflib/

2017-08-21 Thread José María Alonso
commit: fd23b3bb99bcdb63c14cfeb54cd7d3a3e7c0a237
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon Aug 21 14:33:15 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon Aug 21 14:33:15 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fd23b3bb

dev-lisp/cl-difflib: Use https schema in live ebuild

 dev-lisp/cl-difflib/cl-difflib-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/cl-difflib/cl-difflib-.ebuild 
b/dev-lisp/cl-difflib/cl-difflib-.ebuild
index 259a977a..474a1444 100644
--- a/dev-lisp/cl-difflib/cl-difflib-.ebuild
+++ b/dev-lisp/cl-difflib/cl-difflib-.ebuild
@@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3
 
 DESCRIPTION="CL-DIFFLIB is a Lisp library for computing differences between 
sequences."
 HOMEPAGE="http://www.cliki.net/CL-DIFFLIB";
-EGIT_REPO_URI="git://github.com/wiseman/${PN}"
+EGIT_REPO_URI="https://github.com/wiseman/${PN}";
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] proj/mozilla:master commit in: www-client/firefox/

2017-08-21 Thread Jory Pratt
commit: 99523293a809333e4d4d91b0437e8d57be1d7588
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Mon Aug 21 14:29:15 2017 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Aug 21 14:29:15 2017 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=99523293

www-client/firefox - 55.0.2 version bump

 www-client/firefox/Manifest| 184 ++---
 ...firefox-55.0.1.ebuild => firefox-55.0.2.ebuild} |   0
 2 files changed, 92 insertions(+), 92 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 8d3d4bf..0d07f57 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -92,98 +92,98 @@ DIST firefox-52.3.0esr-zh-CN.xpi 461695 SHA256 
161a266089d3ad502d4808e678996114d
 DIST firefox-52.3.0esr-zh-TW.xpi 472534 SHA256 
664a51f492f2e41479c99b16295c3ce1925de11f72dee61408ed1313950f613a SHA512 
4e2031b3f4bf16beb1255bc23f7e720f94f07d53b25776a347fa6c7d0910097e288a892db4201daad31ed88819e4c6c584c48dbf1213a2baeceeecc6ca98ccab
 WHIRLPOOL 
39fbbfdfea06f42bc00af2a2ff8c13820cc8c8bf9024e6b84c2916a1c0844d930e299849bc9c4bcbf8d5baf4c9e744dda677d9d73273a70cf70a26ad9e78cf18
 DIST firefox-52.3.0esr.source.tar.xz 210881900 SHA256 
c16bc86d6cb8c2199ed1435ab80a9ae65f9324c820ea0eeb38bf89a97d253b5b SHA512 
36da8f14b50334e36fca06e09f15583101cadd10e510268255587ea9b09b1fea918da034d6f1d439ab8c34612f6cebc409a0b8d812dddb3f997afebe64d09fe9
 WHIRLPOOL 
ed28255f337daa0d44191e929b22f9ccb3c3081a9677f2a0503a8c42f9bb2b7a48810f1775363238f1dfad328eca177b76812f33d80a5dfd374b988ad8cffb94
 DIST firefox-55.0-patches-08.tar.xz 12992 SHA256 
6e92a1e24dc5ebdb64bd4a088bdc7b67881d637035271acf7f6c0269e0c2c787 SHA512 
b7cccf6d0e175357c53c5cc6279b301c9e6ae5b0512652575d3de6e7198102d23d37cb03cfdcf81ee26a7b4fbdbb12a4bee3574812c3a74ad32220be4a9b
 WHIRLPOOL 
72809dd0056bb9cae8346b39be639c3428a7ad6f07ccebd2bb3305650c1d0a555c5ccef38b084b1c919b50a5c9b7fca4f11b4356a0c6a502291c2f7fc25fe10a
-DIST firefox-55.0.1-ach.xpi 447504 SHA256 
dd7814ceae9dfc8bb5f2f753caa4e1fe1710fd7acbfa561fda51a923c42a9c93 SHA512 
2231960fa1408f3fb06c4731d43197c05916d4c5a830f5a4706748780c601f0888cf1b728d391d1907f350af548b74624fd4229358c66b7af6d87fbed3963164
 WHIRLPOOL 
47c8fa8b1a5263b6ed562d732b853d258834de956af58418a98fd04c5a44b194669f0efa0a67ea650a7003273b4933075a3f7a8bc60b4f554582de262e2e0237
-DIST firefox-55.0.1-af.xpi 448924 SHA256 
45aec05be03e03c73e2d0179de621149dea373eb4622d956a2c54f1fc6b60a4a SHA512 
e7d129502a70d05ac863b93565088f1e9a02d94087eb85519850147c3349575f55eec5409ded5d2e6dda7ef06667402fdbef1a7e0942463ea4cd2794412ca268
 WHIRLPOOL 
33ae14217c135886fe8b9f7dcc95230c3212779a96da062c6a790e014cb3e00d2b55ddc10be28a5c97f2365bd1b7f8f9d76683ed88207ed362f172fe61cd5343
-DIST firefox-55.0.1-an.xpi 468638 SHA256 
1c67b5ae972779f2208654272eca345a549c1e6aa5c59b15fd6e4c04785c3857 SHA512 
9777208eae9c4b568c23166227279ac8ca484a7752b764fd4b8e595c130b3bdf27c6e0884acb640600f632f13646f97cfc8ecae2ae031162b4ae59cc8099866a
 WHIRLPOOL 
505c01d27a81a7601e653837ba7374714b02648fbdb63b1b536ec1e5bfae33db708d9d36d440ba7102270f62ebb41a5dc6b5952b0507fcf451317d544336bb5a
-DIST firefox-55.0.1-ar.xpi 492760 SHA256 
e15ae3685880f75b0dde0d691a6e6204698440192fc7136604c76d2dda08c3e2 SHA512 
e4c2c6add0b23f441caa38392156f106f57e9abbf019fcbe35a99fa132abf0c3d82756531318f2d1e8d3dffe0be3bf2decb60bc037e8c4d279a57e0e299bd29d
 WHIRLPOOL 
767c80a7500929dba23d35e247f5b8918465b7a20af76933167518ee59b8597ff9d551623d6c70ce8e4e81a4173fb8db99e3c548b932f3576ba3cb2ad30ce559
-DIST firefox-55.0.1-as.xpi 501508 SHA256 
bbd45adb073034d86bf520aae2aa78d2278489d20ebe359bd19dd9767aeafbfc SHA512 
3feb9efde56cce8661b368298c1bd4ded5fc03c23a8ef0b28f4d7a2a63c0068f22f75abdacc0a19c6294bf39bf6e37300b45abf18b72ef9417bfbdca28f36d8b
 WHIRLPOOL 
c660b145ddd50333889ad64be47f9ddf5aa1828d2728e3a889c0b8c1997e656c818bc5d85d79889f78cb14714c8520bca7050e97b2b728cc80409adf15da6482
-DIST firefox-55.0.1-ast.xpi 460841 SHA256 
2b6aadfd0101ed1285fc5b6354a15cf7479c25b47a1819cdd80c94fcb26b66c3 SHA512 
1443ecec65913cb7ee67ba76e47af236381a9036ea2f22e2a91935301ce3a5646015559a9d6c1ca1d342626748a8112001d7b1f7710a4e50da0164572254f449
 WHIRLPOOL 
020544662a1f4895f955c28789c1181bd51757c5ee434227d5bdebe768421d4b77636685495af20001b48927d09b19b725942d502096e16dfbe49ca9ed072a7d
-DIST firefox-55.0.1-az.xpi 475368 SHA256 
d359f699a19722c0a65c1b3c2174c7c6219f01c366f156f036d23021831b4300 SHA512 
07d42e2ee57d17beb894e5d500387ce14e71df017143056116eff616da7add880cebbf7819df3b3feedd54247150b98d3af54a36f43c03c02903ae998a7ecb11
 WHIRLPOOL 
860cea243fb590cef2404b8e6a57f67043a037ae1e31ed5a992d004af04bf30c017ec18c3a6ea63ba13bdfeaaf949a4eb7346e85c1a13f8a319e0483c537077e
-DIST firefox-55.0.1-bg.xpi 520012 SHA256 
255ede1bcd7927e69c6a3f2c901abb33f567e7f77b017360bf93bd19509d61d4 SHA512 
e356990e823a7b6734bdb1581886e50ba165fbdba860d0b1b96bfa51a487fb5d761973b89653c6b4538e489cb54c2548d34b93d6948df3457e691efc06e03679
 WHIRLPOOL 
2d38e79eca41f9524405d7e38e24dfc276fcf59440873c37c77cb845a

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

2017-08-21 Thread Amy Liffey
commit: 641c9135a2cd179684979da64c8559048f921b4d
Author: Amy Liffey  gentoo  org>
AuthorDate: Mon Aug 21 14:26:54 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Mon Aug 21 14:28:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=641c9135

app-misc/cbview: EAPI 6 bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-misc/cbview/{cbview-0.06.ebuild => cbview-0.06-r1.ebuild} | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/app-misc/cbview/cbview-0.06.ebuild 
b/app-misc/cbview/cbview-0.06-r1.ebuild
similarity index 86%
rename from app-misc/cbview/cbview-0.06.ebuild
rename to app-misc/cbview/cbview-0.06-r1.ebuild
index 224bffced60..9e3c8db7a9c 100644
--- a/app-misc/cbview/cbview-0.06.ebuild
+++ b/app-misc/cbview/cbview-0.06-r1.ebuild
@@ -1,6 +1,8 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+EAPI=6
+
 DESCRIPTION="viewer/converter for CBR/CBZ comic book archives"
 HOMEPAGE="http://elvine.org/code/cbview/";
 SRC_URI="http://elvine.org/code/cbview/${P}.tar.gz";
@@ -10,12 +12,14 @@ SLOT="0"
 KEYWORDS="~x86 ~ppc ~amd64"
 IUSE=""
 
-DEPEND="dev-perl/Gtk2
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-perl/Gtk2
dev-perl/String-ShellQuote
app-arch/unrar
app-arch/unzip"
 
 src_install() {
-   dobin cbview || die "Install failed"
+   dobin cbview
dodoc README TODO
 }



[gentoo-commits] proj/lisp:master commit in: dev-lisp/madeira-port/

2017-08-21 Thread José María Alonso
commit: 825ed02ea00379a9e397e0c8242cc430eb45b1fa
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon Aug 21 14:28:24 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon Aug 21 14:28:24 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=825ed02e

dev-lisp/madeira-port: Use https schema in live ebuild

 dev-lisp/madeira-port/madeira-port-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/madeira-port/madeira-port-.ebuild 
b/dev-lisp/madeira-port/madeira-port-.ebuild
index 521a14a6..8055beee 100644
--- a/dev-lisp/madeira-port/madeira-port-.ebuild
+++ b/dev-lisp/madeira-port/madeira-port-.ebuild
@@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3
 
 DESCRIPTION="Makes easy to specify implementation dependent files as part of 
an ASDF system"
 HOMEPAGE="https://github.com/nikodemus/madeira-port";
-EGIT_REPO_URI="git://github.com/nikodemus/${PN}.git"
+EGIT_REPO_URI="https://github.com/nikodemus/${PN}.git";
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] proj/lisp:master commit in: dev-lisp/libfixposix/

2017-08-21 Thread José María Alonso
commit: 23833432c7e41249edc4fc47a8ff105994ef70fe
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon Aug 21 14:27:21 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon Aug 21 14:27:21 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=23833432

dev-lisp/libfixposix: Use https schema in live ebuild

 dev-lisp/libfixposix/libfixposix-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/libfixposix/libfixposix-.ebuild 
b/dev-lisp/libfixposix/libfixposix-.ebuild
index d3b4899b..5a5029b8 100644
--- a/dev-lisp/libfixposix/libfixposix-.ebuild
+++ b/dev-lisp/libfixposix/libfixposix-.ebuild
@@ -7,7 +7,7 @@ inherit autotools git-r3
 
 DESCRIPTION="Thin wrapper over POSIX syscalls"
 HOMEPAGE="https://github.com/sionescu/libfixposix";
-EGIT_REPO_URI="git://github.com/sionescu/${PN}"
+EGIT_REPO_URI="https://github.com/sionescu/${PN}";
 
 LICENSE="Boost-1.0"
 SLOT="0"



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

2017-08-21 Thread Manuel Rüger
commit: 4f5f91b1a99859a608b7ffdc4e28d3fd10380ab0
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Aug 21 14:25:51 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Aug 21 14:25:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f5f91b1

net-misc/calicoctl: Drop unused eclasses

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-misc/calicoctl/calicoctl-1.5.0_rc1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/calicoctl/calicoctl-1.5.0_rc1.ebuild 
b/net-misc/calicoctl/calicoctl-1.5.0_rc1.ebuild
index 5b076623219..45eb88efab7 100644
--- a/net-misc/calicoctl/calicoctl-1.5.0_rc1.ebuild
+++ b/net-misc/calicoctl/calicoctl-1.5.0_rc1.ebuild
@@ -49,7 +49,7 @@ EGO_VENDOR=( "github.com/docopt/docopt-go 
784ddc588536785e7299f7272f39101f7faccc
"k8s.io/client-go 4a3ab2f5be5177366f8206fd79ce55ca80e417fa 
github.com/kubernetes/client-go"
"k8s.io/apimachinery b317fa7ec8e0e7d1f77ac63bf8c3ec7b29a2a215 
github.com/kubernetes/apimachinery")
 
-inherit golang-vcs-snapshot systemd user
+inherit golang-vcs-snapshot
 
 CALICOCTL_COMMIT="118b8ae1cbfb852f387c9066b5ae27633593a99f"
 



[gentoo-commits] data/gentoo-news:master commit in: 2017-08-19-hardened-sources-removal/

2017-08-21 Thread Francisco Blas Izquierdo Riera
commit: f14bd44056fcc9761d06c47cc81a1798b4978041
Author: Francisco Blas Izquierdo Riera (klondike)  klondike 
 es>
AuthorDate: Mon Aug 21 14:15:40 2017 +
Commit: Francisco Blas Izquierdo Riera  gentoo  org>
CommitDate: Mon Aug 21 14:15:40 2017 +
URL:https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=f14bd440

Address spender's remarks regarding linux-hardened

 .../2017-08-19-hardened-sources-removal.en.txt |  7 +++---
 .../2017-08-19-hardened-sources-removal.en.txt.asc | 26 +++---
 2 files changed, 17 insertions(+), 16 deletions(-)

diff --git 
a/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt
 
b/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt
index b6b4e45..e6d5d09 100644
--- 
a/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt
+++ 
b/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt
@@ -1,7 +1,7 @@
 Title: sys-kernel/hardened-sources removal
 Author: Francisco Blas Izquierdo Riera 
 Posted: 2017-08-19
-Revision: 6
+Revision: 8
 News-Item-Format: 2.0
 Display-If-Installed: sys-kernel/hardened-sources
 Display-If-Profile: hardened/linux/*
@@ -32,8 +32,9 @@ As an alternative, for users happy keeping themselves on the 
stable
 4.9 branch of the kernel; minipli, another grsecurity user, is forward
 porting the patches on [3].
 
-Strcat from Copperhead OS is making his own version of the patches
-forward ported to the latest version of the Linux tree at [4].
+Strcat from Copperhead OS is making his own version with some
+additional hardening features over those on the latest version of the
+Linux tree at [4].
 
 The Gentoo Hardened team can't make any statement regarding the
 security, reliability or update availability of either those patches

diff --git 
a/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt.asc
 
b/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt.asc
index 5608ec7..461af43 100644
--- 
a/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt.asc
+++ 
b/2017-08-19-hardened-sources-removal/2017-08-19-hardened-sources-removal.en.txt.asc
@@ -1,16 +1,16 @@
 -BEGIN PGP SIGNATURE-
 
-iQIyBAABCgAcBQJZmdkeFRxrbG9uZGlrZUBrbG9uZGlrZS5lcwAKCRD0vdLv6P94
-+TdaD/0RHXMXUuWxgUdU35qf8d8K5EPhfawaSQTg8JgMXwtnf9URph+vtjr3ujtF
-w+k2c9fXycNRyWWI++6TJdib7TktqtrePClUzVu8Mi/iSHfBV+S+/38W/kDpt/YF
-yqzrtgpMsq9w703nen8A2IoqxDDfzI5BRMvzeNX+cDZfLQi5YJDT+Jrq4SQVFgWa
-ca29g5WLfEv9Ya4B7rfCyVXKQDLqFLyZ1LLA2CwlezGJxY397ds1eaAfINXqtMZx
-F3xwFWg98cySEa9KTdWzjquNWSl+x4fMs+ALaNdpZ9546kYmxMmRAv30zIbv0ctQ
-uz6Tjy+qy6uTZHUM+eZwN7KdLbamwPSiDEgZ7GUwdB9Kz0QKcbdixRm2aR6wp9J1
-c7aqt8fu4+UAft6RwrH5+uYOaeuDR/WR1ejxc2ZkPCcl5uOZ2t03B22Dl5jBpH/1
-d3mHBnOq2wWM0smnUiO4dbOf03xacri+LSUahpum7K7fYc8ydN4UW0vu7Kq7y+3l
-loRWjamLejEOvv1m1ELHWOGfEt+kEh1TEt674yPVYnHLTmSr3FGDFChJJ4wpVky8
-EbpzSUFQ+ZvEpzQhZTWsBmxG7BO6pWrk1n9k5wJiDmhLjyo9Q3MPjpmneKLgUOph
-DWINb3ZEJeDonicz4yOHByvpLXpTDilizbwb0O7HlPjjTeL8WQ==
-=DOB7
+iQIyBAABCgAcBQJZmurnFRxrbG9uZGlrZUBrbG9uZGlrZS5lcwAKCRD0vdLv6P94
++T8+D/9PkmL6v51iFT1kHB2qZmuNmLSE7//WEyGH2+gvfoQ3j05GMP5OUxc8lvyM
+6FGTcxXvzkf9MOo1zyxi9XX4lwxp8E4zkoupshOLmU2rvcx1E7d/DP7NvZnqVO0B
+RBEhYmlmuAKwWoDhPilI3ob+16PDfBdypIS53Lk4z/6Dypz0FEvQL/fU2dhgGOHb
+g4FE91F83WRS4gJo1/OVGLB+rXdJscg+1EvvofX1H3BQ8AnP8CwNn6WHgOooG7nA
+X11xCA1a2Wol69AAOqdQVL0uefIxlyEbvk81e0Ysmeiedn0FgGaBHSnGCmt//TKa
+0MYsDeJWgglNdiV26Rtu1Z/wgb7t1GFsU93WD6+DIz3OGPMJsHx1A0XTvLuqugRg
+jRi5tNq4WtY+Wn47inUu1nk/l5wqk+uelyypaggs/Ksh9BJ4nak/Jg5RVjQ6ajtP
+j3FwCml1DyylBzZ9zOZdORUNdCt/FKD1Yp4WkRsNsQYB6r7RC7tWXt3ymV5E9Krv
+f22QV9HoofJKl4HXd8Abihf+Xe5cycOL7UVXFKJWje5uJ/XJUMcSp0Vth0TGhPS6
+A1/tTS61m16nNpFZwfs6swg99ThoY6nF9meRzL9vBIm1h0b/A9lFWKL3g7qCTp4J
+eAw+DDC9EPHCWlTunMjZ31pScM9HBr+FQgzlPIuI4iaxv/BGPg==
+=LMWC
 -END PGP SIGNATURE-



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

2017-08-21 Thread Lars Wendler
commit: bcbf38da51516577293520210331472794458af1
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Aug 21 14:00:55 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Aug 21 14:01:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcbf38da

media-gfx/imagemagick: Removed old.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 media-gfx/imagemagick/Manifest   |   1 -
 media-gfx/imagemagick/imagemagick-7.0.6.1.ebuild | 184 ---
 2 files changed, 185 deletions(-)

diff --git a/media-gfx/imagemagick/Manifest b/media-gfx/imagemagick/Manifest
index a74f11d2fb9..c99bb134628 100644
--- a/media-gfx/imagemagick/Manifest
+++ b/media-gfx/imagemagick/Manifest
@@ -3,6 +3,5 @@ DIST ImageMagick-6.9.8-6.tar.xz 8772452 SHA256 
dc587a30457d1b42fa980fe7d94bfad90
 DIST ImageMagick-6.9.9-0.tar.xz 8780640 SHA256 
0a8a091dc4f57ec486e03285a1c30dc3f062d58133f848b6274dfc6ae5dbb60b SHA512 
ddd2042e5d9fd2ee9ba91f65c7be3f0cf1a8ce340be9cefaaca2517073d2319b43b7190c5302c92e845f8e250d87681e375aec7238ca93401b42dd248776e338
 WHIRLPOOL 
603965b07098c3963ab5c089ee4a3fa4b1d36eb8fa52d1e5c22d2dd9bdd6b5ffa165713274fb524991faffe447ce7df14df40c8848f1436e7b86c25d901eda45
 DIST ImageMagick-6.9.9-5.tar.xz 8778956 SHA256 
aa6444ece8d29b87fb4f25e997cd0b4fb48774206cea9490c6028babdee7d056 SHA512 
d8d5bab4110157b80c6cec2fa5529a145a27814596e850cd42700aab5351f204c154cfc584badd5dcbdb754acaa2f97e419952661570847648c0b558a0ae9e23
 WHIRLPOOL 
5920af3e3c66f8cdf141c2a801193d2b06eb8d1b1287f48732e82cf42b7ba14667798838fbc5cbe6e4ee188e3620f865448293c27752194add4212cf3d0c9f84
 DIST ImageMagick-6.9.9-9.tar.xz 8797832 SHA256 
59eed394d295d651e49ec0f3cfe3f0bb7aeccc28bd7a32360db9f8fc4bf9f25c SHA512 
d024f753e1bf234e38736935f38a9bf82969ca77130059383f9d1871a39f68d7678a546d2786d57d602744e2008909df3f2ab08e1207b4c97c0952e7b03876d8
 WHIRLPOOL 
f56279a778c81b6a1b61b7e47f24de25b4758c6d46fabf1f63c6847dac151297ec6bd76e390b3f21b0521963b254771ad9779ed3b4e62f0d77e94f225ec595ef
-DIST ImageMagick-7.0.6-1.tar.xz 8546292 SHA256 
7a273e0428a817a240fa0b37d209e41285676189cb9969abdb8b1d7d01d36fc4 SHA512 
09c6cf0fa3f7f04dc806ad49e5324e8f051e79032f6d9ef83235c130764c931942ee90d643476c92f36fd49a53d3fd195553b658f2f937b82b4950e57724bcfb
 WHIRLPOOL 
107a11ff2a8671a570ab45768645e3f3af900d35b850cd8b858906515061adfe97d1cb4b7ce570d123de46e0585403b97364ec9f99c0aa16ac5d78568f0892af
 DIST ImageMagick-7.0.6-5.tar.xz 8560400 SHA256 
5dbcd45b67514fe1981703759d008f9aa2c6b6201917679dfd35776c904e51b2 SHA512 
58caab37aba176ead238d7784ec8a584f93f3ff63e6f298d1b56173b9d25510fabb8c772bf8408c9441b1c8528d71db82c3d813f061e5a2219bf3df2cada09e4
 WHIRLPOOL 
25dfd31a73b83597e3c4f90d24149486374e7b3c80997014ebd65b09cc48b3fc8e965485f77bfb24f65ff4f59312a975254c05b7d20665d133715a6975affc0e
 DIST ImageMagick-7.0.6-9.tar.xz 8550004 SHA256 
aa8cb89dad36b555d8ca497f207008a56b315727c9b5d6d7b28f8f9e3ee7ac25 SHA512 
5756d2605cbfbd876765372e954aeefdcdf60f1ee364ce40c3302f8958c510e6f0ecf47a3ee3c264eaaade1504bdae068118eb2cb96d418237f7f53da94a6c11
 WHIRLPOOL 
602c18d89b4f463d1bbd96d2a9e75c3dd2c2b11419ebe8611121f3a8d6c9ec82798cc5b1183d2f8c2cf7e174695faad4b35468540e3ee7a8c58de4a240035dfe

diff --git a/media-gfx/imagemagick/imagemagick-7.0.6.1.ebuild 
b/media-gfx/imagemagick/imagemagick-7.0.6.1.ebuild
deleted file mode 100644
index 683354b7f95..000
--- a/media-gfx/imagemagick/imagemagick-7.0.6.1.ebuild
+++ /dev/null
@@ -1,184 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils flag-o-matic libtool multilib toolchain-funcs versionator
-
-MY_P=ImageMagick-$(replace_version_separator 3 '-')
-
-DESCRIPTION="A collection of tools and libraries for many image formats"
-HOMEPAGE="http://www.imagemagick.org/";
-SRC_URI="mirror://${PN}/${MY_P}.tar.xz"
-
-LICENSE="imagemagick"
-SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri jbig jpeg 
jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript q32 q8 raw 
static-libs svg test tiff truetype webp wmf X xml zlib"
-
-RESTRICT="perl? ( userpriv )"
-
-RDEPEND="
-   dev-libs/libltdl:0
-   bzip2? ( app-arch/bzip2 )
-   corefonts? ( media-fonts/corefonts )
-   djvu? ( app-text/djvu )
-   fftw? ( sci-libs/fftw:3.0 )
-   fontconfig? ( media-libs/fontconfig )
-   fpx? ( >=media-libs/libfpx-1.3.0-r1 )
-   graphviz? ( media-gfx/graphviz )
-   jbig? ( >=media-libs/jbigkit-2:= )
-   jpeg? ( virtual/jpeg:0 )
-   jpeg2k? ( >=media-libs/openjpeg-2.1.0:2 )
-   lcms? ( media-libs/lcms:2= )
-   lqr? ( media-libs/liblqr )
-   opencl? ( virtual/opencl )
-   openexr? ( media-libs/openexr:0= )
-   pango? ( x11-libs/pango )
-

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

2017-08-21 Thread Lars Wendler
commit: c1a4d3964144758b282be963b36aaddcef3a4db8
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Aug 21 13:59:52 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Aug 21 14:01:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a4d396

media-gfx/imagemagick: Bump to versions 6.9.9.9 and 7.0.6.9

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 media-gfx/imagemagick/Manifest   |   2 +
 media-gfx/imagemagick/imagemagick-6.9.9.9.ebuild | 185 +++
 media-gfx/imagemagick/imagemagick-7.0.6.9.ebuild | 185 +++
 3 files changed, 372 insertions(+)

diff --git a/media-gfx/imagemagick/Manifest b/media-gfx/imagemagick/Manifest
index 56388131b59..a74f11d2fb9 100644
--- a/media-gfx/imagemagick/Manifest
+++ b/media-gfx/imagemagick/Manifest
@@ -2,5 +2,7 @@ DIST ImageMagick-6.9.7-4.tar.xz 8797776 SHA256 
68842c55ed9c958b84aae17974961ceff
 DIST ImageMagick-6.9.8-6.tar.xz 8772452 SHA256 
dc587a30457d1b42fa980fe7d94bfad906407ad811335e60f5eb673b3a17afeb SHA512 
9bd05db02f0565063d6513620567e54b66521dc49b9dd26a83e68d1aab3ca599b9b34ba0661df2e3a88042b88806db156f6a1e9598c34d76307c0fb4ad0c4271
 WHIRLPOOL 
de126414da7b8bfc99102ad7ff3e3d181bc584561344b29c927f66531ecf797ef5e95100279af7a20372a13be67829565d47c612676089419d413ddfa84fa632
 DIST ImageMagick-6.9.9-0.tar.xz 8780640 SHA256 
0a8a091dc4f57ec486e03285a1c30dc3f062d58133f848b6274dfc6ae5dbb60b SHA512 
ddd2042e5d9fd2ee9ba91f65c7be3f0cf1a8ce340be9cefaaca2517073d2319b43b7190c5302c92e845f8e250d87681e375aec7238ca93401b42dd248776e338
 WHIRLPOOL 
603965b07098c3963ab5c089ee4a3fa4b1d36eb8fa52d1e5c22d2dd9bdd6b5ffa165713274fb524991faffe447ce7df14df40c8848f1436e7b86c25d901eda45
 DIST ImageMagick-6.9.9-5.tar.xz 8778956 SHA256 
aa6444ece8d29b87fb4f25e997cd0b4fb48774206cea9490c6028babdee7d056 SHA512 
d8d5bab4110157b80c6cec2fa5529a145a27814596e850cd42700aab5351f204c154cfc584badd5dcbdb754acaa2f97e419952661570847648c0b558a0ae9e23
 WHIRLPOOL 
5920af3e3c66f8cdf141c2a801193d2b06eb8d1b1287f48732e82cf42b7ba14667798838fbc5cbe6e4ee188e3620f865448293c27752194add4212cf3d0c9f84
+DIST ImageMagick-6.9.9-9.tar.xz 8797832 SHA256 
59eed394d295d651e49ec0f3cfe3f0bb7aeccc28bd7a32360db9f8fc4bf9f25c SHA512 
d024f753e1bf234e38736935f38a9bf82969ca77130059383f9d1871a39f68d7678a546d2786d57d602744e2008909df3f2ab08e1207b4c97c0952e7b03876d8
 WHIRLPOOL 
f56279a778c81b6a1b61b7e47f24de25b4758c6d46fabf1f63c6847dac151297ec6bd76e390b3f21b0521963b254771ad9779ed3b4e62f0d77e94f225ec595ef
 DIST ImageMagick-7.0.6-1.tar.xz 8546292 SHA256 
7a273e0428a817a240fa0b37d209e41285676189cb9969abdb8b1d7d01d36fc4 SHA512 
09c6cf0fa3f7f04dc806ad49e5324e8f051e79032f6d9ef83235c130764c931942ee90d643476c92f36fd49a53d3fd195553b658f2f937b82b4950e57724bcfb
 WHIRLPOOL 
107a11ff2a8671a570ab45768645e3f3af900d35b850cd8b858906515061adfe97d1cb4b7ce570d123de46e0585403b97364ec9f99c0aa16ac5d78568f0892af
 DIST ImageMagick-7.0.6-5.tar.xz 8560400 SHA256 
5dbcd45b67514fe1981703759d008f9aa2c6b6201917679dfd35776c904e51b2 SHA512 
58caab37aba176ead238d7784ec8a584f93f3ff63e6f298d1b56173b9d25510fabb8c772bf8408c9441b1c8528d71db82c3d813f061e5a2219bf3df2cada09e4
 WHIRLPOOL 
25dfd31a73b83597e3c4f90d24149486374e7b3c80997014ebd65b09cc48b3fc8e965485f77bfb24f65ff4f59312a975254c05b7d20665d133715a6975affc0e
+DIST ImageMagick-7.0.6-9.tar.xz 8550004 SHA256 
aa8cb89dad36b555d8ca497f207008a56b315727c9b5d6d7b28f8f9e3ee7ac25 SHA512 
5756d2605cbfbd876765372e954aeefdcdf60f1ee364ce40c3302f8958c510e6f0ecf47a3ee3c264eaaade1504bdae068118eb2cb96d418237f7f53da94a6c11
 WHIRLPOOL 
602c18d89b4f463d1bbd96d2a9e75c3dd2c2b11419ebe8611121f3a8d6c9ec82798cc5b1183d2f8c2cf7e174695faad4b35468540e3ee7a8c58de4a240035dfe

diff --git a/media-gfx/imagemagick/imagemagick-6.9.9.9.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.9.9.ebuild
new file mode 100644
index 000..d91b5ff35ee
--- /dev/null
+++ b/media-gfx/imagemagick/imagemagick-6.9.9.9.ebuild
@@ -0,0 +1,185 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils flag-o-matic libtool multilib toolchain-funcs versionator
+
+MY_P=ImageMagick-$(replace_version_separator 3 '-')
+
+DESCRIPTION="A collection of tools and libraries for many image formats"
+HOMEPAGE="http://www.imagemagick.org/";
+SRC_URI="mirror://${PN}/${MY_P}.tar.xz"
+
+LICENSE="imagemagick"
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri jbig jpeg 
jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript q32 q8 raw 
static-libs svg test tiff truetype webp wmf X xml zlib"
+
+RESTRICT="perl? ( userpriv )"
+
+RDEPEND="
+   dev-libs/libltdl:0
+   bzip2? ( app-arch/bzip2 )
+   corefonts? ( media-fonts/corefonts )
+   djvu? ( app-text/djvu 

[gentoo-commits] repo/proj/prefix:master commit in: sys-apps/portage/

2017-08-21 Thread Fabian Groffen
commit: 7bcd1c0bae33f370b78e16783b5864e4d9220214
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Aug 21 13:33:38 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Aug 21 13:33:38 2017 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=7bcd1c0b

sys-apps/portage: version bump

Package-Manager: Portage-2.3.8-prefix, Repoman-2.3.3

 sys-apps/portage/Manifest   | 2 +-
 sys-apps/portage/{portage-2.3.6.ebuild => portage-2.3.8.ebuild} | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index 9b4865e225..42c02f90e1 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -1,3 +1,3 @@
 DIST prefix-portage-2.2.28.tar.bz2 1187416 SHA256 
e4bb6c08a65252cfb3faf777ff9bb6aab162174766202f811154c0bbe301b45e SHA512 
ea0661783d421d204272b9a210745aa2040a18ea347299b3d768588e10ca8dd2e24b46975249bf30010bf565514aea640f4edb9db2ca064312c899304a8c1f42
 WHIRLPOOL 
d2d3feab14c4b0dc706db9336e08637897d963d0cbd7e1995431701c8c1914f6f42f57917470a2c89cdc8596d2ed8183c80f3814eba7512b5216611595da38a1
-DIST prefix-portage-2.3.6.tar.bz2 1214157 SHA256 
3a2b4494a7fc97dae8c2c50a02004ae47281d01338a878e99a756b9b62194417 SHA512 
065d0d6eee144473ffb3b16e1df43f54a9e5295e11c5dac4e0a5ceb416d36d7b7fac2e4194777f0b352a181bc24d80fac10ea53c11356fee34ed98a8bd6a2fea
 WHIRLPOOL 
45c19dde4a0f6fa5750515707d81f31b446e36dd90d66daf44e8baebcd6b337cb16a85fc962c4181532c419552af223388ef77262ca407979dfb16f797446f40
 DIST prefix-portage-2.3.7.tar.bz2 1228627 SHA256 
3d6c0818520d6e39df0c0a94b7fc206e1c82e596f88146c729245a8489968ceb SHA512 
bff82ccac9cbb249f196c656311ba0d29cd93ee803bc2f3744e028cf85c0b622cabacdee9bc634cf06bb92afc342f0790e19e2cc6ff87d6593228f6b79b7c332
 WHIRLPOOL 
d6f236a618cd8c2e2817e4d1a9d3dac5072cd012cf8756bd144d652b63e09fca6134ab84780911674563aa977458532eda6a04b024e413b1e732e75984581563
+DIST prefix-portage-2.3.8.tar.bz2 1241658 SHA256 
ca59e2a8886a9e84fba1c71aabf771ddcb514d2f1b207fae5bf7b054693744a7 SHA512 
88a871b320ba1ef8ec7da467dad62f13094f7d2ca565d9f0b4ccd6ed8f74815f000c9e26a7c1da808a199aa3a24f540406237c33bb5716ac535d72c6dc73203e
 WHIRLPOOL 
0832b71c3c9a4d0385c05408677093d51812e1a7b6906db4b85faf49ee889cc9e15ceaafd5253494279c04f0f506c3e9cab4d0a423a17cf6e394e766128e3044

diff --git a/sys-apps/portage/portage-2.3.6.ebuild 
b/sys-apps/portage/portage-2.3.8.ebuild
similarity index 99%
rename from sys-apps/portage/portage-2.3.6.ebuild
rename to sys-apps/portage/portage-2.3.8.ebuild
index 7a9c900b20..60f0e15afe 100644
--- a/sys-apps/portage/portage-2.3.6.ebuild
+++ b/sys-apps/portage/portage-2.3.8.ebuild
@@ -90,7 +90,6 @@ python_prepare_all() {
distutils-r1_python_prepare_all
 
epatch "${FILESDIR}"/${PN}-2.2.28-ebuildshell-r1.patch # 155161
-   epatch "${FILESDIR}"/${PN}-2.3.4-mj-safe-econf.patch
use prefix-chaining &&
epatch "${FILESDIR}"/${PN}-2.3.5-prefix-chaining.patch
 



[gentoo-commits] proj/portage:prefix commit in: /

2017-08-21 Thread Fabian Groffen
commit: 9319a3991e322119867135a531d420a884c701f6
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Aug 21 13:26:52 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Aug 21 13:26:52 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=9319a399

Merge remote-tracking branch 'overlays-gentoo-org/master' into prefix

 NEWS |  2 ++
 RELEASE-NOTES|  7 +++
 bin/quickpkg | 25 +
 pym/portage/elog/mod_echo.py | 13 ++---
 setup.py |  2 +-
 5 files changed, 37 insertions(+), 12 deletions(-)



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

2017-08-21 Thread Andreas Sturmlechner
commit: 177f5b21b16f1460ec45d6701430d377ab647dfe
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 21 13:14:46 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Aug 21 13:15:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=177f5b21

app-office/kexi: Raise dev-db/kdb min dep to >=3.0.2

Upstream forgot to do it in cmake.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-office/kexi/kexi-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kexi/kexi-3.0.2.ebuild 
b/app-office/kexi/kexi-3.0.2.ebuild
index b8599e24e29..8da42dda1fa 100644
--- a/app-office/kexi/kexi-3.0.2.ebuild
+++ b/app-office/kexi/kexi-3.0.2.ebuild
@@ -37,7 +37,7 @@ COMMON_DEPEND="
$(add_qt_dep qtprintsupport)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
-   dev-db/kdb[mysql?,postgres?,sqlite?]
+   >=dev-db/kdb-3.0.2[mysql?,postgres?,sqlite?]
dev-libs/kproperty
dev-libs/kreport
marble? ( $(add_kdeapps_dep marble) )



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

2017-08-21 Thread Manuel Rüger
commit: 61da13f702eadead851ec602016cffc03f016245
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Aug 21 12:57:36 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Aug 21 12:57:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61da13f7

net-misc/calicoctl: Inital version

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-misc/calicoctl/Manifest   | 46 +++
 net-misc/calicoctl/calicoctl-1.5.0_rc1.ebuild | 82 +++
 net-misc/calicoctl/metadata.xml   | 11 
 3 files changed, 139 insertions(+)

diff --git a/net-misc/calicoctl/Manifest b/net-misc/calicoctl/Manifest
new file mode 100644
index 000..b8f835b8b09
--- /dev/null
+++ b/net-misc/calicoctl/Manifest
@@ -0,0 +1,46 @@
+DIST calicoctl-1.5.0_rc1.tar.gz 63635 SHA256 
75a0b507c04954a79908804878bb7c2640354aaf0603601d648cbe24fd4144dd SHA512 
1a84ba1facc29752886abb190a3a8cd8cea0ddb6f9118ff5dd10e5d3f3df892b5ee50b13a8271fd1a7f6d1c87ab1ee212a70c847aa9bfda7d5f9a6bb5be5cfc0
 WHIRLPOOL 
a3875e5115b2d4484cc570f22a6c4a550e3996c4e72c927fa4f293912f18105c2ff1daf9d21b6a24abdb692fc6e65b132280db0006218f2dff1337ece2b096a1
+DIST github.com-armon-go-radix-1fca145dffbcaa8fe914309b1ec0cfc67500fe61.tar.gz 
5943 SHA256 c2898252c1bf79e16edbbeec0e0e8590372681a54b16e2ff1172ecf5cd291383 
SHA512 
431e41870728d86accd7ed78d1e16c92adebfe79cef59b7f656a395e4bf7727ae9521f7e9d291931590680fd32eaef26622d888f30a4a4511dbddcae8dda1c08
 WHIRLPOOL 
a41c4a579ce1a269f94e2b406bd19d21a505bbd6a094bd60b7e556627d457f6383dbccd1d94f27949b67ec67367abd6f0a4b26afba4eca12aff975e7c9c3d6ac
+DIST github.com-coreos-etcd-17ae440991da3bdb2df4309936dd2074f66ec394.tar.gz 
2538523 SHA256 013a89f6351967a85dafeb959ca8932db1198057f105becbe949e80c8f73a6e2 
SHA512 
9202595469d538328cd0ca57f08e29d66f93080592eb65fb32ae76c13a14dfaefdacb9d7b1aca8c069db52363e3d798b4882c5977bbcd600159d3d8cb65d5eeb
 WHIRLPOOL 
838cac222af8505bd56e3b0bb37593df05658585a0e978541ec863a8fbe7654224240877326eb3b8b83a84ab22f3de03c2011f1c3b5bebccb0dacf8c1fc35c2a
+DIST 
github.com-coreos-go-semver-568e959cd89871e61434c1143528d9162da89ef2.tar.gz 
7314 SHA256 adfc3851d9fab5dcf5dce627ae82d461951bf460bb9c17e5d7a00acb7633d76b 
SHA512 
8e17cad3a52ffbdf658e71fbe97364a2a202ff6520baf25ce119d537f0d03c10b591772df4ed0e5da06665354c9deffcc06ffa3749c47d2042350d3ab1134940
 WHIRLPOOL 
16c487154c01e5063e63c068b61fc24850d10f09050c9434b92703fe25daee6de9fe3d4b69e8c0d327a3b37c85b278cc1b7a67944a622cc9547c8a776c1c1a17
+DIST 
github.com-docopt-docopt-go-784ddc588536785e7299f7272f39101f7faccc3f.tar.gz 
23844 SHA256 b281aee76036bb69f735b60003cf04ce631433223a10dd57e4a60bce598269bb 
SHA512 
1d97e29b2dd84b3ccb619efbffa396ad0f988c5e09e18136edb64ed046d25512e31bd43f5586852d520ef2a38bd98ae2fd9c2e66c49bb52e828c386285bd9391
 WHIRLPOOL 
a3409875407f58be35c3165d74699295a07b77d4a29d50f9de4847b7c94123439bafc8abef2489ff8ec184679d5d08827572cd8ebf2c334634900fa5d38c780a
+DIST 
github.com-eapache-channels-47238d5aae8c0fefd518ef2bee46290909cf8263.tar.gz 
11711 SHA256 a0ecb40125ac5e2733bd2e9630679899b81356186d0e57999d673951532307c4 
SHA512 
378d5ae07b41275c6a1633e26470255210ba62d6fdd6b926ae3f48e37160f659fc050e9866267cbfd86fe07a8c0ef3cd00eeda8cd9deb0ef66af697773d71601
 WHIRLPOOL 
d50e2a76c20ff0ab1687a8a9483bd19a12e8c1b08aa4edcb269b30b06a25486be6ca1b8d990e6e7ccd7e7b237333fc43b67ba269fdb2dc3d57762c9dfb76b424
+DIST github.com-eapache-queue-44cc805cf13205b55f69e14bcb69867d1ae92f98.tar.gz 
3504 SHA256 8d5bc1b6778852eed64f160989a9448fc97fcd52a2bd9db8afd75296d412b5df 
SHA512 
5641abf798c2e238885f692262d5b6932c41c770f9a2a6806c764a31a14e14b99eccc59d3571a83919aaeaa619fe1f8e5e492d245c6d6d41fdc03c45d2b69670
 WHIRLPOOL 
9cfc237b47015be4ddac5a0df53a5bbca5d6043876d305176642e1d0efe7d144fd05d1e6662ced67fa88dfe9a1788ece7282a42d7fc4bedba73f12a3d59bdd71
+DIST 
github.com-fsnotify-fsnotify-4da3e2cfbabc9f751898f250b49f2439785783a1.tar.gz 
30624 SHA256 782e83c5384cb2e233b947ffba27c8d067f23fadf38b86f6df779c144425cc36 
SHA512 
cff467ffbed22edf4cde7a52e0f0d7a5b4a06446a6140ad7fa018dfcce3b400342223d888a0389042d2e6fd7abe261d0e515adc6e4c03a74e3cf074e88af17ab
 WHIRLPOOL 
e6cadc7272518d2ecd03e9b208b12500fe6b5bea6c490a22133b8021bd2befc77cce104d29c2ceb01f0b18e0f2eef44321fe61427c2834bc09ced956526c6f36
+DIST 
github.com-go-playground-validator-5f57dad794d0dffb07e664ea05e2ee07d60c.tar.gz
 61555 SHA256 48fceb7c90ff0b7afa6886a685f2fb5e680489f471c6fbf0a955b49dc3e16874 
SHA512 
dadcdf9c03528991672277ab8414e9f2a1b1868c855d80dcff16560c8d4a46ee6b4c17961e5d4dac7ebded3cd423b4ffbc6eb6ff0d05ea3a67e39c0eb4a1afb6
 WHIRLPOOL 
9434c8eec8c646472627ce85b30c2541c70c3521fb015ce1f47db8ea1ddacf90b86abacb24d6617ee1f540d8584f20dc8f2766df23b9c619b0a9638215d5ad09
+DIST github.com-go-tomb-tomb-d5d1b5820637886def9eef33e03a27a9f166942c.tar.gz 
5515 SHA256 2379edcc225238167aa0d45cb28d3561c5193979b136a6cf3443a1fe3b85c78a 
SHA512 
03ac20f7608db7c4ce54cc1ad9dfa62d770c32e1806a131909cb5c1ca4a9708b482e58d0e1bda0dbaff56ed36558a96ce2d4453566813967a32ee

[gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/

2017-08-21 Thread Andreas Sturmlechner
commit: 0832f8302f0fc9cf31d730bed08fc91bf7a3d591
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 21 12:24:10 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Aug 21 12:24:10 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0832f830

net-p2p/ktorrent: 5.0.90 version bump

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-p2p/ktorrent/ktorrent-5.0.90.ebuild | 113 
 1 file changed, 113 insertions(+)

diff --git a/net-p2p/ktorrent/ktorrent-5.0.90.ebuild 
b/net-p2p/ktorrent/ktorrent-5.0.90.ebuild
new file mode 100644
index 00..2672bfdb7a
--- /dev/null
+++ b/net-p2p/ktorrent/ktorrent-5.0.90.ebuild
@@ -0,0 +1,113 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+LIBKT_VERSION_MIN="${PV}"
+LIBKT_VERSION_MAX=""
+if [[ ${PV} != * ]]; then
+   inherit versionator
+   
LIBKT_VERSION_MIN=$(($(get_major_version)-3)).$(get_version_component_range 2-3 
${PV})
+   
LIBKT_VERSION_MAX=$(($(get_major_version)-3)).$(($(get_version_component_range 
2)+1))
+   SRC_URI="mirror://kde/unstable/${PN}/${PV}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+else
+   LIBKT_VERSION_MIN="${PV}"
+   LIBKT_VERSION_MAX=""
+fi
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="optional"
+inherit kde5
+
+DESCRIPTION="Powerful BitTorrent client based on KDE Frameworks"
+HOMEPAGE="https://www.kde.org/applications/internet/ktorrent/";
+
+LICENSE="GPL-2"
+IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +kross +logviewer 
+magnetgenerator
++mediaplayer rss +scanfolder +search +shutdown +stats +upnp +zeroconf"
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep knotifyconfig)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep solid)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtwidgets)
+   =net-libs/libktorrent-${LIBKT_VERSION_MIN}:5
+   infowidget? ( dev-libs/geoip )
+   kross? (
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kross)
+   )
+   mediaplayer? (
+   media-libs/phonon[qt5]
+   >=media-libs/taglib-1.5
+   )
+   rss? (
+   $(add_frameworks_dep kdewebkit)
+   $(add_kdeapps_dep syndication)
+   )
+   search? (
+   $(add_frameworks_dep kdewebkit)
+   $(add_qt_dep qtwebkit)
+   )
+   shutdown? ( $(add_plasma_dep plasma-workspace) )
+   stats? ( $(add_frameworks_dep kplotting) )
+   upnp? ( $(add_frameworks_dep kcompletion) )
+   zeroconf? ( $(add_frameworks_dep kdnssd) )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/boost
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   ipfilter? (
+   app-arch/bzip2
+   app-arch/unzip
+   $(add_frameworks_dep ktextwidgets)
+   $(add_kdeapps_dep kio-extras)
+   )
+   !net-p2p/ktorrent:4
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_BWSCHEDULER_PLUGIN=$(usex bwscheduler)
+   -DENABLE_DOWNLOADORDER_PLUGIN=$(usex downloadorder)
+   -DENABLE_INFOWIDGET_PLUGIN=$(usex infowidget)
+   -DWITH_SYSTEM_GEOIP=$(usex infowidget)
+   -DENABLE_IPFILTER_PLUGIN=$(usex ipfilter)
+   -DENABLE_SCRIPTING_PLUGIN=$(usex kross)
+   -DENABLE_LOGVIEWER_PLUGIN=$(usex logviewer)
+   -DENABLE_MAGNETGENERATOR_PLUGIN=$(usex magnetgenerator)
+   -DENABLE_MEDIAPLAYER_PLUGIN=$(usex mediaplayer)
+   -DENABLE_SCANFOLDER_PLUGIN=$(usex scanfolder)
+   -DENABLE_SYNDICATION_PLUGIN=$(usex rss)
+   -DENABLE_SEARCH_PLUGIN=$(usex search)
+   -DENABLE_SHUTDOWN_PLUGIN=$(usex shutdown)
+   -DENABLE_STATS_PLUGIN=$(usex stats)
+   -DENABLE_UPNP_PLUGIN=$(usex upnp)
+   -DENABLE_ZEROCONF_PLUGIN=$(usex zeroconf)
+   )
+# add back when ported
+#  -DENABLE_WEBINTERFACE_PLUGIN=$(usex webinterface)
+   kde5_src_configure
+}



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

2017-08-21 Thread Andreas Sturmlechner
commit: 38991a640c678dfd7d31f2a1dadb35f2fc6b155d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 21 12:18:32 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Aug 21 12:18:32 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=38991a64

net-libs/libktorrent: 2.0.90 version bump

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-libs/libktorrent/libktorrent-2.0.90.ebuild | 53 ++
 1 file changed, 53 insertions(+)

diff --git a/net-libs/libktorrent/libktorrent-2.0.90.ebuild 
b/net-libs/libktorrent/libktorrent-2.0.90.ebuild
new file mode 100644
index 00..732522a6c7
--- /dev/null
+++ b/net-libs/libktorrent/libktorrent-2.0.90.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} != * ]]; then
+   KTORRENT_VERSION=5.0.90
+   SRC_URI="mirror://kde/unstable/ktorrent/${KTORRENT_VERSION}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="BitTorrent library based on KDE Frameworks"
+HOMEPAGE="https://www.kde.org/applications/internet/ktorrent/";
+
+LICENSE="GPL-2+"
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep solid)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtxml)
+   app-crypt/qca:2[qt5]
+   >=dev-libs/gmp-6.0.0a:0=
+   dev-libs/libgcrypt:0=
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/boost
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   !net-libs/libktorrent:4
+   !dev-libs/botan[gmp(-)]
+"
+
+src_prepare() {
+   kde5_src_prepare
+
+   # Gentoo workaround because gmp.h in MULTILIB_WRAPPED_HEADERS is 
breaking this
+   sed -i -e "/^find_package/ s/\"\${LibGMP_MIN_VERSION}\" //" \
+   CMakeLists.txt || die
+   sed -i -e "/^find_dependency/ s/ \"@LibGMP_MIN_VERSION@\"//" \
+   KF5TorrentConfig.cmake.in || die
+}



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

2017-08-21 Thread Manuel Rüger
commit: 18f709684f3ee9682dce96b3d905d21374d56906
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Aug 21 11:49:50 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Aug 21 11:57:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18f70968

app-shells/thefuck: Version bump to 3.21

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-shells/thefuck/Manifest|  1 +
 app-shells/thefuck/thefuck-3.21.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/app-shells/thefuck/Manifest b/app-shells/thefuck/Manifest
index d0da1489e25..cd7581baf55 100644
--- a/app-shells/thefuck/Manifest
+++ b/app-shells/thefuck/Manifest
@@ -1,2 +1,3 @@
 DIST thefuck-3.16.tar.gz 812419 SHA256 
536582810a522144c8bc1ce69b3882979841af1b7aa61e9b245d2b216b77304b SHA512 
f6c383fddcc40d11914b095eb9e00e856c5374ffbbb495f6f07a532e5f6458f8051a2881c80e85c743a7a876c6a70aaa78140aa09cbb1b78460a959752d88aca
 WHIRLPOOL 
5a9895c011f943b92be1bd63bc0ea6fa486a8f2eed08394f7e06c1e28dd849a8222e34ced5342e4a60cf5c8e7acbfa61f8bc618abfebf42513b37f9ec36b72b1
 DIST thefuck-3.18.tar.gz 812586 SHA256 
c6175c45ac82b1abe552f28a05b9b369f864a763d4d60178c1fde584209e5bf7 SHA512 
26a8abb705bd05f09375f3f0dbb0ab3f554e79ab8ba85023edf92252141ff23a11993bf75d582a59c598e3c22e7864cf72823b29be1abab347be2a5d5322a43b
 WHIRLPOOL 
c8912634dfe8ec73dc3673991fbc8a12089a9eed6f89d1f977b6f93ceacaecd8d3123df63cc4f4f7203423a0990bbf635dc46205f23c82a51e92afc3009004fb
+DIST thefuck-3.21.tar.gz 814519 SHA256 
02e8db472200160bccfd882531f26117f09eae1da0f0bad0b068aa1c16759f70 SHA512 
a75f05d7847305c53720399e039b2f5317756f1295f036eb6b3d476dc2a6ee694c5a28c7ec03f153474fbc33165edd3255cd567236f83634642f2f423e95e1a1
 WHIRLPOOL 
df35c2bd76df422eb0763234673b3225d45eec74b755418a791bac753fbcc9955fb694dfbca53187f6d623c6a1b4d7e133bc0c8005f077d3d963741c177a77f9

diff --git a/app-shells/thefuck/thefuck-3.21.ebuild 
b/app-shells/thefuck/thefuck-3.21.ebuild
new file mode 100644
index 000..b5689f8ca0c
--- /dev/null
+++ b/app-shells/thefuck/thefuck-3.21.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=(python{2_7,3_4,3_5,3_6})
+
+inherit distutils-r1
+
+DESCRIPTION="Magnificent app which corrects your previous console command"
+HOMEPAGE="https://github.com/nvbn/thefuck";
+SRC_URI="https://github.com/nvbn/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/decorator[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' 
python2_7)"
+DEPEND="test? ( ${RDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+src_prepare() {
+   sed -i -e "/import pip/s/^/#/" -e "/pip.__version__/,+3 s/^/#/" 
setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   py.test || die
+}



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

2017-08-21 Thread Mike Pagano
commit: 1027df03fd1e8881a6ddc67f5217de95b47d0176
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Aug 21 11:35:13 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Aug 21 11:35:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1027df03

sys-kernel/git-sources: Linux patch 4.13-rc6

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-kernel/git-sources/Manifest|  1 +
 sys-kernel/git-sources/git-sources-4.13_rc6.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index b79f5dd8426..6d504af7044 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -4,3 +4,4 @@ DIST patch-4.13-rc2.patch 69303063 SHA256 
49f620f6e4525844e9ea8fcc2c87d8663a80ea
 DIST patch-4.13-rc3.patch 69526174 SHA256 
a207ee00017993880ddf08a11edd1a6626c1cf14d7e34372472298d605b137c2 SHA512 
be9de99aa49c23f894ea8ca18e555a79050e7b2613e7d1e0ce32be87b514e530b37490b236beabdebbfe4dfe9356874c108436b462a1d4244984bc0d5d4c4f29
 WHIRLPOOL 
88d1b2afddcf871097d69f260eff813e07fbff8f77635519c5fae2a9c80680d1164be1ad1f7e15ed410850fa4d0b9040cb01a8780ecec01d6a6ce45cfda2ba1d
 DIST patch-4.13-rc4.patch 71262833 SHA256 
fb2c504b44168231f853699f1c13100a61b0d9fd13c4a5f9102e91b599e03e96 SHA512 
07fa208e343f54699b245ced36f00aa26022df066fcaf11010b36f7f19ebf6f7fed57f4e9ee123ba214691f6d07f8fbe359913e03ee672640efe31c65d5ae1b9
 WHIRLPOOL 
ac0e31d0783246fabf882f5f3ec912218f7e8f332bb6d6553bdb84133ab7f2f0d75139c8af9b69a178d8edc0e2c23367763b9b697a72c142956779ebc90229d7
 DIST patch-4.13-rc5.patch 71584125 SHA256 
df9a5fe4a51ab1ac7d7a8a02352885651e2ac898740fce3d3924604f82c3dc97 SHA512 
95da1085e186151eb729faa880ce0f066f47c22a5bf96f725f1f5a30113a284ddecee82f70e42864e587ea8d92b48c42a4fabb24fd7dc71e3b7dd87fe504e8a5
 WHIRLPOOL 
b5814d0b6495097e05df1bb3798059798aed33f62e25f3ae14ae0462e082985b7a461b42ffa3ee81617f6ea212524fbc86ace718bffb6b543353b8d0c3d3096f
+DIST patch-4.13-rc6.patch 71739562 SHA256 
0124dc320611f86dfa2eabef86c494ce3eb2a8f2b241907f8ff0f059de82d41a SHA512 
8ae76a5e1eb78ea8688d3736e59dd2b4279de629f2acd653b46c328d13419d34e4b2b55c01f001701e4539127cbfc264c4bb83134d3ae28a4100e1715429ba9a
 WHIRLPOOL 
68d09102a5af7ddabc2aaf72ec64e34f2b4d63f368fe46383449fbce1eff78705a7c4b7474982647ecbf34f2ee8bca9fb90c44254dc45bb0217b7b259ce99597

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



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

2017-08-21 Thread Manuel Rüger
commit: 69726e33315a054a081f19bddea97024156cd7b3
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Aug 21 11:25:56 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Aug 21 11:29:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69726e33

app-emulation/docker: Version bump to 17.06.1

Apply changes from 
https://github.com/tianon/docker-overlay/commit/914fada010dfe86409037b28bd47000cdd5f35b7

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-emulation/docker/Manifest  |   1 +
 app-emulation/docker/docker-17.06.1.ebuild | 314 +
 2 files changed, 315 insertions(+)

diff --git a/app-emulation/docker/Manifest b/app-emulation/docker/Manifest
index 14ba2e9fc0f..9356029b2c3 100644
--- a/app-emulation/docker/Manifest
+++ b/app-emulation/docker/Manifest
@@ -1,3 +1,4 @@
 DIST docker-17.03.1.tar.gz 7773296 SHA256 
a8f1eefadf3966885ad0579facfc2017cca7dd3a0b20d086dfd798168716cb83 SHA512 
51e2a9d6ca529ac67d63794b9fd257f962278019ae1a36a39ff635c742d6ca16286cc164470333ff6cd88d709ecf2cb90343b2dd94bb3939747550f74fb442d5
 WHIRLPOOL 
9178bdf5b13851650e31d95370a090a72c8c70b53416e83693ffbdbc549d3992f3004908c1db5b26c013552f02293dddf9f761b8b5b9d2e0f0bf7cfab5330ca9
 DIST docker-17.03.2.tar.gz 7783969 SHA256 
171a65c44340c7b5710da6948b0afb9306b126b36c531ddab1a3653fd2980aaa SHA512 
9fad6c1fa38f9a14208547ca2d3d6a11a565fe4cebd7b432ccad9e2a57ab4a005df20415d1c797f747a99d309b07d8ec97bb45c67644554622aafe0bf1893e04
 WHIRLPOOL 
e34f04698e4a510ed26c9e8f87510878a940d77dc7558df40173a8ea452a2843327196dea3099844dc389a051e23294671b3bc835120af3ca1f4c9c758de44a3
 DIST docker-17.06.0.tar.gz 10397351 SHA256 
60c2541327a27b03d3a7eaea713d89e8e03a2585f00033c6c662fc60eade57ab SHA512 
fc2385905bb99379555bcf731c70b0902180aa87fca72c0c01bdf73d01faeb04d3cde948b337625f2bb7c2444b3c503116662ac97e468546abb5d4ddaa434eec
 WHIRLPOOL 
ed5923efbd0c2742a44b2772633e2d8f7a05e133d6b39bf22be57dcf13df02bbc63b165b4be9c2f82984554570427c9ee00905d0af387d9fa6f7d1a8635cccd8
+DIST docker-17.06.1.tar.gz 9682381 SHA256 
2ca8615162873b32d9565f95a4b2977d025fd44c69e087046e004f5dfb1ce30c SHA512 
0a7dd578b3f5aa2be9e8df270b74cc5ad698b9c00ed4c314ecfea588cef26c0696265978d09abc5799f22f8bd8013b4f1a818e78eb7f7a4e7c15e082b5d0
 WHIRLPOOL 
f6cf32cca15b36b4fa17239ee800d7e9347fc5f97050eca3590c75a76ab4d36676508e7240aef5bd440795a870aa4349f7cede4e9fb4d610a3146693f8d7

diff --git a/app-emulation/docker/docker-17.06.1.ebuild 
b/app-emulation/docker/docker-17.06.1.ebuild
new file mode 100644
index 000..fbfe5cc8142
--- /dev/null
+++ b/app-emulation/docker/docker-17.06.1.ebuild
@@ -0,0 +1,314 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGO_PN="github.com/docker/docker-ce"
+
+if [[ ${PV} = ** ]]; then
+   # Docker cannot be fetched via "go get", thanks to autogenerated code
+   EGIT_REPO_URI="https://${EGO_PN}.git";
+   EGIT_CHECKOUT_DIR="${WORKDIR}/${P}/src/${EGO_PN}"
+   inherit git-r3
+else
+   inherit versionator
+   if [ "$(get_version_component_count)" = 4 ]; then
+   MY_PV="$(replace_version_separator 3 '-ce-')"
+   else
+   MY_PV="$PV-ce"
+   fi
+   DOCKER_GITCOMMIT="874a737"
+   EGIT_COMMIT="v${MY_PV}"
+   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm"
+   [ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually 
for each bump!"
+   inherit golang-vcs-snapshot
+fi
+inherit bash-completion-r1 golang-base linux-info systemd udev user
+
+DESCRIPTION="The core functions you need to create Docker images and run 
Docker containers"
+HOMEPAGE="https://dockerproject.org";
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="apparmor aufs btrfs +container-init +device-mapper hardened overlay 
pkcs11 seccomp"
+
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#build-dependencies
+CDEPEND="
+   >=dev-db/sqlite-3.7.9:3
+   device-mapper? (
+   >=sys-fs/lvm2-2.02.89[thin]
+   )
+   seccomp? ( >=sys-libs/libseccomp-2.2.1 )
+   apparmor? ( sys-libs/libapparmor )
+"
+
+DEPEND="
+   ${CDEPEND}
+
+   dev-go/go-md2man
+
+   btrfs? (
+   >=sys-fs/btrfs-progs-3.16.1
+   )
+"
+
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#runtime-dependencies
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#optional-dependencies
+RDEPEND="
+   ${CDEPEND}
+   >=net-firewall/iptables-1.4
+   sys-process/procps
+   >=dev-vcs/git-1.7
+   >=app-arch/xz-utils-4.9
+
+   ~app-emulation/containerd-0.2.9_p20170605
+   ~app-emulation/docker-runc-1.0.0_rc3_p20170706[apparmor?,seccomp?]
+   app-emulation/docker-proxy
+   container-init? ( >=sys-process/tini-0.15.0[static] )
+"
+
+RESTRICT="installsources strip"
+
+S="${WORKDIR}/${P}/src/${EGO_PN}"
+
+# see "contrib/ch

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

2017-08-21 Thread Manuel Rüger
commit: 8e4949baebc855d866ab5d633e64632e1b40d63a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Aug 21 10:13:33 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Aug 21 10:13:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4949ba

app-emulation/containerd: Update snapshot

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-emulation/containerd/Manifest  |  1 +
 .../containerd/containerd-0.2.9_p20170605.ebuild   | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/app-emulation/containerd/Manifest 
b/app-emulation/containerd/Manifest
index b3b0e1bf85f..509ae925f49 100644
--- a/app-emulation/containerd/Manifest
+++ b/app-emulation/containerd/Manifest
@@ -1,2 +1,3 @@
 DIST containerd-0.2.5_p20170308.tar.gz 1021631 SHA256 
d08d3d0758b76f7de0e8f503b74e1562d8c0a1014cb4baf4cd34e246751cec4c SHA512 
8b00862a7b54490a8342bcc0eddaa7e8c86d1e05c02f5173b9f4a08321425f8d75d1fb0665e86bc79249294354977693c21d6a4d8405866ff8058da9772e2ecc
 WHIRLPOOL 
ed658d10f927fff4d9591930bdf855fc0ed259ca538d4361ce3cffcc5943dcfe39121242f1c9ef950897761016a8450b3a2117c0be0b8b0ebffeab330fe30b5d
 DIST containerd-0.2.9.tar.gz 1228977 SHA256 
2360fec91d40e4e93757f964f07c74e35b6bfe838252b1cc814a176e1cd1c604 SHA512 
6f0de476668e6b86a0cd5e1ea0f6dac24e0e68fe2dd52b8915dbafa5ffab137a5eea866c216f8184ffa6e4750c7b69bce3d46552e8be283a15ce676ea4356fc8
 WHIRLPOOL 
b9fdd57af3cf39e6a5efdd67f0302ad38d6634d20aa3eb45431d2900f5fbb7dc62d624b07a5028bbb09ae763e07103e37703cf52f3e14e7af72fc2198d9c7876
+DIST containerd-0.2.9_p20170605.tar.gz 1229549 SHA256 
c506121c49e3bfea27018aa77e09e4734067f84ae85b6ef75ec31b488a91ae54 SHA512 
900cf9c251c4de0f9848fb5bf26537226c1361d1a64a0fba853bda3805cb141fc2a849442fe885f0ee228b3e3a7018440af18898b484a54a7b75b4a86538aaa9
 WHIRLPOOL 
880f19a994f623b7cd8c3f771b5c56468681de349ae4196e60ffcb5a34d42ef423d8eefc82c07134c9e50c33bc0ecbfc1a9e47c3df987050d8dcb82da0178d80

diff --git a/app-emulation/containerd/containerd-0.2.9_p20170605.ebuild 
b/app-emulation/containerd/containerd-0.2.9_p20170605.ebuild
new file mode 100644
index 000..70e979be3fa
--- /dev/null
+++ b/app-emulation/containerd/containerd-0.2.9_p20170605.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+EGO_PN="github.com/${PN}/${PN}"
+
+inherit toolchain-funcs
+
+if [[ ${PV} == * ]]; then
+   inherit golang-vcs
+else
+   MY_PV="${PV/_/-}"
+   EGIT_COMMIT="6e23458c129b551d5c9871e5174f6b1b7f6d1170"
+   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~ppc64"
+   inherit golang-vcs-snapshot
+fi
+
+DESCRIPTION="A daemon to control runC"
+HOMEPAGE="https://containerd.tools";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="hardened +seccomp"
+
+DEPEND=""
+RDEPEND=">=app-emulation/docker-runc-1.0.0_rc3_p20170706
+   seccomp? ( sys-libs/libseccomp )"
+
+S=${WORKDIR}/${P}/src/${EGO_PN}
+
+RESTRICT="test"
+
+src_compile() {
+   local options=( $(usex seccomp "seccomp" '') )
+   export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor
+   LDFLAGS=$(usex hardened '-extldflags -fno-PIC' '') emake 
GIT_COMMIT="$EGIT_COMMIT" BUILDTAGS="${options[@]}"
+}
+
+src_install() {
+   dobin bin/containerd* bin/ctr
+}



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

2017-08-21 Thread Manuel Rüger
commit: 1418eb24b062c5b120e848319b1b635f8be0bc7d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Aug 21 10:09:56 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Aug 21 10:09:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1418eb24

app-emulation/docker-runc: Update snapshot

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-emulation/docker-runc/Manifest |  1 +
 .../docker-runc-1.0.0_rc3_p20170706.ebuild | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/app-emulation/docker-runc/Manifest 
b/app-emulation/docker-runc/Manifest
index e38abbd9bc9..c572147b793 100644
--- a/app-emulation/docker-runc/Manifest
+++ b/app-emulation/docker-runc/Manifest
@@ -1,2 +1,3 @@
 DIST docker-runc-1.0.0_rc2_p20170308.tar.gz 561400 SHA256 
bdd0fc0b5db42bb1fc439d5a5d6347d97b285e676559afb620ffd9f62fc1de26 SHA512 
f17c7ff09578573a161f14616446e74d92d66039c1462bce23ea507b151eb66ede12d2ca583d3dace21d186a80bdadf222fc180bf1123e29c68e43f2f2d949c8
 WHIRLPOOL 
f6853ccdd09ca1481828b20e64403151cd9c5d46ceb81c50e884d47e18f8594c21bf53102b252852b259b6b0186f54f070fb7f3c7e4447123cbf05aa69233035
 DIST docker-runc-1.0.0_rc3_p20170607.tar.gz 1043233 SHA256 
b363764efc58fc25757b71b8f64569f1f1f81f0beaa5cc3542ed7d602f15fa75 SHA512 
53b9bc1ffd0c76e886a0eb9d9f0c78238b5bd7ca59884138c0ef438322b3b3b09d58a36e0fec8f6daa8b465323b7dc38515a915945f2009233e343b2ec3eca14
 WHIRLPOOL 
f6069ea7cb9100be36ad40fbd24a46de65837e2408dd045fbb69aa6c6442f0ac662feba8f61caf21ef0aec1fcfed3a47b60e87f179012580d46e3dd041865f32
+DIST docker-runc-1.0.0_rc3_p20170706.tar.gz 1042839 SHA256 
d09b31b9a5adf0a3295d10b20e5f65ec8e1c52a371d463218694c37e075829e9 SHA512 
8e937e8ccaa114913d61a450b030496668c1e2d80eecccf5e4914c5685d7dde9a0d50bc2aef9be844dc69eab81621aa1c043abbc72ba28ab6bdb9db5e86daeaf
 WHIRLPOOL 
bec7b506a6b2522d401733b32a9f500aec69920dc6d8072ab434c7bfbb1c88a6fb00afa1d2728f78fbaac1d58f890a2b5932fdbe2b0e87b749293f2b48ed2e8a

diff --git a/app-emulation/docker-runc/docker-runc-1.0.0_rc3_p20170706.ebuild 
b/app-emulation/docker-runc/docker-runc-1.0.0_rc3_p20170706.ebuild
new file mode 100644
index 000..8bbfc597c1b
--- /dev/null
+++ b/app-emulation/docker-runc/docker-runc-1.0.0_rc3_p20170706.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+EGO_PN="github.com/opencontainers/${PN/docker-}"
+
+if [[ ${PV} == * ]]; then
+   inherit golang-vcs
+else
+   MY_PV="${PV/_/-}"
+   EGIT_COMMIT="810190ceaa507aa2727d7ae6f4790c76ec150bd2"
+   RUNC_COMMIT="810190" # Change this when you update the ebuild
+   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~ppc64"
+   inherit golang-vcs-snapshot
+fi
+
+DESCRIPTION="runc container cli tools (docker fork)"
+HOMEPAGE="http://runc.io";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="apparmor ambient hardened +seccomp"
+
+RDEPEND="
+   apparmor? ( sys-libs/libapparmor )
+   seccomp? ( sys-libs/libseccomp )
+   !app-emulation/runc
+"
+
+S=${WORKDIR}/${P}/src/${EGO_PN}
+
+RESTRICT="test"
+
+src_prepare() {
+   default
+   sed -i -e "s/git rev-parse.*\$/echo gentoo)/" -e "/COMMIT :=/d" -e 
"/COMMIT_NO :=/d" Makefile || die
+}
+
+src_compile() {
+   # Taken from app-emulation/docker-1.7.0-r1
+   export CGO_CFLAGS="-I${ROOT}/usr/include"
+   export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')
+   -L${ROOT}/usr/$(get_libdir)"
+
+   # build up optional flags
+   local options=(
+   $(usex apparmor 'apparmor' '')
+   $(usex ambient 'ambient' '')
+   $(usex seccomp 'seccomp' '')
+   )
+
+   GOPATH="${WORKDIR}/${P}" emake BUILDTAGS="${options[*]}" \
+   COMMIT="${RUNC_COMMIT}"
+}
+
+src_install() {
+   dobin runc
+}



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

2017-08-21 Thread Manuel Rüger
commit: d80d3c8423572d577e75489b3e2097309ea212b7
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Aug 21 09:38:49 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Aug 21 09:38:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d80d3c84

sys-cluster/kube-proxy: Version bump to 1.7.4

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-cluster/kube-proxy/Manifest|  1 +
 sys-cluster/kube-proxy/kube-proxy-1.7.4.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/sys-cluster/kube-proxy/Manifest b/sys-cluster/kube-proxy/Manifest
index e169459929b..f41b138fade 100644
--- a/sys-cluster/kube-proxy/Manifest
+++ b/sys-cluster/kube-proxy/Manifest
@@ -1 +1,2 @@
 DIST kubernetes-1.7.3.tar.gz 22019646 SHA256 
7f84e08c2944865247c3fee26b010452e4a315a1cdd7983ff59d151f17167b13 SHA512 
9c239cff3c3a18cc384079599abcffd7475052cff0d237e7b5b298229e08dea083c47284470ed5158484c9611c029aecca496391730793251389d05ce86d4146
 WHIRLPOOL 
35e6aaf16d9d411865e0ca594373fd08178d78899e06b1bbea7ef494b8e94264068700eb498684d54e665385b515055f4dca6df4345dfecff073afbd98bfe645
+DIST kubernetes-1.7.4.tar.gz 22025821 SHA256 
a480c54f3108f9a7ff118d90a0a16be52ecd34dcdb786f6c5d287d5298da64f0 SHA512 
78404f7e6cfa6a4b599bf76373d59c799040c42ad8ce8abf259f2468eeaa07cb31514e32bd6577985087bebafe50da0baf3d0e7e9e0958a9f6250c6dade450f9
 WHIRLPOOL 
097d8ad32ee1c5618d5d6e01e0549c982dfacb20467ac7bc87c04cb0b5fb1361bf2ae196da07aa0832b04cc07f20bcde29a7c104a7ebb383bc4a6f8df6d538f4

diff --git a/sys-cluster/kube-proxy/kube-proxy-1.7.4.ebuild 
b/sys-cluster/kube-proxy/kube-proxy-1.7.4.ebuild
new file mode 100644
index 000..4824d28abca
--- /dev/null
+++ b/sys-cluster/kube-proxy/kube-proxy-1.7.4.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit golang-build golang-vcs-snapshot
+
+EGO_PN="k8s.io/kubernetes"
+ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Kubernetes Proxy service"
+HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io";
+SRC_URI="${ARCHIVE_URI}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+DEPEND="dev-go/go-bindata"
+
+RESTRICT="test"
+
+src_prepare() {
+   default
+   sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" 
src/${EGO_PN}/hack/lib/golang.sh || die
+   sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die
+}
+
+src_compile() {
+   LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} 
WHAT=cmd/${PN}
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dobin _output/bin/${PN}
+   popd || die
+   keepdir /var/log/${PN} /var/lib/${PN}
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}.logrotated ${PN}
+}



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

2017-08-21 Thread Manuel Rüger
commit: 75ccc42b2f827e69fbe42317d9b7fcf52734fb78
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Aug 21 09:39:36 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Aug 21 09:39:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ccc42b

sys-cluster/kube-scheduler: Version bump to 1.7.4

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-cluster/kube-scheduler/Manifest|  1 +
 .../kube-scheduler/kube-scheduler-1.7.4.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/sys-cluster/kube-scheduler/Manifest 
b/sys-cluster/kube-scheduler/Manifest
index e169459929b..f41b138fade 100644
--- a/sys-cluster/kube-scheduler/Manifest
+++ b/sys-cluster/kube-scheduler/Manifest
@@ -1 +1,2 @@
 DIST kubernetes-1.7.3.tar.gz 22019646 SHA256 
7f84e08c2944865247c3fee26b010452e4a315a1cdd7983ff59d151f17167b13 SHA512 
9c239cff3c3a18cc384079599abcffd7475052cff0d237e7b5b298229e08dea083c47284470ed5158484c9611c029aecca496391730793251389d05ce86d4146
 WHIRLPOOL 
35e6aaf16d9d411865e0ca594373fd08178d78899e06b1bbea7ef494b8e94264068700eb498684d54e665385b515055f4dca6df4345dfecff073afbd98bfe645
+DIST kubernetes-1.7.4.tar.gz 22025821 SHA256 
a480c54f3108f9a7ff118d90a0a16be52ecd34dcdb786f6c5d287d5298da64f0 SHA512 
78404f7e6cfa6a4b599bf76373d59c799040c42ad8ce8abf259f2468eeaa07cb31514e32bd6577985087bebafe50da0baf3d0e7e9e0958a9f6250c6dade450f9
 WHIRLPOOL 
097d8ad32ee1c5618d5d6e01e0549c982dfacb20467ac7bc87c04cb0b5fb1361bf2ae196da07aa0832b04cc07f20bcde29a7c104a7ebb383bc4a6f8df6d538f4

diff --git a/sys-cluster/kube-scheduler/kube-scheduler-1.7.4.ebuild 
b/sys-cluster/kube-scheduler/kube-scheduler-1.7.4.ebuild
new file mode 100644
index 000..aa15c73ecc3
--- /dev/null
+++ b/sys-cluster/kube-scheduler/kube-scheduler-1.7.4.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit user golang-build golang-vcs-snapshot
+
+EGO_PN="k8s.io/kubernetes"
+ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Kubernetes Controller Manager"
+HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io";
+SRC_URI="${ARCHIVE_URI}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+DEPEND="dev-go/go-bindata"
+
+RESTRICT="test"
+
+pkg_setup() {
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 -1 ${PN}
+}
+
+src_prepare() {
+   default
+   sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" 
src/${EGO_PN}/hack/lib/golang.sh || die
+   sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die
+}
+
+src_compile() {
+   LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} 
WHAT=plugin/cmd/${PN}
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dobin _output/bin/${PN}
+   popd || die
+   keepdir /var/log/${PN}
+   fowners ${PN}:${PN} /var/log/${PN}
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}.logrotated ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-controller-manager/

2017-08-21 Thread Manuel Rüger
commit: 0160fed78be593cf07e3a29fa9dad41e4a2bc784
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Aug 21 09:34:06 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Aug 21 09:36:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0160fed7

sys-cluster/kube-controller-manager: Version bump to 1.7.4

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-cluster/kube-controller-manager/Manifest   |  1 +
 .../kube-controller-manager-1.7.4.ebuild   | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/sys-cluster/kube-controller-manager/Manifest 
b/sys-cluster/kube-controller-manager/Manifest
index e169459929b..f41b138fade 100644
--- a/sys-cluster/kube-controller-manager/Manifest
+++ b/sys-cluster/kube-controller-manager/Manifest
@@ -1 +1,2 @@
 DIST kubernetes-1.7.3.tar.gz 22019646 SHA256 
7f84e08c2944865247c3fee26b010452e4a315a1cdd7983ff59d151f17167b13 SHA512 
9c239cff3c3a18cc384079599abcffd7475052cff0d237e7b5b298229e08dea083c47284470ed5158484c9611c029aecca496391730793251389d05ce86d4146
 WHIRLPOOL 
35e6aaf16d9d411865e0ca594373fd08178d78899e06b1bbea7ef494b8e94264068700eb498684d54e665385b515055f4dca6df4345dfecff073afbd98bfe645
+DIST kubernetes-1.7.4.tar.gz 22025821 SHA256 
a480c54f3108f9a7ff118d90a0a16be52ecd34dcdb786f6c5d287d5298da64f0 SHA512 
78404f7e6cfa6a4b599bf76373d59c799040c42ad8ce8abf259f2468eeaa07cb31514e32bd6577985087bebafe50da0baf3d0e7e9e0958a9f6250c6dade450f9
 WHIRLPOOL 
097d8ad32ee1c5618d5d6e01e0549c982dfacb20467ac7bc87c04cb0b5fb1361bf2ae196da07aa0832b04cc07f20bcde29a7c104a7ebb383bc4a6f8df6d538f4

diff --git 
a/sys-cluster/kube-controller-manager/kube-controller-manager-1.7.4.ebuild 
b/sys-cluster/kube-controller-manager/kube-controller-manager-1.7.4.ebuild
new file mode 100644
index 000..e5ab12f1601
--- /dev/null
+++ b/sys-cluster/kube-controller-manager/kube-controller-manager-1.7.4.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit user golang-build golang-vcs-snapshot
+
+EGO_PN="k8s.io/kubernetes"
+ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Kubernetes Controller Manager"
+HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io";
+SRC_URI="${ARCHIVE_URI}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+DEPEND="dev-go/go-bindata"
+
+RESTRICT="test"
+
+pkg_setup() {
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 -1 ${PN}
+}
+
+src_prepare() {
+   default
+   sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" 
src/${EGO_PN}/hack/lib/golang.sh || die
+   sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die
+}
+
+src_compile() {
+   LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} 
WHAT=cmd/${PN}
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dobin _output/bin/${PN}
+   popd || die
+   keepdir /var/log/${PN}
+   fowners ${PN}:${PN} /var/log/${PN}
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}.logrotated ${PN}
+}



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

2017-08-21 Thread Manuel Rüger
commit: 1adad6327622060fe9f2ec54e29d1bbdeed4362b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Aug 21 09:34:25 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Aug 21 09:36:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1adad632

sys-cluster/kubelet: Version bump to 1.7.4

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-cluster/kubelet/Manifest |  1 +
 sys-cluster/kubelet/kubelet-1.7.4.ebuild | 43 
 2 files changed, 44 insertions(+)

diff --git a/sys-cluster/kubelet/Manifest b/sys-cluster/kubelet/Manifest
index e169459929b..f41b138fade 100644
--- a/sys-cluster/kubelet/Manifest
+++ b/sys-cluster/kubelet/Manifest
@@ -1 +1,2 @@
 DIST kubernetes-1.7.3.tar.gz 22019646 SHA256 
7f84e08c2944865247c3fee26b010452e4a315a1cdd7983ff59d151f17167b13 SHA512 
9c239cff3c3a18cc384079599abcffd7475052cff0d237e7b5b298229e08dea083c47284470ed5158484c9611c029aecca496391730793251389d05ce86d4146
 WHIRLPOOL 
35e6aaf16d9d411865e0ca594373fd08178d78899e06b1bbea7ef494b8e94264068700eb498684d54e665385b515055f4dca6df4345dfecff073afbd98bfe645
+DIST kubernetes-1.7.4.tar.gz 22025821 SHA256 
a480c54f3108f9a7ff118d90a0a16be52ecd34dcdb786f6c5d287d5298da64f0 SHA512 
78404f7e6cfa6a4b599bf76373d59c799040c42ad8ce8abf259f2468eeaa07cb31514e32bd6577985087bebafe50da0baf3d0e7e9e0958a9f6250c6dade450f9
 WHIRLPOOL 
097d8ad32ee1c5618d5d6e01e0549c982dfacb20467ac7bc87c04cb0b5fb1361bf2ae196da07aa0832b04cc07f20bcde29a7c104a7ebb383bc4a6f8df6d538f4

diff --git a/sys-cluster/kubelet/kubelet-1.7.4.ebuild 
b/sys-cluster/kubelet/kubelet-1.7.4.ebuild
new file mode 100644
index 000..8348f6d70ac
--- /dev/null
+++ b/sys-cluster/kubelet/kubelet-1.7.4.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit golang-build golang-vcs-snapshot
+
+EGO_PN="k8s.io/kubernetes"
+ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Kubernetes Node Agent"
+HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io";
+SRC_URI="${ARCHIVE_URI}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="hardened"
+
+DEPEND="dev-go/go-bindata"
+
+RESTRICT="test"
+
+src_prepare() {
+   default
+   sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" 
src/${EGO_PN}/hack/lib/golang.sh || die
+   sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die
+}
+
+src_compile() {
+   export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')"
+   LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} 
WHAT=cmd/${PN}
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dobin _output/bin/${PN}
+   popd || die
+   keepdir /etc/kubernetes/manifests /var/log/kubelet /var/lib/kubelet
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}.logrotated ${PN}
+}



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

2017-08-21 Thread Lars Wendler
commit: e8dd572476d2470d892c9149172ad2031ebc523d
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Aug 21 09:34:19 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Aug 21 09:34:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8dd5724

sys-apps/mtree: Removed old.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-apps/mtree/Manifest |  1 -
 sys-apps/mtree/mtree-1.0.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/sys-apps/mtree/Manifest b/sys-apps/mtree/Manifest
index f7245e4eedf..0ae139d9320 100644
--- a/sys-apps/mtree/Manifest
+++ b/sys-apps/mtree/Manifest
@@ -1,3 +1,2 @@
 DIST mtree-1.0.1.tar.gz 110979 SHA256 
9f3283fc7b8b4961a611c8c66e1d873a4936fe0039998863ea9d116601a730c3 SHA512 
47897a1763ba02d095d9d7179ffb513ca847c5e9bde27908a4ef94feced2d59baef6f95f8024cfce3c5f47e4f7b7ae64e283ce1589b2e3826fd14b13f88d4990
 WHIRLPOOL 
35c83ef93fed86b480b1be170c7b90d11f86a2b806270c559ccedbab2597706cb820dbd4e31dc053b3070bac9a73f09cbdc5549dd70f959ef9ccbcc7164b915d
 DIST mtree-1.0.3.tar.gz 32882 SHA256 
bbbf2ae5f1f99119b3cb7f55f90015b0e06238cde2801c9990521109b2529eed SHA512 
aea1d53ff114446d8e7dca20388f2184e6284f69021079eca4edce22f067b8218aafeabf6d08503fd197de3e4f271af8cb8dc310d87696c03360d42de4cac85a
 WHIRLPOOL 
e6af4d35479e906b7ae97922bcc2d33bf283d1afbd2a691c64e42c2f2b34189d8e9e784cf8b90a107259468ca16f2e2c36e4a9b907a670a060308c6b4c2f746c
-DIST mtree-1.0.tar.gz 107599 SHA256 
d58e180e48f298caf0ae0e9153b77b7a025898b7e978d51587a63318b0e3692f SHA512 
74f16461da7d6d0a9c39e90d1767652e05d723362310f57540c7dafe8445bbf8c49da65ca9e27441f8fb56c4c37666b3fe13bdf40b9edb9b85827c331f498989
 WHIRLPOOL 
9ab55ceb00504accab58b17b1da09259af1d889c75a5dd9f74fd1e84c72101905836f00dc54f6037a43a1661cc4f616ce929af45e98d13085b8462ce6c44136e

diff --git a/sys-apps/mtree/mtree-1.0.ebuild b/sys-apps/mtree/mtree-1.0.ebuild
deleted file mode 100644
index a9659ee2261..000
--- a/sys-apps/mtree/mtree-1.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Directory hierarchy mapping tool from FreeBSD"
-HOMEPAGE="https://github.com/archiecobbs/mtree-port";
-SRC_URI="https://mtree-port.googlecode.com/files/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_install()
-{
-
-   default_src_install
-
-   # Avoid conflict with app-arch/libarchive
-   rm "${ED}usr/share/man/man5/mtree.5"
-
-}



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

2017-08-21 Thread Lars Wendler
commit: f7baa18369d6dfc7863e06bb2d3ef0946cdd378b
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Aug 21 09:33:56 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Aug 21 09:34:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7baa183

sys-apps/mtree: Bump to version 1.0.3

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-apps/mtree/Manifest   |  1 +
 sys-apps/mtree/mtree-1.0.3.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-apps/mtree/Manifest b/sys-apps/mtree/Manifest
index fee09df94af..f7245e4eedf 100644
--- a/sys-apps/mtree/Manifest
+++ b/sys-apps/mtree/Manifest
@@ -1,2 +1,3 @@
 DIST mtree-1.0.1.tar.gz 110979 SHA256 
9f3283fc7b8b4961a611c8c66e1d873a4936fe0039998863ea9d116601a730c3 SHA512 
47897a1763ba02d095d9d7179ffb513ca847c5e9bde27908a4ef94feced2d59baef6f95f8024cfce3c5f47e4f7b7ae64e283ce1589b2e3826fd14b13f88d4990
 WHIRLPOOL 
35c83ef93fed86b480b1be170c7b90d11f86a2b806270c559ccedbab2597706cb820dbd4e31dc053b3070bac9a73f09cbdc5549dd70f959ef9ccbcc7164b915d
+DIST mtree-1.0.3.tar.gz 32882 SHA256 
bbbf2ae5f1f99119b3cb7f55f90015b0e06238cde2801c9990521109b2529eed SHA512 
aea1d53ff114446d8e7dca20388f2184e6284f69021079eca4edce22f067b8218aafeabf6d08503fd197de3e4f271af8cb8dc310d87696c03360d42de4cac85a
 WHIRLPOOL 
e6af4d35479e906b7ae97922bcc2d33bf283d1afbd2a691c64e42c2f2b34189d8e9e784cf8b90a107259468ca16f2e2c36e4a9b907a670a060308c6b4c2f746c
 DIST mtree-1.0.tar.gz 107599 SHA256 
d58e180e48f298caf0ae0e9153b77b7a025898b7e978d51587a63318b0e3692f SHA512 
74f16461da7d6d0a9c39e90d1767652e05d723362310f57540c7dafe8445bbf8c49da65ca9e27441f8fb56c4c37666b3fe13bdf40b9edb9b85827c331f498989
 WHIRLPOOL 
9ab55ceb00504accab58b17b1da09259af1d889c75a5dd9f74fd1e84c72101905836f00dc54f6037a43a1661cc4f616ce929af45e98d13085b8462ce6c44136e

diff --git a/sys-apps/mtree/mtree-1.0.3.ebuild 
b/sys-apps/mtree/mtree-1.0.3.ebuild
new file mode 100644
index 000..151c42b2c73
--- /dev/null
+++ b/sys-apps/mtree/mtree-1.0.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Directory hierarchy mapping tool from FreeBSD"
+HOMEPAGE="https://github.com/archiecobbs/mtree-port";
+SRC_URI="https://github.com/archiecobbs/mtree-port/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/${PN}-port-${PV}"
+
+src_prepare() {
+   default
+   # don't install unneeded docs
+   sed -i '/doc_DATA=/d' Makefile.am || die
+   eautoreconf
+}
+
+src_install() {
+   default
+
+   # avoid conflict with app-arch/libarchive
+   rm "${ED%/}/usr/share/man/man5/mtree.5"
+}



  1   2   >