[gentoo-commits] repo/gentoo:master commit in: x11-misc/vym/files/, x11-misc/vym/

2017-03-12 Thread Jeroen Roovers
commit: 97526190ee56fafed8e94b9832e087a70a42b588
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Mar 13 05:50:28 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Mar 13 05:50:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97526190

x11-misc/vym: Old.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 x11-misc/vym/Manifest|  2 -
 x11-misc/vym/files/vym-2.3.22-arrowobj.patch | 18 
 x11-misc/vym/vym-2.3.22.ebuild   | 63 ---
 x11-misc/vym/vym-2.3.24.ebuild   | 64 
 4 files changed, 147 deletions(-)

diff --git a/x11-misc/vym/Manifest b/x11-misc/vym/Manifest
index 2c789cc7944..89a664f81ed 100644
--- a/x11-misc/vym/Manifest
+++ b/x11-misc/vym/Manifest
@@ -1,4 +1,2 @@
-DIST vym-2.3.22.tar.bz2 6737848 SHA256 
92bd267fc2aa404e0f0887e780bae422be922c20d8037d743f32b16a4f8a16df SHA512 
c6b15da272190e877d519153865e60f967a67cbdd4a0f56519f9c5a330605b97ea822f162ccf9fd57d1a4ec540d46e82c3004fa8e26c31786691b037ecb1c63e
 WHIRLPOOL 
e452abb36902e34afbe5b637c769a2bf17a9bb0d940ff72b46d55b19a821b26bce6ebad9bf125edb088a4e3d922a2fa2ab8dc096c378d1bee4efcb133519bb7b
-DIST vym-2.3.24.tar.bz2 6738245 SHA256 
b719521b97cd1cf1ab881a46325519bd9c48191537eadac8d4251a08a0741e06 SHA512 
360cc1b80ed9fe28aa2eb0574f3f481acc264aa96e49d438893c63e27262272420abb7d8eb94283a6e2218bd11810616dc46b756607b8003a94eb2ba8ae5197c
 WHIRLPOOL 
66e374e2c7dbb2633872db149d4f85ea80ccbaa0cd26cf837502edc7197a0e3a03348befce7fb918aeedca2d31205594985a647dd4b6a597df75432b5f7d2a7e
 DIST vym-2.6.0.tar.bz2 6766806 SHA256 
7dc1721afb27109adc4b4aeaac6217fdd1294b38e81b33a08a476562fbdfa141 SHA512 
87664651858e3cb604c5be9bf783484f8e6fbb290c98f1cb27d7980c025bee808be8806bf8918f025af31d2b49eef12fe8571d96d9d6f45d0f14bdbb6b65cb43
 WHIRLPOOL 
21d5719fab765211613d617cb32f6912c76ed2d8aea9c110ad05d49e12d559067b1dc4c79276620be2345feeec7e350e9a82b1ca61051a03434760c6df2fe2fb
 DIST vym-2.6.2.tar.bz2 6766867 SHA256 
d7c5f92fe9e70156519127d7dc156211ab79e3f2b890835f94e8853e165c1709 SHA512 
20a7bd1e373176740304df59dffd8df1a515e8f47f59b37da4b5711668401c93683523e99302770ce537ed66031b0b0c5e6a3bc49d5a4a430a69122a1fd6680a
 WHIRLPOOL 
d9512338a62271d20907200cb29e0bd2defb70ff2f39a11227de73692b9ffcdbd97a36fcb34ce6706b6a289e55496854545e9bcfa73800b8bcf5ae50fb244fee

diff --git a/x11-misc/vym/files/vym-2.3.22-arrowobj.patch 
b/x11-misc/vym/files/vym-2.3.22-arrowobj.patch
deleted file mode 100644
index 5c1cd6fc57c..000
--- a/x11-misc/vym/files/vym-2.3.22-arrowobj.patch
+++ /dev/null
@@ -1,18 +0,0 @@
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -69,6 +69,7 @@
-   aboutdialog.h
-   taskfiltermodel.h
-   animpoint.h
-+  arrowobj.h
-   attribute.h
-   attributeitem.h
-   #   attributedelegate.h
-@@ -156,6 +157,7 @@
-   aboutdialog.cpp
-   taskfiltermodel.cpp
-   animpoint.cpp
-+  arrowobj.cpp
-   attribute.cpp
-   attributeitem.cpp
-   #   attributedelegate.cpp

diff --git a/x11-misc/vym/vym-2.3.22.ebuild b/x11-misc/vym/vym-2.3.22.ebuild
deleted file mode 100644
index 8d87694be06..000
--- a/x11-misc/vym/vym-2.3.22.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils cmake-utils
-
-DESCRIPTION="View Your Mind, a mindmap tool"
-HOMEPAGE="http://www.insilmaril.de/vym/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dbus"
-
-VYM_LINGUAS=( cs_CZ de_DE es fr ia it pt_BR ru sv zh_CN zh_TW )
-IUSE+=" ${VYM_LINGUAS[@]/#/linguas_}"
-
-DEPEND="
-   dev-qt/qtgui:4[qt3support]
-   dev-qt/qtsvg:4
-   dbus? ( dev-qt/qtdbus:4 )
-"
-RDEPEND="
-   ${DEPEND}
-   app-arch/zip
-"
-
-DOCS=( README.txt doc/vym.pdf )
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-arrowobj.patch
-
-   local lingua
-   for lingua in ${VYM_LINGUAS[@]}; do
-   if ! use linguas_${lingua}; then
-   sed -i -e "/lang\/vym_${lingua}.ts/d" CMakeLists.txt || 
die
-   rm -r lang/vym_${lingua}.ts || die
-   fi
-   done
-   sed -i \
-   -e '/lang\/vym_en.ts/d' \
-   CMakeLists.txt || die
-   rm -r lang/vym_en.ts || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use !dbus NO_DBUS)
-   )
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-   doman doc/vym.1.gz
-   if use linguas_es ; then
-   dodoc doc/vym_es.pdf
-   elif use linguas_fr ; then
-   dodoc doc/vym_fr.pdf
-   fi
-   make_desktop_entry vym vym /usr/share/vym/icons/vym.png Education
-}

diff --git a/x11-misc/vym/vym-2.3.24.ebuild b/x11-misc/vym/vym-2.3.24.ebuild
deleted file mode 100644
index 70fb69c5c70..000
--- 

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

2017-03-12 Thread William Hubbs
commit: 4b82ead546f1e2452849fbec0df77912f9731904
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Mar 13 05:44:47 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Mar 13 05:45:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b82ead5

eclass/golang-vcs.eclass: add the ability to vendor external libraries

 eclass/golang-vcs-snapshot.eclass | 68 +--
 1 file changed, 65 insertions(+), 3 deletions(-)

diff --git a/eclass/golang-vcs-snapshot.eclass 
b/eclass/golang-vcs-snapshot.eclass
index 3ec1d362a1a..f384c3823ec 100644
--- a/eclass/golang-vcs-snapshot.eclass
+++ b/eclass/golang-vcs-snapshot.eclass
@@ -10,9 +10,12 @@
 # This eclass provides a convenience src_unpack() which unpacks the
 # first tarball mentioned in SRC_URI to its appropriate location in
 # ${WORKDIR}/${P}, treating ${WORKDIR}/${P} as a go workspace.
+# Also, it provides a downstream method of vendoring packages.
 #
 # The location where the tarball is extracted is defined as
-# ${WORKDIR}/${P}/src/${EGO_PN}.
+# ${WORKDIR}/${P}/src/${EGO_PN}. The location of vendored packages is
+# defined as ${WORKDIR}/${P}/src/${EGO_PN%/*}/vendor to match Go's
+# vendoring setup.
 #
 # The typical use case is VCS snapshots coming from github, bitbucket
 # and similar services.
@@ -24,13 +27,20 @@
 #
 # @CODE
 # EGO_PN=github.com/user/package
+# EGO_VENDOR=(
+#  "github.com/xenolf/lego 6cac0ea7d8b28c889f709ec7fa92e92b82f490dd"
+# "golang.org/x/crypto 453249f01cfeb54c3d549ddb75ff152ca243f9d8 
github.com/golang/crypto"
+# )
+#
 # inherit golang-vcs-snapshot
 #
-# SRC_URI="http://github.com/example/${PN}/tarball/v${PV} -> ${P}.tar.gz"
+# SRC_URI="http://github.com/example/${PN}/tarball/v${PV} -> ${P}.tar.gz
+# ${EGO_VENDOR_URI}"
 # @CODE
 #
 # The above example will extract the tarball to
 # ${WORKDIR}/${P}/src/github.com/user/package
+# and add the vendored tarballs to ${WORKDIR}/src/${EGO_PN}/vendor
 
 inherit golang-base
 
@@ -41,15 +51,67 @@ esac
 
 EXPORT_FUNCTIONS src_unpack
 
+# @ECLASS-VARIABLE: EGO_VENDOR
+# @DESCRIPTION:
+# This variable contains a list of vendored packages.
+# The items of this array are strings that contain the
+# import path and the git commit hash for a vendored package.
+# If the import path does not start with github.com, the third argument
+# can be used to point to a github repository.
+
+declare -arg EGO_VENDOR
+
+_golang-vcs-snapshot_set_vendor_uri() {
+   EGO_VENDOR_URI=
+   local lib
+   for lib in "${EGO_VENDOR[@]}"; do
+   lib=(${lib})
+   if [[ -n ${lib[2]} ]]; then
+   EGO_VENDOR_URI+=" 
https://${lib[2]}/archive/${lib[1]}.tar.gz -> ${lib[2]//\//-}-${lib[1]}.tar.gz"
+   else
+   EGO_VENDOR_URI+=" 
https://${lib[0]}/archive/${lib[1]}.tar.gz -> ${lib[0]//\//-}-${lib[1]}.tar.gz"
+   fi
+   done
+   readonly EGO_VENDOR_URI
+}
+
+_golang-vcs-snapshot_set_vendor_uri
+unset -f _golang-vcs-snapshot_set_vendor_uri
+
+_golang-vcs-snapshot_dovendor() {
+   local VENDOR_PATH=$1 VENDORPN=$2 TARBALL=$3
+   rm -fr "${VENDOR_PATH}/${VENDORPN}" || die
+   mkdir -p "${VENDOR_PATH}/${VENDORPN}" || die
+   tar -C "${VENDOR_PATH}/${VENDORPN}" -x --strip-components 1\
+   -f "${DISTDIR}"/${TARBALL} || die
+}
+
 # @FUNCTION: golang-vcs-snapshot_src_unpack
 # @DESCRIPTION:
 # Extract the first archive from ${A} to the appropriate location for GOPATH.
 golang-vcs-snapshot_src_unpack() {
-   local x
+   local lib vendor_path x
ego_pn_check
set -- ${A}
x="$1"
mkdir -p "${WORKDIR}/${P}/src/${EGO_PN%/...}" || die
tar -C "${WORKDIR}/${P}/src/${EGO_PN%/...}" -x --strip-components 1 \
-f "${DISTDIR}/${x}" || die
+
+   if [[ -n "${EGO_VENDOR}" ]]; then
+   vendor_path="${WORKDIR}/${P}/src/${EGO_PN%/...}/vendor"
+   mkdir -p "${vendor_path}" || die
+   for lib in "${EGO_VENDOR[@]}"; do
+   lib=(${lib})
+   if [[ -n ${lib[2]} ]]; then
+   einfo "Vendoring ${lib[0]} 
${lib[2]//\//-}-${lib[1]}.tar.gz"
+   _golang-vcs-snapshot_dovendor "${VENDOR_PATH}" 
${lib[0]} \
+   ${lib[2]//\//-}-${lib[1]}.tar.gz
+   else
+   einfo "Vendoring ${lib[0]} 
${lib[0]//\//-}-${lib[1]}.tar.gz"
+   _golang-vcs-snapshot_dovendor "${VENDOR_PATH}" 
${lib[0]} \
+   ${lib[0]//\//-}-${lib[1]}.tar.gz
+   fi
+   done
+   fi
 }



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

2017-03-12 Thread Hans de Graaff
commit: eed9e6933bf6ef6547856a7ae65527fcefd98094
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 13 05:32:01 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 13 05:32:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eed9e693

dev-ruby/ruby-ole: add 1.2.12.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/ruby-ole/Manifest |  1 +
 dev-ruby/ruby-ole/ruby-ole-1.2.12.1.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/ruby-ole/Manifest b/dev-ruby/ruby-ole/Manifest
index 65316ffc80a..0da96e6a69c 100644
--- a/dev-ruby/ruby-ole/Manifest
+++ b/dev-ruby/ruby-ole/Manifest
@@ -1 +1,2 @@
+DIST ruby-ole-1.2.12.1.gem 56320 SHA256 
896998b8276969e98d86e2653cc16620d35569fb882e06fad329674900c3566a SHA512 
1c8c6669d37008aa9b837df33d6f12acb0c672e14828d8ab3e7cc2cdfb67f407b6af83972c9022cd9661232ff4c85a3ea2fdca82878ba48f713d6391f088392b
 WHIRLPOOL 
adce37b50663479834ceeeda9a8000755a5caa2f774ace9908ed5ca9ed6934ba7a449e4403e0287f16dd5296efbd4f5ae9f9b46578588e3fd01410c205343ef2
 DIST ruby-ole-1.2.12.gem 56320 SHA256 
134b717dd16beacaad2ab1399f14b773fce37865391ab7c6f19891ff3f5d8181 SHA512 
297c94a52501b752a788f7fb40538bead6340d979f140fd7e36ab58849af857bae02fd8f334738270168943963d013d9b6226322926320d67a529c99d86f85c1
 WHIRLPOOL 
3f3fdac39bb4bbc94540c4798b5a98ca01360c4c9c0739d6415c4aaea718762f2e2190de24312de2c1844928a91da3de8156e0c0ebd408d91cbf7ab621a24133

diff --git a/dev-ruby/ruby-ole/ruby-ole-1.2.12.1.ebuild 
b/dev-ruby/ruby-ole/ruby-ole-1.2.12.1.ebuild
new file mode 100644
index 000..f3021a05fde
--- /dev/null
+++ b/dev-ruby/ruby-ole/ruby-ole-1.2.12.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+# Avoid the complexity of the "rake" recipe and run testrb-2 manually.
+RUBY_FAKEGEM_RECIPE_TEST=none
+
+# Same thing for the docs whose rake target just calls rdoc.
+RUBY_FAKEGEM_RECIPE_DOC=rdoc
+RUBY_FAKEGEM_EXTRADOC="ChangeLog README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby library for easy read/write access to OLE compound documents"
+HOMEPAGE="https://github.com/aquasync/ruby-ole;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )"
+
+each_ruby_test() {
+   ruby-ng_testrb-2 --pattern='test.*\.rb' test/
+}



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

2017-03-12 Thread Hans de Graaff
commit: a2fd8c6f5f41e302d9dbf2f31d50fbc5af566ebe
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 13 05:38:29 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 13 05:38:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2fd8c6f

dev-ruby/parallel: add 1.11.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/parallel/Manifest   |  1 +
 dev-ruby/parallel/parallel-1.11.1.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/dev-ruby/parallel/Manifest b/dev-ruby/parallel/Manifest
index 6816b7f468e..7179d909dd3 100644
--- a/dev-ruby/parallel/Manifest
+++ b/dev-ruby/parallel/Manifest
@@ -1 +1,2 @@
 DIST parallel-1.10.0.tar.gz 19237 SHA256 
33ff9a87879a8e5d1f69778ecb10b7d2b9ba4e28c464c0f55486935e553da552 SHA512 
03a61c6fc00bcaf054ccaf74257a2249ecb8b471e070f6c174f3f26ced4b939bcefb0b6b18eaba4d71e4c04f1e0b32ee857a936ebef9d3b7ed9aad1d758c40db
 WHIRLPOOL 
3f01bb6e21df986819cab4286c319e6b83eb6c7a7e74e9e06aa3137b499ca3e863180de7c2eac1e6072f59f8628e99a73799abd605425917e16be2ff149762f6
+DIST parallel-1.11.1.tar.gz 20389 SHA256 
78a27f40e548d92bd1aa7d8efd7c5622f9eb6c67102a5d43c45a6fcd8a04a3c3 SHA512 
b7ef113342f2469f896757ce8b19de50f202697c29b767742a6c0bd88c2694d945e49e510c4fab0d219959c9d62c60826a0daa9520f89c1de3da14c275ba
 WHIRLPOOL 
9ad7c54e049d1c97909d0be2ab453675dbc69d43c65e8712bde745391e4d57436548cad4c772c51dc26f6b5b55f8c0aca7c50665eb3d2a79a476b315231e17de

diff --git a/dev-ruby/parallel/parallel-1.11.1.ebuild 
b/dev-ruby/parallel/parallel-1.11.1.ebuild
new file mode 100644
index 000..fb6b05d0a0e
--- /dev/null
+++ b/dev-ruby/parallel/parallel-1.11.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_EXTRAINSTALL="Readme.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Run any code in parallel Processes or Threads"
+HOMEPAGE="https://github.com/grosser/parallel;
+LICENSE="MIT"
+SRC_URI="https://github.com/grosser/parallel/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64"
+SLOT="1"
+IUSE="test"
+
+DEPEND+="test? ( sys-process/lsof )"
+
+ruby_add_bdepend "
+   test? ( dev-ruby/ruby-progressbar dev-ruby/activerecord:4.2 
dev-ruby/sqlite3 )"
+
+each_ruby_prepare() {
+   # Make sure the correct ruby is used for testing
+   sed -e 's:ruby :'${RUBY}' :' -i spec/parallel_spec.rb || die
+}
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' \
+   -e '1i require "tempfile"; gem "activerecord", "~>4.2.0"' 
spec/cases/helper.rb || die
+   sed -i -e '3irequire "timeout"' spec/spec_helper.rb || die
+
+   # Avoid a failing spec regarding to pipes. The spec seems like it
+   # should always fail.
+   sed -e '/does not open unnecessary pipes/,/end/ s:^:#:' \
+   -i spec/parallel_spec.rb || die
+
+   # Avoid fragile ar sqlite tests. They throw ReadOnly errors every now 
and then.
+   sed -i -e '/works with SQLite in/,/end/ s:^:#:' spec/parallel_spec.rb 
|| die
+}
+
+each_ruby_test() {
+   # Set RUBYLIB explicitly for the ruby's that get started from the specs.
+   TRAVIS=true RUBYLIB="lib" ${RUBY} -S rspec-3 spec || die
+}



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-nouveau/

2017-03-12 Thread Matt Turner
commit: bd64a12c4c0951e515c10af0111520f70e67a6e4
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 13 04:53:41 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 13 04:54:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd64a12c

x11-drivers/xf86-video-nouveau: Version bump to 1.0.14.

 x11-drivers/xf86-video-nouveau/Manifest |  1 +
 .../xf86-video-nouveau-1.0.14.ebuild| 21 +
 2 files changed, 22 insertions(+)

diff --git a/x11-drivers/xf86-video-nouveau/Manifest 
b/x11-drivers/xf86-video-nouveau/Manifest
index d114a68bfb0..8a576eaa96c 100644
--- a/x11-drivers/xf86-video-nouveau/Manifest
+++ b/x11-drivers/xf86-video-nouveau/Manifest
@@ -1,3 +1,4 @@
 DIST xf86-video-nouveau-1.0.11.tar.bz2 582436 SHA256 
f84fe2b2787f3ea9419eac3aa86462b929a551b3dbc4de550cc83b67f3216848 SHA512 
4ceffc711798b98a5ee67d9df33d1a4f1d2b7d100605ea04b2e689debf745bc5a4f8907b602d1689ec6ed6400b2fc0ffe0eb0f7e7787bd2dd3cd5db1d14e90ee
 WHIRLPOOL 
fd201e7387cde4767c84c7be00cf3cff11fe542d079993369264b4fab090885050df51151aeef73153642666902437ad0876bc9544f6beb35ac5bfb6e19e9c97
 DIST xf86-video-nouveau-1.0.12.tar.bz2 599816 SHA256 
0ea057ad7fc31caba2d4e46c7e418fe2b3c762b04fb8d382f53383397fd8391e SHA512 
dd3be4b89d4b39f02b7cbf058be90e6777adc61a580c0987e737056ff85ed2685e7d6a7848b2c7ab8957810e057d7693c5dd2c425f88609670e02ea8368d77e9
 WHIRLPOOL 
b2d4b7376a747ae1b44dde217a26cedaf4648c7b127e811a8230e39d73040b1ab8f1383f77cb69d9b576d21f8287a5ffa9ebc136c3ea6ada7c7acbb025a13170
 DIST xf86-video-nouveau-1.0.13.tar.bz2 616715 SHA256 
6d9242ba139c3df7afefffb455573b52f4427920b978161c00483c64a6da47cb SHA512 
f78230baea71ace9ca7f84c1ff6c2ef3a3844b7c12423499ff8098c66638ddbff9c06ab86069eebe92ab729259c007bdce43e0f82956a4aa369eafe65f07ee10
 WHIRLPOOL 
a10c92b0fbab8e0307d595821b15f330c9663b58b2275e253d4727d35be40b8ac6df2e38a8c9175a163946f53527bb554d33ef543093a88fc0de8f5d7fa4b8aa
+DIST xf86-video-nouveau-1.0.14.tar.bz2 584586 SHA256 
4ddff99b3cc49f16cdcf99f6e1c5856b6f06589ec98376cedb5754100afe31c1 SHA512 
f07d49d736f87d4f42781c3cf3b5d07e7c57ca864973a917f6a7933082be1663214e9174f1434ddded094fac74f2087c63bb5ae528e21baf99dcd3385b219e66
 WHIRLPOOL 
6206cb98664ed825d1b759c0dfa48d1395491c9c8eda5cfe813ce9e67f4fca0346996f8b022f0f52cd08bbcf20e932b9356cb2d0cf19833d0b1b205ac7b3ca74

diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.14.ebuild 
b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.14.ebuild
new file mode 100644
index 000..4ee11c1e8b0
--- /dev/null
+++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.14.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+XORG_DRI="always"
+inherit xorg-2
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="git://anongit.freedesktop.org/git/nouveau/${PN}"
+   SRC_URI=""
+fi
+
+DESCRIPTION="Accelerated Open Source driver for nVidia cards"
+HOMEPAGE="https://nouveau.freedesktop.org/;
+
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/libdrm-2.4.60[video_cards_nouveau]
+   >=x11-libs/libpciaccess-0.10"
+DEPEND="${RDEPEND}"



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

2017-03-12 Thread NP Hardass
commit: 9d5e1e9d261d887b283d71b98f09d1ddb128df12
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Mar 13 04:35:57 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Mar 13 04:51:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d5e1e9d

app-emulation/wine: Stabilize 2.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/wine/wine-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/wine/wine-2.0.ebuild 
b/app-emulation/wine/wine-2.0.ebuild
index e037d416acf..b383399ced7 100644
--- a/app-emulation/wine/wine-2.0.ebuild
+++ b/app-emulation/wine/wine-2.0.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == "" ]] ; then
 else
MAJOR_V=$(get_version_component_range 1-2)
SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}/${P}.tar.bz2;
-   KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
+   KEYWORDS="-* amd64 x86 ~x86-fbsd"
 fi
 
 VANILLA_GV="2.47"



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

2017-03-12 Thread NP Hardass
commit: cabdeb1b7dd5d0aa1249677843da0d94231b3370
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Mar 13 04:51:43 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Mar 13 04:52:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cabdeb1b

app-emulation/wine: Fix SRC_URI for >=2.1, thanks to wraeth

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/wine/wine-2.1.ebuild  | 4 ++--
 app-emulation/wine/wine-2.2.ebuild  | 4 ++--
 app-emulation/wine/wine-.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-emulation/wine/wine-2.1.ebuild 
b/app-emulation/wine/wine-2.1.ebuild
index 261ba4f7063..c853f295681 100644
--- a/app-emulation/wine/wine-2.1.ebuild
+++ b/app-emulation/wine/wine-2.1.ebuild
@@ -15,8 +15,8 @@ if [[ ${PV} == "" ]] ; then
SRC_URI=""
#KEYWORDS=""
 else
-   MAJOR_V=$(get_version_component_range 1-2)
-   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}/${P}.tar.xz;
+   MAJOR_V=$(get_version_component_range 1)
+   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${P}.tar.xz;
KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
 fi
 

diff --git a/app-emulation/wine/wine-2.2.ebuild 
b/app-emulation/wine/wine-2.2.ebuild
index 261ba4f7063..c853f295681 100644
--- a/app-emulation/wine/wine-2.2.ebuild
+++ b/app-emulation/wine/wine-2.2.ebuild
@@ -15,8 +15,8 @@ if [[ ${PV} == "" ]] ; then
SRC_URI=""
#KEYWORDS=""
 else
-   MAJOR_V=$(get_version_component_range 1-2)
-   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}/${P}.tar.xz;
+   MAJOR_V=$(get_version_component_range 1)
+   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${P}.tar.xz;
KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
 fi
 

diff --git a/app-emulation/wine/wine-.ebuild 
b/app-emulation/wine/wine-.ebuild
index 261ba4f7063..c853f295681 100644
--- a/app-emulation/wine/wine-.ebuild
+++ b/app-emulation/wine/wine-.ebuild
@@ -15,8 +15,8 @@ if [[ ${PV} == "" ]] ; then
SRC_URI=""
#KEYWORDS=""
 else
-   MAJOR_V=$(get_version_component_range 1-2)
-   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}/${P}.tar.xz;
+   MAJOR_V=$(get_version_component_range 1)
+   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${P}.tar.xz;
KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
 fi
 



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

2017-03-12 Thread Mike Frysinger
commit: d55acc35cb51564896cb18a6e37fa3907a25ca67
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Mar 13 04:49:54 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Mar 13 04:51:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d55acc35

sys-devel/distcc: drop keepdir /var/run #451432

Since /var/run and /run are mounted as tmpfs at boot, trying to
install or keepdir them from ebuilds doesn't make sense and it
doesn't work.  Drop the code.

 sys-devel/distcc/distcc-3.1-r10.ebuild| 4 
 sys-devel/distcc/distcc-3.2_rc1-r4.ebuild | 4 
 2 files changed, 8 deletions(-)

