[gentoo-commits] repo/gentoo:master commit in: app-accessibility/speech-tools/, app-accessibility/speech-tools/files/

2017-10-16 Thread Alexis Ballier
commit: bde1d2d0a2289811e5b499fc279925cb47480ef9
Author: Christian Strahl  gmail  com>
AuthorDate: Sun Oct 15 20:01:41 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Oct 17 05:47:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde1d2d0

app-accessibility/speech-tools-2.1-r4: fix gcc-7 build, #634224

 .../speech-tools/files/speech-tools-2.1-gcc7.patch |  20 
 .../speech-tools/speech-tools-2.1-r4.ebuild| 120 +
 2 files changed, 140 insertions(+)

diff --git a/app-accessibility/speech-tools/files/speech-tools-2.1-gcc7.patch 
b/app-accessibility/speech-tools/files/speech-tools-2.1-gcc7.patch
new file mode 100644
index 000..9e1067fa1dc
--- /dev/null
+++ b/app-accessibility/speech-tools/files/speech-tools-2.1-gcc7.patch
@@ -0,0 +1,20 @@
+--- a/siod/siod.cc
 b/siod/siod.cc
+@@ -459,7 +459,7 @@ char **siod_variable_generator(char *text,int length)
+ matches = walloc(char *,siod_llength(lmatches)+1);
+ for (l=lmatches,i=0; l; l=cdr(l),i++)
+   matches[i] = wstrdup(PNAME(car(l)));
+-matches[i] = '\0';
++*matches[i] = '\0';
+ 
+ return matches;
+ }
+@@ -498,7 +498,7 @@ char **siod_command_generator (char *text,int length)
+ matches = walloc(char *,siod_llength(lmatches)+1);
+ for (l=lmatches,i=0; l; l=cdr(l),i++)
+   matches[i] = wstrdup(PNAME(car(l)));
+-matches[i] = '\0';
++*matches[i] = '\0';
+ 
+ return matches;
+ }