diff --git a/sys-devel/distcc/distcc-3.1-r10.ebuild 
b/sys-devel/distcc/distcc-3.1-r10.ebuild
index b43b394c87f..0aea024a0e7 100644
--- a/sys-devel/distcc/distcc-3.1-r10.ebuild
+++ b/sys-devel/distcc/distcc-3.1-r10.ebuild
@@ -113,10 +113,6 @@ src_install() {
fi
done
 
-   # create the distccd pid directory
-   keepdir /var/run/distccd
-   fowners distcc:daemon /var/run/distccd
-
if use gtk; then
einfo "Renaming /usr/bin/distccmon-gnome to 
/usr/bin/distccmon-gui"
einfo "This is to have a little sensability in naming schemes 
between distccmon programs"

diff --git a/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild 
b/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild
index 320d9ccb712..50e6f332826 100644
--- a/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild
+++ b/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild
@@ -136,10 +136,6 @@ src_install() {
 
dobin "${T}/distcc-config" || die
 
-   # create the distccd pid directory
-   keepdir /var/run/distccd || die
-   fowners distcc:daemon /var/run/distccd || die
-
if use gnome || use gtk; then
einfo "Renaming /usr/bin/distccmon-gnome to 
/usr/bin/distccmon-gui"
einfo "This is to have a little sensability in naming schemes 
between distccmon programs"



[gentoo-commits] repo/gentoo:master commit in: x11-terms/qterminal/files/, x11-terms/qterminal/

2017-03-12 Thread Michael Palimaka
commit: bc58082d602c5a14a977dbc715679029587e70ba
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Mar 13 03:17:12 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Mar 13 03:18:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc58082d

x11-terms/qterminal: remove old

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 x11-terms/qterminal/Manifest   |  2 -
 .../qterminal/files/qterminal-no-liblxqt.patch | 52 --
 x11-terms/qterminal/qterminal-0.6.0-r1.ebuild  | 40 -
 x11-terms/qterminal/qterminal-0.7.0.ebuild | 38 
 4 files changed, 132 deletions(-)

diff --git a/x11-terms/qterminal/Manifest b/x11-terms/qterminal/Manifest
index 276a0cba65b..2fc01a56cb6 100644
--- a/x11-terms/qterminal/Manifest
+++ b/x11-terms/qterminal/Manifest
@@ -1,3 +1 @@
-DIST qterminal-0.6.0.tar.xz 100660 SHA256 
61121ad0d1d34a5129e1109b6689d7fb7b10130a32831eaf500a86909b29d9bc SHA512 
e51b768dc9b467800c7439bf7b021e04d83073a236023632e76ba00551bffa70f3b96f2098c68092283287914ce9103c8dfae8af79c9c25e119528b3f102ab34
 WHIRLPOOL 
4d67cce15b1ced30916f123ad140f3b00237bd5f4535fe0fb9adbd31829cfdb3120b6788f29cb9545d23d892c6ce22970793c0afed2e5ed225ba8e9a2487a88d
-DIST qterminal-0.7.0.tar.xz 98636 SHA256 
a9cc63bb6c6bf6e42c9d1061efce641d9c0b57bd455446b6889d1a417a28968d SHA512 
ad89bf2639c1c3d15396de1d91121920cbbb52d097d53d2751bf42e1d96b9d00cef8c54456a00b8fa40808a85535f1b88ea7bb3342dc9681fa8e769c2663061e
 WHIRLPOOL 
8bdfb1b44e67e67d4261e78f305097ca202710e3f6020b76ff729f17b661f30bce1be4bbc77840bc24e197766ecdcba69392e325402f71b4dc885b5287934684
 DIST qterminal-0.7.1.tar.xz 99164 SHA256 
8d49b29febccc158dd115a099115e4ed1c487d4308ec92818e1abeb8821c848f SHA512 
45f83a4179a90379678b7875de386e04c77505d89d8c0c447a0892a279bc1776d0847a54683d43af085bcb306cc0e4d0858f1c49dc6e0e08f549d7350584625d
 WHIRLPOOL 
2070cc0f49ed28e75d1ce846ecb1981fb38e167bee558e7e40a3c6faff6cb3022043d9bff6e17f17d6769f7215af6f0aaa86eac9349ecdeafa4e55abb2425eda

diff --git a/x11-terms/qterminal/files/qterminal-no-liblxqt.patch 
b/x11-terms/qterminal/files/qterminal-no-liblxqt.patch
deleted file mode 100644
index f2a9795fb48..000
--- a/x11-terms/qterminal/files/qterminal-no-liblxqt.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-Translations are fetched from upstream git repo at build time, so disable them.
-
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -29,15 +29,15 @@
- # we need qpa/qplatformnativeinterface.h for global shortcut
- find_package(Qt5Gui REQUIRED)
- find_package(Qt5Widgets REQUIRED)
--find_package(Qt5LinguistTools REQUIRED)
-+#find_package(Qt5LinguistTools REQUIRED)
- if(APPLE)
- elseif(UNIX)
- find_package(Qt5X11Extras REQUIRED)
- endif()
- find_package(QTermWidget5 REQUIRED)
- #Note: no run-time dependency on liblxqt, just a build dependency for 
lxqt_translate_ts/desktop
--find_package(lxqt REQUIRED)
--include(LXQtTranslateTs)
-+#find_package(lxqt REQUIRED)
-+#include(LXQtTranslateTs)
- message(STATUS "Qt version: ${Qt5Core_VERSION_STRING}")
- 
- include(${QTERMWIDGET_USE_FILE})
-@@ -110,17 +110,17 @@
- qt5_wrap_ui( QTERM_UI ${QTERM_UI_SRC} )
- qt5_wrap_cpp( QTERM_MOC ${QTERM_MOC_SRC} )
- qt5_add_resources( QTERM_RCC ${QTERM_RCC_SRC} )
--lxqt_translate_ts(QTERM_QM
--TRANSLATION_DIR "src/translations"
--PULL_TRANSLATIONS
--${PULL_TRANSLATIONS}
--CLEAN_TRANSLATIONS
--${CLEAN_TRANSLATIONS}
--TRANSLATIONS_REPO
--${TRANSLATIONS_REPO}
--TRANSLATIONS_REFSPEC
--${TRANSLATIONS_REFSPEC}
--)
-+#lxqt_translate_ts(QTERM_QM
-+#TRANSLATION_DIR "src/translations"
-+#PULL_TRANSLATIONS
-+#${PULL_TRANSLATIONS}
-+#CLEAN_TRANSLATIONS
-+#${CLEAN_TRANSLATIONS}
-+#TRANSLATIONS_REPO
-+#${TRANSLATIONS_REPO}
-+#TRANSLATIONS_REFSPEC
-+#${TRANSLATIONS_REFSPEC}
-+#)
- 
- include_directories(
- "${CMAKE_SOURCE_DIR}"

diff --git a/x11-terms/qterminal/qterminal-0.6.0-r1.ebuild 
b/x11-terms/qterminal/qterminal-0.6.0-r1.ebuild
deleted file mode 100644
index 348105afa99..000
--- a/x11-terms/qterminal/qterminal-0.6.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit cmake-utils
-
-DESCRIPTION="Qt-based multitab terminal emulator"
-HOMEPAGE="https://github.com/lxde/qterminal;
-SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="qt5"
-
-RDEPEND="
-   !qt5? (
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   x11-libs/libqxt
-   ~x11-libs/qtermwidget-${PV}[qt4]
-   )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   ~x11-libs/qtermwidget-${PV}[qt5]
-   )
-"
-DEPEND="${RDEPEND}
-   qt5? ( 

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

2017-03-12 Thread Mike Frysinger
commit: 5548348f0ff669dbb24b34d9bd98d22ce64c345f
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Mar 13 03:12:35 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Mar 13 03:14:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5548348f

sys-apps/coreutils: add test fix from upstream for building w/newer 
timezone-data

 sys-apps/coreutils/Manifest  | 2 +-
 sys-apps/coreutils/coreutils-8.27.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/coreutils/Manifest b/sys-apps/coreutils/Manifest
index 48f1a6537dc..92e00db6fb0 100644
--- a/sys-apps/coreutils/Manifest
+++ b/sys-apps/coreutils/Manifest
@@ -5,5 +5,5 @@ DIST coreutils-8.26-man.tar.xz 43608 SHA256 
9324ec412ffca3b0431e6299720c33ac98e7
 DIST coreutils-8.26-patches-1.1.tar.xz 7184 SHA256 
67fad0b8e53fe9e3daf489cf73882465c15bdc50722a8e09470ff7fbdca9f71a SHA512 
ed8b9af1f76484549b63eb3ad4818a6649117ff1efbda2231f8741d149f0ee67438d09b6b2ea7b461aef36c346f17e3ee9a7328766a4c01d1b2b7d3e157f4455
 WHIRLPOOL 
bf656f5b201b7a3b341b0d3b60c19136cd9a6676aee86e9ad8da45906ae64c8644305a070694aab0c70bc6c853a02d27a0209b2433b681e4b00f024da614d9e8
 DIST coreutils-8.26.tar.xz 5810244 SHA256 
155e94d748f8e2bc327c66e0cbebdb8d6ab265d2f37c3c928f7bf6c3beba9a8e SHA512 
1ca7b32a1564855e672f64cb815f858619dd4308af1c9763959d06fab1ecd51385c4c61d987ceec7ff6bc699f2db10be4be7e40b2c6a6d4ffc3911180b03
 WHIRLPOOL 
9b1026ea5a2fa3dc3c49c4088ddec2de499d06bf7820e1df0d29dd1add7309982a961bd754edeb65f4a54370ab53fde29211c9a93ee5c2f5abce89d7a67be888
 DIST coreutils-8.27-man.tar.xz 43692 SHA256 
1f615819e9167646c731636b6c5ecbe79837e82a18666bacc82c3fb1dfcfaea3 SHA512 
f1ac9b5361191038d42162e90cc1cacf41e34450b4fe174b3f282cde1740405aecaf9f455625e7ed1d32910445a9e46e1fcfa74a2b645975b04ac1958965fa55
 WHIRLPOOL 
963a89eeebd023e8e84bcf871b7487e930167376092d49b491808cde8b6f10ce672f186c44b4df7465e56169bb40f4fc6e2fe4a5540f3d693b748a0dcc871d6c
-DIST coreutils-8.27-patches-1.0.tar.xz 7236 SHA256 
692203fcc1af4a5ef94dbc3323f4ddd88b7ef21e6271649e33a07e0a16bc7c47 SHA512 
2a5daeb7c28a8fb9c3d8456107c213a5ed1a3a17a506ec728bb285b5134509bd1e054d2a6d3fc63a4eda34b5b49b649f5c4fb140fc27f1536dc08cbaa55ac665
 WHIRLPOOL 
26a90e8cae816b13b3d56bb504f2f190db29e0842ae5c7a482f1ccb030440999b50f81504ac4563d800db775ddb1f102f0148cc78994d18a1cee55cd2f27
+DIST coreutils-8.27-patches-1.1.tar.xz 7800 SHA256 
8b8996a38913971c955c7b7e428d06c50a9c4c3611f8fe81e47627ffdb0f69ca SHA512 
6875e8e4a42577c097e073df6d10064be4364bedfec4fd0b8b28123560d1195ec8215d033ce3e43990a28f8a255208a53d6973e73f32ddc530f195d7162d4333
 WHIRLPOOL 
4976f42865d2651c009ad427136220b282d2611e09933c7239c1e7bb8b76bf85936d27c57d6bafd2f0c41a7e34e4a12254deca822328f8262d2a527e540a9d46
 DIST coreutils-8.27.tar.xz 5285648 SHA256 
8891d349ee87b9ff7870f52b6d9312a9db672d2439d289bc57084771ca21656b SHA512 
abf3280aaa54e9bd5851df0eda2af1de1017ca174633e52d1e592455d46ea0e99812dda46d2f320e979553cef271485d8818c595bba6ed31264511a511c93679
 WHIRLPOOL 
dcc092f41fb4802563062a4aa5a71e2841a7ddc46dec4acc47af3d9a4bee2372ddae7990ac6f3cf00568f43c3103c8290338964040e111861f080e064960803d

diff --git a/sys-apps/coreutils/coreutils-8.27.ebuild 
b/sys-apps/coreutils/coreutils-8.27.ebuild
index 3bf5f7cca19..d840b2b2e8b 100644
--- a/sys-apps/coreutils/coreutils-8.27.ebuild
+++ b/sys-apps/coreutils/coreutils-8.27.ebuild
@@ -11,7 +11,7 @@ EAPI="5"
 
 inherit eutils flag-o-matic toolchain-funcs
 
-PATCH_VER="1.0"
+PATCH_VER="1.1"
 DESCRIPTION="Standard GNU utilities (chmod, cp, dd, ls, sort, tr, head, wc, 
who,...)"
 HOMEPAGE="https://www.gnu.org/software/coreutils/;
 SRC_URI="mirror://gnu/${PN}/${P}.tar.xz



[gentoo-commits] gentoo commit in src/patchsets/coreutils/8.27: 060_all_date.patch README.history

2017-03-12 Thread Mike Frysinger (vapier)
vapier  17/03/13 03:12:27

  Modified: README.history
  Added:060_all_date.patch
  Log:
  add test fix from upstream for building w/newer timezone-data

Revision  ChangesPath
1.2  src/patchsets/coreutils/8.27/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/8.27/README.history?rev=1.2=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/8.27/README.history?rev=1.2=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/8.27/README.history?r1=1.1=1.2

Index: README.history
===
RCS file: /var/cvsroot/gentoo/src/patchsets/coreutils/8.27/README.history,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.history  9 Mar 2017 07:16:43 -   1.1
+++ README.history  13 Mar 2017 03:12:27 -  1.2
@@ -1,3 +1,6 @@
+1.112 Mar 2017
+   + 060_all_date.patch
+
 1.008 Mar 2017
+ 003_all_coreutils-gentoo-uname.patch
+ 010_all_coreutils-tests.patch



1.1  src/patchsets/coreutils/8.27/060_all_date.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/8.27/060_all_date.patch?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/8.27/060_all_date.patch?rev=1.1=text/plain

Index: 060_all_date.patch
===
>From 612086660bab9bf981894da146550e9101224b17 Mon Sep 17 00:00:00 2001
From: Paul Eggert 
Date: Thu, 9 Mar 2017 23:59:05 -0800
Subject: [PATCH] tests: port to tzdb-2017a

Problem reported by Bernhard Voelker in:
http://lists.gnu.org/archive/html/coreutils/2017-03/msg00026.html
* tests/misc/date-debug.sh: Port test to tzdb 2017a,
and future-proof the America/Belize test.
---
 tests/misc/date-debug.sh | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/tests/misc/date-debug.sh b/tests/misc/date-debug.sh
index 48f4605069f4..8e0b2afbb07e 100755
--- a/tests/misc/date-debug.sh
+++ b/tests/misc/date-debug.sh
@@ -52,10 +52,11 @@ date: output timezone: +09:00 (set from TZ="Asia/Tokyo" 
environment value)
 date: final: 661095000.0 (epoch-seconds)
 date: final: (Y-M-D) 1990-12-13 13:30:00 (UTC0)
 date: final: (Y-M-D) 1990-12-13 22:30:00 (output timezone TZ=+09:00)
-Thu Dec 13 07:30:00 CST 1990
+Thu Dec 13 07:30:00 -0600 1990
 EOF
 
-TZ=America/Belize date --debug -d "$in1" >out1 2>&1 || fail=1
+TZ=America/Belize date --debug -d "$in1" +'%a %b %e %T %z %Y' >out1 2>&1 ||
+  fail=1
 
 compare exp1 out1 || fail=1
 
@@ -94,10 +95,10 @@ date: output timezone: -05:00 (set from TZ="America/Lima" 
environment value)
 date: final: 1.0 (epoch-seconds)
 date: final: (Y-M-D) 1970-01-01 00:00:01 (UTC0)
 date: final: (Y-M-D) 1969-12-31 19:00:01 (output timezone TZ=-05:00)
-Wed Dec 31 19:00:01 PET 1969
+Wed Dec 31 19:00:01 -0500 1969
 EOF
 
-TZ=America/Lima date --debug -d "$in3" >out3 2>&1 || fail=1
+TZ=America/Lima date --debug -d "$in3" +'%a %b %e %T %z %Y' >out3 2>&1 || 
fail=1
 compare exp3 out3 || fail=1
 
 ##
-- 
2.12.0







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

2017-03-12 Thread Zac Medico
commit: 21a03d3e634c9c69a4129d53dbf8fdd2143cbfe3
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Mar 13 02:17:16 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Mar 13 02:18:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a03d3e

dev-python/dnspython: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/dnspython/dnspython-1.12.0-r300.ebuild | 4 ++--
 dev-python/dnspython/dnspython-1.12.0-r301.ebuild | 2 +-
 dev-python/dnspython/dnspython-1.15.0.ebuild  | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/dnspython/dnspython-1.12.0-r300.ebuild 
b/dev-python/dnspython/dnspython-1.12.0-r300.ebuild
index cf942f72588..94c410b6eaa 100644
--- a/dev-python/dnspython/dnspython-1.12.0-r300.ebuild
+++ b/dev-python/dnspython/dnspython-1.12.0-r300.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit distutils-r1
 

diff --git a/dev-python/dnspython/dnspython-1.12.0-r301.ebuild 
b/dev-python/dnspython/dnspython-1.12.0-r301.ebuild
index 910993e7387..94c410b6eaa 100644
--- a/dev-python/dnspython/dnspython-1.12.0-r301.ebuild
+++ b/dev-python/dnspython/dnspython-1.12.0-r301.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit distutils-r1
 

diff --git a/dev-python/dnspython/dnspython-1.15.0.ebuild 
b/dev-python/dnspython/dnspython-1.15.0.ebuild
index decbd18703a..02efe94a6f1 100644
--- a/dev-python/dnspython/dnspython-1.15.0.ebuild
+++ b/dev-python/dnspython/dnspython-1.15.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/

2017-03-12 Thread Matt Turner
commit: 922294d48da8f4331e96482d9c7366a1ae76
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 13 02:08:48 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 13 02:09:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=922294d4

x11-base/xorg-server: Move wayland to IUSE_SERVERS.

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

 x11-base/xorg-server/xorg-server-1.19.2.ebuild | 4 ++--
 x11-base/xorg-server/xorg-server-.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-base/xorg-server/xorg-server-1.19.2.ebuild 
b/x11-base/xorg-server/xorg-server-1.19.2.ebuild
index e1e8e91fa27..0a11c8c7030 100644
--- a/x11-base/xorg-server/xorg-server-1.19.2.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.19.2.ebuild
@@ -12,8 +12,8 @@ DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"
 KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 
-IUSE_SERVERS="dmx kdrive xephyr xnest xorg xvfb"
-IUSE="${IUSE_SERVERS} debug glamor ipv6 libressl minimal selinux +suid systemd 
tslib +udev unwind wayland"
+IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
+IUSE="${IUSE_SERVERS} debug glamor ipv6 libressl minimal selinux +suid systemd 
tslib +udev unwind"
 
 CDEPEND=">=app-eselect/eselect-opengl-1.3.0
!libressl? ( dev-libs/openssl:0= )

diff --git a/x11-base/xorg-server/xorg-server-.ebuild 
b/x11-base/xorg-server/xorg-server-.ebuild
index 0a1f56f7a0b..8bb47a6f387 100644
--- a/x11-base/xorg-server/xorg-server-.ebuild
+++ b/x11-base/xorg-server/xorg-server-.ebuild
@@ -11,8 +11,8 @@ DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"
 KEYWORDS=""
 
-IUSE_SERVERS="dmx kdrive xephyr xnest xorg xvfb"
-IUSE="${IUSE_SERVERS} debug glamor ipv6 libressl minimal selinux +suid systemd 
tslib +udev unwind wayland"
+IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
+IUSE="${IUSE_SERVERS} debug glamor ipv6 libressl minimal selinux +suid systemd 
tslib +udev unwind"
 
 CDEPEND=">=app-eselect/eselect-opengl-1.3.0
!libressl? ( dev-libs/openssl:0= )



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/

2017-03-12 Thread Matt Turner
commit: b37e2e6c6a4784712c0d79d6ec273b11c4476c9b
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 13 02:05:24 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 13 02:06:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b37e2e6c

x11-base/xorg-server: Depend on libxcb[xkb] for USE=xephyr.

Upstream commit 9c88cb9b05911 began requiring it.

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

 x11-base/xorg-server/xorg-server-1.19.2.ebuild | 2 +-
 x11-base/xorg-server/xorg-server-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-base/xorg-server/xorg-server-1.19.2.ebuild 
b/x11-base/xorg-server/xorg-server-1.19.2.ebuild
index 25654551f2b..e1e8e91fa27 100644
--- a/x11-base/xorg-server/xorg-server-1.19.2.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.19.2.ebuild
@@ -56,7 +56,7 @@ CDEPEND=">=app-eselect/eselect-opengl-1.3.0
x11-libs/libXv
)
xephyr? (
-   x11-libs/libxcb
+   x11-libs/libxcb[xkb]
x11-libs/xcb-util
x11-libs/xcb-util-image
x11-libs/xcb-util-keysyms

diff --git a/x11-base/xorg-server/xorg-server-.ebuild 
b/x11-base/xorg-server/xorg-server-.ebuild
index f4f1bdf7916..0a1f56f7a0b 100644
--- a/x11-base/xorg-server/xorg-server-.ebuild
+++ b/x11-base/xorg-server/xorg-server-.ebuild
@@ -55,7 +55,7 @@ CDEPEND=">=app-eselect/eselect-opengl-1.3.0
x11-libs/libXv
)
xephyr? (
-   x11-libs/libxcb
+   x11-libs/libxcb[xkb]
x11-libs/xcb-util
x11-libs/xcb-util-image
x11-libs/xcb-util-keysyms



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

2017-03-12 Thread Michael Palimaka
commit: ac4bcec25b071c5564e05f19be9b625c215104d7
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Mar 13 01:57:13 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Mar 13 01:57:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac4bcec2

sci-libs/plplot: pin dev-qt/qtprintsupport to SLOT 5

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 sci-libs/plplot/plplot-5.12.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/plplot/plplot-5.12.0-r1.ebuild 
b/sci-libs/plplot/plplot-5.12.0-r1.ebuild
index 01468a2a891..c8be469a4e5 100644
--- a/sci-libs/plplot/plplot-5.12.0-r1.ebuild
+++ b/sci-libs/plplot/plplot-5.12.0-r1.ebuild
@@ -46,7 +46,7 @@ RDEPEND="
qt5? (
dev-qt/qtgui:5
dev-qt/qtsvg:5
-   dev-qt/qtprintsupport
+   dev-qt/qtprintsupport:5
)
shapefile? ( sci-libs/shapelib:0= )
tcl? (



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

2017-03-12 Thread Michael Palimaka
commit: e2cd6345080c08a173ef281b4ca451aea96afbc1
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Mar 13 01:56:28 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Mar 13 01:57:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2cd6345

x11-misc/qcomicbook: pin dev-qt/qtx11extras to SLOT 5

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 x11-misc/qcomicbook/qcomicbook-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/qcomicbook/qcomicbook-0.9.1.ebuild 
b/x11-misc/qcomicbook/qcomicbook-0.9.1.ebuild
index 059b55ba431..af59a4dd7e8 100644
--- a/x11-misc/qcomicbook/qcomicbook-0.9.1.ebuild
+++ b/x11-misc/qcomicbook/qcomicbook-0.9.1.ebuild
@@ -21,7 +21,7 @@ DEPEND="app-text/poppler[qt5]
dev-qt/qtgui:5
dev-qt/qtprintsupport:5
dev-qt/qtwidgets:5
-   dev-qt/qtx11extras"
+   dev-qt/qtx11extras:5"
 RDEPEND="${DEPEND}"
 
 DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )



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

2017-03-12 Thread Michael Palimaka
commit: e41b3a1d9fbb76ced668d644276cb1e7a52c4861
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Mar 13 01:46:03 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Mar 13 01:46:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41b3a1d

app-editors/focuswriter: version bump 1.6.4

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 app-editors/focuswriter/Manifest |  1 +
 app-editors/focuswriter/focuswriter-1.6.4.ebuild | 58 
 2 files changed, 59 insertions(+)

diff --git a/app-editors/focuswriter/Manifest b/app-editors/focuswriter/Manifest
index 70f23fdf524..b64b6ac48ab 100644
--- a/app-editors/focuswriter/Manifest
+++ b/app-editors/focuswriter/Manifest
@@ -1,3 +1,4 @@
 DIST focuswriter-1.5.5-src.tar.bz2 5249014 SHA256 
b6a2085587864b2685516d20870d9375803ccdf3472e66bf457382d028c1da0e SHA512 
aed6a2e203dcf349ff7fef6caa8e7ab1dbba80da988933c06d6f4ea1ad49ad4c4546b30aaacf9373d1234cb8934daac36f00d0d7b3512d9c3fc4f1e1b273a766
 WHIRLPOOL 
29795304e6d6687d16d2774cd4d28d0c45382474391d7ad62fa557a134e7c5d11ba6bf81bb81df2b0fb3727b4bb32f705d8fe73a7129f44c8485cc9d8b19b2e1
 DIST focuswriter-1.6.2-src.tar.bz2 10205432 SHA256 
ac77139b4c9b70d26643e5707a9db9003586a6633779dec20a5c1353602b2655 SHA512 
fb665e2bb59b9b449c0b68e3e72cc51c14c6c8b779ac347176bdb521922fba233da6754db4772dbcc80d5c610fb180176ade1ec8dd29c9b004223dce73faa58a
 WHIRLPOOL 
3913609be7c934795b1e1a73c2a836c88bbbaf6282db0ac70bd685b52b902e7dd085172e489aec6420b37e6b7be769138051df0bb722adeac1676a66ec5e2b3f
 DIST focuswriter-1.6.3-src.tar.bz2 10211589 SHA256 
7de693e8786738c50bde53d4e325334ecf3b8155d7c9b37e64bbd9adedcb9f40 SHA512 
015a9153a331bffc1b87bb0d13c6aa1340f46da72084caad8a4a8811f213e5ae17802363570052702c1f1b990ccb3d314f179da0a94898bdc988b7798a3b9b0f
 WHIRLPOOL 
a8ed601dc2e53665af3be74cac385ec8afdc7c9029812250964ee660a52b4eafe568c4f5405a7348c64244c7c9ab7da1af3d43f6e923e0c7729e0c0f6fec80bd
+DIST focuswriter-1.6.4-src.tar.bz2 10214364 SHA256 
1f019e75b5581d3e7ed96977e92c9a5f6eba8456eccbad1f481adaabae34055c SHA512 
0f3e0af0efab3cae7e2c4086c500dcf75b1d48f3d4f2cfa5fa3663443f109e90ab3dac01fcac240fa0d65ffe5f11faec9145083192492c9eefa6c1b48ed22c7a
 WHIRLPOOL 
4728d5768daaa5298632c3a2cd745cbd6aeb32b23d03aa64a021d19ab8d0084e3edf15211a2c2536c4280006fcc497204fe1a391a8c00716984679d4a0ef070c

diff --git a/app-editors/focuswriter/focuswriter-1.6.4.ebuild 
b/app-editors/focuswriter/focuswriter-1.6.4.ebuild
new file mode 100644
index 000..33107857b85
--- /dev/null
+++ b/app-editors/focuswriter/focuswriter-1.6.4.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit fdo-mime gnome2-utils qmake-utils
+
+DESCRIPTION="A fullscreen and distraction-free word processor"
+HOMEPAGE="http://gottcode.org/focuswriter/;
+SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2;
+
+LICENSE="LGPL-3 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   app-text/hunspell:=
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsingleapplication[qt5,X]
+   dev-qt/qtwidgets:5
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
+   dev-qt/qtconcurrent:5
+   virtual/pkgconfig
+"
+
+DOCS=( ChangeLog CREDITS NEWS README )
+
+PATCHES=( "${FILESDIR}/${PN}-1.6.0-unbundle-qtsingleapplication.patch" )
+
+src_configure() {
+   eqmake5 PREFIX="${EPREFIX}/usr"
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   einstalldocs
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+}



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

2017-03-12 Thread Zac Medico
commit: 0081ef8da809d4b4b3eeef394fc2a936d0e5676e
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Mar 13 01:00:34 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Mar 13 01:30:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0081ef8d

dev-python/python-glanceclient: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/python-glanceclient/python-glanceclient-2.5.0.ebuild | 4 ++--
 dev-python/python-glanceclient/python-glanceclient-2.6.0.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/python-glanceclient/python-glanceclient-2.5.0.ebuild 
b/dev-python/python-glanceclient/python-glanceclient-2.5.0.ebuild
index 2498b0e18ab..858a033096d 100644
--- a/dev-python/python-glanceclient/python-glanceclient-2.5.0.ebuild
+++ b/dev-python/python-glanceclient/python-glanceclient-2.5.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 

diff --git a/dev-python/python-glanceclient/python-glanceclient-2.6.0.ebuild 
b/dev-python/python-glanceclient/python-glanceclient-2.6.0.ebuild
index 91c2299ce61..4e86e02873c 100644
--- a/dev-python/python-glanceclient/python-glanceclient-2.6.0.ebuild
+++ b/dev-python/python-glanceclient/python-glanceclient-2.6.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2017-03-12 Thread Zac Medico
commit: b06fe5e927f35dedd4740f8a5ebe2effb632d271
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar 12 21:49:47 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Mar 13 01:30:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b06fe5e9

dev-python/keystoneauth: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/keystoneauth/keystoneauth-2.12.3.ebuild | 2 +-
 dev-python/keystoneauth/keystoneauth-2.18.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/keystoneauth/keystoneauth-2.12.3.ebuild 
b/dev-python/keystoneauth/keystoneauth-2.12.3.ebuild
index b65ac100cf8..1a36a64ad01 100644
--- a/dev-python/keystoneauth/keystoneauth-2.12.3.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-2.12.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 

diff --git a/dev-python/keystoneauth/keystoneauth-2.18.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-2.18.0.ebuild
index 9fd98485044..d66b091c87e 100644
--- a/dev-python/keystoneauth/keystoneauth-2.18.0.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-2.18.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2017-03-12 Thread Zac Medico
commit: c79ca3aa1b4cd66779d997f2f2d85897c877f1b5
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Mar 13 00:31:09 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Mar 13 01:30:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c79ca3aa

dev-python/python-keystoneclient: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/python-keystoneclient/python-keystoneclient-3.10.0.ebuild | 2 +-
 dev-python/python-keystoneclient/python-keystoneclient-3.5.0.ebuild  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/dev-python/python-keystoneclient/python-keystoneclient-3.10.0.ebuild 
b/dev-python/python-keystoneclient/python-keystoneclient-3.10.0.ebuild
index 5c0ab4d1593..986f8a500d2 100644
--- a/dev-python/python-keystoneclient/python-keystoneclient-3.10.0.ebuild
+++ b/dev-python/python-keystoneclient/python-keystoneclient-3.10.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 

diff --git 
a/dev-python/python-keystoneclient/python-keystoneclient-3.5.0.ebuild 
b/dev-python/python-keystoneclient/python-keystoneclient-3.5.0.ebuild
index 78e63424302..990b25200bd 100644
--- a/dev-python/python-keystoneclient/python-keystoneclient-3.5.0.ebuild
+++ b/dev-python/python-keystoneclient/python-keystoneclient-3.5.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2017-03-12 Thread Zac Medico
commit: 3c2b07a5e8fc87dfe20c27b9b1bdcb74c552d835
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar 12 22:51:32 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Mar 13 01:30:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c2b07a5

dev-python/oslo-serialization: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/oslo-serialization/oslo-serialization-2.13.0.ebuild | 4 ++--
 dev-python/oslo-serialization/oslo-serialization-2.16.0.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/oslo-serialization/oslo-serialization-2.13.0.ebuild 
b/dev-python/oslo-serialization/oslo-serialization-2.13.0.ebuild
index fc773879ebf..e584af2a417 100644
--- a/dev-python/oslo-serialization/oslo-serialization-2.13.0.ebuild
+++ b/dev-python/oslo-serialization/oslo-serialization-2.13.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 vcs-snapshot
 

diff --git a/dev-python/oslo-serialization/oslo-serialization-2.16.0.ebuild 
b/dev-python/oslo-serialization/oslo-serialization-2.16.0.ebuild
index 6a5692c198b..e98506682f1 100644
--- a/dev-python/oslo-serialization/oslo-serialization-2.16.0.ebuild
+++ b/dev-python/oslo-serialization/oslo-serialization-2.16.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 vcs-snapshot
 



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

2017-03-12 Thread Zac Medico
commit: c61d8d9b60c12771327599dcf585c6a9f1ea8358
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Mar 13 00:10:54 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Mar 13 01:30:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c61d8d9b

dev-python/bandit: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

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

diff --git a/dev-python/bandit/bandit-1.4.0.ebuild 
b/dev-python/bandit/bandit-1.4.0.ebuild
index e5df74fe94d..e21a23deb92 100644
--- a/dev-python/bandit/bandit-1.4.0.ebuild
+++ b/dev-python/bandit/bandit-1.4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2017-03-12 Thread Zac Medico
commit: f1ab836fbc957507d0ea8707f7a8a71675065036
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar 12 22:11:48 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Mar 13 01:30:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1ab836f

dev-python/oslo-config: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/oslo-config/oslo-config-3.17.1.ebuild | 2 +-
 dev-python/oslo-config/oslo-config-3.22.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/oslo-config/oslo-config-3.17.1.ebuild 
b/dev-python/oslo-config/oslo-config-3.17.1.ebuild
index 72757b32ca1..007d3e90d01 100644
--- a/dev-python/oslo-config/oslo-config-3.17.1.ebuild
+++ b/dev-python/oslo-config/oslo-config-3.17.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 vcs-snapshot
 

diff --git a/dev-python/oslo-config/oslo-config-3.22.0.ebuild 
b/dev-python/oslo-config/oslo-config-3.22.0.ebuild
index c271de48004..70927171629 100644
--- a/dev-python/oslo-config/oslo-config-3.22.0.ebuild
+++ b/dev-python/oslo-config/oslo-config-3.22.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 vcs-snapshot
 



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

2017-03-12 Thread Zac Medico
commit: 50be0bc69d63a7251f97c7cb356772bd35208685
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar 12 21:34:56 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Mar 13 01:30:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50be0bc6

dev-python/stevedore: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/stevedore/stevedore-1.17.1.ebuild | 4 ++--
 dev-python/stevedore/stevedore-1.20.0.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/stevedore/stevedore-1.17.1.ebuild 
b/dev-python/stevedore/stevedore-1.17.1.ebuild
index b0cddeb30bd..c85b314968b 100644
--- a/dev-python/stevedore/stevedore-1.17.1.ebuild
+++ b/dev-python/stevedore/stevedore-1.17.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 

diff --git a/dev-python/stevedore/stevedore-1.20.0.ebuild 
b/dev-python/stevedore/stevedore-1.20.0.ebuild
index 091165f121e..a10bbe2975d 100644
--- a/dev-python/stevedore/stevedore-1.20.0.ebuild
+++ b/dev-python/stevedore/stevedore-1.20.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2017-03-12 Thread Zac Medico
commit: 325a91b159598d836564e4234cd1a6d2e6ab8555
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar 12 22:04:39 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Mar 13 01:30:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=325a91b1

dev-python/oslo-i18n: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/oslo-i18n/oslo-i18n-3.12.0.ebuild | 2 +-
 dev-python/oslo-i18n/oslo-i18n-3.9.0.ebuild  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/oslo-i18n/oslo-i18n-3.12.0.ebuild 
b/dev-python/oslo-i18n/oslo-i18n-3.12.0.ebuild
index 9e491d0120d..1c4788b0569 100644
--- a/dev-python/oslo-i18n/oslo-i18n-3.12.0.ebuild
+++ b/dev-python/oslo-i18n/oslo-i18n-3.12.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 vcs-snapshot
 

diff --git a/dev-python/oslo-i18n/oslo-i18n-3.9.0.ebuild 
b/dev-python/oslo-i18n/oslo-i18n-3.9.0.ebuild
index ac18e0edbc2..1e02c9edcd9 100644
--- a/dev-python/oslo-i18n/oslo-i18n-3.9.0.ebuild
+++ b/dev-python/oslo-i18n/oslo-i18n-3.9.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 vcs-snapshot
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/os-client-config/

2017-03-12 Thread Zac Medico
commit: 7b42ca5420bb6e78f7f5d9473433e1bcc50f45eb
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar 12 21:59:26 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Mar 13 01:30:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b42ca54

dev-python/os-client-config: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/os-client-config/os-client-config-1.21.1.ebuild | 4 ++--
 dev-python/os-client-config/os-client-config-1.26.0.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/os-client-config/os-client-config-1.21.1.ebuild 
b/dev-python/os-client-config/os-client-config-1.21.1.ebuild
index 4825c9e985e..64fd2a63ec7 100644
--- a/dev-python/os-client-config/os-client-config-1.21.1.ebuild
+++ b/dev-python/os-client-config/os-client-config-1.21.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 

diff --git a/dev-python/os-client-config/os-client-config-1.26.0.ebuild 
b/dev-python/os-client-config/os-client-config-1.26.0.ebuild
index ae3a9d9771f..de61dfc0bb4 100644
--- a/dev-python/os-client-config/os-client-config-1.26.0.ebuild
+++ b/dev-python/os-client-config/os-client-config-1.26.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2017-03-12 Thread Zac Medico
commit: 055b6354a1b27ea31e061c51f492e5d6f5b5a7ce
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar 12 22:37:33 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Mar 13 01:30:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=055b6354

dev-python/oslotest: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

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

diff --git a/dev-python/oslotest/oslotest-2.4.0.ebuild 
b/dev-python/oslotest/oslotest-2.4.0.ebuild
index f5b9c10333e..615478411aa 100644
--- a/dev-python/oslotest/oslotest-2.4.0.ebuild
+++ b/dev-python/oslotest/oslotest-2.4.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2017-03-12 Thread Zac Medico
commit: 071bf43e7750c829bcb40a8f3a17d49a5d78177a
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar 12 22:42:51 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Mar 13 01:30:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071bf43e

dev-python/oslo-utils: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/oslo-utils/oslo-utils-3.16.0.ebuild | 4 ++--
 dev-python/oslo-utils/oslo-utils-3.22.0.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/oslo-utils/oslo-utils-3.16.0.ebuild 
b/dev-python/oslo-utils/oslo-utils-3.16.0.ebuild
index be46e250293..46737793c5a 100644
--- a/dev-python/oslo-utils/oslo-utils-3.16.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-3.16.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 vcs-snapshot
 

diff --git a/dev-python/oslo-utils/oslo-utils-3.22.0.ebuild 
b/dev-python/oslo-utils/oslo-utils-3.22.0.ebuild
index e63a137ea09..2b0f9d679f4 100644
--- a/dev-python/oslo-utils/oslo-utils-3.22.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-3.22.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 vcs-snapshot
 



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

2017-03-12 Thread Zac Medico
commit: 56f91b07e836eb3053911fe25419871a8bba5fcc
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar 12 21:41:22 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Mar 13 01:30:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56f91b07

dev-python/doc8: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

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

diff --git a/dev-python/doc8/doc8-0.6.0.ebuild 
b/dev-python/doc8/doc8-0.6.0.ebuild
index 0f0f8ffa761..ee72ef49e1e 100644
--- a/dev-python/doc8/doc8-0.6.0.ebuild
+++ b/dev-python/doc8/doc8-0.6.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2017-03-12 Thread Zac Medico
commit: 3b4d9410f38ac8fa90202f26d0b2954c562cba78
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar 12 21:55:26 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Mar 13 01:30:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b4d9410

dev-python/debtcollector: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/debtcollector/debtcollector-1.11.0.ebuild | 2 +-
 dev-python/debtcollector/debtcollector-1.3.0.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/debtcollector/debtcollector-1.11.0.ebuild 
b/dev-python/debtcollector/debtcollector-1.11.0.ebuild
index fd98859cba0..b9451e244b9 100644
--- a/dev-python/debtcollector/debtcollector-1.11.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-1.11.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 

diff --git a/dev-python/debtcollector/debtcollector-1.3.0.ebuild 
b/dev-python/debtcollector/debtcollector-1.3.0.ebuild
index c87928bf762..b9d019759a5 100644
--- a/dev-python/debtcollector/debtcollector-1.3.0.ebuild
+++ b/dev-python/debtcollector/debtcollector-1.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2017-03-12 Thread NP Hardass
commit: 520c3860f105190ace3d0cf26c6699f5d728ef9f
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Mar 13 00:46:40 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Mar 13 00:46:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=520c3860

app-emulation/wine: Bump to 2.1 and 2.2

Originally was going to skip these in favor of the new packaging,
but after some delays in said new packaging, I decided to release
these in the interim

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/wine/Manifest  | 6 ++
 app-emulation/wine/{wine-.ebuild => wine-2.1.ebuild} | 2 +-
 app-emulation/wine/{wine-.ebuild => wine-2.2.ebuild} | 2 +-
 app-emulation/wine/wine-.ebuild  | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/app-emulation/wine/Manifest b/app-emulation/wine/Manifest
index 60e6034af50..d1dc6ab9922 100644
--- a/app-emulation/wine/Manifest
+++ b/app-emulation/wine/Manifest
@@ -27,6 +27,8 @@ DIST wine-1.9.7.tar.bz2 23101883 SHA256 
49705fe02505e26ef8022c662dda702cfcd5c4fd
 DIST wine-1.9.8.tar.bz2 23183703 SHA256 
8bf34e8dd68e7187ed11fb06a55a76789073dda6ab2db6b84e194acf4f561a1d SHA512 
3f90238b78836836b4cd74975da07b0ce39f3da0e68fc8529554e1770ecd52c315519985bd15dc82756491ca3d145b27249a0e937221badb01ed3a1f8a69fbd4
 WHIRLPOOL 
22f633ac0f9d1f7bf874dc756432534c0deca765e49013576ea69ade86c98e8759fb14813d8d68451250911902541a3027a729328bff1aedd74ecafc9c85acf0
 DIST wine-1.9.9.tar.bz2 23155986 SHA256 
a1e76fd9842d0fe385e930cd62e7193035a04ed11fe771d9cd6ee9b2ceda7b41 SHA512 
370caf527eac948b8bf2583e8f8a647e9b353b8ea70a341a0eb1fd768eea6c982a5c8b7eb23ecfded6eebea370d06bd23ee1ba7b2ded63547f571cc293ee1695
 WHIRLPOOL 
bf97f4fcacda1913d2e7be21f6c771392b06653a7877ea07cf65731bf37eae3f3eb5d5fe5971dae18be709afcbbc65b3337e8d1d0c01e938671eed095aacd0af
 DIST wine-2.0.tar.bz2 23662707 SHA256 
9756f5a2129b6a83ba701e546173cbff86caa671b0af73eb8f72c03b20c066c6 SHA512 
b0a57ba8202d9fc396e5bfb7a7718d6bababbed8f3351e7fdc36afa37f35a871e04903757618f73427aeb71a52b2d323977d79e48f8b38d636f23fd404441186
 WHIRLPOOL 
fa9f774d87dae73c7d1f3b86dc3b03ea27065eb6140f1cac13c82fe16f7ebff8f8365ed447220cf5c2788b9f4aae7c482e4f9e2e69f47e5435209e148f5dbdfe
+DIST wine-2.1.tar.xz 18887032 SHA256 
bfb9abf63691c93df28d9599aaa866dc2b4e27209b3b7b546df8a37d7d9d1e6e SHA512 
03d678ee6e89c2804813f2827255fcf59e96ca9a45b7d8ac441cfc84f835e5e5689c70a79a41a04c631e1add7807fa4a5758acef3bd7aadfb2e92e68958c6ef6
 WHIRLPOOL 
063d935f1ff0922100641f2f53cdac23d2993a83182d45e028e485fd7d0a13bc5cfb77bca76550b1537b3f42fecacef7fd64785adbf6425af823f56f96973b54
+DIST wine-2.2.tar.xz 18916364 SHA256 
64cb57e1d8aa07f5c89ef26743b494f2d3ef9c0f4e50d3ee896a93535f7751f4 SHA512 
0700868244d397c1442948716321e5ff030c667edce464570f76aa4340199489a422872aa3975bc0a57b8285c9d59fc04e223a4bde094169fc6db460acb626c4
 WHIRLPOOL 
ffc3d357a76592651b589c6ac6608720d0258474890faf8fe3e20ac29cdd1496d569721256f9389d347bf2734a556099154fd18ef1b56f45bb46c4c15771d6ca
 DIST wine-d3d9-1.9.10.tar.gz 46409 SHA256 
edfb553605e9024e180766002181954d6a09339a8114d7319166b232cd86221e SHA512 
d8c95832089c829108dae291470f73525684b1c4ca10b86086cea5b2872b6b058945bfffa3464ef25fd68acd90699bc435e49f75e09e1029df0521415c9c4c1e
 WHIRLPOOL 
4cce21462ac12417df3b9641587fb9fae13171fe58297f0c818f8789011b2f886c5a6ed6ae2bb3ea44077f06d45775ea41399fb551dab35edb9b0f73b8e671db
 DIST wine-d3d9-1.9.11.tar.gz 46383 SHA256 
5be6b00afca2d7cf988bb094d7caf07d6dc7bc9c9d00aa104fc6a62d22330757 SHA512 
79cd2626fd110ba2341ba83d8c7f0e0fd50fb9876a011b3249444840ee2075e99d7e4fa26cd5b10f812034ba96ec955ffc9d8803174dbed3374015980a203618
 WHIRLPOOL 
a3a63baab038b45eb6a30cb60cf33cae793d8545eb138f99bd9226068655156cf8c18287deacb9c6b5a839fb1e427e9fcee1c2519d7d24bf4609851eed5dec36
 DIST wine-d3d9-1.9.12.tar.gz 46410 SHA256 
e7285e15f9ce44aa210d5910facc818fbcc7341eb471a2b62e63d09083fd003e SHA512 
bd6b8e247762f3d9ce673127d81a1bc6901e3b0e471f587372ac0724c536fecdbaf5781bd188ebd8ba64f4538d774c0f52e0c7d55e2735947b307d58867ddfb7
 WHIRLPOOL 
097141afe4aa5c1267638ed2c0ec6418d5c37d854efd0a210034d956b0ff6d89b6bdca104b9be8cd84c707c4b9be36e60cff2a0238ea97bb8e88c43104a1aea7
@@ -42,6 +44,8 @@ DIST wine-d3d9-1.9.21.tar.gz 51414 SHA256 
47d0b9cb01056aff44789a3b3e396eec9da4d2
 DIST wine-d3d9-1.9.22.tar.gz 47356 SHA256 
ea7c97aa0ea1413e99da960f85af403e9904ba427a6787fbd6000da27d100786 SHA512 
180a6d73ec478667514f995da0521c339d97d345c7cf565d4c8bece0583bd094f10bbcca08f09150a54473ccca03dc27f571bb11b0a2acc65049bc34a04b55fa
 WHIRLPOOL 
023446b2e0349561c491a6f3379a1e3d062aa8d808b002f332bcffce2665da161f972803c854757456ac0d2736362f30624062296cf5ce9e37457978753ae884
 DIST wine-d3d9-1.9.23.tar.gz 47690 SHA256 
3d2f5b6ef1b7b7f09934ac3c0beafe23b9062177e77623f233d53dda29215b19 SHA512 
52fee3f3ba48a5347f5153fa667c9257e725983fe70d1ef3d212acaa4d301441c60e35473aeb343bb16e3e4e8b15c4303e5fbbf74df9989c658b01511de2af6e
 WHIRLPOOL 

[gentoo-commits] repo/gentoo:master commit in: media-libs/iulib/files/, media-libs/iulib/

2017-03-12 Thread Michael Palimaka
commit: 46309162763c4ac784966e4fedc497fcaf55fb67
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Mar 13 00:14:39 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Mar 13 00:15:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46309162

media-libs/iulib: remove last rited package

 media-libs/iulib/Manifest  |  2 -
 media-libs/iulib/files/iulib-0.3-install.patch | 40 ---
 .../iulib-0.4-default-arguments-declaration.patch  | 25 --
 .../iulib/files/iulib-0.4-scons-build-env.patch| 39 ---
 media-libs/iulib/iulib-0.3.ebuild  | 37 --
 media-libs/iulib/iulib-0.4-r1.ebuild   | 57 --
 media-libs/iulib/iulib-0.4.ebuild  | 52 
 media-libs/iulib/metadata.xml  |  9 
 8 files changed, 261 deletions(-)

diff --git a/media-libs/iulib/Manifest b/media-libs/iulib/Manifest
deleted file mode 100644
index fe4a9168c74..000
--- a/media-libs/iulib/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST iulib-0.3.tar.gz 3065868 SHA256 
229f6c6b3724a442efd7306def6d2b35cd7ad38ec725adc6446632c9e8cd20f2 SHA512 
d07bef51949e185c34a871c45692c0e032af02df86ae2f4f1b0ddf718e0bec4ed487ed13571e2ed5da5a743f1bbadc9d391dd7df3da51a99e78696896f8e447e
 WHIRLPOOL 
e1def314a6a5f96448f259394be90e94c7e6050232841a491d6940af3ff0dca7ec460a2cf91e83db95ea896aac7eaf87d9eae2bc8d963268aa46d40f1fb3f6e9
-DIST iulib-0.4.tgz 3288112 SHA256 
c70dab420f5ce0ff0185c922881576f4a82eacec3feb0befa66bd7468151d99b SHA512 
407c5de60b4107df1ff564a5059972a2a3b2b8d03896378cb6479c392fb731ee3ac28763132f4c3d5683011f9f938dbc36c36eed820b63aed6bac82274c0ed73
 WHIRLPOOL 
b445564b899b0bbde559d531396874fae312b3e5e3a22695b7f77c95377d143fe6b2f9fe964df84a7b76091f301f92d20be201558a165ed1004740a03d2a8b2b

diff --git a/media-libs/iulib/files/iulib-0.3-install.patch 
b/media-libs/iulib/files/iulib-0.3-install.patch
deleted file mode 100644
index 542420c4a13..000
--- a/media-libs/iulib/files/iulib-0.3-install.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-http://code.google.com/p/iulib/issues/detail?id=3
-
 Makefile.in
-+++ Makefile.in
-@@ -43,7 +43,7 @@ POST_UNINSTALL = :
- @have_vidio_TRUE@am__append_4 = $(srcdir)/vidio/vidio.h
- @have_v4l2_TRUE@am__append_5 = $(srcdir)/vidio/v4l2cap.cc
- subdir = .
--DIST_COMMON = $(am__configure_deps) $(am__include_HEADERS_DIST) \
-+DIST_COMMON = README $(am__configure_deps) $(am__include_HEADERS_DIST) \
-   $(colib_HEADERS) $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
-   $(top_srcdir)/configure COPYING INSTALL TODO depcomp \
-   install-sh missing
-@@ -997,6 +997,7 @@ installdirs:
-   for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(colibdir)" 
"$(DESTDIR)$(includedir)"; do \
- test -z "$$dir" || $(mkdir_p) "$$dir"; \
-   done
-+install: install-am
- install-exec: install-exec-am
- install-data: install-data-am
- uninstall: uninstall-am
-@@ -1088,18 +1089,6 @@ uninstall-am: uninstall-colibHEADERS 
uninstall-includeHEADERS \
-   uninstall-am uninstall-colibHEADERS uninstall-includeHEADERS \
-   uninstall-info-am uninstall-libLIBRARIES
- 
--
--# make installation of colib a separate target
--
--install-colib:
--  install -d $(colibdir)
--  install $(colib_HEADERS) $(colibdir)
--
--install: all install-colib
--  install -d $(includedir)
--  install -d $(libdir)
--  install $(include_HEADERS) $(includedir)
--  install $(lib_LIBRARIES) $(libdir)
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:

diff --git 
a/media-libs/iulib/files/iulib-0.4-default-arguments-declaration.patch 
b/media-libs/iulib/files/iulib-0.4-default-arguments-declaration.patch
deleted file mode 100644
index cbffdee0d54..000
--- a/media-libs/iulib/files/iulib-0.4-default-arguments-declaration.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Default arguments need to be specified in the class declaration and cannot be 
redeclared.
-https://bugs.gentoo.org/show_bug.cgi?id=570102
-
 iulib-0.4/imglib/imgops.cc
-+++ iulib-0.4/imglib/imgops.cc
-@@ -133,7 +133,7 @@
- 
- template
- void addscaled(narray ,narray ,
--V scale=1,int dx=0,int dy=0) {
-+V scale,int dx,int dy) {
- for (int i=0; i

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

2017-03-12 Thread Michael Palimaka
commit: 8aff74ec47d4172a20b8e017c3d3316b4eef8356
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Mar 13 00:15:16 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Mar 13 00:15:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aff74ec

profiles: drop mask for removed media-libs/iulib

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 74e89b91d45..08ef04e1749 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -343,11 +343,6 @@ dev-php/PEAR-PhpDocumentor
 # in 30 days. Bug 609128.
 dev-php/PEAR-Net_CheckIP
 
-# Michael Palimaka  (12 Feb 2017)
-# Build failures. Dead upstream. No revdeps. Unmaintained.
-# Masked for removal in 30 days. Bug #594826 and 597872.
-media-libs/iulib
-
 # Kent Fredric  (04 Feb 2017)
 # Unsecure versions that have been only restored to tree
 # to resolve compatibility problems with mail-filter/amavisd-new



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

2017-03-12 Thread Michael Palimaka
commit: 9558bb51cfbb2d8f6e2a9353d028ec72d7a5a4af
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Mar 13 00:14:10 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Mar 13 00:15:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9558bb51

profiles: drop mask for removed sys-power/cpudyn

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 414964acbae..74e89b91d45 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -348,11 +348,6 @@ dev-php/PEAR-Net_CheckIP
 # Masked for removal in 30 days. Bug #594826 and 597872.
 media-libs/iulib
 
-# Michael Palimaka  (12 Feb 2017)
-# Dead upstream. Unmaintained. Problems with multicore CPUs.
-# Masked for removal in 30 days.
-sys-power/cpudyn
-
 # Kent Fredric  (04 Feb 2017)
 # Unsecure versions that have been only restored to tree
 # to resolve compatibility problems with mail-filter/amavisd-new



[gentoo-commits] repo/gentoo:master commit in: sys-power/cpudyn/files/, sys-power/cpudyn/

2017-03-12 Thread Michael Palimaka
commit: 989d20b988b095c9ef6e9521d25f30be4c1c35e5
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Mar 13 00:13:56 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Mar 13 00:15:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=989d20b9

sys-power/cpudyn: remove last rited package

 sys-power/cpudyn/Manifest  |   1 -
 sys-power/cpudyn/cpudyn-1.0.1-r2.ebuild|  48 --
 sys-power/cpudyn/cpudyn-1.0.1.ebuild   |  40 
 .../files/cpudyn-0.99.0-init_conf_updates.patch|  29 --
 sys-power/cpudyn/files/cpudyn.init | 101 -
 sys-power/cpudyn/metadata.xml  |   5 -
 6 files changed, 224 deletions(-)

diff --git a/sys-power/cpudyn/Manifest b/sys-power/cpudyn/Manifest
deleted file mode 100644
index 3c63de0ac8e..000
--- a/sys-power/cpudyn/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cpudyn-1.0.1.tgz 32285 SHA256 
bc196ad17c04aa4bb21fdf9f6976e658d1d89cf736405a3faec93fd0e14df227 SHA512 
e820cbdd175f264ff28f536e8bf5b9dc16a1453889d22fe3f526b940a0bd1d8ba30a7db91e312294e1c0b548d497f761399b5dd9a6dfe1659ecebdab2be97561
 WHIRLPOOL 
973a26885615c1b53f7699737326455fa9694c00164a8c9e0760300d0900075261ecd40d792cf820a5754f059ec41894a8d801f6c70b4bf922b88db3feefe962

diff --git a/sys-power/cpudyn/cpudyn-1.0.1-r2.ebuild 
b/sys-power/cpudyn/cpudyn-1.0.1-r2.ebuild
deleted file mode 100644
index 1515c24d74a..000
--- a/sys-power/cpudyn/cpudyn-1.0.1-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="A daemon to control laptop power consumption via cpufreq and disk 
standby"
-HOMEPAGE="http://freecode.com/projects/cpudyn/;
-SRC_URI="http://mnm.uib.es/~gallir/${PN}/download/${P}.tgz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-S=${WORKDIR}/${PN}
-
-PATCHES=(
-   "${FILESDIR}/${PN}-0.99.0-init_conf_updates.patch"
-)
-
-src_prepare() {
-   # fix #570082 by restoring pre-GCC5 inline semantics
-   append-cflags -std=gnu89
-
-   default
-}
-
-src_compile() {
-   emake LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" cpudynd
-}
-
-src_install() {
-   dosbin cpudynd
-
-   doman cpudynd.8
-   dodoc INSTALL README VERSION changelog
-   docinto html
-   dodoc *.html
-
-   newinitd "${FILESDIR}"/cpudyn.init cpudyn
-   newconfd debian/cpudyn.conf cpudyn
-}
-
-pkg_postinst() {
-   einfo "Configuration file is /etc/conf.d/cpudyn."
-}

diff --git a/sys-power/cpudyn/cpudyn-1.0.1.ebuild 
b/sys-power/cpudyn/cpudyn-1.0.1.ebuild
deleted file mode 100644
index 184e2781d57..000
--- a/sys-power/cpudyn/cpudyn-1.0.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-DESCRIPTION="A daemon to control laptop power consumption via cpufreq and disk 
standby"
-HOMEPAGE="http://mnm.uib.es/~gallir/cpudyn/;
-SRC_URI="http://mnm.uib.es/~gallir/${PN}/download/${P}.tgz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"/debian
-   epatch "${FILESDIR}"/${PN}-0.99.0-init_conf_updates.patch
-}
-
-src_compile() {
-   emake LDFLAGS="${LDFLAGS}" cpudynd || die "Compilation failed."
-}
-
-src_install() {
-   dosbin cpudynd || die "dosbin"
-
-   doman cpudynd.8
-   dodoc INSTALL README VERSION changelog
-   dohtml *.html
-
-   newinitd "${FILESDIR}"/cpudyn.init cpudyn
-   newconfd debian/cpudyn.conf cpudyn
-}
-
-pkg_postinst() {
-   einfo "Configuration file is /etc/conf.d/cpudyn."
-}

diff --git a/sys-power/cpudyn/files/cpudyn-0.99.0-init_conf_updates.patch 
b/sys-power/cpudyn/files/cpudyn-0.99.0-init_conf_updates.patch
deleted file mode 100644
index f6aca0b7a9f..000
--- a/sys-power/cpudyn/files/cpudyn-0.99.0-init_conf_updates.patch
+++ /dev/null
@@ -1,29 +0,0 @@
 cpudyn/debian/cpudyn.conf.orig 2004-01-08 17:20:39.575230665 +0100
-+++ cpudyn/debian/cpudyn.conf  2004-01-08 17:20:37.450290151 +0100
-@@ -32,6 +32,12 @@
- 
- THROTTLING_LOW=7
- 
-+#
-+# Count also niced process in CPU usage. Default is no.
-+#
-+
-+#NICE=yes
-+
- 
- # DISK OPTIONS
- # (disabled by default)
-@@ -51,4 +57,14 @@
- # DISKS=/dev/hda,/dev/hdb
- 
- 
-+
-+# Special Startup Options
-+# (you shouldn't need to change these)
-+
-+# cpufreq sources for 2.4 kernels
-+CPUFREQ_24="/proc/cpufreq"
-+# cpufreq sources for 2.5/2.6 kernels
-+CPUFREQ_25="/sys/devices/system/cpu/cpu0/cpufreq 
/sysfs/devices/system/cpu/cpu0/cpufreq"
-+# pure acpi cpufreq

[gentoo-commits] repo/gentoo:master commit in: games-action/openlierox/files/, games-action/openlierox/

2017-03-12 Thread Michael Palimaka
commit: b7ad1e08c1dd2c356a349c770d8cade8fb1c99a6
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Mar 13 00:11:43 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Mar 13 00:12:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7ad1e08

games-action/openlierox: remove last rited package

Gentoo-bug: 609052

 games-action/openlierox/Manifest   |   1 -
 .../files/openlierox-0.58_rc1-curl.patch   |  72 ---
 .../openlierox/files/openlierox-0.58_rc1-icu.patch |  67 ---
 .../files/openlierox-0.58_rc3-fix-c++14.patch  | 215 -
 games-action/openlierox/metadata.xml   |  17 --
 .../openlierox/openlierox-0.58_rc3-r1.ebuild   |  68 ---
 6 files changed, 440 deletions(-)

diff --git a/games-action/openlierox/Manifest b/games-action/openlierox/Manifest
deleted file mode 100644
index 48aa2d2f23b..000
--- a/games-action/openlierox/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST OpenLieroX_0.58_rc3.src.tar.bz2 63845193 SHA256 
9f246887d38c325e597373d9189990c9374c241cb807b4b5777844eceeed65cc SHA512 
9d7b63f34040ed73a5856e7c064ab6890d9c2a13b973da48e1b706ade8f8ed061abc42a9cdda8c6f09c58002f369ac16f3b2b6d87e833f91a5bb488926ac3488
 WHIRLPOOL 
f0ff5b63c41126d66906a4928c4296ba28614bcec9f04b200b59d62d126333194baa0478db8fe567dba029e8f5814ff5574c55119a30ece5e1e4732b7d7a9a61

diff --git a/games-action/openlierox/files/openlierox-0.58_rc1-curl.patch 
b/games-action/openlierox/files/openlierox-0.58_rc1-curl.patch
deleted file mode 100644
index d151036e799..000
--- a/games-action/openlierox/files/openlierox-0.58_rc1-curl.patch
+++ /dev/null
@@ -1,72 +0,0 @@
-diff --git a/include/HTTP.h b/include/HTTP.h
-index 6be27f9..916193b 100644
 a/include/HTTP.h
-+++ b/include/HTTP.h
-@@ -21,7 +21,12 @@
- 
- #include 
- #include 
--#include 
-+#if ! defined(LIBCURL_VERSION_PATCH) \
-+|| (LIBCURL_VERSION_MAJOR < 7) \
-+|| ((LIBCURL_VERSION_MAJOR == 7) && (LIBCURL_VERSION_MINOR < 21)) \
-+|| ((LIBCURL_VERSION_MAJOR == 7) && (LIBCURL_VERSION_MINOR == 21) && 
(LIBCURL_VERSION_PATCH < 7))
-+# include 
-+#endif
- #include 
- 
- #include "Networking.h"
-diff --git a/src/breakpad/external/src/common/linux/http_upload.cc 
b/src/breakpad/external/src/common/linux/http_upload.cc
-index 8748d11..c079aef 100644
 a/src/breakpad/external/src/common/linux/http_upload.cc
-+++ b/src/breakpad/external/src/common/linux/http_upload.cc
-@@ -31,7 +31,12 @@
- #include 
- #include 
- #include 
--#include 
-+#if ! defined(LIBCURL_VERSION_PATCH) \
-+|| (LIBCURL_VERSION_MAJOR < 7) \
-+|| ((LIBCURL_VERSION_MAJOR == 7) && (LIBCURL_VERSION_MINOR < 21)) \
-+|| ((LIBCURL_VERSION_MAJOR == 7) && (LIBCURL_VERSION_MINOR == 21) && 
(LIBCURL_VERSION_PATCH < 7))
-+# include 
-+#endif
- 
- #include "common/linux/http_upload.h"
- 
-diff --git a/src/breakpad/external/src/common/linux/libcurl_wrapper.cc 
b/src/breakpad/external/src/common/linux/libcurl_wrapper.cc
-index 5bea3af..1fa6d24 100644
 a/src/breakpad/external/src/common/linux/libcurl_wrapper.cc
-+++ b/src/breakpad/external/src/common/linux/libcurl_wrapper.cc
-@@ -29,7 +29,12 @@
- 
- #include 
- #include 
--#include 
-+#if ! defined(LIBCURL_VERSION_PATCH) \
-+|| (LIBCURL_VERSION_MAJOR < 7) \
-+|| ((LIBCURL_VERSION_MAJOR == 7) && (LIBCURL_VERSION_MINOR < 21)) \
-+|| ((LIBCURL_VERSION_MAJOR == 7) && (LIBCURL_VERSION_MINOR == 21) && 
(LIBCURL_VERSION_PATCH < 7))
-+# include 
-+#endif
- #include 
- 
- #include 
-diff --git a/src/common/HTTP.cpp b/src/common/HTTP.cpp
-index 0782f9c..7f7a852 100644
 a/src/common/HTTP.cpp
-+++ b/src/common/HTTP.cpp
-@@ -25,7 +25,12 @@
-   #include 
- #endif
- #include 
--#include 
-+#if ! defined(LIBCURL_VERSION_PATCH) \
-+|| (LIBCURL_VERSION_MAJOR < 7) \
-+|| ((LIBCURL_VERSION_MAJOR == 7) && (LIBCURL_VERSION_MINOR < 21)) \
-+|| ((LIBCURL_VERSION_MAJOR == 7) && (LIBCURL_VERSION_MINOR == 21) && 
(LIBCURL_VERSION_PATCH < 7))
-+# include 
-+#endif
- #include 
- 
- #include "LieroX.h"

diff --git a/games-action/openlierox/files/openlierox-0.58_rc1-icu.patch 
b/games-action/openlierox/files/openlierox-0.58_rc1-icu.patch
deleted file mode 100644
index 32817c035c7..000
--- a/games-action/openlierox/files/openlierox-0.58_rc1-icu.patch
+++ /dev/null
@@ -1,67 +0,0 @@
-From f30e2447944c5131b9c9502ca8054f847d1a9c0f Mon Sep 17 00:00:00 2001
-From: Albert Zeyer 
-Date: Tue, 22 Mar 2011 14:42:15 +0100
-Subject: [PATCH] rename UnicodeString to Unicode32String
-
-Seems that ICU (unicode/unistr.h) polutes the global namespace and uses this 
name. See http://bugs.gentoo.org/show_bug.cgi?id=359655 .

- include/Unicode.h  |6 +++---
- src/common/Unicode.cpp |8 
- 2 files changed, 7 insertions(+), 7 deletions(-)
-
-diff --git a/include/Unicode.h b/include/Unicode.h
-index a523b46..5b976ab 100644
 a/include/Unicode.h
-+++ b/include/Unicode.h
-@@ -15,7 

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

2017-03-12 Thread Michael Palimaka
commit: aed4146313c119079deb7b766ee57178b7dbce21
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Mar 13 00:12:06 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Mar 13 00:12:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aed41463

profiles: drop mask for removed games-arcade/mari0 and games-action/openlierox

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 5d559048f3f..414964acbae 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -353,12 +353,6 @@ media-libs/iulib
 # Masked for removal in 30 days.
 sys-power/cpudyn
 
-# Michael Palimaka  (12 Feb 2017)
-# Potential licensing issues. Masked for removal in 30 days.
-# Bug 608954 and 609052
-games-arcade/mari0
-games-action/openlierox
-
 # Kent Fredric  (04 Feb 2017)
 # Unsecure versions that have been only restored to tree
 # to resolve compatibility problems with mail-filter/amavisd-new



[gentoo-commits] repo/gentoo:master commit in: games-arcade/mari0/files/, games-arcade/mari0/

2017-03-12 Thread Michael Palimaka
commit: 1d87ea62f3a12bab7dee2de8e2ee97b530ff7471
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Mar 13 00:10:58 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Mar 13 00:12:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d87ea62

games-arcade/mari0: remove last rited package

Gentoo-bug: 608954

 games-arcade/mari0/Manifest   |   1 -
 games-arcade/mari0/files/mari0.svg.gz | Bin 6572 -> 0 bytes
 games-arcade/mari0/mari0-1.6.ebuild   |  61 --
 games-arcade/mari0/metadata.xml   |  15 -
 4 files changed, 77 deletions(-)

diff --git a/games-arcade/mari0/Manifest b/games-arcade/mari0/Manifest
deleted file mode 100644
index 3dc250ddfe6..000
--- a/games-arcade/mari0/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mari0-1.6.zip 3625226 SHA256 
b217134425527e879d5355eb7f51e29a60ad0e93550e5769b2f56c04a1f69037 SHA512 
20004035141b80180e58a8d209b588273d2879742ca8d8d59b1d20f9e301d976e260574893ea41a290bab57eade0617c10880a4af00dc3b29329ac4805a8be6c
 WHIRLPOOL 
8ffc36d25ceb0d893cda3d068e484194feb6117ed27e4ea3801553868bdd8be35bbf787320ba37962d81851eb83082c528a4449f55acaeeb9dd731e5ba029334

diff --git a/games-arcade/mari0/files/mari0.svg.gz 
b/games-arcade/mari0/files/mari0.svg.gz
deleted file mode 100644
index a57bf96d8b1..000
Binary files a/games-arcade/mari0/files/mari0.svg.gz and /dev/null differ

diff --git a/games-arcade/mari0/mari0-1.6.ebuild 
b/games-arcade/mari0/mari0-1.6.ebuild
deleted file mode 100644
index 9f560e5119c..000
--- a/games-arcade/mari0/mari0-1.6.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils gnome2-utils games
-
-MY_P=${P/-/_}
-
-DESCRIPTION="A mix from Nintendo's Super Mario Bros and Valve's Portal"
-HOMEPAGE="http://stabyourself.net/mari0/;
-SRC_URI="${P}.zip"
-
-LICENSE="CC-BY-NC-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-RESTRICT="fetch" # unsure about legality of graphics
-
-RDEPEND=">=games-engines/love-0.8.0
-media-libs/devil[gif,png]"
-DEPEND="app-arch/unzip"
-
-S=${WORKDIR}
-
-pkg_nofetch() {
-   einfo "Please download ${PN}-source.zip from:"
-   einfo "http://stabyourself.net/${PN}/#download;
-   einfo "Move it to ${DISTDIR} and rename it to ${P}.zip"
-   echo
-}
-
-src_install() {
-   local dir=${GAMES_DATADIR}/love/${PN}
-
-   exeinto "${dir}"
-   doexe ${MY_P}.love
-
-   gunzip -c "${FILESDIR}"/${PN}.svg.gz > ${PN}.svg
-   doicon -s scalable ${PN}.svg
-   games_make_wrapper ${PN} "love ${MY_P}.love" "${dir}"
-   make_desktop_entry ${PN}
-
-   prepgamesdirs
-}
-
-pkg_preinst() {
-   games_pkg_preinst
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   games_pkg_postinst
-   elog "${PN} savegames and configurations are stored in:"
-   elog "~/.local/share/love/${PN}/"
-
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}

diff --git a/games-arcade/mari0/metadata.xml b/games-arcade/mari0/metadata.xml
deleted file mode 100644
index 668b1a5d4af..000
--- a/games-arcade/mari0/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   ga...@gentoo.org
-   Gentoo Games Project
-   
-   
-   A complete from scratch recreation of Super Mario Bros. with a 
focus on
-   perfectly imitating the feel the 1985 classic gave us. Then 
give Mario
-   a portal gun, add puzzle game mechanics from Portal and there 
you go.
-   And if that wasn't crazy enough, play 4-player coop, with 
everyone
-   having their own Portal gun!
-   
-



[gentoo-commits] sites/planet:master commit in: configs/universe/, configs/planet/

2017-03-12 Thread Michael Palimaka
commit: 0af3d30652bb67454d31bc30b6746520b26371fb
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Mar 12 23:58:24 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Mar 12 23:58:27 2017 +
URL:https://gitweb.gentoo.org/sites/planet.git/commit/?id=0af3d306

Remove a3li.

Gentoo-bug: 609240

 configs/planet/a3li   | 4 
 configs/universe/a3li | 4 
 2 files changed, 8 deletions(-)

diff --git a/configs/planet/a3li b/configs/planet/a3li
deleted file mode 100644
index ca4e2b6..000
--- a/configs/planet/a3li
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://a3li.li/category/gentoo.atom]
-name = Alex Legler
-username = a3li
-gravatar = 9cfc4242c98dceba61b5210022fe0bfe

diff --git a/configs/universe/a3li b/configs/universe/a3li
deleted file mode 100644
index ef2b504..000
--- a/configs/universe/a3li
+++ /dev/null
@@ -1,4 +0,0 @@
-[http://a3li.li/articles.atom]
-name = Alex Legler
-username = a3li
-gravatar = 9cfc4242c98dceba61b5210022fe0bfe



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

2017-03-12 Thread Zac Medico
commit: 4c9a142056b151a1faf39fb3c6beb0003751899b
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar 12 23:48:05 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Mar 12 23:48:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c9a1420

dev-python/pylint: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/pylint/pylint-1.5.6.ebuild | 2 +-
 dev-python/pylint/pylint-1.6.4.ebuild | 2 +-
 dev-python/pylint/pylint-1.6.5.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pylint/pylint-1.5.6.ebuild 
b/dev-python/pylint/pylint-1.5.6.ebuild
index 7017542754a..e6fd948fc77 100644
--- a/dev-python/pylint/pylint-1.5.6.ebuild
+++ b/dev-python/pylint/pylint-1.5.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 eutils

diff --git a/dev-python/pylint/pylint-1.6.4.ebuild 
b/dev-python/pylint/pylint-1.6.4.ebuild
index 876bc6e83b0..9ac2a29c746 100644
--- a/dev-python/pylint/pylint-1.6.4.ebuild
+++ b/dev-python/pylint/pylint-1.6.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 eutils

diff --git a/dev-python/pylint/pylint-1.6.5.ebuild 
b/dev-python/pylint/pylint-1.6.5.ebuild
index 236f7af755d..b8ad4438224 100644
--- a/dev-python/pylint/pylint-1.6.5.ebuild
+++ b/dev-python/pylint/pylint-1.6.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 eutils



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

2017-03-12 Thread Zac Medico
commit: 8a20f820fa657a2a3863bac2b28411279722045c
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar 12 23:14:08 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Mar 12 23:40:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a20f820

dev-python/astroid: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

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

diff --git a/dev-python/astroid/astroid-1.4.8.ebuild 
b/dev-python/astroid/astroid-1.4.8.ebuild
index 9ff5ef43fbc..a036950a546 100644
--- a/dev-python/astroid/astroid-1.4.8.ebuild
+++ b/dev-python/astroid/astroid-1.4.8.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1
 



[gentoo-commits] proj/gnustep:master commit in: metadata/md5-cache/x11-themes/, metadata/md5-cache/gnustep-apps/, ...

2017-03-12 Thread Bernard Cafarelli
commit: 5fa38456b867e2bb38691d101902617477612899
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Mar 12 23:33:34 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Mar 12 23:33:34 2017 +
URL:https://gitweb.gentoo.org/proj/gnustep.git/commit/?id=5fa38456

Fix Manifests

Package-Manager: Portage-2.3.4, Repoman-2.3.2
Manifest-Sign-Key: 00F7AB331B0F097F

 gnustep-apps/thematic/Manifest | 28 +++---
 metadata/md5-cache/gnustep-apps/thematic-  |  2 +-
 .../md5-cache/x11-themes/gnustep-gtk-theme-|  2 +-
 x11-themes/gnustep-gtk-theme/Manifest  | 28 +++---
 4 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/gnustep-apps/thematic/Manifest b/gnustep-apps/thematic/Manifest
index ff2af51..0445e9e 100644
--- a/gnustep-apps/thematic/Manifest
+++ b/gnustep-apps/thematic/Manifest
@@ -1,24 +1,24 @@
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256
 
-EBUILD thematic-.ebuild 370 SHA256 
a6e3129de8e948eb52b5d31347f4c858d547d9b9dca9e3bec7d7a75a375d8269 SHA512 
a3961d44280148e4f2ecd7b1b042a4901a60a01f554b9bd0fe8069b0049c3b3f16dea71f093ff7ac1b8506a253514e229d4728e0529ea3b7df833508a3eb28b8
 WHIRLPOOL 
29d08f0cdfdc73bfca1612bfdd0df581fcfc0ad13579538ffd9a7ed409ce876e9ffd6125a3b0b988a77626600ba405d500d5a06f1771264b3f0c9bad53d40e3c
+EBUILD thematic-.ebuild 370 SHA256 
814e38552867913ff8f6e4f4bb67c983d4aa0c21c50d24b810abff486d93d3b5 SHA512 
7f85f1d95488a8f6461fdb60bb009790f25fc24bf048d704efcb9616be945248ca75cd374bb69e468dcb9a4985bc1fb3026b207a9448fe207c9d4bc5f1b5eafa
 WHIRLPOOL 
9885b92ad377f0808826264cb636b59521e7a143ae9ab8c7048daebaf2c9370e7767cae608c2d69eda8be13004e91c496a8ff5752ddf1a2a74a55344815d9b64
 MISC metadata.xml 513 SHA256 
5dcf66ec3d8eaf597a9945e7651884d0894f2b986081bfbe6db5d891026cd40f SHA512 
689a701667f314fa1a9335cb33fa73fffe05b52e860c7fe221f23ff0424e0194386f71017fd83d3467ff4753134c42da615e659b6c470d670f6cd1b3f9046212
 WHIRLPOOL 
e5b669be0ce229ca4084c4616212463a1538c76e284d1f61d5fc7b0420bce3bfe0adca2514f7f7e6550fc93740ea5543403c5525695c3f07105d7d2012dbdfa2
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2
 
-iQKTBAEBCAB9FiEE0xzR9NDgJnbExk7AAPerMxsPCX8FAljFhA1fFIAALgAo
+iQKTBAEBCAB9FiEE0xzR9NDgJnbExk7AAPerMxsPCX8FAljF2s1fFIAALgAo
 aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQz
 MUNEMUY0RDBFMDI2NzZDNEM2NEVDMDAwRjdBQjMzMUIwRjA5N0YACgkQAPerMxsP
-CX9K0BAA1qFjnrK780OEAM4q15fj5G1tFEEz73ZvO74K4gUFbmQ6jXn4GGLGvOsL
-skThQbxyAtoO/2JDIp/VNhH4yJvnTKz6A6lw69TrNhp/Dh4HUCieHKL/4Dw0k42i
-SqBy90vwzkD749oibdqvdg7UqRDFugkcWOLqfaVTBzd+JoD7CIxAHUof/W6Yu9oq
-RroPHk+S3BCoSiK555dU3ud9Pr/MguAJtJ0/WjUWfvPwTb6Cb2KzgQuZK23KrrN5
-/rPrYA1fPRob3OIEntYZvVEXati4n/b7/d3lje3CYfk+CUMnGtxRTGGR1O8Xak9l
-Tkd4iEv/hNVqejUXNTyfvfX8kZp2CVUUyksCjiXV+BA60uV1Ceb+b3oQTIFGxqI0
-H1oMXPtpGS67KQDxs3mi07vptnw+msEDN684IbXNafsOBNo6xGjviuNklukP9R9+
-LlOa/gqSifDsAAq7aqppDY0SFWL3x2vyHPh1UZpNOylABEHaCL0JI9hSgj1csZXA
-Nx9B/ZJlDtBSDhaK6k7DHVlF4tNWrT1VDyTGAdbqf0CjMKoprLWSpglTN/bb5ohA
-2xvir7IS39fLoxGYfqzLd1eqYEPQS8CKcDsbjDZy8cN/+zuNh5KuO9QpYDKaUxYW
-KAz3PcOjdaYMhEe6M3yqEQNHEUcJcZsPYL3/hVbcjYmiYeFm3R0=
-=8DQ2
+CX8TBBAAzzeHQ88MsikMd2/YW50lxH2P5sYVaWVFgqF5+z9CvLCciAD7oup86oqz
+OtsLL7IDgR32t2u33PK/ZzgoTpqHvdPRkzMU4+L/UFQkPPOHf/JwRpHI4crU+xsQ
+RmST3C9sQ2WgjxZf4KFp4/KGwJRkHW83TQf7HkbEEZbFazRD3GQaBH2r8masNAgT
+WNZWqFgm5M1XCrPZN+GZM9lkk/SK6QLuaaAjcLAQVGAabX8UCbKGSgMEeWmDnGXh
+ixHdN+ROAp9EHAOatdPqn2Q0HEhJEeOQmnZqf4uBEcfR32zhjEpt0GsCZ29AuFKf
+2t6Tw8FMKLfSvefYXEg6A3ri6lkTZCOpfhgOxQ0QsM3CGhd3VC3H7vEpHoNm0LzJ
+Cvj3bi50ZSlArqvRdEsfTEMY8Q8BDgSRyN+Z8PLYzD/gn/lvCdVHblS71Wr7d3Rj
+DELGufgybY0VFN4n8miBSzqKQv7Q1/Ro2K53/6de7FQ7T6R8WddgSjdmtA2VI1ka
+OBNBQ5G0qKH9Ntq5v0J4VKZJoN7SrtXVT9TN8ZBwUvh6pRxFcehtU9M5wstTUVvW
+Xrt3H/440fNugGl6/9iVdOTFEWTsMa/XC04UBJgf6DPINDBG0u2eNzNkK3PJ1iL3
+qqxLGNY4YTnYzN0A5DYmc1ADzYA9ZBjUZ7RRXcd88HkGPR2JVTs=
+=tHAV
 -END PGP SIGNATURE-

diff --git a/metadata/md5-cache/gnustep-apps/thematic- 
b/metadata/md5-cache/gnustep-apps/thematic-
index 026e1db..fab8373 100644
--- a/metadata/md5-cache/gnustep-apps/thematic-
+++ b/metadata/md5-cache/gnustep-apps/thematic-
@@ -8,4 +8,4 @@ LICENSE=GPL-2+
 RDEPEND=>=gnustep-base/gnustep-make-2.0 virtual/gnustep-back debug? ( 
!=gnustep-base/gnustep-make-2.0 
virtual/gnustep-back debug? ( !

[gentoo-commits] proj/nx:master commit in: net-misc/nxsadmin/, net-misc/nxserver-freenx/, net-misc/nxcl/, ...

2017-03-12 Thread Bernard Cafarelli
commit: bc46a3430e342a05cc21c10ff2b90e7d48abefd0
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Mar 12 23:32:47 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Mar 12 23:32:47 2017 +
URL:https://gitweb.gentoo.org/proj/nx.git/commit/?id=bc46a343

Fix Manifests

Package-Manager: Portage-2.3.4, Repoman-2.3.2
Manifest-Sign-Key: 00F7AB331B0F097F

 app-eselect/eselect-nxserver/Manifest  | 28 +++---
 .../md5-cache/app-eselect/eselect-nxserver-0.3 |  2 +-
 metadata/md5-cache/net-misc/nxcl-0.9-r2|  2 +-
 metadata/md5-cache/net-misc/nxsadmin-0.2.1-r1  |  2 +-
 .../net-misc/nxserver-freenx-0.7.3_p104-r7 |  2 +-
 metadata/md5-cache/net-misc/qtnx-0.9   |  2 +-
 net-misc/nxcl/Manifest | 28 +++---
 net-misc/nxsadmin/Manifest | 28 +++---
 net-misc/nxserver-freenx/Manifest  | 28 +++---
 net-misc/qtnx/Manifest | 28 +++---
 10 files changed, 75 insertions(+), 75 deletions(-)

diff --git a/app-eselect/eselect-nxserver/Manifest 
b/app-eselect/eselect-nxserver/Manifest
index 6cd270a..bda07f7 100644
--- a/app-eselect/eselect-nxserver/Manifest
+++ b/app-eselect/eselect-nxserver/Manifest
@@ -2,25 +2,25 @@
 Hash: SHA256
 
 DIST nxserver.eselect-0.3.bz2 1283 SHA256 
c318946b0f196e47005996901e5dec28b9b446ee0154fd6aaa3f8422d4ed2217 SHA512 
c392481643cbcb81971568157c3692f2a2a802fbd4cd0aadc6371e9bced29c077c14c480f3e2cd2052927414b3092d44d5d71a665aa6f4ae8ad9cb81648da768
 WHIRLPOOL 
1b9b551c9a9bb03d5a3bed4cdf3824da3056f1200e2fac6ddf0eea2f04d27712a23f6fd005f87561ee51dc771698ebcd564a3a742cccfab4f42dea3d8e64e463
-EBUILD eselect-nxserver-0.3.ebuild 539 SHA256 
e40e227ae37e948da1001edaff5f74b5e4284f2d6fa31b95e76c9b7f21746876 SHA512 
e069d345151fc9e91bdf40a88e703447b325f71436cd6b8c500b589054bffc3d76a220e8509b67f2ec7da4b27b46515407a2efe17989458e9b4308698f89bcba
 WHIRLPOOL 
5f78b32d824af3291789c4d07c349b0014efdc3ef75b48eaea1a68f0da7476888756db6c2ea0b94f699d2d90fd2c60cb9cd3f5296c6cfee0e7df09350cdaecc9
+EBUILD eselect-nxserver-0.3.ebuild 539 SHA256 
fbc4cf97e9fd7b5418d2061ad49a97af960ee1c854ede02a5e57756258fc SHA512 
8d5942f8c6696f7b2eaeef1219562d08e202513cabba240295a17d9f28b3d561b77e098b7edd663d176ef77f23f2593430d45f6e40f75e9e5de74b7fa5be6b98
 WHIRLPOOL 
a8a3437a74636bf05391f009ae369f8cedaad0a9156cd049174a9e25f8e5263509d2126e8ae21f4b8da2c0200dbb57d166697045994a2f71c6fbe3b284806f57
 MISC ChangeLog 823 SHA256 
d927b8b03777835da38b604b1683ef2bdbcc0840fa099b985c386f7db5a4736a SHA512 
c7a2ef51615a07d3e0e385ec0c8b4e9e5a721659cd29fe2619667de4632a6ce12ad794b7110a715481b50313efbd4c785959f948096b771a4579734dbab3ce8f
 WHIRLPOOL 
539c17b43447924131c30a6aaeb8e1b8f6365f8407f444b633dce63de5e3f85d72ba1984288a6bb04371ca85405675d0c8b6e2c25dd0f9121926e8400f2a607d
 MISC metadata.xml 252 SHA256 
f09077829bd604b153aecd586b23fe39af2279d2b5871eb74391c7b7e9496404 SHA512 
6a56c24e3731dd9512fa264d3dce1fe36ace891a17394c483586e0be1fffd153e901228d3ee9c471a226b04cec27d3f78ed2de491e46238de4b06538dab7e724
 WHIRLPOOL 
5da21d058640f220853befb609832550c9078b8879264a87ffb4b845b89e557ae43f04975c4e7b65531b2b843f6a6cd5b139648b72574b555e8cf6610ffd610e
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2
 
-iQKTBAEBCAB9FiEE0xzR9NDgJnbExk7AAPerMxsPCX8FAljFgs9fFIAALgAo
+iQKTBAEBCAB9FiEE0xzR9NDgJnbExk7AAPerMxsPCX8FAljF2pxfFIAALgAo
 aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQz
 MUNEMUY0RDBFMDI2NzZDNEM2NEVDMDAwRjdBQjMzMUIwRjA5N0YACgkQAPerMxsP
-CX8EQw//eJ6ct7ZeUMg8pbo5Jkml9LsIjFDrHL/4Zb+bMOukmDn+xRXeV9/sdiFs
-KzFJ6fbmY0FXRnIUtT6jPG+ysyIOX8lqFmdjnovCBNJHhbxig0jIAn9PuuSkKMHk
-uZAk/mS2zGYWCWS2llI+ZrZ+qpoYTqvrWHDFbxbJNpwkzOn/RNNrueFeRfjoFPm8
-y/b4lXFqmtWxDsvrSuAdGHlHOJNUXHc/F8NL7Ms60pIlWjo/zdNNexCLMYLPalrL
-YyALMXL+Tk8zLzdKw8EGpJIJtxOUybRLu7hRUuso7tQcREAhDLKu1dLVifX8i4Tv
-aCvyRx3uWo9I427mbTIibhtdRO5FbbLTYmOGp9MWYRZzaxSi0fJ1ZU+EP7sRmV9U
-NKDqi3hVewY6T/ypUlYNeJKJfku7Lb6Fk43AiVQLdENW9y8ph/huHs7QgTfDzTnZ
-UCplD0mts1fxli9ttZQVmRgloWWMbp+JstANDm6XSEde/3Hm9P8PVOukPlYDBQGv
-rIJvGhx1Lr3FHAjBsgE4Dn9KU4+TzyxFOAqRqqnkWTX6VlhVHjI3aNnG8NFJWqHQ
-cJKhmTT70/Hh1WXzJU1DNzrKf9Lu7U4olZ+2CZw6sNZGky4hZ5kZnXg+9AEotK3V
-NoJlxaazOmIbJMjhOcyJ27Gs8RHyu/4qLnmqyAbMg63dk0QAFA4=
-=ljGN
+CX9JUxAAzeOdpvKrKCEBAEYTV2hf5JfbduzvsyFJyOceQBXrsoe4a9hAr8orynB7
+Wn6k+a+mvlc+D6rZZ2O5w6BLMW9n0RMn05AMoxm3Z+swyxc2nd5kxcGyQQ9Yzp8j
+aERDZ3XJfUWCjHZj0nK2ebDW2fVtWJl1sTdR90nlVlQIgZN3fioozZa4ArjiYRnK
+99dm0tZe55f6SZ0h1sePwTUlGfgFUaBe0PJH2XgajOGnJCBtYG7y3v0KucsnvYQy
+rfpTrj3ZIoXd1BLOifI3b011DKhoSaWx/7SQ5eKFmEcV6xal19Tv551XXcIagI9U
+k+k4fNCAjE1ssvjnXadtjXcRhXQlo6icoswp4MnCwZZwVRgBljd44BtNLridcmH6
+AR0NrFeNuVQZdVH+Pgqjp+0c1FexaiHmfGOvCOGtW3Hfe3gdgrn3rQaDq19aCuCx
+oKP/okEEtpjvdhP/pIVTDrQAaP0Fz3Tr/7veMxHEcwumK7a/CCGdxveaUak6SySz
+h5vlX6feHZvcsdhYrxPJREk3a3ortcszViKTajQ6aKdoPlKL4yuhtnzv7GBx9wlm

[gentoo-commits] repo/gentoo:master commit in: media-libs/libvpx/, media-libs/libvpx/files/

2017-03-12 Thread Michael Palimaka
commit: fb7924b8a69f9aa4645636eb5348af7c5dd89559
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Mar 12 23:26:32 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Mar 12 23:26:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb7924b8

media-libs/libvpx: remove vulnerable (<1.5.0)

Gentoo-bug: 577606
Package-Manager: Portage-2.3.4, Repoman-2.3.2

 media-libs/libvpx/Manifest  |   4 -
 media-libs/libvpx/files/libvpx-1.3.0-dash.patch |  16 ---
 media-libs/libvpx/libvpx-1.3.0.ebuild   | 127 
 media-libs/libvpx/libvpx-1.4.0.ebuild   | 125 ---
 4 files changed, 272 deletions(-)

diff --git a/media-libs/libvpx/Manifest b/media-libs/libvpx/Manifest
index ab44ca51eb5..d1c226ce094 100644
--- a/media-libs/libvpx/Manifest
+++ b/media-libs/libvpx/Manifest
@@ -1,10 +1,6 @@
-DIST libvpx-1.4.0.tar.bz2 1807989 SHA256 
f582d9b2d60a592a4a3d8c32965ca2d2167e9ade38c6c30bac8801ff66a118e4 SHA512 
70234220e0ed64db000689ec8bea02dadef938a4f4dea96e5781d361c15245456212c1b6aec2b698d32ed423e73917d2303009e49224a2237669cab416dd6984
 WHIRLPOOL 
309055669aea96f8ed051ae33d2b86c4aac2096be43ac7140812d2b42e0b1b6e609d86206a01268137f18769f967cbd074beb75fe5b059ced71a1caefb8dcb05
 DIST libvpx-1.5.0.tar.bz2 1906571 SHA256 
306d67908625675f8e188d37a81fbfafdf5068b09d9aa52702b6fbe601c76797 SHA512 
5a952aa53e539a130d316723d424fa02a8f42a450950d74a16d8abc5df569ba5559b3b09a32140b638d7a0cd54be1c7b0f8306ad286825bc1281f513bb665fc5
 WHIRLPOOL 
9b7130aeb45c3c29ae92a2dd9d63c4d0eb02976d8a0061cc550e144b18101ec5b709a73a191ad61c80be7a4c5686a968a86b068eba6736de61d717c2eb11d550
 DIST libvpx-1.6.0.tar.bz2 1943026 SHA256 
d0afbb5eb1ecae68f8d578abace160a97e2e8a230e3028cf4db115d59a695aad SHA512 
dd753372a156bbf7ceb4090276e5fb32b4c8581c93925dded93efee74153b5eb24ee8c3d8ee6339a6878482f0ecf178a2befeeb36e17eada6c440b48c60e9162
 WHIRLPOOL 
b7508db189165ba024dc5f566393177a6e50de2f14321b9b8f5ae07bd9dc29520a38fea61d37e95698f1703b8fd32abaaefee5e608487b1bd6cb0541096f
 DIST libvpx-1.6.1.tar.bz2 1959534 SHA256 
1c2c0c2a97fba9474943be34ee39337dee756780fc12870ba1dc68372586a819 SHA512 
1a4b009fe1737715c6563a79848126a5859394a5074b1e9cca9bc2e213df90890c15e708040d5f2c96c7c21e268f51e1352ac6911514bf891a4bf3eea154159d
 WHIRLPOOL 
67ef308013eaf0a57074aa53701e4f4a086d0ac5951d4455b42f86dd6c3e66529147e8a629a56675fbe5257fc177e78290f1f19efdba0002b5d76c22031fa544
-DIST libvpx-testdata-1.3.0.tar.bz2 45380954 SHA256 
0956429f629f068b734d760f6af49bbb679ee65f8d860bbf2cb4e2c574c03550 SHA512 
fe96c16c8aea352dd145ee73058404024b13b9bee1d3431ac2513e3636d13880d1fa0eb9eeaea2805fbc2ec8dc6e2be381c6d50baac472a0de835b0563d63c94
 WHIRLPOOL 
0cc5a39405a0de6238beb7f3da5b01845e4bc39a3b9858b13c73dd69bed275964c13d62468c7fb3a1af33fb7bc5d65ddc5abfe87a71b21c5d3575924e29734da
-DIST libvpx-testdata-1.4.0.tar.bz2 113132379 SHA256 
8458297dfe6ecc168a6bb3b41260aeef5c35296b99ced888767f70af40a50046 SHA512 
5a0402ce1943fcd1a0e954a42728a409a512c9382883c227adea399f4ca4ff8b7d72d0247dce842c3e929dce86ca2bdad935fc82d3ee58ea72291c8fcdeca393
 WHIRLPOOL 
b4b451be2074a1af1e36c757ac14dc41c764a32eeb4b4fed2bbb38030e51a18d0c37afd71db3118dc4af4546e212946fabc6e1cf453ebee88e66a43045c938be
 DIST libvpx-testdata-1.5.0.tar.bz2 117022525 SHA256 
e707d6e1499250e24fb4b355f4e3e1cec848881c42016a5f1fc3068b7cc01257 SHA512 
58abcea159d1f709c2b9b52e8ae381481ed0ee1f43972f5e52d628754844ed23f5f77180a9c3f950a19fd8e2eaec406288d9ec65a42c9d6d080a6948827698bb
 WHIRLPOOL 
357ed7f300536f5767a264e6a379f9b19259b23dde925584f66a911c1e44605deff4f93aa4eb012cd7ffc20d6eb471cb227422d4c28f0776bef2979370a4e784
 DIST libvpx-testdata-1.6.0.tar.bz2 121020858 SHA256 
b25064beff80a71feed9a6440b86ea9c15759e94d723c325014bcbdfd131cc8d SHA512 
639e229bd97e7a92a29e636f548234a87dbe63673d968cdfbec1faf9ccb0ee2087ad00b0a5bfb1581bea6b17e70bb449e9a046da4d9891f59ec79773ece4294e
 WHIRLPOOL 
01ee679ce3b425863f2f6ac901880ca5fc9dc86a18bf3f6ac6925c1cef66dd82c6d20a75886197f495287d7beea4a1bc08d8c83870cf75c478b5af4ad554c563
 DIST libvpx-testdata-1.6.1.tar.bz2 158774682 SHA256 
9eedc5d9143657ede20ef1a37cadd04a97637150854ded1737c305d942711338 SHA512 
9038774a6955cb6664ea664b4d8e08b0e7a2acba85429da9fd84f522bc7a03d57f6d9f1302481136a718507113babbe4786ff7a648130298ad2c0b3cbe8e82ab
 WHIRLPOOL 
d6ea6878c6ea1136a405f669df67caf19f71b6d279ef261c2bfbf40ef3d2fd5ffcd709896e89e1cecd0f4360caa0d1b2ff06dcada8858c05c3db9f03a047c1f5
-DIST libvpx-v1.3.0.tar.bz2 2084229 SHA256 
d3dcc8d84af51c6c382b214397c62402e37a799e8ebcda6f4217aef0010451a9 SHA512 
af26766a3336155c5bc7b8cce7c23228de054287b990f9cacdc35273384a7af4999c01bb623d12143f40107036308a8b3207081efe67936748503c30c985fd6b
 WHIRLPOOL 
03de78d6701daab8847c453317d8cc0a22e4a332994b7e1f55c5d6953b7f3acf94f3c623943dd8588bb1a174df4f7d9a8b8bc889f50823d92767c40c96fc5e68

diff --git a/media-libs/libvpx/files/libvpx-1.3.0-dash.patch 
b/media-libs/libvpx/files/libvpx-1.3.0-dash.patch
deleted file mode 100644
index fa021b659a0..000

[gentoo-commits] repo/gentoo:master commit in: media-tv/mythtv/files/, media-tv/mythtv/

2017-03-12 Thread Michael Palimaka
commit: 0aa8ee4d4cb38a693bdd7c586a6fe888c13df5e1
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Mar 12 23:13:10 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Mar 12 23:18:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aa8ee4d

media-tv/mythtv: add patch to 0.27.6_p20160318-r1 fixing build with libvpx-1.5.0

Gentoo-bug: 600094
Package-Manager: Portage-2.3.4, Repoman-2.3.2

 media-tv/mythtv/files/mythtv-0.27.6-libvpx-1.5.0.patch  | 17 +
 ...0160318.ebuild => mythtv-0.27.6_p20160318-r1.ebuild} |  3 ++-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/media-tv/mythtv/files/mythtv-0.27.6-libvpx-1.5.0.patch 
b/media-tv/mythtv/files/mythtv-0.27.6-libvpx-1.5.0.patch
new file mode 100644
index 000..578feaae1b0
--- /dev/null
+++ b/media-tv/mythtv/files/mythtv-0.27.6-libvpx-1.5.0.patch
@@ -0,0 +1,17 @@
+Gentoo-bug: 600094
+
+--- a/mythtv/external/FFmpeg/libavcodec/libvpxenc.c
 b/mythtv/external/FFmpeg/libavcodec/libvpxenc.c
+@@ -87,9 +87,9 @@
+ 
+ /** String mappings for enum vp8e_enc_control_id */
+ static const char *const ctlidstr[] = {
+-[VP8E_UPD_ENTROPY]   = "VP8E_UPD_ENTROPY",
+-[VP8E_UPD_REFERENCE] = "VP8E_UPD_REFERENCE",
+-[VP8E_USE_REFERENCE] = "VP8E_USE_REFERENCE",
++//[VP8E_UPD_ENTROPY]   = "VP8E_UPD_ENTROPY",
++//[VP8E_UPD_REFERENCE] = "VP8E_UPD_REFERENCE",
++//[VP8E_USE_REFERENCE] = "VP8E_USE_REFERENCE",
+ [VP8E_SET_ROI_MAP]   = "VP8E_SET_ROI_MAP",
+ [VP8E_SET_ACTIVEMAP] = "VP8E_SET_ACTIVEMAP",
+ [VP8E_SET_SCALEMODE] = "VP8E_SET_SCALEMODE",

diff --git a/media-tv/mythtv/mythtv-0.27.6_p20160318.ebuild 
b/media-tv/mythtv/mythtv-0.27.6_p20160318-r1.ebuild
similarity index 99%
rename from media-tv/mythtv/mythtv-0.27.6_p20160318.ebuild
rename to media-tv/mythtv/mythtv-0.27.6_p20160318-r1.ebuild
index 3398c2d376f..aeefe6f87aa 100644
--- a/media-tv/mythtv/mythtv-0.27.6_p20160318.ebuild
+++ b/media-tv/mythtv/mythtv-0.27.6_p20160318-r1.ebuild
@@ -75,7 +75,7 @@ COMMON="
fftw? ( sci-libs/fftw:3.0= )
hls? (
media-libs/faac:=
-   =media-libs/x264-0.0.20111220:=
)
ieee1394? (
@@ -158,6 +158,7 @@ src_prepare() {
echo "setting.extra -= -ldconfig" >> 
"${S}"/programs/mythfrontend/mythfrontend.pro
 
epatch "${FILESDIR}/libdir-27.patch"
+   epatch "${FILESDIR}/${PN}-0.27.6-libvpx-1.5.0.patch"
 
epatch_user
 }



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

2017-03-12 Thread Michael Palimaka
commit: f39d495e73eb0d543d8d0981fe5e173f50b68838
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Mar 12 23:17:08 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Mar 12 23:18:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f39d495e

media-tv/mythtv: fix libvpx dependency restriction in 0.28

Gentoo-bug: 591006
Package-Manager: Portage-2.3.4, Repoman-2.3.2

 media-tv/mythtv/{mythtv-0.28.ebuild => mythtv-0.28-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-tv/mythtv/mythtv-0.28.ebuild 
b/media-tv/mythtv/mythtv-0.28-r1.ebuild
similarity index 99%
rename from media-tv/mythtv/mythtv-0.28.ebuild
rename to media-tv/mythtv/mythtv-0.28-r1.ebuild
index f7ca732ab1b..7e5d3aae21f 100644
--- a/media-tv/mythtv/mythtv-0.28.ebuild
+++ b/media-tv/mythtv/mythtv-0.28-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -71,7 +71,7 @@ COMMON="
fftw? ( sci-libs/fftw:3.0= )
hls? (
media-libs/faac:=
-   =media-libs/x264-0.0.20111220:=
)
ieee1394? (



[gentoo-commits] repo/gentoo:master commit in: dev-python/lazy-object-proxy/

2017-03-12 Thread Zac Medico
commit: 31415dfe96b745dd5ff396ad91abcc2d59dde22a
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar 12 23:08:28 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Mar 12 23:11:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31415dfe

dev-python/lazy-object-proxy: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/lazy-object-proxy/lazy-object-proxy-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/lazy-object-proxy/lazy-object-proxy-1.2.1.ebuild 
b/dev-python/lazy-object-proxy/lazy-object-proxy-1.2.1.ebuild
index 47d9b0500b8..e18c82babfb 100644
--- a/dev-python/lazy-object-proxy/lazy-object-proxy-1.2.1.ebuild
+++ b/dev-python/lazy-object-proxy/lazy-object-proxy-1.2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-OpenSSL-Bignum/

2017-03-12 Thread Andreas Hüttel
commit: 46a0479a5985abe80b1634c4c09149abf2368c3e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Mar 12 23:09:08 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Mar 12 23:09:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46a0479a

dev-perl/Crypt-OpenSSL-Bignum: Remove old

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 .../Crypt-OpenSSL-Bignum-0.60.0.ebuild   | 20 
 dev-perl/Crypt-OpenSSL-Bignum/Manifest   |  1 -
 2 files changed, 21 deletions(-)

diff --git a/dev-perl/Crypt-OpenSSL-Bignum/Crypt-OpenSSL-Bignum-0.60.0.ebuild 
b/dev-perl/Crypt-OpenSSL-Bignum/Crypt-OpenSSL-Bignum-0.60.0.ebuild
deleted file mode 100644
index 5c8fc4b010c..000
--- a/dev-perl/Crypt-OpenSSL-Bignum/Crypt-OpenSSL-Bignum-0.60.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=KMX
-DIST_VERSION=0.06
-inherit perl-module
-
-DESCRIPTION="OpenSSL's multiprecision integer arithmetic"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="libressl"
-
-RDEPEND="
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
-"
-DEPEND="${RDEPEND}"

diff --git a/dev-perl/Crypt-OpenSSL-Bignum/Manifest 
b/dev-perl/Crypt-OpenSSL-Bignum/Manifest
index d8bc7cc45ae..8b6bedb884d 100644
--- a/dev-perl/Crypt-OpenSSL-Bignum/Manifest
+++ b/dev-perl/Crypt-OpenSSL-Bignum/Manifest
@@ -1,4 +1,3 @@
 DIST Crypt-OpenSSL-Bignum-0.04.tar.gz 13520 SHA256 
73a1e3a2419054a5109629c55d3ec322415be07d6bb6029b830a30e8f1126fa3 SHA512 
ea95da0a71e7534595d721a0c4ad95f43d93407b3ed465aad88d8809a11646da15254341b5c36c6248b80be844b36276079b1b050ad5dacbdf71f2bb06621403
 WHIRLPOOL 
100e82b2d5436f8a742b9b53d09b602d26b3f7244b9f8c1d20ef0f3a3ec87b6a639846ec8b6e1239641aa0e51167906cbc8c6f92323d59c2df4934afe4948cec
-DIST Crypt-OpenSSL-Bignum-0.06.tar.gz 15873 SHA256 
c7ccafa9108524b9a6f63bf4ac3377f9d7e978fee7b83c430af7e74c5fcbdf17 SHA512 
98e18ce2d8db09b2a552de641e403944e9e0f413b835dcf560fb8b552bd442a2753aea2ed7cb1b62cb261f1b6debfe56db82b15bd872bc45e12ff1aed92fa478
 WHIRLPOOL 
f0347b7a620c923794fda847d2f96a9a3ecbe30b1b036bf1d5fb9556eb99d316ffdd8c1135bbe414eec0e98b8ecc6fedd95a129319926ace7a56767647e80750
 DIST Crypt-OpenSSL-Bignum-0.07.tar.gz 15996 SHA256 
2ddae11eec0436f67fe7a1fcef8226a5275d7ad98fdc7802c6e9484b9a4a886d SHA512 
b41bcdc4e4b8410dd90f59c4c6f67fdf82340fe94a71854372c0eae2ed5bcf28bef56f5221c669c7d3aeb02e888b714584c1cd46d0b8e84e3379bb4a7169be65
 WHIRLPOOL 
073566dcfe5a50bd1c5589548e3c05fb00ab43356b6117ea3d8c04c54b4e3c140af103b3f10dfc3ec7fdfb9e45e46afa30799b2596b4bff61eeba273b7e31e17
 DIST Crypt-OpenSSL-Bignum-0.08.tar.gz 16023 SHA256 
88c161b4f09c2f4b66dcdb1ffea1e2d3257b690b9e29aeed397f05e71ab1553d SHA512 
da36b377287037c46e905f25d491641a06113ea1157f00731c43fdc27762af6cbde0e55361d929712adf57fc3564197aadb54629498318c1eb9c1f3fd0c50e7d
 WHIRLPOOL 
1b04c613e662acdd3fa358ca8c7746803d57b02fa79c727af95f86643199477d4e9010415e9b5fce7cedd4f3389b6b3b8d3995856b51cced5ad8a854ec67ea39



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-OpenSSL-Bignum/

2017-03-12 Thread Andreas Hüttel
commit: c2b078e7aa59c9b5f782f1abc97e8f13d639ffb0
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Mar 12 23:07:57 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Mar 12 23:09:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2b078e7

dev-perl/Crypt-OpenSSL-Bignum: Version bump

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 .../Crypt-OpenSSL-Bignum-0.80.0.ebuild | 23 ++
 dev-perl/Crypt-OpenSSL-Bignum/Manifest |  1 +
 2 files changed, 24 insertions(+)

diff --git a/dev-perl/Crypt-OpenSSL-Bignum/Crypt-OpenSSL-Bignum-0.80.0.ebuild 
b/dev-perl/Crypt-OpenSSL-Bignum/Crypt-OpenSSL-Bignum-0.80.0.ebuild
new file mode 100644
index 000..f8fe3b791b5
--- /dev/null
+++ b/dev-perl/Crypt-OpenSSL-Bignum/Crypt-OpenSSL-Bignum-0.80.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=KMX
+DIST_VERSION=0.08
+inherit perl-module
+
+DESCRIPTION="OpenSSL's multiprecision integer arithmetic"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="libressl"
+
+RDEPEND="
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   virtual/pkgconfig
+"

diff --git a/dev-perl/Crypt-OpenSSL-Bignum/Manifest 
b/dev-perl/Crypt-OpenSSL-Bignum/Manifest
index c266dbe788f..d8bc7cc45ae 100644
--- a/dev-perl/Crypt-OpenSSL-Bignum/Manifest
+++ b/dev-perl/Crypt-OpenSSL-Bignum/Manifest
@@ -1,3 +1,4 @@
 DIST Crypt-OpenSSL-Bignum-0.04.tar.gz 13520 SHA256 
73a1e3a2419054a5109629c55d3ec322415be07d6bb6029b830a30e8f1126fa3 SHA512 
ea95da0a71e7534595d721a0c4ad95f43d93407b3ed465aad88d8809a11646da15254341b5c36c6248b80be844b36276079b1b050ad5dacbdf71f2bb06621403
 WHIRLPOOL 
100e82b2d5436f8a742b9b53d09b602d26b3f7244b9f8c1d20ef0f3a3ec87b6a639846ec8b6e1239641aa0e51167906cbc8c6f92323d59c2df4934afe4948cec
 DIST Crypt-OpenSSL-Bignum-0.06.tar.gz 15873 SHA256 
c7ccafa9108524b9a6f63bf4ac3377f9d7e978fee7b83c430af7e74c5fcbdf17 SHA512 
98e18ce2d8db09b2a552de641e403944e9e0f413b835dcf560fb8b552bd442a2753aea2ed7cb1b62cb261f1b6debfe56db82b15bd872bc45e12ff1aed92fa478
 WHIRLPOOL 
f0347b7a620c923794fda847d2f96a9a3ecbe30b1b036bf1d5fb9556eb99d316ffdd8c1135bbe414eec0e98b8ecc6fedd95a129319926ace7a56767647e80750
 DIST Crypt-OpenSSL-Bignum-0.07.tar.gz 15996 SHA256 
2ddae11eec0436f67fe7a1fcef8226a5275d7ad98fdc7802c6e9484b9a4a886d SHA512 
b41bcdc4e4b8410dd90f59c4c6f67fdf82340fe94a71854372c0eae2ed5bcf28bef56f5221c669c7d3aeb02e888b714584c1cd46d0b8e84e3379bb4a7169be65
 WHIRLPOOL 
073566dcfe5a50bd1c5589548e3c05fb00ab43356b6117ea3d8c04c54b4e3c140af103b3f10dfc3ec7fdfb9e45e46afa30799b2596b4bff61eeba273b7e31e17
+DIST Crypt-OpenSSL-Bignum-0.08.tar.gz 16023 SHA256 
88c161b4f09c2f4b66dcdb1ffea1e2d3257b690b9e29aeed397f05e71ab1553d SHA512 
da36b377287037c46e905f25d491641a06113ea1157f00731c43fdc27762af6cbde0e55361d929712adf57fc3564197aadb54629498318c1eb9c1f3fd0c50e7d
 WHIRLPOOL 
1b04c613e662acdd3fa358ca8c7746803d57b02fa79c727af95f86643199477d4e9010415e9b5fce7cedd4f3389b6b3b8d3995856b51cced5ad8a854ec67ea39



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

2017-03-12 Thread Zac Medico
commit: b6525ec127340239b31bccf39cfe775c949a2e8d
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar 12 23:04:48 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Mar 12 23:05:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6525ec1

dev-python/isort: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

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

diff --git a/dev-python/isort/isort-4.2.5.ebuild 
b/dev-python/isort/isort-4.2.5.ebuild
index 2fd1124f8f5..70d19323164 100644
--- a/dev-python/isort/isort-4.2.5.ebuild
+++ b/dev-python/isort/isort-4.2.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 inherit distutils-r1
 
 DESCRIPTION="A python utility/library to sort imports"



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

2017-03-12 Thread Göktürk Yüksek
commit: 0b71868ccf6cb013e72f274927bf437314fdd074
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Sun Mar 12 22:44:50 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Mar 12 22:51:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b71868c

app-editors/ghostwriter: remove inactive proxied maintainer

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-editors/ghostwriter/metadata.xml | 10 +-
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/app-editors/ghostwriter/metadata.xml 
b/app-editors/ghostwriter/metadata.xml
index c2f8b71d3a0..7a38bb90096 100644
--- a/app-editors/ghostwriter/metadata.xml
+++ b/app-editors/ghostwriter/metadata.xml
@@ -1,13 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   s...@i2pmail.org
-   Сухарик
-   Proxied maintainer
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   
 



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

2017-03-12 Thread Mike Pagano
commit: 85d0ec6b9ebadc168ce5d9ebb3818baa4490a10d
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Mar 12 22:49:38 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Mar 12 22:49:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d0ec6b

sys-kernel/git-sources: Linux patch 4.11-rc2

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 6e5bc947c6b..5f9b5848eb6 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,2 +1,3 @@
 DIST linux-4.10.tar.xz 94231404 SHA256 
3c95d9f049bd085e5c346d2c77f063b8425f191460fcd3ae9fe7e94e0477dc4b SHA512 
c3690125a8402df638095bd98a613fcf1a257b81de7611c84711d315cd11e2634ab4636302b3742aedf1e3ba9ce0fea53fe8c7d48e37865d8ee5db3565220d90
 WHIRLPOOL 
86d021bae2dbfc4ef80c22d9e886bed4fbd9476473a2851d7beaf8ed0c7f7fbc1fa0da230eb9e763eb231b7c164c17b2a73fd336ab233543f57be280d6173738
 DIST patch-4.11-rc1.xz 6134384 SHA256 
556cdbb12cb25fc5de26da6d01c6c7a49a880ddf0b671da0b3d1024b71a09969 SHA512 
a7b11ee0f2faedb2415effd3ad49e5309e30b3e57a49106a18d21628f4d08b988112086b080d4620bd9e00b07ec2751a5bfe05c348cfd343020c39d4d18faa81
 WHIRLPOOL 
91bfa52275b8ae5344e658b3ca3fb2f96b6f2999dae1d5f003a2a1e8d1f5af9ce1f1a393f4b1db97de640bd1aa55c99dc1e903c315464d3a782b4e403d34e769
+DIST patch-4.11-rc2.xz 6201348 SHA256 
edeba5ed13d2cd13f522c10d7808497f043b1f89b7ee3b843f4f6a108a5e6a53 SHA512 
01fcc1e67bba67a1bfef74acea99a52b489cdaf3f6feb59dd4e7719a3a9c07ff3131a754823a283ef50535d730929b4ddd31fa24c6bda2c68c3ad41283db49ec
 WHIRLPOOL 
24a47255118d47dc2e23d19d2ceb4429c7ba989e7cb2afa875830da3cbcb789c4a0e76b5690d0ac6b53d01d196b213186f863b32b2e8c094ac9c928cae8ee619

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



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

2017-03-12 Thread Ulrich Müller
commit: 888cf868b258b07f3a34c897d62913a85120e49a
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Mar 12 22:16:46 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Mar 12 22:16:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=888cf868

app-editors/emacs-vcs: Enable shared game score dir only with USE=games.

This corresponds to upstream bug https://debbugs.gnu.org/25895 and
upstream commit 995be66f0f0d.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 app-editors/emacs-vcs/emacs-vcs-26.0..ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/emacs-vcs/emacs-vcs-26.0..ebuild 
b/app-editors/emacs-vcs/emacs-vcs-26.0..ebuild
index 90701682981..ef85072615b 100644
--- a/app-editors/emacs-vcs/emacs-vcs-26.0..ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-26.0..ebuild
@@ -232,12 +232,12 @@ src_configure() {
--infodir="${EPREFIX}"/usr/share/info/${EMACS_SUFFIX} \
--localstatedir="${EPREFIX}"/var \

--enable-locallisppath="${EPREFIX}/etc/emacs:${EPREFIX}${SITELISP}" \
-   --with-gameuser=":gamestat" \
--without-compress-install \
--with-file-notification=$(usev inotify || usev gfile || echo 
no) \
$(use_enable acl) \
$(use_with dbus) \
$(use_with dynamic-loading modules) \
+   $(use_with games gameuser ":gamestat") \
$(use_with gpm) \
$(use_with hesiod) \
$(use_with kerberos) $(use_with kerberos kerberos5) \



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

2017-03-12 Thread Ulrich Müller
commit: a2e1d30c6484a85b4c347c7593e45f43dd9c2d35
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Mar 12 22:08:14 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Mar 12 22:08:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e1d30c

app-editors/emacs-vcs: Set proper invocation name for autogen.sh.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 app-editors/emacs-vcs/emacs-vcs-26.0..ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-editors/emacs-vcs/emacs-vcs-26.0..ebuild 
b/app-editors/emacs-vcs/emacs-vcs-26.0..ebuild
index c1638efab01..90701682981 100644
--- a/app-editors/emacs-vcs/emacs-vcs-26.0..ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-26.0..ebuild
@@ -113,7 +113,8 @@ src_prepare() {
[[ ${FULL_VERSION} =~ ^${PV%.*}(\..*)?$ ]] \
|| die "Upstream version number changed to 
${FULL_VERSION}"
 
-   bash -c "autoreconf() { :; }; . autogen.sh --no-check" || die 
#605400
+   #605400
+   bash -c 'autoreconf() { :; }; . $0 "$@"' autogen.sh --no-check 
|| die
fi
 
eapply_user



[gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils-config/files/, sys-devel/binutils-config/

2017-03-12 Thread Mike Frysinger
commit: 47be211fa581cf0d04d2236469ffc911a364077c
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sun Mar 12 21:36:10 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sun Mar 12 21:40:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47be211f

sys-devel/binutils: drop old <5 versions

 .../binutils-config/binutils-config-4-r2.ebuild|  23 -
 .../binutils-config/binutils-config-4-r3.ebuild|  23 -
 .../binutils-config/binutils-config-4-r4.ebuild|  27 --
 sys-devel/binutils-config/files/binutils-config-4  | 464 -
 4 files changed, 537 deletions(-)

diff --git a/sys-devel/binutils-config/binutils-config-4-r2.ebuild 
b/sys-devel/binutils-config/binutils-config-4-r2.ebuild
deleted file mode 100644
index 9a1606a6211..000
--- a/sys-devel/binutils-config/binutils-config-4-r2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="Utility to change the binutils version being used"
-HOMEPAGE="https://www.gentoo.org/;
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
-IUSE=""
-
-# We also RDEPEND on sys-apps/findutils which is in base @system
-RDEPEND="sys-apps/gentoo-functions"
-
-S=${WORKDIR}
-
-src_install() {
-   newbin "${FILESDIR}"/${PN}-${PV} ${PN}
-   doman "${FILESDIR}"/${PN}.8
-}

diff --git a/sys-devel/binutils-config/binutils-config-4-r3.ebuild 
b/sys-devel/binutils-config/binutils-config-4-r3.ebuild
deleted file mode 100644
index 81a2676d155..000
--- a/sys-devel/binutils-config/binutils-config-4-r3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="Utility to change the binutils version being used"
-HOMEPAGE="https://www.gentoo.org/;
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
-IUSE=""
-
-# We also RDEPEND on sys-apps/findutils which is in base @system
-RDEPEND="sys-apps/gentoo-functions"
-
-S=${WORKDIR}
-
-src_install() {
-   newbin "${FILESDIR}"/${PN}-${PV} ${PN}
-   doman "${FILESDIR}"/${PN}.8
-}

diff --git a/sys-devel/binutils-config/binutils-config-4-r4.ebuild 
b/sys-devel/binutils-config/binutils-config-4-r4.ebuild
deleted file mode 100644
index 84e0839f61b..000
--- a/sys-devel/binutils-config/binutils-config-4-r4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="Utility to change the binutils version being used"
-HOMEPAGE="https://www.gentoo.org/;
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
-IUSE=""
-
-# We also RDEPEND on sys-apps/findutils which is in base @system
-RDEPEND="sys-apps/gentoo-functions
-   !&2
-   exit 1
-}
-esyslog() { :; }
-die() { eerror "${argv0}: $*"; exit 1; }
-umask 022
-
-usage() {
-cat << USAGE_END
-Usage: ${HILITE}binutils-config${NORMAL} ${GOOD}[options]${NORMAL} 
${BRACKET}[binutils profile]${NORMAL}
-
-${HILITE}General Options:${NORMAL}
-  ${GOOD}-c, --get-current-profile${NORMAL}  Print current profile
-  ${GOOD}-l, --list-profiles${NORMAL}Print a list of available profiles
-  ${GOOD}-u, --uninstall${NORMAL}Remove all signs of specified 
target
-  ${GOOD}-d, --debug${NORMAL}Execute with debug output
-
-${HILITE}General Cruft:${NORMAL}
-  ${GOOD}--linker${NORMAL}   Switch to specified linker (if 
supported)
-
-Profile names are of the form:  ${BRACKET}-${NORMAL}
-For example:
${BRACKET}i686-pc-linux-gnu-2.15.92.0.2${NORMAL}
-
-For more info, please see ${HILITE}binutils-config${NORMAL}(8).
-USAGE_END
-
-   exit ${1:-1}
-}
-
-mv_if_diff() {
-   if cmp -s "$1" "$2" ; then
-   rm -f "$1"
-   else
-   mv -f "$1" "$2"
-   fi
-}
-atomic_ln() {
-   local target=$1 linkdir=$2 linkname=$3 linktmp linkfull
-   linktmp="${linkdir}/.binutils-config.tmp.${linkname}"
-   linkfull="${linkdir}/${linkname}"
-   if [[ -d ${linkfull} ]] ; then
-   # if linking to a dir, we need a little magic to
-   # make it atomic since `mv -T` is not portable
-   rm -rf "${linktmp}"
-   mkdir -p "${linktmp}"
-   ln -sf "${target}" "${linktmp}/${linkname}"
-   mv "${linktmp}/${linkname}" "${linktmp}/../"
-   rmdir "${linktmp}"
-   else
-   # `ln` will expand into unlink();symlink(); which
-   # is not atomic for a small amount 

[gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils-config/files/, sys-devel/binutils-config/

2017-03-12 Thread Mike Frysinger
commit: 28add2ebc7fe39d083343f5738f290d7e591d146
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sun Mar 12 21:39:31 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sun Mar 12 21:40:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28add2eb

sys-devel/binutils-config: fix --version output #612438

 .../{binutils-config-5-r2.ebuild => binutils-config-5-r3.ebuild}  | 5 +++--
 sys-devel/binutils-config/files/binutils-config-5 | 8 ++--
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/sys-devel/binutils-config/binutils-config-5-r2.ebuild 
b/sys-devel/binutils-config/binutils-config-5-r3.ebuild
similarity index 90%
rename from sys-devel/binutils-config/binutils-config-5-r2.ebuild
rename to sys-devel/binutils-config/binutils-config-5-r3.ebuild
index ac64d4eaa4b..6a486bdebf4 100644
--- a/sys-devel/binutils-config/binutils-config-5-r2.ebuild
+++ b/sys-devel/binutils-config/binutils-config-5-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="4"
+EAPI="5"
 
 inherit prefix
 
@@ -23,6 +23,7 @@ S=${WORKDIR}
 src_install() {
newbin "${FILESDIR}"/${PN}-${PV} ${PN}
use prefix && eprefixify "${ED}"/usr/bin/${PN}
+   sed -i "s:@PV@:${PVR}:g" "${ED}"/usr/bin/${PN} || die
doman "${FILESDIR}"/${PN}.8
 
insinto /usr/share/eselect/modules

diff --git a/sys-devel/binutils-config/files/binutils-config-5 
b/sys-devel/binutils-config/files/binutils-config-5
index 4c0f36249a7..acb72b7e343 100755
--- a/sys-devel/binutils-config/files/binutils-config-5
+++ b/sys-devel/binutils-config/files/binutils-config-5
@@ -403,12 +403,8 @@ while [[ $# -gt 0 ]] ; do
-d|--debug)DEBUG="yes" ;;
-h|--help) usage 0 ;;
-V|--version)
-   unset Header
-   cvsver="$Id$"
-   cvsver=${cvsver##*binutils-config-}
-   bver=${cvsver%%,v *}
-   cvsver=${cvsver#* }
-   echo "binutils-config-${bver} (r${cvsver%% *})"
+   ver="@PV@"
+   echo "binutils-config-${ver/@'PV'@/git}"
exit 0
;;
-*)



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/sgt-puzzles/

2017-03-12 Thread NP Hardass
commit: 90f124b7e07779c8ebe0641070b8fcb1ee1450e2
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  3 06:19:05 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sun Mar 12 21:26:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f124b7

games-puzzle/sgt-puzzles: Bump to 20170228, #602696

Package-Manager: portage-2.3.0

 games-puzzle/sgt-puzzles/Manifest| 1 +
 .../{sgt-puzzles-.ebuild => sgt-puzzles-20170228.ebuild} | 5 +++--
 games-puzzle/sgt-puzzles/sgt-puzzles-.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/games-puzzle/sgt-puzzles/Manifest 
b/games-puzzle/sgt-puzzles/Manifest
index c45233c4f26..a299275025d 100644
--- a/games-puzzle/sgt-puzzles/Manifest
+++ b/games-puzzle/sgt-puzzles/Manifest
@@ -1,3 +1,4 @@
 DIST puzzles-20160315.c0bc13c.tar.gz 2838135 SHA256 
fc557d3a1021a1e56ae63589d08788a8ccdfa1772e4c74cbbade5fefcf4e691f SHA512 
9317ab26605982d5a97cec57596bd3e75cb1cb93b2bc14f6f295cf3950a759b21c5262e3eb04a3c3cda1d3d1cf4ff9477ee7fac9d310558567714e8e1cfc3496
 WHIRLPOOL 
7cc52ecabbfda7f71c64c02cc4ca434a20e637e25754d00b3f397318d0dd120aaf7ea19faafbb7eee259b7c2ca91e8e396d7667e4b1fa7fc6a153f15a69fb52f
 DIST puzzles-20161207.b958129.tar.gz 2897516 SHA256 
d8b93252c06a1fb25e0888e67b9e92a435a02fc746c89149e9cff77b44760ec3 SHA512 
d937ebcf9aa7d4aa603a5ffec8bb2b3c533df855718288d380072b5e2518ed791eb5b23388c489e31decc9c25ef6a7b42b26fae5b76f1e75df246487d05a8d78
 WHIRLPOOL 
06f98af4e476421d3a6207f98de0851cdf4dae3446568c10808326acde24de8b54afb03c3667bef88ebdd3fba1d693993a64c0f2d6a2eeb8e43ff2ca32dc2c50
+DIST puzzles-20170228.1f613ba.tar.gz 2898117 SHA256 
e53bf0800daae37c9be25fd260b0010a44178ca7a5ccc70b29b96fe85060d80a SHA512 
41d73461984c589ed18ca2a8cab3871e87a1b56b2d38a8b11c0cb95150423cecbf5ddb76a2e9db4b9109980576527ae2fa7d2663e41dceee8847efc0044766b2
 WHIRLPOOL 
482c88b96d97878708771ccb6aacd38de527787e0a2ca9c6ba16ef48f917d0f269022530e849cfbc5ec74a04753f0aea42dd20a76a24bbd804566b1c07131e88
 DIST sgt-puzzles-icons-20160315.tar.xz 715536 SHA256 
9ddc1b6d02b3c3358a9bc6b17c7070650f794cf5f650f25b2ac7e5def6674447 SHA512 
2fe2c02984eb8c36ac6fb4195be7895b336b84f40ce8baeb23dc8a32aca9937ccf1d33050b4da3cfba3c87e124ecbdd940ee4e990b37eabe8e2af897c2e23b57
 WHIRLPOOL 
17bdadc9519320bc88af27f2db7a9c243f04d80e524db51ad9398831185e2c66f2430006c324fa7d5b70ce156cb9df93d9405216053b32101b5f56035a60f6ac

diff --git a/games-puzzle/sgt-puzzles/sgt-puzzles-.ebuild 
b/games-puzzle/sgt-puzzles/sgt-puzzles-20170228.ebuild
similarity index 97%
copy from games-puzzle/sgt-puzzles/sgt-puzzles-.ebuild
copy to games-puzzle/sgt-puzzles/sgt-puzzles-20170228.ebuild
index 7cb101ed307..a1c46cf6d3b 100644
--- a/games-puzzle/sgt-puzzles/sgt-puzzles-.ebuild
+++ b/games-puzzle/sgt-puzzles/sgt-puzzles-20170228.ebuild
@@ -1,5 +1,6 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+# $Id$
 
 EAPI=6
 
@@ -12,7 +13,7 @@ if [[ ${PV} == "" ]] ; then

SRC_URI="https://dev.gentoo.org/~np-hardass/distfiles/${PN}/${PN}-icons-${GENTOO_ICONS}.tar.xz;
KEYWORDS=""
 else
-   MAGIC=b958129
+   MAGIC=1f613ba

SRC_URI="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.${MAGIC}.tar.gz;
S=${WORKDIR}/puzzles-${PV}.${MAGIC}
KEYWORDS="~amd64 ~x86"

diff --git a/games-puzzle/sgt-puzzles/sgt-puzzles-.ebuild 
b/games-puzzle/sgt-puzzles/sgt-puzzles-.ebuild
index 7cb101ed307..d67926d4458 100644
--- a/games-puzzle/sgt-puzzles/sgt-puzzles-.ebuild
+++ b/games-puzzle/sgt-puzzles/sgt-puzzles-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then

SRC_URI="https://dev.gentoo.org/~np-hardass/distfiles/${PN}/${PN}-icons-${GENTOO_ICONS}.tar.xz;
KEYWORDS=""
 else
-   MAGIC=b958129
+   MAGIC=1f613ba

SRC_URI="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.${MAGIC}.tar.gz;
S=${WORKDIR}/puzzles-${PV}.${MAGIC}
KEYWORDS="~amd64 ~x86"



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

2017-03-12 Thread NP Hardass
commit: 5829502de752852949c11138e6a472a7a043ee58
Author: NP-Hardass  gentoo  org>
AuthorDate: Sun Mar 12 21:26:04 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sun Mar 12 21:26:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5829502d

app-emulation/wine: move compilation checks to src_configure, #610752

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/wine/wine-1.8-r3.ebuild| 18 +-
 app-emulation/wine/wine-1.8.1-r3.ebuild  | 18 +-
 app-emulation/wine/wine-1.8.2-r2.ebuild  | 18 +-
 app-emulation/wine/wine-1.8.3-r1.ebuild  | 18 +-
 app-emulation/wine/wine-1.8.4.ebuild | 18 +-
 app-emulation/wine/wine-1.8.5.ebuild | 18 +-
 app-emulation/wine/wine-1.8.6.ebuild | 18 +-
 app-emulation/wine/wine-1.9.10-r3.ebuild | 18 +-
 app-emulation/wine/wine-1.9.11-r3.ebuild | 18 +-
 app-emulation/wine/wine-1.9.12-r2.ebuild | 18 +-
 app-emulation/wine/wine-1.9.13-r2.ebuild | 18 +-
 app-emulation/wine/wine-1.9.14-r2.ebuild | 18 +-
 app-emulation/wine/wine-1.9.15-r1.ebuild | 18 +-
 app-emulation/wine/wine-1.9.16.ebuild| 18 +-
 app-emulation/wine/wine-1.9.17.ebuild| 18 +-
 app-emulation/wine/wine-1.9.18.ebuild| 18 +-
 app-emulation/wine/wine-1.9.19-r1.ebuild | 18 +-
 app-emulation/wine/wine-1.9.20.ebuild| 18 +-
 app-emulation/wine/wine-1.9.21.ebuild| 18 +-
 app-emulation/wine/wine-1.9.22.ebuild| 18 +-
 app-emulation/wine/wine-1.9.23.ebuild| 18 +-
 app-emulation/wine/wine-1.9.4-r3.ebuild  | 18 +-
 app-emulation/wine/wine-1.9.5-r3.ebuild  | 18 +-
 app-emulation/wine/wine-1.9.6-r3.ebuild  | 18 +-
 app-emulation/wine/wine-1.9.7-r3.ebuild  | 18 +-
 app-emulation/wine/wine-1.9.8-r2.ebuild  | 18 +-
 app-emulation/wine/wine-1.9.9-r3.ebuild  | 18 +-
 app-emulation/wine/wine-2.0.ebuild   | 18 +-
 app-emulation/wine/wine-.ebuild  | 18 +-
 29 files changed, 493 insertions(+), 29 deletions(-)

diff --git a/app-emulation/wine/wine-1.8-r3.ebuild 
b/app-emulation/wine/wine-1.8-r3.ebuild
index adddb01d828..84c02fd07a0 100644
--- a/app-emulation/wine/wine-1.8-r3.ebuild
+++ b/app-emulation/wine/wine-1.8-r3.ebuild
@@ -237,6 +237,21 @@ wine_compiler_check() {
 wine_build_environment_check() {
[[ ${MERGE_TYPE} = "binary" ]] && return 0
 
+   if use abi_x86_64; then
+   if tc-is-gcc && [[ $(gcc-major-version) -lt 4 || ( 
$(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 4 ) ]]; then
+   eerror "You need gcc-4.4+ to compile 64-bit wine"
+   die
+   elif tc-is-clang && [[ $(clang-major-version) -lt 3 || ( 
$(clang-major-version) -eq 3 && $(clang-minor-version) -lt 8 ) ]]; then
+   eerror "You need clang-3.8+ to compile 64-bit wine"
+   die
+   fi
+   fi
+   if tc-is-gcc && [[ $(gcc-major-version) -eq 5 && $(gcc-minor-version) 
-le 3 ]]; then
+   ewarn "GCC-5.0-5.3 suffered from compiler bugs and are no 
longer supported by"
+   ewarn "Gentoo's Toolchain Team. If your ebuild fails the 
compiler checks in"
+   ewarn "the configure phase, either update your compiler or 
switch to <5.0 || >=5.4"
+   fi
+
if use abi_x86_32 && use opencl && [[ "$(eselect opencl show 2> 
/dev/null)" == "intel" ]]; then
eerror "You cannot build wine with USE=opencl because 
intel-ocl-sdk is 64-bit only."
eerror "See https://bugs.gentoo.org/487864 for more details."
@@ -267,7 +282,6 @@ wine_env_vcs_vars() {
 }
 
 pkg_pretend() {
-   wine_compiler_check || die
wine_build_environment_check || die
 
# Verify OSS support
@@ -368,6 +382,8 @@ src_prepare() {
 }
 
 src_configure() {
+   wine_compiler_check || die
+
export LDCONFIG=/bin/true
use custom-cflags || strip-flags
 

diff --git a/app-emulation/wine/wine-1.8.1-r3.ebuild 
b/app-emulation/wine/wine-1.8.1-r3.ebuild
index ee88d61ac55..1890e53d58e 100644
--- a/app-emulation/wine/wine-1.8.1-r3.ebuild
+++ b/app-emulation/wine/wine-1.8.1-r3.ebuild
@@ -238,6 +238,21 @@ wine_compiler_check() {
 wine_build_environment_check() {
[[ ${MERGE_TYPE} = "binary" ]] && return 0
 
+   if use abi_x86_64; then
+   if tc-is-gcc && [[ $(gcc-major-version) -lt 4 || ( 
$(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 4 ) ]]; then
+   eerror "You need gcc-4.4+ to compile 64-bit wine"
+   die
+   elif tc-is-clang && [[ $(clang-major-version) 

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

2017-03-12 Thread Michał Górny
commit: faef6b48cd84e24b5c64f67d5d122ad7acfde6f2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 12 21:22:37 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 12 21:24:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faef6b48

dev-libs/xxl: Remove last-rited pkg

 dev-libs/xxl/Manifest  |  1 -
 .../xxl/files/xxl-1.0.1-nested-exception.patch | 12 
 dev-libs/xxl/metadata.xml  |  5 
 dev-libs/xxl/xxl-1.0.1-r1.ebuild   | 32 --
 dev-libs/xxl/xxl-1.0.1.ebuild  | 25 -
 profiles/package.mask  |  1 -
 6 files changed, 76 deletions(-)

diff --git a/dev-libs/xxl/Manifest b/dev-libs/xxl/Manifest
deleted file mode 100644
index 58c0e53dc61..000
--- a/dev-libs/xxl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xxl-1.0.1.tar.gz 456048 SHA256 
7decbada52dabb0f7298b36982371c7ba4d817b281797498d0515ec2440b20f9 SHA512 
fd7d16ed3a077f5c0d938e7ecf0357fbfa5c63ade835ef6e0672c032542db9aa921f8a14ffdff88c2df09700e0868e818ffc240a9f21d75571682295a407ca71
 WHIRLPOOL 
c2ce9290869ff7865070ad60551121034a1faa7bf61db5c1acb879d1a1f7452af8c69b5a45caabe6280505b5b659367d40fed154f112cdf481fb6ce1f7197904

diff --git a/dev-libs/xxl/files/xxl-1.0.1-nested-exception.patch 
b/dev-libs/xxl/files/xxl-1.0.1-nested-exception.patch
deleted file mode 100644
index c6d52c5a09d..000
--- a/dev-libs/xxl/files/xxl-1.0.1-nested-exception.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur xxl-1.0.1-orig/xxl.c xxl-1.0.1/xxl.c
 xxl-1.0.1-orig/xxl.c   2004-12-22 03:42:52.0 -0600
-+++ xxl-1.0.1/xxl.c2008-01-17 13:25:18.0 -0600
-@@ -380,6 +380,8 @@
- if (!tsd->contexts)
- die("XXL: Exception thrown with no handler to catch it!\n");
- tsd->contexts->exception = *exception;
-+  how=XXL_SETJMP_TRY;
-+  tsd->contexts->state |= XXL_STATE_THROWN;
- xxl_leave_handler(how);
- return;
- }

diff --git a/dev-libs/xxl/metadata.xml b/dev-libs/xxl/metadata.xml
deleted file mode 100644
index 6f49eba8f49..000
--- a/dev-libs/xxl/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-

diff --git a/dev-libs/xxl/xxl-1.0.1-r1.ebuild b/dev-libs/xxl/xxl-1.0.1-r1.ebuild
deleted file mode 100644
index bf9d163dacd..000
--- a/dev-libs/xxl/xxl-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="C/C++ library that provides exception handling and asset 
management"
-HOMEPAGE="http://www.zork.org/xxl/;
-SRC_URI="http://www.zork.org/software/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="threads static-libs"
-
-DOCS=( README )
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-nested-exception.patch
-}
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   $(use_enable threads)
-}
-
-src_install() {
-   default
-   prune_libtool_files
-}

diff --git a/dev-libs/xxl/xxl-1.0.1.ebuild b/dev-libs/xxl/xxl-1.0.1.ebuild
deleted file mode 100644
index 4240d5dcaaf..000
--- a/dev-libs/xxl/xxl-1.0.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-DESCRIPTION="C/C++ library that provides exception handling and asset 
management"
-HOMEPAGE="http://www.zork.org/xxl/;
-SRC_URI="http://www.zork.org/software/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-
-   epatch "${FILESDIR}"/${P}-nested-exception.patch
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "make install failed"
-   dodoc README
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index c5913482cb5..b18e4526670 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -386,7 +386,6 @@ games-action/openlierox
 # Upstream missing. Ancient. Unmaintained. No revdeps.
 # Masked for removal in 30 days.
 dev-libs/safestr
-dev-libs/xxl
 
 # Bernard Cafarelli  (30 Jan 2017)
 # Alpha release with new features, masked for testing



[gentoo-commits] repo/gentoo:master commit in: dev-python/mwlib/, dev-python/mwlib/files/, profiles/

2017-03-12 Thread Michał Górny
commit: f56a7b6e3bd44b7e6206b8509b9d8233e96e57ea
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 12 21:21:15 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 12 21:24:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f56a7b6e

dev-python/mwlib: Remove last-rited pkg

 dev-python/mwlib/Manifest|   1 -
 dev-python/mwlib/files/mw-qserve.confd   |  14 ---
 dev-python/mwlib/files/mw-qserve.initd   |  20 
 dev-python/mwlib/files/mw-qserve.logrotate   |   7 --
 dev-python/mwlib/files/mwlib-purge-cache.cron-r1 |   4 -
 dev-python/mwlib/files/nserve.confd  |  20 
 dev-python/mwlib/files/nserve.initd  |  23 
 dev-python/mwlib/files/nserve.logrotate  |   7 --
 dev-python/mwlib/files/nslave.confd-r1   |  26 -
 dev-python/mwlib/files/nslave.initd-r1   |  26 -
 dev-python/mwlib/files/nslave.logrotate  |   7 --
 dev-python/mwlib/files/postman.confd |  12 ---
 dev-python/mwlib/files/postman.initd-r1  |  20 
 dev-python/mwlib/files/postman.logrotate |   7 --
 dev-python/mwlib/metadata.xml|  15 ---
 dev-python/mwlib/mwlib-0.15.15.ebuild| 131 ---
 profiles/package.mask|   5 -
 17 files changed, 345 deletions(-)

diff --git a/dev-python/mwlib/Manifest b/dev-python/mwlib/Manifest
deleted file mode 100644
index f66c9155373..000
--- a/dev-python/mwlib/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mwlib-0.15.15.tar.gz 1705073 SHA256 
06ce351df76fb4605913cda6c9702f8e5ea99147921921c2f8462c60791e4946 SHA512 
e1c04c0cd86b8fd31f54033387426dcad343d4b5ef03f2f51b3689c0894f2cfa85c9246401f713836d76435c42c380ecf94c3000b4f38d1f1b2789780d93c5ca
 WHIRLPOOL 
b854d06f8b5450b519d0aa6e9232b8480839ecf867d111fc9f189e9c70fd7b857152cd40548132a1ac8fd3313c0ab5c79e244f4434ab752ac0ea4cc56bee5d53

diff --git a/dev-python/mwlib/files/mw-qserve.confd 
b/dev-python/mwlib/files/mw-qserve.confd
deleted file mode 100644
index bcd18d4667a..000
--- a/dev-python/mwlib/files/mw-qserve.confd
+++ /dev/null
@@ -1,14 +0,0 @@
-# The port to listen to
-MW_QSERVE_PORT=14311
-
-# The interface to listen to (for example: 127.0.0.1)
-MW_QSERVE_INTERFACE="127.0.0.1"
-
-# The user running the mw-qserve service, defaults to 'mwlib'
-# MW_QSERVE_USER="mwlib"
-
-# The group running the mq-qserve service, defaults to 'mwlib'
-# MW_QSERVE_GROUP="mwlib"
-
-# The logfile collecting all output from stdout and stderr, comment out for no 
logging
-MW_QSERVE_LOGFILE="/var/log/mwlib/mw-qserve.log"

diff --git a/dev-python/mwlib/files/mw-qserve.initd 
b/dev-python/mwlib/files/mw-qserve.initd
deleted file mode 100644
index feb17bf0f49..000
--- a/dev-python/mwlib/files/mw-qserve.initd
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-description="mw-qserve is a job queue server used to distribute and manage 
jobs"
-
-command="/usr/bin/mw-qserve"
-command_args="--interface=${MW_QSERVE_INTERFACE} --port=${MW_QSERVE_PORT}"
-
-pidfile="/var/run/${SVCNAME}.pid"
-command_background="yes"
-
-start_stop_daemon_args="--user ${MW_QSERVE_USER:-mwlib} \
-   --group ${MW_QSERVE_GROUP:-mwlib} \
-   ${MW_QSERVE_LOGFILE:+--stderr ${MW_QSERVE_LOGFILE}} \
-   ${MW_QSERVE_LOGFILE:+--stdout ${MW_QSERVE_LOGFILE}}"
-
-depend() {
-   need net localmount
-}

diff --git a/dev-python/mwlib/files/mw-qserve.logrotate 
b/dev-python/mwlib/files/mw-qserve.logrotate
deleted file mode 100644
index 3b9cf46e941..000
--- a/dev-python/mwlib/files/mw-qserve.logrotate
+++ /dev/null
@@ -1,7 +0,0 @@
-/var/log/mwlib/mw-qserve.log {
-su mwlib mwlib
-missingok
-postrotate
-/etc/init.d/mw-qserve restart > /dev/null 2>&1
-endscript
-}

diff --git a/dev-python/mwlib/files/mwlib-purge-cache.cron-r1 
b/dev-python/mwlib/files/mwlib-purge-cache.cron-r1
deleted file mode 100644
index 870beecad23..000
--- a/dev-python/mwlib/files/mwlib-purge-cache.cron-r1
+++ /dev/null
@@ -1,4 +0,0 @@
-# purge mw-serve cache directory 
-# --cache-dir=DIR: the NSLAVE_CACHEDIR directory specified in 
/etc/conf.d/nslave
-# --purge-cache=HOURS: remove cache files that have not been touched for at 
east HOURS hours
-00 23 * * *  sudo -u mwlib mw-serve-ctl --cache-dir=/var/cache/mwlib 
--purge-cache=24

diff --git a/dev-python/mwlib/files/nserve.confd 
b/dev-python/mwlib/files/nserve.confd
deleted file mode 100644
index 7a482e9989c..000
--- a/dev-python/mwlib/files/nserve.confd
+++ /dev/null
@@ -1,20 +0,0 @@
-# The port on which the mw-qserve service is listening
-MW_QSERVE_PORT=14311
-
-# The interface on which the mw-qserve is listening (for example: 127.0.0.1)
-MW_QSERVE_INTERFACE="127.0.0.1"
-
-# The port to listen to
-NSERVE_PORT=8899
-
-# The interface to listen to (for 

[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-libs/safestr/

2017-03-12 Thread Michał Górny
commit: 28119e8e8a3d3a0e33aec29f0977d7a660d39909
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 12 21:22:49 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 12 21:24:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28119e8e

dev-libs/safestr: Remove last-rited pkg

 dev-libs/safestr/Manifest |  1 -
 dev-libs/safestr/metadata.xml | 12 
 dev-libs/safestr/safestr-1.0.3.ebuild | 26 --
 profiles/package.mask |  5 -
 4 files changed, 44 deletions(-)

diff --git a/dev-libs/safestr/Manifest b/dev-libs/safestr/Manifest
deleted file mode 100644
index 44be6b608af..000
--- a/dev-libs/safestr/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST safestr-1.0.3.tar.gz 1147074 SHA256 
791256efff74317273cf8b64c9ad360b7bce16d561b4350bb7de9776c5855b6c SHA512 
fb524457fd1577c39b885b1aa5a349101b52aa4f56a7192285ad4fab0a7a707ecea6325d6db050d79df0d56ed8dd97d559713cbeba3d6aa3162249887062a732
 WHIRLPOOL 
c3f2726e5cf811c0714b29b79504c441126f8638f1bc6e108b219a0cc8d1083435de1aee302f0af6324abb586534afd53da215fa69fb5927d8e6a7dbce2022a7

diff --git a/dev-libs/safestr/metadata.xml b/dev-libs/safestr/metadata.xml
deleted file mode 100644
index d2c6f9aa50c..000
--- a/dev-libs/safestr/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-The goal of the SafeStr library is to provide a rich string-handling library
-for C that has safe semantics yet interoperates with legacy library code in a
-straightforward manner.  Additionally, porting code that uses standard C string
-handling should be straightforward.  The library should work on all modern
-Unix-like platforms, as well as any 32-bit Microsoft Windows OS.
-   
-

diff --git a/dev-libs/safestr/safestr-1.0.3.ebuild 
b/dev-libs/safestr/safestr-1.0.3.ebuild
deleted file mode 100644
index 0ec22b54bc6..000
--- a/dev-libs/safestr/safestr-1.0.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="provide a standards compatible yet secure string implementation"
-HOMEPAGE="http://www.zork.org/safestr/;
-SRC_URI="http://www.zork.org/software/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-RDEPEND="dev-libs/xxl"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
-   unpack ${A}
-   cd ${S}
-   rm -rf xxl-*
-}
-
-src_install() {
-   make DESTDIR="${D}" install || die "make install failed"
-   dodoc README doc/safestr.pdf
-   dohtml doc/safestr.html
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index b18e4526670..5d559048f3f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -382,11 +382,6 @@ games-action/openlierox
 # experimental features and accept a more unstable release.
 >=www-client/chromium-58
 
-# Michael Palimaka  (02 Feb 2017)
-# Upstream missing. Ancient. Unmaintained. No revdeps.
-# Masked for removal in 30 days.
-dev-libs/safestr
-
 # Bernard Cafarelli  (30 Jan 2017)
 # Alpha release with new features, masked for testing
 =app-text/tesseract-4.00.00_alpha*



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

2017-03-12 Thread Michał Górny
commit: 0625e74f6445ed4dfac4c91eb92c851dbbcccd4c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 12 21:22:08 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 12 21:24:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0625e74f

app-crypt/cryptkeeper: Remove last-rited pkg, #607772

 app-crypt/cryptkeeper/Manifest |  1 -
 app-crypt/cryptkeeper/cryptkeeper-0.9.5.ebuild | 43 --
 .../files/cryptkeeper-0.9.5-binutils-gold.patch| 15 --
 ...ryptkeeper-0.9.5-fix-ftbfs-gcc-4.7-672010.patch | 18 
 ...cryptkeeper-0.9.5-fix_cryptkeeper.desktop.patch | 17 ---
 ...cryptkeeper-0.9.5-is_mounted_overflow_fix.patch | 53 --
 app-crypt/cryptkeeper/metadata.xml | 18 
 profiles/package.mask  | 11 -
 8 files changed, 176 deletions(-)

diff --git a/app-crypt/cryptkeeper/Manifest b/app-crypt/cryptkeeper/Manifest
deleted file mode 100644
index 51017343cf6..000
--- a/app-crypt/cryptkeeper/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cryptkeeper-0.9.5.tar.gz 222671 SHA256 
1f9805d31562e448bf9bc11fdc2879f908ba42bfef5ad6adfa3877fc3b306984 SHA512 
824c8b941d46904dd7f4b12a5f217aba25c848e016473d44ec71739baec78a7782dd00bb5d0c5dafc947235eddf558b8fe01a92e23b88b23352a05d0389cea3d
 WHIRLPOOL 
7cf04ef6626cfc49d773ba67b83ab54f5d47d16a88d1541a9d1d8d3d2add9c744403759904ed2fce1feda0f9a654eeec39e8fd0c169418823b60300917b63ab4

diff --git a/app-crypt/cryptkeeper/cryptkeeper-0.9.5.ebuild 
b/app-crypt/cryptkeeper/cryptkeeper-0.9.5.ebuild
deleted file mode 100644
index ffb5d488fcd..000
--- a/app-crypt/cryptkeeper/cryptkeeper-0.9.5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit base eutils gnome2
-
-DESCRIPTION="EncFS system tray applet for GNOME"
-HOMEPAGE="http://tom.noflag.org.uk/cryptkeeper.html;
-SRC_URI="http://tom.noflag.org.uk/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-RDEPEND="gnome-base/gconf:2
-   >=sys-fs/encfs-1.7.2
-   >=sys-fs/fuse-2.8.0
-   gnome-extra/zenity"
-DEPEND="${RDEPEND}
-   nls? ( sys-devel/gettext )"
-
-RESTRICT="test"
-
-PATCHES=(
-   "${FILESDIR}/${P}-binutils-gold.patch"
-   "${FILESDIR}/${P}-fix_cryptkeeper.desktop.patch"
-   "${FILESDIR}/${P}-fix-ftbfs-gcc-4.7-672010.patch"
-   "${FILESDIR}/${P}-is_mounted_overflow_fix.patch"
-)
-
-DOCS="TODO"
-
-src_prepare() {
-   base_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   econf $(use_enable nls)
-}

diff --git a/app-crypt/cryptkeeper/files/cryptkeeper-0.9.5-binutils-gold.patch 
b/app-crypt/cryptkeeper/files/cryptkeeper-0.9.5-binutils-gold.patch
deleted file mode 100644
index 87522259250..000
--- a/app-crypt/cryptkeeper/files/cryptkeeper-0.9.5-binutils-gold.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Fixes a build failure using binutils-gold
-Author: Franceco Namuri 
-Index: cryptkeeper-0.9.5/configure
-===
 cryptkeeper-0.9.5.orig/configure   2009-10-18 13:58:01.0 +0200
-+++ cryptkeeper-0.9.5/configure2011-12-11 12:04:13.045285159 +0100
-@@ -6707,7 +6707,7 @@
- 
- CFLAGS="$CFLAGS $DEP_CFLAGS $GNOME_KEYRING_CFLAGS"
- CXXFLAGS="$CFLAGS"
--LIBS="$DEP_LIBS $GNOME_KEYRING_LIBS"
-+LIBS="-lX11 $DEP_LIBS $GNOME_KEYRING_LIBS"
- 
- #AC_PROG_LIBTOOL
- 

diff --git 
a/app-crypt/cryptkeeper/files/cryptkeeper-0.9.5-fix-ftbfs-gcc-4.7-672010.patch 
b/app-crypt/cryptkeeper/files/cryptkeeper-0.9.5-fix-ftbfs-gcc-4.7-672010.patch
deleted file mode 100644
index e9f9f018bc2..000
--- 
a/app-crypt/cryptkeeper/files/cryptkeeper-0.9.5-fix-ftbfs-gcc-4.7-672010.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: add missing include to avoid FTBFS with gcc 4.7
-Origin: vendor
-Bug-Debian: http://bugs.debian.org/672010
-Forwarded: no
-Author: Paul Tagliamonte 
-Reviewed-by: gregor herrmann 
-Last-Update: 2012-05-15
-
 a/src/lsof.cpp 2012-05-09 21:27:01.138367215 -0400
-+++ b/src/lsof.cpp 2012-05-09 21:26:52.398367682 -0400
-@@ -21,6 +21,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include "lsof.h"
- 
- fsuser::fsuser(const char *pid, const char *name)

diff --git 
a/app-crypt/cryptkeeper/files/cryptkeeper-0.9.5-fix_cryptkeeper.desktop.patch 
b/app-crypt/cryptkeeper/files/cryptkeeper-0.9.5-fix_cryptkeeper.desktop.patch
deleted file mode 100644
index 464f3ca7795..000
--- 
a/app-crypt/cryptkeeper/files/cryptkeeper-0.9.5-fix_cryptkeeper.desktop.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Fixes the category of cryptkeeper menu item
-Author: Francesco Namuri 
-Index: cryptkeeper-0.9.5/cryptkeeper.desktop

[gentoo-commits] repo/gentoo:master commit in: profiles/, games-rpg/tmw/files/, games-rpg/tmw/

2017-03-12 Thread Michał Górny
commit: 4b965518532b1fca9386b3272e980ce9b17cb094
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 12 21:16:25 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 12 21:24:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b965518

games-rpg/tmw: Remove last-rited pkg

 games-rpg/tmw/Manifest |  1 -
 .../tmw/files/tmw-branding-20130201-gentoo.patch   | 20 
 games-rpg/tmw/metadata.xml | 11 
 games-rpg/tmw/tmw-20130201.ebuild  | 59 --
 profiles/package.mask  |  1 -
 5 files changed, 92 deletions(-)

diff --git a/games-rpg/tmw/Manifest b/games-rpg/tmw/Manifest
deleted file mode 100644
index 7d2e81d92d3..000
--- a/games-rpg/tmw/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST tmw-branding-20130201.tar.gz 1146207 SHA256 
251692f120c54fba4323191239a4a2022aa58a5de220531e06b634fc25097c69 SHA512 
65ff615ef8a715192416b80393341d76423a8b2a27609e9388fcdec0b4e3552398857b33585690de5fded9f792c5dbfceb631cf834e68dcc8906d48097a21a99
 WHIRLPOOL 
87af806a49f2017149e8e84ad8c682a6ed72c5fd87ad8f0fa5c9ebc407ddc0400b89a9a0cc40ca33716a7a1e82daaec102007764848302a8c94d5c17182d2018

diff --git a/games-rpg/tmw/files/tmw-branding-20130201-gentoo.patch 
b/games-rpg/tmw/files/tmw-branding-20130201-gentoo.patch
deleted file mode 100644
index b671d149a8c..000
--- a/games-rpg/tmw/files/tmw-branding-20130201-gentoo.patch
+++ /dev/null
@@ -1,20 +0,0 @@
 tmw-branding-20130201/tmw
-+++ tmw-branding-20130201/tmw
-@@ -1,2 +1,2 @@
- #!/bin/sh
--exec manaplus /usr/share/tmw/tmw.mana "$@"
-+exec manaplus @GENTOO_DATADIR@/tmw.mana "$@"
 tmw-branding-20130201/tmw.desktop
-+++ tmw-branding-20130201/tmw.desktop
-@@ -8,9 +8,9 @@
- Comment[it]=Un gioco fantasy online
- Comment[nl]=Een online role playing game
- Comment[sv]=Ett fantasyrollspel online
--Exec=manaplus /usr/share/tmw/tmw.mana
-+Exec=manaplus @GENTOO_DATADIR@/tmw.mana
- StartupNotify=false
- Terminal=false
- Type=Application
- Icon=tmw
--Categories=Application;Game;
-+Categories=Game;

diff --git a/games-rpg/tmw/metadata.xml b/games-rpg/tmw/metadata.xml
deleted file mode 100644
index 0c0098329e2..000
--- a/games-rpg/tmw/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   ga...@gentoo.org
-   Gentoo Games Project
-   
-   
-   themanaworld
-   
-

diff --git a/games-rpg/tmw/tmw-20130201.ebuild 
b/games-rpg/tmw/tmw-20130201.ebuild
deleted file mode 100644
index 335e1ec1062..000
--- a/games-rpg/tmw/tmw-20130201.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils gnome2-utils games
-
-MY_PN=${PN}-branding
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Branding for the Mana client for server.themanaworld.org"
-HOMEPAGE="http://themanaworld.org/;
-SRC_URI="mirror://sourceforge/themanaworld/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="games-rpg/manaplus"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${MY_P}-gentoo.patch
-
-   sed -i \
-   -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
-   ${PN} ${PN}.desktop \
-   || die "sed failed"
-}
-
-src_install() {
-   dogamesbin ${PN}
-
-   insinto "${GAMES_DATADIR}/${PN}/"
-   doins ${PN}.mana
-   doins -r data/
-
-   domenu ${PN}.desktop
-
-   doicon -s 32 data/icons/${PN}.xpm
-   doicon data/icons/${PN}.png
-
-   prepgamesdirs
-}
-
-pkg_preinst() {
-   games_pkg_preinst
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   games_pkg_postinst
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 7a22ee3382f..8790a5aa613 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -414,7 +414,6 @@ dev-python/mwlib-rl
 # Superseded by games-rpg/manaplus.
 # Masked for removal in 30 days.
 games-rpg/mana
-games-rpg/tmw
 
 # Matt Turner  (26 Jan 2017)
 # Dead and replaced by media-libs/mesa[video_cards_radeonsi]



[gentoo-commits] repo/gentoo:master commit in: dev-python/mwlib-rl/, dev-python/mwlib-rl/files/, profiles/

2017-03-12 Thread Michał Górny
commit: 5aa63a7d6e0d72d939225975929fde54e9f143e0
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 12 21:20:53 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 12 21:24:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aa63a7d

dev-python/mwlib-rl: Remove last-rited pkg

 dev-python/mwlib-rl/Manifest   |  2 -
 .../mwlib-rl/files/0.14.3-use-system-fonts.patch   | 13 -
 dev-python/mwlib-rl/metadata.xml   | 15 --
 dev-python/mwlib-rl/mwlib-rl-0.14.5-r1.ebuild  | 60 --
 dev-python/mwlib-rl/mwlib-rl-0.14.6-r1.ebuild  | 60 --
 profiles/package.mask  |  1 -
 6 files changed, 151 deletions(-)

diff --git a/dev-python/mwlib-rl/Manifest b/dev-python/mwlib-rl/Manifest
deleted file mode 100644
index 5fd8f029777..000
--- a/dev-python/mwlib-rl/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST mwlib.rl-0.14.5.zip 4239803 SHA256 
dddf9603ea0ca5aa87890217709eb5a5b16baeca547db3daad43c3ace73b6bc1 SHA512 
a874b4aa6318a86d47cdf1f44d66e8a52d4504b2e05ca2b8f365a31a613840c04aac79addedc8ce4df7f3059e6a9a25ba933d1b94c636cc3cdf74a8e0f6e63ec
 WHIRLPOOL 
d85e9187d01412000376a2b8a1047d474f37b463c752a3beebe6720059617c576ae32f8535d7a6f9d4871c1ea148ded5fdc3cf9a6f1dc56c7ec8ec1ec9a4e780
-DIST mwlib.rl-0.14.6.tar.gz 4018190 SHA256 
12862d1bd1344cb326dc24a0a6a8dd4a95589bcd8f66cef7a0f6b016b7307108 SHA512 
35c32b2c63f6a614002104ddc77827ee11c02e86b77cf9aca8520a1cdbe43a86a7efe093bface1e67a9dfcafc1e48e208a945c170d5aa5041c23e2b61c37e066
 WHIRLPOOL 
1770a1f001ed3643d8c3415a0d4bfd7b3213a87694edbbb5b6b54495a5b96da28c32b3ae47711db01c55e0a697f87469cf2b507e97ffa9f633d2bf0a10f930df

diff --git a/dev-python/mwlib-rl/files/0.14.3-use-system-fonts.patch 
b/dev-python/mwlib-rl/files/0.14.3-use-system-fonts.patch
deleted file mode 100644
index bf6bea78057..000
--- a/dev-python/mwlib-rl/files/0.14.3-use-system-fonts.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/mwlib/rl/fontconfig.py b/mwlib/rl/fontconfig.py
-index fdf5cba..ab792df 100755
 a/mwlib/rl/fontconfig.py
-+++ b/mwlib/rl/fontconfig.py
-@@ -14,7 +14,7 @@ from reportlab.pdfbase import pdfmetrics
- from reportlab.pdfbase.ttfonts import TTFont
- from reportlab.pdfbase.cidfonts import UnicodeCIDFont
- 
--font_paths = [os.path.dirname(mwlib.fonts.__file__),
-+font_paths = ['/usr/share/fonts',
-   os.path.expanduser('~/mwlibfonts/')
-   ]
- 

diff --git a/dev-python/mwlib-rl/metadata.xml b/dev-python/mwlib-rl/metadata.xml
deleted file mode 100644
index 5a8634f6325..000
--- a/dev-python/mwlib-rl/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-pyt...@gentoo.org
-Python
-  
-  
-mwlib.rl
-pediapress/mwlib.rl
-  
-  
-Enable support for app-text/pdftk, required 
to generate TOCs
-  
-

diff --git a/dev-python/mwlib-rl/mwlib-rl-0.14.5-r1.ebuild 
b/dev-python/mwlib-rl/mwlib-rl-0.14.5-r1.ebuild
deleted file mode 100644
index 44d95d24b23..000
--- a/dev-python/mwlib-rl/mwlib-rl-0.14.5-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="xml"
-
-inherit distutils-r1
-
-MY_PN="${PN/-/.}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Generate pdfs from mediawiki markup"
-HOMEPAGE="http://code.pediapress.com/wiki/wiki 
https://pypi.python.org/pypi/mwlib.rl;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test pdftk"
-
-RDEPEND=">=dev-python/mwlib-0.15.8-r1[${PYTHON_USEDEP}]
-   >=dev-python/mwlib-ext-0.12.4-r1[${PYTHON_USEDEP}]
-   >=dev-python/pygments-1.4[${PYTHON_USEDEP}]
-   dev-python/simplejson[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   media-fonts/freefont
-   virtual/imagemagick-tools
-   pdftk? ( app-text/pdftk )"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   app-arch/unzip
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=( "${FILESDIR}/0.14.3-use-system-fonts.patch" )
-DOCS=( example-mwlib.config README.rst )
-
-python_prepare_all() {
-   rm -r mwlib/fonts/freefont || die "removing bundled fonts failed"
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   py.test  || die "tests failed under ${EPYTHON}"
-}
-
-pkg_postinst() {
-   elog "If you need extended/non-lating rendering support, please install 
the"
-   elog "corresponding font packages:"
-   elog " - media-fonts/libertine-ttf"
-   elog " - media-fonts/sil-ezra"
-   elog " - media-fonts/farsi-fonts"
-   elog " - media-fonts/arphicfonts"
-   elog " - media-fonts/unfonts"
-   # TODO: need the following packages as well:
-   # ttf-indic-fonts ttf-gfs-artemisia  

[gentoo-commits] repo/gentoo:master commit in: games-rpg/mana/, profiles/, games-rpg/mana/files/

2017-03-12 Thread Michał Górny
commit: 6a39941a49f1f3fb6c4d8679ebee347126a582e3
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 12 21:19:52 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 12 21:24:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a39941a

games-rpg/mana: Remove last-rited pkg

 games-rpg/mana/Manifest|  1 -
 ...ssing-virtual-destructors-and-guichan-use.patch | 53 ---
 .../mana-0.6.1-Import-cstdint-for-int64_t.patch| 24 ---
 ...nto-importing-C99-stdint.h-when-C-11-is-n.patch | 26 ---
 games-rpg/mana/files/mana-0.6.1-gentoo.patch   | 71 ---
 games-rpg/mana/mana-0.6.1.ebuild   | 79 --
 games-rpg/mana/metadata.xml| 13 
 profiles/package.mask  |  6 --
 8 files changed, 273 deletions(-)

diff --git a/games-rpg/mana/Manifest b/games-rpg/mana/Manifest
deleted file mode 100644
index d4932cf9194..000
--- a/games-rpg/mana/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mana-0.6.1.tar.gz 4651447 SHA256 
b945cd3e32489dfa5b8e82d571cc11e0e5308576307fca4d8dd7cf3cf6ed8c55 SHA512 
d3cd66409f6eca274ee24c9d6f6355d2406b3f29fb6efdce82ef99dcc9a6945ff6dca39d3f4cbe031b8684d8e46c8d5c89937ed2e9eebfb2831f2ed8d02a6919
 WHIRLPOOL 
5b812dc7a2ff63ab3ace820f13fdea0df44685e9bfa0ed4a6aaefaea8c3889cda8b79678369a70e1f1fe855f0de973455cb37b1bbea7fc589a8741f3ae19d2bc

diff --git 
a/games-rpg/mana/files/mana-0.6.1-Fix-missing-virtual-destructors-and-guichan-use.patch
 
b/games-rpg/mana/files/mana-0.6.1-Fix-missing-virtual-destructors-and-guichan-use.patch
deleted file mode 100644
index 6cd99bf4262..000
--- 
a/games-rpg/mana/files/mana-0.6.1-Fix-missing-virtual-destructors-and-guichan-use.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-From b5dc2de418d6d06cce31d786862c5f548171a097 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
-Date: Sat, 28 Jul 2012 15:52:35 +0200
-Subject: [PATCH 1/3] Fix missing virtual destructors and guichan use.
-

- src/gui/widgets/tabbedarea.h | 3 ++-
- src/gui/widgets/textfield.h  | 1 +
- src/resources/itemdb.h   | 2 +-
- 3 files changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/src/gui/widgets/tabbedarea.h b/src/gui/widgets/tabbedarea.h
-index 45b092a..b43078a 100644
 a/src/gui/widgets/tabbedarea.h
-+++ b/src/gui/widgets/tabbedarea.h
-@@ -98,7 +98,8 @@ class TabbedArea : public gcn::TabbedArea, public 
gcn::WidgetListener
- int getContainerHeight() const
- { return mWidgetContainer->getHeight(); }
- 
--using gcn::TabbedArea::setSelectedTab;
-+void setSelectedTab(unsigned int index)
-+{ gcn::TabbedArea::setSelectedTab(index); }
- 
- void setSelectedTab(gcn::Tab *tab);
- 
-diff --git a/src/gui/widgets/textfield.h b/src/gui/widgets/textfield.h
-index 2865403..94cada4 100644
 a/src/gui/widgets/textfield.h
-+++ b/src/gui/widgets/textfield.h
-@@ -63,6 +63,7 @@ struct TextHistory {
- 
- class AutoCompleteLister {
- public:
-+virtual ~AutoCompleteLister() {}
- virtual void getAutoCompleteList(std::vector&) const {}
- };
- 
-diff --git a/src/resources/itemdb.h b/src/resources/itemdb.h
-index 1531108..d7859ad 100644
 a/src/resources/itemdb.h
-+++ b/src/resources/itemdb.h
-@@ -78,7 +78,7 @@ class ItemDB
-   mLoaded(false)
- {}
- 
--~ItemDB()
-+virtual ~ItemDB()
- {}
- 
- /**
--- 
-1.7.11.1
-

diff --git a/games-rpg/mana/files/mana-0.6.1-Import-cstdint-for-int64_t.patch 
b/games-rpg/mana/files/mana-0.6.1-Import-cstdint-for-int64_t.patch
deleted file mode 100644
index b7ab39d05cd..000
--- a/games-rpg/mana/files/mana-0.6.1-Import-cstdint-for-int64_t.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From dfd304e93bb9010ef8226ee4d026d45c9bf9d2f5 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
-Date: Sat, 28 Jul 2012 15:54:57 +0200
-Subject: [PATCH 3/3] Import cstdint for int64_t.
-

- src/net/download.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/net/download.h b/src/net/download.h
-index c0bdf20..b9ad17e 100644
 a/src/net/download.h
-+++ b/src/net/download.h
-@@ -18,6 +18,7 @@
-  *  along with this program.  If not, see .
-  */
- 
-+#include 
- #include 
- #include 
- 
--- 
-1.7.11.1
-

diff --git 
a/games-rpg/mana/files/mana-0.6.1-Trick-gcc-into-importing-C99-stdint.h-when-C-11-is-n.patch
 
b/games-rpg/mana/files/mana-0.6.1-Trick-gcc-into-importing-C99-stdint.h-when-C-11-is-n.patch
deleted file mode 100644
index fa752383c38..000
--- 
a/games-rpg/mana/files/mana-0.6.1-Trick-gcc-into-importing-C99-stdint.h-when-C-11-is-n.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From bb92108fed0242f1a3509384faeb2234d007c05e Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
-Date: Sat, 28 Jul 2012 15:54:10 +0200
-Subject: [PATCH 2/3] Trick 

[gentoo-commits] repo/gentoo:master commit in: games-action/bzflag/

2017-03-12 Thread Alfredo Tupone
commit: 80316b4811b5848b2af31dc36b1d3fdae186955a
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Sun Mar 12 21:11:56 2017 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun Mar 12 21:11:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80316b48

games-action/bzflag: it requires media-libs/libsd2

Package-Manager: portage-2.3.3

 games-action/bzflag/bzflag-2.4.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-action/bzflag/bzflag-2.4.10.ebuild 
b/games-action/bzflag/bzflag-2.4.10.ebuild
index d63f9d37f34..c56ed42d390 100644
--- a/games-action/bzflag/bzflag-2.4.10.ebuild
+++ b/games-action/bzflag/bzflag-2.4.10.ebuild
@@ -19,7 +19,7 @@ DEPEND="
sys-libs/ncurses:0
sys-libs/zlib
!dedicated? (
-   media-libs/libsdl[joystick,sound,video]
+   media-libs/libsdl2[joystick,sound,video]
virtual/glu
virtual/opengl )
upnp? ( net-libs/miniupnpc )"



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

2017-03-12 Thread Zac Medico
commit: 4067c906b8d4b47a1b68085de3d37dc04db9327b
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar 12 21:09:38 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Mar 12 21:10:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4067c906

dev-python/netaddr: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

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

diff --git a/dev-python/netaddr/netaddr-0.7.18.ebuild 
b/dev-python/netaddr/netaddr-0.7.18.ebuild
index 10329d69b9c..26d065c0e62 100644
--- a/dev-python/netaddr/netaddr-0.7.18.ebuild
+++ b/dev-python/netaddr/netaddr-0.7.18.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: games-action/bzflag/files/, games-action/bzflag/

2017-03-12 Thread Alfredo Tupone
commit: a6c1db488a154c8a4060ec9de1b3b7c5aa8d5f44
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Sun Mar 12 20:49:58 2017 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun Mar 12 20:49:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6c1db48

games-action/bzflag: version bump to 2.4.10

Package-Manager: portage-2.3.3

 games-action/bzflag/Manifest   |  1 +
 games-action/bzflag/bzflag-2.4.10.ebuild   | 62 ++
 .../bzflag/files/bzflag-2.4.10-configure.patch | 37 +
 3 files changed, 100 insertions(+)

diff --git a/games-action/bzflag/Manifest b/games-action/bzflag/Manifest
index 9fbf24612be..61903bf003d 100644
--- a/games-action/bzflag/Manifest
+++ b/games-action/bzflag/Manifest
@@ -1,3 +1,4 @@
+DIST bzflag-2.4.10.tar.bz2 13967644 SHA256 
0a47454ae4b2fea494581962a554ceb8195084c4d96e97aa572a5fa774699efa SHA512 
a120b757d9ea23a189db7f126140d338f6e1c6a34b7f28ca69b2ec15d39c8a5da79aeab622cc6b7227587556bb89904b4a6013b0bb88baa7f01f667d259456a9
 WHIRLPOOL 
e5b35d31aa4fcb974a2720d4ed070f89652c1734de0769cbb461cfb6751f5fc32a48091f25bd91b288717b2a4fbb153a20efdb396580c50c903fc6f9023f81e6
 DIST bzflag-2.4.2.tar.bz2 15971448 SHA256 
4f7bc52284cc4b39fc352855e555b2b064c1de6a18f7474e249073070762c811 SHA512 
e5645e825f19896ad4dc1e3bf97c9b52ed3838210d97d5532936a9306623283330c9535288af90f86e32c88a1a7996b2c872b9c081558eea48400b86b3a1a6ff
 WHIRLPOOL 
82a5e543a8fdcb80c516394c63901c80c77fc659090f952cb36f65a9fb14c5ca06d6547dc9d347c6abf0ee706c40437f80edf20c424775bf6e202423e025794c
 DIST bzflag-2.4.4.tar.bz2 13922761 SHA256 
5842941e53440d2e88c955ddb594964fc5145912f61100832d224c1a017e2ecb SHA512 
ee9eefe6a24250f1aa0ac808755f2e3700ea97c559019ca8beefb8d236afd1571314f07a8f19662677526ae364d38617a1a62b356e851c27669cb9acef1a8fd3
 WHIRLPOOL 
c96853e3f1053a9b53c9d6ba27a6f638c2913e87a26d6188151a66f8f78aeeb78fac28e8cefde10d23d65fe02e49b93cd4516993e5b48a6f3f240ec67ab0fc8e
 DIST bzflag-2.4.6.tar.bz2 13919761 SHA256 
a44506828d09fe26f06658aae7f579080ecbaef5bd19a938dfed604e0c8afb45 SHA512 
b2c82b75a99aa47975d98030104654da6ae3943582a22e18faf157c8929d96ab255a4343e044baa76714b8564c60194b6edbc7b8e28a3352848c471365678205
 WHIRLPOOL 
069dc60acc93b6159bac330c81a63493e370590ce09b871a17acdfcdf8b9ac6f84c6937ecc29df5d826a475f527f6fdaabf3b26f31ec5ef29824964f43c232de

diff --git a/games-action/bzflag/bzflag-2.4.10.ebuild 
b/games-action/bzflag/bzflag-2.4.10.ebuild
new file mode 100644
index 000..d63f9d37f34
--- /dev/null
+++ b/games-action/bzflag/bzflag-2.4.10.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils flag-o-matic autotools
+
+DESCRIPTION="3D tank combat simulator game"
+HOMEPAGE="http://www.bzflag.org/;
+SRC_URI="https://download.bzflag.org/bzflag/source/${PV}/${P}.tar.bz2;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="dedicated upnp"
+
+DEPEND="
+   net-dns/c-ares
+   >=net-misc/curl-7.15.0
+   sys-libs/ncurses:0
+   sys-libs/zlib
+   !dedicated? (
+   media-libs/libsdl[joystick,sound,video]
+   virtual/glu
+   virtual/opengl )
+   upnp? ( net-libs/miniupnpc )"
+RDEPEND=${DEPEND}
+
+PATCHES=(
+   "${FILESDIR}"/${P}-configure.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myconf
+
+   if use dedicated ; then
+   ewarn
+   ewarn "You are building a server-only copy of BZFlag"
+   ewarn
+   myconf="--disable-client --without-SDL"
+   fi
+
+   econf \
+   $(use_enable upnp UPnP) \
+   ${myconf}
+}
+
+src_install() {
+   DOCS="AUTHORS ChangeLog DEVINFO PORTING README README.Linux" \
+   default
+
+   if ! use dedicated ; then
+   newicon data/bzflag-48x48.png ${PN}.png
+   make_desktop_entry ${PN} "BZFlag"
+   fi
+
+   prune_libtool_files --modules
+}

diff --git a/games-action/bzflag/files/bzflag-2.4.10-configure.patch 
b/games-action/bzflag/files/bzflag-2.4.10-configure.patch
new file mode 100644
index 000..b280621f6ec
--- /dev/null
+++ b/games-action/bzflag/files/bzflag-2.4.10-configure.patch
@@ -0,0 +1,37 @@
+diff -ru bzflag-2.4.4.orig/configure.ac bzflag-2.4.4/configure.ac
+--- bzflag-2.4.4.orig/configure.ac 2016-02-14 19:09:51.0 -0500
 bzflag-2.4.4/configure.ac  2016-05-05 16:35:35.475935345 -0400
+@@ -215,7 +215,7 @@
+ AC_SUBST(AR)
+ AC_SUBST(AR_FLAGS)
+ 
+-AC_PATH_PROG(CCACHE, ccache)
++AC_PATH_PROG(CCACHE, ccachex)
+ if test "$CCACHE" ; then
+ CC="ccache $CC"
+ CXX="ccache $CXX"
+@@ -747,13 +747,13 @@
+ #
+ # the GCC version is known to be at least 4.3 because it has C++0x support
+ # possible future warnings: -Wconversion (1894) -Wfloat-equal (317)
+-FLAGS="-Wall -Wextra -Wcast-qual -Wredundant-decls -Wshadow 

[gentoo-commits] proj/musl:master commit in: sys-apps/busybox/, sys-apps/busybox/files/

2017-03-12 Thread Aric Belsito
commit: de62e2640e8f1561ac827d6bf1a3e70919622346
Author: Aric Belsito  gmail  com>
AuthorDate: Sun Mar 12 20:47:13 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Sun Mar 12 20:47:13 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=de62e264

sys-apps/busybox: sync with upstream

 sys-apps/busybox/Manifest  | 21 +++---
 sys-apps/busybox/busybox-1.25.1.ebuild |  9 ++-
 sys-apps/busybox/busybox-1.26.0.ebuild |  7 +-
 sys-apps/busybox/busybox-1.26.2.ebuild | 29 
 .../files/busybox-1.24.1-trylink-ldflags.patch | 32 -
 .../files/busybox-1.24.2-CVE-2016-2147.patch   | 72 ---
 .../files/busybox-1.24.2-CVE-2016-2148.patch   | 55 --
 .../busybox-1.24.2-ash-recursive-heredocs.patch| 83 --
 .../busybox/files/busybox-1.25.1-setfiles.patch| 34 +
 sys-apps/busybox/files/klogd.initd |  3 +-
 sys-apps/busybox/files/mdev.initd  |  1 -
 sys-apps/busybox/files/ntpd.initd  |  3 +-
 sys-apps/busybox/files/syslogd.initd   |  3 +-
 sys-apps/busybox/files/watchdog.initd  |  3 +-
 14 files changed, 71 insertions(+), 284 deletions(-)

diff --git a/sys-apps/busybox/Manifest b/sys-apps/busybox/Manifest
index 7f76ff5..444f044 100644
--- a/sys-apps/busybox/Manifest
+++ b/sys-apps/busybox/Manifest
@@ -1,27 +1,24 @@
 AUX busybox-1.19.0-bb.patch 908 SHA256 
98f92c2edbcf61d1bacef783ea8b08cce07051b0a4489ed3f4579296846f89f1 SHA512 
d4024e531ce7113cf554646608b1ef356e51691e3e21d165621b3690c82b56a319867b90d9daba548b635d9dbd41be5efea63181b7123d4505e529d863a8214c
 WHIRLPOOL 
b0d6d9b08ad0930e5243c7addc8a6db61505e95ed8e72c64fbfd734cb6ff9e303b3eb8ea6ec4790b2be567783664230cf278eb3e673fa0844c3881cf993f7cb8
-AUX busybox-1.24.1-trylink-ldflags.patch 1179 SHA256 
2d57a1e34f3a8a6c4e08a0214ae646f3807ce9d9236d9e9c340ccce0294a6d89 SHA512 
9fcd02ad067846db4e4b1fe7fe4b28b9d2088e7ca311f47d103124336e96a19dd0fa6813d7e8d408d4bad70d1856964ef1726f23185ec828f68510477115cd11
 WHIRLPOOL 
23d46f1027ae2600fe850c3d5f9abc013a4964197e784e6e52147a335871eda80439e54e47824a486620ec40147588a1c6722a58d78db65c7484b8f0d62b164d
-AUX busybox-1.24.2-CVE-2016-2147.patch 3453 SHA256 
7cedbcfe2744a7efc1d811372932bc8ef610b8bbdfe34d28ba5a0b5d582b885d SHA512 
1268f11089ab5bc4d296995ff8216a8f2f6fbb644d20f04502f92fcadd1cafade43eb6e613fe4b9ab7e475e2bcc3b85ae8196d78c4d56a62db2ce0f3564ba644
 WHIRLPOOL 
38c30e4256e18cb2f366c5d5b35cd8b268fd0375a94616c38b43ef283df1c7772ec28f61fb4d181e5448ddc04bdc8ab3a0fdc8dd4f97ccd82bfa38cdfd190c0e
-AUX busybox-1.24.2-CVE-2016-2148.patch 1956 SHA256 
0d42e12334ff14616ce9dc22f02f15c8f3df3ef3334c9ef81abd29d21b5ac687 SHA512 
0ffdfa24d5943a15d924fdd42b5d410c0a215d0cad1753caf6c6aba7d0e5be7a883b561a683a4ac8b906e96b1839f4e6f235501c1467afe50508284f51e42c0c
 WHIRLPOOL 
6a37440abe63b75815b41d2bb4ddc8de1a557bca3a7a17802b7443079fd7418260d81231900f697cab4b4fbbd892be37dc9d97df6880e342db07fa5792f556bb
-AUX busybox-1.24.2-ash-recursive-heredocs.patch 2442 SHA256 
2e4b028036b6e983f04f51a2cfb5e61a6e71e4143e5342c54b96bc2296e5d45c SHA512 
24cd081d29fd013b9e1893ceb6f3fb8e240e46f69c1d225eed4c71ab5b630e064a15d158f37a2a1ad3f00dafa972af84fe79bd32917b4f126d557839b3288b02
 WHIRLPOOL 
d9108189f20b0326f3095d420aab74dae4bad00381781558f4d6360c62aa9021b01194b773be13625dd7ab97732ea737685e330f19046527792f0f278f761e26
+AUX busybox-1.25.1-setfiles.patch 1153 SHA256 
bd0f75f3d3eeab0d140cd7497617875330b5f70de14c04b78047e76aa1c08611 SHA512 
2b3b4aba3be49437b1875ce00887e385abae275cc269ca0e80af797a6a6acfa2f20ea4bcf195e67490d8fe691c1ca7493adbf7e097bd4f6f0e1d7e07e493dca4
 WHIRLPOOL 
9442abafe26be8a1b2e60b81df2446957e6d135f2d7038ea71eba55f10e1ed3677743d93b2ffd7a1977d214d7ec3916ca4ec40c9cd46d16f5ba47ea3198357ec
 AUX busybox-1.26.2-bb.patch 2172 SHA256 
46893ff269df3af68fbe2bdd09cb1aca57f5e1166adfe93db3c29ec5ae28 SHA512 
ead355aa1882ac7394d1803efb045d6a3039569c8f33bbd51e41654a1d50ca47c7d5f5caeadc8d36ddd360416e7b23bcd270cae1d515b524dd3ab08338b1b910
 WHIRLPOOL 
6dd0bbe52cc6a0b1e3ed98fc1c9bc3585d0cbcd5c7143096b5793d484b28733f79da56d09eea662cb2cb1ab172412273256f548a03b7b9a44e834e1d275ed5b5
 AUX ginit.c 3097 SHA256 
fd6a4715d3dd10f6db479020433da3997d397658301335c847fb779129238b8c SHA512 
8bf70f13db0fbeecedf9a9f862c5391c0d8b7aa3ddd2ec85cda9b360c3117a01e32b01017b8c30197f587e521ba360ff70d1caf8d0f69d5c3a27f37ecc252e7c
 WHIRLPOOL 
a1ec3ccc296033d88a9504b693c7d249d0bd11b1d75e3f59a62137c5e4b4c914fe2b8971c86dbca2cc8ccc0d86f3f8c2c45bb44cec85a3628c44f091476baa92
 AUX klogd.confd 218 SHA256 
737b78745964e110da2fd3357c6d5fb80ccacf979039b8d40c03cf1cb969e5f3 SHA512 
3348d5376b368b28d1431692a93868cd4550be12ad729340c5f78da35a5bd295e7613d70ce8ccde5029ad6d87a41c2f24155180f3570de8a9174dd63dece143f
 WHIRLPOOL 
ea28c1d926e36fba0ab69de8ddfd2503889b7cfa3a4ada347a9d22d9894fe30be068c0ed55f899b952e62b8de3cb69e1a4209f7864787988ded28ede10c7445a
-AUX klogd.initd 256 SHA256 

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

2017-03-12 Thread Zac Medico
commit: 293eb90649cc0ea718f6ad273109abb0f67c20fa
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar 12 20:41:22 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Mar 12 20:42:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=293eb906

dev-python/netaddr: version bump to 0.7.19

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-python/netaddr/Manifest  |  1 +
 dev-python/netaddr/netaddr-0.7.19.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/netaddr/Manifest b/dev-python/netaddr/Manifest
index d7ebfb926ee..66d2e337f9d 100644
--- a/dev-python/netaddr/Manifest
+++ b/dev-python/netaddr/Manifest
@@ -4,3 +4,4 @@ DIST netaddr-0.7.14.tar.gz 1560641 SHA256 
02abbb54c9edd6a3046385d2634f51c1dbddbb
 DIST netaddr-0.7.15.tar.gz 1525041 SHA256 
d5b5bb3f4e9a94f93d232bb876e567517d8fb59e5bebb5339483b44df5529d11 SHA512 
b6279638598b756366fd236003dbd5315b4535d2d13153857d1a2b160d9521eb94e2a46e89eb317b72081ae6b0e8916da7932fa766541616e49b2a24b7494cf3
 WHIRLPOOL 
b515b2fc7dc7970f9751ec28ca2a7b0937a7ad7a1f9a36b9e995dea430b004c2294263654d9c321fe29e7eff7af1e78281bf89432b408aa6324b0833b80e1847
 DIST netaddr-0.7.17.tar.gz 1714398 SHA256 
386b161ba1efb7e9b7def525859633627ff2e8719bb444c4e78e10529fec4e50 SHA512 
915109fee5025b37bbd10ba68b2c26d743e96f5579cffd5f3871ffb97e8a37b76e73ef903f0db1b4322c33768f17baaf66cb7e48dfac4f536c3cf0315db0
 WHIRLPOOL 
a6c9889a12be25e7a22162564c895c89bd1039216bcc16323cfa1c20e99d7af464eb51d6a246315728a328aaadc8dca9fafd4ad4a31d1a8ba946aba0f506d4d1
 DIST netaddr-0.7.18.tar.gz 1715389 SHA256 
a1f5c9fcf75ac2579b9995c843dade33009543c04f218ff7c007b3c81695bd19 SHA512 
f2a05d177e8e45cc42c494340a4dc65afdbc75bce16acc7d2e9cda06f4c2404df086780d10c764b6845cef32cf18cf00069f8b11c2dd0cb7fbcdde7d75b81253
 WHIRLPOOL 
2e8b370ae79a70a84e309f2eeecf413a39aefb2bc52d5eb1952e8240d6bf9b356b417390e59e388c717b36f746088972288bd8d3fb641758985c214b4d76cba6
+DIST netaddr-0.7.19.tar.gz 1622835 SHA256 
38aeec7cdd035081d3a4c306394b19d677623bf76fa0913f6695127c7753aefd SHA512 
8440dee19d51828cd0dee403ec8c2fbc70e42d8c7c922d1a6a2a752100f9a313c521fa5e0789e024af0998f713599d50cf986e96867d3cc62a4143875e52d6bf
 WHIRLPOOL 
cbbd157cc7c2c81ce0f6b55c647cc7b533a07a2ae883864695a6e0bb7c25fa9fe3f4106824ca04729af5d1face19ff830f0bf8ff7dfd01e8b18634798ebd76ec

diff --git a/dev-python/netaddr/netaddr-0.7.19.ebuild 
b/dev-python/netaddr/netaddr-0.7.19.ebuild
new file mode 100644
index 000..da89e74c4d6
--- /dev/null
+++ b/dev-python/netaddr/netaddr-0.7.19.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="Network address representation and manipulation library"
+HOMEPAGE="https://github.com/drkjam/netaddr 
https://pypi.python.org/pypi/netaddr https://netaddr.readthedocs.org;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="cli test"
+
+RDEPEND="cli? ( >=dev-python/ipython-0.13.1-r1[${PYTHON_USEDEP}] )"
+DEPEND="
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   ${RDEPEND}
+   )"
+
+python_test() {
+   esetup.py test
+}



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

2017-03-12 Thread Patrice Clement
commit: d7e8b7f1a31c2fbd3f6ba6c02edf7cdc96045a5b
Author: Christian Tietz  mailbox  org>
AuthorDate: Sat Mar  4 02:37:00 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Mar 12 19:31:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7e8b7f1

sys-apps/bleachbit: update remote-id in metadata.xml file.

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

 sys-apps/bleachbit/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/bleachbit/metadata.xml b/sys-apps/bleachbit/metadata.xml
index 944754225cd..ad558173934 100644
--- a/sys-apps/bleachbit/metadata.xml
+++ b/sys-apps/bleachbit/metadata.xml
@@ -11,7 +11,7 @@
Proxy Maintainers


-   bleachbit
+   bleachbit/bleachbit
https://bugs.launchpad.net/bleachbit

 



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

2017-03-12 Thread Patrice Clement
commit: d8d3ac0dafe7860d3c232dc1b3f2b23c55494e06
Author: Christian Tietz  mailbox  org>
AuthorDate: Sat Mar  4 02:35:52 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Mar 12 19:31:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8d3ac0d

sys-apps/bleachbit: version bump to 1.17.

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

 sys-apps/bleachbit/Manifest  |  1 +
 sys-apps/bleachbit/bleachbit-1.17.ebuild | 63 
 2 files changed, 64 insertions(+)

diff --git a/sys-apps/bleachbit/Manifest b/sys-apps/bleachbit/Manifest
index e780ce8a13e..af53a7625b4 100644
--- a/sys-apps/bleachbit/Manifest
+++ b/sys-apps/bleachbit/Manifest
@@ -1 +1,2 @@
 DIST bleachbit-1.12.tar.bz2 396838 SHA256 
55188debde6ccb9d83ebf5bb9f8c821c616fa0dfe309779d3d87059c04b1a8f4 SHA512 
b9c13a75b86eebbedaf928394714ac4d7847b8d53d345a4884acee68cd9c46ff1d5f4108479d7695109bad03c0fcdbb6f89e77d8794a60697fd5c6acdb34530c
 WHIRLPOOL 
e0df98dec3948eb6e8035911e82988a14876f07828e58e8badb4042b921e57d544bf060cb542fbd66e68b7c5652d3f9f08dbec2c9ae8a30ecb6df9431aae5d4b
+DIST bleachbit-1.17.tar.gz 867671 SHA256 
fe76f43d7cc1347ca6fba1902b35ced454d7a0b45a6ac983d8b63987d4e94fa0 SHA512 
c1d7d266e7baef532a9826ce1a0fb8cd247136a335c3236ba7cf6e4f7af4420e4f0f424fb98579c5433ebd55138860657a3fad3ad56ed4f4a3f8163526a73e95
 WHIRLPOOL 
f06b0ac02d80a0dd8cd3f343b60a8af46abad5d6e96cc716d9e6b32539e9deb56574ffeb99285b3b7f1e16987b869275935cfae9b61e42708f176f1e1f9597b6

diff --git a/sys-apps/bleachbit/bleachbit-1.17.ebuild 
b/sys-apps/bleachbit/bleachbit-1.17.ebuild
new file mode 100644
index 000..997d4a6fd02
--- /dev/null
+++ b/sys-apps/bleachbit/bleachbit-1.17.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar ast be bg bn bs ca cs da de el en_AU en_CA en_GB eo es et eu \
+fa fi fo fr gl he hi hr hu hy ia id it ja ko ku ky lt lv ms my nb nds nl nn \
+pl pt pt_BR ro ru se si sk sl sq sr sv ta te th tr ug uk uz vi zh_CN zh_TW"
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1 eutils l10n
+
+DESCRIPTION="Clean junk to free disk space and to maintain privacy"
+HOMEPAGE="https://www.bleachbit.org;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+gtk nls"
+
+RDEPEND="
+   dev-python/notify-python[$PYTHON_USEDEP]
+   gtk? ( dev-python/pygtk:2[$PYTHON_USEDEP] )"
+
+DEPEND="${RDEPEND}
+   nls? ( sys-devel/gettext )"
+
+DOCS=( README.md )
+
+python_prepare_all() {
+   rem_locale() {
+   rm "po/${1}.po" || die "removing of ${1}.po failed"
+   }
+
+   l10n_find_plocales_changes po "" ".po"
+   l10n_for_each_disabled_locale_do rem_locale
+
+   # choose correct Python implementation, bug #465254
+   sed -i -e 's/python/$(PYTHON)/g' po/Makefile || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use nls && emake -C po
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   use nls && emake -C po DESTDIR="${D}" install
+
+   # https://bugs.gentoo.org/388999
+   insinto /usr/share/${PN}/cleaners
+   doins cleaners/*.xml
+
+   newbin ${PN}.py ${PN}
+   python_replicate_script "${D}/usr/bin/${PN}"
+
+   doicon ${PN}.png
+   domenu ${PN}.desktop
+}



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

2017-03-12 Thread Patrice Clement
commit: 071ace25b439cc38502cfb52a7dcf46e35774837
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Mar 12 19:22:57 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Mar 12 19:22:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071ace25

dev-python/iso_639: remove IUSE declaration.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/iso_639/iso_639-0.4.5.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/iso_639/iso_639-0.4.5.ebuild 
b/dev-python/iso_639/iso_639-0.4.5.ebuild
index 0f4383a4053..958d32034e5 100644
--- a/dev-python/iso_639/iso_639-0.4.5.ebuild
+++ b/dev-python/iso_639/iso_639-0.4.5.ebuild
@@ -18,7 +18,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 LICENSE="AGPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 



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

2017-03-12 Thread Patrice Clement
commit: 03814c53dbbdbf992a21f4d99ce1f001b9d28eb4
Author: Rodrigo Saboya  users  noreply  github  
com>
AuthorDate: Wed Feb  8 19:42:42 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Mar 12 19:21:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03814c53

dev-python/iso_639: New package

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

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

diff --git a/dev-python/iso_639/Manifest b/dev-python/iso_639/Manifest
new file mode 100644
index 000..3f40b44923b
--- /dev/null
+++ b/dev-python/iso_639/Manifest
@@ -0,0 +1 @@
+DIST iso-639-0.4.5.tar.gz 167421 SHA256 
dc9cd4b880b898d774c47fe9775167404af8a85dd889d58f9008035109acce49 SHA512 
5b27cbcd39173f03d6d54e1ecddf879b630e985c549d6084dab29134d30bcd0052f902a2c8ca5a0db891c197deb1a00f1acda880cf728e7589f0471c42982f73
 WHIRLPOOL 
da3aed44560571ca7cba10f1c2a25df32dc681da4d60cf3ec7716b1018d00937e3369ba6c69692cd082b3f0bbd03dc3feab0f3a47fa3f046504fcbfeb8d2d7c3

diff --git a/dev-python/iso_639/iso_639-0.4.5.ebuild 
b/dev-python/iso_639/iso_639-0.4.5.ebuild
new file mode 100644
index 000..0f4383a4053
--- /dev/null
+++ b/dev-python/iso_639/iso_639-0.4.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+
+MY_PN="iso-639"
+MY_P="${MY_PN}-${PV}"
+
+inherit distutils-r1
+
+DESCRIPTION="Python library for ISO 639 standard"
+HOMEPAGE="https://pypi.python.org/pypi/iso-639 
https://github.com/noumar/iso639;
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/${MY_P}"

diff --git a/dev-python/iso_639/metadata.xml b/dev-python/iso_639/metadata.xml
new file mode 100644
index 000..3db7f9b3042
--- /dev/null
+++ b/dev-python/iso_639/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   iso-639
+   noumar/iso639
+   
+



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

2017-03-12 Thread Patrice Clement
commit: da0d5255d2110d79a7757c6ee71f3503bd49d214
Author: Rodrigo Saboya  users  noreply  github  
com>
AuthorDate: Wed Feb  8 19:39:51 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Mar 12 19:23:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da0d5255

dev-python/iso3166: new package.

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

 dev-python/iso3166/Manifest   |  1 +
 dev-python/iso3166/iso3166-0.8.ebuild | 20 
 dev-python/iso3166/metadata.xml   | 12 
 3 files changed, 33 insertions(+)

diff --git a/dev-python/iso3166/Manifest b/dev-python/iso3166/Manifest
new file mode 100644
index 000..5c5a85b095f
--- /dev/null
+++ b/dev-python/iso3166/Manifest
@@ -0,0 +1 @@
+DIST iso3166-0.8.tar.gz 8930 SHA256 
fbeb17bed90d15b1f6d6794aa2ea458e5e273a1d29b6f4939423c97640e14933 SHA512 
ccb49bbdb1a2751816b095141d4bf566761df4d3857923d3444d5e12b915c4d92e5aefba16c4680a4876862efdfb6c928b50f5ca675342d5952c1b446012a101
 WHIRLPOOL 
fc9c3a2aff93f818f2a4ff55d426dc30bb9c0ff12c3a0c42241b54ea88aca8ab50f378b217b90bcc3335f56161b1b8d5d34089ff6aae9100f1074a171e122bc4

diff --git a/dev-python/iso3166/iso3166-0.8.ebuild 
b/dev-python/iso3166/iso3166-0.8.ebuild
new file mode 100644
index 000..3dcf8e07340
--- /dev/null
+++ b/dev-python/iso3166/iso3166-0.8.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Self-contained ISO 3166-1 country definitions."
+HOMEPAGE="https://pypi.python.org/pypi/iso3166 
https://github.com/deactivated/python-iso3166;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

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



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

2017-03-12 Thread Patrice Clement
commit: d67eeb4df1d54dae243182ac819012fd4be659de
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Mar 12 19:24:47 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Mar 12 19:24:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d67eeb4d

dev-python/iso3166: remove IUSE declaration.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/iso3166/iso3166-0.8.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/iso3166/iso3166-0.8.ebuild 
b/dev-python/iso3166/iso3166-0.8.ebuild
index 3dcf8e07340..e6a0cf76be2 100644
--- a/dev-python/iso3166/iso3166-0.8.ebuild
+++ b/dev-python/iso3166/iso3166-0.8.ebuild
@@ -15,6 +15,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-util/lxqt-build-tools/

2017-03-12 Thread Patrice Clement
commit: 322d8e2c43d7ee2a956a8bd8ec556e6fd6d9c784
Author: Richard Nespithal  nespithal  com>
AuthorDate: Wed Nov 23 15:40:08 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Mar 12 19:04:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=322d8e2c

dev-util/lxqt-build-tools: new package.

lxqt-build-tools is summarizing several tools which are needed to build
LXQt as well as some of the other components maintained by the project.

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

 dev-util/lxqt-build-tools/Manifest |  1 +
 .../lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild | 26 ++
 dev-util/lxqt-build-tools/metadata.xml |  8 +++
 3 files changed, 35 insertions(+)

diff --git a/dev-util/lxqt-build-tools/Manifest 
b/dev-util/lxqt-build-tools/Manifest
new file mode 100644
index 000..c0a62e85ad9
--- /dev/null
+++ b/dev-util/lxqt-build-tools/Manifest
@@ -0,0 +1 @@
+DIST lxqt-build-tools-0.2.0.tar.xz 15552 SHA256 
4b2b6788260e167358f3bb295cc2faa820cb52670d3213a6317419db893037d2 SHA512 
40349710a20d3f06761c57b5d40aa05cb194fa4b50d1e41e4bd7e6adf1beb5c7209f3d4965869a301369df17ec1d75f55aede7ab0fe88a55d692cd56d72121de
 WHIRLPOOL 
9725e8181a7f6e6e05c172336b5b489caf9573e7d6beb472ffd9a6ae8769f961b285f43d3ef05103e0374c50abf55afc81d028e487668d1b0cbe8fcc2787a878

diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild 
b/dev-util/lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild
new file mode 100644
index 000..0e20e217615
--- /dev/null
+++ b/dev-util/lxqt-build-tools/lxqt-build-tools-0.2.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit cmake-utils
+
+DESCRIPTION="LXQt Build tools"
+HOMEPAGE="http://lxqt.org/;
+
+if [[ ${PV} = ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+else
+   SRC_URI="http://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+
+DEPEND="dev-qt/qtcore:5"
+
+src_configure() {
+   cmake-utils_src_configure
+}

diff --git a/dev-util/lxqt-build-tools/metadata.xml 
b/dev-util/lxqt-build-tools/metadata.xml
new file mode 100644
index 000..a40a83a9c6a
--- /dev/null
+++ b/dev-util/lxqt-build-tools/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+l...@gentoo.org
+LXQt
+  
+



[gentoo-commits] proj/openrc:master commit in: init.d/

2017-03-12 Thread William Hubbs
commit: 5f5b1f7cbefd0bc14352e86a9c33260266f98d9b
Author: William Hubbs  gmail  com>
AuthorDate: Sun Mar 12 18:55:49 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Mar 12 18:55:49 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=5f5b1f7c

init.d/sysfs.in: efivarfs tweaks

Since we check for /sys/firmware/efi/efivars, we do not need to check
for /sys/firmware/efi

Since Failing to mount efivarfs is not critical, we silence the error
message from mount.

 init.d/sysfs.in | 16 ++--
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/init.d/sysfs.in b/init.d/sysfs.in
index 8030ea84..e493f584 100644
--- a/init.d/sysfs.in
+++ b/init.d/sysfs.in
@@ -98,16 +98,12 @@ mount_misc()
fi
 
# set up kernel support for efivarfs
-   # The presence of /sys/firmware/efi indicates that the system was
-   # booted in efi mode.
-   if [ -d /sys/firmware/efi ]; then
-   if [ -d /sys/firmware/efi/efivars ] &&
-   ! mountinfo -q /sys/firmware/efi/efivars; then
-   ebegin "Mounting efivarfs filesystem"
-   mount -n -t efivarfs -o ${sysfs_opts} \
-   efivarfs /sys/firmware/efi/efivars
-   eend $?
-   fi
+   if [ -d /sys/firmware/efi/efivars ] &&
+   ! mountinfo -q /sys/firmware/efi/efivars; then
+   ebegin "Mounting efivarfs filesystem"
+   mount -n -t efivarfs -o ${sysfs_opts} \
+   efivarfs /sys/firmware/efi/efivars 2> /dev/null
+   eend 0
fi
 }
 



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

2017-03-12 Thread William Hubbs
commit: cfdf56475e600f79a433cd721cadf39114c6c58d
Author: William Hubbs  gmail  com>
AuthorDate: Sun Mar 12 18:55:25 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Mar 12 18:55:25 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=cfdf5647

version 0.25

 Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc b/Makefile.inc
index d44d3f97..94b4e019 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,3 +1,3 @@
 NAME=  openrc
-VERSION=   0.24
+VERSION=   0.25
 PKG=   ${NAME}-${VERSION}



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

2017-03-12 Thread Patrice Clement
commit: 0ce8f4ef5ae4f481970292e636532879eb9c7a13
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Mar 12 18:51:32 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Mar 12 18:52:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce8f4ef

app-misc/neofetch: remove version 3.0.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-misc/neofetch/Manifest|  1 -
 app-misc/neofetch/neofetch-3.0.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index c59c55f60eb..4f7f08c863f 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -2,4 +2,3 @@ DIST neofetch-1.8.1.tar.gz 52867 SHA256 
dfa1e97f3a91af00da45af1bf3f6a197f545063d
 DIST neofetch-1.9.1.tar.gz 55739 SHA256 
d7e30215994968ca861836f9bab9259624688fd50620e7d5af5c8b31da8bd32b SHA512 
e5b339549bd5eae726e66369bd9ebae7927117d7fb5af52bdfa54d5bff0793d72ed893ed631999dd492a2044fcc91ffe990ae8113b40fa3d724f5584417defc9
 WHIRLPOOL 
74f35ede4b3836d4b5485df0a80a1a9fef0d23de637558456dac69bdf7f4a1742f7f2e87e4c0faa99bec5959145ea5cc8e764cde320f1005ec1263c0c808eaac
 DIST neofetch-2.0.2.tar.gz 57385 SHA256 
25a174ed41720d7645240cce4ca24f6228097a0daae3afd42563bfcf01584bc9 SHA512 
1c31df41cf1e08f40c1a8ff5721f503d9350facf13ae0df30e229ce772b198d22b52662db82908d8d501a396142ba5fea0e7f14e9c8c323bfcbe2080826e1477
 WHIRLPOOL 
b0900b4cf672fb07a2b359a2a3ee8c6e0ae13d745bde0ea8aa435b0a886d86ee1a6b2ef7d9d41e8fec6947d02df47de234a3af250de783f1525db57888fac017
 DIST neofetch-3.0.1.tar.gz 66571 SHA256 
31447da6507c13c44eb2006901c00ed4ca08f0423d9439aaddea64edcaca2c38 SHA512 
e9353d61226dcb4f8161556ba07156ea13737d6cde05f00b39a85e4a2f54716db833e8be076c56168b7003230ef42dfa9b9223c0ab930456a664a9a2c31cf2ad
 WHIRLPOOL 
a4b241d611afc31395f4f228937e744257ded55f551d0cfc7193c8269d7174e47861489c1306f27a0d9a9e59acf340b37aa30f7919e59a2855c11732edc323c0
-DIST neofetch-3.0.tar.gz 69256 SHA256 
b5d3319474ff432c874dd39d38800ac8eb31da0b8e481b871ff4792f07fb67c4 SHA512 
9f6a446da92d6a1d1a961c34d223e7154d42c9ffddb578064ece7ada9745c8c4d5f11fd9c4b06cb40028886aee3547362a3d097824bc4280859dcbbf2498c1ac
 WHIRLPOOL 
832850eee7a3eead0e09d55c9f75bcb7d527abbc37cce5011b24fe87487562a2e9b03b27db7a18947ec4120ad76d6169e380122c48e68a39e8ce72ce504bd0c1

diff --git a/app-misc/neofetch/neofetch-3.0.ebuild 
b/app-misc/neofetch/neofetch-3.0.ebuild
deleted file mode 100644
index ed8aa03c69f..000
--- a/app-misc/neofetch/neofetch-3.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Simple information system script"
-HOMEPAGE="https://github.com/dylanaraps/neofetch;
-SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz;
-LICENSE="MIT-with-advertising"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="X"
-
-RDEPEND="sys-apps/pciutils
-   X? (
-   x11-apps/xprop
-   x11-apps/xwininfo
-   x11-apps/xrandr
-   www-client/w3m[imlib]
-   media-libs/imlib2
-   media-gfx/imagemagick
-   )"
-
-pkg_postinst() {
-   ewarn "A lot of things have changed in neofetch 3.0, and we cannot"
-   ewarn "guarantee that your config will work in neofetch 3.0. As such,"
-   ewarn "we recommend you to use a new config. You can delete your 
current"
-   ewarn "config from $HOME/.config/neofetch"
-
-   einfo "The system-wide config has been moved from 
/usr/share/neofetch/config"
-   einfo "to /etc/neofetch/config."
-}



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

2017-03-12 Thread Patrice Clement
commit: b438d145376c86e2a074525b7fb6652b2dc2581a
Author: Muhammad Herdiansyah  openmailbox  org>
AuthorDate: Sun Mar 12 18:48:33 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Mar 12 18:52:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b438d145

app-misc/neofetch: version bump to 3.0.1.

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

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-misc/neofetch/Manifest  |  1 +
 app-misc/neofetch/neofetch-3.0.1.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 9f228e86dba..c59c55f60eb 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,4 +1,5 @@
 DIST neofetch-1.8.1.tar.gz 52867 SHA256 
dfa1e97f3a91af00da45af1bf3f6a197f545063dba129bd4db839b0139e68e24 SHA512 
c89a5c2b01c75fdce66e901d95f19da7e7865bc708426a577b3d11bd383eb7261d1493eb06aa4da59c141bd0d5629a6dbdf1dcf334ea57a86ceab565de627f29
 WHIRLPOOL 
f6de8f24f602298582d61a7932344cb4f3d0ddd197d7c948273f12e911a593059aead4dd598d54331d65aa0d6764386f5e268775dc19c0817b2201c13687af37
 DIST neofetch-1.9.1.tar.gz 55739 SHA256 
d7e30215994968ca861836f9bab9259624688fd50620e7d5af5c8b31da8bd32b SHA512 
e5b339549bd5eae726e66369bd9ebae7927117d7fb5af52bdfa54d5bff0793d72ed893ed631999dd492a2044fcc91ffe990ae8113b40fa3d724f5584417defc9
 WHIRLPOOL 
74f35ede4b3836d4b5485df0a80a1a9fef0d23de637558456dac69bdf7f4a1742f7f2e87e4c0faa99bec5959145ea5cc8e764cde320f1005ec1263c0c808eaac
 DIST neofetch-2.0.2.tar.gz 57385 SHA256 
25a174ed41720d7645240cce4ca24f6228097a0daae3afd42563bfcf01584bc9 SHA512 
1c31df41cf1e08f40c1a8ff5721f503d9350facf13ae0df30e229ce772b198d22b52662db82908d8d501a396142ba5fea0e7f14e9c8c323bfcbe2080826e1477
 WHIRLPOOL 
b0900b4cf672fb07a2b359a2a3ee8c6e0ae13d745bde0ea8aa435b0a886d86ee1a6b2ef7d9d41e8fec6947d02df47de234a3af250de783f1525db57888fac017
+DIST neofetch-3.0.1.tar.gz 66571 SHA256 
31447da6507c13c44eb2006901c00ed4ca08f0423d9439aaddea64edcaca2c38 SHA512 
e9353d61226dcb4f8161556ba07156ea13737d6cde05f00b39a85e4a2f54716db833e8be076c56168b7003230ef42dfa9b9223c0ab930456a664a9a2c31cf2ad
 WHIRLPOOL 
a4b241d611afc31395f4f228937e744257ded55f551d0cfc7193c8269d7174e47861489c1306f27a0d9a9e59acf340b37aa30f7919e59a2855c11732edc323c0
 DIST neofetch-3.0.tar.gz 69256 SHA256 
b5d3319474ff432c874dd39d38800ac8eb31da0b8e481b871ff4792f07fb67c4 SHA512 
9f6a446da92d6a1d1a961c34d223e7154d42c9ffddb578064ece7ada9745c8c4d5f11fd9c4b06cb40028886aee3547362a3d097824bc4280859dcbbf2498c1ac
 WHIRLPOOL 
832850eee7a3eead0e09d55c9f75bcb7d527abbc37cce5011b24fe87487562a2e9b03b27db7a18947ec4120ad76d6169e380122c48e68a39e8ce72ce504bd0c1

diff --git a/app-misc/neofetch/neofetch-3.0.1.ebuild 
b/app-misc/neofetch/neofetch-3.0.1.ebuild
new file mode 100644
index 000..9a4c4fa719e
--- /dev/null
+++ b/app-misc/neofetch/neofetch-3.0.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Simple information system script"
+HOMEPAGE="https://github.com/dylanaraps/neofetch;
+SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz;
+LICENSE="MIT-with-advertising"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="X"
+
+RDEPEND="sys-apps/pciutils
+   X? (
+   x11-apps/xprop
+   x11-apps/xwininfo
+   x11-apps/xrandr
+   www-client/w3m[imlib]
+   media-libs/imlib2
+   media-gfx/imagemagick
+   )"
+
+pkg_postinst() {
+   ewarn "A lot of things have changed in neofetch 3.0, and we cannot"
+   ewarn "guarantee that your config will work in neofetch 3.0. As such,"
+   ewarn "we recommend you to use a new config. You can delete your 
current"
+   ewarn "config from $HOME/.config/neofetch"
+
+   einfo "The system-wide config has been moved from 
/usr/share/neofetch/config"
+   einfo "to /etc/neofetch/config."
+}



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

2017-03-12 Thread David Seifert
commit: 0d847c0a3e44839e9bdf428eba990780faca50e0
Author: David Seifert  gentoo  org>
AuthorDate: Sun Mar 12 18:10:02 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Mar 12 18:10:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d847c0a

profiles: Mask app-text/uvconv for removal

Bug: https://bugs.gentoo.org/show_bug.cgi?id=593942

 profiles/package.mask | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 54d8294e2f5..7a22ee3382f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -38,7 +38,8 @@ www-plugins/nspluginwrapper
 # David Seifert  (12 Mar 2017)
 # Awful codebase, lots of widechars stored in chars,
 # invokes undefined behaviour, last release in 2004.
-# Masked for removal in 30 days. Bug #593976.
+# Masked for removal in 30 days. Bug #593942, #593976.
+app-text/uvconv
 app-i18n/x-unikey
 
 # Michael Palimaka  (11 Mar 2017)



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

2017-03-12 Thread Mike Gilbert
commit: 3d96b2887c29e934abd6eb6a42cb554146a14eed
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Mar 12 17:58:54 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Mar 12 17:59:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d96b288

sys-apps/systemd: backport dm abi fix

Package-Manager: Portage-2.3.3_p79, Repoman-2.3.1_p72

 ...ct-DM-interface-version-dependencies-5519.patch | 456 +
 .../{systemd-233.ebuild => systemd-233-r1.ebuild}  |   1 +
 2 files changed, 457 insertions(+)

diff --git 
a/sys-apps/systemd/files/233-0001-Avoid-strict-DM-interface-version-dependencies-5519.patch
 
b/sys-apps/systemd/files/233-0001-Avoid-strict-DM-interface-version-dependencies-5519.patch
new file mode 100644
index 000..be41fc4ec22
--- /dev/null
+++ 
b/sys-apps/systemd/files/233-0001-Avoid-strict-DM-interface-version-dependencies-5519.patch
@@ -0,0 +1,456 @@
+From dac3407f02116b94866224e0b5ecd46a5fa1c161 Mon Sep 17 00:00:00 2001
+From: Michael Biebl 
+Date: Thu, 2 Mar 2017 19:11:37 +0100
+Subject: [PATCH] Avoid strict DM interface version dependencies (#5519)
+
+Compiling against the dm-ioctl.h header as provided by the Linux kernel
+will embed the DM interface version number. Running an older kernel can
+result in an error like this on shutdown:
+
+Could not detach DM dm-11: ioctl mismatch, kernel(4.34.4), user(4.35.4)
+
+Work around this by shipping a local copy of dm-ioctl.h. We need at
+least the version from 3.13 for DM_DEFERRED_REMOVE [1], so bump the
+requirements in README accordingly.
+
+[1] 
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=2c140a246dc0bc085b98eddde978060fcec1080c
+
+Fixes: #5492
+---
+ Makefile.am  |   1 +
+ README   |   2 +-
+ src/core/umount.c|   2 +-
+ src/shared/dissect-image.c   |   2 +-
+ src/shared/linux-3.13/dm-ioctl.h | 355 +++
+ 5 files changed, 359 insertions(+), 3 deletions(-)
+ create mode 100644 src/shared/linux-3.13/dm-ioctl.h
+
+diff --git a/Makefile.am b/Makefile.am
+index 2a5610740..65de9f16d 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -1018,6 +1018,7 @@ libshared_la_SOURCES = \
+   src/shared/gpt.h \
+   src/shared/udev-util.h \
+   src/shared/linux/auto_dev-ioctl.h \
++  src/shared/linux-3.13/dm-ioctl.h \
+   src/shared/initreq.h \
+   src/shared/dns-domain.c \
+   src/shared/dns-domain.h \
+diff --git a/README b/README
+index a4a649395..30b5f7187 100644
+--- a/README
 b/README
+@@ -35,7 +35,7 @@ LICENSE:
+ - except src/udev/* which is (currently still) GPLv2, GPLv2+
+ 
+ REQUIREMENTS:
+-Linux kernel >= 3.12
++Linux kernel >= 3.13
+ Linux kernel >= 4.2 for unified cgroup hierarchy support
+ 
+ Kernel Config Options:
+diff --git a/src/core/umount.c b/src/core/umount.c
+index 2f4b12bdb..454383e7e 100644
+--- a/src/core/umount.c
 b/src/core/umount.c
+@@ -19,7 +19,6 @@
+ 
+ #include 
+ #include 
+-#include 
+ #include 
+ #include 
+ #include 
+@@ -31,6 +30,7 @@
+ #include "escape.h"
+ #include "fd-util.h"
+ #include "fstab-util.h"
++#include "linux-3.13/dm-ioctl.h"
+ #include "list.h"
+ #include "mount-setup.h"
+ #include "path-util.h"
+diff --git a/src/shared/dissect-image.c b/src/shared/dissect-image.c
+index 39e724c51..1c9d21566 100644
+--- a/src/shared/dissect-image.c
 b/src/shared/dissect-image.c
+@@ -20,7 +20,6 @@
+ #ifdef HAVE_LIBCRYPTSETUP
+ #include 
+ #endif
+-#include 
+ #include 
+ 
+ #include "architecture.h"
+@@ -32,6 +31,7 @@
+ #include "fs-util.h"
+ #include "gpt.h"
+ #include "hexdecoct.h"
++#include "linux-3.13/dm-ioctl.h"
+ #include "mount-util.h"
+ #include "path-util.h"
+ #include "stat-util.h"
+diff --git a/src/shared/linux-3.13/dm-ioctl.h 
b/src/shared/linux-3.13/dm-ioctl.h
+new file mode 100644
+index 0..c8a430209
+--- /dev/null
 b/src/shared/linux-3.13/dm-ioctl.h
+@@ -0,0 +1,355 @@
++/*
++ * Copyright (C) 2001 - 2003 Sistina Software (UK) Limited.
++ * Copyright (C) 2004 - 2009 Red Hat, Inc. All rights reserved.
++ *
++ * This file is released under the LGPL.
++ */
++
++#ifndef _LINUX_DM_IOCTL_V4_H
++#define _LINUX_DM_IOCTL_V4_H
++
++#include 
++
++#define DM_DIR "mapper"   /* Slashes not supported */
++#define DM_CONTROL_NODE "control"
++#define DM_MAX_TYPE_NAME 16
++#define DM_NAME_LEN 128
++#define DM_UUID_LEN 129
++
++/*
++ * A traditional ioctl interface for the device mapper.
++ *
++ * Each device can have two tables associated with it, an
++ * 'active' table which is the one currently used by io passing
++ * through the device, and an 'inactive' one which is a table
++ * that is being prepared as a replacement for the 'active' one.
++ *
++ * DM_VERSION:
++ * Just get the version information for the ioctl interface.
++ *
++ * DM_REMOVE_ALL:
++ * Remove all dm devices, destroy all tables.  Only really used
++ * for 

[gentoo-commits] proj/nx:master commit in: net-misc/nxcl/, metadata/md5-cache/net-misc/, app-eselect/eselect-nxserver/, ...

2017-03-12 Thread Bernard Cafarelli
commit: 136be98f324821fb1d73dea909f10921faaf9110
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Mar 12 17:18:08 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Mar 12 17:18:08 2017 +
URL:https://gitweb.gentoo.org/proj/nx.git/commit/?id=136be98f

Update ebuild headers, metadata, dead dependencies

Package-Manager: Portage-2.3.4, Repoman-2.3.2
Manifest-Sign-Key: 00F7AB331B0F097F

 app-eselect/eselect-nxserver/Manifest  | 26 --
 .../eselect-nxserver/eselect-nxserver-0.3.ebuild   |  3 +--
 app-eselect/eselect-nxserver/metadata.xml  |  5 -
 .../md5-cache/app-eselect/eselect-nxserver-0.3 |  2 +-
 metadata/md5-cache/net-misc/nxcl-0.9-r2|  4 ++--
 metadata/md5-cache/net-misc/nxsadmin-0.2.1-r1  |  4 ++--
 .../net-misc/nxserver-freenx-0.7.3_p104-r7 |  8 +++
 metadata/md5-cache/net-misc/qtnx-0.9   |  4 ++--
 net-misc/nxcl/Manifest | 26 --
 net-misc/nxcl/metadata.xml |  5 -
 net-misc/nxcl/nxcl-0.9-r2.ebuild   |  3 +--
 net-misc/nxsadmin/Manifest | 26 --
 net-misc/nxsadmin/metadata.xml |  3 +--
 net-misc/nxsadmin/nxsadmin-0.2.1-r1.ebuild |  3 +--
 net-misc/nxserver-freenx/Manifest  | 26 --
 net-misc/nxserver-freenx/metadata.xml  | 13 ++-
 .../nxserver-freenx-0.7.3_p104-r7.ebuild   | 12 --
 net-misc/qtnx/Manifest | 26 --
 net-misc/qtnx/metadata.xml |  5 -
 net-misc/qtnx/qtnx-0.9.ebuild  |  3 +--
 20 files changed, 160 insertions(+), 47 deletions(-)

diff --git a/app-eselect/eselect-nxserver/Manifest 
b/app-eselect/eselect-nxserver/Manifest
index cd23991..6cd270a 100644
--- a/app-eselect/eselect-nxserver/Manifest
+++ b/app-eselect/eselect-nxserver/Manifest
@@ -1,4 +1,26 @@
+-BEGIN PGP SIGNED MESSAGE-
+Hash: SHA256
+
 DIST nxserver.eselect-0.3.bz2 1283 SHA256 
c318946b0f196e47005996901e5dec28b9b446ee0154fd6aaa3f8422d4ed2217 SHA512 
c392481643cbcb81971568157c3692f2a2a802fbd4cd0aadc6371e9bced29c077c14c480f3e2cd2052927414b3092d44d5d71a665aa6f4ae8ad9cb81648da768
 WHIRLPOOL 
1b9b551c9a9bb03d5a3bed4cdf3824da3056f1200e2fac6ddf0eea2f04d27712a23f6fd005f87561ee51dc771698ebcd564a3a742cccfab4f42dea3d8e64e463
-EBUILD eselect-nxserver-0.3.ebuild 546 SHA256 
03278602b4d8e6cdf7098aebe2677f1c6139e40b740ffbe9b9cad8de26f99a4e SHA512 
7c614d964adb92d46d25fea5bd34e73f111ccc567ccc5a7fbf4c62f8fee387deb69f4e023a6fefe20cd05a76a28e3968c37f7b278558606771c1e30bc5a21fda
 WHIRLPOOL 
eabc45584c04b66a654c3a6c1011dfe64d4f1142d221195a24858181566430bfba6e6042f9d5546f10f5f6ea1087fde236590a469b0b80d1aeac353fb26a0896
+EBUILD eselect-nxserver-0.3.ebuild 539 SHA256 
e40e227ae37e948da1001edaff5f74b5e4284f2d6fa31b95e76c9b7f21746876 SHA512 
e069d345151fc9e91bdf40a88e703447b325f71436cd6b8c500b589054bffc3d76a220e8509b67f2ec7da4b27b46515407a2efe17989458e9b4308698f89bcba
 WHIRLPOOL 
5f78b32d824af3291789c4d07c349b0014efdc3ef75b48eaea1a68f0da7476888756db6c2ea0b94f699d2d90fd2c60cb9cd3f5296c6cfee0e7df09350cdaecc9
 MISC ChangeLog 823 SHA256 
d927b8b03777835da38b604b1683ef2bdbcc0840fa099b985c386f7db5a4736a SHA512 
c7a2ef51615a07d3e0e385ec0c8b4e9e5a721659cd29fe2619667de4632a6ce12ad794b7110a715481b50313efbd4c785959f948096b771a4579734dbab3ce8f
 WHIRLPOOL 
539c17b43447924131c30a6aaeb8e1b8f6365f8407f444b633dce63de5e3f85d72ba1984288a6bb04371ca85405675d0c8b6e2c25dd0f9121926e8400f2a607d
-MISC metadata.xml 156 SHA256 
b9c2301297e0f8c82d38056e5925edc98e9da6edb15f47835a73ee0b987c6396 SHA512 
b307f542d495482a88f8e7f6cca017dad2a0741b6066beccdc1b9acfa13cb7578e19d9e3495955414561fb205233ffcdb895dd6927285d31a4d033d486b8846c
 WHIRLPOOL 
aa347bda8ef66b979c0b56d18cd132b814c48bcdf275e3703af5aada4d894d417a21212aa011f3580b60dd47fb5cc6957ecd33e453513c3f155cd39f5ae7c28f
+MISC metadata.xml 252 SHA256 
f09077829bd604b153aecd586b23fe39af2279d2b5871eb74391c7b7e9496404 SHA512 
6a56c24e3731dd9512fa264d3dce1fe36ace891a17394c483586e0be1fffd153e901228d3ee9c471a226b04cec27d3f78ed2de491e46238de4b06538dab7e724
 WHIRLPOOL 
5da21d058640f220853befb609832550c9078b8879264a87ffb4b845b89e557ae43f04975c4e7b65531b2b843f6a6cd5b139648b72574b555e8cf6610ffd610e
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2
+
+iQKTBAEBCAB9FiEE0xzR9NDgJnbExk7AAPerMxsPCX8FAljFgs9fFIAALgAo
+aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQz
+MUNEMUY0RDBFMDI2NzZDNEM2NEVDMDAwRjdBQjMzMUIwRjA5N0YACgkQAPerMxsP
+CX8EQw//eJ6ct7ZeUMg8pbo5Jkml9LsIjFDrHL/4Zb+bMOukmDn+xRXeV9/sdiFs
+KzFJ6fbmY0FXRnIUtT6jPG+ysyIOX8lqFmdjnovCBNJHhbxig0jIAn9PuuSkKMHk
+uZAk/mS2zGYWCWS2llI+ZrZ+qpoYTqvrWHDFbxbJNpwkzOn/RNNrueFeRfjoFPm8
+y/b4lXFqmtWxDsvrSuAdGHlHOJNUXHc/F8NL7Ms60pIlWjo/zdNNexCLMYLPalrL
+YyALMXL+Tk8zLzdKw8EGpJIJtxOUybRLu7hRUuso7tQcREAhDLKu1dLVifX8i4Tv

[gentoo-commits] repo/gentoo:master commit in: gnustep-apps/ftp/

2017-03-12 Thread Bernard Cafarelli
commit: 11de47aea1ae27522c4c038077588548fcc5917d
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Mar 12 17:08:40 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Mar 12 17:09:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11de47ae

gnustep-apps/ftp: initial commit, bug #611880

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 gnustep-apps/ftp/Manifest   |  1 +
 gnustep-apps/ftp/ftp-0.5.ebuild | 21 +
 gnustep-apps/ftp/metadata.xml   | 12 
 3 files changed, 34 insertions(+)

diff --git a/gnustep-apps/ftp/Manifest b/gnustep-apps/ftp/Manifest
new file mode 100644
index 000..10b648a5673
--- /dev/null
+++ b/gnustep-apps/ftp/Manifest
@@ -0,0 +1 @@
+DIST FTP-0.5.tar.gz 132587 SHA256 
159b297df1d797f6a4af2aa353380eeecc99078db27ecc5172e90c5bc3f06073 SHA512 
186ea229d15d06f43410bfb7eaa5d50548f908f1675a0beae54dcbc9f7adeb62384ab68fee8980df582d0c257721fb3a56ea4968ecdc91c3301172d82d61bee7
 WHIRLPOOL 
eded4bed4af37a14971527de67a3697ed7e19da387b5399f04184ef476bd365a7a690df58eb90f802c25eb0b253c4da0d2591b19ee54f0bf7427f19515253cce

diff --git a/gnustep-apps/ftp/ftp-0.5.ebuild b/gnustep-apps/ftp/ftp-0.5.ebuild
new file mode 100644
index 000..557b97b8951
--- /dev/null
+++ b/gnustep-apps/ftp/ftp-0.5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnustep-2
+
+MY_P="FTP-${PV}"
+
+DESCRIPTION="FTP client for GNUstep"
+HOMEPAGE="http://gap.nongnu.org/ftp/;
+SRC_URI="http://savannah.nongnu.org/download/gap/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}

diff --git a/gnustep-apps/ftp/metadata.xml b/gnustep-apps/ftp/metadata.xml
new file mode 100644
index 000..8c1fd1a8d59
--- /dev/null
+++ b/gnustep-apps/ftp/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   gnus...@gentoo.org
+   Gentoo GNUstep Project
+ 
+FTP is a file transfer application (RFC 765) featuring a 
compact and easy interface. As most applications in GAP it tries to work on 
both GNUstep and MacOS X and retain the utmost possible simlilarity among the 
two version to ease working in both environments.
+
+Two panes manage local (left) and remote (right) resources.
+Transfer of single files as well as multiple selection is possible, recursive 
upload (directories and sub-directories) is performed 
transparently.
+



[gentoo-commits] repo/gentoo:master commit in: gnustep-apps/talksoup/

2017-03-12 Thread Bernard Cafarelli
commit: 866c6241fc7029657948d91a252d890b3a101d39
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Mar 12 16:59:15 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Mar 12 17:09:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=866c6241

gnustep-apps/talksoup: restore package with new home

Thanks Riccardo  gmail.com> in bug #611878

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 gnustep-apps/talksoup/Manifest|  1 +
 gnustep-apps/talksoup/metadata.xml|  9 +
 gnustep-apps/talksoup/talksoup-1.1.ebuild | 21 +
 3 files changed, 31 insertions(+)

diff --git a/gnustep-apps/talksoup/Manifest b/gnustep-apps/talksoup/Manifest
new file mode 100644
index 000..c91dd766cc3
--- /dev/null
+++ b/gnustep-apps/talksoup/Manifest
@@ -0,0 +1 @@
+DIST TalkSoup-1.1.tar.gz 378488 SHA256 
3a469c66ce3067a88603d6ebae6f63fbcfad55586dd5455179887f28e5a63ae7 SHA512 
50ee170a4fe729656a5ce2b2d942430fd4e623254ea0750b7bbd3cf57a58340db6e7ae1227c2af7f02e41a53a6ff629821f88a3cca46fd71790bf40674b85395
 WHIRLPOOL 
9f4bbea3b694b2ece01ee520642dec9f663f49612f56b5fea976eebbbf100a1cda05d80d57b363941d895b9cd08d884726ab4dd16193e6508ea44ecbd63df4b3

diff --git a/gnustep-apps/talksoup/metadata.xml 
b/gnustep-apps/talksoup/metadata.xml
new file mode 100644
index 000..7ab1815b1f1
--- /dev/null
+++ b/gnustep-apps/talksoup/metadata.xml
@@ -0,0 +1,9 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   gnus...@gentoo.org
+   Gentoo GNUstep Project
+ 
+TalkSoup is an IRC client for GNUstep and Mac OS X. It is 
highly configurable and extensible with a fully-featured plugin system already 
in place. It has all the features one would expect from a graphical IRC 
client.
+

diff --git a/gnustep-apps/talksoup/talksoup-1.1.ebuild 
b/gnustep-apps/talksoup/talksoup-1.1.ebuild
new file mode 100644
index 000..5aadfead03b
--- /dev/null
+++ b/gnustep-apps/talksoup/talksoup-1.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnustep-2
+
+MY_P="TalkSoup-${PV}"
+
+DESCRIPTION="IRC client for GNUstep"
+HOMEPAGE="http://gap.nongnu.org/talksoup/;
+SRC_URI="http://savannah.nongnu.org/download/gap/TalkSoup-1.1.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=gnustep-libs/netclasses-1.1.0"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}



[gentoo-commits] repo/gentoo:master commit in: gnustep-apps/talksoup/

2017-03-12 Thread Bernard Cafarelli
commit: bd24b014616122709f6b8e07bcd4b0a6ed687765
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Mar 12 17:04:15 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Mar 12 17:09:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd24b014

gnustep-apps/talksoup: fix SRC_URI

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 gnustep-apps/talksoup/talksoup-1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnustep-apps/talksoup/talksoup-1.1.ebuild 
b/gnustep-apps/talksoup/talksoup-1.1.ebuild
index 5aadfead03b..38910e8eeb5 100644
--- a/gnustep-apps/talksoup/talksoup-1.1.ebuild
+++ b/gnustep-apps/talksoup/talksoup-1.1.ebuild
@@ -8,7 +8,7 @@ MY_P="TalkSoup-${PV}"
 
 DESCRIPTION="IRC client for GNUstep"
 HOMEPAGE="http://gap.nongnu.org/talksoup/;
-SRC_URI="http://savannah.nongnu.org/download/gap/TalkSoup-1.1.tar.gz;
+SRC_URI="http://savannah.nongnu.org/download/gap/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"



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

2017-03-12 Thread Mike Gilbert
commit: cc43186d19352bb78060eea125884be20bc42722
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Mar 12 16:50:49 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Mar 12 17:06:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc43186d

www-plugins/chrome-binary-plugins: add blocker on old chromium

Bug: https://bugs.gentoo.org/608148
Package-Manager: Portage-2.3.3_p79, Repoman-2.3.1_p72

 .../chrome-binary-plugins/chrome-binary-plugins-57.0.2987.98.ebuild | 2 ++
 .../chrome-binary-plugins-57.0.2987.98_beta.ebuild  | 2 ++
 .../chrome-binary-plugins-58.0.3029.14_alpha.ebuild | 2 ++
 3 files changed, 6 insertions(+)

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.98.ebuild 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.98.ebuild
index 641944cfac4..8173f0b7f5f 100644
--- 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.98.ebuild
+++ 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.98.ebuild
@@ -36,6 +36,8 @@ LICENSE="google-chrome"
 IUSE="+widevine"
 RESTRICT="bindist mirror strip"
 
+RDEPEND="widevine? ( !

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

2017-03-12 Thread Mike Gilbert
commit: 9ba7295e0e09ed3976809a4d33e0adc7d79df42f
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Mar 12 17:03:58 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Mar 12 17:06:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba7295e

www-client/chromium: update chrome-binary-plugins blocker

Package-Manager: Portage-2.3.3_p79, Repoman-2.3.1_p72

 www-client/chromium/chromium-57.0.2987.98.ebuild | 2 +-
 www-client/chromium/chromium-58.0.3029.6.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/chromium/chromium-57.0.2987.98.ebuild 
b/www-client/chromium/chromium-57.0.2987.98.ebuild
index ab9cd4bf842..196e0f7a0b4 100644
--- a/www-client/chromium/chromium-57.0.2987.98.ebuild
+++ b/www-client/chromium/chromium-57.0.2987.98.ebuild
@@ -82,7 +82,7 @@ COMMON_DEPEND="
 # For nvidia-drivers blocker, see bug #413637 .
 RDEPEND="${COMMON_DEPEND}
!=www-client/chromium-
-   !

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

2017-03-12 Thread Thomas Beierlein
commit: e725e35f7cac8a6e86f81fe52eb91359f21f07a1
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sun Mar 12 16:48:59 2017 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sun Mar 12 16:48:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e725e35f

media-radio/adifmerg: Fix homepage (bug #605522).

Thanks for reporting to Joe Stroller.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 media-radio/adifmerg/adifmerg-31-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-radio/adifmerg/adifmerg-31-r1.ebuild 
b/media-radio/adifmerg/adifmerg-31-r1.ebuild
index 261e0b68c0f..8576b1b95f6 100644
--- a/media-radio/adifmerg/adifmerg-31-r1.ebuild
+++ b/media-radio/adifmerg/adifmerg-31-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,8 +6,8 @@ EAPI=5
 MY_P=${P/-}
 
 DESCRIPTION="A small conversion and check utility for ADIF files"
-HOMEPAGE="http://jaakko.home.cern.ch/jaakko/Soft/;
-SRC_URI="http://jaakko.home.cern.ch/jaakko/Soft/${MY_P}.tgz;
+HOMEPAGE="https://github.com/oh7bf/adifmerg;
+SRC_URI="http://www.saunalahti.fi/~jaakoive/Soft/${MY_P}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: gnustep-libs/netclasses/

2017-03-12 Thread Bernard Cafarelli
commit: b6272c79b3d56519ac36747b7fdf008b69fe36dd
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Mar 12 16:43:01 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Mar 12 16:43:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6272c79

gnustep-libs/netclasses: 1.1.0 version bump, bug #611872

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 gnustep-libs/netclasses/Manifest|  1 +
 gnustep-libs/netclasses/netclasses-1.1.0.ebuild | 13 +
 2 files changed, 14 insertions(+)

diff --git a/gnustep-libs/netclasses/Manifest b/gnustep-libs/netclasses/Manifest
index 0ab2d9848d2..c32b0ef0c99 100644
--- a/gnustep-libs/netclasses/Manifest
+++ b/gnustep-libs/netclasses/Manifest
@@ -1 +1,2 @@
 DIST netclasses-1.06.tar.bz2 101987 SHA256 
6ef5879cd847da85e7a4dad9bfb74b08d41df60dc7fcbf01d689faad1aaced26 SHA512 
853768c64253ecf566b1632e4f8ff50369079eb832c1ac176429c7408252d039041cc372ac8badfa2a33284f8dead30eeb34fa5cd716ed1b321383acc2d476db
 WHIRLPOOL 
c48f248da00c59ca2e150e63ad34da2d1b3b355cee4d2da78a75ac7fb6395b0af2d01d47865c922e51b5cad8a83de20d8b8aabe47a62e206999c0919d5dd010d
+DIST netclasses-1.1.0.tar.gz 92479 SHA256 
d7d783c5b85abb289ef2fbb4bbf709eacb631e6ddf5a78e26fa45b94fb717f40 SHA512 
9db604189260237f5ad6e8314abdd8475fc2d462273ab851062af6175be44b347e0da40c70706bcae2800cef89f38a1e37a0f33c53d97681713bd1f22786b8c5
 WHIRLPOOL 
f9ff0f74526945c0fc2fac4389b4a4d1fc886f962f1c3dde782c4ec03821c62fa57101721ad1ec28135ad3d653fda0abfd7d1d4e1389d0526e74bbed4009bd3a

diff --git a/gnustep-libs/netclasses/netclasses-1.1.0.ebuild 
b/gnustep-libs/netclasses/netclasses-1.1.0.ebuild
new file mode 100644
index 000..2bf4ae0f9e4
--- /dev/null
+++ b/gnustep-libs/netclasses/netclasses-1.1.0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnustep-2
+
+DESCRIPTION="An asynchronous networking library for GNUstep"
+HOMEPAGE="http://gap.nongnu.org/talksoup/;
+SRC_URI="http://savannah.nongnu.org/download/gap/${P}.tar.gz;
+
+KEYWORDS="~amd64 ~ppc ~x86"
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: gnustep-libs/netclasses/

2017-03-12 Thread Bernard Cafarelli
commit: 5dffc825d2c25a1e66daf04df2733676d7bde50d
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Mar 12 16:29:12 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Mar 12 16:43:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dffc825

gnustep-libs/netclasses: update homepage, bug #612062

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 gnustep-libs/netclasses/netclasses-1.06-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnustep-libs/netclasses/netclasses-1.06-r1.ebuild 
b/gnustep-libs/netclasses/netclasses-1.06-r1.ebuild
index cc915b0c52f..bf8e0adde47 100644
--- a/gnustep-libs/netclasses/netclasses-1.06-r1.ebuild
+++ b/gnustep-libs/netclasses/netclasses-1.06-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit gnustep-2
 
 DESCRIPTION="An asynchronous networking library for GNUstep"
-HOMEPAGE="http://netclasses.aeruder.net/;
+HOMEPAGE="http://gap.nongnu.org/talksoup/;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 KEYWORDS="amd64 ppc x86"



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

2017-03-12 Thread Alice Ferrazzi
commit: 468267abc075e98014cbdfb0038167e20260fc00
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Sun Mar 12 16:16:58 2017 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Sun Mar 12 16:17:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468267ab

sys-kernel/gentoo-sources: Linux kernel 4.10.2
Enable crypto API for systemd as its required for systemd versions >= 233. See 
bug #611368. (Mike Pagano)
EAPI 6

Package-Manager: portage-2.3.2

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.10.2.ebuild| 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 6ec9e57865c..44ed83797c7 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -59,6 +59,9 @@ DIST genpatches-4.10-1.extras.tar.xz 17328 SHA256 
120d720363b78d18c198cee75e2fde
 DIST genpatches-4.10-2.base.tar.xz 11420 SHA256 
21a3562b144e7e1ad80ef846b4793701d0acdd603ece5e9db0945066b2471720 SHA512 
d0682416eac5e60308fa2c6da540beabe4f61e7144096e867b2b45f497b2465076ae14447c4c7e6378c4ba62d8811249c8906505604ca82cf6244a2fe880b00f
 WHIRLPOOL 
50278fbea48138c65897213e9a6b75634245a1febeb39141822737a0a8169497645eb470520183df708c09f5f2d848c407d88fca0c655e0296cc25b5ff66be12
 DIST genpatches-4.10-2.experimental.tar.xz 4276 SHA256 
4c96172e68278d2c364c68868925ffa2596d41f765a794acda7850ab73523ee6 SHA512 
618f128e228e9d035af0b8b08d7c72600796579383834b8ef9a6ed18907bf704cc811d8dd9fda7e1b3590af4fbffdfe4f3e18aba82207cda17f0b8827a6f3375
 WHIRLPOOL 
05cf7b8eb6144a7fddb407d66f59b368c905cf2b75e15e846044a4c7edaf62b0506d365122ac17d23be36eb82ea7d06ea9c96dbb5449bfc8c9cda076ed347889
 DIST genpatches-4.10-2.extras.tar.xz 17328 SHA256 
74092d499a5762fdc5334024b6cabb5ecf1bda47473baf0a930cb80f44ce4832 SHA512 
a79a7339c0c8a1c8871b8ef93bc9089d7e3a54ff5c9f64afaa77d6a512a13b6f0ca6ce6b1b4b878c312e10651469414241c9b96cd267fa8031edf093d5de0012
 WHIRLPOOL 
4684b18aaceea92869ed266a3d8dad10adfd801efdda8eeebe7d711ec6561b8527e86762e86d3883d11bd92c7a313101ad1318b8953f5279ee775c3036f9dfba
+DIST genpatches-4.10-3.base.tar.xz 69616 SHA256 
01c944e304c52b73e7c6a5f9edfd42ee7de157a06df87dba21411c556da4203e SHA512 
705e752d85f62230da426eb0cb93aa14489cc3731041bd493973ed02b09d6470c1174395921e12561a7869de4f8f4c4ac5042db5b75c22c4f3ea2db39aec465e
 WHIRLPOOL 
631f62536d63a00e97e1afd5225ff6e3aee3e31110bb4bca21e89a3dd90fb2681de2268375538efcfe9fcfed647436587b76f5dd34113c826afb66b5e25f3f9b
+DIST genpatches-4.10-3.experimental.tar.xz 4268 SHA256 
70bc693665e5ec27fae327b04cdc50823eba722aedb12fa8bdc813ed1a0fd814 SHA512 
268700775a5eb3708df5c733443ab822cf6e91bec3aeee721607233165bbb3e8d1a2ca0ecf0f3fc67047e79b32f0b18037cbb7d66bbd2fd66529d45455438d2c
 WHIRLPOOL 
3fe392587aa8ab9dade60f0f9d6c62f175cc5e1a60ec23c23698d23c9b8599a4f394a70e4e5ebbb0627d3e7f423a2fb49085d2867e1ad94187b8cdf8eeb9ffb1
+DIST genpatches-4.10-3.extras.tar.xz 17344 SHA256 
0d604227fd07cb97afe7ace9623d1f919f36ec2ea9d97fe8188fa29a54799e2e SHA512 
fbf10241585ca9c176e87320eea175d37ce07d7a5c60830c538f81eb11f8e25e015037d8372809c14bb815da106e441bd6e1cc1347231d4b7da8745c679cecc5
 WHIRLPOOL 
c6660b8cfe23532592afb164f266d4cec12fdbeaa24b1a7b208d1643da11d6f59ec999e0e544b30551668634196b6429ccb640c94991b036f0de798a5502
 DIST genpatches-4.4-43.base.tar.xz 912072 SHA256 
f7c9220f08385e8bdcd3cc42974581c259209aaf61fab1c3535e71a37e7fcb6c SHA512 
3e84797279583fbe5e3031bef8c3a734363c2aa41ddac266d51871d7885293c1dd63a64f4cfbf0c06cb35420c3f66e84fb93dc5d1a4ea2cf0c63db43605054aa
 WHIRLPOOL 
7b4eb188985fecbb1561cda8e2a78cd01f3695b198efa288482d432392b3a3d5c60fb6c5d6a70566ae4e929793ff967fef56fdadbdcab22426b328463756345d
 DIST genpatches-4.4-43.experimental.tar.xz 87780 SHA256 
534a3f534991a30ed827439a943507610af2a3063e1fdf04a312e53ffc2cc120 SHA512 
37944015c17ca4ffbc09532980c78011b4e18cab22a83e28a052ba5708c9a560220ad84a445469165a4cc1e955c60c323e3cb52c3cdbee0d9c9bb1766c8638d9
 WHIRLPOOL 
0f52497cf2ba2d58c2cd7e84787df2bafb2cfa470c36421d72c4269c9f7f2bc856c611dbcc60e825ed5bebddd1de04adb1fe15893e7a1fb6fc9409e1b16ea34a
 DIST genpatches-4.4-43.extras.tar.xz 16420 SHA256 
edccb4cc994f3a80f3c8e01a0824038b2e0fa38572833027f6161908f2eeb739 SHA512 
776451ecdbab4c28697549536224824c41e4d903bc3ea6fe5eee9d8b747bbac7343b56daddd7ab23bd2d35482e31e0f411dd60fa2b174112bee2fb75b07641c0
 WHIRLPOOL 
59ccb8d8254c1dab01c47bd6c312f442eefea753d1e7424b7b052ae6d652c2be076380406e6250e536cac49233c665955dbca085cc6b12276b13537cc86e69c7

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.10.2.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.10.2.ebuild
new file mode 100644
index 000..7a185d55221
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.10.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"

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

2017-03-12 Thread Anthony G. Basile
commit: 32bec27026914251c6416e5726d38cf72e8af686
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Mar 12 15:35:30 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Mar 12 15:35:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32bec270

net-misc/electrum: remove older stable version

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-misc/electrum/Manifest  |   1 -
 net-misc/electrum/electrum-2.1.1.ebuild | 141 
 net-misc/electrum/metadata.xml  |   2 -
 3 files changed, 144 deletions(-)

diff --git a/net-misc/electrum/Manifest b/net-misc/electrum/Manifest
index 89f17a1e3cd..f6aa2f10618 100644
--- a/net-misc/electrum/Manifest
+++ b/net-misc/electrum/Manifest
@@ -1,3 +1,2 @@
-DIST Electrum-2.1.1.tar.gz 1778994 SHA256 
958c7113072aa4a00a7e58a6e325d952fc35896a8678952cf6487636f74164e0 SHA512 
06277a810a6533cc800c6813f874a0a6e3a7e598bdd47b73a6edb440bc5efefc56edacc44c15349e3d0c72d350700c67025f43e5478b4ae838af57acc1c91f52
 WHIRLPOOL 
2bf9392ebbd6e7b63e4e1e12cf72356dae1e1605a3c543c3a174229247fbb280412df5fac37a195b815018b8425d88618be54d4f3b58e37273ba40776f6b3765
 DIST Electrum-2.7.15.tar.gz 1967697 SHA256 
1f237b394079ec5ced34ae09dc6b50472e51233dd1dfef580127168e293b9652 SHA512 
2f4f5181dcf0b98ce34348c296e50383b677db1fd14fa0052a0168a7c880d18d04ebb9a91dbb7316e09adeda275cc87b5457c8f0925b3635a1c769c81f31165c
 WHIRLPOOL 
b7a85fd9a4f7fdf5f64dc1182630b9d5b1bb033e49ebb00f1dd421d93c02f8fab8a0679de9a2fae074fdda5932fbfd261d5c8a2d6be3940821f18f82d46f2e28
 DIST Electrum-2.8.0.tar.gz 2241359 SHA256 
6343ae1732920734c45ebf899592c1c29123530ce027b4dcdd4a62e87663e9ef SHA512 
dcef8c84677ff6045ee00a7b26aac7ded00b54753737c32a0c9b8939647a8467769ba93be3ce6beecdc5030c94dc6647121681ce22e84f487b36ede6d0d69e1c
 WHIRLPOOL 
5f6f170306fa6c62e4fe4ebbfac1460b04e1a6606f1e3a2339b6d4284d9f884c2123f78401201511653402a3771b383fea7aed2b2c0fcb8b720472b80a4662a6

diff --git a/net-misc/electrum/electrum-2.1.1.ebuild 
b/net-misc/electrum/electrum-2.1.1.ebuild
deleted file mode 100644
index 02905b43228..000
--- a/net-misc/electrum/electrum-2.1.1.ebuild
+++ /dev/null
@@ -1,141 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="ncurses?"
-
-inherit distutils-r1 gnome2-utils
-
-MY_P="Electrum-${PV}"
-DESCRIPTION="User friendly Bitcoin client"
-HOMEPAGE="https://electrum.org/;
-SRC_URI="https://download.electrum.org/${PV}/${MY_P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-LINGUAS="ar_SA cs_CZ da_DK de_DE el_GR eo_UY es_ES fr_FR hu_HU hy_AM id_ID 
it_IT ja_JP ky_KG lv_LV nl_NL pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sl_SI ta_IN 
th_TH vi_VN zh_CN"
-
-IUSE="cli cosign +fiat greenaddress_it gtk3 ncurses qrcode +qt4 sync 
trustedcoin_com vkb"
-
-for lingua in ${LINGUAS}; do
-   IUSE+=" linguas_${lingua}"
-done
-
-REQUIRED_USE="
-   || ( cli gtk3 ncurses qt4 )
-   cosign? ( qt4 )
-   fiat? ( qt4 )
-   greenaddress_it? ( qt4 )
-   qrcode? ( qt4 )
-   sync? ( qt4 )
-   trustedcoin_com? ( qt4 )
-   vkb? ( qt4 )
-"
-
-RDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/ecdsa-0.9[${PYTHON_USEDEP}]
-   dev-python/slowaes[${PYTHON_USEDEP}]
-   dev-python/pbkdf2[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/pyasn1[${PYTHON_USEDEP}]
-   dev-python/pyasn1-modules[${PYTHON_USEDEP}]
-   dev-python/tlslite[${PYTHON_USEDEP}]
-   dev-python/qrcode[${PYTHON_USEDEP}]
-   dev-python/PySocks[${PYTHON_USEDEP}]
-   dev-libs/protobuf[python,${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   gtk3? (
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   x11-libs/gtk+:3[introspection]
-   )
-   qrcode? ( media-gfx/zbar[python,v4l,${PYTHON_USEDEP}] )
-   qt4? (
-   dev-python/PyQt4[${PYTHON_USEDEP}]
-   )
-   ncurses? ( dev-lang/python )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS="RELEASE-NOTES"
-
-src_prepare() {
-   # Don't advise using PIP
-   sed -i "s/On Linux, try 'sudo pip install zbar'/Re-emerge Electrum with 
the qrcode USE flag/" lib/qrscanner.py || die
-
-   # Prevent icon from being installed in the wrong location
-   sed -i '/icons/d' setup.py || die
-
-   # Remove unrequested localization files:
-   for lang in ${LINGUAS}; do
-   use "linguas_${lang}" && continue
-   rm -r "lib/locale/${lang}" || die
-   done
-
-   local wordlist=
-   # french is unfinished
-   for wordlist in  \
-   $(usex linguas_es_ES '' spanish)  \
-   $(usex linguas_pt_BR '' $(usex linguas_pt_PT '' portuguese))  \
-   french  \
-   $(usex linguas_ja_JP '' japanese)  \
-   ; do
-   rm "lib/wordlist/${wordlist}.txt" || die
-   

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

2017-03-12 Thread Anthony G. Basile
commit: e2e2e255b578a248dff28a5d079bbf41d643fd71
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Mar 12 15:33:47 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Mar 12 15:35:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e2e255

net-misc/electrum: stable on amd64 and x86, bug #610888

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/net-misc/electrum/electrum-2.7.15.ebuild 
b/net-misc/electrum/electrum-2.7.15.ebuild
index 04f4ee3f77c..5b06f8837de 100644
--- a/net-misc/electrum/electrum-2.7.15.ebuild
+++ b/net-misc/electrum/electrum-2.7.15.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://download.electrum.org/${PV}/${MY_P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 LINGUAS="ar_SA bg_BG cs_CZ da_DK de_DE el_GR eo_UY es_ES fr_FR hu_HU hy_AM 
id_ID it_IT ja_JP ko_KR ky_KG lv_LV nb_NO nl_NL no_NO pl_PL pt_BR pt_PT ro_RO 
ru_RU sk_SK sl_SI ta_IN th_TH tr_TR vi_VN zh_CN"
 
 IUSE="cli cosign email greenaddress_it ncurses qrcode +qt4 sync 
trustedcoin_com vkb"



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

2017-03-12 Thread Ulrich Müller
commit: 1bf9b2283fa48c6fe6a2bd74e24522f2d64175fe
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Mar  4 08:59:57 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Mar  5 21:04:14 2017 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=1bf9b228

Update copyright years.

 credits.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/credits.tex b/credits.tex
index 0299a55..6c54e60 100644
--- a/credits.tex
+++ b/credits.tex
@@ -10,7 +10,7 @@ proof-reading and suggestions for fixes and/or clarification.
 
 \section*{Copyright and Licence}
 
-The bulk of this document is \textcopyright{} 2007--2016 Stephen Bennett, 
Christian Faulhammer,
+The bulk of this document is \textcopyright{} 2007--2017 Stephen Bennett, 
Christian Faulhammer,
 Ciaran McCreesh and Ulrich Müller. Contributions are owned by their respective 
authors, and may
 have been changed substantially before inclusion.
 



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

2017-03-12 Thread Ulrich Müller
commit: 01c2758ef0a91b81267fed85cc16d009c309bc9c
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Mar  4 08:56:36 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Mar  5 21:04:11 2017 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=01c2758e

ebuild-env-vars.tex: PF has the same consistency behaviour as P.

PF may change if the package is updated, because the package name may
change.

 ebuild-env-vars.tex | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
index 469f0cd..99e13cf 100644
--- a/ebuild-env-vars.tex
+++ b/ebuild-env-vars.tex
@@ -42,6 +42,10 @@ variable.
 All &
 No\footnote{May change if a package has been updated 
(see~\ref{sec:updates-dir}).} &
 Package name and version, without the revision part. For example, 
\t{vim-7.0.174}. \\
+\t{PF} &
+All &
+Ditto &
+Package name, version, and revision (if any), for example 
\t{vim-7.0.174-r1}. \\
 \t{PN} &
 All &
 Ditto &
@@ -62,10 +66,6 @@ variable.
 All &
 Yes &
 Package version and revision (if any), for example \t{7.0.174} or 
\t{7.0.174-r1}. \\
-\t{PF} &
-All &
-Yes &
-Package name, version, and revision (if any), for example 
\t{vim-7.0.174-r1}. \\
 \t{A} &
 \t{src\_*} &
 Yes &



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_SMTP/

2017-03-12 Thread Michael Orlitzky
commit: 627066c34f95472f2c561b5145f9e1ef6a476f30
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Mar 12 14:57:58 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Mar 12 14:57:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=627066c3

dev-php/PEAR-Net_SMTP: new version 1.7.3.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-php/PEAR-Net_SMTP/Manifest   |  1 +
 dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.7.3.ebuild | 30 
 dev-php/PEAR-Net_SMTP/metadata.xml   | 11 +
 3 files changed, 38 insertions(+), 4 deletions(-)

diff --git a/dev-php/PEAR-Net_SMTP/Manifest b/dev-php/PEAR-Net_SMTP/Manifest
index 4028d698b64..1c082e5b092 100644
--- a/dev-php/PEAR-Net_SMTP/Manifest
+++ b/dev-php/PEAR-Net_SMTP/Manifest
@@ -1 +1,2 @@
 DIST Net_SMTP-1.7.2.tgz 14795 SHA256 
4ee7ba52d75e26fe033a4241754246db6c0bbc76768be3aac168058a24d3dfbf SHA512 
06ab00a033709c5f4adc01fabe100ee0033b07e1c5633f995a672bf463484622a5bd976ada9932ee741ff593d739bd1172566f0a8446060bbccde71ea5b0160d
 WHIRLPOOL 
c67893aa19cb0bd2c9a3d0e6dc5d2f9987b58eaff562861d0f0962cff1022519d16feb11d0d8bcd7b276886d464c975028a5dc5fe484a5a2d3bbf2ae50851ff8
+DIST Net_SMTP-1.7.3.tgz 14855 SHA256 
73818fadff8b028b0a523e067e2f645dc58da5fa2cd9b9b7d6d47bd0ab4bcc16 SHA512 
b1c2be95c50151e91c2dcc7b9d98233504cc2389c01e4e42e752cba606355da616e570ca86042b68498aad63aaad14ea048b0a0e4e2baa802dc58c440eb60f15
 WHIRLPOOL 
aa6298b2daf69b567e1d67fedabfdb06a91e5bbe6616bb26a6969bba99c555eeb4729f67ecb14dfa2c8719bc28f25bc5f4493c6be42f63ac18a39105091f3fd5

diff --git a/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.7.3.ebuild 
b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.7.3.ebuild
new file mode 100644
index 000..cf8c9391e1a
--- /dev/null
+++ b/dev-php/PEAR-Net_SMTP/PEAR-Net_SMTP-1.7.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PN="${PN/PEAR-/}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A PHP implementation of the SMTP protocol"
+HOMEPAGE="http://pear.php.net/package/${MY_PN};
+SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
+LICENSE="PHP-3.01"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE="examples sasl"
+DEPEND=""
+RDEPEND="dev-lang/php:*
+   dev-php/PEAR-Net_Socket
+   dev-php/PEAR-PEAR
+   sasl? ( dev-php/PEAR-Auth_SASL )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+   dodoc docs/guide.txt
+   use examples && dodoc -r examples
+
+   insinto /usr/share/php
+   doins -r Net
+}

diff --git a/dev-php/PEAR-Net_SMTP/metadata.xml 
b/dev-php/PEAR-Net_SMTP/metadata.xml
index aca42932b83..1fe4af49b80 100644
--- a/dev-php/PEAR-Net_SMTP/metadata.xml
+++ b/dev-php/PEAR-Net_SMTP/metadata.xml
@@ -1,8 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   php-b...@gentoo.org
-   PHP
-
+  
+php-b...@gentoo.org
+PHP
+  
+  
+pear/Net_SMTP
+  
 



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

2017-03-12 Thread Amadeusz Piotr Żołnowski
commit: 29f43aa2e5a14e3cb85c81734add15460245f713
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Sun Mar 12 13:07:11 2017 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Sun Mar 12 13:34:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29f43aa2

app-misc/timew: Add new package

Timewarrior is a sibling project to Taskwarrior.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 app-misc/timew/Manifest   |  1 +
 app-misc/timew/metadata.xml   |  8 
 app-misc/timew/timew-1.0.0.ebuild | 25 +
 3 files changed, 34 insertions(+)

diff --git a/app-misc/timew/Manifest b/app-misc/timew/Manifest
new file mode 100644
index 000..0ac90441dfb
--- /dev/null
+++ b/app-misc/timew/Manifest
@@ -0,0 +1 @@
+DIST timew-1.0.0.tar.gz 140539 SHA256 
ac027910e1e8365bdd218a8b42389b26d017d38d3c96516c408db6d5a44e0bb5 SHA512 
0539ff93b2375c154d126c39aa84f21b57b62f51c220c80b2e323a4d6aefd2eda6f87c04112e096222102b019ee3683a78b9ee9d6fbf6736d4a34c529f6152f5
 WHIRLPOOL 
77ede6c679203071c3da95f708326f626906266547301b9ce2f2c8ae768f6b4082fb32bcc325a22e7295f5894477786960632ff201771b3512d978bf8c379c75

diff --git a/app-misc/timew/metadata.xml b/app-misc/timew/metadata.xml
new file mode 100644
index 000..674f5ad944f
--- /dev/null
+++ b/app-misc/timew/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   aide...@gentoo.org
+   Amadeusz Żołnowski
+   
+

diff --git a/app-misc/timew/timew-1.0.0.ebuild 
b/app-misc/timew/timew-1.0.0.ebuild
new file mode 100644
index 000..b17148ed009
--- /dev/null
+++ b/app-misc/timew/timew-1.0.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Tracks your time from the command line, and generates reports"
+HOMEPAGE="https://taskwarrior.org/news/news.20160821.html;
+SRC_URI="https://taskwarrior.org/download/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   mycmakeargs=(
+   -DTIMEW_DOCDIR=share/doc/${PF}
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] proj/linux-patches: New tag: 4.10-3

2017-03-12 Thread Alice Ferrazzi
commit: 
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Sun Mar 12 13:24:51 2017 +

New tag: 4.10-3




  1   2   >