diff --git a/app-accessibility/speech-tools/speech-tools-2.1-r4.ebuild 
b/app-accessibility/speech-tools/speech-tools-2.1-r4.ebuild
new file mode 100644
index 000..254a17f1544
--- /dev/null
+++ b/app-accessibility/speech-tools/speech-tools-2.1-r4.ebuild
@@ -0,0 +1,120 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+inherit eutils flag-o-matic multilib toolchain-funcs
+
+MY_P=${P/speech-/speech_}
+PATCHSET="r3"
+
+DESCRIPTION="Speech tools for Festival Text to Speech engine"
+HOMEPAGE="http://www.cstr.ed.ac.uk/projects/speech_tools/;
+SRC_URI="http://www.festvox.org/packed/festival/${PV}/${MY_P}-release.tar.gz
+
https://dev.gentoo.org/~neurogeek/${PN}/${MY_P}-${PATCHSET}-patches.tar.gz;
+
+LICENSE="FESTIVAL HPND BSD rc regexp-UofT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd"
+IUSE="nas X"
+
+RDEPEND="
+   nas? ( media-libs/nas )
+   X? ( x11-libs/libX11
+   x11-libs/libXt )
+   >=media-libs/alsa-lib-1.0.20-r1
+   !=sys-libs/ncurses-5.6-r2
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+
+S="${WORKDIR}/speech_tools"
+
+src_prepare() {
+   EPATCH_SUFFIX="patch"
+   epatch
+
+   sed -i -e 's,{{HORRIBLELIBARCHKLUDGE}},"/usr/$(get_libdir)",' \
+   main/siod_main.cc || die
+
+   #WRT bug #309983
+   sed -i -e "s:\(GCC_SYSTEM_OPTIONS =\).*:\1:" \
+   "${S}"/config/systems/sparc_SunOS5.mak || die
+
+   # Fix underlinking, bug #493204
+   epatch "${FILESDIR}"/${PN}-2.1-underlinking.patch
+
+   # Fix gcc7 build failure, bug #634224
+   epatch "${FILESDIR}"/${PN}-2.1-gcc7.patch
+}
+
+src_configure() {
+   local CONFIG=config/config.in
+   sed -i -e 's/@COMPILERTYPE@/gcc42/' ${CONFIG} || die
+   if use nas; then
+   sed -i -e "s/#.*\(INCLUDE_MODULES += NAS_AUDIO\)/\1/" \
+   ${CONFIG} || die
+   fi
+   if ! use X; then
+   sed -i -e "s/-lX11 -lXt//" config/modules/esd_audio.mak || die
+   fi
+   econf
+}
+
+src_compile() {
+   emake -j1 CC="$(tc-getCC)" CXX="$(tc-getCXX)" 
CXX_OTHER_FLAGS="${CXXFLAGS}" CC_OTHER_FLAGS="${CFLAGS}" \
+   LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+   dolib.so lib/libest*.so*
+
+   dodoc "${S}"/README
+   dodoc "${S}"/lib/cstrutt.dtd
+
+   insinto /usr/share/doc/${PF}
+   doins -r lib/example_data
+
+   insinto /usr/share/speech-tools
+   doins -r config base_class
+
+   insinto /usr/share/speech-tools/lib
+   doins -r lib/siod
+
+   cd include || die
+   insinto /usr/include/speech-tools
+   doins -r *
+   dosym ../../include/speech-tools /usr/share/speech-tools/include
+
+   cd ../bin || die
+   for file in *; do
+   [ "${file}" = "Makefile" ] && continue
+   dobin ${file}
+   dstfile="${D}/usr/bin/${file}"
+   sed -i -e 
"s:${S}/testsuite/data:/usr/share/speech-tools/testsuite:g" \
+   ${dstfile} || die
+   sed -i -e "s:${S}/bin:/usr/$(get_libdir)/speech-tools:g" \
+   ${dstfile} || die
+   sed -i -e "s:${S}/main:/usr/$(get_libdir)/speech-tools:g" \
+   ${dstfile} || die
+
+   # This just changes LD_LIBRARY_PATH
+   sed -i -e "s:${S}/lib:/usr/$(get_libdir):g" ${dstfile} || die
+   done

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

2017-10-16 Thread Hans de Graaff
commit: e430e04ade1c642325c3938ef82044f498785422
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Oct 17 05:39:39 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Oct 17 05:40:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e430e04a

dev-ruby/bundler: add 1.15.4, bug 628776

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ruby/bundler/Manifest  |  1 +
 dev-ruby/bundler/bundler-1.15.4.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/bundler/Manifest b/dev-ruby/bundler/Manifest
index 632ef208cca..d8f9eab8a5d 100644
--- a/dev-ruby/bundler/Manifest
+++ b/dev-ruby/bundler/Manifest
@@ -2,3 +2,4 @@ DIST bundler-1.12.5.tar.gz 371552 SHA256 
d4a421ca23fbd87664e7cdf070d6fe404969960
 DIST bundler-1.12.6.tar.gz 371581 SHA256 
d87a47940a46d0bae17de1be0fcdf739c5f623943adf6f311ef30180cde8aeb0 SHA512 
3015841ec31f06d4cc50d6fdca97efb429cd2ce552907f3e35f0f7b096da0d27752d4a9534dd77377d99e16859b8ef384015a1efe9127d66eccaeede86da3221
 WHIRLPOOL 
33ef0b7fc5203c056a0530c0eec01710a55242b2356add81b67b7bf69e0a83ec5091742fe4dde07ee9397a717d6c923fc01af7505c7ce325b74ba12fac755e85
 DIST bundler-1.13.7.tar.gz 431233 SHA256 
5137107c52a359bc622cb694b17f958144f4af691760f264476b0c88d6b1dda6 SHA512 
aa3984591049726f84ed79ca99aaedfa25df551d040d2245a6ecdcc5c3b809d7124ec587081e84cd87edf911744f4ee88c8cde0923a318cbaa2d514de38c85c8
 WHIRLPOOL 
9c33200b4dc0a2b956fd0b2e3e509532bebaa633183df130ad0567ebaddbca4fb498075a069758a91dc9fe8e30f8ec5d52955c25d771b3d32e931923d8dc5ef3
 DIST bundler-1.14.6.gem 319488 SHA256 
f431206d5e89e803b7cf0dd232683eaec769ec168707e9b3d8297dba35137d40 SHA512 
cf333e266db0690582252a9248f3579a5be9e753c92c0b92e25d4542ddbbc15bfb7e1571fe9886264c0eba22c4510d118192e8f5f50f647b27eea83d68585238
 WHIRLPOOL 
b1064c6765df9b1dc9a2c4470db7b498a7d4e136f45dcc4c8cf5b2895bbcf6489145fa2872ed21808340eca9653c182bced418faa180e68c874e4ff22f5a74c5
+DIST bundler-1.15.4.gem 337408 SHA256 
fad17ea3a1c15df2f2a7fcea052b35ebeab0dc87906cd762470637bef8c98472 SHA512 
15736d6bbae792fc029f078705cb2a4eae5f9f78e1219eb3f2d0d0e2c3092df3da97abd3b107c9abbbe680ed99f11d450b0402ab9bf3313cb7aa60e3f631bed8
 WHIRLPOOL 
1f7567bbacf6ca51a3c644c8100662825c77f23d2a973d696266f49bc1f0017707d8b106643365575731936a5baf68c33aa1c97c2928479644e913cfdada2c65

diff --git a/dev-ruby/bundler/bundler-1.15.4.ebuild 
b/dev-ruby/bundler/bundler-1.15.4.ebuild
new file mode 100644
index 000..520639907a2
--- /dev/null
+++ b/dev-ruby/bundler/bundler-1.15.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23 ruby24"
+
+# The specs require a number of gems to be installed in a temporary
+# directory, but this requires network access. They also don't work
+# when run with a path that contains "-".
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+# No documentation task
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
+
+RUBY_FAKEGEM_BINDIR="exe"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An easy way to vendor gem dependencies"
+HOMEPAGE="https://github.com/carlhuda/bundler;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="+doc test"
+
+ruby_add_rdepend virtual/rubygems
+
+ruby_add_bdepend "doc? ( app-text/ronn )"
+
+RDEPEND+=" dev-vcs/git"
+
+each_ruby_compile() {
+   if use doc ; then
+   ${RUBY} -S rake man:build || die
+   fi
+}



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

2017-10-16 Thread Hans de Graaff
commit: 0cc9f57b44099e38d8574c9aeef8311ea8b99abc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Oct 17 05:30:35 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Oct 17 05:40:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc9f57b

dev-ruby/ffi: amd64 stable, bug 633662

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ruby/ffi/ffi-1.9.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ffi/ffi-1.9.18.ebuild b/dev-ruby/ffi/ffi-1.9.18.ebuild
index fc1557b43b5..1600ff6f5b5 100644
--- a/dev-ruby/ffi/ffi-1.9.18.ebuild
+++ b/dev-ruby/ffi/ffi-1.9.18.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${PN}-git-${PV}.
 IUSE=""
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ppc ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND+=" virtual/libffi"
 DEPEND+=" virtual/libffi"



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

2017-10-16 Thread Alexis Ballier
commit: 26dceaebced3d049d5234de197b7d36f15832f86
Author: Marty E. Plummer  protonmail  com>
AuthorDate: Tue Oct 17 00:03:53 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Oct 17 05:35:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26dceaeb

media-video/ffmpeg: use get_exeext on fftools_*

Otherwise build will fail at building tools/aviocat instead of
tools/aviocat.exe and so on.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 media-video/ffmpeg/ffmpeg-3.2.6.ebuild |  4 ++--
 media-video/ffmpeg/ffmpeg-3.2.7.ebuild |  4 ++--
 media-video/ffmpeg/ffmpeg-3.3.3.ebuild |  4 ++--
 media-video/ffmpeg/ffmpeg-3.3.4.ebuild |  4 ++--
 media-video/ffmpeg/ffmpeg-3.4.ebuild   |  4 ++--
 media-video/ffmpeg/ffmpeg-.ebuild  |  4 ++--
 media-video/ffmpeg/metadata.xml| 20 ++--
 7 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/media-video/ffmpeg/ffmpeg-3.2.6.ebuild 
b/media-video/ffmpeg/ffmpeg-3.2.6.ebuild
index b80c746f8b2..4ff6951374b 100644
--- a/media-video/ffmpeg/ffmpeg-3.2.6.ebuild
+++ b/media-video/ffmpeg/ffmpeg-3.2.6.ebuild
@@ -433,7 +433,7 @@ multilib_src_compile() {
if multilib_is_native_abi; then
for i in "${FFTOOLS[@]}" ; do
if use fftools_${i} ; then
-   emake V=1 tools/${i}
+   emake V=1 tools/${i}$(get_exeext)
fi
done
fi
@@ -445,7 +445,7 @@ multilib_src_install() {
if multilib_is_native_abi; then
for i in "${FFTOOLS[@]}" ; do
if use fftools_${i} ; then
-   dobin tools/${i}
+   dobin tools/${i}$(get_exeext)
fi
done
fi

diff --git a/media-video/ffmpeg/ffmpeg-3.2.7.ebuild 
b/media-video/ffmpeg/ffmpeg-3.2.7.ebuild
index 15961769e9c..5cf850715a9 100644
--- a/media-video/ffmpeg/ffmpeg-3.2.7.ebuild
+++ b/media-video/ffmpeg/ffmpeg-3.2.7.ebuild
@@ -433,7 +433,7 @@ multilib_src_compile() {
if multilib_is_native_abi; then
for i in "${FFTOOLS[@]}" ; do
if use fftools_${i} ; then
-   emake V=1 tools/${i}
+   emake V=1 tools/${i}$(get_exeext)
fi
done
fi
@@ -445,7 +445,7 @@ multilib_src_install() {
if multilib_is_native_abi; then
for i in "${FFTOOLS[@]}" ; do
if use fftools_${i} ; then
-   dobin tools/${i}
+   dobin tools/${i}$(get_exeext)
fi
done
fi

diff --git a/media-video/ffmpeg/ffmpeg-3.3.3.ebuild 
b/media-video/ffmpeg/ffmpeg-3.3.3.ebuild
index 7152de0c54a..9c490223fed 100644
--- a/media-video/ffmpeg/ffmpeg-3.3.3.ebuild
+++ b/media-video/ffmpeg/ffmpeg-3.3.3.ebuild
@@ -466,7 +466,7 @@ multilib_src_compile() {
if multilib_is_native_abi; then
for i in "${FFTOOLS[@]}" ; do
if use fftools_${i} ; then
-   emake V=1 tools/${i}
+   emake V=1 tools/${i}$(get_exeext)
fi
done
 
@@ -485,7 +485,7 @@ multilib_src_install() {
if multilib_is_native_abi; then
for i in "${FFTOOLS[@]}" ; do
if use fftools_${i} ; then
-   dobin tools/${i}
+   dobin tools/${i}$(get_exeext)
fi
done
 

diff --git a/media-video/ffmpeg/ffmpeg-3.3.4.ebuild 
b/media-video/ffmpeg/ffmpeg-3.3.4.ebuild
index 527fc20e356..d3e88130938 100644
--- a/media-video/ffmpeg/ffmpeg-3.3.4.ebuild
+++ b/media-video/ffmpeg/ffmpeg-3.3.4.ebuild
@@ -467,7 +467,7 @@ multilib_src_compile() {
if multilib_is_native_abi; then
for i in "${FFTOOLS[@]}" ; do
if use fftools_${i} ; then
-   emake V=1 tools/${i}
+   emake V=1 tools/${i}$(get_exeext)
fi
done
 
@@ -486,7 +486,7 @@ multilib_src_install() {
if multilib_is_native_abi; then
for i in "${FFTOOLS[@]}" ; do
if use fftools_${i} ; then
-   dobin tools/${i}
+   dobin tools/${i}$(get_exeext)
fi
done
 

diff --git a/media-video/ffmpeg/ffmpeg-3.4.ebuild 
b/media-video/ffmpeg/ffmpeg-3.4.ebuild
index 265ef86db52..5fc93de56d5 100644
--- a/media-video/ffmpeg/ffmpeg-3.4.ebuild
+++ b/media-video/ffmpeg/ffmpeg-3.4.ebuild
@@ -446,7 +446,7 @@ multilib_src_compile() {
if multilib_is_native_abi; then
for i in "${FFTOOLS[@]}" ; do
if use 

[gentoo-commits] repo/user/superposition:master commit in: games-rpg/infamousmachine/

2017-10-16 Thread Philip Miess
commit: 17c878e5ad067860482f08190d170c5638dc9c6f
Author: Philip Miess  yahoo  com>
AuthorDate: Tue Oct 17 02:17:57 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Tue Oct 17 02:17:57 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=17c878e5

copy directory

 games-rpg/infamousmachine/Manifest | 2 +-
 games-rpg/infamousmachine/infamousmachine-1.ebuild | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/games-rpg/infamousmachine/Manifest 
b/games-rpg/infamousmachine/Manifest
index 3211351..9f1c0ba 100644
--- a/games-rpg/infamousmachine/Manifest
+++ b/games-rpg/infamousmachine/Manifest
@@ -1,3 +1,3 @@
 DIST infamousmachine_unix_1_0.sh.zip 239896979 SHA256 
99ff9f53e6bc24d20627890732643e53969ee43fa00cdcb634be079f4891afd8 SHA512 
967566d48a400c5e358dbe52d6058b06f3f1467c50bca12cbc9fc181b2bcfdd821c16fc2d44328a9da1e038298d82e85bcdf25c46844aa4afc0019af0b507ec8
 WHIRLPOOL 
475bc50e1db4755997274c39a2a39da1c390f43bccb541a68b0cfe56aba951187d0e68a86415ce466f727e8d8643bab69300711be012cefe52b5cbd562a05d8f
-EBUILD infamousmachine-1.ebuild 1265 SHA256 
318ea1f41962b0869511cc6234950cce612954f56fd8b873f4715a4ce86d4562 SHA512 
3e3202b0360ee5c36eba463823e02d972f31c7559fed9a2387329edc1466da524259fd28442875a83d17fd01a83aac7f1dde546d4b941f710c67d18ed22f0a61
 WHIRLPOOL 
0de5310135d55b680327943049ed4b83c93418e8e8796fb2fa30345ecbc8ccbe41d12acc5f2d6c6ebf70eb918093a6699b37bf857fef7a2edf288b8c3044fd62
+EBUILD infamousmachine-1.ebuild 1227 SHA256 
faf31c2dfc15e79def580d3e06da1de854cf3fb223d36f9d32f2f26070e3cc03 SHA512 
f685212d8c4f006ab318b5170687b2af1b562f7a79136c01c7d67318da7a0aceaf25275f2152be60d35307404b7044517036079f34a35f4e76b8d1d45576e2ad
 WHIRLPOOL 
9db927a7be09bad20eef1cfefb6a7d001a8a389a2bec11cc0c914e4badf17a16f7a1678d8f9d20aed2706131d85a7c186e3f555f1261ff1b15e439a70cd9a249
 MISC metadata.xml 733 SHA256 
c2ed97c761163a46de509c129b9a6316c080a36b88fcc6d6e4c9dab7bea592f0 SHA512 
5e377b097357cd790095b689b928df77d2bfdeb89a4bc38d8cc52d486470c9a019d10143fbbc568effaa94ef166dd0540b5f8835403c428fb5ed567a998b065f
 WHIRLPOOL 
9ee5dfd7d331a963d5da080565f23bc7300d6f679e25cfcdefee13826ddd727262d6b0f1754b606f254cda0b8384789888e1264d986b16d3ec84703856b1ad8e

diff --git a/games-rpg/infamousmachine/infamousmachine-1.ebuild 
b/games-rpg/infamousmachine/infamousmachine-1.ebuild
index fae588b..c111434 100644
--- a/games-rpg/infamousmachine/infamousmachine-1.ebuild
+++ b/games-rpg/infamousmachine/infamousmachine-1.ebuild
@@ -48,7 +48,6 @@ src_install() {
doins InfamousMachine.vmoptions
doins infamous_machine.jar
dodir "${dir}/.install4j"
-   cp -r .install4j "${dir}/.install4j"
 
exeinto "${dir}"
doexe InfamousMachine



[gentoo-commits] repo/user/superposition:master commit in: games-rpg/infamousmachine/

2017-10-16 Thread Philip Miess
commit: 49e7d6dfc5a73c20da9f705bb1c57a782ea5ff09
Author: Philip Miess  yahoo  com>
AuthorDate: Tue Oct 17 02:15:57 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Tue Oct 17 02:15:57 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=49e7d6df

copy directory

 games-rpg/infamousmachine/Manifest | 2 +-
 games-rpg/infamousmachine/infamousmachine-1.ebuild | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-rpg/infamousmachine/Manifest 
b/games-rpg/infamousmachine/Manifest
index cee7ba6..3211351 100644
--- a/games-rpg/infamousmachine/Manifest
+++ b/games-rpg/infamousmachine/Manifest
@@ -1,3 +1,3 @@
 DIST infamousmachine_unix_1_0.sh.zip 239896979 SHA256 
99ff9f53e6bc24d20627890732643e53969ee43fa00cdcb634be079f4891afd8 SHA512 
967566d48a400c5e358dbe52d6058b06f3f1467c50bca12cbc9fc181b2bcfdd821c16fc2d44328a9da1e038298d82e85bcdf25c46844aa4afc0019af0b507ec8
 WHIRLPOOL 
475bc50e1db4755997274c39a2a39da1c390f43bccb541a68b0cfe56aba951187d0e68a86415ce466f727e8d8643bab69300711be012cefe52b5cbd562a05d8f
-EBUILD infamousmachine-1.ebuild 1238 SHA256 
b0ce037679f5da754922bfc66851d4b9bb0f8ca932a12272910f71a729549feb SHA512 
b2c8cfe23ceccac9fb0b46f608c1a7e7b7ca60c6b3ce5d8ea44b2da05833e552f2a15e190f72648c6ff10ee1e2bbe0d996c1efda64672362423100431bead9bb
 WHIRLPOOL 
a4870b62cd6458e9f9b34ccdd0d0cc9806e289262e13449f9cd6583d736372954f3f59aff8ba9961efe407de612ca084f4edb02c25f46c205575866cd88f9df6
+EBUILD infamousmachine-1.ebuild 1265 SHA256 
318ea1f41962b0869511cc6234950cce612954f56fd8b873f4715a4ce86d4562 SHA512 
3e3202b0360ee5c36eba463823e02d972f31c7559fed9a2387329edc1466da524259fd28442875a83d17fd01a83aac7f1dde546d4b941f710c67d18ed22f0a61
 WHIRLPOOL 
0de5310135d55b680327943049ed4b83c93418e8e8796fb2fa30345ecbc8ccbe41d12acc5f2d6c6ebf70eb918093a6699b37bf857fef7a2edf288b8c3044fd62
 MISC metadata.xml 733 SHA256 
c2ed97c761163a46de509c129b9a6316c080a36b88fcc6d6e4c9dab7bea592f0 SHA512 
5e377b097357cd790095b689b928df77d2bfdeb89a4bc38d8cc52d486470c9a019d10143fbbc568effaa94ef166dd0540b5f8835403c428fb5ed567a998b065f
 WHIRLPOOL 
9ee5dfd7d331a963d5da080565f23bc7300d6f679e25cfcdefee13826ddd727262d6b0f1754b606f254cda0b8384789888e1264d986b16d3ec84703856b1ad8e

diff --git a/games-rpg/infamousmachine/infamousmachine-1.ebuild 
b/games-rpg/infamousmachine/infamousmachine-1.ebuild
index 9fb8854..fae588b 100644
--- a/games-rpg/infamousmachine/infamousmachine-1.ebuild
+++ b/games-rpg/infamousmachine/infamousmachine-1.ebuild
@@ -47,6 +47,7 @@ src_install() {
insinto "${dir}"
doins InfamousMachine.vmoptions
doins infamous_machine.jar
+   dodir "${dir}/.install4j"
cp -r .install4j "${dir}/.install4j"
 
exeinto "${dir}"



[gentoo-commits] repo/user/superposition:master commit in: games-rpg/infamousmachine/

2017-10-16 Thread Philip Miess
commit: bae49748da915e5f663ed3412e4b853521467058
Author: Philip Miess  yahoo  com>
AuthorDate: Tue Oct 17 02:12:29 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Tue Oct 17 02:12:29 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=bae49748

copy directory

 games-rpg/infamousmachine/Manifest | 2 +-
 games-rpg/infamousmachine/infamousmachine-1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-rpg/infamousmachine/Manifest 
b/games-rpg/infamousmachine/Manifest
index e96090c..cee7ba6 100644
--- a/games-rpg/infamousmachine/Manifest
+++ b/games-rpg/infamousmachine/Manifest
@@ -1,3 +1,3 @@
 DIST infamousmachine_unix_1_0.sh.zip 239896979 SHA256 
99ff9f53e6bc24d20627890732643e53969ee43fa00cdcb634be079f4891afd8 SHA512 
967566d48a400c5e358dbe52d6058b06f3f1467c50bca12cbc9fc181b2bcfdd821c16fc2d44328a9da1e038298d82e85bcdf25c46844aa4afc0019af0b507ec8
 WHIRLPOOL 
475bc50e1db4755997274c39a2a39da1c390f43bccb541a68b0cfe56aba951187d0e68a86415ce466f727e8d8643bab69300711be012cefe52b5cbd562a05d8f
-EBUILD infamousmachine-1.ebuild 1235 SHA256 
efe39a229fd91207b68d5bad6ebddf2808e582d994be9cb5f49b66db3af9ae2e SHA512 
0364a9a4b2467015a6c96378e6d7645d444127f15ac868c7c982fcc8aac30f2603d355597dc347e9064e16ecb4d506a2df9bfe3af310e1d257db4ffa7a294caa
 WHIRLPOOL 
0e2b5cb6504b8f3a87fcc95c31ffe881144413fb7277cd4ea5d6ad702b3ea614300c047bbbc70a7dc7ce54b88edfd4ea0de97c756e0e4ff6db0414756154ef99
+EBUILD infamousmachine-1.ebuild 1238 SHA256 
b0ce037679f5da754922bfc66851d4b9bb0f8ca932a12272910f71a729549feb SHA512 
b2c8cfe23ceccac9fb0b46f608c1a7e7b7ca60c6b3ce5d8ea44b2da05833e552f2a15e190f72648c6ff10ee1e2bbe0d996c1efda64672362423100431bead9bb
 WHIRLPOOL 
a4870b62cd6458e9f9b34ccdd0d0cc9806e289262e13449f9cd6583d736372954f3f59aff8ba9961efe407de612ca084f4edb02c25f46c205575866cd88f9df6
 MISC metadata.xml 733 SHA256 
c2ed97c761163a46de509c129b9a6316c080a36b88fcc6d6e4c9dab7bea592f0 SHA512 
5e377b097357cd790095b689b928df77d2bfdeb89a4bc38d8cc52d486470c9a019d10143fbbc568effaa94ef166dd0540b5f8835403c428fb5ed567a998b065f
 WHIRLPOOL 
9ee5dfd7d331a963d5da080565f23bc7300d6f679e25cfcdefee13826ddd727262d6b0f1754b606f254cda0b8384789888e1264d986b16d3ec84703856b1ad8e

diff --git a/games-rpg/infamousmachine/infamousmachine-1.ebuild 
b/games-rpg/infamousmachine/infamousmachine-1.ebuild
index 44d98a8..9fb8854 100644
--- a/games-rpg/infamousmachine/infamousmachine-1.ebuild
+++ b/games-rpg/infamousmachine/infamousmachine-1.ebuild
@@ -47,7 +47,7 @@ src_install() {
insinto "${dir}"
doins InfamousMachine.vmoptions
doins infamous_machine.jar
-   cp .install4j "${dir}/.install4j"
+   cp -r .install4j "${dir}/.install4j"
 
exeinto "${dir}"
doexe InfamousMachine



[gentoo-commits] repo/user/superposition:master commit in: games-rpg/infamousmachine/

2017-10-16 Thread Philip Miess
commit: e8ad73f21722dc9303c2aed53469b3dbc3709417
Author: Philip Miess  yahoo  com>
AuthorDate: Tue Oct 17 02:11:14 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Tue Oct 17 02:11:14 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=e8ad73f2

copy directory

 games-rpg/infamousmachine/Manifest | 2 +-
 games-rpg/infamousmachine/infamousmachine-1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-rpg/infamousmachine/Manifest 
b/games-rpg/infamousmachine/Manifest
index 7879731..e96090c 100644
--- a/games-rpg/infamousmachine/Manifest
+++ b/games-rpg/infamousmachine/Manifest
@@ -1,3 +1,3 @@
 DIST infamousmachine_unix_1_0.sh.zip 239896979 SHA256 
99ff9f53e6bc24d20627890732643e53969ee43fa00cdcb634be079f4891afd8 SHA512 
967566d48a400c5e358dbe52d6058b06f3f1467c50bca12cbc9fc181b2bcfdd821c16fc2d44328a9da1e038298d82e85bcdf25c46844aa4afc0019af0b507ec8
 WHIRLPOOL 
475bc50e1db4755997274c39a2a39da1c390f43bccb541a68b0cfe56aba951187d0e68a86415ce466f727e8d8643bab69300711be012cefe52b5cbd562a05d8f
-EBUILD infamousmachine-1.ebuild 1218 SHA256 
decd4b27cded78573c5c0163ffe45369f9d2b293db99f6daea568cd9b3d0c1e3 SHA512 
668fb117e0bf016830ce91629d01f73ef994ce06d6ea1d0aa125cfc231ee513d7d5ad11fa4ce85230e5f4f904869213bb324aa34f17e8922c4fa497b2ac6e75e
 WHIRLPOOL 
780d4eb96c252f10fde11b8b8a965f6fd39f7f2b6c139bf6c27e974bd540963d0260625ab9e55918d0cd6f106850b902ab7effb5ee3ce0fe98d3131ac61383a6
+EBUILD infamousmachine-1.ebuild 1235 SHA256 
efe39a229fd91207b68d5bad6ebddf2808e582d994be9cb5f49b66db3af9ae2e SHA512 
0364a9a4b2467015a6c96378e6d7645d444127f15ac868c7c982fcc8aac30f2603d355597dc347e9064e16ecb4d506a2df9bfe3af310e1d257db4ffa7a294caa
 WHIRLPOOL 
0e2b5cb6504b8f3a87fcc95c31ffe881144413fb7277cd4ea5d6ad702b3ea614300c047bbbc70a7dc7ce54b88edfd4ea0de97c756e0e4ff6db0414756154ef99
 MISC metadata.xml 733 SHA256 
c2ed97c761163a46de509c129b9a6316c080a36b88fcc6d6e4c9dab7bea592f0 SHA512 
5e377b097357cd790095b689b928df77d2bfdeb89a4bc38d8cc52d486470c9a019d10143fbbc568effaa94ef166dd0540b5f8835403c428fb5ed567a998b065f
 WHIRLPOOL 
9ee5dfd7d331a963d5da080565f23bc7300d6f679e25cfcdefee13826ddd727262d6b0f1754b606f254cda0b8384789888e1264d986b16d3ec84703856b1ad8e

diff --git a/games-rpg/infamousmachine/infamousmachine-1.ebuild 
b/games-rpg/infamousmachine/infamousmachine-1.ebuild
index c349be3..44d98a8 100644
--- a/games-rpg/infamousmachine/infamousmachine-1.ebuild
+++ b/games-rpg/infamousmachine/infamousmachine-1.ebuild
@@ -47,7 +47,7 @@ src_install() {
insinto "${dir}"
doins InfamousMachine.vmoptions
doins infamous_machine.jar
-   doins .install4j
+   cp .install4j "${dir}/.install4j"
 
exeinto "${dir}"
doexe InfamousMachine



[gentoo-commits] repo/user/superposition:master commit in: games-rpg/infamousmachine/

2017-10-16 Thread Philip Miess
commit: 662e542e8b122417073512d4a5a88e6eb99d8b26
Author: Philip Miess  yahoo  com>
AuthorDate: Tue Oct 17 02:04:32 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Tue Oct 17 02:04:32 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=662e542e

name the jar correctly

 games-rpg/infamousmachine/Manifest | 2 +-
 games-rpg/infamousmachine/infamousmachine-1.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-rpg/infamousmachine/Manifest 
b/games-rpg/infamousmachine/Manifest
index ca9c850..7879731 100644
--- a/games-rpg/infamousmachine/Manifest
+++ b/games-rpg/infamousmachine/Manifest
@@ -1,3 +1,3 @@
 DIST infamousmachine_unix_1_0.sh.zip 239896979 SHA256 
99ff9f53e6bc24d20627890732643e53969ee43fa00cdcb634be079f4891afd8 SHA512 
967566d48a400c5e358dbe52d6058b06f3f1467c50bca12cbc9fc181b2bcfdd821c16fc2d44328a9da1e038298d82e85bcdf25c46844aa4afc0019af0b507ec8
 WHIRLPOOL 
475bc50e1db4755997274c39a2a39da1c390f43bccb541a68b0cfe56aba951187d0e68a86415ce466f727e8d8643bab69300711be012cefe52b5cbd562a05d8f
-EBUILD infamousmachine-1.ebuild 1218 SHA256 
60c1a680a5051aca3ffce11a11b33377c3a8b4c24f6d7f2f6873b1121ab48f1e SHA512 
f3dd4522954fc3c3b0a0fbbc89e5946b08db1d53af5298c57aa457b66ddb27237e85e0ba5244f17014d0460126160eb60b1d406a5265a33d95633d459d149a0e
 WHIRLPOOL 
77c2fe01d442e48e59892c7130606f27329f598197c5323b8cd4128e3e322c52eb9e55ea24e810e5fd9ffb1c8b0acad2082779fe113c335981843781714278d8
+EBUILD infamousmachine-1.ebuild 1218 SHA256 
decd4b27cded78573c5c0163ffe45369f9d2b293db99f6daea568cd9b3d0c1e3 SHA512 
668fb117e0bf016830ce91629d01f73ef994ce06d6ea1d0aa125cfc231ee513d7d5ad11fa4ce85230e5f4f904869213bb324aa34f17e8922c4fa497b2ac6e75e
 WHIRLPOOL 
780d4eb96c252f10fde11b8b8a965f6fd39f7f2b6c139bf6c27e974bd540963d0260625ab9e55918d0cd6f106850b902ab7effb5ee3ce0fe98d3131ac61383a6
 MISC metadata.xml 733 SHA256 
c2ed97c761163a46de509c129b9a6316c080a36b88fcc6d6e4c9dab7bea592f0 SHA512 
5e377b097357cd790095b689b928df77d2bfdeb89a4bc38d8cc52d486470c9a019d10143fbbc568effaa94ef166dd0540b5f8835403c428fb5ed567a998b065f
 WHIRLPOOL 
9ee5dfd7d331a963d5da080565f23bc7300d6f679e25cfcdefee13826ddd727262d6b0f1754b606f254cda0b8384789888e1264d986b16d3ec84703856b1ad8e

diff --git a/games-rpg/infamousmachine/infamousmachine-1.ebuild 
b/games-rpg/infamousmachine/infamousmachine-1.ebuild
index 63001f9..c349be3 100644
--- a/games-rpg/infamousmachine/infamousmachine-1.ebuild
+++ b/games-rpg/infamousmachine/infamousmachine-1.ebuild
@@ -38,7 +38,7 @@ src_unpack() {
 src_prepare() {
rm infamousmachine_unix_1_0.sh
rmdir '.install4j\'
-eapply_user
+   eapply_user
 }
 
 src_install() {
@@ -46,7 +46,7 @@ src_install() {
 
insinto "${dir}"
doins InfamousMachine.vmoptions
-   doins InfamousMachine.jar
+   doins infamous_machine.jar
doins .install4j
 
exeinto "${dir}"



[gentoo-commits] repo/user/superposition:master commit in: games-action/droidassalt/files/, games-action/droidassalt/, ...

2017-10-16 Thread Philip Miess
commit: 35a7ed373a452e92537a0868f6deef29eb50c83f
Author: Philip Miess  yahoo  com>
AuthorDate: Tue Oct 17 02:01:19 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Tue Oct 17 02:01:19 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=35a7ed37

call  eapply_user

 .../droidassalt/droidassault-20151219.ebuild   | 65 --
 .../droidassalt/files/20151219-launcher.patch  | 54 --
 games-action/droidassalt/metadata.xml  | 11 
 games-rpg/infamousmachine/Manifest |  2 +-
 games-rpg/infamousmachine/infamousmachine-1.ebuild |  1 +
 5 files changed, 2 insertions(+), 131 deletions(-)

diff --git a/games-action/droidassalt/droidassault-20151219.ebuild 
b/games-action/droidassalt/droidassault-20151219.ebuild
deleted file mode 100644
index ddd86f7..000
--- a/games-action/droidassalt/droidassault-20151219.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils java-pkg-2
-
-DESCRIPTION="Blaster battles with hordes of rampaging killer robots!"
-HOMEPAGE="http://www.puppygames.net/droid-assault;
-SRC_URI="DroidAssalt-HIB-20151219.tar.gz"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=virtual/jre-1.7:*
-   virtual/opengl
-   media-libs/openal
-   dev-java/gson
-   dev-java/lwjgl:2.2.2"
-RDEPEND="${DEPEND}"
-
-RESTRICT="bindist fetch mirror strip"
-S="${WORKDIR}/droidassalt"
-
-pkg_nofetch() {
-   einfo "Please download ${SRC_URI}"
-   einfo "from your personal page in Humble Bundle site"
-   einfo "(http://www.humblebundle.com) and place it in ${DISTDIR}"
-}
-
-JAVA_RM_FILES=(
-   gson.jar
-   lwjgl.jar
-   lwjgl_util.jar
-   libjinput-linux.so
-   libjinput-linux64.so
-   liblwjgl.so
-   liblwjgl64.so
-   7za_amd64
-   7za_i386
-   jvm.7z
-)
-src_prepare() {
-   epatch "${FILESDIR}/${PV}-launcher.patch"
-   default
-}
-
-src_install() {
-   local dir="/opt/${P}"
-
-   java-pkg_jarinto "${dir}"
-   java-pkg_dojar *.jar
-
-   java-pkg_sointo "${dir}"
-   java-pkg_doso libgdx.so libgdx64.so
-
-   exeinto "${dir}"
-   doexe droidassalt.sh || die "doexe"
-
-   make_wrapper ${PN} ./droidassalt.sh "${dir}" "${dir}"
-   doicon droidassault.png
-   make_desktop_entry ${PN} "Droid Assault" droidassalt Game
-}

diff --git a/games-action/droidassalt/files/20151219-launcher.patch 
b/games-action/droidassalt/files/20151219-launcher.patch
deleted file mode 100644
index f78b789..000
--- a/games-action/droidassalt/files/20151219-launcher.patch
+++ /dev/null
@@ -1,54 +0,0 @@
 droidassault.sh2015-12-18 19:14:42.0 -0500
-+++ droidassault.patched.sh2017-10-15 21:11:37.372845150 -0400
-@@ -7,47 +7,15 @@
- SCRIPT="`basename \"$0\"`"
- GAMEDIR="${HOME}/.droid_assault"
- LOGFILE="${GAMEDIR}/${SCRIPT}.log"
--INSTDIR="`dirname \"$0\"`" ; cd "${INSTDIR}" ; INSTDIR="`pwd`"
--
-+INSTDIR="/opt/droidassalt-20151219"
-+cd "${INSTDIR}"
- [[ ! -d "${GAMEDIR}" ]] && mkdir -m 0755 "${GAMEDIR}"
- 
--if [ 1 == 0 ]
--then
--  # 32 bit only
--  JVM="./bin/java32"
--  BOOTCLASSPATH="./lib/rt32.jar"
--
--elif [ `uname -m` == "i686" ]
--then
--  JVM="./bin/java32"
--  BOOTCLASSPATH="./lib/rt32.jar"
--
--  # Decompress JVM on first run
--  if [ ! -d "bin" ]
--  then
--  ./7za_i386 x jvm.7z
--  chmod u+x bin/java32
--  rm -f 7za_* jvm.7z
--  fi
--else
--  JVM="./bin/java64"
--  BOOTCLASSPATH="./lib/rt64.jar"
--
--  # Decompress JVM on first run
--  if [ ! -d "bin" ]
--  then
--  ./7za_amd64 x jvm.7z
--  chmod u+x bin/java64
--  rm -f 7za_* jvm.7z
--  fi
--fi
--
- # XMODIFIERS is cleared here to prevent SCIM screwing up keyboard input
--_JAVA_OPTIONS= XMODIFIERS= "${JVM}" \
-+_JAVA_OPTIONS= XMODIFIERS= "ijava" \
- -server \
---Xbootclasspath/p:${BOOTCLASSPATH} \
- -Djava.library.path="${INSTDIR}" \
---Dorg.lwjgl.librarypath="${INSTDIR}" \
-+-Dorg.lwjgl.librarypath="/usr/lib64/lwjgl-2.9" \
- -Dorg.lwjgl.util.NoChecks=false \
- -Djava.net.preferIPv4Stack=true \
- -Dnet.puppygames.applet.Launcher.resources=resources-hib.dat \

diff --git a/games-action/droidassalt/metadata.xml 
b/games-action/droidassalt/metadata.xml
deleted file mode 100644
index 4fe0e61..000
--- a/games-action/droidassalt/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-phil_mi...@yahoo.com
-Philip Miess
-
-
-Discover a unique tactical arcade shooter, with the fun addictive gameplay of 
classics like Paradroid and Quazatron. You'll need your wits and the help of 
your acquired droid army to stay alive in this fast-paced retro actionfest!
-
-

diff --git 

[gentoo-commits] repo/user/superposition:master commit in: games-rpg/infamousmachine/

2017-10-16 Thread Philip Miess
commit: dff4f81a036f561347118fef4cdf495ede330768
Author: Philip Miess  yahoo  com>
AuthorDate: Tue Oct 17 01:59:19 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Tue Oct 17 01:59:19 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=dff4f81a

spell 7zip as 7z

 games-rpg/infamousmachine/Manifest | 2 +-
 games-rpg/infamousmachine/infamousmachine-1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-rpg/infamousmachine/Manifest 
b/games-rpg/infamousmachine/Manifest
index cc8aa12..c625f51 100644
--- a/games-rpg/infamousmachine/Manifest
+++ b/games-rpg/infamousmachine/Manifest
@@ -1,3 +1,3 @@
 DIST infamousmachine_unix_1_0.sh.zip 239896979 SHA256 
99ff9f53e6bc24d20627890732643e53969ee43fa00cdcb634be079f4891afd8 SHA512 
967566d48a400c5e358dbe52d6058b06f3f1467c50bca12cbc9fc181b2bcfdd821c16fc2d44328a9da1e038298d82e85bcdf25c46844aa4afc0019af0b507ec8
 WHIRLPOOL 
475bc50e1db4755997274c39a2a39da1c390f43bccb541a68b0cfe56aba951187d0e68a86415ce466f727e8d8643bab69300711be012cefe52b5cbd562a05d8f
-EBUILD infamousmachine-1.ebuild 1206 SHA256 
a4ada92d9cb039faa61179f8998feb8c00280c91f5a217a6f79587f18a41caa0 SHA512 
b76311e106ff517f3c2e4325928a2979e51a427a786420dbfa7f12681ae54fe611ea0dcfd342c6f941ee52fc8ca87f0478393db6c8aedbbe97986a3d00d9aae7
 WHIRLPOOL 
3277fa0457363322ab81b40b59b98ab6e417b616f81b2b46b64c75bbcf1a65fbb4468bda182295e8665ed2666d33138b489c1527eeeda6085de8137c3f68ea0d
+EBUILD infamousmachine-1.ebuild 1204 SHA256 
7f8526a2a1cfdf111cf0612ff1459318ec590a6c4d198c7e2f64c24e1c5e7fcc SHA512 
f5cf26872a1a766229b733198fefa797e8294ed88b0c8abdba8fa872fc4e052a2f1dca967860de4a21f11b154f065bb1f0b8f964821218c95f5780a0880e6598
 WHIRLPOOL 
95a4256bb404fe86f3507e1a0d857ccbcce2fbe2aa98ece5d3586de721b55f1096fc1234f31a7418c61e919b19fef55eec949b4a976f39b5e446c2d96b00926a
 MISC metadata.xml 733 SHA256 
c2ed97c761163a46de509c129b9a6316c080a36b88fcc6d6e4c9dab7bea592f0 SHA512 
5e377b097357cd790095b689b928df77d2bfdeb89a4bc38d8cc52d486470c9a019d10143fbbc568effaa94ef166dd0540b5f8835403c428fb5ed567a998b065f
 WHIRLPOOL 
9ee5dfd7d331a963d5da080565f23bc7300d6f679e25cfcdefee13826ddd727262d6b0f1754b606f254cda0b8384789888e1264d986b16d3ec84703856b1ad8e

diff --git a/games-rpg/infamousmachine/infamousmachine-1.ebuild 
b/games-rpg/infamousmachine/infamousmachine-1.ebuild
index c0400a4..62dcabb 100644
--- a/games-rpg/infamousmachine/infamousmachine-1.ebuild
+++ b/games-rpg/infamousmachine/infamousmachine-1.ebuild
@@ -32,7 +32,7 @@ pkg_nofetch() {
 src_unpack() {
unpack ${A}
cd "${S}"
-   7zip x infamousmachine_unix_1_0.sh
+   7z x infamousmachine_unix_1_0.sh
 }
 
 src_prepare() {



[gentoo-commits] repo/user/superposition:master commit in: games-rpg/infamousmachine/

2017-10-16 Thread Philip Miess
commit: 3069208969126067e4a7be1370eae33952e6a23e
Author: Philip Miess  yahoo  com>
AuthorDate: Tue Oct 17 01:48:37 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Tue Oct 17 01:48:37 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=30692089

kelvin and the infamouse machine

 games-rpg/infamousmachine/Manifest |  3 ++
 games-rpg/infamousmachine/infamousmachine-1.ebuild | 61 ++
 games-rpg/infamousmachine/metadata.xml | 13 +
 3 files changed, 77 insertions(+)

diff --git a/games-rpg/infamousmachine/Manifest 
b/games-rpg/infamousmachine/Manifest
new file mode 100644
index 000..3d51699
--- /dev/null
+++ b/games-rpg/infamousmachine/Manifest
@@ -0,0 +1,3 @@
+DIST infamousmachine_unix_1_0.sh.zip 239896979 SHA256 
99ff9f53e6bc24d20627890732643e53969ee43fa00cdcb634be079f4891afd8 SHA512 
967566d48a400c5e358dbe52d6058b06f3f1467c50bca12cbc9fc181b2bcfdd821c16fc2d44328a9da1e038298d82e85bcdf25c46844aa4afc0019af0b507ec8
 WHIRLPOOL 
475bc50e1db4755997274c39a2a39da1c390f43bccb541a68b0cfe56aba951187d0e68a86415ce466f727e8d8643bab69300711be012cefe52b5cbd562a05d8f
+EBUILD infamousmachine-1.ebuild 1426 SHA256 
7e58c6563bc2cc326a73df8b7bfb5ca77bad38ca37b68469ac48cb22f1132d75 SHA512 
01576d6590a4c391c1eb92450638dabf7b36e423b2ae0f1f6ab0fa6ec9b5d72fecfe8f4334e64d480813c344cd342c1688fc19b121d1c424bd6d52b9356afc09
 WHIRLPOOL 
5f9f76769a25fe4971244623798be2f9844534e60da3e3dbce494a53e5daf2c3e73c575658d2b51f48deb7098d9874501f54b7f8b87e737c254389ebd19bf07c
+MISC metadata.xml 733 SHA256 
c2ed97c761163a46de509c129b9a6316c080a36b88fcc6d6e4c9dab7bea592f0 SHA512 
5e377b097357cd790095b689b928df77d2bfdeb89a4bc38d8cc52d486470c9a019d10143fbbc568effaa94ef166dd0540b5f8835403c428fb5ed567a998b065f
 WHIRLPOOL 
9ee5dfd7d331a963d5da080565f23bc7300d6f679e25cfcdefee13826ddd727262d6b0f1754b606f254cda0b8384789888e1264d986b16d3ec84703856b1ad8e

diff --git a/games-rpg/infamousmachine/infamousmachine-1.ebuild 
b/games-rpg/infamousmachine/infamousmachine-1.ebuild
new file mode 100644
index 000..63e9326
--- /dev/null
+++ b/games-rpg/infamousmachine/infamousmachine-1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils
+
+DESCRIPTION="A point-and-click adventure about the well intentioned but 
not-so-brilliant Kelvin, his workplace crush, a crazy scientist, and a hideous 
time machine that came to ruin everything."
+HOMEPAGE="http://www.infamousmachine.com;
+SRC_URI="infamousmachine_unix_1_0.sh.zip"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=virtual/jre-1.7:*
+virtual/opengl
+media-libs/openal
+   app-arch/p7zip"
+RDEPEND="${DEPEND}"
+
+RESTRICT="bindist fetch mirror strip"
+S="${WORKDIR}"
+
+pkg_nofetch() {
+einfo "Please download ${SRC_URI}"
+einfo "from your personal page in Humble Bundle site"
+einfo "(http://www.humblebundle.com) and place it in ${DISTDIR}"
+}
+
+
+src_unpack() {
+   unpack ${A}
+   cd "${S}"
+   7zip x infamousmachine_unix_1_0.sh
+}
+
+src_prepare() {
+rm infamousmachine_unix_1_0.sh
+rmdir '.install4j\'
+}
+
+src_install() {
+local dir="/opt/${P}"
+
+insinto "${dir}"
+doins InfamousMachine.vmoptions
+   doins InfamousMachine.jar
+   doins .install4j
+
+exeinto "${dir}"
+doexe InfamousMachine
+
+make_wrapper ${PN} ./InfamousMachine "${dir}" "${dir}"
+newicon .install4j/InfamousMachine.png "${PN}"
+make_desktop_entry ${PN} "Kelvin and the Infamous Machine" "${PN}" Game
+
+}
+
+

diff --git a/games-rpg/infamousmachine/metadata.xml 
b/games-rpg/infamousmachine/metadata.xml
new file mode 100644
index 000..c082031
--- /dev/null
+++ b/games-rpg/infamousmachine/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+phil_mi...@yahoo.com
+Philip Miess
+
+
+Enraged after his life’s research is ridiculed by the media, Dr. Edwin Lupin 
decides to become not the greatest genius ever, but the only genius ever, by 
stealing credit for humankind's most appreciated works.
+
+Now, spacetime is being altered and humanity needs a hero. Can the bumbling 
Kelvin, driven by a basic understanding of right and wrong, repair the 
unraveling timeline? Or will he totally blow it and doom the universe to 
oblivion? 
+
+



[gentoo-commits] repo/user/superposition:master commit in: games-rpg/infamousmachine/

2017-10-16 Thread Philip Miess
commit: 09e222a1978b0a04bad28bf2e5158750dc79e2ff
Author: Philip Miess  yahoo  com>
AuthorDate: Tue Oct 17 01:53:50 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Tue Oct 17 01:53:50 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=09e222a1

short description, remove leading spaces and blank lines

 games-rpg/infamousmachine/Manifest |  2 +-
 games-rpg/infamousmachine/infamousmachine-1.ebuild | 42 ++
 2 files changed, 20 insertions(+), 24 deletions(-)

diff --git a/games-rpg/infamousmachine/Manifest 
b/games-rpg/infamousmachine/Manifest
index 3d51699..cc8aa12 100644
--- a/games-rpg/infamousmachine/Manifest
+++ b/games-rpg/infamousmachine/Manifest
@@ -1,3 +1,3 @@
 DIST infamousmachine_unix_1_0.sh.zip 239896979 SHA256 
99ff9f53e6bc24d20627890732643e53969ee43fa00cdcb634be079f4891afd8 SHA512 
967566d48a400c5e358dbe52d6058b06f3f1467c50bca12cbc9fc181b2bcfdd821c16fc2d44328a9da1e038298d82e85bcdf25c46844aa4afc0019af0b507ec8
 WHIRLPOOL 
475bc50e1db4755997274c39a2a39da1c390f43bccb541a68b0cfe56aba951187d0e68a86415ce466f727e8d8643bab69300711be012cefe52b5cbd562a05d8f
-EBUILD infamousmachine-1.ebuild 1426 SHA256 
7e58c6563bc2cc326a73df8b7bfb5ca77bad38ca37b68469ac48cb22f1132d75 SHA512 
01576d6590a4c391c1eb92450638dabf7b36e423b2ae0f1f6ab0fa6ec9b5d72fecfe8f4334e64d480813c344cd342c1688fc19b121d1c424bd6d52b9356afc09
 WHIRLPOOL 
5f9f76769a25fe4971244623798be2f9844534e60da3e3dbce494a53e5daf2c3e73c575658d2b51f48deb7098d9874501f54b7f8b87e737c254389ebd19bf07c
+EBUILD infamousmachine-1.ebuild 1206 SHA256 
a4ada92d9cb039faa61179f8998feb8c00280c91f5a217a6f79587f18a41caa0 SHA512 
b76311e106ff517f3c2e4325928a2979e51a427a786420dbfa7f12681ae54fe611ea0dcfd342c6f941ee52fc8ca87f0478393db6c8aedbbe97986a3d00d9aae7
 WHIRLPOOL 
3277fa0457363322ab81b40b59b98ab6e417b616f81b2b46b64c75bbcf1a65fbb4468bda182295e8665ed2666d33138b489c1527eeeda6085de8137c3f68ea0d
 MISC metadata.xml 733 SHA256 
c2ed97c761163a46de509c129b9a6316c080a36b88fcc6d6e4c9dab7bea592f0 SHA512 
5e377b097357cd790095b689b928df77d2bfdeb89a4bc38d8cc52d486470c9a019d10143fbbc568effaa94ef166dd0540b5f8835403c428fb5ed567a998b065f
 WHIRLPOOL 
9ee5dfd7d331a963d5da080565f23bc7300d6f679e25cfcdefee13826ddd727262d6b0f1754b606f254cda0b8384789888e1264d986b16d3ec84703856b1ad8e

diff --git a/games-rpg/infamousmachine/infamousmachine-1.ebuild 
b/games-rpg/infamousmachine/infamousmachine-1.ebuild
index 63e9326..c0400a4 100644
--- a/games-rpg/infamousmachine/infamousmachine-1.ebuild
+++ b/games-rpg/infamousmachine/infamousmachine-1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 inherit eutils
 
-DESCRIPTION="A point-and-click adventure about the well intentioned but 
not-so-brilliant Kelvin, his workplace crush, a crazy scientist, and a hideous 
time machine that came to ruin everything."
+DESCRIPTION="A adventure about Kelvin, a crazy scientist, and a time machine."
 HOMEPAGE="http://www.infamousmachine.com;
 SRC_URI="infamousmachine_unix_1_0.sh.zip"
 
@@ -15,21 +15,20 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=">=virtual/jre-1.7:*
-virtual/opengl
-media-libs/openal
-   app-arch/p7zip"
+   virtual/opengl
+   media-libs/openal
+   app-arch/p7zip"
 RDEPEND="${DEPEND}"
 
 RESTRICT="bindist fetch mirror strip"
 S="${WORKDIR}"
 
 pkg_nofetch() {
-einfo "Please download ${SRC_URI}"
-einfo "from your personal page in Humble Bundle site"
-einfo "(http://www.humblebundle.com) and place it in ${DISTDIR}"
+   einfo "Please download ${SRC_URI}"
+   einfo "from your personal page in Humble Bundle site"
+   einfo "(http://www.humblebundle.com) and place it in ${DISTDIR}"
 }
 
-
 src_unpack() {
unpack ${A}
cd "${S}"
@@ -37,25 +36,22 @@ src_unpack() {
 }
 
 src_prepare() {
-rm infamousmachine_unix_1_0.sh
-rmdir '.install4j\'
+   rm infamousmachine_unix_1_0.sh
+   rmdir '.install4j\'
 }
 
 src_install() {
-local dir="/opt/${P}"
-
-insinto "${dir}"
-doins InfamousMachine.vmoptions
-   doins InfamousMachine.jar
-   doins .install4j
+   local dir="/opt/${P}"
 
-exeinto "${dir}"
-doexe InfamousMachine
+   insinto "${dir}"
+   doins InfamousMachine.vmoptions
+   doins InfamousMachine.jar
+   doins .install4j
 
-make_wrapper ${PN} ./InfamousMachine "${dir}" "${dir}"
-newicon .install4j/InfamousMachine.png "${PN}"
-make_desktop_entry ${PN} "Kelvin and the Infamous Machine" "${PN}" Game
+   exeinto "${dir}"
+   doexe InfamousMachine
 
+   make_wrapper ${PN} ./InfamousMachine "${dir}" "${dir}"
+   newicon .install4j/InfamousMachine.png "${PN}"
+   make_desktop_entry ${PN} "Kelvin and the Infamous Machine" "${PN}" Game
 }
-
-



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

2017-10-16 Thread Matt Thode
commit: b9566eec89e732db935db19b0065bf8167f1c4b1
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Oct 17 01:39:17 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Oct 17 01:39:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9566eec

dev-libs/leatherman: 1.3.0 stable amd64 and x86

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-libs/leatherman/Manifest |  1 -
 dev-libs/leatherman/leatherman-0.12.2.ebuild | 50 
 dev-libs/leatherman/leatherman-1.3.0.ebuild  |  2 +-
 3 files changed, 1 insertion(+), 52 deletions(-)

diff --git a/dev-libs/leatherman/Manifest b/dev-libs/leatherman/Manifest
index 2ae39bc3f01..258fea021d6 100644
--- a/dev-libs/leatherman/Manifest
+++ b/dev-libs/leatherman/Manifest
@@ -1,4 +1,3 @@
 DIST leatherman-0.10.1.tar.gz 423218 SHA256 
79b0eded49a02cb8f6ce6260ae39e3f1bdd2dc2c62c02f661308e04c08edb69e SHA512 
772c855f5ce1e38abe7186400d9a2c9663dcdc72bd0a822bbe171eed3d01e33a6ec2196d4f6f8f0895f309d031b1eb77ec188bd16b37e52b306fafb66d17
 WHIRLPOOL 
19ff51352c49e9fca7d45683117809cf916e15066015e40cbe2eb10e3eb4ae3e6d27595e8bae8291bd5fac874f845399b9c87a5fcc6b645dd174bf3c9b1a8229
-DIST leatherman-0.12.2.tar.gz 423879 SHA256 
32873bc61109e4fa64f26c810cad76315f90721711742c9a04cfed687f43829e SHA512 
4c6aab859901a5685f23cfe023cd2ca922548e7068835a34e2665e9f7384a8efd9d7fe49de384a20c17d685a672c994bca6c1612f70d01f83c87db0a74683841
 WHIRLPOOL 
af513b04076090bb6782c176bb386dc02d564c05c992c2f48f92d91d6346b54061d55585a24283073b1a4441acbcdb7cc34e1d7f798c2062fc300d83368c1cec
 DIST leatherman-1.2.1.tar.gz 431781 SHA256 
747a12948167634d2c3db8c7be741ceb1eb486f54ed6b5b96fecfd68827e4efb SHA512 
f12414093d09b86878558cbe68f03b7f36fc89131412edad0573dbc891b1c422b98b9923babbed9ac4acef2cad869ef452d602199ae4d3e90fca5a3e2eb688d2
 WHIRLPOOL 
87effe1fdccb432959f2ab530675ab8ca893c306fd4eafa94758961975db374e35254fbade1300a8bf1340b915197b59eca1b89bc52e0356532db2ae2628345f
 DIST leatherman-1.3.0.tar.gz 434229 SHA256 
282bc54ca28e8269a392bbda423b940177a5925246ab961c7a5c338046b51ba0 SHA512 
5e06be7add652f69b0d4a8d778e33dfb68183c4d598217cc6542d2431f7984f0af989c27bd69e89b77ab03d6dd2adab9d70f68cd87dae20d8e24ae05923fbe9b
 WHIRLPOOL 
a47441215397c185959414362dbb4956d0b5ea38fd21db3185723bc9b1d1b4cd58931fa6ce23628c678403b21069998aed66b4bc62ecffa172bd7539a21b7c02

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

diff --git a/dev-libs/leatherman/leatherman-1.3.0.ebuild 
b/dev-libs/leatherman/leatherman-1.3.0.ebuild
index 71062c83c1c..6c6f5808f81 100644
--- a/dev-libs/leatherman/leatherman-1.3.0.ebuild
+++ b/dev-libs/leatherman/leatherman-1.3.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="debug test"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="net-misc/curl"
 DEPEND=">=dev-libs/boost-1.54[nls]



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

2017-10-16 Thread Matt Thode
commit: ef306e23921bf0fe6018eefd2ab9d152590fb6fd
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Oct 17 01:40:46 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Oct 17 01:40:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef306e23

net-analyzer/icinga2: 2.7.1-r1 stable amd64 and x86

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-analyzer/icinga2/icinga2-2.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/icinga2/icinga2-2.7.1-r1.ebuild 
b/net-analyzer/icinga2/icinga2-2.7.1-r1.ebuild
index 2f4dc84145d..4bd4eebcedb 100644
--- a/net-analyzer/icinga2/icinga2-2.7.1-r1.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.7.1-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 if [[ ${PV} !=  ]]; then
inherit cmake-utils depend.apache eutils systemd toolchain-funcs user 
wxwidgets
SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 else
inherit cmake-utils depend.apache eutils git-r3 systemd toolchain-funcs 
user wxwidgets
EGIT_REPO_URI="https://github.com/Icinga/icinga2.git;



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

2017-10-16 Thread Matt Thode
commit: 9c33d768c00d90ba346cb276ced9f56d4af184cf
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Oct 17 01:42:26 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Oct 17 01:42:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c33d768

app-emulation/diskimage-builder: 2.9.0 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-emulation/diskimage-builder/Manifest   |  1 -
 .../diskimage-builder-2.8.0.ebuild | 34 --
 .../diskimage-builder-2.9.0.ebuild |  2 +-
 3 files changed, 1 insertion(+), 36 deletions(-)

diff --git a/app-emulation/diskimage-builder/Manifest 
b/app-emulation/diskimage-builder/Manifest
index 6cb0b4a1e6f..ccb93328165 100644
--- a/app-emulation/diskimage-builder/Manifest
+++ b/app-emulation/diskimage-builder/Manifest
@@ -1,3 +1,2 @@
 DIST diskimage-builder-1.28.0.tar.gz 267409 SHA256 
2d8999a8484d27e8604d125aabcbdad648f8b601776225cfc611faf1a3b9a0e6 SHA512 
ae13e29563f90a4aaa4f2bee889bca4fd662da41fcffb957ca8a4380907e5d89fbc25ecb93aeda2cb5597776b51417388e8a5e39741250d68a8f7f67239ebc7f
 WHIRLPOOL 
7cfcefcf37fd0d5fae4fb8d3284ad3b60e53e4a2853c85625a1925c34bd4cdbee32089f7dae81adcf699226ba1550f729a2b1b8aab4b6e54c10c7148fea1
-DIST diskimage-builder-2.8.0.tar.gz 315628 SHA256 
ac93598cff826074c4a83049be0c3745b13891dc21e5e9d85fc354d99583c0e8 SHA512 
9827f063ed7e4e66fb55a721f3ea81a2e6186b87000b9008a40469934b64b9380699f709956e7396c8b9f03275d195645f9e9b74d6eae4812b1b2149a884cca2
 WHIRLPOOL 
68a4fbc3d83ce0355d411e8f8aeb84946fba7e2a3fc47bcb211405862be3b69d3233061c4f8b41d478b23762273148acd34e2bf64596e9696a1b3cb6a81e1290
 DIST diskimage-builder-2.9.0.tar.gz 319035 SHA256 
d6a8fa0e4be224af8365eb6ef4ed1653026b87fedca017fafdbd86fe58bcb603 SHA512 
ebaeb1d5396977d8391f7c718ff13e7b0d37aca58ff14719e2b5f17adc376e85f15f516f63c245c2374e363d4037bc358192aa87ce0515d0a69cb00ac5b616af
 WHIRLPOOL 
3e6acbdac9e9566732144429ab42c7c03d1091c8a17bb0b877bc4bbb988f0e5b93d8739a73062dd24fb9fadb4e02a7b73f88cb959477cbc9bc8626415a646ac8

diff --git a/app-emulation/diskimage-builder/diskimage-builder-2.8.0.ebuild 
b/app-emulation/diskimage-builder/diskimage-builder-2.8.0.ebuild
deleted file mode 100644
index 40e57f9f3a1..000
--- a/app-emulation/diskimage-builder/diskimage-builder-2.8.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Golden Disk Image builder."
-HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
-DEPEND="${CDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/networkx-1.10[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
-   >=dev-python/flake8-2.5.4[${PYTHON_USEDEP}]
-   =dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
-   app-emulation/qemu
-   sys-block/parted
-   sys-fs/multipath-tools
-   !dev-python/dib-utils[${PYTHON_USEDEP}]"

diff --git a/app-emulation/diskimage-builder/diskimage-builder-2.9.0.ebuild 
b/app-emulation/diskimage-builder/diskimage-builder-2.9.0.ebuild
index 917c93302d5..1bd01d9d336 100644
--- a/app-emulation/diskimage-builder/diskimage-builder-2.9.0.ebuild
+++ b/app-emulation/diskimage-builder/diskimage-builder-2.9.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



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

2017-10-16 Thread Matt Thode
commit: 42936c6b87a6dde5d101e0e83cd015fc4361aed7
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Oct 17 01:37:06 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Oct 17 01:37:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42936c6b

app-admin/ansible: 2.4.0.0 stable amd64 and x86

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-admin/ansible/ansible-2.4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible/ansible-2.4.0.0.ebuild 
b/app-admin/ansible/ansible-2.4.0.0.ebuild
index df9628037bd..b23d3fefd4a 100644
--- a/app-admin/ansible/ansible-2.4.0.0.ebuild
+++ b/app-admin/ansible/ansible-2.4.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://releases.ansible.com/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x64-macos"
+KEYWORDS="amd64 x86 ~x64-macos"
 IUSE="test"
 
 RDEPEND="



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

2017-10-16 Thread Tim Harder
commit: ceacd6c7693f408ff1c913e83087b50a9517fa48
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Oct 17 00:04:57 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Oct 17 00:33:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceacd6c7

dev-python/lxml: version bump to 4.1.0

 dev-python/lxml/Manifest  |  1 +
 dev-python/lxml/lxml-4.1.0.ebuild | 80 +++
 2 files changed, 81 insertions(+)

diff --git a/dev-python/lxml/Manifest b/dev-python/lxml/Manifest
index 7a9b007d822..20502859b64 100644
--- a/dev-python/lxml/Manifest
+++ b/dev-python/lxml/Manifest
@@ -1,3 +1,4 @@
 DIST lxml-3.7.3.tar.gz 3797713 SHA256 
aa502d78a51ee7d127b4824ff96500f0181d3c7826e6ee7b800d068be79361c7 SHA512 
9bf1142e81b6e1c8a47e296774d7e448d9ed47de3672f7442cc33274b07252baa47a9346efa9d2fda7b7bb66beb95bbc81f0ae16c9f808ff568f330991dd6d13
 WHIRLPOOL 
d3881f308622ed8beb03a59bbf8256a55b92f5cf41c2c9a0c65c1e53acceea33ab93f420151330b09e8dbde3f717d5c095aa0275406355ec4a17105de46b6bae
 DIST lxml-3.8.0.tar.gz 3795205 SHA256 
736f72be15caad8116891eb6aa4a078b590d231fdc63818c40c21624ac71db96 SHA512 
08f6f352e22ed2bc199a5f34a1c6b5f7b41ec282dc0026c9f16a06466c27e39e8eb18608ba4493636170eeac4b0194f7050445e1cc9bd0a4628573c404593088
 WHIRLPOOL 
b09d7509ca55df74c5ced03ca91b72e0f373df6cb22331a452a35cfe3aa305bb9417280ae0b4835cd4abd29f7df465468799fa25c1b8d73215c74fee51e1
 DIST lxml-4.0.0.tar.gz 4217301 SHA256 
f7bc9f702500e205b1560d620f14015fec76dcd6f9e889a946a2ddcc3c344fd0 SHA512 
8aa85ab6a99097ae2eaa0087b3a663aae8ac81a0a4d685bf857571c811c8ccd6410afc414f14c68702a53e90265726af085d0609ec7f0d3cc96e3702772627e8
 WHIRLPOOL 
24ad26d075ecf8f7062a6aa695557628664ce9d23cee7f66218bc373c90feec07bdf8a7f6e4501b996bd4bb208ca173faac1609262c08c6313f5a2d155eed220
+DIST lxml-4.1.0.tar.gz 4247102 SHA256 
be3aaeb5f468a49f523f16736ccff7d82af2b4b303292ba3d052b5b28f3fbe47 SHA512 
c4a1180a119ec2d21ab29d00cf60e72ca38a2c28eca4f221251d0fd1c481650fe78ec975532c38a6a59c441bb6f6469bbb110b6b0e9d6b6fffd68dbcad90fcb6
 WHIRLPOOL 
5e6ab72f5c93ea3e3cb47d530d71e3c41f7724e083e000bc3108974d501b9a387fe368ec1a441f4e9b64fe71fd2b11b540fd78cd659c0761c034e463500078ba

diff --git a/dev-python/lxml/lxml-4.1.0.ebuild 
b/dev-python/lxml/lxml-4.1.0.ebuild
new file mode 100644
index 000..2ab0055cd81
--- /dev/null
+++ b/dev-python/lxml/lxml-4.1.0.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1 eutils flag-o-matic toolchain-funcs
+
+DESCRIPTION="A Pythonic binding for the libxml2 and libxslt libraries"
+HOMEPAGE="http://lxml.de/ https://pypi.python.org/pypi/lxml/ 
https://github.com/lxml/lxml;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD ElementTree GPL-2 PSF-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc examples +threads test"
+
+# Note: lib{xml2,xslt} are used as C libraries, not Python modules.
+RDEPEND="
+   >=dev-libs/libxml2-2.9.2
+   >=dev-libs/libxslt-1.1.28"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/cssselect[${PYTHON_USEDEP}] )
+   "
+
+DISTUTILS_IN_SOURCE_BUILD=1
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.5.0-cross-compile.patch
+
+   # This patch removes a testcase that fails because of issues
+   # in libxml2.
+   #
+   # Upstream bug: https://bugs.launchpad.net/lxml/+bug/1608479
+   "${FILESDIR}"/${PN}-3.6.4-fix-test_xmlschema.patch
+)
+
+python_prepare_all() {
+   # avoid replacing PYTHONPATH in tests.
+   sed -i '/sys\.path/d' test.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile() {
+   if [[ ${EPYTHON} != python3* ]]; then
+   local -x CFLAGS="${CFLAGS}"
+   append-cflags -fno-strict-aliasing
+   fi
+   tc-export PKG_CONFIG
+   distutils-r1_python_compile
+}
+
+python_test() {
+   cp -r -l src/lxml/tests "${BUILD_DIR}"/lib/lxml/ || die
+   cp -r -l src/lxml/html/tests "${BUILD_DIR}"/lib/lxml/html/ || die
+   ln -s "${S}"/doc "${BUILD_DIR}"/ || die
+
+   "${EPYTHON}" test.py -vv --all-levels -p || die "Test ${test} fails 
with ${EPYTHON}"
+}
+
+python_install_all() {
+   if use doc; then
+   local DOCS=( *.txt doc/*.txt )
+   local HTML_DOCS=( doc/html/. )
+   fi
+   if use examples; then
+   docinto examples
+   dodoc -r samples/.
+   fi
+
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   optfeature "Support for BeautifulSoup3 as a parser backend" 
dev-python/beautifulsoup
+   optfeature "Translates CSS selectors to XPath 1.0 expressions" 

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

2017-10-16 Thread Tim Harder
commit: a1fac8a73fb97aebf45daaebefe599d65c67a3be
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Oct 17 00:33:16 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Oct 17 00:33:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1fac8a7

media-video/mkvtoolnix: version bump to 17.0.0

 media-video/mkvtoolnix/Manifest |   1 +
 media-video/mkvtoolnix/mkvtoolnix-17.0.0.ebuild | 110 
 2 files changed, 111 insertions(+)

diff --git a/media-video/mkvtoolnix/Manifest b/media-video/mkvtoolnix/Manifest
index ef380da1e2e..5e93652c382 100644
--- a/media-video/mkvtoolnix/Manifest
+++ b/media-video/mkvtoolnix/Manifest
@@ -1,3 +1,4 @@
 DIST mkvtoolnix-15.0.0.tar.xz 4552588 SHA256 
73dc3b6f0a7147e28c06f44427fa0e824d0a4129e40c942d7642d9f451a51195 SHA512 
5cef57dce4e6ca3d036142e42e302e8a315782ded11fb4c5982b406d389c8709bc7cf2a86d605b7c02797dc7b907dc3895db515e9d3e40976ab14198d9f400c6
 WHIRLPOOL 
ee4bb153c4773535526bcb7352c13eab84a8b7fa28e66862f5bdc931a89e5ba3fc0d4c621f6784a9bd8b3a35c95cd1c1fdae9cfbb85640077b81b0914dc96fa5
 DIST mkvtoolnix-16.0.0.tar.xz 4607360 SHA256 
5dfb2517003f69f3d8b942751200122c2e4cad2a8675b6fc2dfaad5c98e946e0 SHA512 
5255c5a1d995bbf24d414dcdde8de987295581d4a8054164f15dca6019c79d96c9c074dc1892a86cd0084da34079529357efbeb3381addd9dc087b433be493fa
 WHIRLPOOL 
20c2c2b387f78a5c2486692dda1503016447a551cd97d831b551c83e58ebecbf787deaca75d31b0409544eb11d354f2eb21b6585bb21fb30499c91c9af33f4d1
+DIST mkvtoolnix-17.0.0.tar.xz 4606064 SHA256 
9faf7996b84eb68c2b1738ec27217d24480731b24d31c81fbef19daa5844992e SHA512 
9d092949a78bcf063483219245b610c73b73dd6c3bb740e4c30016c49dd35612629679df10265235ad1e7f77422afa913ae9473765611b049eef6d8f2f174fe5
 WHIRLPOOL 
8339b68f449f3275a49c5276def399f4b2156cf890f6cc77c88f501ae3c127d4f12b57c623b9818cad0ab5985d701bad1927c32c7f0a55e8012b209631d00421
 DIST mkvtoolnix-9.6.0.tar.xz 3810216 SHA256 
ebab8dcc59533d248b127d375286eb47880a222ef68ff7a10e1c87d49dbd86bb SHA512 
5f469215a10dc865e51f77c43961705d70b1b0e38d70b930e5065d8d89b8379734d9826a63e2cb7ae9cb6723ed8a1d16793df35bad6244cedaa19bc4df49b436
 WHIRLPOOL 
f90056b595402315651754bf4428762a99a665f8ce78d7eb8d6d5ad3bb8bc95e19b130c154c52c2d1281028ebf78c5834abedf068601382a3fcca9ea2c37aa2a

diff --git a/media-video/mkvtoolnix/mkvtoolnix-17.0.0.ebuild 
b/media-video/mkvtoolnix/mkvtoolnix-17.0.0.ebuild
new file mode 100644
index 000..93682af702f
--- /dev/null
+++ b/media-video/mkvtoolnix/mkvtoolnix-17.0.0.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit toolchain-funcs versionator multiprocessing
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/mbunkus/mkvtoolnix.git;
+   inherit git-r3
+else
+   SRC_URI="https://mkvtoolnix.download/sources/${P}.tar.xz;
+   KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+fi
+
+DESCRIPTION="Tools to create, alter, and inspect Matroska files"
+HOMEPAGE="https://mkvtoolnix.download/ https://github.com/mbunkus/mkvtoolnix;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="debug pch test qt5"
+
+# check NEWS.md for build system changes entries for boost/libebml/libmatroska
+# version requirement updates and other packaging info
+RDEPEND="
+   >=dev-libs/boost-1.49.0:=
+   >=dev-libs/libebml-1.3.5:=
+   dev-libs/jsoncpp:=
+   dev-libs/pugixml
+   media-libs/flac
+   >=media-libs/libmatroska-1.4.8:=
+   media-libs/libogg
+   media-libs/libvorbis
+   sys-apps/file
+   sys-libs/zlib
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtconcurrent:5
+   dev-qt/qtmultimedia:5
+   )
+"
+DEPEND="${RDEPEND}
+   dev-ruby/rake
+   sys-devel/gettext
+   virtual/pkgconfig
+   dev-libs/libxslt
+   app-text/docbook-xsl-stylesheets
+   app-text/po4a
+   test? ( dev-cpp/gtest )
+"
+
+DOCS="AUTHORS NEWS.md README.md"
+
+pkg_pretend() {
+   # https://bugs.gentoo.org/419257
+   local ver=4.6
+   local msg="You need at least GCC ${ver}.x for C++11 range-based 'for' 
and nullptr support."
+   if ! version_is_at_least ${ver} $(gcc-version); then
+   eerror ${msg}
+   die ${msg}
+   fi
+}
+
+src_prepare() {
+   default
+   [[ ${PV} == "" ]] && { ./autogen.sh || die; }
+}
+
+src_configure() {
+   local myconf
+
+   if use qt5 ; then
+   # ac/qt5.m4 finds default Qt version set by qtchooser, bug 
#532600
+   myconf+=(
+   --with-moc=/usr/$(get_libdir)/qt5/bin/moc
+   --with-uic=/usr/$(get_libdir)/qt5/bin/uic
+   --with-rcc=/usr/$(get_libdir)/qt5/bin/rcc
+   --with-qmake=/usr/$(get_libdir)/qt5/bin/qmake
+   )
+   fi
+
+   

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

2017-10-16 Thread Tim Harder
commit: a413d95d80f672b9c6bca993e8e752a13e23f888
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Oct 17 00:14:54 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Oct 17 00:33:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a413d95d

dev-python/lxml: remove old

 dev-python/lxml/Manifest  |  1 -
 dev-python/lxml/lxml-3.7.3.ebuild | 80 ---
 2 files changed, 81 deletions(-)

diff --git a/dev-python/lxml/Manifest b/dev-python/lxml/Manifest
index 20502859b64..8a1db1505ea 100644
--- a/dev-python/lxml/Manifest
+++ b/dev-python/lxml/Manifest
@@ -1,4 +1,3 @@
-DIST lxml-3.7.3.tar.gz 3797713 SHA256 
aa502d78a51ee7d127b4824ff96500f0181d3c7826e6ee7b800d068be79361c7 SHA512 
9bf1142e81b6e1c8a47e296774d7e448d9ed47de3672f7442cc33274b07252baa47a9346efa9d2fda7b7bb66beb95bbc81f0ae16c9f808ff568f330991dd6d13
 WHIRLPOOL 
d3881f308622ed8beb03a59bbf8256a55b92f5cf41c2c9a0c65c1e53acceea33ab93f420151330b09e8dbde3f717d5c095aa0275406355ec4a17105de46b6bae
 DIST lxml-3.8.0.tar.gz 3795205 SHA256 
736f72be15caad8116891eb6aa4a078b590d231fdc63818c40c21624ac71db96 SHA512 
08f6f352e22ed2bc199a5f34a1c6b5f7b41ec282dc0026c9f16a06466c27e39e8eb18608ba4493636170eeac4b0194f7050445e1cc9bd0a4628573c404593088
 WHIRLPOOL 
b09d7509ca55df74c5ced03ca91b72e0f373df6cb22331a452a35cfe3aa305bb9417280ae0b4835cd4abd29f7df465468799fa25c1b8d73215c74fee51e1
 DIST lxml-4.0.0.tar.gz 4217301 SHA256 
f7bc9f702500e205b1560d620f14015fec76dcd6f9e889a946a2ddcc3c344fd0 SHA512 
8aa85ab6a99097ae2eaa0087b3a663aae8ac81a0a4d685bf857571c811c8ccd6410afc414f14c68702a53e90265726af085d0609ec7f0d3cc96e3702772627e8
 WHIRLPOOL 
24ad26d075ecf8f7062a6aa695557628664ce9d23cee7f66218bc373c90feec07bdf8a7f6e4501b996bd4bb208ca173faac1609262c08c6313f5a2d155eed220
 DIST lxml-4.1.0.tar.gz 4247102 SHA256 
be3aaeb5f468a49f523f16736ccff7d82af2b4b303292ba3d052b5b28f3fbe47 SHA512 
c4a1180a119ec2d21ab29d00cf60e72ca38a2c28eca4f221251d0fd1c481650fe78ec975532c38a6a59c441bb6f6469bbb110b6b0e9d6b6fffd68dbcad90fcb6
 WHIRLPOOL 
5e6ab72f5c93ea3e3cb47d530d71e3c41f7724e083e000bc3108974d501b9a387fe368ec1a441f4e9b64fe71fd2b11b540fd78cd659c0761c034e463500078ba

diff --git a/dev-python/lxml/lxml-3.7.3.ebuild 
b/dev-python/lxml/lxml-3.7.3.ebuild
deleted file mode 100644
index f2a0ffd0130..000
--- a/dev-python/lxml/lxml-3.7.3.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1 eutils flag-o-matic toolchain-funcs
-
-DESCRIPTION="A Pythonic binding for the libxml2 and libxslt libraries"
-HOMEPAGE="http://lxml.de/ https://pypi.python.org/pypi/lxml/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD ElementTree GPL-2 PSF-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc examples +threads test"
-
-# Note: lib{xml2,xslt} are used as C libraries, not Python modules.
-RDEPEND="
-   >=dev-libs/libxml2-2.9.2
-   >=dev-libs/libxslt-1.1.28"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/cssselect[${PYTHON_USEDEP}] )
-   "
-
-DISTUTILS_IN_SOURCE_BUILD=1
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-3.5.0-cross-compile.patch
-
-   # This patch removes a testcase that fails because of issues
-   # in libxml2.
-   #
-   # Upstream bug: https://bugs.launchpad.net/lxml/+bug/1608479
-   "${FILESDIR}"/${PN}-3.6.4-fix-test_xmlschema.patch
-)
-
-python_prepare_all() {
-   # avoid replacing PYTHONPATH in tests.
-   sed -i '/sys\.path/d' test.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_compile() {
-   if [[ ${EPYTHON} != python3* ]]; then
-   local -x CFLAGS="${CFLAGS}"
-   append-cflags -fno-strict-aliasing
-   fi
-   tc-export PKG_CONFIG
-   distutils-r1_python_compile
-}
-
-python_test() {
-   cp -r -l src/lxml/tests "${BUILD_DIR}"/lib/lxml/ || die
-   cp -r -l src/lxml/html/tests "${BUILD_DIR}"/lib/lxml/html/ || die
-   ln -s "${S}"/doc "${BUILD_DIR}"/ || die
-
-   "${EPYTHON}" test.py -vv --all-levels -p || die "Test ${test} fails 
with ${EPYTHON}"
-}
-
-python_install_all() {
-   if use doc; then
-   local DOCS=( *.txt doc/*.txt )
-   local HTML_DOCS=( doc/html/. )
-   fi
-   if use examples; then
-   docinto examples
-   dodoc -r samples/.
-   fi
-
-   distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-   optfeature "Support for BeautifulSoup3 as a parser backend" 
dev-python/beautifulsoup
-   optfeature "Translates CSS selectors to XPath 1.0 expressions" 
dev-python/cssselect
-}



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

2017-10-16 Thread Sergei Trofimovich
commit: 7f0cad569cdda8cba91e4aba47edc04d7b385194
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 16 23:17:24 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 16 23:28:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f0cad56

dev-libs/xapian-bindings: stable 1.4.4 for ppc, bug #624912

Package-Manager: Portage-2.3.11, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 dev-libs/xapian-bindings/xapian-bindings-1.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/xapian-bindings/xapian-bindings-1.4.4.ebuild 
b/dev-libs/xapian-bindings/xapian-bindings-1.4.4.ebuild
index 31fc7faf197..fa7b014f92d 100644
--- a/dev-libs/xapian-bindings/xapian-bindings-1.4.4.ebuild
+++ b/dev-libs/xapian-bindings/xapian-bindings-1.4.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ~mips ~ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE="java lua mono perl php python ruby tcl"
 REQUIRED_USE="|| ( java lua mono perl php python ruby tcl )"
 



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

2017-10-16 Thread Sergei Trofimovich
commit: 13d734750e8d66b91aafc046ff8c02a5c9beafb7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 16 23:17:14 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 16 23:28:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d73475

dev-libs/xapian: stable 1.4.4 for ppc, bug #624912

Package-Manager: Portage-2.3.11, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

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

diff --git a/dev-libs/xapian/xapian-1.4.4.ebuild 
b/dev-libs/xapian/xapian-1.4.4.ebuild
index a6222345a32..6b8a947528a 100644
--- a/dev-libs/xapian/xapian-1.4.4.ebuild
+++ b/dev-libs/xapian/xapian-1.4.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0/30" # ABI version of libxapian.so
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sparc x86 
~x64-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~x64-solaris"
 IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +glass +chert 
+inmemory"
 
 DEPEND="sys-libs/zlib"



[gentoo-commits] repo/gentoo:master commit in: net-mail/cyrus-imapd/

2017-10-16 Thread Sergei Trofimovich
commit: fc39d8626552cf6b30f151d42ab38e4fabbff56a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 16 23:27:05 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 16 23:28:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc39d862

net-mail/cyrus-imapd: stable 3.0.4 for ppc, bug #630684

Package-Manager: Portage-2.3.11, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 net-mail/cyrus-imapd/cyrus-imapd-3.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/cyrus-imapd/cyrus-imapd-3.0.4.ebuild 
b/net-mail/cyrus-imapd/cyrus-imapd-3.0.4.ebuild
index 09e58add6f9..ea3be88683a 100644
--- a/net-mail/cyrus-imapd/cyrus-imapd-3.0.4.ebuild
+++ b/net-mail/cyrus-imapd/cyrus-imapd-3.0.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.cyrusimap.org/cyrus-imapd/${MY_P}.tar.gz;
 
 LICENSE="BSD-with-attribution"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
 IUSE="afs backup calalarm caps clamav http jmap kerberos ldap lmdb \
mysql nntp pam perl postgres replication +server sieve snmp \
sphinx sqlite ssl static-libs tcpd test xapian"



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

2017-10-16 Thread Sergei Trofimovich
commit: c76f571816d05be28c744aa22553d586ac1baaa5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 16 23:26:28 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 16 23:28:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c76f5718

app-text/xapian-omega: stable 1.4.4 for ppc, bug #624912

Package-Manager: Portage-2.3.11, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 app-text/xapian-omega/xapian-omega-1.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/xapian-omega/xapian-omega-1.4.4.ebuild 
b/app-text/xapian-omega/xapian-omega-1.4.4.ebuild
index ef64ccd6866..23409931039 100644
--- a/app-text/xapian-omega/xapian-omega-1.4.4.ebuild
+++ b/app-text/xapian-omega/xapian-omega-1.4.4.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/xapian-omega-${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ~mips ~ppc ppc64 x86"
+KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 x86"
 IUSE=""
 
 DEPEND="dev-libs/xapian:0/30



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

2017-10-16 Thread Jonas Stein
commit: 20d5799c4e9d4645032f93004691c49c5fb7205e
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Oct 16 23:08:43 2017 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Mon Oct 16 23:08:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d5799c

profiles: Mask dev-tex/texmfind for removal

dev-tex/texmfind was superseded by app-portage/pfl

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 361dc8e9b2d..7f67d679a57 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Jonas Stein  (17 Oct 2017)
+# dev-tex/texmfind was superseded by app-portage/pfl 
+# See also bug #634494. Masked for removal on 2017-11-30
+dev-tex/texmfind
+
 # Andreas Sturmlechner  (16 Oct 2017)
 # Qt4WebKit is ancient and is likely to have more holes
 # in it than swiss cheese. Bug #620684



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

2017-10-16 Thread Sergei Trofimovich
commit: 4e5ed97fe8b2b0ddb62a7b11dd76180602247551
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 16 22:28:25 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 16 22:41:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e5ed97f

dev-util/geany: stable 1.30.1 for ppc64, bug #622002

Package-Manager: Portage-2.3.11, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 dev-util/geany/geany-1.30.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/geany/geany-1.30.1.ebuild 
b/dev-util/geany/geany-1.30.1.ebuild
index 4fcefba207c..2b8af9efbc4 100644
--- a/dev-util/geany/geany-1.30.1.ebuild
+++ b/dev-util/geany/geany-1.30.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.geany.org/${P}.tar.bz2;
 
 LICENSE="GPL-2+ HPND"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 arm ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
 IUSE="gtk3 +vte"
 
 RDEPEND=">=dev-libs/glib-2.32:2



[gentoo-commits] repo/gentoo:master commit in: app-portage/portage-utils/

2017-10-16 Thread Sergei Trofimovich
commit: a5c3168943022451d5b64ea0d71ca88869e2c340
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 16 22:28:35 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 16 22:41:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c31689

app-portage/portage-utils: stable 0.64 for ppc64, bug #622578

Package-Manager: Portage-2.3.11, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 app-portage/portage-utils/portage-utils-0.64.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/portage-utils/portage-utils-0.64.ebuild 
b/app-portage/portage-utils/portage-utils-0.64.ebuild
index 25e6dff758d..74e72ce8761 100644
--- a/app-portage/portage-utils/portage-utils-0.64.ebuild
+++ b/app-portage/portage-utils/portage-utils-0.64.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+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 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="nls static"
 
 RDEPEND="dev-libs/iniparser:0"



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

2017-10-16 Thread Sergei Trofimovich
commit: 1a731a3947049685a5a97b0287d8e7fe6c5b1078
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 16 22:28:46 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 16 22:41:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a731a39

app-office/lyx: stable 2.2.3-r1 for ppc, bug #621902 (thanks to ernsteiswuerfel)

Package-Manager: Portage-2.3.11, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 app-office/lyx/lyx-2.2.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/lyx/lyx-2.2.3-r1.ebuild 
b/app-office/lyx/lyx-2.2.3-r1.ebuild
index 0245c90b495..d5cbed05158 100644
--- a/app-office/lyx/lyx-2.2.3-r1.ebuild
+++ b/app-office/lyx/lyx-2.2.3-r1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/${MY_P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ia64 ~ppc ppc64 ~sparc ~x86 ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha ~amd64 ~hppa ia64 ppc ppc64 ~sparc ~x86 ~x64-macos ~x86-macos"
 IUSE="aspell cups debug docbook dia dot enchant gnumeric html +hunspell +latex 
monolithic-build nls +qt5 rcs rtf subversion svg"
 
 LANGS="ar ca cs da de el en es eu fi fr gl he hu ia id it ja nb nn pl pt_BR 
pt_PT ro ru sk sr sv tr uk zh_CN zh_TW"



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

2017-10-16 Thread Sergei Trofimovich
commit: b7f2885c2610709ed103bb0e34c3b485e4909bc2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 16 22:28:31 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 16 22:41:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7f2885c

dev-util/geany-plugins: stable 1.30 for ppc64, bug #622002

Package-Manager: Portage-2.3.11, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 dev-util/geany-plugins/geany-plugins-1.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/geany-plugins/geany-plugins-1.30.ebuild 
b/dev-util/geany-plugins/geany-plugins-1.30.ebuild
index 384811f8ee0..d05249e14cd 100644
--- a/dev-util/geany-plugins/geany-plugins-1.30.ebuild
+++ b/dev-util/geany-plugins/geany-plugins-1.30.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://plugins.geany.org/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ia64 ~ppc ppc64 ~sparc x86"
 
 IUSE="gtk3 +autoclose +automark +commander ctags debugger +defineformat 
enchant git gpg gtkspell lua multiterm nls +overview python scope soup"
 REQUIRED_USE="



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

2017-10-16 Thread Sergei Trofimovich
commit: e8e22dae05355239b320889b6ccfae0542d0e023
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 16 22:28:40 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 16 22:41:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8e22dae

dev-libs/libwacom: stable 0.25 for ppc64, bug #622820

Package-Manager: Portage-2.3.11, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-libs/libwacom/libwacom-0.25.ebuild 
b/dev-libs/libwacom/libwacom-0.25.ebuild
index 2b4ee37ff6c..ff90b321b00 100644
--- a/dev-libs/libwacom/libwacom-0.25.ebuild
+++ b/dev-libs/libwacom/libwacom-0.25.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/linuxwacom/${PN}/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 arm ~ia64 ~ppc ppc64 ~sparc ~x86"
 IUSE="doc static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Digest-GOST/, dev-perl/Digest-GOST/files/

2017-10-16 Thread Kent Fredric
commit: a63a99f38ca651a6a266369a360eda0189f1d116
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct 16 22:30:54 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Oct 16 22:34:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a63a99f3

dev-perl/Digest-GOST: Fix broken linking on BigEndian bug #608214

-r1 bump because people who previously built this withour running tests
have a silently broken install.

Closes: https://bugs.gentoo.org/608214
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 ...-0.60.0.ebuild => Digest-GOST-0.60.0-r1.ebuild} |  1 +
 .../files/Digest-GOST-0.60.0-bigendian-link.patch  | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/dev-perl/Digest-GOST/Digest-GOST-0.60.0.ebuild 
b/dev-perl/Digest-GOST/Digest-GOST-0.60.0-r1.ebuild
similarity index 90%
rename from dev-perl/Digest-GOST/Digest-GOST-0.60.0.ebuild
rename to dev-perl/Digest-GOST/Digest-GOST-0.60.0-r1.ebuild
index 126317e2ab8..e7f28397c7e 100644
--- a/dev-perl/Digest-GOST/Digest-GOST-0.60.0.ebuild
+++ b/dev-perl/Digest-GOST/Digest-GOST-0.60.0-r1.ebuild
@@ -23,3 +23,4 @@ DEPEND="${RDEPEND}
>=virtual/perl-Test-Simple-0.820.0
)
 "
+PATCHES=( "${FILESDIR}/${P}-bigendian-link.patch" )

diff --git a/dev-perl/Digest-GOST/files/Digest-GOST-0.60.0-bigendian-link.patch 
b/dev-perl/Digest-GOST/files/Digest-GOST-0.60.0-bigendian-link.patch
new file mode 100644
index 000..bc43f7e079a
--- /dev/null
+++ b/dev-perl/Digest-GOST/files/Digest-GOST-0.60.0-bigendian-link.patch
@@ -0,0 +1,43 @@
+From c7dda2667b15cb9cf44856bd0d8efc9321eca354 Mon Sep 17 00:00:00 2001
+From: Sergei Trofimovich 
+Date: Mon, 16 Oct 2017 10:27:32 +0100
+Subject: Fix link failure on big-endian platforms.
+
+On powerpc64 tests failed as:
+
+```
+Failed 2/2 subtests
+===(   2;0  0/?  0/?  0/? 
)=Can't load 
'.../Digest-GOST-0.06/blib/arch/auto/Digest/GOST/GOST.so' for
+module Digest::GOST: 
.../Digest-GOST-0.06/blib/arch/auto/Digest/GOST/GOST.so: undefined symbol: 
rhash_u32_swap_copy at /usr/lib64/perl5/5.24.3/powerpc64-linux/DynaLoader.pm 
line 193.
+```
+
+rhash_u32_swap_copy() is a function local to this package.
+Seems to be used only for big-endian case.
+
+The fix is to add missing 'src/byte_order.c' file.
+
+All tests pass with patch applied.
+
+Bug: https://bugs.gentoo.org/608214
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=120092
+Bug: https://github.com/gray/digest-gost/pull/1
+Signed-off-by: Sergei Trofimovich 
+---
+ GOST.xs | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/GOST.xs b/GOST.xs
+index 1dfd33c..4ea6f35 100644
+--- a/GOST.xs
 b/GOST.xs
+@@ -6,6 +6,7 @@
+ #include "ppport.h"
+ 
+ #include "src/gost.c"
++#include "src/byte_order.c"
+ 
+ static int
+ hex_encode (char *dest, const unsigned char *src, int len) {
+-- 
+2.14.2
+



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

2017-10-16 Thread Jeroen Roovers
commit: 187aae663128101c709b9262f8032226e714eca9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Oct 16 22:28:42 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Oct 16 22:29:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=187aae66

app-shells/hstr: Use AC_SEARCH_LIBS not AC_CHECK_LIB (bug #634428).

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 app-shells/hstr/files/hstr-1.23-tinfo.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/hstr/files/hstr-1.23-tinfo.patch 
b/app-shells/hstr/files/hstr-1.23-tinfo.patch
index 2dbd8dcf0c9..85a4743c0e9 100644
--- a/app-shells/hstr/files/hstr-1.23-tinfo.patch
+++ b/app-shells/hstr/files/hstr-1.23-tinfo.patch
@@ -5,7 +5,7 @@
  AC_CHECK_LIB(readline, using_history, [], [AC_MSG_ERROR([Could not find 
readline library])])
  # ncurses might be linked in libtinfo
 -#AC_CHECK_LIB(tinfo, keypad, [], [AC_MSG_ERROR([Could not find tinfo 
library])])
-+AC_CHECK_LIB(tinfo, keypad, [], [AC_MSG_ERROR([Could not find tinfo 
library])])
++AC_SEARCH_LIBS(keypad, tinfo, [], [AC_MSG_ERROR([Could not find tinfo 
library])])
  
  # Checks for header files.
  AC_CHECK_HEADER(assert.h)



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

2017-10-16 Thread Sergei Trofimovich
commit: 9e6fc824cdc0477507342fbd57843c315cda725d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 16 21:55:21 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 16 22:27:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e6fc824

dev-ruby/ffi: stable 1.9.18 for hppa, bug #633662

Package-Manager: Portage-2.3.11, Repoman-2.3.3
RepoMan-Options: --include-arches="hppa"

 dev-ruby/ffi/ffi-1.9.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ffi/ffi-1.9.18.ebuild b/dev-ruby/ffi/ffi-1.9.18.ebuild
index 75827cd6486..fc1557b43b5 100644
--- a/dev-ruby/ffi/ffi-1.9.18.ebuild
+++ b/dev-ruby/ffi/ffi-1.9.18.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${PN}-git-${PV}.
 IUSE=""
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ppc ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND+=" virtual/libffi"
 DEPEND+=" virtual/libffi"



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

2017-10-16 Thread Sergei Trofimovich
commit: f5e6c8e41c8659552236c911fd095f1f41dbd51a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 16 22:27:05 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 16 22:27:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5e6c8e4

app-office/lyx: stable 2.2.3-r1 for ppc64, bug #621902

Package-Manager: Portage-2.3.11, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 app-office/lyx/lyx-2.2.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/lyx/lyx-2.2.3-r1.ebuild 
b/app-office/lyx/lyx-2.2.3-r1.ebuild
index e0bbb61fcb2..0245c90b495 100644
--- a/app-office/lyx/lyx-2.2.3-r1.ebuild
+++ b/app-office/lyx/lyx-2.2.3-r1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/${MY_P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha ~amd64 ~hppa ia64 ~ppc ppc64 ~sparc ~x86 ~x64-macos 
~x86-macos"
 IUSE="aspell cups debug docbook dia dot enchant gnumeric html +hunspell +latex 
monolithic-build nls +qt5 rcs rtf subversion svg"
 
 LANGS="ar ca cs da de el en es eu fi fr gl he hu ia id it ja nb nn pl pt_BR 
pt_PT ro ru sk sr sv tr uk zh_CN zh_TW"



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

2017-10-16 Thread Matt Turner
commit: b00f0067274ca20b31846deda11d74dbce913acb
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Oct 16 22:15:20 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Oct 16 22:15:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b00f0067

dev-libs/libxml2-2.9.4-r3: alpha stable, bug 623206

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-libs/libxml2/libxml2-2.9.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libxml2/libxml2-2.9.4-r3.ebuild 
b/dev-libs/libxml2/libxml2-2.9.4-r3.ebuild
index 6a3443c3695..16bd2624793 100644
--- a/dev-libs/libxml2/libxml2-2.9.4-r3.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.4-r3.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.xmlsoft.org/;
 
 LICENSE="MIT"
 SLOT="2"
-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 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="debug examples icu ipv6 lzma python readline static-libs test"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/LWP-Protocol-https/

2017-10-16 Thread Kent Fredric
commit: f98264c2d8dcb093a805f7856e9d0b17e4ccf230
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Oct 16 21:25:21 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Oct 16 21:27:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98264c2

dev-perl/LWP-Protocol-https: Remove redundant SRC_URI bug #634432

Previously this package needed a SRC_URI for patches, but those patches
are now deployed from ${FILESDIR}, and the SRC_URI is just redundant.

And now, the SRC_URI failing to exist causes install failures

Closes: https://bugs.gentoo.org/634432
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.60.0.ebuild | 1 -
 dev-perl/LWP-Protocol-https/Manifest | 1 -
 2 files changed, 2 deletions(-)

diff --git a/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.60.0.ebuild 
b/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.60.0.ebuild
index 6ccd6071570..2e7af81eb13 100644
--- a/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.60.0.ebuild
+++ b/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.60.0.ebuild
@@ -8,7 +8,6 @@ MODULE_VERSION=6.06
 inherit perl-module
 
 DESCRIPTION="Provide https support for LWP::UserAgent"
-SRC_URI+=" 
https://dev.gentoo.org/~tove/distfiles/${CATEGORY}/${PN}/${PN}_ca-cert-r1.patch.gz;
 
 SLOT="0"
 IUSE=""

diff --git a/dev-perl/LWP-Protocol-https/Manifest 
b/dev-perl/LWP-Protocol-https/Manifest
index ba48c7323df..497e663b5ab 100644
--- a/dev-perl/LWP-Protocol-https/Manifest
+++ b/dev-perl/LWP-Protocol-https/Manifest
@@ -1,3 +1,2 @@
 DIST LWP-Protocol-https-6.06.tar.gz 8376 SHA256 
b86c83cc1dcf4a6f84e2fbe32f9c39591a36e6e418af00533505f3452496adef SHA512 
acc65d63da858f25cf9cc1e11d074f035e8ead4c1ffea22bac930f61100ff98f2bf0bb4ede12219d6c22bd5fe4d99532a45fe5cbc9a4b863dd16b0c379f8d2ea
 WHIRLPOOL 
a7baea45b51a4646ca014eb63684ea21a86d89b53e6ee551276b9b94fe4508b102c20e6e1f5fc6507ccedd1f4fa4cf3dfb3e68d7982e5c3c1822631f4883
 DIST LWP-Protocol-https-6.07.tar.gz 9184 SHA256 
522cc946cf84a1776304a5737a54b8822ec9e79b264d0ba0722a70473dbfb9e7 SHA512 
4a07cd8a1c44e31781069a632a77f3af43747933420e831b4fd4a12faac7dc04f0c6b10ea773c3e14ecb66209a547b3587c0e3f481a55b9929db65f7b10343aa
 WHIRLPOOL 
a6e1a3d38b522721fdedcbb86b2df53346d68ba9f1777e91fbda3e7ba5b9ba9523e52c89257e8933c4df93e6735fd5155f2dde2a0cf6b74a71c46366c3bbe47b
-DIST LWP-Protocol-https_ca-cert-r1.patch.gz 597 SHA256 
c8eee81eb55537aa47637b3e218a6c1fec13ca362a9d397b085eb8703fbee851 SHA512 
9cc73a042e8c8a9e6bcd377d70978063d3da4c263da35097306b916990845d19580c7cb9fbf7b63efa280366969fcda38a9ac8c2b443891dcf6ac522edab6c0c
 WHIRLPOOL 
743d272adbd4ce461ce50072ba443557a4eb9cf4cf1f0d4d867a19515e4d8bd85bf3bcfa0bd6f1657d758cef3ba24022aafca6cd029d352aa02651f6bdbfc05f



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

2017-10-16 Thread José María Alonso
commit: 9ec5beb79db518a536960a498e6d41ad7d0ffd5b
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon Oct 16 21:19:36 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon Oct 16 21:19:36 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9ec5beb7

dev-lisp/madeira-port: Drops package

 dev-lisp/madeira-port/madeira-port-.ebuild | 17 -
 1 file changed, 17 deletions(-)

diff --git a/dev-lisp/madeira-port/madeira-port-.ebuild 
b/dev-lisp/madeira-port/madeira-port-.ebuild
deleted file mode 100644
index 950ee625..
--- a/dev-lisp/madeira-port/madeira-port-.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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};
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-lisp/eos"
-RDEPEND="${DEPEND}"



[gentoo-commits] proj/lisp:master commit in: dev-lisp/linedit/, dev-lisp/linedit/files/

2017-10-16 Thread José María Alonso
commit: cdff442df5a8e313ac5c8c7b8ccfc141dab8abbb
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon Oct 16 21:18:24 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon Oct 16 21:18:24 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cdff442d

dev-lisp/linedit: Drops live ebuild

 .../files/-linedit.asd-uffi-glue-gentoo.patch  | 20 ---
 dev-lisp/linedit/linedit-.ebuild   | 66 --
 2 files changed, 86 deletions(-)

diff --git a/dev-lisp/linedit/files/-linedit.asd-uffi-glue-gentoo.patch 
b/dev-lisp/linedit/files/-linedit.asd-uffi-glue-gentoo.patch
deleted file mode 100644
index 97dabc4d..
--- a/dev-lisp/linedit/files/-linedit.asd-uffi-glue-gentoo.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -Nuar a/linedit.asd b/linedit.asd
 a/linedit.asd  2014-07-26 14:24:03.109913304 +0200
-+++ b/linedit.asd  2014-07-26 14:25:34.279912792 +0200
-@@ -75,10 +75,13 @@
-(:file "matcher" :depends-on ("packages"))
- 
-;; Backend
--   (:file "backend" :depends-on ("utility-macros"))
--   (:uffi-c-source-file "terminal_glue")
-+   ;(:file "backend" :depends-on ("utility-macros"))
-+   ;(:uffi-c-source-file "terminal_glue")
-+   (:file "uffi-loader" :depends-on ("packages"))
-+   (:file "backend" :depends-on ("utility-macros" "uffi-loader"))
-+ 
-(:file "terminal-translations" :depends-on ("packages"))
--   (:file "terminal" :depends-on ("terminal-translations" "backend" 
"terminal_glue"))
-+   (:file "terminal" :depends-on ("terminal-translations" "backend" 
"uffi-loader"))
-(:file "smart-terminal" :depends-on ("terminal" "matcher"))
-(:file "dumb-terminal" :depends-on ("terminal"))
- 

diff --git a/dev-lisp/linedit/linedit-.ebuild 
b/dev-lisp/linedit/linedit-.ebuild
deleted file mode 100644
index bccaff67..
--- a/dev-lisp/linedit/linedit-.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 flag-o-matic git-r3 multilib toolchain-funcs
-
-DESCRIPTION="Linedit is a readline-style library written in Common Lisp."
-HOMEPAGE="http://www.common-lisp.net/project/linedit/;
-EGIT_REPO_URI="https://gitlab.common-lisp.net/${PN}/${PN}.git;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-   dev-lisp/alexandria
-   dev-lisp/madeira-port
-   >=dev-lisp/osicat-0.6.0
-   dev-lisp/terminfo
-   dev-lisp/uffi"
-
-CFILES="terminal_glue"
-
-@cc() {
-   local cc=$(tc-getCC)
-   echo "${cc}" "${@}"
-   "${cc}" "${@}"
-}
-
-create_uffi_loader() {
-   cat > uffi-loader.lisp <<-EOF
-    -*- mode: lisp; syntax: common-lisp; indent-tabs-mode: nil; base: 
10; package: linedit -*-
-   (in-package :linedit)
-
-   (uffi:load-foreign-library 
#p"/usr/$(get_libdir)/linedit/terminal_glue.so")
-   EOF
-}
-
-cleanup_terminfo_files() {
-   rm "${D}/${CLSOURCEROOT}/${PN}/terminfo.lisp" || die
-   rm "${D}/${CLSYSTEMROOT}/terminfo.asd" || die
-}
-
-src_prepare() {
-   default
-   eapply "${FILESDIR}"/${PV}-${PN}.asd-uffi-glue-gentoo.patch
-   create_uffi_loader
-}
-
-src_compile() {
-   strip-flags
-   for filename in "${CFILES}" ; do
-   @cc "${filename}.c" ${CFLAGS} ${LDFLAGS} \
-   -fPIC -DPIC -shared -Wl,-soname="${filename}" -o 
"${filename}.so" \
-   || die "Cannot compile ${filename}.c"
-   done
-}
-
-src_install() {
-   common-lisp-install-sources *.lisp ports/
-   common-lisp-install-asdf
-   cleanup_terminfo_files
-   exeinto "/usr/$(get_libdir)/${PN}"
-   doexe *.so
-}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/linedit/, dev-lisp/linedit/files/

2017-10-16 Thread José María Alonso
commit: 6aa322fae7f3c46b013dea5c0942b6272b1a4fcb
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon Oct 16 21:16:10 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon Oct 16 21:16:10 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6aa322fa

dev-lisp/linedit: Bumps version to 0.17.5

 .../0.17.5-linedit.asd-drop-madeira-port.patch | 21 
 .../files/0.17.5-linedit.asd-uffi-glue.patch   | 58 ++
 .../{linedit-.ebuild => linedit-0.17.5.ebuild} | 35 ++---
 dev-lisp/linedit/linedit-.ebuild   |  1 +
 4 files changed, 96 insertions(+), 19 deletions(-)

diff --git a/dev-lisp/linedit/files/0.17.5-linedit.asd-drop-madeira-port.patch 
b/dev-lisp/linedit/files/0.17.5-linedit.asd-drop-madeira-port.patch
new file mode 100644
index ..a6576ec9
--- /dev/null
+++ b/dev-lisp/linedit/files/0.17.5-linedit.asd-drop-madeira-port.patch
@@ -0,0 +1,21 @@
+diff -Nuar a/linedit.asd b/linedit.asd
+--- a/linedit.asd  2017-10-16 23:10:11.424173773 +0200
 b/linedit.asd  2017-10-16 23:10:48.764173614 +0200
+@@ -30,7 +30,6 @@
+   :licence "MIT"
+   :author "Nikodemus Siivola "
+   :depends-on (:uffi :terminfo :osicat :alexandria)
+-  :defsystem-depends-on (:madeira-port)
+   :components
+   (
+;; Common
+@@ -60,6 +59,6 @@
+(:module "ports"
+ :depends-on ("main")
+ :components
+-((:madeira-port "sbcl" :when :sbcl)
+- (:madeira-port "ccl" :when :ccl)
+- (:madeira-port "generic" :unless (:or :sbcl :ccl))
++((:file "sbcl" :if-feature :sbcl)
++(:file "ccl" :if-feature :ccl)
++(:file "generic" :if-feature (:not (:or :sbcl :ccl)))

diff --git a/dev-lisp/linedit/files/0.17.5-linedit.asd-uffi-glue.patch 
b/dev-lisp/linedit/files/0.17.5-linedit.asd-uffi-glue.patch
new file mode 100644
index ..fbbd38da
--- /dev/null
+++ b/dev-lisp/linedit/files/0.17.5-linedit.asd-uffi-glue.patch
@@ -0,0 +1,58 @@
+diff -Nuar a/linedit.asd b/linedit.asd
+--- a/linedit.asd  2015-06-24 00:10:05.0 +0200
 b/linedit.asd  2017-10-16 21:17:13.314174329 +0200
+@@ -24,40 +24,6 @@
+ 
+ (in-package :linedit-system)
+ 
+-(defvar *gcc* "/usr/bin/gcc")
+-
+-(defvar *gcc-options*
+-  #-(or darwin macosx)
+-  (list "-shared" "-fPIC")
+-  #+(or darwin macosx)
+-  (append
+-   (list "-dynamic"  "-bundle")
+-   #+(or x86 x86-64)
+-   (list "-arch" "x86_64" "-arch" "i386")
+-   #-sbcl
+-   (list "/usr/lib/bundle1.o" "-flat_namespace" "-undefined" "suppress")))
+-
+-;;; Separate class so that we don't mess up other packages
+-(defclass uffi-c-source-file (c-source-file) ())
+-
+-(defmethod output-files ((o compile-op) (c uffi-c-source-file))
+-  (list (make-pathname :name (component-name c)
+- :type #-(or darwin macosx) "so" #+(or darwin macosx) 
"dylib"
+- :defaults (component-pathname c
+-
+-(defmethod perform ((o load-op) (c uffi-c-source-file))
+-  (let ((loader (intern (symbol-name '#:load-foreign-library) :uffi)))
+-(dolist (f (asdf::input-files o c))
+-  (funcall loader f :module (pathname-name f)
+-
+-(defmethod perform ((o compile-op) (c uffi-c-source-file))
+-  (unless (zerop (run-shell-command "~S ~S ~{~S ~}-o ~S"
+-  *gcc*
+-  (namestring (component-pathname c))
+-  *gcc-options*
+-  (namestring (car (output-files o c)
+-(error 'operation-error :component c :operation o)))
+-
+ (defsystem :linedit
+   :version "0.17.5"
+   :description "Readline-style library."
+@@ -74,10 +40,10 @@
+(:file "matcher" :depends-on ("packages"))
+ 
+;; Backend
+-   (:file "backend" :depends-on ("utility-macros"))
+-   (:uffi-c-source-file "terminal_glue")
++   (:file "uffi-loader" :depends-on ("packages"))
++   (:file "backend" :depends-on ("utility-macros" "uffi-loader"))
+(:file "terminal-translations" :depends-on ("packages"))
+-   (:file "terminal" :depends-on ("terminal-translations" "backend" 
"terminal_glue"))
++   (:file "terminal" :depends-on ("terminal-translations" "backend" 
"uffi-loader"))
+(:file "smart-terminal" :depends-on ("terminal" "matcher"))
+(:file "dumb-terminal" :depends-on ("terminal"))
+ 

diff --git a/dev-lisp/linedit/linedit-.ebuild 
b/dev-lisp/linedit/linedit-0.17.5.ebuild
similarity index 55%
copy from dev-lisp/linedit/linedit-.ebuild
copy to dev-lisp/linedit/linedit-0.17.5.ebuild
index 01dcc0d7..c120ec65 100644
--- a/dev-lisp/linedit/linedit-.ebuild
+++ b/dev-lisp/linedit/linedit-0.17.5.ebuild
@@ -3,24 +3,23 @@
 
 EAPI=6
 
-inherit common-lisp-3 flag-o-matic git-r3 multilib toolchain-funcs
+inherit common-lisp-3 eutils flag-o-matic multilib toolchain-funcs
 
 DESCRIPTION="Linedit is a readline-style library written in Common Lisp."
 HOMEPAGE="http://www.common-lisp.net/project/linedit/;

[gentoo-commits] repo/gentoo:master commit in: app-crypt/pinentry/, app-crypt/pinentry/files/

2017-10-16 Thread Kristian Fiskerstrand
commit: 2fabf9cabaf1f4bab9f924afa116d1c7d84680b9
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Mon Oct 16 21:14:28 2017 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Mon Oct 16 21:14:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fabf9ca

app-crypt/pinentry: Fix grabbing issue in awesomewm

Bug: https://bugs.gentoo.org/609678
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 ...isable-tooltips-in-keyboard-grabbing-mode.patch | 47 ++
 ...nentry-1.0.0-gtk2-Fix-a-problem-with-fvwm.patch | 47 ++
 ...ry-1.0.0-r1.ebuild => pinentry-1.0.0-r2.ebuild} |  2 +
 3 files changed, 96 insertions(+)

diff --git 
a/app-crypt/pinentry/files/pinentry-1.0.0-Disable-tooltips-in-keyboard-grabbing-mode.patch
 
b/app-crypt/pinentry/files/pinentry-1.0.0-Disable-tooltips-in-keyboard-grabbing-mode.patch
new file mode 100644
index 000..7724d1beae8
--- /dev/null
+++ 
b/app-crypt/pinentry/files/pinentry-1.0.0-Disable-tooltips-in-keyboard-grabbing-mode.patch
@@ -0,0 +1,47 @@
+From 1590b664d88be8386a4664c2994b685187d1eb25 Mon Sep 17 00:00:00 2001
+From: Damien Goutte-Gattat 
+Date: Thu, 3 Aug 2017 22:56:49 +0200
+Subject: [PATCH 1/6] gtk: Disable tooltips in keyboard-grabbing mode.
+
+* gtk+-2:/pinentry-gtk-2.c (show_hide_button): Do not show the
+tooltip if we attempt to grab the keyboard.
+(create_window): Likewise.
+--
+
+For unclear reasons, those tooltips may interfere with grabbing
+under some tiling window managers.
+
+GnuPG-bug-id: 3297
+Signed-off-by: Damien Goutte-Gattat 
+---
+ gtk+-2/pinentry-gtk-2.c | 7 +--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+diff --git a/gtk+-2/pinentry-gtk-2.c b/gtk+-2/pinentry-gtk-2.c
+index d467ec5..f17a702 100644
+--- a/gtk+-2/pinentry-gtk-2.c
 b/gtk+-2/pinentry-gtk-2.c
+@@ -516,7 +516,10 @@ show_hide_button_toggled (GtkWidget *widget, gpointer 
data)
+ }
+ 
+   gtk_label_set_markup (GTK_LABEL(label), text);
+-  gtk_widget_set_tooltip_text (GTK_WIDGET(button), tooltip);
++  if (!pinentry->grab)
++{
++  gtk_widget_set_tooltip_text (GTK_WIDGET(button), tooltip);
++}
+   g_free (tooltip);
+ }
+ 
+@@ -736,7 +739,7 @@ create_window (pinentry_t ctx)
+ gtk_progress_bar_set_text (GTK_PROGRESS_BAR (qualitybar),
+QUALITYBAR_EMPTY_TEXT);
+ gtk_progress_bar_set_fraction (GTK_PROGRESS_BAR (qualitybar), 0.0);
+-  if (pinentry->quality_bar_tt)
++  if (pinentry->quality_bar_tt && !pinentry->grab)
+   {
+ #if !GTK_CHECK_VERSION (2, 12, 0)
+ gtk_tooltips_set_tip (GTK_TOOLTIPS (tooltips), qualitybar,
+-- 
+2.13.6
+

diff --git 
a/app-crypt/pinentry/files/pinentry-1.0.0-gtk2-Fix-a-problem-with-fvwm.patch 
b/app-crypt/pinentry/files/pinentry-1.0.0-gtk2-Fix-a-problem-with-fvwm.patch
new file mode 100644
index 000..f7476de1ff6
--- /dev/null
+++ b/app-crypt/pinentry/files/pinentry-1.0.0-gtk2-Fix-a-problem-with-fvwm.patch
@@ -0,0 +1,47 @@
+From b0e0bdeac5d40ca645afc9017778b39a26303523 Mon Sep 17 00:00:00 2001
+From: Werner Koch 
+Date: Wed, 11 Jan 2017 18:40:17 +0100
+Subject: [PATCH 01/25] gtk2: Fix a problem with fvwm
+
+* gtk+-2/pinentry-gtk-2.c (grab_pointer): Take care of
+GDK_GRAB_ALREADY_GRABBED.
+--
+
+Debian-bug-id: 850708
+Co-authored-by: Vincent Lefevre 
+Signed-off-by: Werner Koch 
+---
+ gtk+-2/pinentry-gtk-2.c | 10 --
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+diff --git a/gtk+-2/pinentry-gtk-2.c b/gtk+-2/pinentry-gtk-2.c
+index 473c4aa..e37601f 100644
+--- a/gtk+-2/pinentry-gtk-2.c
 b/gtk+-2/pinentry-gtk-2.c
+@@ -203,7 +203,12 @@ grab_pointer (GtkWidget *win, GdkEvent *event, gpointer 
data)
+   (void)data;
+ 
+   /* Change the cursor for the duration of the grab to indicate that
+- something is going on.  */
++   * something is going on.  The fvwm window manager grabs the pointer
++   * for a short time and thus we may end up with the already grabbed
++   * error code.  Actually this error code should be used to detect a
++   * malicious grabbing application but with fvwm this renders
++   * Pinentry only unusable.  Thus we try again several times also for
++   * that error code.  See Debian bug 850708 for details.  */
+   /* XXX: It would be nice to have a key cursor, unfortunately there
+  is none readily available.  */
+   cursor = gdk_cursor_new_for_display (gtk_widget_get_display (win),
+@@ -215,7 +220,8 @@ grab_pointer (GtkWidget *win, GdkEvent *event, gpointer 
data)
+ NULL /* confine to */,
+ cursor,
+ gdk_event_get_time (event));
+-  while (tries++ < max_tries && err == GDK_GRAB_NOT_VIEWABLE);
++  while (tries++ < max_tries && (err == GDK_GRAB_NOT_VIEWABLE
++ || err == GDK_GRAB_ALREADY_GRABBED));
+ 
+   if 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test2-Suite/

2017-10-16 Thread Sergei Trofimovich
commit: 9e52ccfa2278a9ffa1d7b1efdbe638349eed9ace
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 16 20:50:48 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 16 20:50:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e52ccfa

dev-perl/Test2-Suite: keyworded 0.0.77 for ia64, bug #633932

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

 dev-perl/Test2-Suite/Test2-Suite-0.0.77.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test2-Suite/Test2-Suite-0.0.77.ebuild 
b/dev-perl/Test2-Suite/Test2-Suite-0.0.77.ebuild
index 34cc3901348..cd20cce8ff5 100644
--- a/dev-perl/Test2-Suite/Test2-Suite-0.0.77.ebuild
+++ b/dev-perl/Test2-Suite/Test2-Suite-0.0.77.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="A rich set of tools built upon the Test2 framework"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Params-ValidationCompiler/

2017-10-16 Thread Sergei Trofimovich
commit: f6f50a2ee480f4088857ba004c64657bf3dab92a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 16 20:51:17 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 16 20:51:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6f50a2e

dev-perl/Params-ValidationCompiler: keyworded 0.240.0 for ia64, bug #633934

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

 .../Params-ValidationCompiler/Params-ValidationCompiler-0.240.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.240.0.ebuild 
b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.240.0.ebuild
index fb5704db50e..f18aea7c416 100644
--- 
a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.240.0.ebuild
+++ 
b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.240.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Build an optimized subroutine parameter validator once, use it 
forever"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Without-Module/

2017-10-16 Thread Sergei Trofimovich
commit: f59550e2a01f82702f8b632a8469f93ad6298f35
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 16 20:50:54 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 16 20:50:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f59550e2

dev-perl/Test-Without-Module: keyworded 0.200.0 for ia64, bug #633934

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

 dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild 
b/dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild
index f3348baf5a6..0a3902af4d4 100644
--- a/dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild
+++ b/dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Test fallback behaviour in absence of modules"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND=""



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

2017-10-16 Thread Sergei Trofimovich
commit: f4afc52bccdab214fba47c4f5f493f42d8cb2b5b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 16 20:50:35 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 16 20:50:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4afc52b

dev-perl/Importer: keyworded 0.24.0 for ia64, bug #633932

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

 dev-perl/Importer/Importer-0.24.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Importer/Importer-0.24.0.ebuild 
b/dev-perl/Importer/Importer-0.24.0.ebuild
index 7a2a4be7fd6..b8850f122eb 100644
--- a/dev-perl/Importer/Importer-0.24.0.ebuild
+++ b/dev-perl/Importer/Importer-0.24.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Alternative interface to modules that export symbols"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-Info/

2017-10-16 Thread Sergei Trofimovich
commit: 66846c29273c0909266f508da9b8c2c44d527833
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 16 20:50:39 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 16 20:50:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66846c29

dev-perl/Sub-Info: keyworded 0.2.0 for ia64, bug #633932

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

 dev-perl/Sub-Info/Sub-Info-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sub-Info/Sub-Info-0.2.0.ebuild 
b/dev-perl/Sub-Info/Sub-Info-0.2.0.ebuild
index e81844ac59b..bbc3b6f417c 100644
--- a/dev-perl/Sub-Info/Sub-Info-0.2.0.ebuild
+++ b/dev-perl/Sub-Info/Sub-Info-0.2.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Tool for inspecting subroutines"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test2-Plugin-NoWarnings/

2017-10-16 Thread Sergei Trofimovich
commit: 4fb7bfe29708f8c46b75b078f702c27f4cbd67e4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 16 20:50:59 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 16 20:50:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb7bfe2

dev-perl/Test2-Plugin-NoWarnings: keyworded 0.50.0 for ia64, bug #633934

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

 dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.50.0.ebuild 
b/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.50.0.ebuild
index fb4a7b15915..7e155715387 100644
--- a/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.50.0.ebuild
+++ b/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.50.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Fail if tests warn"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Term-Table/

2017-10-16 Thread Sergei Trofimovich
commit: d3f880ede16e66cff4fd3005cd7aa9f6b8d22705
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 16 20:50:43 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 16 20:50:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f880ed

dev-perl/Term-Table: keyworded 0.8.0 for ia64, bug #633932

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

 dev-perl/Term-Table/Term-Table-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Term-Table/Term-Table-0.8.0.ebuild 
b/dev-perl/Term-Table/Term-Table-0.8.0.ebuild
index 56fbc7a9003..6d0d4493880 100644
--- a/dev-perl/Term-Table/Term-Table-0.8.0.ebuild
+++ b/dev-perl/Term-Table/Term-Table-0.8.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module eutils
 
 DESCRIPTION="Format a header and rows into a table"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-10-16 Thread Sergei Trofimovich
commit: 765cdb01968fb3f17c64a86f6213adb45bc4de26
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 16 20:39:15 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 16 20:39:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=765cdb01

media-gfx/potrace: stable 1.14 for hppa, bug #610062

Package-Manager: Portage-2.3.11, Repoman-2.3.3
RepoMan-Options: --include-arches="hppa"

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

diff --git a/media-gfx/potrace/potrace-1.14.ebuild 
b/media-gfx/potrace/potrace-1.14.ebuild
index f8bf164ed65..848cd6abb3c 100644
--- a/media-gfx/potrace/potrace-1.14.ebuild
+++ b/media-gfx/potrace/potrace-1.14.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://potrace.sourceforge.net/download/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="metric static-libs"
 
 RDEPEND="sys-libs/zlib"



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

2017-10-16 Thread Kristian Fiskerstrand
commit: 9180e836c5fbd22c5aecde178597faa0bcaaf30e
Author: PPed72  iol  it>
AuthorDate: Wed Aug 30 14:38:06 2017 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Mon Oct 16 20:36:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9180e836

net-p2p/deluge: fix to preferences ui

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

 net-p2p/deluge/deluge-1.3.15-r1.ebuild | 144 +
 .../deluge-1.3.15-r1-fix-preferences-ui.patch  |  32 +
 2 files changed, 176 insertions(+)

diff --git a/net-p2p/deluge/deluge-1.3.15-r1.ebuild 
b/net-p2p/deluge/deluge-1.3.15-r1.ebuild
new file mode 100644
index 000..e76bbab1485
--- /dev/null
+++ b/net-p2p/deluge/deluge-1.3.15-r1.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python2_7 )
+DISTUTILS_SINGLE_IMPL=1
+PLOCALES="af ar ast be bg bn bs ca cs cy da de el en_AU en_CA en_GB eo es et 
eu fa fi fo fr fy ga gl he hi hr hu id is it iu ja ka kk km kn ko ku ky la lb 
lt lv mk ml ms nap nb nds nl nn oc pl pms pt pt_BR ro ru si sk sl sr sv ta te 
th tl tlh tr uk ur vi zh_CN zh_HK zh_TW"
+inherit distutils-r1 eutils systemd user l10n
+
+DESCRIPTION="BitTorrent client with a client/server model"
+HOMEPAGE="http://deluge-torrent.org/;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://deluge-torrent.org/${PN}.git
+   http://git.deluge-torrent.org/${PN};
+   SRC_URI=""
+   KEYWORDS="~amd64 ~x86"
+else
+   SRC_URI="http://download.deluge-torrent.org/source/${P}.tar.bz2;
+   KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="console geoip gtk libnotify sound webinterface"
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   sound? ( gtk )
+   libnotify? ( gtk )
+"
+PATCHES=(
+   "${FILESDIR}/${PN}-1.3.5-disable_libtorrent_internal_copy.patch"
+   "${FILESDIR}/${PN}-1.3.15-r1-fix-preferences-ui.patch"
+)
+
+CDEPEND="http://dev.deluge-torrent.org/wiki/Faq;
+   elog
+}

diff --git a/net-p2p/deluge/files/deluge-1.3.15-r1-fix-preferences-ui.patch 
b/net-p2p/deluge/files/deluge-1.3.15-r1-fix-preferences-ui.patch
new file mode 100644
index 000..a63e5de10de
--- /dev/null
+++ b/net-p2p/deluge/files/deluge-1.3.15-r1-fix-preferences-ui.patch
@@ -0,0 +1,32 @@
+From 38d7b7cdfde3c50d6263602ffb03af92fcbfa52e Mon Sep 17 00:00:00 2001
+From: Calum Lind 
+Date: Sat, 13 May 2017 00:05:48 +0100
+Subject: [GTKUI] Fix keyerror showing prefs
+
+ * Fix the single_proxy ui to True as unlikely any users using <=0.15
+   and need to have different proxy type settings.
+---
+ deluge/ui/gtkui/preferences.py | 7 ++-
+ 1 file changed, 2 insertions(+), 5 deletions(-)
+
+diff --git a/deluge/ui/gtkui/preferences.py b/deluge/ui/gtkui/preferences.py
+index 645ad26..efcd93d 100644
+--- a/deluge/ui/gtkui/preferences.py
 b/deluge/ui/gtkui/preferences.py
+@@ -318,11 +318,8 @@ class Preferences(component.Component):
+ }
+ # Add proxy stuff
+ 
+-# Display workaround for single proxy in libtorrent >v0.16
+-try:
+-lt_single_proxy = 
component.get("PreferencesManager").LT_SINGLE_PROXY
+-except AttributeError:
+-lt_single_proxy = False
++# Display workaround for single proxy in libtorrent >= v0.16
++lt_single_proxy = True
+ 
+ for t in ("peer", "web_seed", "tracker", "dht"):
+ if lt_single_proxy and not t == "peer":
+-- 
+cgit v1.1
+



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

2017-10-16 Thread Sergei Trofimovich
commit: dd015b409492e37ddd2e8bafca293ba454dac884
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 16 19:50:23 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 16 19:50:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd015b40

media-libs/libfpx: stable 1.3.1_p10 for hppa, bug #628190

Package-Manager: Portage-2.3.11, Repoman-2.3.3
RepoMan-Options: --include-arches="hppa"

 media-libs/libfpx/libfpx-1.3.1_p10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libfpx/libfpx-1.3.1_p10.ebuild 
b/media-libs/libfpx/libfpx-1.3.1_p10.ebuild
index 808dab9c64f..c985285a995 100644
--- a/media-libs/libfpx/libfpx-1.3.1_p10.ebuild
+++ b/media-libs/libfpx/libfpx-1.3.1_p10.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://imagemagick/delegates/${P/_p/-}.tar.bz2"
 
 LICENSE="Flashpix"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-solaris"
 IUSE="static-libs"
 
 S=${WORKDIR}/${P/_p/-}



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

2017-10-16 Thread Manuel Rüger
commit: cb26b30a4eef99c6098f74a7963911ef8ca0c23f
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct 16 19:35:00 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct 16 19:35:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb26b30a

dev-python/pyotherside: Version bump to 1.5.3

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-python/pyotherside/Manifest |  1 +
 dev-python/pyotherside/pyotherside-1.5.3.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-python/pyotherside/Manifest b/dev-python/pyotherside/Manifest
index 9248eff7f57..1eac1405e80 100644
--- a/dev-python/pyotherside/Manifest
+++ b/dev-python/pyotherside/Manifest
@@ -1 +1,2 @@
 DIST pyotherside-1.5.1.tar.gz 181457 SHA256 
cb29853d66d2e33f68e28c62c28d054512ab82a763fed8b7b7df9dae722c5de2 SHA512 
6f916ce44615c98aa7dffaee073fcb6d7f117996c008c0e3c0e7a8aaedd03f9ba853cc66850112dfc9529d698bd2faeb498a87a0d47c3776ab52b90f83b7067a
 WHIRLPOOL 
ad6693efa3aa3a15924010144bb46632fd512fb1af360e56972ddfd28631ff381c06c505acd40b57becb5010c324f4ccc509b3d49ed3716f87b4252027a94405
+DIST pyotherside-1.5.3.tar.gz 181811 SHA256 
00049d5f42cac448368bc2a521edb8de36bb6d2a624e195b7f1004236758b805 SHA512 
ff6aa43e72f5492b18403559514e6fdf0d2cee0965556fcafe5fe394b654a7dd2fc3a7d64d4b8f9c0ebf95485821b77022407772b2414539f2ab287e1fb01e93
 WHIRLPOOL 
1b515d4d64e47c015979a70214a99151d8449fc9991bccdc524ee64c2d2e36159c61c0b8191054e2062ffe4f86b33b6d370ba8932960a8b0ef0889f76961b999

diff --git a/dev-python/pyotherside/pyotherside-1.5.3.ebuild 
b/dev-python/pyotherside/pyotherside-1.5.3.ebuild
new file mode 100644
index 000..4893f2c2428
--- /dev/null
+++ b/dev-python/pyotherside/pyotherside-1.5.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit qmake-utils python-single-r1
+
+DESCRIPTION="Asynchronous Python 3 Bindings for Qt 5"
+HOMEPAGE="https://github.com/thp/pyotherside http://thp.io/2011/pyotherside;
+SRC_URI="https://github.com/thp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE=""
+
+RDEPEND="${PYTHON_DEPS}
+   dev-qt/qtcore:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtsvg:5
+   "
+DEPEND="${RDEPEND}"
+
+RESTRICT="test"
+
+src_prepare() {
+   sed -i -e "s/qtquicktests//" pyotherside.pro || die
+}
+
+src_configure() {
+   eqmake5
+}
+
+src_install() {
+   emake install INSTALL_ROOT="${D}"
+}



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

2017-10-16 Thread Hans de Graaff
commit: 002a07d803aff78b42649214946e5108891594e6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Oct 16 18:55:59 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Oct 16 18:57:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002a07d8

www-apache/passenger: Fix building with USE=-apache2, bug 626988

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 www-apache/passenger/passenger-5.1.11.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/www-apache/passenger/passenger-5.1.11.ebuild 
b/www-apache/passenger/passenger-5.1.11.ebuild
index 60b0bdbcc33..9a80d0c6a2a 100644
--- a/www-apache/passenger/passenger-5.1.11.ebuild
+++ b/www-apache/passenger/passenger-5.1.11.ebuild
@@ -73,6 +73,11 @@ all_ruby_prepare() {
 
# Fix hard-coded use of AR
sed -i -e "s/ar cru/"$(tc-getAR)" cru/" build/support/cplusplus.rb || 
die
+
+   # Make sure apache support is not attempted with -apache2
+   if ! use apache2 ; then
+   sed -i -e '/fakeroot/ s/:apache2, //' build/packaging.rb || die
+   fi
 }
 
 all_ruby_compile() {



[gentoo-commits] repo/gentoo:master commit in: net-vpn/openvpn/

2017-10-16 Thread Markus Meier
commit: 51092aac947f8703cd983b701393ebbdaae04712
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Oct 16 18:13:45 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Oct 16 18:13:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51092aac

net-vpn/openvpn: arm stable, bug #632108

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

 net-vpn/openvpn/openvpn-2.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/openvpn/openvpn-2.4.4.ebuild 
b/net-vpn/openvpn/openvpn-2.4.4.ebuild
index 74cf0f22fd7..2c174faa415 100644
--- a/net-vpn/openvpn/openvpn-2.4.4.ebuild
+++ b/net-vpn/openvpn/openvpn-2.4.4.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://openvpn.net/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-macos"
 
 IUSE="down-root examples inotify iproute2 libressl lz4 +lzo mbedtls pam"
 IUSE+=" pkcs11 +plugins selinux +ssl static systemd test userland_BSD"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Module-CoreList/

2017-10-16 Thread Markus Meier
commit: ac2ad0a3a0a254e884e9329c91999535566f9abc
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Oct 16 18:11:12 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Oct 16 18:11:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac2ad0a3

virtual/perl-Module-CoreList: arm stable, bug #630610

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

 .../perl-Module-CoreList/perl-Module-CoreList-5.201.709.220-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.709.220-r1.ebuild 
b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.709.220-r1.ebuild
index 281290e5a61..f6b5eeb7c43 100644
--- a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.709.220-r1.ebuild
+++ b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.709.220-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 # Check 
https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/virtual/perl-Module-CoreList
 # When bumping this package.



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

2017-10-16 Thread Markus Meier
commit: 728a3248983ffe44245921966964911ee09df482
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Oct 16 18:12:15 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Oct 16 18:12:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=728a3248

www-servers/apache: arm stable, bug #631308

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

 www-servers/apache/apache-2.2.34.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/apache/apache-2.2.34.ebuild 
b/www-servers/apache/apache-2.2.34.ebuild
index 0aad98f0077..c19fb787a6d 100644
--- a/www-servers/apache/apache-2.2.34.ebuild
+++ b/www-servers/apache/apache-2.2.34.ebuild
@@ -88,7 +88,7 @@ HOMEPAGE="https://httpd.apache.org/;
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnsmasq/

2017-10-16 Thread Markus Meier
commit: c7882c013ffa010a8b90d16ad57ef8ce229f9b92
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Oct 16 18:14:31 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Oct 16 18:14:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7882c01

net-dns/dnsmasq: arm stable, bug #632692

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

 net-dns/dnsmasq/dnsmasq-2.78.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/dnsmasq/dnsmasq-2.78.ebuild 
b/net-dns/dnsmasq/dnsmasq-2.78.ebuild
index 579f6ab2876..463bdb3d94d 100644
--- a/net-dns/dnsmasq/dnsmasq-2.78.ebuild
+++ b/net-dns/dnsmasq/dnsmasq-2.78.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${P}.tar.xz;
 
 LICENSE="|| ( GPL-2 GPL-3 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~sparc-fbsd ~x86-fbsd"
 
 IUSE="auth-dns conntrack dbus +dhcp dhcp-tools dnssec +id idn libidn2 +inotify"
 IUSE+=" ipv6 lua nls script selinux static tftp"



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

2017-10-16 Thread Markus Meier
commit: bc2bb71a7833be419cf086381340c6d6b13ff06d
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Oct 16 18:14:08 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Oct 16 18:14:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc2bb71a

dev-lang/go: arm stable, bug #632408

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

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

diff --git a/dev-lang/go/go-1.9.1.ebuild b/dev-lang/go/go-1.9.1.ebuild
index ba6f541436c..6b538a0be4e 100644
--- a/dev-lang/go/go-1.9.1.ebuild
+++ b/dev-lang/go/go-1.9.1.ebuild
@@ -39,7 +39,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd 
~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 arm ~arm64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd 
~x64-macos ~x64-solaris"
# The upstream tests fail under portage but pass if the build is
# run according to their documentation [1].
# I am restricting the tests on released versions until this is



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

2017-10-16 Thread Markus Meier
commit: 5ca94a4fb73a7a730fda88aebea7f8e262036ffe
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Oct 16 18:12:11 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Oct 16 18:12:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca94a4f

app-admin/apache-tools: arm stable, bug #631308

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

 app-admin/apache-tools/apache-tools-2.2.34.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/apache-tools/apache-tools-2.2.34.ebuild 
b/app-admin/apache-tools/apache-tools-2.2.34.ebuild
index 1cf84d96521..52873291bce 100644
--- a/app-admin/apache-tools/apache-tools-2.2.34.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.2.34.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="ssl"
 RESTRICT="test"
 



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

2017-10-16 Thread Markus Meier
commit: 307fff5dfd866bc6802b9a6beaef68e249bb0e14
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Oct 16 18:13:21 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Oct 16 18:13:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=307fff5d

dev-vcs/git: arm stable, bug #632036

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

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

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

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



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Time-HiRes/

2017-10-16 Thread Markus Meier
commit: 100627670fe14a3a1f5c3eb21b79728dce5328a9
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Oct 16 18:11:16 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Oct 16 18:11:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10062767

virtual/perl-Time-HiRes: arm stable, bug #630610

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

 virtual/perl-Time-HiRes/perl-Time-HiRes-1.974.100-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Time-HiRes/perl-Time-HiRes-1.974.100-r1.ebuild 
b/virtual/perl-Time-HiRes/perl-Time-HiRes-1.974.100-r1.ebuild
index 609e1b213f2..0939a62ff82 100644
--- a/virtual/perl-Time-HiRes/perl-Time-HiRes-1.974.100-r1.ebuild
+++ b/virtual/perl-Time-HiRes/perl-Time-HiRes-1.974.100-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.26* =dev-lang/perl-5.24.3* 
~perl-core/${PN#perl-}-${PV} )



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

2017-10-16 Thread Markus Meier
commit: 031f9e07f0868a85f826b0fa3a5f24a64382dc3b
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Oct 16 18:11:03 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Oct 16 18:11:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=031f9e07

dev-lang/perl: arm stable, bug #630610

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

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

diff --git a/dev-lang/perl/perl-5.24.3.ebuild b/dev-lang/perl/perl-5.24.3.ebuild
index 429df3d46b6..a5921322d0c 100644
--- a/dev-lang/perl/perl-5.24.3.ebuild
+++ b/dev-lang/perl/perl-5.24.3.ebuild
@@ -30,7 +30,7 @@ HOMEPAGE="http://www.perl.org/;
 
 LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SHORT_PV}"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="berkdb debug doc gdbm ithreads"
 
 RDEPEND="



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

2017-10-16 Thread Markus Meier
commit: b64b4c1a0ea070a11573b012f835c67bf9dbf02f
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Oct 16 18:12:20 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Oct 16 18:12:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b64b4c1a

www-servers/apache: arm stable, bug #631308

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

 www-servers/apache/apache-2.4.27-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/apache/apache-2.4.27-r1.ebuild 
b/www-servers/apache/apache-2.4.27-r1.ebuild
index 960206e6c47..f1101cb233d 100644
--- a/www-servers/apache/apache-2.4.27-r1.ebuild
+++ b/www-servers/apache/apache-2.4.27-r1.ebuild
@@ -127,7 +127,7 @@ HOMEPAGE="https://httpd.apache.org/;
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos 
~m68k-mint ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos 
~m68k-mint ~sparc64-solaris ~x64-solaris"
 
 DEPEND+="apache2_modules_http2? ( >=net-libs/nghttp2-1.2.1 )"
 



[gentoo-commits] repo/gentoo:master commit in: media-radio/fldigi/

2017-10-16 Thread Thomas Beierlein
commit: b26bd38b13306e07f226f6b7606d5329eb6fc682
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Mon Oct 16 17:48:53 2017 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Mon Oct 16 17:48:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b26bd38b

media-radio/fldigi: Version bump

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 media-radio/fldigi/Manifest |  1 +
 media-radio/fldigi/fldigi-4.0.11.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/media-radio/fldigi/Manifest b/media-radio/fldigi/Manifest
index 5713db0bcb3..2f6a4a6ed9d 100644
--- a/media-radio/fldigi/Manifest
+++ b/media-radio/fldigi/Manifest
@@ -1,4 +1,5 @@
 DIST fldigi-4.0.10.tar.gz 3633010 SHA256 
07d1d5111926f5b8bc5eaa9226970a01cb4ee855dc32ce11e091e8f731725905 SHA512 
211a29f75c5f07752b6b652d02bcdb63e9a318b2867140446ccef126cdeff69e99f6def0fa01bbe76b8ea7ad0a48dfc6ee1c3985758b0e941b524f94ad22e5ec
 WHIRLPOOL 
1c43e32bba12445e9ef424e8bd9778a2d1b9d134826f39cc96c2236523a04c8c8d3e96cf785471e7cfb70e6a7da61ffe9e57cd0573043308f25f884f6465f9d1
+DIST fldigi-4.0.11.tar.gz 3634431 SHA256 
c186c7b73fea784f9cd15aacfeaf45d1fb342bfac421a33915bc883af8872fcf SHA512 
d08453763ac19d294726f96f5be56250c435f4f5ee884c482cb17d804241428051e9cce33887d301483fc996d5a2c0f17b9f7ac44a2888089c1e7a521955092c
 WHIRLPOOL 
47f9edc806a51b5da12b1abed12294a2115945e110cfca52634592e42fae15156ae091fc8d5604d37f2d99cbab080c7f11baf6f853427fcc666ac2e01cce84b8
 DIST fldigi-4.0.4.tar.gz 3351853 SHA256 
9269bdb81c154c7cb60508749bebcbd7c5396962969e58e412d616f1224ef637 SHA512 
9629941f4e0ed43d99363e224184a2afa211294c2cf7964c3d6a4c53202cc0ca63c3b86c8a35065b84cfa3e7a61899e997a1d75fcf7821fba7900fa9585298f2
 WHIRLPOOL 
651e167164194b9c37cc0886cdb0736d53fea6d2489a2da5fd553f229522f9e1c0f8ead06f113d007036d126ca2b822f3ac75b0a0b8f429e65f37ef4a22daeec
 DIST fldigi-4.0.5.tar.gz 3611622 SHA256 
a8a047447b50bbba638791fa2cd9fa265eea2a589a8647f1ec17fb0c284b973d SHA512 
cca07e73c7c411fe4c97d862c5f740aa4e31fa46423387929eec233045c27df8b1c4f1f8fd3a7a40d6f65f2023a900827456a5fa679e71bcf5868c3ab13018b5
 WHIRLPOOL 
263d5c37c1e7af913bdccaa8bfe0311afe137fb9940a8d8e15593e1156b9c026f810286206f1df0f02bda1bbff02e5af76cd31f62d6c860895cdca4e1b46fe50
 DIST fldigi-4.0.6.tar.gz 3611395 SHA256 
57fdafe42da67b36bcf8005f93e8cdabe896289051e8296c86aa361ee1a27b70 SHA512 
07a685d2356cb7b8663d3f9217f4f124318fdaa3c9c460a14c3c262822e7f99ec0f45d7cd026ca269f1e497e9a420a094ae7b3c70ddb171403bcdbdd70883148
 WHIRLPOOL 
217d735736d6f27d438d223988e443b113270ef8d89969bba3404a6f88aa039481b0d5e7a943006a7c949286f7c2239088847d43727915eadac0bcfe3d16ed36

diff --git a/media-radio/fldigi/fldigi-4.0.11.ebuild 
b/media-radio/fldigi/fldigi-4.0.11.ebuild
new file mode 100644
index 000..b447e289f00
--- /dev/null
+++ b/media-radio/fldigi/fldigi-4.0.11.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit eutils
+
+DESCRIPTION="Sound card based multimode software modem for Amateur Radio use"
+HOMEPAGE="http://www.w1hkj.com;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="hamlib nls pulseaudio"
+
+RDEPEND="x11-libs/fltk:1[threads,xft]
+   media-libs/libsamplerate
+   media-libs/libpng:0
+   x11-misc/xdg-utils
+   dev-perl/RPC-XML
+   dev-perl/Term-ReadLine-Perl
+   >=media-libs/portaudio-19_pre20071207
+   hamlib? ( media-libs/hamlib )
+   pulseaudio? ( media-sound/pulseaudio )
+   >=media-libs/libsndfile-1.0.10"
+DEPEND="${RDEPEND}
+   nls? ( sys-devel/gettext )
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog NEWS README )
+
+src_prepare() {
+   epatch "$FILESDIR"/$PN-c++11.patch
+}
+
+src_configure() {
+   econf --with-sndfile \
+   $(use_with hamlib) \
+   $(use_enable nls) \
+   $(use_with pulseaudio) \
+   --without-asciidoc
+}



[gentoo-commits] proj/portage:master commit in: bin/install-qa-check.d/

2017-10-16 Thread Zac Medico
commit: 730a867c1050937c82c775d7678a616c7b9546e6
Author: Felix Janda  posteo  de>
AuthorDate: Mon Oct 16 03:51:37 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Oct 16 17:20:04 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=730a867c

install-qa-check.d/10ignored-flags: fix LDFLAGS check (bug 455232)

Since binutils-2.23.51.0.9+ defaults to hash-style=gnu, use
a __gentoo_check_ldflags__ symbol instead. The check is now
enabled by adding "-Wl,--defsym=__gentoo_check_ldflags__=0"
to LDFLAGS. The symbol will be automatically removed when
the binary is stripped.

Bug: https://bugs.gentoo.org/455232
Acked-by: Brian Dolbec  gentoo.org>

 bin/install-qa-check.d/10ignored-flags | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/bin/install-qa-check.d/10ignored-flags 
b/bin/install-qa-check.d/10ignored-flags
index 7aa9eb695..28aec6787 100644
--- a/bin/install-qa-check.d/10ignored-flags
+++ b/bin/install-qa-check.d/10ignored-flags
@@ -64,9 +64,10 @@ ignored_flag_check() {
fi
 
# Check for files built without respecting LDFLAGS
-   if [[ "${LDFLAGS}" == *,--hash-style=gnu* ]] && \
+   if [[ "${LDFLAGS}" == *,--defsym=__gentoo_check_ldflags__* ]] && \
! has binchecks ${RESTRICT} ; then
-   f=$(scanelf -qyRF '#k%p' -k .hash "${ED}")
+   f=$(LC_ALL=C comm -3 <(scanelf -qyRF '#k%p' -k .dynsym "${ED}" 
| LC_ALL=C sort) \
+   <(scanelf -qyRF '#s%p' -s __gentoo_check_ldflags__ 
"${ED}" | LC_ALL=C sort))
if [[ -n ${f} ]] ; then
echo "${f}" > "${T}"/scanelf-ignored-LDFLAGS.log
if [ "${QA_STRICT_FLAGS_IGNORED-unset}" = unset ] ; then



[gentoo-commits] proj/portage:master commit in: bin/ebuild-helpers/

2017-10-16 Thread Zac Medico
commit: 234ad726ddc5d62eb0d956023de338dc488e2ea1
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Oct 16 08:08:19 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Oct 16 17:15:20 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=234ad726

prepstrip: use debugedit from rpm if necessary (bug 634378)

If debugedit is not found in PATH, then use debugedit
installed by app-arch/rpm (if available).

Suggested-by: Francesco Riosa  gmail.com>
Bug: https://bugs.gentoo.org/634378
Acked-by: Brian Dolbec  gentoo.org>

 bin/ebuild-helpers/prepstrip | 20 
 1 file changed, 16 insertions(+), 4 deletions(-)

diff --git a/bin/ebuild-helpers/prepstrip b/bin/ebuild-helpers/prepstrip
index 43caa29c7..ea5c0dc09 100755
--- a/bin/ebuild-helpers/prepstrip
+++ b/bin/ebuild-helpers/prepstrip
@@ -84,7 +84,19 @@ esac
 
 prepstrip_sources_dir=${EPREFIX}/usr/src/debug/${CATEGORY}/${PF}
 
-type -P debugedit >/dev/null && debugedit_found=true || debugedit_found=false
+debugedit=$(type -P debugedit)
+if [[ -z ${debugedit} ]]; then
+   debugedit_paths=(
+   "${EPREFIX}/usr/libexec/rpm/debugedit"
+   )
+   for x in "${debugedit_paths[@]}"; do
+   if [[ -x ${x} ]]; then
+   debugedit=${x}
+   break
+   fi
+   done
+fi
+[[ ${debugedit} ]] && debugedit_found=true || debugedit_found=false
 debugedit_warned=false
 
 __multijob_init
@@ -101,8 +113,8 @@ save_elf_sources() {
if ! ${debugedit_found} ; then
if ! ${debugedit_warned} ; then
debugedit_warned=true
-   ewarn "FEATURES=installsources is enabled but the 
debugedit binary could not"
-   ewarn "be found. This feature will not work unless 
debugedit is installed!"
+   ewarn "FEATURES=installsources is enabled but the 
debugedit binary could not be"
+   ewarn "found. This feature will not work unless 
debugedit or rpm is installed!"
fi
return 0
fi
@@ -112,7 +124,7 @@ save_elf_sources() {
# since we're editing the ELF here, we should recompute the build-id
# (the -i flag below).  save that output so we don't need to recompute
# it later on in the save_elf_debug step.
-   buildid=$(debugedit -i \
+   buildid=$("${debugedit}" -i \
-b "${WORKDIR}" \
-d "${prepstrip_sources_dir}" \
-l "${tmpdir}/sources/${x##*/}.${BASHPID:-$(__bashpid)}" \



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

2017-10-16 Thread Jeroen Roovers
commit: 5bf2b6a7ec001799ff24f63051e7d80ad484
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Oct 16 16:06:32 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Oct 16 16:40:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bf2b6a7

www-plugins/adobe-flash: Version bump.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 www-plugins/adobe-flash/Manifest   |   4 +
 .../adobe-flash/adobe-flash-27.0.0.170.ebuild  | 140 +
 2 files changed, 144 insertions(+)

diff --git a/www-plugins/adobe-flash/Manifest b/www-plugins/adobe-flash/Manifest
index 0f3423bf64a..6806e44d743 100644
--- a/www-plugins/adobe-flash/Manifest
+++ b/www-plugins/adobe-flash/Manifest
@@ -2,3 +2,7 @@ DIST adobe-flash-27.0.0.159-npapi.i386.tar.gz 8511837 SHA256 
3443daf0bb70532e754
 DIST adobe-flash-27.0.0.159-npapi.x86_64.tar.gz 9025182 SHA256 
2d5aff35d00b7f443b69ba40f1250ea5cbe5b5cb67520a642a17a602ec3723dc SHA512 
4ad6f7ca1ce0d533a20e1edc748a368bac4be8a13b592d4c72d2f048fa9055158a7c89899e8179f59e66b34d98b857a2bc2587b02de986ac4fc16cc2e12b38b3
 WHIRLPOOL 
8bfd01d3e2566d8c8754c5efbdd218daae163c2ce2192c50b4ce4ac23cc227150704ecfafc3fc77d3ee9b1e10a28cc11a4cbe3eceb0746055a7d57b79d6e1f94
 DIST adobe-flash-27.0.0.159-ppapi.i386.tar.gz 8547073 SHA256 
46305f024fcab46ac73bea45637a72384ef3ae2420dcb132a0125aadc267e158 SHA512 
2d8c9d8db42022754ccf88f0f676e9964af35a3107707dc9685a09a4270bce4d6926fda9f87e8b7bb5d0a3c33a62e83a30d731891e1bf3e7a5abb3185a555373
 WHIRLPOOL 
b93ab94a0cccbe14dabd9209b6678a58aa9b1569f9fec3324124d93ecaf596d12f1ee1712a32405e5dab0aac4f296aa807e08b298b8e9b955d930b49093073ba
 DIST adobe-flash-27.0.0.159-ppapi.x86_64.tar.gz 9462989 SHA256 
5844d563f79ace7dea2c9f1196d63cc8b77c0f5fe5d5b258f2fee3aae4ef8fb4 SHA512 
dff4c40cef124278656912997a4772e3b8117ce65074e1e366e0f12d37a8591cd1ca6f52c198feffbc6cb503154a80972c0a7132cfae5ecd06e9d0250a1007a4
 WHIRLPOOL 
4fee4d1f3e4b150c5fd4cdf0b43622312b656dc5bd9c4965a814b13d4421147c1f6cc7af2514dc1e3b13f65731e799a1c3c24a1d823ab91132ab2262d34c737f
+DIST adobe-flash-27.0.0.170-npapi.i386.tar.gz 8512470 SHA256 
a06d815d2858e58b0f11624a6567da3de17db27df68a3527a7774ba21f4558cb SHA512 
e51b494de7da910079c6810b8b7c74d39bdc8f6addde3ba01cde087fe7de6a65ea668c429bbceb30d98989de4686fb66e75087f668ae0961d6e13ae40996c8dd
 WHIRLPOOL 
3629aca75aa3c1fbeded1c956564f59eaf87f922ef9fea31ce61c6c4e1a7f44c0a4c8d1aa14f53c2cfed6db75060e7f7ca7fe9519a0ec612104419139e9d4564
+DIST adobe-flash-27.0.0.170-npapi.x86_64.tar.gz 9025191 SHA256 
966761fda5fc29301cd7720dc1e84b2551d142e7e5d51e3898e8e6fe7c11cc43 SHA512 
c4a2879c4ac945ff6921025e4efcffe0dbccbf2cb972dfd9db3020c78b69dfec35c0f7a63e479f55ab06d06f386864d1740595f633fb9f02fc20584125c3c7ef
 WHIRLPOOL 
d0bdc0d6356dcb80f2f3e0a9f49bc723b7285151414ab2702b5103235226ecd34a874eacbcfe26a50e5de4ee479ff18146d262ef2751e90532a4fb672f31ed7e
+DIST adobe-flash-27.0.0.170-ppapi.i386.tar.gz 8547131 SHA256 
9b60006e28333bb0a8f333ebd97782dc811b8c35d63ea5441d65bea5a7085aa4 SHA512 
1cd426eaba556b296e8ba91dd21ee589976708ecedf96dbda74bcc56a69e0d542b4d91a287878fa2307457b2aa8291a37a4b689cc0f8e896b9ea40f92293
 WHIRLPOOL 
a5c33c669a32431d6d352182d7b40f620afb09c16c3adccfa873fcb3e631e434a66d20795ffb2dec08f1badd83c187bc52de18a1f90502d14bebc7d39413836a
+DIST adobe-flash-27.0.0.170-ppapi.x86_64.tar.gz 9461678 SHA256 
2ac5788fd87881acbdf5992a0b4841087e30f4244ecff7311fe36b702b0c25ab SHA512 
e324f6f4a813157f5acde2225a4ac920c7d920a585299dbd6c0af1a3ee17b8339f966baf1868d11d237673936df24c04270a15c8bf1618fd377a762784d8bad1
 WHIRLPOOL 
a82853451ef8f4608ed3e18a16c20e7e47254b3b7219c747ed66dadb89b10ce30b5ea172ac79db0d297b4dbf2407c39e6db1a708ad5432cc0a8036df492d58ce

diff --git a/www-plugins/adobe-flash/adobe-flash-27.0.0.170.ebuild 
b/www-plugins/adobe-flash/adobe-flash-27.0.0.170.ebuild
new file mode 100644
index 000..eb6463c6e19
--- /dev/null
+++ b/www-plugins/adobe-flash/adobe-flash-27.0.0.170.ebuild
@@ -0,0 +1,140 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2-utils nsplugins multilib multilib-minimal
+
+DESCRIPTION="Adobe Flash Player"
+HOMEPAGE="
+   https://www.adobe.com/products/flashplayer.html
+   https://get.adobe.com/flashplayer/
+   https://helpx.adobe.com/security/products/flash-player.html
+"
+
+AF_URI="https://fpdownload.adobe.com/pub/flashplayer/pdc/${PV};
+AF_NP_32_URI="${AF_URI}/flash_player_npapi_linux.i386.tar.gz -> 
${P}-npapi.i386.tar.gz"
+AF_NP_64_URI="${AF_URI}/flash_player_npapi_linux.x86_64.tar.gz -> 
${P}-npapi.x86_64.tar.gz"
+AF_PP_32_URI="${AF_URI}/flash_player_ppapi_linux.i386.tar.gz -> 
${P}-ppapi.i386.tar.gz"
+AF_PP_64_URI="${AF_URI}/flash_player_ppapi_linux.x86_64.tar.gz -> 
${P}-ppapi.x86_64.tar.gz"
+
+IUSE="+nsplugin +ppapi"
+REQUIRED_USE="
+   || ( nsplugin ppapi )
+"
+
+SRC_URI="
+   nsplugin? (
+   abi_x86_32? ( ${AF_NP_32_URI} )
+   abi_x86_64? ( 

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

2017-10-16 Thread Jeroen Roovers
commit: 38fa8e04deabf1e822f2fd224e0c738ccac7ceee
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Oct 16 16:09:46 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Oct 16 16:40:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38fa8e04

www-plugins/adobe-flash: Stable for AMD64 x86 too.

Package-Manager: Portage-2.3.11, Repoman-2.3.3
RepoMan-Options: --ignore-arches

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

diff --git a/www-plugins/adobe-flash/adobe-flash-27.0.0.170.ebuild 
b/www-plugins/adobe-flash/adobe-flash-27.0.0.170.ebuild
index eb6463c6e19..ce9885dfe11 100644
--- a/www-plugins/adobe-flash/adobe-flash-27.0.0.170.ebuild
+++ b/www-plugins/adobe-flash/adobe-flash-27.0.0.170.ebuild
@@ -34,7 +34,7 @@ SRC_URI="
 "
 SLOT="22"
 
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 LICENSE="AdobeFlash-11.x"
 RESTRICT="strip mirror"
 



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

2017-10-16 Thread Jeroen Roovers
commit: 84e62a195fb087196ed15d847425dd147f85da0b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Oct 16 16:10:08 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Oct 16 16:40:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84e62a19

www-plugins/adobe-flash: Old.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 www-plugins/adobe-flash/Manifest   |   4 -
 .../adobe-flash/adobe-flash-27.0.0.159.ebuild  | 140 -
 2 files changed, 144 deletions(-)

diff --git a/www-plugins/adobe-flash/Manifest b/www-plugins/adobe-flash/Manifest
index 6806e44d743..9dd8b112c0e 100644
--- a/www-plugins/adobe-flash/Manifest
+++ b/www-plugins/adobe-flash/Manifest
@@ -1,7 +1,3 @@
-DIST adobe-flash-27.0.0.159-npapi.i386.tar.gz 8511837 SHA256 
3443daf0bb70532e754ed4ffc7090e68f8faf41f2e9fc4663437e20badcc881a SHA512 
de5cdb6a3b5b1ea1dc291e0395213bfdd6b8e9dd321ad1bb7deb1994d1252becb3f5510f4351a0ed09844935f5287125ae00abc65800c3a72d684a0c6fd7fc46
 WHIRLPOOL 
0a3a2cca184b146b1de0644f8491e8b2abd3b32015a3fd359041dfdb66c8035ec29100df4159ee9f47c63f9d9f1231a3b948469dedabbffbccac41f504e0cc8f
-DIST adobe-flash-27.0.0.159-npapi.x86_64.tar.gz 9025182 SHA256 
2d5aff35d00b7f443b69ba40f1250ea5cbe5b5cb67520a642a17a602ec3723dc SHA512 
4ad6f7ca1ce0d533a20e1edc748a368bac4be8a13b592d4c72d2f048fa9055158a7c89899e8179f59e66b34d98b857a2bc2587b02de986ac4fc16cc2e12b38b3
 WHIRLPOOL 
8bfd01d3e2566d8c8754c5efbdd218daae163c2ce2192c50b4ce4ac23cc227150704ecfafc3fc77d3ee9b1e10a28cc11a4cbe3eceb0746055a7d57b79d6e1f94
-DIST adobe-flash-27.0.0.159-ppapi.i386.tar.gz 8547073 SHA256 
46305f024fcab46ac73bea45637a72384ef3ae2420dcb132a0125aadc267e158 SHA512 
2d8c9d8db42022754ccf88f0f676e9964af35a3107707dc9685a09a4270bce4d6926fda9f87e8b7bb5d0a3c33a62e83a30d731891e1bf3e7a5abb3185a555373
 WHIRLPOOL 
b93ab94a0cccbe14dabd9209b6678a58aa9b1569f9fec3324124d93ecaf596d12f1ee1712a32405e5dab0aac4f296aa807e08b298b8e9b955d930b49093073ba
-DIST adobe-flash-27.0.0.159-ppapi.x86_64.tar.gz 9462989 SHA256 
5844d563f79ace7dea2c9f1196d63cc8b77c0f5fe5d5b258f2fee3aae4ef8fb4 SHA512 
dff4c40cef124278656912997a4772e3b8117ce65074e1e366e0f12d37a8591cd1ca6f52c198feffbc6cb503154a80972c0a7132cfae5ecd06e9d0250a1007a4
 WHIRLPOOL 
4fee4d1f3e4b150c5fd4cdf0b43622312b656dc5bd9c4965a814b13d4421147c1f6cc7af2514dc1e3b13f65731e799a1c3c24a1d823ab91132ab2262d34c737f
 DIST adobe-flash-27.0.0.170-npapi.i386.tar.gz 8512470 SHA256 
a06d815d2858e58b0f11624a6567da3de17db27df68a3527a7774ba21f4558cb SHA512 
e51b494de7da910079c6810b8b7c74d39bdc8f6addde3ba01cde087fe7de6a65ea668c429bbceb30d98989de4686fb66e75087f668ae0961d6e13ae40996c8dd
 WHIRLPOOL 
3629aca75aa3c1fbeded1c956564f59eaf87f922ef9fea31ce61c6c4e1a7f44c0a4c8d1aa14f53c2cfed6db75060e7f7ca7fe9519a0ec612104419139e9d4564
 DIST adobe-flash-27.0.0.170-npapi.x86_64.tar.gz 9025191 SHA256 
966761fda5fc29301cd7720dc1e84b2551d142e7e5d51e3898e8e6fe7c11cc43 SHA512 
c4a2879c4ac945ff6921025e4efcffe0dbccbf2cb972dfd9db3020c78b69dfec35c0f7a63e479f55ab06d06f386864d1740595f633fb9f02fc20584125c3c7ef
 WHIRLPOOL 
d0bdc0d6356dcb80f2f3e0a9f49bc723b7285151414ab2702b5103235226ecd34a874eacbcfe26a50e5de4ee479ff18146d262ef2751e90532a4fb672f31ed7e
 DIST adobe-flash-27.0.0.170-ppapi.i386.tar.gz 8547131 SHA256 
9b60006e28333bb0a8f333ebd97782dc811b8c35d63ea5441d65bea5a7085aa4 SHA512 
1cd426eaba556b296e8ba91dd21ee589976708ecedf96dbda74bcc56a69e0d542b4d91a287878fa2307457b2aa8291a37a4b689cc0f8e896b9ea40f92293
 WHIRLPOOL 
a5c33c669a32431d6d352182d7b40f620afb09c16c3adccfa873fcb3e631e434a66d20795ffb2dec08f1badd83c187bc52de18a1f90502d14bebc7d39413836a

diff --git a/www-plugins/adobe-flash/adobe-flash-27.0.0.159.ebuild 
b/www-plugins/adobe-flash/adobe-flash-27.0.0.159.ebuild
deleted file mode 100644
index ce9885dfe11..000
--- a/www-plugins/adobe-flash/adobe-flash-27.0.0.159.ebuild
+++ /dev/null
@@ -1,140 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2-utils nsplugins multilib multilib-minimal
-
-DESCRIPTION="Adobe Flash Player"
-HOMEPAGE="
-   https://www.adobe.com/products/flashplayer.html
-   https://get.adobe.com/flashplayer/
-   https://helpx.adobe.com/security/products/flash-player.html
-"
-
-AF_URI="https://fpdownload.adobe.com/pub/flashplayer/pdc/${PV};
-AF_NP_32_URI="${AF_URI}/flash_player_npapi_linux.i386.tar.gz -> 
${P}-npapi.i386.tar.gz"
-AF_NP_64_URI="${AF_URI}/flash_player_npapi_linux.x86_64.tar.gz -> 
${P}-npapi.x86_64.tar.gz"
-AF_PP_32_URI="${AF_URI}/flash_player_ppapi_linux.i386.tar.gz -> 
${P}-ppapi.i386.tar.gz"
-AF_PP_64_URI="${AF_URI}/flash_player_ppapi_linux.x86_64.tar.gz -> 
${P}-ppapi.x86_64.tar.gz"
-
-IUSE="+nsplugin +ppapi"
-REQUIRED_USE="
-   || ( nsplugin ppapi )
-"
-
-SRC_URI="
-   nsplugin? (
-   abi_x86_32? ( ${AF_NP_32_URI} )
-   abi_x86_64? ( ${AF_NP_64_URI} )
-   )
-   ppapi? (
-   abi_x86_32? ( ${AF_PP_32_URI} )
-   

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

2017-10-16 Thread Manuel Rüger
commit: f0685bf488cb8936dc4760322039050d604d4f76
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct 16 16:30:44 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct 16 16:30:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0685bf4

app-admin/dxf: Initial version

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 app-admin/dxf/Manifest |  1 +
 app-admin/dxf/dxf-6.0.0.ebuild | 28 
 app-admin/dxf/metadata.xml | 12 
 3 files changed, 41 insertions(+)

diff --git a/app-admin/dxf/Manifest b/app-admin/dxf/Manifest
new file mode 100644
index 000..79585aa7237
--- /dev/null
+++ b/app-admin/dxf/Manifest
@@ -0,0 +1 @@
+DIST python-dxf-6.0.0.tar.gz 18059 SHA256 
9f3b60f87be1f47bf03f26f4fcfa8176dccdcfa7ea0533a0a6bb89b05f96a1bf SHA512 
fb502aac73f7e4ff6c2ef8e11887ec71093c9387857da4eeca222fba23bd669d06e0f085660637ad9774decb310b56ed36c14e29014de3e15108d77417309d41
 WHIRLPOOL 
2ceb04804a358c2f09b7c1cff15b15c5b0d249639a3909eb0401c06e523ca0f655d740fa3929009c0cef23932e3ce65e1b52a05e59c2bb127c25947e1c528f5b

diff --git a/app-admin/dxf/dxf-6.0.0.ebuild b/app-admin/dxf/dxf-6.0.0.ebuild
new file mode 100644
index 000..f256e77ae0d
--- /dev/null
+++ b/app-admin/dxf/dxf-6.0.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+inherit distutils-r1
+
+DESCRIPTION="Docker registry v2 client in Python"
+HOMEPAGE="https://github.com/davedoesdev/dxf;
+SRC_URI="mirror://pypi/p/python-${PN}/python-${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=dev-python/jwcrypto-0.4.2[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.9.0[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/tqdm-4.10.0[${PYTHON_USEDEP}]
+   >=dev-python/www-authenticate-0.9.2[${PYTHON_USEDEP}]"
+
+S=${WORKDIR}/python-${P}
+
+RESTRICT="test"
+# Fixtures and Makefile missing on pypi
+# No tag in upstream repository

diff --git a/app-admin/dxf/metadata.xml b/app-admin/dxf/metadata.xml
new file mode 100644
index 000..3dbf29ff0e7
--- /dev/null
+++ b/app-admin/dxf/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+   
+   python-dxf
+   davedoesdev/dxf
+   
+



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

2017-10-16 Thread Sergei Trofimovich
commit: 948ac4ceef675ff449cec40f4fe6025c75453cb8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 16 16:22:42 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 16 16:23:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948ac4ce

dev-util/radare2: drop old ebuilds, bug #634460

Bug: https://bugs.gentoo.org/634460
Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-util/radare2/Manifest  |  6 ---
 .../files/radare2-1.1.0-openssl-1.1.0c.patch   | 31 -
 dev-util/radare2/radare2-1.1.0.ebuild  | 42 -
 dev-util/radare2/radare2-1.2.0.ebuild  | 43 --
 dev-util/radare2/radare2-1.3.0.ebuild  | 43 --
 dev-util/radare2/radare2-1.4.0-r1.ebuild   | 45 --
 dev-util/radare2/radare2-1.4.0.ebuild  | 45 --
 dev-util/radare2/radare2-1.6.0.ebuild  | 45 --
 dev-util/radare2/radare2-2.0.0.ebuild  | 53 --
 9 files changed, 353 deletions(-)

diff --git a/dev-util/radare2/Manifest b/dev-util/radare2/Manifest
index 6c40a371368..054b3a79436 100644
--- a/dev-util/radare2/Manifest
+++ b/dev-util/radare2/Manifest
@@ -1,7 +1 @@
-DIST radare2-1.1.0.tar.gz 8438634 SHA256 
7bc1e206a2b4def6bdb8684c2af0281b007986a0b5b5da652bd03be264ca0fa5 SHA512 
a99ac488f78c52fa9d6fbfe095b0aae10864f4a591721ee3679310ada3ef5e2a069ad919d1f7472d0dcd2c78569aac584086a7e975f1946194b346c94e4873b7
 WHIRLPOOL 
0d00f06eac3c6a7f3db1b4dc6b728714c73ea35eb5bbdd8281fe01052bd8519e19f8737c794c51f098d1fde9feaa8f1f7959815afad7a87ea8aaab36e862f834
-DIST radare2-1.2.0.tar.gz 8461187 SHA256 
3660f4f8c1490194f5b5b80d7e21e1cc507e6aff2551008074e632c22549b941 SHA512 
8419d92c9db2f1312bb188317af53497a75e0c78504d6b9c3fee7cb90f9219d6801543a2bc68f2dd3fc846d75ba60ce3f8d4cde61c99ec1e3c5f63c8c2b8dd88
 WHIRLPOOL 
1cc31557e4a6882251a517b24f5df59fb2fb9ad083e6670c42d392ab79a8ffd0d56f11f82512ee59f1c233edef3b3c5b08cbbb936ffe5e22753889987e313c2f
-DIST radare2-1.3.0.tar.gz 8517265 SHA256 
adf9bbfb36b5cff986e8218455d75d7410e41e2fb4a380b99d1bcf6d36dce222 SHA512 
ef410f8c5c0b931dab452c50b694313f26898a5f36c8286d18f56889e056658331cee87097a0e3028b8f53f25ec9c4354f6c78a41365a74d5bc67a38a6510174
 WHIRLPOOL 
d3d5877814893308c0aa344740ef857d5814ec465d1f7deee73e226f4e1609ed9a75b3395c92fc382815464d1ceac3409bf09aade9f0f2f74cda93d3b2937ed8
-DIST radare2-1.4.0.tar.gz 8719644 SHA256 
bf6e9ad94fd5828d3936563b8b13218433fbf44231cacfdf37a7312ae2b3e93e SHA512 
5d022759e53f762094e237a29780d63dc4f39601ceacb22f58206bbb83a38a8938ea2321e49426b03421dcb0f6493a96f18905f8bf81025293f9c1a8087a4a0a
 WHIRLPOOL 
a86f5389d4905b970b22cd79b217d71a37a980b780b53078e5bcaf623d66e24999fb77a9d9b527986f5e9193b72f6b158e8dbefbed4d2557bdd9f0abffc88199
-DIST radare2-1.6.0.tar.gz 5752191 SHA256 
759d1c65dcd69d1189fc73e427c568ec234a7ca1958c19f5001c255dd31a3787 SHA512 
6e1485c4edaa007790c07a8cfe190c4ea3e4df843620e2575587478e60f1be3dacaa0c545c84e135a51d9f7aff61c27f712c0ffa6038b556d347151f2a3cd2bb
 WHIRLPOOL 
6a35b3b58bc5ec248de53ca3970c4791a8d837b330109f832ccd12d0660537ca0fa62101b806dc29f1123bd48d4139bd7ef1856f5fdbd31afe67daea384f1872
-DIST radare2-2.0.0.tar.gz 6003014 SHA256 
7d734cb3c047774600928110c8f8b970eb6117630b66d2c7284bc4ed68242c83 SHA512 
387e08d06d017aac7ea7c1d6c6d1f761808ac689c85a5de22b796356fb5580d4cd6218a994ec86fbf9e9864def6d7d589bef290cacc2b10b241fe9681b80a985
 WHIRLPOOL 
df8ca26f4f03ced670c6d911d1291a233aa1bf6e0236ee2ab34394f43afd49f7bf1ff9e7bbfd9b3c8853d126b2feeeaa64fe3553d2cc41504a3335b18c099164
 DIST radare2-2.0.1.tar.gz 6001927 SHA256 
d8f7e1ab96028fc8bd62d4f92fbbe8bbf48c6cda8112e6eaec93bf5ffbbbd1dd SHA512 
1a8db3c71895fd9ccf284e7d0747770a5490872c5ee7f8e6d1c3a2590d2b344873bfc11b5f686bd08caa441bb787b2ec86aae9e83bf61e296f6a233d3ba35207
 WHIRLPOOL 
276f5628482a56eba3596a04f42a5fa60ed267ed09efea1adef1305cb3313d6ff59b0821ad05b5421620caa3e902f0839c61c619156f5bc1e1966d33261d1e3e

diff --git a/dev-util/radare2/files/radare2-1.1.0-openssl-1.1.0c.patch 
b/dev-util/radare2/files/radare2-1.1.0-openssl-1.1.0c.patch
deleted file mode 100644
index 28e2f55126f..000
--- a/dev-util/radare2/files/radare2-1.1.0-openssl-1.1.0c.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-commit ecd8cf26c2647a1f455595209fcf2d6bfb72240f
-Author: eroen 
-Date:   Tue Jan 3 23:45:07 2017 +0100
-
-Disable deprecated initialization for openssl 1.1.0 (#6423)
-
-Openssl 1.1.0 handles this initialization internally. Leaving the calls in
-place causes "undefined reference" errors if openssl was built with
-`--api=1.1.0`.
-
-X-Gentoo-Bug: 604576
-X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=604576
-
-diff --git a/libr/socket/socket.c b/libr/socket/socket.c
-index 1e30120fb..1ba87e77e 100755
 a/libr/socket/socket.c
-+++ b/libr/socket/socket.c
-@@ -116,11 +116,13 @@ R_API RSocket *r_socket_new 

[gentoo-commits] repo/gentoo:master commit in: app-emacs/go-mode/

2017-10-16 Thread Patrice Clement
commit: 55a238b351ed9ddbec5bb169ef5f0b5832b84c63
Author: Victor Gaydov  enise  org>
AuthorDate: Wed Oct  4 09:11:14 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 16 16:22:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a238b3

app-emacs/go-mode: version bump to 1.5.0.

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

 app-emacs/go-mode/Manifest |  1 +
 app-emacs/go-mode/go-mode-1.5.0.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/app-emacs/go-mode/Manifest b/app-emacs/go-mode/Manifest
index 3fc0f09ecfc..6437a2ab6bc 100644
--- a/app-emacs/go-mode/Manifest
+++ b/app-emacs/go-mode/Manifest
@@ -1 +1,2 @@
 DIST go-mode-1.4.0.tar.gz 30705 SHA256 
31365aa8b220ca67e6fb24fa197e99121a6db815690df731df2f56915805935d SHA512 
00e3aa832b81d6039e38e12f1346ef838f0cd9ccbebac947d394d453690862025ce30fc253d52d485c3161a1c2307ef00272f014c8f3fa86304216525ae47bdd
 WHIRLPOOL 
e5fc9f010dd8a0346aacb9797f9d2061f02165cfce6329d1f627169dd70d288f4618f3fa12bc89403e9c00691d8390560c068af69e57391729d5c926f7cf
+DIST go-mode-1.5.0.tar.gz 36876 SHA256 
d54a4afac1658082da1f26bab486c346262e5b185e6463cfe316a3e5e57ab6a9 SHA512 
fee67461467feb272dbb90abbad3df786f984925747ad8588c271784f8d27db888dd1da9d4589fb63ccfded1a833b01bb860d3254b00ca5e3f3aa89f199880c3
 WHIRLPOOL 
a5ebcd0bcb47403d4c809249f11796fbeb9d86401f8e140cb8b8882f8ae54c698ce6846a1ec0dd0471b8cde6f11688e6fc5bbaf7887ba7d6e5d4d39add5c8045

diff --git a/app-emacs/go-mode/go-mode-1.5.0.ebuild 
b/app-emacs/go-mode/go-mode-1.5.0.ebuild
new file mode 100644
index 000..67936074eb8
--- /dev/null
+++ b/app-emacs/go-mode/go-mode-1.5.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit elisp
+
+DESCRIPTION="An improved Go mode for emacs"
+HOMEPAGE="https://github.com/dominikh/go-mode.el;
+SRC_URI="https://github.com/dominikh/go-mode.el/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}/go-mode.el-${PV}"
+SITEFILE="50${PN}-gentoo.el"
+DOCS="AUTHORS README.md"



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

2017-10-16 Thread Patrice Clement
commit: 6cc4f11f7918540b2daa5b48f6b3c184c5cb5d0a
Author: Victor Gaydov  enise  org>
AuthorDate: Wed Oct  4 09:07:34 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 16 16:22:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc4f11f

app-emacs/s: version bump to 1.12.0.

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

 app-emacs/s/Manifest|  1 +
 app-emacs/s/s-1.12.0.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/app-emacs/s/Manifest b/app-emacs/s/Manifest
index b12c2aa7253..7f23c177f31 100644
--- a/app-emacs/s/Manifest
+++ b/app-emacs/s/Manifest
@@ -1 +1,2 @@
 DIST s-1.11.0.tar.gz 46771 SHA256 
826d186458f7568f1304bca0c094034a9e7370bd2858dcf806dd513abe2d384f SHA512 
364fa7ea875e9be6db464a826c1259889b67d87817b41cff40ab7da80e0bfc3e27dcadadfd005a64a895ee92644c2dea82789bdf1b1fe538501c40f748455608
 WHIRLPOOL 
cccae8d9539dbc91da97e68dd88e13b08bd2ba1a414b62bb431c43dc1f4c8b1e4a8d37996a861d7817763bc08c4fee53dd9a4f8134ba0719f33b6e6f6a4b7496
+DIST s-1.12.0.tar.gz 59193 SHA256 
70674d307aca5f75b44413888198c0f2db8f0fa7a183f70d4095dd6150397475 SHA512 
036369011295dfde7567ae8bd479be9635de479e8821c3fe117a6c3827bc83492bb91e6ac64d4b20b061da95690f5585ed58f116a2b8c877dceee22153c8c990
 WHIRLPOOL 
679f27727754e08cae94456ac6cbab31e7e0e753e8428ea5d04a9cdac48b01a998e1aa59b4b2564f29e395ef34bcd289ceaf7e39f3345e4fde3120a208e2e0ec

diff --git a/app-emacs/s/s-1.12.0.ebuild b/app-emacs/s/s-1.12.0.ebuild
new file mode 100644
index 000..2a3d49f9a3e
--- /dev/null
+++ b/app-emacs/s/s-1.12.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit elisp
+
+DESCRIPTION="The long lost Emacs string manipulation library"
+HOMEPAGE="https://github.com/magnars/s.el;
+SRC_URI="https://github.com/magnars/s.el/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}/s.el-${PV}"
+SITEFILE="50${PN}-gentoo.el"
+DOCS="README.md"



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

2017-10-16 Thread Patrick Lauer
commit: b717c1a860b70ba46bdadb9f412aed1f516d8a0d
Author: Patrick Lauer  gentoo  org>
AuthorDate: Mon Oct 16 15:57:02 2017 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Mon Oct 16 15:57:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b717c1a8

dev-lang/erlang: Bump

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-lang/erlang/Manifest   |   3 +
 dev-lang/erlang/erlang-20.1.ebuild | 157 +
 2 files changed, 160 insertions(+)

diff --git a/dev-lang/erlang/Manifest b/dev-lang/erlang/Manifest
index 5739500a38b..184072cbde9 100644
--- a/dev-lang/erlang/Manifest
+++ b/dev-lang/erlang/Manifest
@@ -2,11 +2,14 @@ DIST otp_doc_html_18.3.tar.gz 34285271 SHA256 
8fd6980fd05367735779a487df107ace7c
 DIST otp_doc_html_19.1.tar.gz 34624316 SHA256 
76c89aee1ac69b5107114b0065189101e3f42d53e929d8ef8f08b5c586f15930 SHA512 
2c6448af0be4bf35427950aca82eac3aac7554575ba07a8ba8942c27e1eb668461fde00604c3be28fbaca8a1e28ee4861608e33a9c79bc951bb695f99b1c1ac8
 WHIRLPOOL 
5c344246b32f21abc5ad8403c136263a6f9f5f2664b8027ad7f574e1b7cfa9b127f7863547550114b889daba363c19936cf7a0199a0bf5b4da8ac23c02dd24d0
 DIST otp_doc_html_19.3.tar.gz 35818689 SHA256 
dc3e3a82d1aba7f0deac1ddb81b7d6f8dee9a75e1d42b90c677a2b645f19a00c SHA512 
a70d2c470fa1dc0594b20af73ba36ccb7702b4192960e6fc0296738175215a43450f9bf558637f7f5e40757f7a15dcf4f1ae8a88515e211cd3c0fae45c5e1858
 WHIRLPOOL 
468cd8b9761fbcaa8892405f451c53bf1014067022966384db96520855366afcfb09aa9ddf1390931da2288c0620b909588637c9c4501f753413752b293a9cbe
 DIST otp_doc_html_20.0.tar.gz 33948386 SHA256 
1ab25110b148ce263d6e68cd5a3b912299b6066cfcd9d2fce416a4e9b7d2543a SHA512 
a183943a3a2636489cfdf3e7ede8dc4233db84a271b4b8bd655b57b4abac597b797f035d77087be72e823638898d202e08c53decb565fc10f2e444dcc6da8628
 WHIRLPOOL 
953bf75da7f6aa46e26e4fb6f12d22834d2a41a43e5449e3bbefbe7359f67b7a0affbb0dd6dbfebdecae9294f080a69c0637741ddcf5dbcd0db488ab5a6ddd1a
+DIST otp_doc_html_20.1.tar.gz 33059931 SHA256 
442c9b75a33be685a1af67414cc8758a4ef40e27cdcab9e432d4d9c6f3254dcf SHA512 
c2eb6cb63f71727ada79ea14a1b8f0b7291bc1d3cdb43bf8978b7b8948d466b9492571d3a45adc96de0eebf46eee213d27c0502ee4d9963ec7c5c0d976f257d9
 WHIRLPOOL 
f03eff4df31352534b49b2bf8d577d16467784ed14cc9c760e4156b486caef5922a32f8676346ed38b6825507395e0e871f89ad82993e3fb59015dad9ac43da7
 DIST otp_doc_man_18.3.tar.gz 1395166 SHA256 
978be100e9016874921b3ad1a65ee46b7b6a1e597b8db2ec4b5ef436d4c9ecc2 SHA512 
d45d72d7ee7492e081dd5fac1a4d1cea93fe5f5287900be13c92e1c1802f7ec77573eeb4d271497154b9e0723c393700f35982ceedbe29be6cb759a0ebe83325
 WHIRLPOOL 
03b57a87573630a2826dd5e9a597ab0bb67daa73e4b2b733982b6ce4a3cf6a32c5ad17cb3ba3fc0a29248c867b1ba303098c7f61c0cfe42636621aa8a370790f
 DIST otp_doc_man_19.1.tar.gz 1405580 SHA256 
7200e9e5b3a229a6b3838046e1b3e64afc869265539d49d0e4853212f19c0c79 SHA512 
4ee35feeff70419ff5500e00dc17e34fdea8be21342d41cf1e255b84a1826b51057046be543ee1052153ae8c8cd215f4720cecae7d9fe1576cbd681dcf4b2334
 WHIRLPOOL 
e94333be9d1d9239d1dc6e9bbcc6930b148eda8d8a73e3d21896e498c331c062ea1541d8fa03a2d0dd6f21510874f5aa6062b22a3738c85d1b18a30b09fb5482
 DIST otp_doc_man_19.3.tar.gz 1410781 SHA256 
f8192ffdd7367083c055695eeddf198155da43dcc221aed1d870d1e3871dd95c SHA512 
675a0d2d5972660a60de17c832e630f646f942d23815427eb0dec3a5ca1c44ed8fe35a9c30f8b608dedfd10f6fb1e47e958ea6e32e296b6f6809b1844b4da9a1
 WHIRLPOOL 
b7fb4954a46670c672eec02df8713fe68eeb4c15fa8c56e37c802f384bafeb77d88b257ebd1f8f7a0e35e3020853211b9f46ecb01fbe16c19254a3cd992c0fc1
 DIST otp_doc_man_20.0.tar.gz 1430939 SHA256 
b7f1542a94a170f8791f5d80a85706f9e8838924ea65d4301032d0c0cfb845cc SHA512 
8f3c9b39c5574c239fe4f8d220884667d9d8b8231e923da8caebedc2cfd4db61a3b71a45788c3d63ae4cecc11884df9143e164c544356145977010f31c388e99
 WHIRLPOOL 
16b1c1448cdd3a35b340f66131a41af88e679e2e5e5383f5586f4cd386462f4a306512a068bbac8020209d6f72ef2ac57db07e4075b1d48bd0dcc0b3dfd9657a
+DIST otp_doc_man_20.1.tar.gz 1334036 SHA256 
05ccf82ff85316e2eb1bebf1a1741dfac1ee450ed49cf0be365f9d4fec6d7b46 SHA512 
d64cb7e78f1cbc86eccfa338ebe211b4e67ada842d780cf73dac7aadab8209a845de305644b758ed23d939688146012cd5172e005fee207307d6e24c7b7d2345
 WHIRLPOOL 
c772d8febcece3d6b3d7b4a576424aba5f33b9d5aaf5312e5bd0e44bc7350d2e562a93d62d48288cf3dd8e050b83727da624ccf267fd60fa5ac3b28166521148
 DIST otp_src_18.3.tar.gz 68292101 SHA256 
fdab8129a1cb935db09f1832e3a7d511a4aeb2b9bb3602ca6a7ccb9730d5c9c3 SHA512 
f4a69bb14743d9f913d7060cfb6426f7c54693d07ed439506ede5160a0ba5a79a81cf08a56aaa02c68b3377cd22fed66a0fbeb216378330d7ad5c6348ed82014
 WHIRLPOOL 
493fe8f803194647ab0c113d8f67f5f97636321618296969d9da0396cc9b083b6deffd42638fe3e3eb0b63c4ff996fb4b2c4559c6039add94f7dad62205b815b
 DIST otp_src_19.1.tar.gz 68103074 SHA256 
fed4cbbc1ee5cc8efc2b8f14c3db97bfde1de967703f5f9a95f8ab6852737e23 SHA512 
bd1c243393c867c91768367613aedb40d56889add149390c81f22e022e76b716d6e9a4d5db7e6477ceb1216c26c18c962abdfd8215a87420758f5ef2063b9714
 WHIRLPOOL 

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

2017-10-16 Thread Hans de Graaff
commit: 564cc1c8d4992c74f865dd41e139c2d53bd39e6f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Oct 16 15:38:34 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Oct 16 15:38:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=564cc1c8

www-apache/passenger: amd64 stable for bug 634452

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 www-apache/passenger/passenger-5.1.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/passenger/passenger-5.1.11.ebuild 
b/www-apache/passenger/passenger-5.1.11.ebuild
index 2349a2b3e8a..60b0bdbcc33 100644
--- a/www-apache/passenger/passenger-5.1.11.ebuild
+++ b/www-apache/passenger/passenger-5.1.11.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://s3.amazonaws.com/phusion-passenger/releases/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="apache2 debug"
 
 ruby_add_bdepend "dev-ruby/rake"



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

2017-10-16 Thread Hans de Graaff
commit: d3c99ebebd0467b7f97465ffdcbec74ee3c8cd6b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Oct 16 15:28:11 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Oct 16 15:28:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3c99ebe

www-apache/passenger: add 5.1.11

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 www-apache/passenger/Manifest  |   1 +
 .../passenger/files/passenger-5.1.11-gentoo.patch  |  30 +
 www-apache/passenger/passenger-5.1.11.ebuild   | 122 +
 3 files changed, 153 insertions(+)

diff --git a/www-apache/passenger/Manifest b/www-apache/passenger/Manifest
index a617b93e41a..43d2eb2e672 100644
--- a/www-apache/passenger/Manifest
+++ b/www-apache/passenger/Manifest
@@ -1,3 +1,4 @@
+DIST passenger-5.1.11.tar.gz 4243340 SHA256 
26fc56b2f6d27ed58b948d9601a17a4f61e98fd16349bcb46f3ecebcac3177dd SHA512 
7dce496916533f2fcd5cb5931d79308da8adda300a8b8603ce90b92645e69a1283d147976b5aa3408f86ccb71f9e5849bfb68e58a806a8a58529cadda557bccb
 WHIRLPOOL 
071e3a0d1c23f1ac58f0ff93e48357f51aa538e9a76ae4fb115a3cb9ddb0a3eeb5dd6b2a8430bb76acc7cd4158be1d0fe4d640a2402d42a06a632fa87d84fa85
 DIST passenger-5.1.2.tar.gz 5646103 SHA256 
7fb03a54650ef5e508895c9e45bc2d8151f6c4811ea6797e81f017fedddfdbab SHA512 
88a77c749857a8538ea268f793d2708fa29b8891d2c3197577155f81cb66aa04919c25e713d4f00692051ad385eebaa94729cd30baa68edcf3d17c23bae0acdd
 WHIRLPOOL 
8f115162e2a7c43af20cef1d689290c8a523cce10f617500eeb50ab6a226c203a404fc7ce53fd0e21e63276aa359c5d64b685318be36f79ce165ff598bac8766
 DIST passenger-5.1.6.tar.gz 5215694 SHA256 
e897cc5f0ec6446bfdc226404dca4bd29f7418ae92010c389661b9f024a3cf24 SHA512 
71d301d2501863951157f55df30ac89f6f9d98e79b554a5ca05ca9a306041ecd8cdc92056220cf6dc9ad02972a102bfc990e3b06f887d27496a8ecbd58e109fa
 WHIRLPOOL 
fe6872d0c11803fd0d8875002f37425edc54327709daaa56518ace0ef9f5046836592298ca80ce4929a29e6c0a0adcb237b57a19cd0d73ac096992e742e2a8b5
 DIST passenger-5.1.8.tar.gz 5234529 SHA256 
fef10e4a34c3faa48306c21c0789ee4d4d56fc0e30205cc470a91b486b7a4a7d SHA512 
5baf287e1f2a751409bba99671de2c41656033dc29132b2d964457405284105343fde4c2233c921d7e35794a47eedbf33e3840119a908741b1ed9e6fdc99ec2c
 WHIRLPOOL 
6513b71aadddc9ec5ff4b4c617256a62f1c977b7d0f098982808851afc7703bd4ceed843cf309d07b239dbae97ed4beacaa2130a5dd325b17714df59f3b1f9ee

diff --git a/www-apache/passenger/files/passenger-5.1.11-gentoo.patch 
b/www-apache/passenger/files/passenger-5.1.11-gentoo.patch
new file mode 100644
index 000..5a2565c0315
--- /dev/null
+++ b/www-apache/passenger/files/passenger-5.1.11-gentoo.patch
@@ -0,0 +1,30 @@
+--- build/packaging.rb.~1~ 2013-10-27 00:00:00.0 +0200
 build/packaging.rb 2015-09-28 07:44:04.584236386 +0200
+@@ -575,7 +575,7 @@
+   psg_ruby   = ENV['RUBY'] || "#{fs_bindir}/ruby"
+   psg_free_ruby  = ENV['FREE_RUBY'] || "/usr/bin/env ruby"
+ 
+-  fakeroot = "#{PKG_DIR}/fakeroot"
++  fakeroot = ENV['DISTDIR']
+   fake_rubylibdir = "#{fakeroot}#{psg_rubylibdir}"
+   fake_nodelibdir = "#{fakeroot}#{psg_nodelibdir}"
+   fake_libdir = "#{fakeroot}#{psg_libdir}"
+@@ -593,7 +593,6 @@
+ 
+   packaging_method = ENV['NATIVE_PACKAGING_METHOD'] || 
ENV['PACKAGING_METHOD'] || "deb"
+ 
+-  sh "rm -rf #{fakeroot}"
+   sh "mkdir -p #{fakeroot}"
+ 
+   # Ruby sources
+@@ -690,10 +689,6 @@
+ change_shebang("#{fake_sbindir}/#{exe}", shebang)
+   end
+ 
+-  # Apache 2 module
+-  sh "mkdir -p #{File.dirname(fake_apache2_module_path)}"
+-  sh "cp #{APACHE2_TARGET} #{fake_apache2_module_path}"
+-
+   # Ruby extension sources
+   sh "mkdir -p #{fake_ruby_extension_source_dir}"
+   sh "cp -R #{PhusionPassenger.ruby_extension_source_dir}/* 
#{fake_ruby_extension_source_dir}"

diff --git a/www-apache/passenger/passenger-5.1.11.ebuild 
b/www-apache/passenger/passenger-5.1.11.ebuild
new file mode 100644
index 000..2349a2b3e8a
--- /dev/null
+++ b/www-apache/passenger/passenger-5.1.11.ebuild
@@ -0,0 +1,122 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+inherit apache-module flag-o-matic multilib ruby-ng toolchain-funcs
+
+DESCRIPTION="Passenger makes deployment of Ruby on Rails applications a breeze"
+HOMEPAGE="https://www.phusionpassenger.com/;
+SRC_URI="https://s3.amazonaws.com/phusion-passenger/releases/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="apache2 debug"
+
+ruby_add_bdepend "dev-ruby/rake"
+
+ruby_add_rdepend "
+   >=dev-ruby/rack-1.0.0:*
+   >=dev-ruby/rake-0.8.1"
+
+# libev is bundled but with adapations that do not seem to be accepted
+# upstream, so we must use the bundled version :-(
+CDEPEND="
+   >=dev-libs/libuv-1.8.0
+   net-misc/curl[ssl]
+   apache2? ( www-servers/apache[apache2_modules_unixd(+)] )"
+
+RDEPEND="${RDEPEND} ${CDEPEND}"
+DEPEND="${DEPEND} ${CDEPEND}"
+
+APACHE2_MOD_CONF="30_mod_${PN}-5.0.0 30_mod_${PN}"

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

2017-10-16 Thread Andreas Sturmlechner
commit: cf38c03805b4c87f698d88398368945d02f10985
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Oct 15 07:18:53 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 16 14:54:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf38c038

profiles: Mask sci-physics/root[geocad,qt4]

Gentoo-bug: 620754

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

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 5050f0f700f..1f632a64296 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Andreas Sturmlechner  (16 Oct 2017)
+# USE=qt4 depends on masked dev-qt/qtwebkit:4, bug #620754
+# USE=geocad depends on masked  (10 Oct 2017)
 # Depends on old ffmpeg-2, which no longer exists in the repo.
 <=media-tv/tvheadend-4.0.9 ffmpeg



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

2017-10-16 Thread Andreas Sturmlechner
commit: 00fbd51736fdd5d804f30f00d54cfe4468a5cb2d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct 16 10:25:35 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 16 14:54:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00fbd517

profiles: Mask  (16 Oct 2017)
+# Depends on masked dev-qt/qtwebkit:4, bug #620692
+ (16 Oct 2017)
 # USE=qt4 depends on masked dev-qt/qtwebkit:4, bug #620754
 # USE=geocad depends on masked 

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

2017-10-16 Thread Andreas Sturmlechner
commit: 56fe51e2b8ffa8355513a866383d870f59a16e36
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Oct 14 20:03:09 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 16 14:54:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56fe51e2

profiles: Mask dev-qt/qtwebkit:4

Drop redundant qtwebkit-4.10 mask - all slot 4 versions are masked now.

Gentoo-bug: 620684

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 3b10654ac8e..361dc8e9b2d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,11 @@
 #--- END OF EXAMPLES ---
 
 # Andreas Sturmlechner  (16 Oct 2017)
+# Qt4WebKit is ancient and is likely to have more holes
+# in it than swiss cheese. Bug #620684
+dev-qt/qtwebkit:4
+
+# Andreas Sturmlechner  (16 Oct 2017)
 # Reverse-deps on dead Qt4WebKit. Bug #620684
  (23 Jul 2015)
-# Standalone version of qtwebkit from the 2.3 upstream branch.
-# Needs revdep testing. Bug #388207.
-=dev-qt/qtwebkit-4.10*
-
 # Justin Lecher  (28 Feb 2015)
 # Unfixed security problems
 # No upstream support anymore



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

2017-10-16 Thread Andreas Sturmlechner
commit: 636e42b1746a022d60f863baa57caf514267f004
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Oct 14 20:32:01 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 16 14:54:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=636e42b1

profiles: ia64: Drop backwards package.use.mask

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

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index 3db4f176fc4..98a61f2dfc7 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -327,10 +327,6 @@ dev-python/PyQt4 multimedia
 # Keep deps minimal
 x11-wm/fvwm lock
 
-# Raúl Porcel  (11 Apr 2009)
-# net-libs/webkit-gtk segfaults but dev-qt/qtwebkit doesn't
-dev-python/PyQt4 -webkit
-
 # Raúl Porcel  (07 Jul 2008)
 # Make clisp deps minimal
 dev-lisp/clisp hyperspec pari svm



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

2017-10-16 Thread Andreas Sturmlechner
commit: c3eb993546e9ebf478e25605fe92960f48cd949e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Oct 14 22:21:46 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 16 14:54:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3eb9935

dev-python/QtPy: Drop PyQt4 and pyside[webkit] options

Gentoo-bug: 620684
Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-python/QtPy/QtPy-1.2.1.ebuild | 26 --
 dev-python/QtPy/QtPy-1.3.1.ebuild | 17 +
 dev-python/QtPy/metadata.xml  |  1 -
 3 files changed, 17 insertions(+), 27 deletions(-)

diff --git a/dev-python/QtPy/QtPy-1.2.1.ebuild 
b/dev-python/QtPy/QtPy-1.2.1.ebuild
index 86fa7592ebd..51f9d64960b 100644
--- a/dev-python/QtPy/QtPy-1.2.1.ebuild
+++ b/dev-python/QtPy/QtPy-1.2.1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 
-DESCRIPTION="Abtraction layer for PyQt5/PyQt4/PySide"
+DESCRIPTION="Abstraction layer for PyQt5/PySide"
 HOMEPAGE="https://github.com/spyder-ide/qtpy;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
@@ -18,20 +18,18 @@ KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="designer gui opengl svg testlib webkit"
 
 RDEPEND="
-   || (
- 
dev-python/PyQt5[${PYTHON_USEDEP},designer=,opengl=,svg=,webkit=]
- 
dev-python/PyQt4[${PYTHON_USEDEP},designer=,opengl=,svg=,webkit=]
- 
dev-python/pyside[${PYTHON_USEDEP},designer=,opengl=,svg=,webkit=]
-  )
gui? ( || (
- dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets]
- dev-python/PyQt4[${PYTHON_USEDEP},X]
- dev-python/pyside[${PYTHON_USEDEP},X]
+   dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets]
+   dev-python/pyside[${PYTHON_USEDEP},X]
) )
testlib? ( || (
- dev-python/PyQt5[${PYTHON_USEDEP},testlib]
- dev-python/PyQt4[${PYTHON_USEDEP},testlib]
- dev-python/pyside[${PYTHON_USEDEP},X]
-   ) )"
-
+   dev-python/PyQt5[${PYTHON_USEDEP},testlib]
+   dev-python/pyside[${PYTHON_USEDEP},X]
+   ) )
+   webkit? ( 
dev-python/PyQt5[${PYTHON_USEDEP},designer=,opengl=,svg=,webkit=] )
+   !webkit? ( || (
+   dev-python/PyQt5[${PYTHON_USEDEP},designer=,opengl=,svg=]
+   dev-python/pyside[${PYTHON_USEDEP},designer=,opengl=,svg=]
+   ) )
+"
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/QtPy/QtPy-1.3.1.ebuild 
b/dev-python/QtPy/QtPy-1.3.1.ebuild
index 5d5c3d3f23c..de40764e990 100644
--- a/dev-python/QtPy/QtPy-1.3.1.ebuild
+++ b/dev-python/QtPy/QtPy-1.3.1.ebuild
@@ -7,30 +7,25 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 
-DESCRIPTION="Abtraction layer for PyQt5/PyQt4/PySide"
+DESCRIPTION="Abstraction layer for PyQt5/PySide"
 HOMEPAGE="https://github.com/spyder-ide/qtpy;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="designer gui opengl pyqt4 +pyqt5 pyside svg testlib webkit"
+IUSE="designer gui opengl +pyqt5 pyside svg testlib webkit"
 
-REQUIRED_USE="|| ( pyqt4 pyqt5 pyside )"
+REQUIRED_USE="|| ( pyqt5 pyside ) webkit? ( pyqt5 )"
 
 RDEPEND="
-   pyqt4? (
-   
dev-python/PyQt4[${PYTHON_USEDEP},designer?,opengl?,svg?,webkit?]
-   gui? ( dev-python/PyQt4[${PYTHON_USEDEP},X] )
-   testlib? ( dev-python/PyQt4[${PYTHON_USEDEP},testlib] )
-   )
pyqt5? (

dev-python/PyQt5[${PYTHON_USEDEP},designer?,opengl?,svg?,webkit?]
gui? ( dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets] )
testlib? ( dev-python/PyQt5[${PYTHON_USEDEP},testlib] )
)
pyside? (
-   
dev-python/pyside[${PYTHON_USEDEP},designer?,opengl?,svg?,webkit?]
+   dev-python/pyside[${PYTHON_USEDEP},designer?,opengl?,svg?]
gui? ( dev-python/pyside[${PYTHON_USEDEP},X] )
testlib? ( dev-python/pyside[${PYTHON_USEDEP},X] )
)
@@ -40,9 +35,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 src_prepare() {
default
 
-   if ! use pyqt4; then
-   sed -i -e "s/from PyQt4.Qt import/raise ImportError #/" 
qtpy/__init__.py || die
-   fi
+   sed -i -e "s/from PyQt4.Qt import/raise ImportError #/" 
qtpy/__init__.py || die
 
if ! use pyqt5; then
sed -i -e "s/from PyQt5.Qt import/raise ImportError #/" 
qtpy/__init__.py || die

diff --git a/dev-python/QtPy/metadata.xml b/dev-python/QtPy/metadata.xml
index 85ca2f8aaa3..58c106d8187 100644
--- a/dev-python/QtPy/metadata.xml
+++ b/dev-python/QtPy/metadata.xml
@@ -18,7 +18,6 @@
   
 Build bindings for the QtDesigner module and enable 
the designer plugin
 Build bindings for the QtGui module
-Enable the dev-python/PyQt4 backend
 

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

2017-10-16 Thread Andreas Sturmlechner
commit: 4c17aa4d545dec1ecee3e2d9161fa3898b7b061a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Oct 14 20:28:35 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 16 14:54:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c17aa4d

profiles: Mask USE=webkit on dev-qt/qtwebkit:4 rdeps

Gentoo-bug: 620684

 profiles/base/package.use.mask | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 3ed9dbe435d..c62d49a7610 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -16,6 +16,16 @@
 # USE=geocad depends on masked  (16 Oct 2017)
+# Depends on masked dev-qt/qtwebkit:4, bug #620684
+dev-qt/assistant:4 webkit
+dev-qt/designer:4 webkit
+dev-qt/qt-meta:4 webkit
+dev-qt/qtdeclarative:4 webkit
+dev-qt/qtdemo:4 webkit
+dev-python/PyQt4 webkit
+dev-python/pyside:0 webkit
+
 # Mike Gilbert  (10 Oct 2017)
 # Depends on old ffmpeg-2, which no longer exists in the repo.
 <=media-tv/tvheadend-4.0.9 ffmpeg



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

2017-10-16 Thread Andreas Sturmlechner
commit: 928ea370fbc96d1e9c2b64b3cbe96682116a256f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Oct 14 19:42:12 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 16 14:54:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=928ea370

profiles: Mask remaining Qt4WebKit rdeps

Gentoo-bug: 620684

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 050f02b317b..3b10654ac8e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,18 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (16 Oct 2017)
+# Reverse-deps on dead Qt4WebKit. Bug #620684
+ (15 Oct 2017)
 # Dead upstream, depends on dead kdelibs4/Qt4/Qt3Support.
 # Possible alternatives are net-mail/gnubiff, kde-misc/gmailfeed.



[gentoo-commits] repo/gentoo:master commit in: net-wireless/wpa_supplicant/

2017-10-16 Thread Richard Farina
commit: 6b723509d2b1957d69ee100933375c8886728c31
Author: Zero_Chaos  gentoo  org>
AuthorDate: Mon Oct 16 14:23:11 2017 +
Commit: Richard Farina  gentoo  org>
CommitDate: Mon Oct 16 14:46:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b723509

net-wireless/wpa_supplicant: remove one vuln ebuild

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 .../wpa_supplicant/wpa_supplicant-2.6-r2.ebuild| 387 -
 1 file changed, 387 deletions(-)

diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r2.ebuild 
b/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r2.ebuild
deleted file mode 100644
index f7b55a93253..000
--- a/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r2.ebuild
+++ /dev/null
@@ -1,387 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils qmake-utils systemd toolchain-funcs
-
-DESCRIPTION="IEEE 802.1X/WPA supplicant for secure wireless transfers"
-HOMEPAGE="http://hostap.epitest.fi/wpa_supplicant/;
-SRC_URI="http://hostap.epitest.fi/releases/${P}.tar.gz;
-LICENSE="|| ( GPL-2 BSD )"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~x86-fbsd"
-IUSE="ap dbus gnutls eap-sim fasteap +hs2-0 libressl p2p ps3 qt5 readline 
selinux smartcard ssl tdls uncommon-eap-types wimax wps kernel_linux 
kernel_FreeBSD"
-REQUIRED_USE="fasteap? ( !ssl ) smartcard? ( ssl )"
-
-CDEPEND="dbus? ( sys-apps/dbus )
-   kernel_linux? (
-   dev-libs/libnl:3
-   net-wireless/crda
-   eap-sim? ( sys-apps/pcsc-lite )
-   )
-   !kernel_linux? ( net-libs/libpcap )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   )
-   readline? (
-   sys-libs/ncurses:0=
-   sys-libs/readline:0=
-   )
-   ssl? (
-   gnutls? (
-   dev-libs/libgcrypt:0=
-   net-libs/gnutls:=
-   )
-   !gnutls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   )
-   !ssl? ( dev-libs/libtommath )
-"
-DEPEND="${CDEPEND}
-   virtual/pkgconfig
-"
-RDEPEND="${CDEPEND}
-   selinux? ( sec-policy/selinux-networkmanager )
-"
-
-S="${WORKDIR}/${P}/${PN}"
-
-Kconfig_style_config() {
-   #param 1 is CONFIG_* item
-   #param 2 is what to set it = to, defaulting in y
-   CONFIG_PARAM="${CONFIG_HEADER:-CONFIG_}$1"
-   setting="${2:-y}"
-
-   if [ ! $setting = n ]; then
-   #first remove any leading "# " if $2 is not n
-   sed -i "/^# *$CONFIG_PARAM=/s/^# *//" .config || echo 
"Kconfig_style_config error uncommenting $CONFIG_PARAM"
-   #set item = $setting (defaulting to y)
-   sed -i "/^$CONFIG_PARAM/s/=.*/=$setting/" .config || 
echo "Kconfig_style_config error setting $CONFIG_PARAM=$setting"
-   else
-   #ensure item commented out
-   sed -i "/^$CONFIG_PARAM/s/$CONFIG_PARAM/# 
$CONFIG_PARAM/" .config || echo "Kconfig_style_config error commenting 
$CONFIG_PARAM"
-   fi
-}
-
-pkg_setup() {
-   if use ssl ; then
-   if use gnutls && use libressl ; then
-   elog "You have both 'gnutls' and 'libressl' USE flags 
enabled: defaulting to USE=\"gnutls\""
-   fi
-   else
-   elog "You have 'ssl' USE flag disabled: defaulting to internal 
TLS implementation"
-   fi
-}
-
-src_prepare() {
-   default
-
-   # net/bpf.h needed for net-libs/libpcap on Gentoo/FreeBSD
-   sed -i \
-   -e "s:\(#include \):#include \n\1:" \
-   ../src/l2_packet/l2_packet_freebsd.c || die
-
-   # People seem to take the example configuration file too literally (bug 
#102361)
-   sed -i \
-   -e "s:^\(opensc_engine_path\):#\1:" \
-   -e "s:^\(pkcs11_engine_path\):#\1:" \
-   -e "s:^\(pkcs11_module_path\):#\1:" \
-   wpa_supplicant.conf || die
-
-   # Change configuration to match Gentoo locations (bug #143750)
-   sed -i \
-   -e "s:/usr/lib/opensc:/usr/$(get_libdir):" \
-   -e "s:/usr/lib/pkcs11:/usr/$(get_libdir):" \
-   wpa_supplicant.conf || die
-
-   # systemd entries to D-Bus service files (bug #372877)
-   echo 'SystemdService=wpa_supplicant.service' \
-   | tee -a dbus/*.service >/dev/null || die
-
-   cd "${WORKDIR}/${P}" || die
-
-   if use wimax; then
-   # generate-libeap-peer.patch comes before
-   # fix-undefined-reference-to-random_get_bytes.patch
-   eapply 

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

2017-10-16 Thread Hans de Graaff
commit: 28da77e9e9b0cce6ab1ca91998054ff2b52b0a9c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Oct 16 14:25:05 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Oct 16 14:25:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28da77e9

www-apache/passenger: cleanup

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 www-apache/passenger/Manifest   |   1 -
 www-apache/passenger/passenger-5.1.7.ebuild | 122 
 2 files changed, 123 deletions(-)

diff --git a/www-apache/passenger/Manifest b/www-apache/passenger/Manifest
index 2bdc8e18fa4..a617b93e41a 100644
--- a/www-apache/passenger/Manifest
+++ b/www-apache/passenger/Manifest
@@ -1,4 +1,3 @@
 DIST passenger-5.1.2.tar.gz 5646103 SHA256 
7fb03a54650ef5e508895c9e45bc2d8151f6c4811ea6797e81f017fedddfdbab SHA512 
88a77c749857a8538ea268f793d2708fa29b8891d2c3197577155f81cb66aa04919c25e713d4f00692051ad385eebaa94729cd30baa68edcf3d17c23bae0acdd
 WHIRLPOOL 
8f115162e2a7c43af20cef1d689290c8a523cce10f617500eeb50ab6a226c203a404fc7ce53fd0e21e63276aa359c5d64b685318be36f79ce165ff598bac8766
 DIST passenger-5.1.6.tar.gz 5215694 SHA256 
e897cc5f0ec6446bfdc226404dca4bd29f7418ae92010c389661b9f024a3cf24 SHA512 
71d301d2501863951157f55df30ac89f6f9d98e79b554a5ca05ca9a306041ecd8cdc92056220cf6dc9ad02972a102bfc990e3b06f887d27496a8ecbd58e109fa
 WHIRLPOOL 
fe6872d0c11803fd0d8875002f37425edc54327709daaa56518ace0ef9f5046836592298ca80ce4929a29e6c0a0adcb237b57a19cd0d73ac096992e742e2a8b5
-DIST passenger-5.1.7.tar.gz 5218093 SHA256 
2b40a00a3fdc90a6acf784319f60fd53549f036ffc99fcbb23a0658cb7e2b215 SHA512 
f1f67f7912dd3d58ee46c32d1d0584eeb90e95fd5a36bddff62c28674560f1495926a867b20d12a3867d1e81f13c480ed596ba81f78f6241c511b12fcac1de4c
 WHIRLPOOL 
12c1acee83255b19964f505c6238432971d7a80d7937fcfac75cd0645b8626d993365472ca7e622b21fc8144f37f1286e1b58fdfa71836bcd791467416013349
 DIST passenger-5.1.8.tar.gz 5234529 SHA256 
fef10e4a34c3faa48306c21c0789ee4d4d56fc0e30205cc470a91b486b7a4a7d SHA512 
5baf287e1f2a751409bba99671de2c41656033dc29132b2d964457405284105343fde4c2233c921d7e35794a47eedbf33e3840119a908741b1ed9e6fdc99ec2c
 WHIRLPOOL 
6513b71aadddc9ec5ff4b4c617256a62f1c977b7d0f098982808851afc7703bd4ceed843cf309d07b239dbae97ed4beacaa2130a5dd325b17714df59f3b1f9ee

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

[gentoo-commits] repo/gentoo:master commit in: net-wireless/hostapd/

2017-10-16 Thread Richard Farina
commit: 85c798e67242c11f96adaa8e89577586ece3532e
Author: Zero_Chaos  gentoo  org>
AuthorDate: Mon Oct 16 14:18:23 2017 +
Commit: Richard Farina  gentoo  org>
CommitDate: Mon Oct 16 14:18:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85c798e6

net-wireless/hostapd: stable amd64/x86 for bug #634438

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 net-wireless/hostapd/hostapd-2.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/hostapd/hostapd-2.6-r1.ebuild 
b/net-wireless/hostapd/hostapd-2.6-r1.ebuild
index 76965506ee1..301be3c7254 100644
--- a/net-wireless/hostapd/hostapd-2.6-r1.ebuild
+++ b/net-wireless/hostapd/hostapd-2.6-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://hostap.epitest.fi/releases/${P}.tar.gz;
 
 LICENSE="|| ( GPL-2 BSD )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc x86"
 IUSE="ipv6 logwatch netlink sqlite +ssl +wps +crda"
 
 DEPEND="ssl? ( dev-libs/openssl:*[-bindist] )



[gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/

2017-10-16 Thread Craig Andrews
commit: d5e0212514310010b68a6b744060df1a6664a057
Author: Craig Andrews  gentoo  org>
AuthorDate: Mon Oct 16 14:10:11 2017 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Mon Oct 16 14:10:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e02125

media-tv/kodi: Bump ffmpeg to 3.4-Leia-Alpha-1

See https://github.com/xbmc/xbmc/pull/12926

 media-tv/kodi/Manifest | 2 +-
 media-tv/kodi/kodi-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-tv/kodi/Manifest b/media-tv/kodi/Manifest
index 4fdf688af39..c8a80b98ba4 100644
--- a/media-tv/kodi/Manifest
+++ b/media-tv/kodi/Manifest
@@ -1,6 +1,6 @@
 DIST ffmpeg-kodi-3.1.6-Krypton.tar.gz 11170735 SHA256 
01f914742f6af8afd1d2eb076425975e24c4eed75f5d57f1c816086dc4625192 SHA512 
060d06946ee71106196587b36eccf7fb7d0710d6ee72dae2e08f23e5bf7e223a3bac77f1730121f494ecf5f860a40635978023317a06f27a3b28752fa537f1a1
 WHIRLPOOL 
ae6f0b3b798e92cd72aed8eb3e6dc82708c86052590b30ae93e1b8275dca89c5a4470dbc8ff51bfefd72bd40036b7bd1b7695ee77e90bab35b5e80bcb8b79826
 DIST ffmpeg-kodi-3.1.9-Krypton-17.4.tar.gz 11186492 SHA256 
ead247d5d804399951531ba904d1b59b60c9163e2d8fbab014cf495a40f91266 SHA512 
4f399578f95d42357c73dc01fb5372042070ce11ff82e97695cc5a69574f35b9a860042ea0d43cfd562f03ac06fd888c074a838944c0c1aef7a692f89ea85dda
 WHIRLPOOL 
24c3c926bb0f204a66d4e01c9d96e34ab22d20389f9274ead9ff01393c62a1502f8604f9096f36f1fafb5c0526d6ccb5062a8b90e34a9773f2cfa89f8f87d069
-DIST ffmpeg-kodi-3.3.4-Leia-Alpha-1.tar.gz 11867980 SHA256 
8d370444c1425b1dc87de7ffe8e3dfb2f5f46956349abedc00d698daf071a4b4 SHA512 
1636a4f1fc781889bb2497f05c99183ffd77386ebeb320f08850f46c373bb3d42bcda0ed84a600e7acbb21994b270d8b9e03af9bf11323c164085023bec96f34
 WHIRLPOOL 
9ba899f9c7b4317d45acdb8d8edf824cb766a27895989ac0a1f0c759e282e0d9f285d031a99444b8911ef6e2ba6ce872b71e2341732c9762c5a87f4d3ab792cf
+DIST ffmpeg-kodi-3.4-Leia-Alpha-1.tar.gz 12147515 SHA256 
0b5b7446dd5b9eeef427617e140058fbe7be94f5893055bc38cce3ca96375e03 SHA512 
84fa07f88a3ee89b5dec8bf0f06a9d5f8b9e4a8f52656c6509aa081b87e59ae7ea643bc4bd668b555128b75e2a4d89fe82d7fc4586d37d9ea737eedb25508910
 WHIRLPOOL 
e4a54744dcac947f0a9b1ca28eb1176bafc491f74e5f1142bb6b1a0b9aa57abc38c6c8af6fd41239da72b9cbdd595bfb815998f6f1a6d2baa568bf5ea08fe24d
 DIST kodi-17.3-generated-addons.tar.xz 57548 SHA256 
6175ac64dbcbe2c747cd77f876b8e2bb3e516daa4707d7ccf768d76a89b27bd1 SHA512 
56d1912f5e24d3fcda3010783a5b32728ece9c81c718ac6f8db2cbbd096059fe97b8d1971b34bbde1216558a8e5db874f7b2179e1f18942774ae5486167bca9a
 WHIRLPOOL 
1023c69687ac9958e72ab70c15a280800ea4866f8e0dc2740d9bfd50f75bef71c28f23f01a841f254022610e1388d14217ea384213161264dae721515c9dabe3
 DIST kodi-17.3.tar.gz 58466114 SHA256 
1de8653a3729cefd1baaf09ecde5ace01a1e3a58fbf29d48c1363f2503d331a1 SHA512 
832071c3e9f332281a767f29168f6d6d003a86b42df849e81d907c2280f81f959ae42a850eddc889ae2280bba6106de3355e701ff2d71c88ee14cb20c84e7987
 WHIRLPOOL 
0ed5585f891459292a1cfd4451bee1f2b19af217e462b810468b00395ee024ba346300f84c67c6dc428d27abcaef4eec9dc7b844e66e2ab83543830a106a1634
 DIST kodi-17.4-generated-addons.tar.xz 57576 SHA256 
dffa734a5fd40493b338ce76cdf49e42572b437fd449ceded3183ac09929e015 SHA512 
80bb6b159c3556c75ad02110c5431fbc21339b74988421269f049cdf9b630a7e819aa5816f315aa7279247cab3d09680c5966449642d0c3e25ef1c789b285581
 WHIRLPOOL 
39715af523582b1eb982b6da7bb6f2a6557f99f9bb38cfd69899f0e92db977cf965648c1ff2ad6bf2e77d09b26ef655256b5c1025bc224984f0040a3713958ba

diff --git a/media-tv/kodi/kodi-.ebuild b/media-tv/kodi/kodi-.ebuild
index f11c86b55e2..8af45768804 100644
--- a/media-tv/kodi/kodi-.ebuild
+++ b/media-tv/kodi/kodi-.ebuild
@@ -12,7 +12,7 @@ inherit autotools cmake-utils eutils linux-info pax-utils 
python-single-r1
 LIBDVDCSS_COMMIT="2f12236bc1c92f73c21e973363f79eb300de603f"
 LIBDVDREAD_COMMIT="17d99db97e7b8f23077b342369d3c22a6250affd"
 LIBDVDNAV_COMMIT="43b5f81f5fe30bceae3b7cecf2b0ca57fc930dac"
-FFMPEG_VERSION="3.3.4"
+FFMPEG_VERSION="3.4"
 CODENAME="Leia"
 FFMPEG_KODI_VERSION="Alpha-1"
 SRC_URI="https://github.com/xbmc/libdvdcss/archive/${LIBDVDCSS_COMMIT}.tar.gz 
-> libdvdcss-${LIBDVDCSS_COMMIT}.tar.gz



[gentoo-commits] repo/gentoo:master commit in: net-wireless/hostapd/, net-wireless/hostapd/files/2017-1/

2017-10-16 Thread Richard Farina
commit: 6970d92f9176e581d6244f99088c59b5f2e7cc95
Author: Zero_Chaos  gentoo  org>
AuthorDate: Mon Oct 16 14:07:11 2017 +
Commit: Richard Farina  gentoo  org>
CommitDate: Mon Oct 16 14:07:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6970d92f

net-wireless/hostapd: fix for bug #634438

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 ...-Avoid-key-reinstallation-in-FT-handshake.patch | 174 ++
 ...nstallation-of-an-already-in-use-group-ke.patch | 250 +
 ...ection-of-GTK-IGTK-reinstallation-of-WNM-.patch | 184 +++
 ...04-Prevent-installation-of-an-all-zero-TK.patch |  79 +++
 ...Fix-PTK-rekeying-to-generate-a-new-ANonce.patch |  64 ++
 ...6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch | 132 +++
 ...llow-multiple-Reassociation-Response-fram.patch |  82 +++
 net-wireless/hostapd/hostapd-2.6-r1.ebuild | 226 +++
 8 files changed, 1191 insertions(+)

diff --git 
a/net-wireless/hostapd/files/2017-1/rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch
 
b/net-wireless/hostapd/files/2017-1/rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch
new file mode 100644
index 000..727684865db
--- /dev/null
+++ 
b/net-wireless/hostapd/files/2017-1/rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch
@@ -0,0 +1,174 @@
+From cf4cab804c7afd5c45505528a8d16e46163243a2 Mon Sep 17 00:00:00 2001
+From: Mathy Vanhoef 
+Date: Fri, 14 Jul 2017 15:15:35 +0200
+Subject: [PATCH 1/8] hostapd: Avoid key reinstallation in FT handshake
+
+Do not reinstall TK to the driver during Reassociation Response frame
+processing if the first attempt of setting the TK succeeded. This avoids
+issues related to clearing the TX/RX PN that could result in reusing
+same PN values for transmitted frames (e.g., due to CCM nonce reuse and
+also hitting replay protection on the receiver) and accepting replayed
+frames on RX side.
+
+This issue was introduced by the commit
+0e84c25434e6a1f283c7b4e62e483729085b78d2 ('FT: Fix PTK configuration in
+authenticator') which allowed wpa_ft_install_ptk() to be called multiple
+times with the same PTK. While the second configuration attempt is
+needed with some drivers, it must be done only if the first attempt
+failed.
+
+Signed-off-by: Mathy Vanhoef 
+---
+ src/ap/ieee802_11.c  | 16 +---
+ src/ap/wpa_auth.c| 11 +++
+ src/ap/wpa_auth.h|  3 ++-
+ src/ap/wpa_auth_ft.c | 10 ++
+ src/ap/wpa_auth_i.h  |  1 +
+ 5 files changed, 37 insertions(+), 4 deletions(-)
+
+diff --git a/src/ap/ieee802_11.c b/src/ap/ieee802_11.c
+index 4e04169..333035f 100644
+--- a/src/ap/ieee802_11.c
 b/src/ap/ieee802_11.c
+@@ -1841,6 +1841,7 @@ static int add_associated_sta(struct hostapd_data *hapd,
+ {
+   struct ieee80211_ht_capabilities ht_cap;
+   struct ieee80211_vht_capabilities vht_cap;
++  int set = 1;
+ 
+   /*
+* Remove the STA entry to ensure the STA PS state gets cleared and
+@@ -1848,9 +1849,18 @@ static int add_associated_sta(struct hostapd_data *hapd,
+* FT-over-the-DS, where a station re-associates back to the same AP but
+* skips the authentication flow, or if working with a driver that
+* does not support full AP client state.
++   *
++   * Skip this if the STA has already completed FT reassociation and the
++   * TK has been configured since the TX/RX PN must not be reset to 0 for
++   * the same key.
+*/
+-  if (!sta->added_unassoc)
++  if (!sta->added_unassoc &&
++  (!(sta->flags & WLAN_STA_AUTHORIZED) ||
++   !wpa_auth_sta_ft_tk_already_set(sta->wpa_sm))) {
+   hostapd_drv_sta_remove(hapd, sta->addr);
++  wpa_auth_sm_event(sta->wpa_sm, WPA_DRV_STA_REMOVED);
++  set = 0;
++  }
+ 
+ #ifdef CONFIG_IEEE80211N
+   if (sta->flags & WLAN_STA_HT)
+@@ -1873,11 +1883,11 @@ static int add_associated_sta(struct hostapd_data 
*hapd,
+   sta->flags & WLAN_STA_VHT ? _cap : NULL,
+   sta->flags | WLAN_STA_ASSOC, sta->qosinfo,
+   sta->vht_opmode, sta->p2p_ie ? 1 : 0,
+-  sta->added_unassoc)) {
++  set)) {
+   hostapd_logger(hapd, sta->addr,
+  HOSTAPD_MODULE_IEEE80211, HOSTAPD_LEVEL_NOTICE,
+  "Could not %s STA to kernel driver",
+- sta->added_unassoc ? "set" : "add");
++ set ? "set" : "add");
+ 
+   if (sta->added_unassoc) {
+   hostapd_drv_sta_remove(hapd, sta->addr);
+diff --git a/src/ap/wpa_auth.c b/src/ap/wpa_auth.c
+index 3587086..707971d 100644
+--- a/src/ap/wpa_auth.c
 b/src/ap/wpa_auth.c
+@@ -1745,6 +1745,9 @@ int 

[gentoo-commits] repo/gentoo:master commit in: net-wireless/wpa_supplicant/

2017-10-16 Thread Richard Farina
commit: f91c146005e8b850cfb07940827e3665bb87bc04
Author: Zero_Chaos  gentoo  org>
AuthorDate: Mon Oct 16 13:52:02 2017 +
Commit: Richard Farina  gentoo  org>
CommitDate: Mon Oct 16 13:52:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f91c1460

net-wireless/wpa_supplicant: stable bug #634436

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 net-wireless/wpa_supplicant/wpa_supplicant-2.6-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r3.ebuild 
b/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r3.ebuild
index 51b710f07c6..ef1652bd27e 100644
--- a/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r3.ebuild
+++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://hostap.epitest.fi/releases/${P}.tar.gz;
 LICENSE="|| ( GPL-2 BSD )"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~x86-fbsd"
 IUSE="ap dbus gnutls eap-sim fasteap +hs2-0 libressl p2p ps3 qt5 readline 
selinux smartcard ssl tdls uncommon-eap-types wimax wps kernel_linux 
kernel_FreeBSD"
 REQUIRED_USE="fasteap? ( !ssl ) smartcard? ( ssl )"
 



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

2017-10-16 Thread Fabian Groffen
commit: d014d46e64b29ad5c8caf7461b78f8221b18a963
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Oct 16 13:54:15 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Oct 16 13:54:15 2017 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=d014d46e

eclass: sync java eclasses

 eclass/java-ant-2.eclass   | 524 ---
 eclass/java-utils-2.eclass | 597 +
 2 files changed, 380 insertions(+), 741 deletions(-)

diff --git a/eclass/java-ant-2.eclass b/eclass/java-ant-2.eclass
deleted file mode 100644
index ddfbc3a29e..00
--- a/eclass/java-ant-2.eclass
+++ /dev/null
@@ -1,524 +0,0 @@
-# eclass for ant based Java packages
-#
-# Copyright (c) 2004-2005, Thomas Matthijs 
-# Copyright (c) 2004-2011, Gentoo Foundation
-# Changes:
-#   May 2007:
-# Made bsfix make one pass for all things and add some glocal targets for
-# setting up the whole thing. Contributed by  kiorky
-# (kio...@cryptelium.net).
-#   December 2006:
-# I pretty much rewrote the logic of the bsfix functions
-# and xml-rewrite.py because they were so slow
-# Petteri Räty (betelge...@gentoo.org)
-#
-# Licensed under the GNU General Public License, v2
-#
-# $Header: /var/cvsroot/gentoo-x86/eclass/java-ant-2.eclass,v 1.58 2014/03/31 
16:48:51 mgorny Exp $
-
-# @ECLASS: java-ant-2.eclass
-# @MAINTAINER:
-# j...@gentoo.org
-# @AUTHOR:
-# kiorky (kio...@cryptelium.net), Petteri Räty (betelge...@gentoo.org)
-# @BLURB: eclass for ant based Java packages
-# @DESCRIPTION:
-# Eclass for Ant-based Java packages. Provides support for both automatic and
-# manual manipulation of build.xml files. Should be inherited after java-pkg-2
-# or java-pkg-opt-2 eclass.
-
-inherit java-utils-2 multilib
-
-# This eclass provides functionality for Java packages which use
-# ant to build. In particular, it will attempt to fix build.xml files, so that
-# they use the appropriate 'target' and 'source' attributes.
-
-# @ECLASS-VARIABLE: WANT_ANT_TASKS
-# @DEFAULT_UNSET
-# @DESCRIPTION:
-# An $IFS separated list of ant tasks.
-# Ebuild can specify this variable before inheriting java-ant-2 eclass to
-# determine ANT_TASKS it needs. They will be automatically translated to
-# DEPEND variable and ANT_TASKS variable. JAVA_PKG_FORCE_ANT_TASKS can override
-# ANT_TASKS set by WANT_ANT_TASKS, but not the DEPEND due to caching.
-# Ebuilds that need to depend conditionally on certain tasks and specify them
-# differently for different eant calls can't use this simplified approach.
-# You also cannot specify version or anything else than ant-*.
-#
-# @CODE
-# WANT_ANT_TASKS="ant-junit ant-trax"
-# @CODE
-
-#The implementation of dependencies is handled by java-utils-2.eclass
-#WANT_ANT_TASKS
-
-# @ECLASS-VARIABLE: JAVA_ANT_DISABLE_ANT_CORE_DEP
-# @DEFAULT_UNSET
-# @DESCRIPTION:
-# Setting this variable non-empty before inheriting java-ant-2 disables adding
-# dev-java/ant-core into DEPEND.
-if [[ -z "${JAVA_ANT_DISABLE_ANT_CORE_DEP}" ]]; then
-   JAVA_ANT_E_DEPEND="${JAVA_ANT_E_DEPEND} 
>=dev-java/ant-core-1.8.2"
-fi
-
-# add ant tasks specified in WANT_ANT_TASKS to DEPEND
-local ANT_TASKS_DEPEND;
-ANT_TASKS_DEPEND="$(java-pkg_ant-tasks-depend)"
-# check that java-pkg_ant-tasks-depend didn't fail
-if [[ $? != 0 ]]; then
-   eerror "${ANT_TASKS_DEPEND}"
-   die "java-pkg_ant-tasks-depend() failed"
-fi
-
-# We need some tools from javatoolkit. We also need portage 2.1 for phase hooks
-# and ant dependencies constructed above. Python is there for
-# java-ant_remove-taskdefs
-JAVA_ANT_E_DEPEND="${JAVA_ANT_E_DEPEND}
-  ${ANT_TASKS_DEPEND}
-  ${JAVA_PKG_PORTAGE_DEP}
-  >=dev-java/javatoolkit-0.3.0-r2"
-
-# this eclass must be inherited after java-pkg-2 or java-pkg-opt-2
-# if it's java-pkg-opt-2, ant dependencies are pulled based on USE flag
-if has java-pkg-opt-2 ${INHERITED}; then
-   JAVA_ANT_E_DEPEND="${JAVA_PKG_OPT_USE}? ( ${JAVA_ANT_E_DEPEND} )"
-elif ! has java-pkg-2 ${INHERITED}; then
-   eerror "java-ant-2 eclass can only be inherited AFTER java-pkg-2 or 
java-pkg-opt-2"
-fi
-
-DEPEND="${JAVA_ANT_E_DEPEND}"
-
-# @ECLASS-VARIABLE: JAVA_PKG_BSFIX
-# @DESCRIPTION:
-# Should we attempt to 'fix' ant build files to include the source/target
-# attributes when calling javac?
-JAVA_PKG_BSFIX=${JAVA_PKG_BSFIX:-"on"}
-
-# @ECLASS-VARIABLE: JAVA_PKG_BSFIX_ALL
-# @DESCRIPTION:
-# If we're fixing build files, should we try to fix all the ones we can find?
-JAVA_PKG_BSFIX_ALL=${JAVA_PKG_BSFIX_ALL:-"yes"}
-
-# @ECLASS-VARIABLE: JAVA_PKG_BSFIX_NAME
-# @DESCRIPTION:
-# Filename of build files to fix/search for
-JAVA_PKG_BSFIX_NAME=${JAVA_PKG_BSFIX_NAME:-"build.xml"}
-
-# @ECLASS-VARIABLE: JAVA_PKG_BSFIX_TARGET_TAGS
-# @DESCRIPTION:
-# Targets to fix the 'source' attribute in
-JAVA_PKG_BSFIX_TARGET_TAGS=${JAVA_PKG_BSFIX_TARGET_TAGS:-"javac xjavac 
javac.preset"}
-
-# 

[gentoo-commits] repo/gentoo:master commit in: net-wireless/wpa_supplicant/files/2017-1/, net-wireless/wpa_supplicant/

2017-10-16 Thread Richard Farina
commit: 319c86d1f048618da77824081843a43f049eadb5
Author: Zero_Chaos  gentoo  org>
AuthorDate: Mon Oct 16 13:35:32 2017 +
Commit: Richard Farina  gentoo  org>
CommitDate: Mon Oct 16 13:35:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=319c86d1

net-wireless/wpa_supplicant: fix for KRACK (bug #634436)

with bonus minor syntax fix

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 ...-Avoid-key-reinstallation-in-FT-handshake.patch | 174 +
 ...nstallation-of-an-already-in-use-group-ke.patch | 250 +
 ...ection-of-GTK-IGTK-reinstallation-of-WNM-.patch | 184 ++
 ...04-Prevent-installation-of-an-all-zero-TK.patch |  79 
 ...Fix-PTK-rekeying-to-generate-a-new-ANonce.patch |  64 
 ...6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch | 132 +++
 ...WNM-Sleep-Mode-Response-without-pending-r.patch |  43 +++
 ...llow-multiple-Reassociation-Response-fram.patch |  82 +
 .../wpa_supplicant/wpa_supplicant-2.6-r3.ebuild| 397 +
 9 files changed, 1405 insertions(+)

diff --git 
a/net-wireless/wpa_supplicant/files/2017-1/rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch
 
b/net-wireless/wpa_supplicant/files/2017-1/rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch
new file mode 100644
index 000..727684865db
--- /dev/null
+++ 
b/net-wireless/wpa_supplicant/files/2017-1/rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch
@@ -0,0 +1,174 @@
+From cf4cab804c7afd5c45505528a8d16e46163243a2 Mon Sep 17 00:00:00 2001
+From: Mathy Vanhoef 
+Date: Fri, 14 Jul 2017 15:15:35 +0200
+Subject: [PATCH 1/8] hostapd: Avoid key reinstallation in FT handshake
+
+Do not reinstall TK to the driver during Reassociation Response frame
+processing if the first attempt of setting the TK succeeded. This avoids
+issues related to clearing the TX/RX PN that could result in reusing
+same PN values for transmitted frames (e.g., due to CCM nonce reuse and
+also hitting replay protection on the receiver) and accepting replayed
+frames on RX side.
+
+This issue was introduced by the commit
+0e84c25434e6a1f283c7b4e62e483729085b78d2 ('FT: Fix PTK configuration in
+authenticator') which allowed wpa_ft_install_ptk() to be called multiple
+times with the same PTK. While the second configuration attempt is
+needed with some drivers, it must be done only if the first attempt
+failed.
+
+Signed-off-by: Mathy Vanhoef 
+---
+ src/ap/ieee802_11.c  | 16 +---
+ src/ap/wpa_auth.c| 11 +++
+ src/ap/wpa_auth.h|  3 ++-
+ src/ap/wpa_auth_ft.c | 10 ++
+ src/ap/wpa_auth_i.h  |  1 +
+ 5 files changed, 37 insertions(+), 4 deletions(-)
+
+diff --git a/src/ap/ieee802_11.c b/src/ap/ieee802_11.c
+index 4e04169..333035f 100644
+--- a/src/ap/ieee802_11.c
 b/src/ap/ieee802_11.c
+@@ -1841,6 +1841,7 @@ static int add_associated_sta(struct hostapd_data *hapd,
+ {
+   struct ieee80211_ht_capabilities ht_cap;
+   struct ieee80211_vht_capabilities vht_cap;
++  int set = 1;
+ 
+   /*
+* Remove the STA entry to ensure the STA PS state gets cleared and
+@@ -1848,9 +1849,18 @@ static int add_associated_sta(struct hostapd_data *hapd,
+* FT-over-the-DS, where a station re-associates back to the same AP but
+* skips the authentication flow, or if working with a driver that
+* does not support full AP client state.
++   *
++   * Skip this if the STA has already completed FT reassociation and the
++   * TK has been configured since the TX/RX PN must not be reset to 0 for
++   * the same key.
+*/
+-  if (!sta->added_unassoc)
++  if (!sta->added_unassoc &&
++  (!(sta->flags & WLAN_STA_AUTHORIZED) ||
++   !wpa_auth_sta_ft_tk_already_set(sta->wpa_sm))) {
+   hostapd_drv_sta_remove(hapd, sta->addr);
++  wpa_auth_sm_event(sta->wpa_sm, WPA_DRV_STA_REMOVED);
++  set = 0;
++  }
+ 
+ #ifdef CONFIG_IEEE80211N
+   if (sta->flags & WLAN_STA_HT)
+@@ -1873,11 +1883,11 @@ static int add_associated_sta(struct hostapd_data 
*hapd,
+   sta->flags & WLAN_STA_VHT ? _cap : NULL,
+   sta->flags | WLAN_STA_ASSOC, sta->qosinfo,
+   sta->vht_opmode, sta->p2p_ie ? 1 : 0,
+-  sta->added_unassoc)) {
++  set)) {
+   hostapd_logger(hapd, sta->addr,
+  HOSTAPD_MODULE_IEEE80211, HOSTAPD_LEVEL_NOTICE,
+  "Could not %s STA to kernel driver",
+- sta->added_unassoc ? "set" : "add");
++ set ? "set" : "add");
+ 
+   if (sta->added_unassoc) {
+   hostapd_drv_sta_remove(hapd, sta->addr);
+diff --git a/src/ap/wpa_auth.c b/src/ap/wpa_auth.c
+index 

[gentoo-commits] repo/gentoo:master commit in: net-mail/courier-imap/

2017-10-16 Thread Jeroen Roovers
commit: 3bcf1b2baf345cdfa1519186ec9fef6f1cca61d3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Oct 16 11:48:13 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Oct 16 11:48:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bcf1b2b

net-mail/courier-imap: Version bump.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 net-mail/courier-imap/Manifest   |   1 +
 net-mail/courier-imap/courier-imap-4.18.0.ebuild | 231 +++
 2 files changed, 232 insertions(+)

diff --git a/net-mail/courier-imap/Manifest b/net-mail/courier-imap/Manifest
index 55a35f8242a..43e3dd50cd6 100644
--- a/net-mail/courier-imap/Manifest
+++ b/net-mail/courier-imap/Manifest
@@ -1,3 +1,4 @@
 DIST courier-imap-4.15.tar.bz2 3266353 SHA256 
6c34107e7ba9e5396d50b58fb414a495806335cab7135c96ad85a3816785b109 SHA512 
7829662282db5e6f414a1d34f06a94c2dd028e263510f01b49ebd3a1a4994055ecc08604568f5a44a30f6411e3a34e0d6c38807c29eaf255752191e885f82e1a
 WHIRLPOOL 
1b5e42bd1f72e3205030b54e9564ce45c4eccb394b31c64a616f225def5a5df05f74ef62c59fbea63b18ce336d77cc2368170a982abb7a6e94d309d0c6ee4dd2
 DIST courier-imap-4.16.2.tar.bz2 3028445 SHA256 
3be244b3c4d3d5c5e33efb37e4cf712ae83cbe21e43c31725e0d996ab4acc387 SHA512 
42a685324b630835fe0c8735a67879e099f96eadf091c803368a9dd478a80b4ab47225fda6142942569c96b21355b5dac5e174ff434bcdc78784a810d2088609
 WHIRLPOOL 
d1d8af441a8c6f13f81705489deded11fdd8f66bf79a66f9076ed4e7b6e0644d9f9034887a043d8c9c9a55031db9c2c9a2ca0ac53cbbef96c5ed25275c50e9e3
 DIST courier-imap-4.17.3.tar.bz2 3202534 SHA256 
6dcbd913344634c8d7bde573c5fd55c86307181798df1192b7d777ec567898fc SHA512 
3166cc703cdc09a71d33257671a662d95cfdb8977bc3b19e0218a4d25eb99a1a108d2868a6eb593106e6538aadf684f11ff0426cd58d522e3ca4b2988f0a88f1
 WHIRLPOOL 
edc8249f2eb923121978bde8f2895add4d74e3e54839bbf63f4b2e8506d162796f91550d63e7491afbc6e589fe034aa9b91ce8789ec5bd64b0e48a6472243a8c
+DIST courier-imap-4.18.0.tar.bz2 3202389 SHA256 
fa8c2e3b71295c9fa124dfad350f688263ddf7f2b15709f2d44d0f9722de7c52 SHA512 
16dedefe8a43ef48f76388c65ee7f100aaf12c30d9610f4c85f9adbd1adab374f9a0978930e70c221b551a60ed3d804f6b5e87a979b549f5c8249c34af1a3a64
 WHIRLPOOL 
f1c59bac69c33636d24c3bf637c7843770ab2b13132d36ff2e041f8387a433bfbc4ba0c2c407b4882cc060231ad1bd46644e068f9374dd6cf38b3d78bcbbaf53

diff --git a/net-mail/courier-imap/courier-imap-4.18.0.ebuild 
b/net-mail/courier-imap/courier-imap-4.18.0.ebuild
new file mode 100644
index 000..8226e3abd98
--- /dev/null
+++ b/net-mail/courier-imap/courier-imap-4.18.0.ebuild
@@ -0,0 +1,231 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools libtool systemd
+
+DESCRIPTION="An IMAP daemon designed specifically for maildirs"
+HOMEPAGE="http://www.courier-mta.org/;
+SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="berkdb debug fam +gdbm gnutls ipv6 libressl selinux trashquota"
+
+REQUIRED_USE="|| ( berkdb gdbm )"
+
+CDEPEND="
+   gnutls? ( net-libs/gnutls )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   >=net-libs/courier-authlib-0.61
+   >=net-libs/courier-unicode-2
+   >=net-mail/mailbase-0.00-r8
+   berkdb? ( sys-libs/db:= )
+   fam? ( virtual/fam )
+   gdbm? ( >=sys-libs/gdbm-1.8.0 )"
+DEPEND="${CDEPEND}
+   dev-lang/perl
+   !mail-mta/courier
+   userland_GNU? ( sys-process/procps )"
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-courier )"
+
+# get rid of old style virtual - bug 350792
+# all blockers really needed?
+RDEPEND="${RDEPEND}
+   !mail-mta/courier
+   !net-mail/bincimap
+   !net-mail/cyrus-imapd
+   !net-mail/uw-imap"
+
+RC_VER="4.0.6-r1"
+INITD_VER="4.0.6-r1"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-4.17-disable-fam-configure.ac.patch"
+   "${FILESDIR}/${PN}-4.17-aclocal-fix.patch"
+)
+
+src_prepare() {
+   default
+
+   # These patches should fix problems detecting BerkeleyDB.
+   # We now can compile with db4 support.
+   if use berkdb ; then
+   eapply "${FILESDIR}/${PN}-4.17-db4-bdbobj_configure.ac.patch"
+   eapply "${FILESDIR}/${PN}-4.17-db4-configure.ac.patch"
+   fi
+
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=""
+
+   # Default to gdbm if both berkdb and gdbm are present.
+   if use gdbm ; then
+   einfo "Building with GDBM support"
+   myconf="${myconf} --with-db=gdbm"
+   elif use berkdb ; then
+   einfo "Building with BerkeleyDB support"
+   myconf="${myconf} --with-db=db"
+   fi
+
+   if use trashquota ; then
+   einfo "Building with Trash Quota Support"
+   myconf="${myconf} --with-trashquota"
+   fi
+
+   

[gentoo-commits] repo/gentoo:master commit in: app-shells/hstr/files/, app-shells/hstr/

2017-10-16 Thread Jeroen Roovers
commit: 67ad15bb7a3095df22fb33bb6891cfa78a856bea
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Oct 16 11:46:37 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Oct 16 11:48:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67ad15bb

app-shells/hstr: Fix building against sys-libs/ncurses[tinfo] (bug #634428).

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 app-shells/hstr/files/hstr-1.23-tinfo.patch | 11 +++
 app-shells/hstr/hstr-1.23.ebuild|  3 +++
 2 files changed, 14 insertions(+)

diff --git a/app-shells/hstr/files/hstr-1.23-tinfo.patch 
b/app-shells/hstr/files/hstr-1.23-tinfo.patch
new file mode 100644
index 000..2dbd8dcf0c9
--- /dev/null
+++ b/app-shells/hstr/files/hstr-1.23-tinfo.patch
@@ -0,0 +1,11 @@
+--- a/configure.ac
 b/configure.ac
+@@ -76,7 +76,7 @@
+ AC_CHECK_LIB(m, cos, [], [AC_MSG_ERROR([Could not find m library])])
+ AC_CHECK_LIB(readline, using_history, [], [AC_MSG_ERROR([Could not find 
readline library])])
+ # ncurses might be linked in libtinfo
+-#AC_CHECK_LIB(tinfo, keypad, [], [AC_MSG_ERROR([Could not find tinfo 
library])])
++AC_CHECK_LIB(tinfo, keypad, [], [AC_MSG_ERROR([Could not find tinfo 
library])])
+ 
+ # Checks for header files.
+ AC_CHECK_HEADER(assert.h)

diff --git a/app-shells/hstr/hstr-1.23.ebuild b/app-shells/hstr/hstr-1.23.ebuild
index 8c05b341c62..aa0d958ff0d 100644
--- a/app-shells/hstr/hstr-1.23.ebuild
+++ b/app-shells/hstr/hstr-1.23.ebuild
@@ -20,6 +20,9 @@ DEPEND="
virtual/pkgconfig"
 
 DOCS=( CONFIGURATION.md README.md )
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.23-tinfo.patch
+)
 
 src_prepare() {
default



[gentoo-commits] repo/gentoo:master commit in: net-mail/courier-imap/

2017-10-16 Thread Jeroen Roovers
commit: aff4a2ede3ee4675a0eca02dc91a71df3ff25897
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Oct 16 10:34:07 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Oct 16 11:48:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aff4a2ed

net-mail/courier-imap: Fix net-libs/courier-unicode dependencies (bug #624258).

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 net-mail/courier-imap/courier-imap-4.16.2-r1.ebuild | 1 +
 net-mail/courier-imap/courier-imap-4.17.3.ebuild| 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-mail/courier-imap/courier-imap-4.16.2-r1.ebuild 
b/net-mail/courier-imap/courier-imap-4.16.2-r1.ebuild
index 83083366938..88952967ff8 100644
--- a/net-mail/courier-imap/courier-imap-4.16.2-r1.ebuild
+++ b/net-mail/courier-imap/courier-imap-4.16.2-r1.ebuild
@@ -23,6 +23,7 @@ CDEPEND="
libressl? ( dev-libs/libressl:0= )
)
>=net-libs/courier-authlib-0.61
+   <=net-libs/courier-unicode-2
>=net-libs/courier-unicode-1.3
>=net-mail/mailbase-0.00-r8
berkdb? ( sys-libs/db:= )

diff --git a/net-mail/courier-imap/courier-imap-4.17.3.ebuild 
b/net-mail/courier-imap/courier-imap-4.17.3.ebuild
index 8347c0afb21..cd99c5cbdda 100644
--- a/net-mail/courier-imap/courier-imap-4.17.3.ebuild
+++ b/net-mail/courier-imap/courier-imap-4.17.3.ebuild
@@ -23,6 +23,7 @@ CDEPEND="
libressl? ( dev-libs/libressl:0= )
)
>=net-libs/courier-authlib-0.61
+   <=net-libs/courier-unicode-2
>=net-libs/courier-unicode-1.3
>=net-mail/mailbase-0.00-r8
berkdb? ( sys-libs/db:= )



[gentoo-commits] repo/gentoo:master commit in: app-mobilephone/gammu/

2017-10-16 Thread Michael Palimaka
commit: 441fac877fc686b4fb1b73c6fe48dc2cff24e687
Author: coyote  bks  tv>
AuthorDate: Mon Sep  4 15:37:17 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Oct 16 11:13:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=441fac87

app-mobilephone/gammu: Add maintainer

Add maintainer, add USE description.

 app-mobilephone/gammu/metadata.xml | 28 +---
 1 file changed, 21 insertions(+), 7 deletions(-)

diff --git a/app-mobilephone/gammu/metadata.xml 
b/app-mobilephone/gammu/metadata.xml
index f9cc2e6e7a5..c54023b8999 100644
--- a/app-mobilephone/gammu/metadata.xml
+++ b/app-mobilephone/gammu/metadata.xml
@@ -1,11 +1,25 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   
-   Enables infrared support
-   
-   
-   gammu/gammu
-   
+
+coy...@bks.tv
+Victor Kustov
+
+
+proxy-ma...@gentoo.org
+Proxy Maintainers
+
+
+Enables bluetooth support
+Enables curl support
+Enables infrared support
+Enable native language support
+Use mysql for data storage
+Use ODBC as DB connector
+Use PostgreSQL for data storage
+Enable USB suport
+
+
+gammu/gammu
+
 



[gentoo-commits] repo/gentoo:master commit in: app-mobilephone/gammu/, app-mobilephone/gammu/files/

2017-10-16 Thread Michael Palimaka
commit: 8d0bc939e335e51a0d595db992f081537fb9eb63
Author: coyote  bks  tv>
AuthorDate: Mon Sep  4 15:22:22 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Oct 16 11:13:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d0bc939

app-mobilephone/gammu: bump version to 1.38.4

Switch to EAPI=6, exclude unneeded patches, fix automagic to ODBC.

Closes: https://bugs.gentoo.org/608002

 app-mobilephone/gammu/Manifest |  1 +
 .../gammu/files/gammu-1.38.4-smsd.patch| 22 
 app-mobilephone/gammu/gammu-1.38.4.ebuild  | 63 ++
 3 files changed, 86 insertions(+)

diff --git a/app-mobilephone/gammu/Manifest b/app-mobilephone/gammu/Manifest
index 08f608eeed4..25de9f8692e 100644
--- a/app-mobilephone/gammu/Manifest
+++ b/app-mobilephone/gammu/Manifest
@@ -1,2 +1,3 @@
 DIST gammu-1.33.0.tar.bz2 6535262 SHA256 
b326223e36a334dbaed68252a9cf2d90fd898d6de4d1085dcf9c2320881aece3 SHA512 
42252a36c7ad5a2945fcf23fcb1b5bb0201d27e8830d3b4a7f4c36bf00f12f5a0f7797e17098bda8d526d4ddc3b1808c0786dfae0feef9424516fa68bf2f3f1e
 WHIRLPOOL 
27c0110da7b686bc7dd19f4f897c59d4e66aa6dbec78dec208fa8c90f70b80c1375c7b8a4b54fe40295d388de61efb11695823a503d1f85a46797c97ddf988fa
 DIST gammu-1.36.8.tar.bz2 2095289 SHA256 
0ed9c91b4cc5844cad04531e765bc1194cb02bc3e69e6658cd88bfb1cad74f80 SHA512 
4ac86b783570db0105e18ef05fc9408e85d1234ab7de720a232a416ad867d3afbe89db7ed408c06d57f8bb38a2e272f86386f11a89e56f1d750da9e9b579ba09
 WHIRLPOOL 
36172cbf129647b2de48dbbe14122e71fc4f46e2f6ddb29ce546a1e37ea5c2ee0cad28ee37b29b7ddfb9605e6984c6d80d50108bfe0962417da35a1c5b2688ef
+DIST gammu-1.38.4.tar.bz2 2132767 SHA256 
31ca9ce966841a9aba1af8397d22d2ae0ab00a6fc9e30211ea040ef4303ad767 SHA512 
1d4a8e34d3bbc7e4d9797db1acd9be2e92eaec57a87e856ebd168444228a1e89942e69baf1569a0e5645dadea6947338d9e55ae96f632885e95ec1ce74d121ff
 WHIRLPOOL 
731fb8f6d7e04d0040b59ba62485ed3ea1cb8a8b0e6d1009579bb80f6c39109d1b9cbc54ce0c40a1fdb00dbd2e6bede60bef03188e36bcbb5f464483b1decfe9

diff --git a/app-mobilephone/gammu/files/gammu-1.38.4-smsd.patch 
b/app-mobilephone/gammu/files/gammu-1.38.4-smsd.patch
new file mode 100644
index 000..cae4afbb6c5
--- /dev/null
+++ b/app-mobilephone/gammu/files/gammu-1.38.4-smsd.patch
@@ -0,0 +1,22 @@
+diff -BurpN gammu-1.36.8.orig/smsd/uid.c gammu-1.38.4/smsd/uid.c
+--- gammu-1.38.4.orig/smsd/uid.c   2017-06-18 14:33:32.0 +0300
 gammu-1.38.4/smsd/uid.c2017-10-10 01:48:20.696098522 +0300
+@@ -54,7 +54,7 @@
+ if (pwd == NULL) {
+ /* Try to handle it as a number */
+ uid = strtol(name, , 10);
+-if (*endptr == 0 && uid > 0) {
++if (*endptr == 0 && uid >= 0) {
+ pwd = getpwuid(uid);
+ }
+ }
+@@ -85,7 +85,7 @@
+ /* Try to handle it as a number */
+ if (grp == NULL) {
+ gid = strtol(name, , 10);
+-if (*endptr == 0 && gid > 0) {
++if (*endptr == 0 && gid >= 0) {
+ grp = getgrgid(gid);
+ }
+ }
+

diff --git a/app-mobilephone/gammu/gammu-1.38.4.ebuild 
b/app-mobilephone/gammu/gammu-1.38.4.ebuild
new file mode 100644
index 000..a7afec787ad
--- /dev/null
+++ b/app-mobilephone/gammu/gammu-1.38.4.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils eutils
+
+DESCRIPTION="A tool to handle your cellular phone"
+HOMEPAGE="https://wammu.eu/gammu/;
+SRC_URI="https://dl.cihar.com/${PN}/releases/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="bluetooth curl dbi debug irda mysql nls odbc postgres usb"
+
+COMMON_DEPEND="
+   dev-libs/glib:2=
+   virtual/libgudev:=
+   bluetooth? ( net-wireless/bluez:= )
+   curl? ( net-misc/curl:= )
+   dbi? ( >=dev-db/libdbi-0.8.3:= )
+   mysql? ( virtual/mysql:= )
+   postgres? ( dev-db/postgresql:= )
+   usb? ( virtual/libusb:1= )
+"
+DEPEND="
+   ${COMMON_DEPEND}
+   irda? ( virtual/os-headers )
+   nls? ( sys-devel/gettext )
+   odbc? ( dev-db/unixODBC )
+"
+RDEPEND="
+   ${COMMON_DEPEND}
+   dev-util/dialog
+   virtual/libiconv
+"
+PATCHES=(
+   "${FILESDIR}/${P}-smsd.patch"
+)
+
+src_configure() {
+   local mycmakeargs=(
+   -DWITH_BLUETOOTH=$(usex bluetooth)
+   -DWITH_CURL=$(usex curl)
+   -DWITH_Gettext=$(usex nls)
+   -DWITH_Iconv=$(usex nls)
+   -DWITH_IRDA=$(usex irda)
+   -DWITH_LibDBI=$(usex dbi)
+   -DWITH_MySQL=$(usex mysql)
+   -DWITH_ODBC=$(usex odbc)
+   -DWITH_Postgres=$(usex postgres)
+   -DWITH_USB=$(usex usb)
+   -DBUILD_SHARED_LIBS=ON
+   -DINSTALL_DOC_DIR="share/doc/${PF}"
+   )
+   cmake-utils_src_configure
+}
+
+src_test() {
+   addwrite "/run/lock/LCK..bar"
+   MAKEOPTS+=" -j1" 

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

2017-10-16 Thread Manuel Rüger
commit: 97b8344ec72b195a8086ee0605be3cf0fa20b43d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct 16 11:08:39 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct 16 11:08:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b8344e

dev-python/www-authenticate: Initial version

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-python/www-authenticate/Manifest   |  1 +
 dev-python/www-authenticate/metadata.xml   | 12 +++
 .../www-authenticate/www-authenticate-0.9.2.ebuild | 25 ++
 3 files changed, 38 insertions(+)

diff --git a/dev-python/www-authenticate/Manifest 
b/dev-python/www-authenticate/Manifest
new file mode 100644
index 000..ab9f37ed32b
--- /dev/null
+++ b/dev-python/www-authenticate/Manifest
@@ -0,0 +1 @@
+DIST www-authenticate-0.9.2.tar.gz 2480 SHA256 
77697918c9b72974a0162f14472b48a7a02b15344a4df3092194c2afc54eb738 SHA512 
5ee3ee733013d922bfef96981fd33b22947874c0a2a56c6d2dbfe11b0bc447a3ff6b6f294efaea2beaf2ff570cd3bf519a21bc71ce62fc0a8ce5edc5d68308f4
 WHIRLPOOL 
309fc6eb4007b38e8bc674ca336c31081e98f5c9706f4b65d8bd8fb1425e8cd15a52dce4b276fde6c6c8ca3591dbdf033fb4a893a91e772e875c0a55e0f4bb48

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

diff --git a/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild 
b/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild
new file mode 100644
index 000..95e755f95e8
--- /dev/null
+++ b/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+inherit distutils-r1
+
+DESCRIPTION="WWW-Authenticate header parser"
+HOMEPAGE="https://github.com/alexsdutton/www-authenticate;
+SRC_URI="https://github.com/alexsdutton/www-authenticate/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   nosetests tests.py || die
+}



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

2017-10-16 Thread Manuel Rüger
commit: a3e094ba6e474d356ae4b97d67462649ca070a91
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct 16 11:01:27 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct 16 11:02:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e094ba

dev-python/jwcrypto: Initial version

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-python/jwcrypto/Manifest  |  1 +
 dev-python/jwcrypto/jwcrypto-0.4.2.ebuild | 26 ++
 dev-python/jwcrypto/metadata.xml  | 12 
 3 files changed, 39 insertions(+)

diff --git a/dev-python/jwcrypto/Manifest b/dev-python/jwcrypto/Manifest
new file mode 100644
index 000..cdf0ec804ee
--- /dev/null
+++ b/dev-python/jwcrypto/Manifest
@@ -0,0 +1 @@
+DIST jwcrypto-0.4.2.tar.gz 74332 SHA256 
3fc20ddc14c3a8f47bca4e25a4d96114ae1e0b604946b1c3755660143ba45f06 SHA512 
38994a1274ce3a66d3a6a3e36f83b311b172e260129c94c70ae02e6d62b7a2fbcc07fd4353d3bf45f0c7f40c63322a3f489c8b1bda80c7511ae7a2136a2415dd
 WHIRLPOOL 
96e3633a3aa328515e7c573820e2eda32e4d0c5207a11f3527b7f109742cfae0c3a6c164a0d3f4c14beb9437a7273f11edd0b92a3fb21447cb6967c8c0104772

diff --git a/dev-python/jwcrypto/jwcrypto-0.4.2.ebuild 
b/dev-python/jwcrypto/jwcrypto-0.4.2.ebuild
new file mode 100644
index 000..5403109a9b1
--- /dev/null
+++ b/dev-python/jwcrypto/jwcrypto-0.4.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+inherit distutils-r1
+
+DESCRIPTION="Implements JWK,JWS,JWE specifications using python-cryptography"
+
+HOMEPAGE="https://github.com/latchset/jwcrypto;
+SRC_URI="https://github.com/latchset/jwcrypto/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND=">=dev-python/cryptography-1.5[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+   py.test -v || die
+}

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



[gentoo-commits] repo/gentoo:master commit in: dev-perl/X11-Protocol/

2017-10-16 Thread Michael Palimaka
commit: 04eacbdc2cab79e45516245e9dc546a5ae97f333
Author: Roy Bamford  gentoo  org>
AuthorDate: Mon Oct 16 10:44:52 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Oct 16 10:56:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04eacbdc

dev-perl/X11-Protocol: add ~arm64 keyword to support libreoffice-5.4.2.2

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-perl/X11-Protocol/X11-Protocol-0.560.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/X11-Protocol/X11-Protocol-0.560.0-r1.ebuild 
b/dev-perl/X11-Protocol/X11-Protocol-0.560.0-r1.ebuild
index 9544a3f9418..82bb26ec87d 100644
--- a/dev-perl/X11-Protocol/X11-Protocol-0.560.0-r1.ebuild
+++ b/dev-perl/X11-Protocol/X11-Protocol-0.560.0-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Client-side interface to the X11 Protocol"
 
 LICENSE="${LICENSE} MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="x11-libs/libXrender



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

2017-10-16 Thread Manuel Rüger
commit: 08ae2fac9c7c185d6434b1e9c7139e27799e3c8c
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct 16 10:53:10 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct 16 10:53:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08ae2fac

app-admin/prom2json: Fix HOMEPAGE

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 app-admin/prom2json/prom2json-0.1.0_p20170523.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/prom2json/prom2json-0.1.0_p20170523.ebuild 
b/app-admin/prom2json/prom2json-0.1.0_p20170523.ebuild
index c1596c29bce..8bc84e32383 100644
--- a/app-admin/prom2json/prom2json-0.1.0_p20170523.ebuild
+++ b/app-admin/prom2json/prom2json-0.1.0_p20170523.ebuild
@@ -10,7 +10,7 @@ ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz 
-> ${P}.tar.gz"
 KEYWORDS="~amd64"
 
 DESCRIPTION="A tool to scrape a Prometheus client and dump the result as JSON"
-HOMEPAGE="https://github.com/prometheus/node_exporter;
+HOMEPAGE="https://github.com/prometheus/prom2json;
 SRC_URI="${ARCHIVE_URI}"
 LICENSE="Apache-2.0"
 SLOT="0"



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

2017-10-16 Thread Patrice Clement
commit: c3025c099bccaaa30c4f52d8e07dc0a9436daa7c
Author: charIes17  arcor  de>
AuthorDate: Thu Oct  5 14:52:04 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Oct 16 10:07:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3025c09

sys-libs/libieee1284: update HOMEPAGE.

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

 sys-libs/libieee1284/libieee1284-0.2.11-r4.ebuild | 2 +-
 sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r4.ebuild 
b/sys-libs/libieee1284/libieee1284-0.2.11-r4.ebuild
index 1cf8a0bd6c9..598e04de9d5 100644
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r4.ebuild
+++ b/sys-libs/libieee1284/libieee1284-0.2.11-r4.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit python-single-r1 multilib-minimal
 
 DESCRIPTION="Library to query devices using IEEE1284"
-HOMEPAGE="http://cyberelk.net/tim/libieee1284/index.html;
+HOMEPAGE="http://cyberelk.net/tim/software/libieee1284/;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"

diff --git a/sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild 
b/sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild
index 3f1df76fed3..678129500cb 100644
--- a/sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild
+++ b/sys-libs/libieee1284/libieee1284-0.2.11-r5.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit python-single-r1 multilib-minimal
 
 DESCRIPTION="Library to query devices using IEEE1284"
-HOMEPAGE="http://cyberelk.net/tim/libieee1284/index.html;
+HOMEPAGE="http://cyberelk.net/tim/software/libieee1284/;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"



  1   2   >