[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/

2018-07-15 Thread NP Hardass
commit: 21cfc41334e6d4b818663eb6aa460fbf50d578e3
Author: Henning Schild  hennsch  de>
AuthorDate: Sun Jul 15 19:33:40 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Mon Jul 16 05:01:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21cfc413

net-im/telegram-desktop-bin: remove unused DEPEND

Signed-off-by: Henning Schild  hennsch.de>
Signed-off-by: NP-Hardass  gentoo.org>

 net-im/telegram-desktop-bin/telegram-desktop-bin-1.3.7.ebuild | 1 -
 net-im/telegram-desktop-bin/telegram-desktop-bin-1.3.8.ebuild | 1 -
 net-im/telegram-desktop-bin/telegram-desktop-bin-1.3.9.ebuild | 1 -
 3 files changed, 3 deletions(-)

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.3.7.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.3.7.ebuild
index 6522d0b976f..f9828c5a11d 100644
--- a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.3.7.ebuild
+++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.3.7.ebuild
@@ -26,7 +26,6 @@ RDEPEND="
x11-libs/libX11
>=x11-libs/libxcb-1.10[xkb]
 "
-DEPEND=""
 
 S="${WORKDIR}/Telegram"
 

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.3.8.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.3.8.ebuild
index 6522d0b976f..f9828c5a11d 100644
--- a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.3.8.ebuild
+++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.3.8.ebuild
@@ -26,7 +26,6 @@ RDEPEND="
x11-libs/libX11
>=x11-libs/libxcb-1.10[xkb]
 "
-DEPEND=""
 
 S="${WORKDIR}/Telegram"
 

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.3.9.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.3.9.ebuild
index 6522d0b976f..f9828c5a11d 100644
--- a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.3.9.ebuild
+++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.3.9.ebuild
@@ -26,7 +26,6 @@ RDEPEND="
x11-libs/libX11
>=x11-libs/libxcb-1.10[xkb]
 "
-DEPEND=""
 
 S="${WORKDIR}/Telegram"
 



[gentoo-commits] repo/gentoo:master commit in: games-strategy/freeorion/files/, games-strategy/freeorion/

2018-07-15 Thread NP Hardass
commit: 6ada805286db1e9e4ba661532805840618ae7973
Author: NP-Hardass  gentoo  org>
AuthorDate: Sun Jun  3 16:01:40 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Mon Jul 16 04:57:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ada8052

games-strategy/freeorion: Backport fix for detecting SDL2 incl dir

Closes: https://bugs.gentoo.org/651762
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 ...ion-0.4.7.1-backport-sdl2-include-dir-fix.patch | 34 +
 .../freeorion/freeorion-0.4.7.1-r4.ebuild  | 85 ++
 2 files changed, 119 insertions(+)

diff --git 
a/games-strategy/freeorion/files/freeorion-0.4.7.1-backport-sdl2-include-dir-fix.patch
 
b/games-strategy/freeorion/files/freeorion-0.4.7.1-backport-sdl2-include-dir-fix.patch
new file mode 100644
index 000..f7ccdba126b
--- /dev/null
+++ 
b/games-strategy/freeorion/files/freeorion-0.4.7.1-backport-sdl2-include-dir-fix.patch
@@ -0,0 +1,34 @@
+From 77bdc407d0760a529e40914d16248dce01fd4778 Mon Sep 17 00:00:00 2001
+From: O01eg 
+Date: Wed, 8 Nov 2017 16:07:57 +0300
+Subject: [PATCH] Fix #1843
+
+---
+ CMakeLists.txt| 2 +-
+ GG/CMakeLists.txt | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+--- a/CMakeLists.txt   2018-06-03 11:36:04.631832409 -0400
 b/CMakeLists.txt   2018-06-03 11:36:20.678821846 -0400
+@@ -484,7 +484,7 @@
+ ${Boost_INCLUDE_DIRS}
+ ${OPENGL_INCLUDE_DIR}
+ ${GLEW_INCLUDE_DIRS}
+-${SDL_INCLUDE_DIRS}
++${SDL_INCLUDE_DIR}
+ ${OPENAL_INCLUDE_DIR}
+ ${OGG_INCLUDE_DIRS}
+ ${VORBIS_INCLUDE_DIRS}
+diff --git a/GG/CMakeLists.txt b/GG/CMakeLists.txt
+index 5d3c157362..c5bf3825d8 100644
+--- a/GG/CMakeLists.txt
 b/GG/CMakeLists.txt
+@@ -184,7 +184,7 @@ target_include_directories(GiGiSDL SYSTEM
+ ${Boost_INCLUDE_DIRS}
+ ${OPENGL_INCLUDE_DIR}
+ ${GLEW_INCLUDE_DIRS}
+-${SDL_INCLUDE_DIRS}
++${SDL_INCLUDE_DIR}
+ )
+ 
+ target_link_libraries(GiGiSDL

diff --git a/games-strategy/freeorion/freeorion-0.4.7.1-r4.ebuild 
b/games-strategy/freeorion/freeorion-0.4.7.1-r4.ebuild
new file mode 100644
index 000..e3471161e46
--- /dev/null
+++ b/games-strategy/freeorion/freeorion-0.4.7.1-r4.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+inherit cmake-utils python-single-r1 gnome2-utils
+
+DESCRIPTION="A free turn-based space empire and galactic conquest game"
+HOMEPAGE="http://www.freeorion.org;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/freeorion/freeorion.git;
+else
+   MY_PV="${PV/_/-}"
+   SRC_URI="https://github.com/${PN}/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/${PN}-${MY_PV}"
+fi
+
+LICENSE="GPL-2 LGPL-2.1 CC-BY-SA-3.0"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/boost-1.56:=[python,threads,${PYTHON_USEDEP}]
+   media-libs/freealut
+   media-libs/freetype
+   media-libs/glew:=
+   media-libs/libsdl2
+   >=media-libs/libogg-1.1.3
+   media-libs/libpng:0
+   media-libs/libsdl2[X,opengl,video]
+   >=media-libs/libvorbis-1.1.2
+   media-libs/openal
+   sci-physics/bullet
+   sys-libs/zlib
+   virtual/opengl
+   !dev-games/gigi"
+   # Use bundled gigi as of freeorion-0.4.3
+
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}/${P}-backport-sdl2-include-dir-fix.patch" )
+
+pkg_setup() {
+   # build system is using FindPythonLibs.cmake which needs python:2
+   python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   sed -e "s/-O3//" -i CMakeLists.txt || die
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_BUILD_TYPEE=Release
+   -DRELEASE_COMPILE_FLAGS=""
+   -DCMAKE_SKIP_RPATH=ON
+   )
+
+   append-cppflags 
-DBOOST_OPTIONAL_CONFIG_USE_OLD_IMPLEMENTATION_OF_OPTIONAL
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+   dodoc ChangeLog.md
+
+   newenvd "${FILESDIR}/${PN}.envd" 99${PN}
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/files/, net-im/telegram-desktop-bin/

2018-07-15 Thread NP Hardass
commit: ea989a3b275aa2e2b473450178b881626f2d7ac5
Author: Henning Schild  hennsch  de>
AuthorDate: Fri Jul 13 17:04:28 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Mon Jul 16 05:01:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea989a3b

net-im/telegram-desktop-bin: bump to 1.3.10 and disable auto-updates

This version bump uses a new upstream feature to tell the binary that it
should not check for updates itself. The ebuild installs the binary to
/usr/lib/ and deploys a wrapper to /usr/bin/.

Closes: https://bugs.gentoo.org/618662
Closes: https://github.com/gentoo/gentoo/pull/9218
Signed-off-by: Henning Schild  hennsch.de>
Signed-off-by: NP-Hardass  gentoo.org>

 net-im/telegram-desktop-bin/Manifest   |  3 ++
 .../files/telegram-desktop-bin |  5 ++
 .../telegram-desktop-bin-1.3.10.ebuild | 60 ++
 3 files changed, 68 insertions(+)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index 64482faa101..9c9b1207792 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,9 +1,12 @@
+DIST tdesktop-1.3.10.tar.gz 17167027 BLAKE2B 
b1748abbfaa08ab22d26707b1b5be7e31dc804869a5ac5cf91bba823787758cd180d9cc41a96eb12787bf445aa6729d66df3aa4ad9acd338500c72da7725211d
 SHA512 
91833405de4d68c6e791fbe3a6ed45926227bc8f7131ffcd2e048e38f8f74419050745a3a56dee926c708e187d9ae985d2efa564ad16fc75f18b60f48a601011
 DIST tdesktop-1.3.7.tar.gz 17056555 BLAKE2B 
1ba22af19a5ad346ee3e540ded473128fe3582fb0260164c1bec3b141a94cedf34e2c75dd8601dd79c9832391bff5a59ff95aef60050f74cb36f109ffb8df98e
 SHA512 
f92003335ac53c77ce5d320e0549734feceed6b60121429f167134cc8d16b547bd27ad3c85dcbf0da5f55ac8e1e60f5027c910082afd9f683d8a98cb7ac16d6b
 DIST tdesktop-1.3.8.tar.gz 17127764 BLAKE2B 
ff9390803bbddbd939eb3173f89b42f161d06c81f3c4702562318d08ecbcfbcf548eab04b8bd80a6f4d546db2c6d5a20c3bf73d0db9ae8ccdd9f4c88048f8074
 SHA512 
4cef9a2b379b090f6993e4e391152d7fa02db3863c0758ea04f04bdac219ae96e4e43459a44a2857895264555f7bf93a03a9969b1f9bd194185cc7c6e746549a
 DIST tdesktop-1.3.9.tar.gz 17133428 BLAKE2B 
b8a8d0bf6d1ae2a55625284c16347b9f5da0f39bdad594b4ae6a8cfe57dce595da2ed54344a13641b31bbe4035b3b83ab9a1b3bce6880777ebd78c3f631c2e89
 SHA512 
7d9b908e038179448678eb0d29bb9ca62969674e199b89970bac85383ac839156c528939126413e6675901084a2c7d96a254195ebd1780a0b0816ae063f7c7f1
+DIST tsetup.1.3.10.tar.xz 34424588 BLAKE2B 
c71fda6091d402809fd6989dc6f79c5d43df15e910b939350406233c143e1c8964e67c116d84844aeb54f4a4d6103962281d013507be91b74c58e094b550d5dc
 SHA512 
432d9177e65a461d64f7ccd48745de09cfb2f8d864ba7bf46949e9edd20a5859fcb26491de9053b4823e429a204215daba7399426daaedccf263ffc671697ffa
 DIST tsetup.1.3.7.tar.xz 33921540 BLAKE2B 
4d309bab164299ff7729f72aed44e21716e8ff1e6c41434fcd3e6c8ce9238891a2b93e4d55e62c6e44846781e755a32258dda36e02351d56357241daede342eb
 SHA512 
c4d1249cb2e1be0e9410ba6d7b5f34f342c420d1b44e6b78736aeb611fa3e11519e4c0dfe2fd6f9a819fea09030d8cf451b2c36fc283fb12e4007b4a29855949
 DIST tsetup.1.3.8.tar.xz 34517696 BLAKE2B 
2a3350b2bdb05c880e306965566f622aa6cb440cc8fe3b72e8487efe6473b2e769db988766903634a90c78b66bdcbe7893742346e163de3bef4a4611f657397a
 SHA512 
31766007ca47fe8c47fad9cebb95b1cae0db3ddec8bfee6f0108dd5e490790822d2ef4fceff2c24ca8c09483724f43aa8fa3a6cf5cb0e09de2fc26911cb66fb2
 DIST tsetup.1.3.9.tar.xz 34532440 BLAKE2B 
628597a1f04a676129f7b219fa991f1dcae51f70d95366d0ee6bd0c8c8592e4cd3f7453d01d4f980c760e8541f619e9b7ee79ffc7e66953dbf22739d6d600094
 SHA512 
e176a0d7fe7cad421ec1e09023c8e99f143fef6c6e7aabb344cff9f62e915c9cc3ea7afe4ab58bfb776d8eb304a6a9c140c622614fa9e7f6ef7ea62bb56cf88b
+DIST tsetup32.1.3.10.tar.xz 36904652 BLAKE2B 
42904f09d4ce26f6d930028f81b7891dfab5ba7d780eace2e70f92752f69612eed6519ccf2ecb0420bd5bfb9f4c999476899df17abf41eca5d4b666bdb7fea9f
 SHA512 
223db27115723cb011f4709ce39fe99228171986a954984a678065d780894d5845ab9bd90541a9cadc7ca6abd01f123ecd53491cd02c235f78615172f40a7a27
 DIST tsetup32.1.3.7.tar.xz 36187736 BLAKE2B 
3da383c0067192e523d5b85056acf12085ceea4de6d06135f11c298e1f58ae3b09ffc500fa6cf07b72a186c8c6f6fde592f8a8aaa956ac83f90489c1383a3dd9
 SHA512 
7b8e3ef29f557af0912ff15cee976b7e244e7367346f1d5b4d6fbdb52941930a8952e0c01f8dc53d4a8c2bd6eb0f1f309b3dbff4b60f8790c204ccaf60565108
 DIST tsetup32.1.3.8.tar.xz 37194796 BLAKE2B 
bfcb48b9f65bc54e1b7c269b500424ec2687c45359aec89da310548d310c5abb9d71547e77a250580f63d077fcb9b477ccd4cd8ae40a4bb4666e216950a3b809
 SHA512 
cae2c1a6abf2f02515e2ad8df107ab2306c0d1d7d3edf8b04fbee5c2130a0ad4b9e61929fe9b7576dc6d55f42541c2b863c30c1e3aeb186be8c9948334ecdd44
 DIST tsetup32.1.3.9.tar.xz 37241464 BLAKE2B 
e83927531ecda2fdb3181c105b26d320857d9f047bb50ed17b38c8c8686675240c6b0b7acc139e06064746edaf3fc69af8eb6d12ab06dc49642ca39621594a8b
 SHA512 
8d90b4e6568730e304714afd09daa70937784e82c9ad1a84a9808104a7731a3b61101042be3644b8a2d0982b2aac97827a8228bc0c3be311e233183a806ec623

diff --git a/net-im/telegram-deskt

[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/

2018-07-15 Thread NP Hardass
commit: 352f15e1ddf2c793269622b0f145c87f1703c873
Author: Henning Schild  hennsch  de>
AuthorDate: Fri Jul 13 17:08:30 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Mon Jul 16 05:01:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=352f15e1

net-im/telegram-desktop-bin: clean up old.

Signed-off-by: Henning Schild  hennsch.de>
Signed-off-by: NP-Hardass  gentoo.org>

 net-im/telegram-desktop-bin/Manifest   |  3 --
 .../telegram-desktop-bin-1.3.7.ebuild  | 57 --
 2 files changed, 60 deletions(-)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index 9c9b1207792..ea66dabb485 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,12 +1,9 @@
 DIST tdesktop-1.3.10.tar.gz 17167027 BLAKE2B 
b1748abbfaa08ab22d26707b1b5be7e31dc804869a5ac5cf91bba823787758cd180d9cc41a96eb12787bf445aa6729d66df3aa4ad9acd338500c72da7725211d
 SHA512 
91833405de4d68c6e791fbe3a6ed45926227bc8f7131ffcd2e048e38f8f74419050745a3a56dee926c708e187d9ae985d2efa564ad16fc75f18b60f48a601011
-DIST tdesktop-1.3.7.tar.gz 17056555 BLAKE2B 
1ba22af19a5ad346ee3e540ded473128fe3582fb0260164c1bec3b141a94cedf34e2c75dd8601dd79c9832391bff5a59ff95aef60050f74cb36f109ffb8df98e
 SHA512 
f92003335ac53c77ce5d320e0549734feceed6b60121429f167134cc8d16b547bd27ad3c85dcbf0da5f55ac8e1e60f5027c910082afd9f683d8a98cb7ac16d6b
 DIST tdesktop-1.3.8.tar.gz 17127764 BLAKE2B 
ff9390803bbddbd939eb3173f89b42f161d06c81f3c4702562318d08ecbcfbcf548eab04b8bd80a6f4d546db2c6d5a20c3bf73d0db9ae8ccdd9f4c88048f8074
 SHA512 
4cef9a2b379b090f6993e4e391152d7fa02db3863c0758ea04f04bdac219ae96e4e43459a44a2857895264555f7bf93a03a9969b1f9bd194185cc7c6e746549a
 DIST tdesktop-1.3.9.tar.gz 17133428 BLAKE2B 
b8a8d0bf6d1ae2a55625284c16347b9f5da0f39bdad594b4ae6a8cfe57dce595da2ed54344a13641b31bbe4035b3b83ab9a1b3bce6880777ebd78c3f631c2e89
 SHA512 
7d9b908e038179448678eb0d29bb9ca62969674e199b89970bac85383ac839156c528939126413e6675901084a2c7d96a254195ebd1780a0b0816ae063f7c7f1
 DIST tsetup.1.3.10.tar.xz 34424588 BLAKE2B 
c71fda6091d402809fd6989dc6f79c5d43df15e910b939350406233c143e1c8964e67c116d84844aeb54f4a4d6103962281d013507be91b74c58e094b550d5dc
 SHA512 
432d9177e65a461d64f7ccd48745de09cfb2f8d864ba7bf46949e9edd20a5859fcb26491de9053b4823e429a204215daba7399426daaedccf263ffc671697ffa
-DIST tsetup.1.3.7.tar.xz 33921540 BLAKE2B 
4d309bab164299ff7729f72aed44e21716e8ff1e6c41434fcd3e6c8ce9238891a2b93e4d55e62c6e44846781e755a32258dda36e02351d56357241daede342eb
 SHA512 
c4d1249cb2e1be0e9410ba6d7b5f34f342c420d1b44e6b78736aeb611fa3e11519e4c0dfe2fd6f9a819fea09030d8cf451b2c36fc283fb12e4007b4a29855949
 DIST tsetup.1.3.8.tar.xz 34517696 BLAKE2B 
2a3350b2bdb05c880e306965566f622aa6cb440cc8fe3b72e8487efe6473b2e769db988766903634a90c78b66bdcbe7893742346e163de3bef4a4611f657397a
 SHA512 
31766007ca47fe8c47fad9cebb95b1cae0db3ddec8bfee6f0108dd5e490790822d2ef4fceff2c24ca8c09483724f43aa8fa3a6cf5cb0e09de2fc26911cb66fb2
 DIST tsetup.1.3.9.tar.xz 34532440 BLAKE2B 
628597a1f04a676129f7b219fa991f1dcae51f70d95366d0ee6bd0c8c8592e4cd3f7453d01d4f980c760e8541f619e9b7ee79ffc7e66953dbf22739d6d600094
 SHA512 
e176a0d7fe7cad421ec1e09023c8e99f143fef6c6e7aabb344cff9f62e915c9cc3ea7afe4ab58bfb776d8eb304a6a9c140c622614fa9e7f6ef7ea62bb56cf88b
 DIST tsetup32.1.3.10.tar.xz 36904652 BLAKE2B 
42904f09d4ce26f6d930028f81b7891dfab5ba7d780eace2e70f92752f69612eed6519ccf2ecb0420bd5bfb9f4c999476899df17abf41eca5d4b666bdb7fea9f
 SHA512 
223db27115723cb011f4709ce39fe99228171986a954984a678065d780894d5845ab9bd90541a9cadc7ca6abd01f123ecd53491cd02c235f78615172f40a7a27
-DIST tsetup32.1.3.7.tar.xz 36187736 BLAKE2B 
3da383c0067192e523d5b85056acf12085ceea4de6d06135f11c298e1f58ae3b09ffc500fa6cf07b72a186c8c6f6fde592f8a8aaa956ac83f90489c1383a3dd9
 SHA512 
7b8e3ef29f557af0912ff15cee976b7e244e7367346f1d5b4d6fbdb52941930a8952e0c01f8dc53d4a8c2bd6eb0f1f309b3dbff4b60f8790c204ccaf60565108
 DIST tsetup32.1.3.8.tar.xz 37194796 BLAKE2B 
bfcb48b9f65bc54e1b7c269b500424ec2687c45359aec89da310548d310c5abb9d71547e77a250580f63d077fcb9b477ccd4cd8ae40a4bb4666e216950a3b809
 SHA512 
cae2c1a6abf2f02515e2ad8df107ab2306c0d1d7d3edf8b04fbee5c2130a0ad4b9e61929fe9b7576dc6d55f42541c2b863c30c1e3aeb186be8c9948334ecdd44
 DIST tsetup32.1.3.9.tar.xz 37241464 BLAKE2B 
e83927531ecda2fdb3181c105b26d320857d9f047bb50ed17b38c8c8686675240c6b0b7acc139e06064746edaf3fc69af8eb6d12ab06dc49642ca39621594a8b
 SHA512 
8d90b4e6568730e304714afd09daa70937784e82c9ad1a84a9808104a7731a3b61101042be3644b8a2d0982b2aac97827a8228bc0c3be311e233183a806ec623

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.3.7.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.3.7.ebuild
deleted file mode 100644
index f9828c5a11d..000
--- a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.3.7.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License 

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

2018-07-15 Thread NP Hardass
commit: cfe1c73d0f40b355e00e733b3889f0ed33476499
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Jun  8 19:14:43 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Mon Jul 16 04:57:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfe1c73d

x11-misc/bumblebee: Bump to latest development commit

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/bumblebee/Manifest|  1 +
 .../bumblebee/bumblebee-3.2.1_p20170130.ebuild | 95 ++
 2 files changed, 96 insertions(+)

diff --git a/x11-misc/bumblebee/Manifest b/x11-misc/bumblebee/Manifest
index 92f4952549a..898009991f0 100644
--- a/x11-misc/bumblebee/Manifest
+++ b/x11-misc/bumblebee/Manifest
@@ -1,2 +1,3 @@
 DIST bumblebee-3.2.1.tar.gz 143110 BLAKE2B 
537fe96e061f229c4c1e7748aef89e4eec040536d7a3161b449a34752c19078d3b4da6703f1c11268b4bb0e6590f94168bab5917fceac0eb73825b3c233548f0
 SHA512 
6f016f75d199577215ff00c059e196829e9d3efeb0fb6eebe6c3fad6176e330332e1ef25875a22ac9892895683d95899ea44f1ec1f85d31300ad83cb1fe0310a
 DIST bumblebee-3.2.1_p20170123.tar.gz 63376 BLAKE2B 
986cc1ff39d937547268b07c98f8881810586c58a40f454cb3839aea4e5f116b27b8947acc7b1e05f3cca7a3f717f963ae3ad9f379473b40b898e6fcfedff5e6
 SHA512 
398101927211a8d09f19d519fd0537c94b942bd7fc11d10d394a3a520f2afa6abe174db78b60bb134caf78ffda4cdd50d0ef424134acd07ff4ce93998881e31b
+DIST bumblebee-3.2.1_p20170130.tar.gz 63428 BLAKE2B 
33a2fbbd6e6cbc6cd026b87714d06e54d8803cc75e997cc1bd1aa1d1263c3fe9602f822b92c67fa7e76632bb19daaae11e591b88d087889a970d374f6316e847
 SHA512 
b457e8ce197782bd1b1fabd3c0c67e4ec26cdb90a3715bbe7a8e1550cdde19134151567cfa0c73d800c30e5d303b30bc1261d5f3cbceaa64d559416e4d541070

diff --git a/x11-misc/bumblebee/bumblebee-3.2.1_p20170130.ebuild 
b/x11-misc/bumblebee/bumblebee-3.2.1_p20170130.ebuild
new file mode 100644
index 000..cb8c3ee8876
--- /dev/null
+++ b/x11-misc/bumblebee/bumblebee-3.2.1_p20170130.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools multilib readme.gentoo-r1 systemd user
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/Bumblebee-Project/Bumblebee.git;
+   EGIT_BRANCH="develop"
+   KEYWORDS=""
+else
+   COMMIT="d469a32fc0dfef5b3725c7a5331be2d04b870594"
+   
SRC_URI="https://github.com/Bumblebee-Project/Bumblebee/archive/${COMMIT}.tar.gz
 -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+
+   S="${WORKDIR}/Bumblebee-${COMMIT}"
+fi
+
+DESCRIPTION="Service providing elegant and stable means of managing Optimus 
graphics chipsets"
+HOMEPAGE="https://bumblebee-project.org 
https://github.com/Bumblebee-Project/Bumblebee;
+
+SLOT="0"
+LICENSE="GPL-3"
+
+IUSE="+bbswitch video_cards_nouveau video_cards_nvidia"
+
+COMMON_DEPEND="
+   dev-libs/glib:2
+   dev-libs/libbsd
+   sys-apps/kmod
+   x11-libs/libX11
+"
+
+RDEPEND="${COMMON_DEPEND}
+   virtual/opengl
+   x11-base/xorg-drivers[video_cards_nvidia?,video_cards_nouveau?]
+   bbswitch? ( sys-power/bbswitch )
+"
+
+DEPEND="${COMMON_DEPEND}
+   sys-apps/help2man
+   virtual/pkgconfig
+"
+
+PDEPEND="
+   || (
+   x11-misc/primus
+   x11-misc/virtualgl
+   )
+"
+
+REQUIRED_USE="|| ( video_cards_nouveau video_cards_nvidia )"
+
+pkg_setup() {
+   enewgroup bumblebee
+}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   if use video_cards_nvidia ; then
+   # Get paths to GL libs for all ABIs
+   local i nvlib=""
+   for i in  $(get_all_libdirs) ; do
+   nvlib="${nvlib}:/usr/${i}/opengl/nvidia/lib"
+   done
+
+   local nvpref="/usr/$(get_libdir)/opengl/nvidia"
+   local xorgpref="/usr/$(get_libdir)/xorg/modules"
+   ECONF_PARAMS="CONF_DRIVER=nvidia 
CONF_DRIVER_MODULE_NVIDIA=nvidia \
+   CONF_LDPATH_NVIDIA=${nvlib#:} \
+   
CONF_MODPATH_NVIDIA=${nvpref}/lib,${nvpref}/extensions,${xorgpref}/drivers,${xorgpref}"
+   fi
+
+   econf \
+   ${ECONF_PARAMS}
+}
+
+src_install() {
+   default
+
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newenvd "${FILESDIR}"/${PN}.envd 99${PN}
+   systemd_dounit scripts/systemd/bumblebeed.service
+
+   local DOC_CONTENTS="In order to use Bumblebee, add your user to 
'bumblebee' group.
+   You may need to setup your /etc/bumblebee/bumblebee.conf"
+   readme.gentoo_create_doc
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/

2018-03-26 Thread NP Hardass
commit: efe7650d3ba8b835648176a223213a40dbd1e7ca
Author: Jan Vesely  gmail  com>
AuthorDate: Sun Mar 25 03:26:36 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Tue Mar 27 04:05:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efe7650d

net-im/telegram-desktop-bin: Drop old 1.2.1

Signed-off-by: Jan Vesely  gmail.com>
Signed-off-by: NP-Hardass  gentoo.org>

 net-im/telegram-desktop-bin/Manifest   |  3 --
 .../telegram-desktop-bin-1.2.1.ebuild  | 58 --
 2 files changed, 61 deletions(-)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index fcfb151a503..240053a66b5 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,9 +1,6 @@
-DIST tdesktop-1.2.1.tar.gz 16824849 BLAKE2B 
ac6ed908ec243416ae880611f51d5f6dbe22b09092003f23611db63bbb8837a9c2d3782eef3274b94ba91e1a233db472fb17ea22e842721938bbca6c72875c26
 SHA512 
020044e036c232e37e72d5ff4386dd15f3f7135d44b4db4926e2be1dc45431d9f274d43cf903189be03b507026f6121f39c2e983ef3e8c720fd61626aa1cc9af
 DIST tdesktop-1.2.14.tar.gz 16914390 BLAKE2B 
b687fef01123d7bb7ee0f6e7fab7a4900a217da1aafa2fd35c15950a90c9bd7c0927b395db1238c9cdde676432c7222c8f22ad336a26546704e1a85a7c403a51
 SHA512 
57f4c6ff4edffc24f2a7e5054c799ffe7bbabaa9dc90b0906452ba884555e10f5cea34d204534f3c249903a2d619cef20e7d0ea5d85d60d1fc95cd0bbb8b96b5
 DIST tdesktop-1.2.6.tar.gz 16862075 BLAKE2B 
c71bde6ec1b8e8a009b589c9cd47728e3c68af6089755b3dd7b72684100cdd0740290bcd6afb0a7ad37ff16b586ad0c1929f14ae245049ad620e7909818a1d3f
 SHA512 
01841f0518397c0662b403bc3d2d16b8622bc8bcf7d9a693f03b90090b17f66284b2c8e88c08868f3982601fd1442521d614a6f36f8659b850ffc1ea97b60de5
-DIST tsetup.1.2.1.tar.xz 33084716 BLAKE2B 
7eed2ec376b494c6507a4f1ad29c02923638d533493913488c9bc5e633138b1cdd14a8136dfa516c933ae44cc0599a28b0c257839f72c1d3707c4497a39b7880
 SHA512 
179408ac2df8ce4f90dac0f8bef70b0a2fce33d665bf0de3280b2743e874103814536d5ab53be2b1b49fe7aebbe202d04b2b98713e8183c950659af9372880c7
 DIST tsetup.1.2.14.tar.xz 33389376 BLAKE2B 
efb41707a47facd5f330677f638920ef9e262159ee3e1358ecf90da2c558b66322b27a6fa9a7137520efd501610145758d4f0e16debf992feff206849e7f5f57
 SHA512 
b187cdf74fb41f0e3d0e96248b0f2552c728f414f556d999fe3734970ddc653f9adac54ec6dd221a3464154feae9c294d73b7fe2e34c181637021c70e8173f9d
 DIST tsetup.1.2.6.tar.xz 33160472 BLAKE2B 
a3543fca292083bd8d0939f4d04d31ae5e6b052f3c9b83652bf8ba2b8c455c7c03cf64dc6aecde2d3546c1d46b00fe230f912671599160fff118e8684b2a3382
 SHA512 
6903df43dab2713988447099a0ab367f8be276165991f610129e5da876295f75050c221d27093f19337a78c3f13c6607b5791be86d4752df63704eeba4416969
-DIST tsetup32.1.2.1.tar.xz 35154728 BLAKE2B 
9ccd0aabf0665a98c46bff49d912b16efd54e4dddca94348d3e4ed702c8a76fd384047559e762a2ae2fb3f01a3bfdf55ea8f408d0c10c8815059f2b88259a5bc
 SHA512 
e65da7fca7a5aa83cfb64e9bb001399f1bfb0ccad9135e37fc6262e63d03ea2fad4c38e9fec631b73482ed0a16a557fab59199b7fe651a836975c18010e5c7f0
 DIST tsetup32.1.2.14.tar.xz 35557656 BLAKE2B 
15bb265377fcac2b53d03bfa486ae43a1033ed3771922e202a48b8d566b3dfb59abfcd6fbd5f7910daf95d72806edc6c745e85c86635346df1cd700a085b36b0
 SHA512 
bfa1de5341b166c365e7806b2283df11244d0445618e62c3abedc1d16db6b002cb5a5cb4cdfa2111073cb29424255628de3f64815044f42b920f5ef489d2a702
 DIST tsetup32.1.2.6.tar.xz 35223260 BLAKE2B 
fd6e0ec02fd4d8f88ac83ac418354ff2eaa3191f4b3813f70497642965638943d5cb74fe677e0557eda7dc53de70675972771268497503c4f1354282c4fc7631
 SHA512 
ab0649f687718e50a110c87534503b429d20bd9015e54f67cfd97b7f632b8b797c9fb84106cdaadb6222f639deb19f346bb92996c55332c7bb48cfaddee59082

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.1.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.1.ebuild
deleted file mode 100644
index 2de83b92ec6..000
--- a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils gnome2-utils xdg
-
-DESCRIPTION="Official desktop client for Telegram (binary package)"
-HOMEPAGE="https://desktop.telegram.org;
-SRC_URI="
-   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
-   amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz )
-   x86? ( https://updates.tdesktop.com/tlinux32/tsetup32.${PV}.tar.xz )
-"
-
-LICENSE="telegram"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-QA_PREBUILT="usr/bin/telegram-desktop"
-
-RDEPEND="
-   dev-libs/glib:2
-   dev-libs/gobject-introspection
-   >=sys-apps/dbus-1.4.20
-   x11-libs/libX11
-   >=x11-libs/libxcb-1.10[xkb]
-"
-DEPEND=""
-
-S="${WORKDIR}/Telegram"
-
-src_install() {
-   newbin "${S}/Telegram" telegram-desktop
-
-   local icon_size
-   for icon

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

2018-03-26 Thread NP Hardass
commit: 95c694bf1aaaf36a73aa92a9b56e96764f6cdb86
Author: NP-Hardass  gentoo  org>
AuthorDate: Tue Mar 20 15:46:04 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Tue Mar 27 04:05:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95c694bf

app-crypt/acme-tiny: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-crypt/acme-tiny/Manifest   |   2 -
 app-crypt/acme-tiny/acme-tiny-0_p20170917.ebuild   |  50 ---
 app-crypt/acme-tiny/acme-tiny-4.0.0.ebuild |  43 --
 .../files/acme-tiny-4.0.0-PR101-contactinfo.patch  |  34 -
 .../files/acme-tiny-PR101-contactinfo.patch|  97 -
 .../acme-tiny/files/acme-tiny-PR50-setup.py.patch  | 150 -
 .../acme-tiny/files/acme-tiny-PR87-readmefix.patch |  23 
 7 files changed, 399 deletions(-)

diff --git a/app-crypt/acme-tiny/Manifest b/app-crypt/acme-tiny/Manifest
index 3f8a4895242..4bc5473e28c 100644
--- a/app-crypt/acme-tiny/Manifest
+++ b/app-crypt/acme-tiny/Manifest
@@ -1,3 +1 @@
-DIST acme-tiny-0_p20170917.tar.gz 10516 BLAKE2B 
e9d4ae170579cd5379dbb4d900d051bc1789ac994eb491aafb9952cd004b3e3feed20ef505f88587035f3f16163e7965a1b3883c8c2327fca6be0240a17f
 SHA512 
0bfb0d064f21f9d89e3c5863f33c7326c02948a42e2c8dc11c7b5baaf5e0dfcaeba0ad461b2ad12e292cc14f64b44f331f11b56dda6592a4663baf0714048700
-DIST acme-tiny-4.0.0.tar.gz 11934 BLAKE2B 
2303fcd4e14d75cb7b36426f9ffe7e5f989d886be16b322aea2f8b40937e8c1a850704869570911ff7365a9545f5e41006f4e655ba207db9a7105ec3d59c8c32
 SHA512 
45f3469fbfa8b57c5755595823a6d08fd977c29d948b618ab6bd9c4feba4910bdcc1540757ba78bcdcd7e01c6f7451f4e8aec951a0ae118ab6597a1714f30691
 DIST acme-tiny-4.0.3.tar.gz 12662 BLAKE2B 
6a17d0597731a5c8c1b260fa47396cb5bf8a223f44c8e498532b6e90a2ded35c5fcae058a8682e59ab060c1eeb27e09c8db8588e1d72cfd75b65f867d3e94f9a
 SHA512 
bd37d4f878f2851c8e88acb78699b855cfd306928e2d70ef1d35dc9883d44dae3c7622e2114b1d5c4e0c5865b61ad3958a776467ab45eaedb0cf612530ca5dc7

diff --git a/app-crypt/acme-tiny/acme-tiny-0_p20170917.ebuild 
b/app-crypt/acme-tiny/acme-tiny-0_p20170917.ebuild
deleted file mode 100644
index 5dc8c71c35e..000
--- a/app-crypt/acme-tiny/acme-tiny-0_p20170917.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/diafygi/${PN}.git;
-   KEYWORDS=""
-elif [[ ${PV} =~ 0_p* ]]; then
-   HASH="4ed13950c0a9cf61f1ca81ff1874cde1cf48ab32"
-   SRC_URI="https://github.com/diafygi/${PN}/archive/${HASH}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${PN}-${HASH}"
-else
-   SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A tiny, auditable script for Let's Encrypt's ACME Protocol"
-HOMEPAGE="https://github.com/diafygi/acme-tiny;
-
-LICENSE="MIT"
-SLOT="0"
-
-IUSE="minimal"
-
-DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
-RDEPEND="dev-libs/openssl:0"
-
-PATCHES=( "${FILESDIR}/${PN}-PR50-setup.py.patch" )
-
-pkg_setup() {
-   if [[ ${PV} !=  ]]; then
-   export 
SETUPTOOLS_SCM_PRETEND_VERSION="0.1.dev79+n${HASH:0:7}.d$(date +%Y%m%d)"
-   fi
-}
-
-src_prepare() {
-   if ! use minimal; then
-   PATCHES+=(
-   "${FILESDIR}/${PN}-PR87-readmefix.patch"
-   "${FILESDIR}/${PN}-PR101-contactinfo.patch"
-   )
-   fi
-   distutils-r1_src_prepare
-}

diff --git a/app-crypt/acme-tiny/acme-tiny-4.0.0.ebuild 
b/app-crypt/acme-tiny/acme-tiny-4.0.0.ebuild
deleted file mode 100644
index c36ebd5cd3c..000
--- a/app-crypt/acme-tiny/acme-tiny-4.0.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-inherit distutils-r1
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/diafygi/${PN}.git;
-   KEYWORDS=""
-else
-   SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A tiny, auditable script for Let's Encrypt's ACME Protocol"
-HOMEPAGE="https://github.com/diafygi/acme-tiny;
-
-LICENSE="MIT"
-SLOT="0"
-
-IUSE="minimal"
-
-DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
-RDEPEND="dev-libs/openssl:0"
-
-pkg_setup() {
-   if [[ ${PV}

[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/

2018-03-26 Thread NP Hardass
commit: e6d319c8a9c404ad24fdeee6ac2f576927edf187
Author: Jan Vesely  gmail  com>
AuthorDate: Mon Mar 26 13:10:34 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Tue Mar 27 04:05:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6d319c8

net-im/telegram-desktop-bin: bump version to 1.2.15

Signed-off-by: Jan Vesely  gmail.com>
Signed-off-by: NP-Hardass  gentoo.org>

 net-im/telegram-desktop-bin/Manifest   |  3 ++
 .../telegram-desktop-bin-1.2.15.ebuild | 58 ++
 2 files changed, 61 insertions(+)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index 240053a66b5..72af6bafeae 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,6 +1,9 @@
 DIST tdesktop-1.2.14.tar.gz 16914390 BLAKE2B 
b687fef01123d7bb7ee0f6e7fab7a4900a217da1aafa2fd35c15950a90c9bd7c0927b395db1238c9cdde676432c7222c8f22ad336a26546704e1a85a7c403a51
 SHA512 
57f4c6ff4edffc24f2a7e5054c799ffe7bbabaa9dc90b0906452ba884555e10f5cea34d204534f3c249903a2d619cef20e7d0ea5d85d60d1fc95cd0bbb8b96b5
+DIST tdesktop-1.2.15.tar.gz 16916025 BLAKE2B 
c78c42875cdc159762ba95f6debdf10a0e2693ed5706f9b7274f284a77dd43bf3a07d8685032c8d07913ce3d85514561db3d88fcd52b2c92c967ec86af23274f
 SHA512 
9b73a7029790feaed2b044df81251bf3c09e7ce3485669cbb9dd304b7adca29c29991e1d3f8e40873e0e6200ed47b27a4cacaee2c4f6bad407d86650ed642f77
 DIST tdesktop-1.2.6.tar.gz 16862075 BLAKE2B 
c71bde6ec1b8e8a009b589c9cd47728e3c68af6089755b3dd7b72684100cdd0740290bcd6afb0a7ad37ff16b586ad0c1929f14ae245049ad620e7909818a1d3f
 SHA512 
01841f0518397c0662b403bc3d2d16b8622bc8bcf7d9a693f03b90090b17f66284b2c8e88c08868f3982601fd1442521d614a6f36f8659b850ffc1ea97b60de5
 DIST tsetup.1.2.14.tar.xz 33389376 BLAKE2B 
efb41707a47facd5f330677f638920ef9e262159ee3e1358ecf90da2c558b66322b27a6fa9a7137520efd501610145758d4f0e16debf992feff206849e7f5f57
 SHA512 
b187cdf74fb41f0e3d0e96248b0f2552c728f414f556d999fe3734970ddc653f9adac54ec6dd221a3464154feae9c294d73b7fe2e34c181637021c70e8173f9d
+DIST tsetup.1.2.15.tar.xz 33391864 BLAKE2B 
8631022e27d11fa1003d3a0d7f6359e67c2a504f0362fefa380471189fcc6d2c736e530b1f5044e0d30fc6a5290e206ce534f1e0843c1778cdc4740148333b0a
 SHA512 
d13649cf52702f2abcfb62bdb2ea8000f6087f26dd8ecb2f4663cb609b50095c9f36bdf0aac2ddef39824a9d4c7ca637448ea4749cc709c40d5af736f18d20cb
 DIST tsetup.1.2.6.tar.xz 33160472 BLAKE2B 
a3543fca292083bd8d0939f4d04d31ae5e6b052f3c9b83652bf8ba2b8c455c7c03cf64dc6aecde2d3546c1d46b00fe230f912671599160fff118e8684b2a3382
 SHA512 
6903df43dab2713988447099a0ab367f8be276165991f610129e5da876295f75050c221d27093f19337a78c3f13c6607b5791be86d4752df63704eeba4416969
 DIST tsetup32.1.2.14.tar.xz 35557656 BLAKE2B 
15bb265377fcac2b53d03bfa486ae43a1033ed3771922e202a48b8d566b3dfb59abfcd6fbd5f7910daf95d72806edc6c745e85c86635346df1cd700a085b36b0
 SHA512 
bfa1de5341b166c365e7806b2283df11244d0445618e62c3abedc1d16db6b002cb5a5cb4cdfa2111073cb29424255628de3f64815044f42b920f5ef489d2a702
+DIST tsetup32.1.2.15.tar.xz 35562536 BLAKE2B 
3d5977bb64a3f62b2442563fbcc430c7603288e75d1e63fb594e14b034bc06ba3c85529215e2ed03f276f7776f2d9ac8139e0f4ae5d4feb8e6a7805aa5f6b215
 SHA512 
7000489a8ccef45b226858af707cb167dff346e10e33f0ecf745c0b26eae8cb7df9d5bf1604eda5865611aae324b5da6f7b1975371257dec34065cd2e3399833
 DIST tsetup32.1.2.6.tar.xz 35223260 BLAKE2B 
fd6e0ec02fd4d8f88ac83ac418354ff2eaa3191f4b3813f70497642965638943d5cb74fe677e0557eda7dc53de70675972771268497503c4f1354282c4fc7631
 SHA512 
ab0649f687718e50a110c87534503b429d20bd9015e54f67cfd97b7f632b8b797c9fb84106cdaadb6222f639deb19f346bb92996c55332c7bb48cfaddee59082

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.15.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.15.ebuild
new file mode 100644
index 000..6522d0b976f
--- /dev/null
+++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.15.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit desktop gnome2-utils xdg
+
+DESCRIPTION="Official desktop client for Telegram (binary package)"
+HOMEPAGE="https://desktop.telegram.org;
+SRC_URI="
+   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
+   amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz )
+   x86? ( https://updates.tdesktop.com/tlinux32/tsetup32.${PV}.tar.xz )
+"
+
+LICENSE="telegram"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+QA_PREBUILT="usr/bin/telegram-desktop"
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-libs/gobject-introspection
+   >=sys-apps/dbus-1.4.20
+   x11-libs/libX11
+   >=x11-libs/libxcb-1.10[xkb]
+"
+DEPEND=""
+
+S="${WORKDIR}/Telegram"
+
+src_install() {
+   newbin "${S}/Telegram" telegram-

[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/

2018-03-26 Thread NP Hardass
commit: 905e3a5096f7b73eefa737f725591fa1711b9971
Author: Jan Vesely  gmail  com>
AuthorDate: Thu Mar 22 04:52:25 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Tue Mar 27 04:05:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=905e3a50

net-im/telegram-desktop-bin: bump version to 1.2.14

Uses desktop eclass instead of eutils

Signed-off-by: Jan Vesely  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/7547
Signed-off-by: NP-Hardass  gentoo.org>

 net-im/telegram-desktop-bin/Manifest   |  3 ++
 .../telegram-desktop-bin-1.2.14.ebuild | 58 ++
 2 files changed, 61 insertions(+)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index 3ecccb3d779..fcfb151a503 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,6 +1,9 @@
 DIST tdesktop-1.2.1.tar.gz 16824849 BLAKE2B 
ac6ed908ec243416ae880611f51d5f6dbe22b09092003f23611db63bbb8837a9c2d3782eef3274b94ba91e1a233db472fb17ea22e842721938bbca6c72875c26
 SHA512 
020044e036c232e37e72d5ff4386dd15f3f7135d44b4db4926e2be1dc45431d9f274d43cf903189be03b507026f6121f39c2e983ef3e8c720fd61626aa1cc9af
+DIST tdesktop-1.2.14.tar.gz 16914390 BLAKE2B 
b687fef01123d7bb7ee0f6e7fab7a4900a217da1aafa2fd35c15950a90c9bd7c0927b395db1238c9cdde676432c7222c8f22ad336a26546704e1a85a7c403a51
 SHA512 
57f4c6ff4edffc24f2a7e5054c799ffe7bbabaa9dc90b0906452ba884555e10f5cea34d204534f3c249903a2d619cef20e7d0ea5d85d60d1fc95cd0bbb8b96b5
 DIST tdesktop-1.2.6.tar.gz 16862075 BLAKE2B 
c71bde6ec1b8e8a009b589c9cd47728e3c68af6089755b3dd7b72684100cdd0740290bcd6afb0a7ad37ff16b586ad0c1929f14ae245049ad620e7909818a1d3f
 SHA512 
01841f0518397c0662b403bc3d2d16b8622bc8bcf7d9a693f03b90090b17f66284b2c8e88c08868f3982601fd1442521d614a6f36f8659b850ffc1ea97b60de5
 DIST tsetup.1.2.1.tar.xz 33084716 BLAKE2B 
7eed2ec376b494c6507a4f1ad29c02923638d533493913488c9bc5e633138b1cdd14a8136dfa516c933ae44cc0599a28b0c257839f72c1d3707c4497a39b7880
 SHA512 
179408ac2df8ce4f90dac0f8bef70b0a2fce33d665bf0de3280b2743e874103814536d5ab53be2b1b49fe7aebbe202d04b2b98713e8183c950659af9372880c7
+DIST tsetup.1.2.14.tar.xz 33389376 BLAKE2B 
efb41707a47facd5f330677f638920ef9e262159ee3e1358ecf90da2c558b66322b27a6fa9a7137520efd501610145758d4f0e16debf992feff206849e7f5f57
 SHA512 
b187cdf74fb41f0e3d0e96248b0f2552c728f414f556d999fe3734970ddc653f9adac54ec6dd221a3464154feae9c294d73b7fe2e34c181637021c70e8173f9d
 DIST tsetup.1.2.6.tar.xz 33160472 BLAKE2B 
a3543fca292083bd8d0939f4d04d31ae5e6b052f3c9b83652bf8ba2b8c455c7c03cf64dc6aecde2d3546c1d46b00fe230f912671599160fff118e8684b2a3382
 SHA512 
6903df43dab2713988447099a0ab367f8be276165991f610129e5da876295f75050c221d27093f19337a78c3f13c6607b5791be86d4752df63704eeba4416969
 DIST tsetup32.1.2.1.tar.xz 35154728 BLAKE2B 
9ccd0aabf0665a98c46bff49d912b16efd54e4dddca94348d3e4ed702c8a76fd384047559e762a2ae2fb3f01a3bfdf55ea8f408d0c10c8815059f2b88259a5bc
 SHA512 
e65da7fca7a5aa83cfb64e9bb001399f1bfb0ccad9135e37fc6262e63d03ea2fad4c38e9fec631b73482ed0a16a557fab59199b7fe651a836975c18010e5c7f0
+DIST tsetup32.1.2.14.tar.xz 35557656 BLAKE2B 
15bb265377fcac2b53d03bfa486ae43a1033ed3771922e202a48b8d566b3dfb59abfcd6fbd5f7910daf95d72806edc6c745e85c86635346df1cd700a085b36b0
 SHA512 
bfa1de5341b166c365e7806b2283df11244d0445618e62c3abedc1d16db6b002cb5a5cb4cdfa2111073cb29424255628de3f64815044f42b920f5ef489d2a702
 DIST tsetup32.1.2.6.tar.xz 35223260 BLAKE2B 
fd6e0ec02fd4d8f88ac83ac418354ff2eaa3191f4b3813f70497642965638943d5cb74fe677e0557eda7dc53de70675972771268497503c4f1354282c4fc7631
 SHA512 
ab0649f687718e50a110c87534503b429d20bd9015e54f67cfd97b7f632b8b797c9fb84106cdaadb6222f639deb19f346bb92996c55332c7bb48cfaddee59082

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.14.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.14.ebuild
new file mode 100644
index 000..6522d0b976f
--- /dev/null
+++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.14.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit desktop gnome2-utils xdg
+
+DESCRIPTION="Official desktop client for Telegram (binary package)"
+HOMEPAGE="https://desktop.telegram.org;
+SRC_URI="
+   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
+   amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz )
+   x86? ( https://updates.tdesktop.com/tlinux32/tsetup32.${PV}.tar.xz )
+"
+
+LICENSE="telegram"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+QA_PREBUILT="usr/bin/telegram-desktop"
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-libs/gobject-introspection
+   >=sys-apps/dbus-1.4.20
+   x11-libs/libX11
+   >=x11-libs/libxcb-1.10[xkb]
+"
+DEPEND=""
+
+S="${WORKDIR}/Telegram"
+
+src_install() 

[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/

2018-03-26 Thread NP Hardass
commit: 12481497f6548ed3d7c25baac894add49c47228a
Author: NP-Hardass  gentoo  org>
AuthorDate: Tue Mar 20 15:45:19 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Tue Mar 27 04:05:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12481497

app-crypt/acme-tiny: Bump to 4.0.3

--account-email flag changed to --contact, requires new syntax, so
make sure to update scripts accordingly

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-crypt/acme-tiny/Manifest   |  1 +
 ...cme-tiny-.ebuild => acme-tiny-4.0.3.ebuild} | 23 +-
 app-crypt/acme-tiny/acme-tiny-.ebuild  | 23 +-
 3 files changed, 29 insertions(+), 18 deletions(-)

diff --git a/app-crypt/acme-tiny/Manifest b/app-crypt/acme-tiny/Manifest
index b176bea3185..3f8a4895242 100644
--- a/app-crypt/acme-tiny/Manifest
+++ b/app-crypt/acme-tiny/Manifest
@@ -1,2 +1,3 @@
 DIST acme-tiny-0_p20170917.tar.gz 10516 BLAKE2B 
e9d4ae170579cd5379dbb4d900d051bc1789ac994eb491aafb9952cd004b3e3feed20ef505f88587035f3f16163e7965a1b3883c8c2327fca6be0240a17f
 SHA512 
0bfb0d064f21f9d89e3c5863f33c7326c02948a42e2c8dc11c7b5baaf5e0dfcaeba0ad461b2ad12e292cc14f64b44f331f11b56dda6592a4663baf0714048700
 DIST acme-tiny-4.0.0.tar.gz 11934 BLAKE2B 
2303fcd4e14d75cb7b36426f9ffe7e5f989d886be16b322aea2f8b40937e8c1a850704869570911ff7365a9545f5e41006f4e655ba207db9a7105ec3d59c8c32
 SHA512 
45f3469fbfa8b57c5755595823a6d08fd977c29d948b618ab6bd9c4feba4910bdcc1540757ba78bcdcd7e01c6f7451f4e8aec951a0ae118ab6597a1714f30691
+DIST acme-tiny-4.0.3.tar.gz 12662 BLAKE2B 
6a17d0597731a5c8c1b260fa47396cb5bf8a223f44c8e498532b6e90a2ded35c5fcae058a8682e59ab060c1eeb27e09c8db8588e1d72cfd75b65f867d3e94f9a
 SHA512 
bd37d4f878f2851c8e88acb78699b855cfd306928e2d70ef1d35dc9883d44dae3c7622e2114b1d5c4e0c5865b61ad3958a776467ab45eaedb0cf612530ca5dc7

diff --git a/app-crypt/acme-tiny/acme-tiny-.ebuild 
b/app-crypt/acme-tiny/acme-tiny-4.0.3.ebuild
similarity index 66%
copy from app-crypt/acme-tiny/acme-tiny-.ebuild
copy to app-crypt/acme-tiny/acme-tiny-4.0.3.ebuild
index c36ebd5cd3c..b9815c34809 100644
--- a/app-crypt/acme-tiny/acme-tiny-.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-4.0.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-inherit distutils-r1
+inherit distutils-r1 eapi7-ver
 
 if [[ ${PV} ==  ]]; then
inherit git-r3
@@ -20,8 +20,7 @@ HOMEPAGE="https://github.com/diafygi/acme-tiny;
 
 LICENSE="MIT"
 SLOT="0"
-
-IUSE="minimal"
+IUSE=""
 
 DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
 RDEPEND="dev-libs/openssl:0"
@@ -33,11 +32,17 @@ pkg_setup() {
 }
 
 src_prepare() {
-   if ! use minimal; then
-   local PATCHES=(
-   "${FILESDIR}/${PN}-PR87-readmefix.patch"
-   "${FILESDIR}/${PN}-4.0.0-PR101-contactinfo.patch"
-   )
-   fi
+   sed -i 's|#!/usr/bin/sh|#!/bin/sh|g' README.md || die
+
distutils-r1_src_prepare
 }
+
+pkg_postinst() {
+   for v in ${REPLACING_VERSIONS}; do
+   if ver_test "$v" "-lt" "4.0.3" || ver_test "$v" "-ge" ""; 
then
+   einfo "The --account-email flag has been changed to 
--contact and"
+   einfo "has different syntax."
+   einfo "Please update your scripts accordingly"
+   fi
+   done
+}

diff --git a/app-crypt/acme-tiny/acme-tiny-.ebuild 
b/app-crypt/acme-tiny/acme-tiny-.ebuild
index c36ebd5cd3c..b9815c34809 100644
--- a/app-crypt/acme-tiny/acme-tiny-.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-inherit distutils-r1
+inherit distutils-r1 eapi7-ver
 
 if [[ ${PV} ==  ]]; then
inherit git-r3
@@ -20,8 +20,7 @@ HOMEPAGE="https://github.com/diafygi/acme-tiny;
 
 LICENSE="MIT"
 SLOT="0"
-
-IUSE="minimal"
+IUSE=""
 
 DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
 RDEPEND="dev-libs/openssl:0"
@@ -33,11 +32,17 @@ pkg_setup() {
 }
 
 src_prepare() {
-   if ! use minimal; then
-   local PATCHES=(
-   "${FILESDIR}/${PN}-PR87-readmefix.patch"
-   "${FILESDIR}/${PN}-4.0.0-PR101-contactinfo.patch"
-   )
-   fi
+   sed -i 's|#!/usr/bin/sh|#!/bin/sh|g' README.md || die
+
distutils-r1_src_prepare
 }
+
+pkg_postinst() {
+   for v in ${REPLACING_VERSIONS}; do
+   if ver_test "$v" "-lt" "4.0.3" || ver_test "$v" "-ge" ""; 
then
+   einfo "The --account-email flag has been changed to 
--contact and"
+   einfo "has different syntax."
+   einfo "Please update your scripts accordingly"
+   fi
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: games-strategy/freeorion/

2018-03-26 Thread NP Hardass
commit: d0553488ce262d106023d7e6fe513d3fb240b58c
Author: NP-Hardass  gentoo  org>
AuthorDate: Tue Mar 20 15:25:01 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Tue Mar 27 04:05:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0553488

games-strategy/freeorion: Add subslot rebuild for glew

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../{freeorion-0.4.7.1-r2.ebuild => freeorion-0.4.7.1-r3.ebuild}  | 4 ++--
 games-strategy/freeorion/freeorion-.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/games-strategy/freeorion/freeorion-0.4.7.1-r2.ebuild 
b/games-strategy/freeorion/freeorion-0.4.7.1-r3.ebuild
similarity index 96%
rename from games-strategy/freeorion/freeorion-0.4.7.1-r2.ebuild
rename to games-strategy/freeorion/freeorion-0.4.7.1-r3.ebuild
index 59dd595f13e..8d750687b35 100644
--- a/games-strategy/freeorion/freeorion-0.4.7.1-r2.ebuild
+++ b/games-strategy/freeorion/freeorion-0.4.7.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,7 +27,7 @@ RDEPEND="
>=dev-libs/boost-1.56:=[python,threads,${PYTHON_USEDEP}]
media-libs/freealut
media-libs/freetype
-   media-libs/glew:*
+   media-libs/glew:=
media-libs/libsdl2
>=media-libs/libogg-1.1.3
media-libs/libpng:0

diff --git a/games-strategy/freeorion/freeorion-.ebuild 
b/games-strategy/freeorion/freeorion-.ebuild
index 59dd595f13e..8d750687b35 100644
--- a/games-strategy/freeorion/freeorion-.ebuild
+++ b/games-strategy/freeorion/freeorion-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,7 +27,7 @@ RDEPEND="
>=dev-libs/boost-1.56:=[python,threads,${PYTHON_USEDEP}]
media-libs/freealut
media-libs/freetype
-   media-libs/glew:*
+   media-libs/glew:=
media-libs/libsdl2
>=media-libs/libogg-1.1.3
media-libs/libpng:0



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

2018-03-16 Thread NP Hardass
commit: 0973ba3c7ea79e255060c9c37ee1b5215434f47b
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar 16 07:02:01 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Fri Mar 16 07:06:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0973ba3c

app-crypt/acme-tiny: Bump to 4.0.0

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-crypt/acme-tiny/Manifest   |  1 +
 ...cme-tiny-.ebuild => acme-tiny-4.0.0.ebuild} | 11 ++-
 app-crypt/acme-tiny/acme-tiny-.ebuild  | 11 ++-
 .../files/acme-tiny-4.0.0-PR101-contactinfo.patch  | 34 ++
 4 files changed, 41 insertions(+), 16 deletions(-)

diff --git a/app-crypt/acme-tiny/Manifest b/app-crypt/acme-tiny/Manifest
index 3c3367257ea..b176bea3185 100644
--- a/app-crypt/acme-tiny/Manifest
+++ b/app-crypt/acme-tiny/Manifest
@@ -1 +1,2 @@
 DIST acme-tiny-0_p20170917.tar.gz 10516 BLAKE2B 
e9d4ae170579cd5379dbb4d900d051bc1789ac994eb491aafb9952cd004b3e3feed20ef505f88587035f3f16163e7965a1b3883c8c2327fca6be0240a17f
 SHA512 
0bfb0d064f21f9d89e3c5863f33c7326c02948a42e2c8dc11c7b5baaf5e0dfcaeba0ad461b2ad12e292cc14f64b44f331f11b56dda6592a4663baf0714048700
+DIST acme-tiny-4.0.0.tar.gz 11934 BLAKE2B 
2303fcd4e14d75cb7b36426f9ffe7e5f989d886be16b322aea2f8b40937e8c1a850704869570911ff7365a9545f5e41006f4e655ba207db9a7105ec3d59c8c32
 SHA512 
45f3469fbfa8b57c5755595823a6d08fd977c29d948b618ab6bd9c4feba4910bdcc1540757ba78bcdcd7e01c6f7451f4e8aec951a0ae118ab6597a1714f30691

diff --git a/app-crypt/acme-tiny/acme-tiny-.ebuild 
b/app-crypt/acme-tiny/acme-tiny-4.0.0.ebuild
similarity index 69%
copy from app-crypt/acme-tiny/acme-tiny-.ebuild
copy to app-crypt/acme-tiny/acme-tiny-4.0.0.ebuild
index 2ec5bef8dcb..c36ebd5cd3c 100644
--- a/app-crypt/acme-tiny/acme-tiny-.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-4.0.0.ebuild
@@ -10,11 +10,6 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/diafygi/${PN}.git;
KEYWORDS=""
-elif [[ ${PV} =~ 0_p* ]]; then
-   HASH="4ed13950c0a9cf61f1ca81ff1874cde1cf48ab32"
-   SRC_URI="https://github.com/diafygi/${PN}/archive/${HASH}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${PN}-${HASH}"
 else
SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
@@ -33,15 +28,15 @@ RDEPEND="dev-libs/openssl:0"
 
 pkg_setup() {
if [[ ${PV} !=  ]]; then
-   export 
SETUPTOOLS_SCM_PRETEND_VERSION="0.1.dev79+n${HASH:0:7}.d$(date +%Y%m%d)"
+   export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
fi
 }
 
 src_prepare() {
if ! use minimal; then
-   PATCHES+=(
+   local PATCHES=(
"${FILESDIR}/${PN}-PR87-readmefix.patch"
-   "${FILESDIR}/${PN}-PR101-contactinfo.patch"
+   "${FILESDIR}/${PN}-4.0.0-PR101-contactinfo.patch"
)
fi
distutils-r1_src_prepare

diff --git a/app-crypt/acme-tiny/acme-tiny-.ebuild 
b/app-crypt/acme-tiny/acme-tiny-.ebuild
index 2ec5bef8dcb..c36ebd5cd3c 100644
--- a/app-crypt/acme-tiny/acme-tiny-.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-.ebuild
@@ -10,11 +10,6 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/diafygi/${PN}.git;
KEYWORDS=""
-elif [[ ${PV} =~ 0_p* ]]; then
-   HASH="4ed13950c0a9cf61f1ca81ff1874cde1cf48ab32"
-   SRC_URI="https://github.com/diafygi/${PN}/archive/${HASH}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${PN}-${HASH}"
 else
SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
@@ -33,15 +28,15 @@ RDEPEND="dev-libs/openssl:0"
 
 pkg_setup() {
if [[ ${PV} !=  ]]; then
-   export 
SETUPTOOLS_SCM_PRETEND_VERSION="0.1.dev79+n${HASH:0:7}.d$(date +%Y%m%d)"
+   export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}"
fi
 }
 
 src_prepare() {
if ! use minimal; then
-   PATCHES+=(
+   local PATCHES=(
"${FILESDIR}/${PN}-PR87-readmefix.patch"
-   "${FILESDIR}/${PN}-PR101-contactinfo.patch"
+   "${FILESDIR}/${PN}-4.0.0-PR101-contactinfo.patch"
)
fi
distutils-r1_src_prepare

diff --git a/app-crypt/acme-tiny/files/acme-tiny-4.0.0-PR101-contactinfo.patch 
b/app-crypt/acme-tiny/files/acme-tiny-4.0.0-PR101-contactinfo.patch
new file mode 100644
index 000..447ed5f5f9b
--- /dev/null
+++ b/app-crypt/acme-t

[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/

2018-03-16 Thread NP Hardass
commit: 51cb4b7a78de056820b8bd64779549df0ae91178
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar 16 06:19:09 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Fri Mar 16 07:06:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51cb4b7a

app-crypt/acme-tiny: Adjust versioning for new versions

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-crypt/acme-tiny/Manifest  |  2 +-
 ...acme-tiny-20170917.ebuild => acme-tiny-0_p20170917.ebuild} | 11 +++
 .../{acme-tiny-.ebuild => acme-tiny-.ebuild}  | 11 +++
 3 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/app-crypt/acme-tiny/Manifest b/app-crypt/acme-tiny/Manifest
index adc866795dd..3c3367257ea 100644
--- a/app-crypt/acme-tiny/Manifest
+++ b/app-crypt/acme-tiny/Manifest
@@ -1 +1 @@
-DIST acme-tiny-20170917.tar.gz 10516 BLAKE2B 
e9d4ae170579cd5379dbb4d900d051bc1789ac994eb491aafb9952cd004b3e3feed20ef505f88587035f3f16163e7965a1b3883c8c2327fca6be0240a17f
 SHA512 
0bfb0d064f21f9d89e3c5863f33c7326c02948a42e2c8dc11c7b5baaf5e0dfcaeba0ad461b2ad12e292cc14f64b44f331f11b56dda6592a4663baf0714048700
+DIST acme-tiny-0_p20170917.tar.gz 10516 BLAKE2B 
e9d4ae170579cd5379dbb4d900d051bc1789ac994eb491aafb9952cd004b3e3feed20ef505f88587035f3f16163e7965a1b3883c8c2327fca6be0240a17f
 SHA512 
0bfb0d064f21f9d89e3c5863f33c7326c02948a42e2c8dc11c7b5baaf5e0dfcaeba0ad461b2ad12e292cc14f64b44f331f11b56dda6592a4663baf0714048700

diff --git a/app-crypt/acme-tiny/acme-tiny-20170917.ebuild 
b/app-crypt/acme-tiny/acme-tiny-0_p20170917.ebuild
similarity index 81%
rename from app-crypt/acme-tiny/acme-tiny-20170917.ebuild
rename to app-crypt/acme-tiny/acme-tiny-0_p20170917.ebuild
index b85a7644799..5dc8c71c35e 100644
--- a/app-crypt/acme-tiny/acme-tiny-20170917.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-0_p20170917.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,15 +6,18 @@ EAPI=6
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit distutils-r1
 
-if [[ ${PV} ==  ]]; then
+if [[ ${PV} ==  ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/diafygi/${PN}.git;
KEYWORDS=""
-else
+elif [[ ${PV} =~ 0_p* ]]; then
HASH="4ed13950c0a9cf61f1ca81ff1874cde1cf48ab32"
SRC_URI="https://github.com/diafygi/${PN}/archive/${HASH}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${PN}-${HASH}"
+else
+   SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
 fi
 
 DESCRIPTION="A tiny, auditable script for Let's Encrypt's ACME Protocol"
@@ -31,7 +34,7 @@ RDEPEND="dev-libs/openssl:0"
 PATCHES=( "${FILESDIR}/${PN}-PR50-setup.py.patch" )
 
 pkg_setup() {
-   if [[ ${PV} !=  ]]; then
+   if [[ ${PV} !=  ]]; then
export 
SETUPTOOLS_SCM_PRETEND_VERSION="0.1.dev79+n${HASH:0:7}.d$(date +%Y%m%d)"
fi
 }

diff --git a/app-crypt/acme-tiny/acme-tiny-.ebuild 
b/app-crypt/acme-tiny/acme-tiny-.ebuild
similarity index 81%
rename from app-crypt/acme-tiny/acme-tiny-.ebuild
rename to app-crypt/acme-tiny/acme-tiny-.ebuild
index b85a7644799..5dc8c71c35e 100644
--- a/app-crypt/acme-tiny/acme-tiny-.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,15 +6,18 @@ EAPI=6
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit distutils-r1
 
-if [[ ${PV} ==  ]]; then
+if [[ ${PV} ==  ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/diafygi/${PN}.git;
KEYWORDS=""
-else
+elif [[ ${PV} =~ 0_p* ]]; then
HASH="4ed13950c0a9cf61f1ca81ff1874cde1cf48ab32"
SRC_URI="https://github.com/diafygi/${PN}/archive/${HASH}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${PN}-${HASH}"
+else
+   SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
 fi
 
 DESCRIPTION="A tiny, auditable script for Let's Encrypt's ACME Protocol"
@@ -31,7 +34,7 @@ RDEPEND="dev-libs/openssl:0"
 PATCHES=( "${FILESDIR}/${PN}-PR50-setup.py.patch" )
 
 pkg_setup() {
-   if [[ ${PV} !=  ]]; then
+   if [[ ${PV} !=  ]]; then
export 
SETUPTOOLS_SCM_PRETEND_VERSION="0.1.dev79+n${HASH:0:7}.d$(date +%Y%m%d)"
fi
 }



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/

2018-03-16 Thread NP Hardass
commit: 1153778907d52c6ed466680c2cc7696d0b997634
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar 16 06:24:42 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Fri Mar 16 07:06:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11537789

app-crypt/acme-tiny: Dropping unnecessary patch from 

Merged upstream

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-crypt/acme-tiny/acme-tiny-.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-crypt/acme-tiny/acme-tiny-.ebuild 
b/app-crypt/acme-tiny/acme-tiny-.ebuild
index 5dc8c71c35e..2ec5bef8dcb 100644
--- a/app-crypt/acme-tiny/acme-tiny-.ebuild
+++ b/app-crypt/acme-tiny/acme-tiny-.ebuild
@@ -31,8 +31,6 @@ IUSE="minimal"
 DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
 RDEPEND="dev-libs/openssl:0"
 
-PATCHES=( "${FILESDIR}/${PN}-PR50-setup.py.patch" )
-
 pkg_setup() {
if [[ ${PV} !=  ]]; then
export 
SETUPTOOLS_SCM_PRETEND_VERSION="0.1.dev79+n${HASH:0:7}.d$(date +%Y%m%d)"



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

2018-03-01 Thread NP Hardass
commit: 7977590eae9ec4be8170ba6fcaa8fd62cb17e777
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 04:36:10 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 04:41:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7977590e

net-fs/openafs: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-fs/openafs/Manifest  |   2 -
 net-fs/openafs/openafs-1.6.22.ebuild | 222 ---
 2 files changed, 224 deletions(-)

diff --git a/net-fs/openafs/Manifest b/net-fs/openafs/Manifest
index d43a0e71a00..f475d2a5b24 100644
--- a/net-fs/openafs/Manifest
+++ b/net-fs/openafs/Manifest
@@ -1,5 +1,3 @@
-DIST openafs-1.6.22-doc.tar.bz2 3567926 BLAKE2B 
49c20ba0cf28cf567bbdbdd9f34bce504bfc90fe87d74bc9a1f30250a51802239ff9ee1286da5961fed50e84c71d311df7b3c11e393a10f58f88e4dc57773ca1
 SHA512 
6ae43aa86744b1a7879e583faea96ecbdf4dd6f9c4eb39040ca58217c63ae5bbf565cd70e48cddf870b8cb7623e923260a31559d7d1e22b4ef86922601aedd62
-DIST openafs-1.6.22-src.tar.bz2 14606745 BLAKE2B 
ee406ac0bc2f91862b916fe2c84bb5b1887b43bfb396a0d4b4d3349420b4af397344a2c4d585698fe6f3870fba2090df7b7da85431275b5d1c28b01168221557
 SHA512 
7a533462175e79aa48339c5105d2dbddde284e23e5d5bcff58a4893839fc7bcfdd779d1d65abfc5217b185624bf88fe1ef02d0c37d29b6ff96616e96f54a6d87
 DIST openafs-1.6.22.1-doc.tar.bz2 3534064 BLAKE2B 
e9f67fb42b6c4e6c2092e713e801db5479beccb1e3dc6d48c16e655151dcf91693497c4ee57c47c98c52cba6eb0ad271698ed450487bdb462111a9276cb1eb74
 SHA512 
1c9481507824a450d6610dbbb427bdbccb3373e12bae0bf603ec121023ee7bbb05fef366f5eec793736b0643d0f6e8f611bc55473c71a831e3b31970420ec44c
 DIST openafs-1.6.22.1-src.tar.bz2 14682183 BLAKE2B 
a01e08f30f28dda9484407bbe0568df7b517e587b6e2475d669269e09745050bee955438dfeab9d86564dbc22821bc2fb417c15f8add0aae6acdde266c080df0
 SHA512 
901959051f60f7ffa2db8a253a16f9460713e3637a53f0b6b05e72247e08b633951116dc28b19db9c7448d8ebc7a20a8a851d5356c52f16c28f5c89209f8190e
 DIST openafs-1.6.22.2-doc.tar.bz2 3533975 BLAKE2B 
a44b39291ece3d4b1f9f9e722b35f48698063e4daecb94745b5a8ead00412b9e8e7baef0c1264c6289de45cab66b4b83ed3cfe83a60072480c848c14bb61016c
 SHA512 
e8405ad2f5c3ad24d37789fdf71961ed3f1af4467b9385a87f70f8ffc39dfccf1db35a492360811cf62bb3959cdb7f6eee08991aaafa24961b24815f908172c1

diff --git a/net-fs/openafs/openafs-1.6.22.ebuild 
b/net-fs/openafs/openafs-1.6.22.ebuild
deleted file mode 100644
index 3c3aa6efbac..000
--- a/net-fs/openafs/openafs-1.6.22.ebuild
+++ /dev/null
@@ -1,222 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit autotools eutils flag-o-matic multilib pam systemd toolchain-funcs 
versionator
-
-MY_PV=$(delete_version_separator '_')
-MY_P="${PN}-${MY_PV}"
-PVER="20170822"
-
-DESCRIPTION="The OpenAFS distributed file system"
-HOMEPAGE="https://www.openafs.org/;
-# We always d/l the doc tarball as man pages are not USE=doc material
-[[ ${PV} == *_pre* ]] && MY_PRE="candidate/" || MY_PRE=""
-SRC_URI="
-   https://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-src.tar.bz2
-   https://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-doc.tar.bz2
-   https://dev.gentoo.org/~bircoph/afs/${PN}-patches-${PVER}.tar.xz
-"
-
-LICENSE="IBM BSD openafs-krb5-a APSL-2"
-SLOT="0"
-KEYWORDS="amd64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-
-IUSE="bitmap-later debug doc fuse kerberos +modules ncurses pam pthreaded-ubik 
+supergroups"
-
-CDEPEND="
-   virtual/libintl
-   fuse? ( sys-fs/fuse )
-   kerberos? ( virtual/krb5 )
-   ncurses? ( sys-libs/ncurses:0= )
-   pam? ( virtual/pam )"
-
-DEPEND="${CDEPEND}
-   virtual/yacc
-   doc? (
-   app-text/docbook-xsl-stylesheets
-   dev-libs/libxslt
-   )"
-
-RDEPEND="${CDEPEND}
-   modules? ( ~net-fs/openafs-kernel-${PV} )"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=( "${WORKDIR}/gentoo/patches" )
-
-src_prepare() {
-   default
-
-   # fixing 2-nd level makefiles to honor flags
-   sed -i -r 's/\<CFLAGS[[:space:]]*=/CFLAGS+=/; 
s/\<LDFLAGS[[:space:]]*=/LDFLAGS+=/' \
-   src/*/Makefile.in || die '*/Makefile.in sed failed'
-
-   # packaging is f-ed up, so we can't run eautoreconf
-   # run autotools commands based on what is listed in regen.sh
-   eaclocal -I src/cf
-   eautoconf
-   eautoconf -o configure-libafs configure-libafs.ac
-   eautoheader
-   einfo "Deleting autom4te.cache directory"
-   rm -rf autom4te.cache
-}
-
-src_configure() {
-   local myconf
-   use debug && use pam && myconf="--enable-debug-pam"
-
-   AFS_SYSKVERS=26 \
-   econf \
-   --disable-kernel-module \
-   --disable-strip-binari

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

2018-03-01 Thread NP Hardass
commit: 0c61d3b80d393e87f20abef474ee79caf72404fc
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 04:20:24 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 04:41:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c61d3b8

net-fs/openafs:  Bump to 1.6.22.2

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-fs/openafs/Manifest|   2 +
 net-fs/openafs/openafs-1.6.22.2.ebuild | 222 +
 2 files changed, 224 insertions(+)

diff --git a/net-fs/openafs/Manifest b/net-fs/openafs/Manifest
index d24412ddc6f..d43a0e71a00 100644
--- a/net-fs/openafs/Manifest
+++ b/net-fs/openafs/Manifest
@@ -2,4 +2,6 @@ DIST openafs-1.6.22-doc.tar.bz2 3567926 BLAKE2B 
49c20ba0cf28cf567bbdbdd9f34bce50
 DIST openafs-1.6.22-src.tar.bz2 14606745 BLAKE2B 
ee406ac0bc2f91862b916fe2c84bb5b1887b43bfb396a0d4b4d3349420b4af397344a2c4d585698fe6f3870fba2090df7b7da85431275b5d1c28b01168221557
 SHA512 
7a533462175e79aa48339c5105d2dbddde284e23e5d5bcff58a4893839fc7bcfdd779d1d65abfc5217b185624bf88fe1ef02d0c37d29b6ff96616e96f54a6d87
 DIST openafs-1.6.22.1-doc.tar.bz2 3534064 BLAKE2B 
e9f67fb42b6c4e6c2092e713e801db5479beccb1e3dc6d48c16e655151dcf91693497c4ee57c47c98c52cba6eb0ad271698ed450487bdb462111a9276cb1eb74
 SHA512 
1c9481507824a450d6610dbbb427bdbccb3373e12bae0bf603ec121023ee7bbb05fef366f5eec793736b0643d0f6e8f611bc55473c71a831e3b31970420ec44c
 DIST openafs-1.6.22.1-src.tar.bz2 14682183 BLAKE2B 
a01e08f30f28dda9484407bbe0568df7b517e587b6e2475d669269e09745050bee955438dfeab9d86564dbc22821bc2fb417c15f8add0aae6acdde266c080df0
 SHA512 
901959051f60f7ffa2db8a253a16f9460713e3637a53f0b6b05e72247e08b633951116dc28b19db9c7448d8ebc7a20a8a851d5356c52f16c28f5c89209f8190e
+DIST openafs-1.6.22.2-doc.tar.bz2 3533975 BLAKE2B 
a44b39291ece3d4b1f9f9e722b35f48698063e4daecb94745b5a8ead00412b9e8e7baef0c1264c6289de45cab66b4b83ed3cfe83a60072480c848c14bb61016c
 SHA512 
e8405ad2f5c3ad24d37789fdf71961ed3f1af4467b9385a87f70f8ffc39dfccf1db35a492360811cf62bb3959cdb7f6eee08991aaafa24961b24815f908172c1
+DIST openafs-1.6.22.2-src.tar.bz2 14673379 BLAKE2B 
06408ad98a1812608b14ee89ffa40ccbbf6aa7d41dc0741c9c7b9e2c59a3f88c1f6676aa2f996b888cb7f50c04f0c8fe2da15c3f3647e3998f70c973c18ea7d3
 SHA512 
e4f2ce326a1d04ec20b1fa4115509bf35f73d937ff77e6e017e851ce871542d935e5ae8a597efd14027c385869657cf538cffa2674878bd4d4da37f20626172c
 DIST openafs-patches-20170822.tar.xz 11036 BLAKE2B 
e53d9e01c5808ca9876fd22f729e0e82cb0f6bc7c1f4875ad0607ac9d547e216c61cc2c3506eaafb7c81318958cd038c177e9e5b2c3728997d7f44e13bbbded4
 SHA512 
f4b574287bfe54881a70f3ccd4d4901b2f8f9ecbec7b3a4975b59050d5ef27c6de3da25f820b7b2b10f1a38034bb28e5c01ee094fb38cae80e244eeb04b29d0a

diff --git a/net-fs/openafs/openafs-1.6.22.2.ebuild 
b/net-fs/openafs/openafs-1.6.22.2.ebuild
new file mode 100644
index 000..249ca428710
--- /dev/null
+++ b/net-fs/openafs/openafs-1.6.22.2.ebuild
@@ -0,0 +1,222 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit autotools eutils flag-o-matic multilib pam systemd toolchain-funcs 
versionator
+
+MY_PV=$(delete_version_separator '_')
+MY_P="${PN}-${MY_PV}"
+PVER="20170822"
+
+DESCRIPTION="The OpenAFS distributed file system"
+HOMEPAGE="https://www.openafs.org/;
+# We always d/l the doc tarball as man pages are not USE=doc material
+[[ ${PV} == *_pre* ]] && MY_PRE="candidate/" || MY_PRE=""
+SRC_URI="
+   https://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-src.tar.bz2
+   https://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-doc.tar.bz2
+   https://dev.gentoo.org/~bircoph/afs/${PN}-patches-${PVER}.tar.xz
+"
+
+LICENSE="IBM BSD openafs-krb5-a APSL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+
+IUSE="bitmap-later debug doc fuse kerberos +modules ncurses pam pthreaded-ubik 
+supergroups"
+
+CDEPEND="
+   virtual/libintl
+   fuse? ( sys-fs/fuse )
+   kerberos? ( virtual/krb5 )
+   ncurses? ( sys-libs/ncurses:0= )
+   pam? ( virtual/pam )"
+
+DEPEND="${CDEPEND}
+   virtual/yacc
+   doc? (
+   app-text/docbook-xsl-stylesheets
+   dev-libs/libxslt
+   )"
+
+RDEPEND="${CDEPEND}
+   modules? ( ~net-fs/openafs-kernel-${PV} )"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=( "${WORKDIR}/gentoo/patches" )
+
+src_prepare() {
+   default
+
+   # fixing 2-nd level makefiles to honor flags
+   sed -i -r 's/\<CFLAGS[[:space:]]*=/CFLAGS+=/; 
s/\<LDFLAGS[[:space:]]*=/LDFLAGS+=/' \
+   src/*/Makefile.in || die '*/Makefile.in sed failed'
+
+   # packaging is f-ed up, so we can't run eautoreconf
+   # run autotools commands based on what is listed in regen.sh
+   eaclocal -I src/cf
+   ea

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

2018-03-01 Thread NP Hardass
commit: 7fe8b53d76998863144762b85e977547ea69a2f3
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 04:30:20 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 04:41:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fe8b53d

net-fs/openafs: Stabilize 1.6.22.1 for amd64, x86

Closes: https://bugs.gentoo.org/649214
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-fs/openafs/openafs-1.6.22.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-fs/openafs/openafs-1.6.22.1.ebuild 
b/net-fs/openafs/openafs-1.6.22.1.ebuild
index 4ecf063fc89..b28e663b51d 100644
--- a/net-fs/openafs/openafs-1.6.22.1.ebuild
+++ b/net-fs/openafs/openafs-1.6.22.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="IBM BSD openafs-krb5-a APSL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 
 IUSE="bitmap-later debug doc fuse kerberos +modules ncurses pam pthreaded-ubik 
+supergroups"
 



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

2018-03-01 Thread NP Hardass
commit: 275e6ce38c7a4f9f98ca8d7afe30b427ec91e2ac
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 04:26:09 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 04:41:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=275e6ce3

net-fs/openafs-kernel: Stabilize 1.6.22.1 for amd64, x86

Closes: https://bugs.gentoo.org/649214
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-fs/openafs-kernel/openafs-kernel-1.6.22.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-fs/openafs-kernel/openafs-kernel-1.6.22.1.ebuild 
b/net-fs/openafs-kernel/openafs-kernel-1.6.22.1.ebuild
index 31eba0372fd..4dd3b12d469 100644
--- a/net-fs/openafs-kernel/openafs-kernel-1.6.22.1.ebuild
+++ b/net-fs/openafs-kernel/openafs-kernel-1.6.22.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="IBM BSD openafs-krb5-a APSL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 S=${WORKDIR}/${MY_P}



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

2018-03-01 Thread NP Hardass
commit: 5ce35bfa52b985b99359bf8c67392c9030be2b0b
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 04:36:45 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 04:41:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce35bfa

net-fs/openafs-kernel: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-fs/openafs-kernel/Manifest |   1 -
 net-fs/openafs-kernel/openafs-kernel-1.6.22.ebuild | 134 -
 2 files changed, 135 deletions(-)

diff --git a/net-fs/openafs-kernel/Manifest b/net-fs/openafs-kernel/Manifest
index 922ed87a9d2..34c6a22cc32 100644
--- a/net-fs/openafs-kernel/Manifest
+++ b/net-fs/openafs-kernel/Manifest
@@ -1,4 +1,3 @@
-DIST openafs-1.6.22-src.tar.bz2 14606745 BLAKE2B 
ee406ac0bc2f91862b916fe2c84bb5b1887b43bfb396a0d4b4d3349420b4af397344a2c4d585698fe6f3870fba2090df7b7da85431275b5d1c28b01168221557
 SHA512 
7a533462175e79aa48339c5105d2dbddde284e23e5d5bcff58a4893839fc7bcfdd779d1d65abfc5217b185624bf88fe1ef02d0c37d29b6ff96616e96f54a6d87
 DIST openafs-1.6.22.1-src.tar.bz2 14682183 BLAKE2B 
a01e08f30f28dda9484407bbe0568df7b517e587b6e2475d669269e09745050bee955438dfeab9d86564dbc22821bc2fb417c15f8add0aae6acdde266c080df0
 SHA512 
901959051f60f7ffa2db8a253a16f9460713e3637a53f0b6b05e72247e08b633951116dc28b19db9c7448d8ebc7a20a8a851d5356c52f16c28f5c89209f8190e
 DIST openafs-1.6.22.2-src.tar.bz2 14673379 BLAKE2B 
06408ad98a1812608b14ee89ffa40ccbbf6aa7d41dc0741c9c7b9e2c59a3f88c1f6676aa2f996b888cb7f50c04f0c8fe2da15c3f3647e3998f70c973c18ea7d3
 SHA512 
e4f2ce326a1d04ec20b1fa4115509bf35f73d937ff77e6e017e851ce871542d935e5ae8a597efd14027c385869657cf538cffa2674878bd4d4da37f20626172c
 DIST openafs-patches-20170822.tar.xz 11036 BLAKE2B 
e53d9e01c5808ca9876fd22f729e0e82cb0f6bc7c1f4875ad0607ac9d547e216c61cc2c3506eaafb7c81318958cd038c177e9e5b2c3728997d7f44e13bbbded4
 SHA512 
f4b574287bfe54881a70f3ccd4d4901b2f8f9ecbec7b3a4975b59050d5ef27c6de3da25f820b7b2b10f1a38034bb28e5c01ee094fb38cae80e244eeb04b29d0a

diff --git a/net-fs/openafs-kernel/openafs-kernel-1.6.22.ebuild 
b/net-fs/openafs-kernel/openafs-kernel-1.6.22.ebuild
deleted file mode 100644
index 406275e0ca5..000
--- a/net-fs/openafs-kernel/openafs-kernel-1.6.22.ebuild
+++ /dev/null
@@ -1,134 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit autotools linux-mod multilib toolchain-funcs versionator
-
-MY_PV=$(delete_version_separator '_')
-MY_PN="${PN/-kernel}"
-MY_P="${MY_PN}-${MY_PV}"
-PVER="20170822"
-
-DESCRIPTION="The OpenAFS distributed file system kernel module"
-HOMEPAGE="https://www.openafs.org/;
-# We always d/l the doc tarball as man pages are not USE=doc material
-[[ ${PV} == *_pre* ]] && MY_PRE="candidate/" || MY_PRE=""
-SRC_URI="
-   https://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-src.tar.bz2
-   https://dev.gentoo.org/~bircoph/afs/${MY_PN}-patches-${PVER}.tar.xz
-"
-
-LICENSE="IBM BSD openafs-krb5-a APSL-2"
-SLOT="0"
-KEYWORDS="amd64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-S=${WORKDIR}/${MY_P}
-
-CONFIG_CHECK="~!AFS_FS KEYS"
-ERROR_AFS_FS="OpenAFS conflicts with the in-kernel AFS-support. Make sure not 
to load both at the same time!"
-ERROR_KEYS="OpenAFS needs CONFIG_KEYS option enabled"
-
-QA_TEXTRELS_x86_fbsd="/boot/modules/libafs.ko"
-QA_TEXTRELS_amd64_fbsd="/boot/modules/libafs.ko"
-
-PATCHES=( "${WORKDIR}/gentoo/patches" )
-
-pkg_pretend() {
-   if use kernel_linux && kernel_is ge 4 14 ; then
-   ewarn "Gentoo supports kernels which are supported by OpenAFS"
-   ewarn "which are limited to the kernel versions: < 4.14"
-   ewarn ""
-   ewarn "You are free to utilize epatch_user to provide whatever"
-   ewarn "support you feel is appropriate, but will not receive"
-   ewarn "support as a result of those changes."
-   ewarn ""
-   ewarn "Please do not file a bug report about this."
-   fi
-}
-
-pkg_setup() {
-   if use kernel_linux; then
-   linux-mod_pkg_setup
-   fi
-}
-
-src_prepare() {
-   default
-
-   # packaging is f-ed up, so we can't run eautoreconf
-   # run autotools commands based on what is listed in regen.sh
-   eaclocal -I src/cf
-   eautoconf
-   eautoconf -o configure-libafs configure-libafs.ac
-   eautoheader
-   einfo "Deleting autom4te.cache directory"
-   rm -rf autom4te.cache
-}
-
-src_configure() {
-   local myconf=""
-   # OpenAFS 1.6.11 has a bug with kernels 3.17-3.17.2 that requires a 
confi

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

2018-03-01 Thread NP Hardass
commit: 8c8727c504a1f5d7270be4861df6c1ef7a2496a0
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 04:17:21 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 04:41:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c8727c5

net-fs/openafs-kernel: Bump to 1.6.22.2, supports kernel 4.15

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-fs/openafs-kernel/Manifest |   1 +
 .../openafs-kernel/openafs-kernel-1.6.22.2.ebuild  | 134 +
 2 files changed, 135 insertions(+)

diff --git a/net-fs/openafs-kernel/Manifest b/net-fs/openafs-kernel/Manifest
index 23ed8af2c30..922ed87a9d2 100644
--- a/net-fs/openafs-kernel/Manifest
+++ b/net-fs/openafs-kernel/Manifest
@@ -1,3 +1,4 @@
 DIST openafs-1.6.22-src.tar.bz2 14606745 BLAKE2B 
ee406ac0bc2f91862b916fe2c84bb5b1887b43bfb396a0d4b4d3349420b4af397344a2c4d585698fe6f3870fba2090df7b7da85431275b5d1c28b01168221557
 SHA512 
7a533462175e79aa48339c5105d2dbddde284e23e5d5bcff58a4893839fc7bcfdd779d1d65abfc5217b185624bf88fe1ef02d0c37d29b6ff96616e96f54a6d87
 DIST openafs-1.6.22.1-src.tar.bz2 14682183 BLAKE2B 
a01e08f30f28dda9484407bbe0568df7b517e587b6e2475d669269e09745050bee955438dfeab9d86564dbc22821bc2fb417c15f8add0aae6acdde266c080df0
 SHA512 
901959051f60f7ffa2db8a253a16f9460713e3637a53f0b6b05e72247e08b633951116dc28b19db9c7448d8ebc7a20a8a851d5356c52f16c28f5c89209f8190e
+DIST openafs-1.6.22.2-src.tar.bz2 14673379 BLAKE2B 
06408ad98a1812608b14ee89ffa40ccbbf6aa7d41dc0741c9c7b9e2c59a3f88c1f6676aa2f996b888cb7f50c04f0c8fe2da15c3f3647e3998f70c973c18ea7d3
 SHA512 
e4f2ce326a1d04ec20b1fa4115509bf35f73d937ff77e6e017e851ce871542d935e5ae8a597efd14027c385869657cf538cffa2674878bd4d4da37f20626172c
 DIST openafs-patches-20170822.tar.xz 11036 BLAKE2B 
e53d9e01c5808ca9876fd22f729e0e82cb0f6bc7c1f4875ad0607ac9d547e216c61cc2c3506eaafb7c81318958cd038c177e9e5b2c3728997d7f44e13bbbded4
 SHA512 
f4b574287bfe54881a70f3ccd4d4901b2f8f9ecbec7b3a4975b59050d5ef27c6de3da25f820b7b2b10f1a38034bb28e5c01ee094fb38cae80e244eeb04b29d0a

diff --git a/net-fs/openafs-kernel/openafs-kernel-1.6.22.2.ebuild 
b/net-fs/openafs-kernel/openafs-kernel-1.6.22.2.ebuild
new file mode 100644
index 000..772d026fd5e
--- /dev/null
+++ b/net-fs/openafs-kernel/openafs-kernel-1.6.22.2.ebuild
@@ -0,0 +1,134 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit autotools linux-mod multilib toolchain-funcs versionator
+
+MY_PV=$(delete_version_separator '_')
+MY_PN="${PN/-kernel}"
+MY_P="${MY_PN}-${MY_PV}"
+PVER="20170822"
+
+DESCRIPTION="The OpenAFS distributed file system kernel module"
+HOMEPAGE="https://www.openafs.org/;
+# We always d/l the doc tarball as man pages are not USE=doc material
+[[ ${PV} == *_pre* ]] && MY_PRE="candidate/" || MY_PRE=""
+SRC_URI="
+   https://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-src.tar.bz2
+   https://dev.gentoo.org/~bircoph/afs/${MY_PN}-patches-${PVER}.tar.xz
+"
+
+LICENSE="IBM BSD openafs-krb5-a APSL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+S=${WORKDIR}/${MY_P}
+
+CONFIG_CHECK="~!AFS_FS KEYS"
+ERROR_AFS_FS="OpenAFS conflicts with the in-kernel AFS-support. Make sure not 
to load both at the same time!"
+ERROR_KEYS="OpenAFS needs CONFIG_KEYS option enabled"
+
+QA_TEXTRELS_x86_fbsd="/boot/modules/libafs.ko"
+QA_TEXTRELS_amd64_fbsd="/boot/modules/libafs.ko"
+
+PATCHES=( "${WORKDIR}/gentoo/patches" )
+
+pkg_pretend() {
+   if use kernel_linux && kernel_is ge 4 16 ; then
+   ewarn "Gentoo supports kernels which are supported by OpenAFS"
+   ewarn "which are limited to the kernel versions: < 4.16"
+   ewarn ""
+   ewarn "You are free to utilize epatch_user to provide whatever"
+   ewarn "support you feel is appropriate, but will not receive"
+   ewarn "support as a result of those changes."
+   ewarn ""
+   ewarn "Please do not file a bug report about this."
+   fi
+}
+
+pkg_setup() {
+   if use kernel_linux; then
+   linux-mod_pkg_setup
+   fi
+}
+
+src_prepare() {
+   default
+
+   # packaging is f-ed up, so we can't run eautoreconf
+   # run autotools commands based on what is listed in regen.sh
+   eaclocal -I src/cf
+   eautoconf
+   eautoconf -o configure-libafs configure-libafs.ac
+   eautoheader
+   einfo "Deleting autom4te.cache directory"
+   rm -rf autom4te.cache
+}
+
+src_configure() {
+   local myconf=""
+   # OpenAFS 1.6.11 has a bug with kernels 3.17-3.

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

2018-03-01 Thread NP Hardass
commit: 12970850eb92aa6d8f212889e3e61de1f397e0cf
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 02:09:31 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 02:13:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12970850

app-emulation/wine-vanilla: Sync from ::wine

Bump to 3.1, 3.2.  Add GSSAPI and Vulkan support

Closes: https://bugs.gentoo.org/649132
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/wine-vanilla/Manifest   | 2 ++
 app-emulation/wine-vanilla/metadata.xml   | 2 ++
 .../{wine-vanilla-.ebuild => wine-vanilla-3.1.ebuild} | 4 +++-
 .../{wine-vanilla-.ebuild => wine-vanilla-3.2.ebuild} | 4 +++-
 app-emulation/wine-vanilla/wine-vanilla-.ebuild   | 8 +---
 5 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index b2f48ea9d7f..340f61e758a 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -8,3 +8,5 @@ DIST wine-2.20.tar.xz 19597556 BLAKE2B 
80a9886fa77e5788b143521288f7d83c92754610c
 DIST wine-2.21.tar.xz 19620888 BLAKE2B 
26d19c5805db58b53530b80eda3ab229f7961542d398cb0e74155e5341de8b484d301c263653ae50e953588538f6782a9b2200b822ba66f091e65d259e07db8e
 SHA512 
4e33c463debe637827ed65f1118e692832bb5374491f706f9d251b8a2956e20d2df5d90ceba218b9bc9e946de91b8ba1d96b460453f59cdd9d82f070d07e0c43
 DIST wine-2.22.tar.xz 19635032 BLAKE2B 
30534fb37ee0fe7b9f20309797240e461f14bc09ef1927e2c03e16cb136b83031ff186d29cc1092600ac53ede9533d0ddad6d4312e501e97201b0c632fedaae5
 SHA512 
14ecc25c3012c4eb9b1d3207372d0a4187f62593f986caca3196811b8aac0a7b898ae9acd94c707e0d63b6702019cf5051a964ada606b1ff8fb034bb353116bb
 DIST wine-3.0.tar.xz 19712932 BLAKE2B 
4478c6781bb171ecca426d1fdc85e0d0bbe13b62b6c983933de55e2abdd0bda7a01cbf251c021824b00129ea6230d1d4e718a64b7d919bb5c07a106b8771adb6
 SHA512 
a51f41b66f4805e09b223528eff6670e94b9c0c0c947be647507baf9d8d9afe7c3fdc88684c2c8d3573b4739d9a086ab929a744a8594d3c8f6ceb52070f43f0a
+DIST wine-3.1.tar.xz 19730700 BLAKE2B 
287cc42474a9cc57eb7f4b5db2ba79ac5ec8742dffb5367c189f19465cc69bcf78b10fe62ffe6f84ae1360f639a899a7f19128e30e1d9a5b8bbd63deb85e7650
 SHA512 
49c30d820b8f4028935b4d90dd6251c881cb8cd41bde8833db2782f04111a3d111e24605a87b2d70e419d54cfb6bb42d941f4593f9b381812e3602bf1307c545
+DIST wine-3.2.tar.xz 19793180 BLAKE2B 
014256734f4c1d70c81115ba6c470f8264746b57be663d81f7e54593fb328a548da00c5e52438af75d923a3c6c5d3997097bd76cf1856b99f0f921f36e5151da
 SHA512 
94b4903d628bf7aacd712a2bf566b53161880bf28311611106776df22f592edb212d491f02e4c1b0c60d88e4b4a126981d445d1e18018238ff993c6c3092

diff --git a/app-emulation/wine-vanilla/metadata.xml 
b/app-emulation/wine-vanilla/metadata.xml
index 411d8ae7e5d..f0d3a46c5a7 100644
--- a/app-emulation/wine-vanilla/metadata.xml
+++ b/app-emulation/wine-vanilla/metadata.xml
@@ -21,6 +21,7 @@ This variant of the Wine packaging does not include external 
patchsets
Bypass strip-flags; use at your own 
peril
Pull in games-emulation/dosbox to 
run DOS applications
Add support for the Gecko engine when using 
iexplore
+   Use GSSAPI (Kerberos SSP support)
Use media-libs/gstreamer to 
provide DirectShow functionality;
Add support for .NET using Wine's Mono 
add-on
Use libnetapi from net-fs/samba 
to support Windows networks in netapi32.dll
@@ -36,6 +37,7 @@ This variant of the Wine packaging does not include external 
patchsets
http://wiki.winehq.org/NtlmAuthSetupGuide and
http://wiki.winehq.org/NtlmSigningAndSealing
Use virtual/libudev to provide 
plug and play support
+   Enable Vulkan drivers


wine-compholio/wine-staging

diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-3.1.ebuild
similarity index 97%
copy from app-emulation/wine-vanilla/wine-vanilla-.ebuild
copy to app-emulation/wine-vanilla/wine-vanilla-3.1.ebuild
index 55dd4bac5b7..1c122ab2e08 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-3.1.ebuild
@@ -35,7 +35,7 @@ SRC_URI="${SRC_URI}
 
 LICENSE="LGPL-2.1"
 SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gstreamer +jpeg kerberos kernel_FreeBSD +lcms 
ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl 
pcap +png prelink pulseaudio +realtime +run-exes samba scanner selinux +ssl 
test +threads +truetype udev +udisks v4l +X +xcomposite xinerama +xml"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos

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

2018-03-01 Thread NP Hardass
commit: 6834cdcf10049eca40224e4d5248710ecbd6d7bb
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 02:11:31 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 02:13:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6834cdcf

app-emulation/wine-staging: Sync from ::wine

Add GSSAPI and Vulkan support

Closes: https://bugs.gentoo.org/649132
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/wine-staging/metadata.xml | 2 ++
 app-emulation/wine-staging/wine-staging-.ebuild | 8 +---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/app-emulation/wine-staging/metadata.xml 
b/app-emulation/wine-staging/metadata.xml
index e9e31879e22..1295661b4ce 100644
--- a/app-emulation/wine-staging/metadata.xml
+++ b/app-emulation/wine-staging/metadata.xml
@@ -21,6 +21,7 @@ This variant of the Wine packaging includes the Wine-Staging 
patchset.
Bypass strip-flags; use at your own 
peril
Pull in games-emulation/dosbox to 
run DOS applications
Add support for the Gecko engine when using 
iexplore
+   Use GSSAPI (Kerberos SSP support)
Use media-libs/gstreamer to 
provide DirectShow functionality;
Add support for .NET using Wine's Mono 
add-on
Use libnetapi from net-fs/samba 
to support Windows networks in netapi32.dll
@@ -40,6 +41,7 @@ This variant of the Wine packaging includes the Wine-Staging 
patchset.
Apply Wine-Staging patches for advanced 
feature support that haven't made it into upstream Wine yet
Support GTK+:3 window theming through 
Wine-Staging
Use virtual/libudev to provide 
plug and play support
+   Enable Vulkan drivers


wine-compholio/wine-staging

diff --git a/app-emulation/wine-staging/wine-staging-.ebuild 
b/app-emulation/wine-staging/wine-staging-.ebuild
index 9454c3d09a9..477b8968d2f 100644
--- a/app-emulation/wine-staging/wine-staging-.ebuild
+++ b/app-emulation/wine-staging/wine-staging-.ebuild
@@ -44,7 +44,7 @@ fi
 
 LICENSE="LGPL-2.1"
 SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gstreamer +jpeg kerberos kernel_FreeBSD +lcms 
ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl 
pcap pipelight +png prelink pulseaudio +realtime +run-exes s3tc samba scanner 
selinux +ssl staging test themes +threads +truetype udev +udisks v4l vaapi +X 
+xcomposite xinerama +xml"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD 
+lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss 
+perl pcap pipelight +png prelink pulseaudio +realtime +run-exes s3tc samba 
scanner selinux +ssl staging test themes +threads +truetype udev +udisks v4l 
vaapi vulkan +X +xcomposite xinerama +xml"
 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
X? ( truetype )
elibc_glibc? ( threads )
@@ -74,6 +74,7 @@ COMMON_DEPEND="
fontconfig? ( media-libs/fontconfig:=[${MULTILIB_USEDEP}] )
gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] )
gsm? ( media-sound/gsm:=[${MULTILIB_USEDEP}] )
+   gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] )
gstreamer? (
media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
@@ -110,6 +111,7 @@ COMMON_DEPEND="
udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] )
vaapi? ( x11-libs/libva[X,${MULTILIB_USEDEP}] )
+   vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )
xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] )
xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
xml? (
@@ -182,7 +184,6 @@ PATCHES=(
"${PATCHDIR}/patches/${MY_PN}-1.9.5-multilib-portage.patch" #395615
"${PATCHDIR}/patches/${MY_PN}-1.6-memset-O3.patch" #480508
"${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611
-   "${PATCHDIR}/patches/${MY_PN}-2.0-rearrange-manpages.patch" #469418 
#617864
 )
 PATCHES_BIN=()
 
@@ -404,7 +405,6 @@ src_prepare() {
l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect 
LINGUAS
 
# Fix manpage generation for locales #469418 and abi_x86_64 #617864
-   # Requires wine-2.0-rearrange-manpages.patch
 
# Duplicate manpages input files for wine64
local f
@@ -462,6 +462,7 @@ multilib_src_configure() {
$(use_enable gecko mshtml)
$(use_with gphoto2 gphoto)
$(use_with gsm)
+   $(use_with gssapi)
  

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

2018-03-01 Thread NP Hardass
commit: ed4b4d5632b07db8f63b8b8a67c165cea3072135
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 02:13:04 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 02:13:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed4b4d56

app-emulation/wine-any: Sync from ::wine

Add GSSAPI and Vulkan support

Closes: https://bugs.gentoo.org/649132
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/wine-any/metadata.xml | 2 ++
 app-emulation/wine-any/wine-any-.ebuild | 8 +---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/app-emulation/wine-any/metadata.xml 
b/app-emulation/wine-any/metadata.xml
index 20330724652..8786a15edd5 100644
--- a/app-emulation/wine-any/metadata.xml
+++ b/app-emulation/wine-any/metadata.xml
@@ -28,6 +28,7 @@ This variant of the wine packaging allows for the use of the 
Wine-Staging patchs
This patch may break some applications.
Pull in games-emulation/dosbox to 
run DOS applications
Add support for the Gecko engine when using 
iexplore
+   Use GSSAPI (Kerberos SSP support)
Use media-libs/gstreamer to 
provide DirectShow functionality;
Add support for .NET using Wine's Mono 
add-on
Use libnetapi from net-fs/samba 
to support Windows networks in netapi32.dll
@@ -47,6 +48,7 @@ This variant of the wine packaging allows for the use of the 
Wine-Staging patchs
Apply Wine-Staging patches for advanced 
feature support that haven't made it into upstream Wine yet
Support GTK+:3 window theming through 
Wine-Staging
Use virtual/libudev to provide 
plug and play support
+   Enable Vulkan drivers


wine-compholio/wine-staging

diff --git a/app-emulation/wine-any/wine-any-.ebuild 
b/app-emulation/wine-any/wine-any-.ebuild
index dfe4cca912e..351fee6c6fb 100644
--- a/app-emulation/wine-any/wine-any-.ebuild
+++ b/app-emulation/wine-any/wine-any-.ebuild
@@ -48,7 +48,7 @@ fi
 
 LICENSE="LGPL-2.1"
 SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos 
elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl 
+opengl osmesa oss +perl pcap pipelight +png prelink pulseaudio +realtime 
+run-exes s3tc samba scanner selinux +ssl staging test themes +threads 
+truetype udev +udisks v4l vaapi +X +xcomposite xinerama +xml"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos 
elibc_glibc +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl 
+opengl osmesa oss +perl pcap pipelight +png prelink pulseaudio +realtime 
+run-exes s3tc samba scanner selinux +ssl staging test themes +threads 
+truetype udev +udisks v4l vaapi vulkan +X +xcomposite xinerama +xml"
 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
X? ( truetype )
elibc_glibc? ( threads )
@@ -84,6 +84,7 @@ COMMON_DEPEND="
fontconfig? ( media-libs/fontconfig:=[${MULTILIB_USEDEP}] )
gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] )
gsm? ( media-sound/gsm:=[${MULTILIB_USEDEP}] )
+   gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] )
gstreamer? (
media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
@@ -120,6 +121,7 @@ COMMON_DEPEND="
udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] )
vaapi? ( x11-libs/libva[X,${MULTILIB_USEDEP}] )
+   vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )
xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] )
xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
xml? (
@@ -192,7 +194,6 @@ PATCHES=(
"${PATCHDIR}/patches/${MY_PN}-1.9.5-multilib-portage.patch" #395615
"${PATCHDIR}/patches/${MY_PN}-1.6-memset-O3.patch" #480508
"${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611
-   "${PATCHDIR}/patches/${MY_PN}-2.0-rearrange-manpages.patch" #469418 
#617864
 )
 PATCHES_BIN=()
 
@@ -426,7 +427,6 @@ src_prepare() {
l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect 
LINGUAS
 
# Fix manpage generation for locales #469418 and abi_x86_64 #617864
-   # Requires wine-2.0-rearrange-manpages.patch
 
# Duplicate manpages input files for wine64
local f
@@ -484,6 +484,7 @@ multilib_src_configure() {
$(use_enable gecko mshtml)
$(use_with gphoto2 gphoto)
$(use_with gsm)
+   $(use_with gssapi)
$(use_with gstreamer)
 

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

2018-03-01 Thread NP Hardass
commit: 3326f27a81471061c20692daa09355a7ed1bf801
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 02:12:21 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 02:13:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3326f27a

app-emulation/wine-d3d9: Sync from ::wine

Add GSSAPI and Vulkan support

Closes: https://bugs.gentoo.org/649132
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/wine-d3d9/metadata.xml  | 2 ++
 app-emulation/wine-d3d9/wine-d3d9-.ebuild | 8 +---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/app-emulation/wine-d3d9/metadata.xml 
b/app-emulation/wine-d3d9/metadata.xml
index 375e22626d8..b1ac4c1095e 100644
--- a/app-emulation/wine-d3d9/metadata.xml
+++ b/app-emulation/wine-d3d9/metadata.xml
@@ -27,6 +27,7 @@ This variant of the Wine packaging includes the Gallium Nine 
patchset.
This patch may break some applications.
Pull in games-emulation/dosbox to 
run DOS applications
Add support for the Gecko engine when using 
iexplore
+   Use GSSAPI (Kerberos SSP support)
Use media-libs/gstreamer to 
provide DirectShow functionality;
Add support for .NET using Wine's Mono 
add-on
Use libnetapi from net-fs/samba 
to support Windows networks in netapi32.dll
@@ -42,6 +43,7 @@ This variant of the Wine packaging includes the Gallium Nine 
patchset.
http://wiki.winehq.org/NtlmAuthSetupGuide and
http://wiki.winehq.org/NtlmSigningAndSealing
Use virtual/libudev to provide 
plug and play support
+   Enable Vulkan drivers


wine

diff --git a/app-emulation/wine-d3d9/wine-d3d9-.ebuild 
b/app-emulation/wine-d3d9/wine-d3d9-.ebuild
index ddbc7bcc947..9025029236a 100644
--- a/app-emulation/wine-d3d9/wine-d3d9-.ebuild
+++ b/app-emulation/wine-d3d9/wine-d3d9-.ebuild
@@ -44,7 +44,7 @@ fi
 
 LICENSE="LGPL-2.1"
 SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos 
elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl 
+opengl osmesa oss +perl pcap +png prelink pulseaudio +realtime +run-exes samba 
scanner selinux +ssl test +threads +truetype udev +udisks v4l +X +xcomposite 
xinerama +xml"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos 
elibc_glibc +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl 
+opengl osmesa oss +perl pcap +png prelink pulseaudio +realtime +run-exes samba 
scanner selinux +ssl test +threads +truetype udev +udisks v4l vulkan +X 
+xcomposite xinerama +xml"
 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
X? ( truetype )
elibc_glibc? ( threads )
@@ -76,6 +76,7 @@ COMMON_DEPEND="
fontconfig? ( media-libs/fontconfig:=[${MULTILIB_USEDEP}] )
gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] )
gsm? ( media-sound/gsm:=[${MULTILIB_USEDEP}] )
+   gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] )
gstreamer? (
media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
@@ -105,6 +106,7 @@ COMMON_DEPEND="
udev? ( virtual/libudev:=[${MULTILIB_USEDEP}] )
udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] )
+   vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )
xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] )
xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
xml? (
@@ -172,7 +174,6 @@ PATCHES=(
"${PATCHDIR}/patches/${MY_PN}-1.9.5-multilib-portage.patch" #395615
"${PATCHDIR}/patches/${MY_PN}-1.6-memset-O3.patch" #480508
"${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611
-   "${PATCHDIR}/patches/${MY_PN}-2.0-rearrange-manpages.patch" #469418 
#617864
 )
 PATCHES_BIN=()
 
@@ -371,7 +372,6 @@ src_prepare() {
l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect 
LINGUAS
 
# Fix manpage generation for locales #469418 and abi_x86_64 #617864
-   # Requires wine-2.0-rearrange-manpages.patch
 
# Duplicate manpages input files for wine64
local f
@@ -429,6 +429,7 @@ multilib_src_configure() {
$(use_enable gecko mshtml)
$(use_with gphoto2 gphoto)
$(use_with gsm)
+   $(use_with gssapi)
$(use_with gstreamer)
--without-hal
$(use_with jpeg)
@@ -452,6 +453,7 @@ multilib_src_configure() {
$(use_with truetype free

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

2018-03-01 Thread NP Hardass
commit: f31b9e117bdd2162f39bcd0ad901f158d7c29b2a
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 01:24:38 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 01:58:15 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=f31b9e11

app-emulation/wine-d3d9:  no longer uses rearrange manpage patch

Closes: https://bugs.gentoo.org/649132
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/wine-d3d9/wine-d3d9-.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-emulation/wine-d3d9/wine-d3d9-.ebuild 
b/app-emulation/wine-d3d9/wine-d3d9-.ebuild
index b5caa38..e246525 100644
--- a/app-emulation/wine-d3d9/wine-d3d9-.ebuild
+++ b/app-emulation/wine-d3d9/wine-d3d9-.ebuild
@@ -173,7 +173,6 @@ PATCHES=(
"${PATCHDIR}/patches/${MY_PN}-1.9.5-multilib-portage.patch" #395615
"${PATCHDIR}/patches/${MY_PN}-1.6-memset-O3.patch" #480508
"${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611
-   "${PATCHDIR}/patches/${MY_PN}-2.0-rearrange-manpages.patch" #469418 
#617864
 )
 PATCHES_BIN=()
 
@@ -372,7 +371,6 @@ src_prepare() {
l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect 
LINGUAS
 
# Fix manpage generation for locales #469418 and abi_x86_64 #617864
-   # Requires wine-2.0-rearrange-manpages.patch
 
# Duplicate manpages input files for wine64
local f



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

2018-03-01 Thread NP Hardass
commit: 2f34419da089f72e57b8d48524cf2af47cb08e62
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 01:57:41 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 01:58:15 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=2f34419d

app-emulation/wine-any: Add vulkan support to 

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/wine-any/Manifest | 134 ++--
 app-emulation/wine-any/metadata.xml |   1 +
 app-emulation/wine-any/wine-any-.ebuild |   4 +-
 3 files changed, 71 insertions(+), 68 deletions(-)

diff --git a/app-emulation/wine-any/Manifest b/app-emulation/wine-any/Manifest
index 4c81bc9..e7ce3ba 100644
--- a/app-emulation/wine-any/Manifest
+++ b/app-emulation/wine-any/Manifest
@@ -1,67 +1,67 @@
-DIST gentoo-wine-patches-20180120.tar.xz 58672 SHA256 
2708673a6a2da2546a0089c9fea93de81758546c2f9081fdac9ef81243f57b40 SHA512 
5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
 WHIRLPOOL 
585563761161a14f0d435a3cee6e55216730d9fd46f7c930e7554c00a48f9c807bed8aa869a8f4aec4031abc2c18330ec98cbe0fe7d40b828b423f99acf40e37
-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.10.tar.xz 19209580 SHA256 
488df7ffd2e81da455bf428fc9eb784bb4273a890334500895665711bd52f179 SHA512 
8807e16a571bf45d99097ad5fdfb9fe755f6dbe84010a330fed82f1d48c76b7f19589bfc0e5dde0b9e49a608fd0501db3f7e3e129e4d9d34bcae03bc51a73139
 WHIRLPOOL 
e9a8248aac31593fbac28a3d8d4e62bfce14a7c41cc416ebfca8606518d28efd31b32196133da211f75f48bd228bd5d21fcbbc0479293e813ed99b258b37126e
-DIST wine-2.11.tar.xz 19251116 SHA256 
efa96dade206aa21accf0da195335a805d38209d6a14320607c6308ebde4cc3c SHA512 
691f329c47af5e51498287029988b8ca0777bfc3902ed80fd315004aba2337a938e79177e752efe86423c9b34544df3952b8c443bf43149356575fac75a779ac
 WHIRLPOOL 
4933e1ce640b0abeebccd6969b5eaf4eec76cd135d9cfc1d904a902219f776a68f72e2bd1ae9019d69f0d0d81fd8ead0084785d1b9710590349365977f9c1817
-DIST wine-2.12.tar.xz 19301968 SHA256 
496c11af841487e6ec4e1953ac19b05a7f48e397da502653ffbd9fe9004213a7 SHA512 
d44c1937d7d2d797150381f70317b810616d61355a59be096366d3507f59b678cffaf6d841cecf02bf9d2afa3dbf4d19270f80fb1d3ba5f0f93787d40c328f62
 WHIRLPOOL 
6f4b9baa6fcfe86f3d195fe603c2b9450a72a593c8f7042959b42a76880cb4ae680fde7beb70a8e823150849fda36c42985035de891ebf0088c8ffc2bceb15bf
-DIST wine-2.13.tar.xz 19439328 SHA256 
6fbca3ddd19b061ce65a267639efae93cf38cfabbe4a9c148a17a44703587ef8 SHA512 
71873b9ec1605dd5f7502b87b0f3429c3d14a4196543d7304df455854b58ef82b8fafdcea91450cbfc01434a44886a0e0c4c4cf289ffb53167dde0f969cddc48
 WHIRLPOOL 
6faf1e6aeea2ab7ccc496ed85834f98eb25111c8f541c24d4876a142ad4acf7d9a4c08c2716e11fb6c92fe7aad29980cab912eb9dbb6759bdbdeca2f2f8e78a7
-DIST wine-2.14.tar.xz 19447812 SHA256 
03f934d95181f728600ca04d395f10e821ee38cfa31655e872e4d27d2a8795c6 SHA512 
ff43d386d46c0c74449e667b61d8cebd5fa768c88e6220aa2f13df03d80b71b6c0bdf8cbab023aed96f7c88b9787a3be4989da892fa1778412534ae82a7279bb
 WHIRLPOOL 
2d2784e1b2ddeac39a3cea4cb08a62d99d1d062d8d801874e8bf4f56d2538a4cb019418c60299556548028e2362dd533d9ea0956014a65ac7a367ed489c0c392
-DIST wine-2.15.tar.xz 19463720 SHA256 
d82d500cbf81fb08c711d3619bd52373138a05574d044f089af89707274868b3 SHA512 
a52a42dd1f20fe68213c55a07ac5b2455150806e534f0ab77a8e9ae3d2f12840983fa92290dac569207d3640c7f45cda83801e9f2e80294863ffa854c6c89171
 WHIRLPOOL 
99c9497a44859ce310c764b3cd172d83ca1a2dce13633fee930ddbf1c40651ee4470f6bc9cfcb407ce65298a2afd73dc9edc536c2ba6f076631e5cf2085b8e61
-DIST wine-2.16.tar.xz 19484716 SHA256 
a561edcabecd6c44948e5b2ef11941b2ba047275240418fa2c98c1fdceda2c21 SHA512 
749a36b536506c4b63ff7512e316f44503cdb0db46e38a124da86df638f3e8ff9c404b034ece5cbb95cf20c09bc46be9a38f2ee66480aa6a4f2385e2a7a7eea4
 WHIRLPOOL 
92ae0a427d89b24d41d4565e333cf3b7499c1dfedb6d2a204f934975c35cb589d38b4f669890c1fd6a37b9fe8f34d98be3e7d0986e9ff99516fe00a004574520
-DIST wine-2.17.tar.xz 19505528 SHA256 
7edc95739043ccc55957af663fb910318283dc5d1db42cd7f0224e30acfcea69 SHA512 
cb10c876e689aa601c68673aab32c0514dd174692a01bdb3afc78d5e6079b0e77f48783af2f54245f397c762da3b4e5f2c1d39d2ce7fdb3b117d338b95c24810
 WHI

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

2018-03-01 Thread NP Hardass
commit: 334a8d2d84c4b452411321137dd40301222ba7d9
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 01:24:38 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 01:58:15 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=334a8d2d

app-emulation/wine-any:  no longer uses rearrange manpage patch

Closes: https://bugs.gentoo.org/649132
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/wine-any/wine-any-.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-emulation/wine-any/wine-any-.ebuild 
b/app-emulation/wine-any/wine-any-.ebuild
index bb4adc3..8518d34 100644
--- a/app-emulation/wine-any/wine-any-.ebuild
+++ b/app-emulation/wine-any/wine-any-.ebuild
@@ -193,7 +193,6 @@ PATCHES=(
"${PATCHDIR}/patches/${MY_PN}-1.9.5-multilib-portage.patch" #395615
"${PATCHDIR}/patches/${MY_PN}-1.6-memset-O3.patch" #480508
"${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611
-   "${PATCHDIR}/patches/${MY_PN}-2.0-rearrange-manpages.patch" #469418 
#617864
 )
 PATCHES_BIN=()
 
@@ -427,7 +426,6 @@ src_prepare() {
l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect 
LINGUAS
 
# Fix manpage generation for locales #469418 and abi_x86_64 #617864
-   # Requires wine-2.0-rearrange-manpages.patch
 
# Duplicate manpages input files for wine64
local f



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

2018-03-01 Thread NP Hardass
commit: 114a082eed0ba5b634a21bc3ccf74973b74d7148
Author: Lucian Poston  gmail  com>
AuthorDate: Fri Feb  2 20:51:07 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Thu Mar  1 22:25:20 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=114a082e

app-emulation/wine-vanilla: Bump to 3.1

Package-Manager: Portage-2.3.19, Repoman-2.3.6
Signed-off-by: NP-Hardass  gentoo.org>

 app-emulation/wine-vanilla/Manifest|   1 +
 app-emulation/wine-vanilla/wine-vanilla-3.1.ebuild | 547 +
 2 files changed, 548 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index e066695..0ac67ce 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -27,3 +27,4 @@ DIST wine-2.7.tar.xz 19101108 SHA256 
e55a43088e313c45f7ab49272b7cb441c06f5659fb4
 DIST wine-2.8.tar.xz 19120740 SHA256 
83e9607af66d86020dc27a368ebba28fa7e8ffecfdf8f149da06b3531ac3e579 SHA512 
4d0b167b1e5add31ed0ed05b328d16fc13cd268285c03a9100e7ddc53864aa07f6b216a555ef0c2e51dee550e3f4abf0c7c20db2cbca177bb38e8c3e11f05b97
 WHIRLPOOL 
568cf46caf7322eb5e26b364bd15f9e80c41a65340952a1ee0fa80514bbee3c5adfa72af40809a978a5d4202f5e8d3da3e4581767bab9fa08ab441cdd5d1da31
 DIST wine-2.9.tar.xz 19154668 SHA256 
ac46f7c1dc135c95e4f98d28bf6e3d7a78fb7f9ba6caa7354a3e8786545f SHA512 
6d06e511d8f338297ed0ddb7bf2ffb501f528209eaecbbee3d4e5d53db649dd5ea0aeb78bba661a9bcfda5f97e170ca10eb8fab355e229bfe7db6a5feb7ec4e8
 WHIRLPOOL 
7355166aeaac54abb6e1d25da6f87a4814d37764044e95462bc2a83f8d5a9b7a3bb10730bb5506516e130a4fc9ee35e3656d1106939bbbc1310c6aff0d798a1c
 DIST wine-3.0.tar.xz 19712932 SHA256 
346a050aca5cd0d9978a655af11c30e68c201a58aea0c70d5e4c4f1b63c2fbec SHA512 
a51f41b66f4805e09b223528eff6670e94b9c0c0c947be647507baf9d8d9afe7c3fdc88684c2c8d3573b4739d9a086ab929a744a8594d3c8f6ceb52070f43f0a
 WHIRLPOOL 
85a44fb122cae5b15487e9b637bf4793cd023ef1429a642333a669c4dfe4b41c82ac31f2e4f2a43595add70a9d226a7f343b373f5ed2f65cc2e66b1425cc9c4a
+DIST wine-3.1.tar.xz 19730700 SHA256 
0f33c021b9fdd35954c812dc09dc243f13796c254b41bb5fc47250f7cca42099 SHA512 
49c30d820b8f4028935b4d90dd6251c881cb8cd41bde8833db2782f04111a3d111e24605a87b2d70e419d54cfb6bb42d941f4593f9b381812e3602bf1307c545
 WHIRLPOOL 
98c84221f34ceeaa9e428b8fbf4893a030cfec0f0f5655e24810d0234db14eb478798ab2f09f6a771ea19c03f97f3a0367ca6134a46182c21bb9545ae022dee3

diff --git a/app-emulation/wine-vanilla/wine-vanilla-3.1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-3.1.ebuild
new file mode 100644
index 000..1c122ab
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-3.1.ebuild
@@ -0,0 +1,547 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv 
te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools estack eutils flag-o-matic gnome2-utils l10n multilib 
multilib-minimal pax-utils toolchain-funcs virtualx versionator xdg-utils
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+   #KEYWORDS=""
+else
+   MAJOR_V=$(get_version_component_range 1)
+   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz;
+   KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
+fi
+S="${WORKDIR}/${MY_P}"
+
+GWP_V="20180120"
+PATCHDIR="${WORKDIR}/gentoo-wine-patches"
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="${SRC_URI}
+   
https://dev.gentoo.org/~np-hardass/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="${PV}"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD 
+lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss 
+perl pcap +png prelink pulseaudio +realtime +run-exes samba scanner selinux 
+ssl test +threads +truetype udev +udisks v4l +X +xcomposite xinerama +xml"
+REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
+   X? ( truetype )
+   elibc_glibc? ( threads )
+   osmesa? ( opengl )
+   test? ( abi_x86_32 )" # osmesa-opengl #286560 # X-truetype #551124
+
+# FIXME: the test suite is unsuitable for us; many tests require net access
+# or fail due to Xvfb's opengl limitations.
+RESTRICT="test"
+
+COMMON_DEPEND="
+   X? (
+   x11-libs/libXcursor[${MULTILIB_U

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

2018-03-01 Thread NP Hardass
commit: a48f827503d6fe51953fbccaee3c229290a0943d
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 01:24:38 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 01:42:54 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=a48f8275

app-emulation/wine-staging:  no longer uses rearrange manpage patch

Closes: https://bugs.gentoo.org/649132
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/wine-staging/wine-staging-.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-emulation/wine-staging/wine-staging-.ebuild 
b/app-emulation/wine-staging/wine-staging-.ebuild
index 2d35053..debe94e 100644
--- a/app-emulation/wine-staging/wine-staging-.ebuild
+++ b/app-emulation/wine-staging/wine-staging-.ebuild
@@ -183,7 +183,6 @@ PATCHES=(
"${PATCHDIR}/patches/${MY_PN}-1.9.5-multilib-portage.patch" #395615
"${PATCHDIR}/patches/${MY_PN}-1.6-memset-O3.patch" #480508
"${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611
-   "${PATCHDIR}/patches/${MY_PN}-2.0-rearrange-manpages.patch" #469418 
#617864
 )
 PATCHES_BIN=()
 
@@ -405,7 +404,6 @@ src_prepare() {
l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect 
LINGUAS
 
# Fix manpage generation for locales #469418 and abi_x86_64 #617864
-   # Requires wine-2.0-rearrange-manpages.patch
 
# Duplicate manpages input files for wine64
local f



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

2018-03-01 Thread NP Hardass
commit: 0c185b4273400397c9242e7776ae69b327d6e5bb
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 01:24:38 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 01:42:54 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=0c185b42

app-emulation/wine-vanilla:  no longer uses rearrange manpage patch

Closes: https://bugs.gentoo.org/649132
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/wine-vanilla/wine-vanilla-.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
index 1c122ab..a108e7f 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
@@ -158,7 +158,6 @@ PATCHES=(
"${PATCHDIR}/patches/${MY_PN}-1.9.5-multilib-portage.patch" #395615
"${PATCHDIR}/patches/${MY_PN}-1.6-memset-O3.patch" #480508
"${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611
-   "${PATCHDIR}/patches/${MY_PN}-2.0-rearrange-manpages.patch" #469418 
#617864
 )
 PATCHES_BIN=()
 
@@ -339,7 +338,6 @@ src_prepare() {
l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect 
LINGUAS
 
# Fix manpage generation for locales #469418 and abi_x86_64 #617864
-   # Requires wine-2.0-rearrange-manpages.patch
 
# Duplicate manpages input files for wine64
local f



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

2018-03-01 Thread NP Hardass
commit: 67d3fdb4c4df6e58046dfd955260fcf398c99151
Author: Lucian Poston  gmail  com>
AuthorDate: Fri Feb  2 20:45:16 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Thu Mar  1 22:25:19 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=67d3fdb4

app-emulation/wine-vanilla: Add gssapi USE flag to 

Package-Manager: Portage-2.3.19, Repoman-2.3.6
Closes: https://github.com/gentoo/repo-proj-wine/pull/2
Signed-off-by: NP-Hardass  gentoo.org>

 app-emulation/wine-vanilla/metadata.xml | 1 +
 app-emulation/wine-vanilla/wine-vanilla-.ebuild | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-emulation/wine-vanilla/metadata.xml 
b/app-emulation/wine-vanilla/metadata.xml
index 411d8ae..b3a7a03 100644
--- a/app-emulation/wine-vanilla/metadata.xml
+++ b/app-emulation/wine-vanilla/metadata.xml
@@ -21,6 +21,7 @@ This variant of the Wine packaging does not include external 
patchsets
Bypass strip-flags; use at your own 
peril
Pull in games-emulation/dosbox to 
run DOS applications
Add support for the Gecko engine when using 
iexplore
+   Use GSSAPI (Kerberos SSP support)
Use media-libs/gstreamer to 
provide DirectShow functionality;
Add support for .NET using Wine's Mono 
add-on
Use libnetapi from net-fs/samba 
to support Windows networks in netapi32.dll

diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
index 55dd4ba..1c122ab 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
@@ -35,7 +35,7 @@ SRC_URI="${SRC_URI}
 
 LICENSE="LGPL-2.1"
 SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gstreamer +jpeg kerberos kernel_FreeBSD +lcms 
ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl 
pcap +png prelink pulseaudio +realtime +run-exes samba scanner selinux +ssl 
test +threads +truetype udev +udisks v4l +X +xcomposite xinerama +xml"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD 
+lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss 
+perl pcap +png prelink pulseaudio +realtime +run-exes samba scanner selinux 
+ssl test +threads +truetype udev +udisks v4l +X +xcomposite xinerama +xml"
 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
X? ( truetype )
elibc_glibc? ( threads )
@@ -61,6 +61,7 @@ COMMON_DEPEND="
fontconfig? ( media-libs/fontconfig:=[${MULTILIB_USEDEP}] )
gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] )
gsm? ( media-sound/gsm:=[${MULTILIB_USEDEP}] )
+   gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] )
gstreamer? (
media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
@@ -396,6 +397,7 @@ multilib_src_configure() {
$(use_enable gecko mshtml)
$(use_with gphoto2 gphoto)
$(use_with gsm)
+   $(use_with gssapi)
$(use_with gstreamer)
--without-hal
$(use_with jpeg)



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

2018-03-01 Thread NP Hardass
commit: af4c6232fdba57f9f43c6ffe9dc14adc3506d7ab
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 00:11:28 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 01:42:47 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=af4c6232

app-emulation/wine-vanilla: Bump to 3.2

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/wine-vanilla/Manifest|  61 +--
 app-emulation/wine-vanilla/wine-vanilla-3.2.ebuild | 547 +
 2 files changed, 578 insertions(+), 30 deletions(-)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 0ac67ce..a4c540a 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -1,30 +1,31 @@
-DIST gentoo-wine-patches-20180120.tar.xz 58672 SHA256 
2708673a6a2da2546a0089c9fea93de81758546c2f9081fdac9ef81243f57b40 SHA512 
5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
 WHIRLPOOL 
585563761161a14f0d435a3cee6e55216730d9fd46f7c930e7554c00a48f9c807bed8aa869a8f4aec4031abc2c18330ec98cbe0fe7d40b828b423f99acf40e37
-DIST wine-2.0.1.tar.xz 18845444 SHA256 
6cfb4eaae566dc7afb7ac0f1f2db2c0d69969952acab0debf084ee8f7b071583 SHA512 
b32d07443655898768383b7409c21093b60c028fef166a596dad5dfab5a329b9fce4552e612c6d182e4f67eb1f28ed497fe2ed6af55dd3e96a124547722d
 WHIRLPOOL 
0fbaf53504e4e40db6227f45f5b92ac388c2bf23d4f573e4d3b60ccaaadeeccb5a696226d1bd4aa8b245f21c8d6a13aac423ead3f4692ebc1e8e613714168501
-DIST wine-2.0.2.tar.xz 18854952 SHA256 
f71884f539928877f4b415309f582825d3d3c9976104e43d566944c710713c9a SHA512 
3f37080a951819304cd3475f6012f1d6b5a94879b137cdf816cac4c8fde68ddc777905e92277ec5dce96437d8c32c43d55d3750b582781a9f9774b118f1a5b90
 WHIRLPOOL 
cf21a899c60749c37353abc4ba974b3d6cc369769ace70fde899ff1cb5ac8a97828165cf2dbfbcf0915f5196ac58974948fe3e5b2c9854296a5eea75f8023ae5
-DIST wine-2.0.3.tar.xz 18864648 SHA256 
a811c664f870a3a01449443a93a6fcee41aea2e912e58f72742eb7924962be56 SHA512 
e20dbcb3a48ecb3526eba075d4baebab2529dfc50b7a6d5e18294704470f61db386013f457118c270274b911f9643d203110f46558d23e84e6a6c2d78e237dbb
 WHIRLPOOL 
36928e816b6e4dec2173c424042c3e9da83be4a8fb3847bc90606d92858c66d4f1f41d4e1477d797e19d955d21a01710f1c3149f72da7011fae186705529f29c
-DIST wine-2.0.4.tar.xz 18898148 SHA256 
b5e07b350edd34e4fb2615edb143f832a208a939fc9937a819181eecaf32985a SHA512 
8fccb93e5ebe482ed81e948e3b7f87d4fe5b1f838a10f9cdcafa9561de4ef54b7d5acdc292bf28ad3aaf44be34c5ad8452ebbfc39f49f95fcbe9f9d0fcfc862c
 WHIRLPOOL 
ab51ff83c00ca2922a90eee7bdb0bd2dbbe08635a1bc6dbb79b38feb2ed690c838c0b9d2b6b28f6f0027338bc14846e60f1924445e89123c783fca6a21c84703
-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.10.tar.xz 19209580 SHA256 
488df7ffd2e81da455bf428fc9eb784bb4273a890334500895665711bd52f179 SHA512 
8807e16a571bf45d99097ad5fdfb9fe755f6dbe84010a330fed82f1d48c76b7f19589bfc0e5dde0b9e49a608fd0501db3f7e3e129e4d9d34bcae03bc51a73139
 WHIRLPOOL 
e9a8248aac31593fbac28a3d8d4e62bfce14a7c41cc416ebfca8606518d28efd31b32196133da211f75f48bd228bd5d21fcbbc0479293e813ed99b258b37126e
-DIST wine-2.11.tar.xz 19251116 SHA256 
efa96dade206aa21accf0da195335a805d38209d6a14320607c6308ebde4cc3c SHA512 
691f329c47af5e51498287029988b8ca0777bfc3902ed80fd315004aba2337a938e79177e752efe86423c9b34544df3952b8c443bf43149356575fac75a779ac
 WHIRLPOOL 
4933e1ce640b0abeebccd6969b5eaf4eec76cd135d9cfc1d904a902219f776a68f72e2bd1ae9019d69f0d0d81fd8ead0084785d1b9710590349365977f9c1817
-DIST wine-2.12.tar.xz 19301968 SHA256 
496c11af841487e6ec4e1953ac19b05a7f48e397da502653ffbd9fe9004213a7 SHA512 
d44c1937d7d2d797150381f70317b810616d61355a59be096366d3507f59b678cffaf6d841cecf02bf9d2afa3dbf4d19270f80fb1d3ba5f0f93787d40c328f62
 WHIRLPOOL 
6f4b9baa6fcfe86f3d195fe603c2b9450a72a593c8f7042959b42a76880cb4ae680fde7beb70a8e823150849fda36c42985035de891ebf0088c8ffc2bceb15bf
-DIST wine-2.13.tar.xz 19439328 SHA256 
6fbca3ddd19b061ce65a267639efae93cf38cfabbe4a9c148a17a44703587ef8 SHA512 
71873b9ec1605dd5f7502b87b0f3429c3d14a4196543d7304df455854b58ef82b8fafdcea91450cbfc01434a44886a0e0c4c4cf289ffb53167dde0f969cddc48
 WHI

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

2018-03-01 Thread NP Hardass
commit: 3c755937e6491307de07251ad76c2d78a1534dd4
Author: Lucian Poston  gmail  com>
AuthorDate: Fri Feb  2 20:57:37 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Thu Mar  1 22:25:20 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=3c755937

app-emulation/wine-d3d9: Add gssapi USE flag to 

Package-Manager: Portage-2.3.19, Repoman-2.3.6
Signed-off-by: NP-Hardass  gentoo.org>

 app-emulation/wine-d3d9/metadata.xml  | 1 +
 app-emulation/wine-d3d9/wine-d3d9-.ebuild | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-emulation/wine-d3d9/metadata.xml 
b/app-emulation/wine-d3d9/metadata.xml
index 375e226..06a76c9 100644
--- a/app-emulation/wine-d3d9/metadata.xml
+++ b/app-emulation/wine-d3d9/metadata.xml
@@ -27,6 +27,7 @@ This variant of the Wine packaging includes the Gallium Nine 
patchset.
This patch may break some applications.
Pull in games-emulation/dosbox to 
run DOS applications
Add support for the Gecko engine when using 
iexplore
+   Use GSSAPI (Kerberos SSP support)
Use media-libs/gstreamer to 
provide DirectShow functionality;
Add support for .NET using Wine's Mono 
add-on
Use libnetapi from net-fs/samba 
to support Windows networks in netapi32.dll

diff --git a/app-emulation/wine-d3d9/wine-d3d9-.ebuild 
b/app-emulation/wine-d3d9/wine-d3d9-.ebuild
index ddbc7bc..b5caa38 100644
--- a/app-emulation/wine-d3d9/wine-d3d9-.ebuild
+++ b/app-emulation/wine-d3d9/wine-d3d9-.ebuild
@@ -44,7 +44,7 @@ fi
 
 LICENSE="LGPL-2.1"
 SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos 
elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl 
+opengl osmesa oss +perl pcap +png prelink pulseaudio +realtime +run-exes samba 
scanner selinux +ssl test +threads +truetype udev +udisks v4l +X +xcomposite 
xinerama +xml"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos 
elibc_glibc +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl 
+opengl osmesa oss +perl pcap +png prelink pulseaudio +realtime +run-exes samba 
scanner selinux +ssl test +threads +truetype udev +udisks v4l +X +xcomposite 
xinerama +xml"
 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
X? ( truetype )
elibc_glibc? ( threads )
@@ -76,6 +76,7 @@ COMMON_DEPEND="
fontconfig? ( media-libs/fontconfig:=[${MULTILIB_USEDEP}] )
gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] )
gsm? ( media-sound/gsm:=[${MULTILIB_USEDEP}] )
+   gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] )
gstreamer? (
media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
@@ -429,6 +430,7 @@ multilib_src_configure() {
$(use_enable gecko mshtml)
$(use_with gphoto2 gphoto)
$(use_with gsm)
+   $(use_with gssapi)
$(use_with gstreamer)
--without-hal
$(use_with jpeg)



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

2018-03-01 Thread NP Hardass
commit: 1fa16b82a04da69c0dac6144cd232ae99fdd5146
Author: Lucian Poston  gmail  com>
AuthorDate: Fri Feb  2 21:04:35 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Thu Mar  1 22:25:20 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=1fa16b82

app-emulation/wine-any: Add gssapi USE flag to 

Package-Manager: Portage-2.3.19, Repoman-2.3.6
Signed-off-by: NP-Hardass  gentoo.org>

 app-emulation/wine-any/metadata.xml | 1 +
 app-emulation/wine-any/wine-any-.ebuild | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-emulation/wine-any/metadata.xml 
b/app-emulation/wine-any/metadata.xml
index 2033072..b24a295 100644
--- a/app-emulation/wine-any/metadata.xml
+++ b/app-emulation/wine-any/metadata.xml
@@ -28,6 +28,7 @@ This variant of the wine packaging allows for the use of the 
Wine-Staging patchs
This patch may break some applications.
Pull in games-emulation/dosbox to 
run DOS applications
Add support for the Gecko engine when using 
iexplore
+   Use GSSAPI (Kerberos SSP support)
Use media-libs/gstreamer to 
provide DirectShow functionality;
Add support for .NET using Wine's Mono 
add-on
Use libnetapi from net-fs/samba 
to support Windows networks in netapi32.dll

diff --git a/app-emulation/wine-any/wine-any-.ebuild 
b/app-emulation/wine-any/wine-any-.ebuild
index dfe4cca..bb4adc3 100644
--- a/app-emulation/wine-any/wine-any-.ebuild
+++ b/app-emulation/wine-any/wine-any-.ebuild
@@ -48,7 +48,7 @@ fi
 
 LICENSE="LGPL-2.1"
 SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos 
elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl 
+opengl osmesa oss +perl pcap pipelight +png prelink pulseaudio +realtime 
+run-exes s3tc samba scanner selinux +ssl staging test themes +threads 
+truetype udev +udisks v4l vaapi +X +xcomposite xinerama +xml"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos 
elibc_glibc +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl 
+opengl osmesa oss +perl pcap pipelight +png prelink pulseaudio +realtime 
+run-exes s3tc samba scanner selinux +ssl staging test themes +threads 
+truetype udev +udisks v4l vaapi +X +xcomposite xinerama +xml"
 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
X? ( truetype )
elibc_glibc? ( threads )
@@ -84,6 +84,7 @@ COMMON_DEPEND="
fontconfig? ( media-libs/fontconfig:=[${MULTILIB_USEDEP}] )
gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] )
gsm? ( media-sound/gsm:=[${MULTILIB_USEDEP}] )
+   gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] )
gstreamer? (
media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
@@ -484,6 +485,7 @@ multilib_src_configure() {
$(use_enable gecko mshtml)
$(use_with gphoto2 gphoto)
$(use_with gsm)
+   $(use_with gssapi)
$(use_with gstreamer)
--without-hal
$(use_with jpeg)



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

2018-03-01 Thread NP Hardass
commit: 65be4bdcf92624ffd55e4713a053a311921bd496
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 01:29:04 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 01:42:54 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=65be4bdc

app-emulation/wine-vanilla: Add vulkan support to 

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/wine-vanilla/metadata.xml | 1 +
 app-emulation/wine-vanilla/wine-vanilla-.ebuild | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-emulation/wine-vanilla/metadata.xml 
b/app-emulation/wine-vanilla/metadata.xml
index b3a7a03..f0d3a46 100644
--- a/app-emulation/wine-vanilla/metadata.xml
+++ b/app-emulation/wine-vanilla/metadata.xml
@@ -37,6 +37,7 @@ This variant of the Wine packaging does not include external 
patchsets
http://wiki.winehq.org/NtlmAuthSetupGuide and
http://wiki.winehq.org/NtlmSigningAndSealing
Use virtual/libudev to provide 
plug and play support
+   Enable Vulkan drivers


wine-compholio/wine-staging

diff --git a/app-emulation/wine-vanilla/wine-vanilla-.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
index a108e7f..8126d64 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-.ebuild
@@ -35,7 +35,7 @@ SRC_URI="${SRC_URI}
 
 LICENSE="LGPL-2.1"
 SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD 
+lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss 
+perl pcap +png prelink pulseaudio +realtime +run-exes samba scanner selinux 
+ssl test +threads +truetype udev +udisks v4l +X +xcomposite xinerama +xml"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD 
+lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss 
+perl pcap +png prelink pulseaudio +realtime +run-exes samba scanner selinux 
+ssl test +threads +truetype udev +udisks v4l vulkan +X +xcomposite xinerama 
+xml"
 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
X? ( truetype )
elibc_glibc? ( threads )
@@ -91,6 +91,7 @@ COMMON_DEPEND="
udev? ( virtual/libudev:=[${MULTILIB_USEDEP}] )
udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] )
+   vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )
xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] )
xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
xml? (
@@ -419,6 +420,7 @@ multilib_src_configure() {
$(use_with truetype freetype)
$(use_with udev)
$(use_with v4l)
+   $(use_with vulkan)
$(use_with X x)
$(use_with X xfixes)
$(use_with xcomposite)



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

2018-03-01 Thread NP Hardass
commit: 708c6ea821b87febab25ad1159918e8bc7285275
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 01:56:04 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 01:58:15 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=708c6ea8

app-emulation/wine-staging: Add vulkan support to 

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/wine-staging/Manifest| 90 +++---
 app-emulation/wine-staging/metadata.xml|  1 +
 .../wine-staging/wine-staging-.ebuild  |  4 +-
 3 files changed, 49 insertions(+), 46 deletions(-)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index 17ec94c..beeca5c 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -1,45 +1,45 @@
-DIST gentoo-wine-patches-20180120.tar.xz 58672 SHA256 
2708673a6a2da2546a0089c9fea93de81758546c2f9081fdac9ef81243f57b40 SHA512 
5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
 WHIRLPOOL 
585563761161a14f0d435a3cee6e55216730d9fd46f7c930e7554c00a48f9c807bed8aa869a8f4aec4031abc2c18330ec98cbe0fe7d40b828b423f99acf40e37
-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.10.tar.xz 19209580 SHA256 
488df7ffd2e81da455bf428fc9eb784bb4273a890334500895665711bd52f179 SHA512 
8807e16a571bf45d99097ad5fdfb9fe755f6dbe84010a330fed82f1d48c76b7f19589bfc0e5dde0b9e49a608fd0501db3f7e3e129e4d9d34bcae03bc51a73139
 WHIRLPOOL 
e9a8248aac31593fbac28a3d8d4e62bfce14a7c41cc416ebfca8606518d28efd31b32196133da211f75f48bd228bd5d21fcbbc0479293e813ed99b258b37126e
-DIST wine-2.11.tar.xz 19251116 SHA256 
efa96dade206aa21accf0da195335a805d38209d6a14320607c6308ebde4cc3c SHA512 
691f329c47af5e51498287029988b8ca0777bfc3902ed80fd315004aba2337a938e79177e752efe86423c9b34544df3952b8c443bf43149356575fac75a779ac
 WHIRLPOOL 
4933e1ce640b0abeebccd6969b5eaf4eec76cd135d9cfc1d904a902219f776a68f72e2bd1ae9019d69f0d0d81fd8ead0084785d1b9710590349365977f9c1817
-DIST wine-2.12.tar.xz 19301968 SHA256 
496c11af841487e6ec4e1953ac19b05a7f48e397da502653ffbd9fe9004213a7 SHA512 
d44c1937d7d2d797150381f70317b810616d61355a59be096366d3507f59b678cffaf6d841cecf02bf9d2afa3dbf4d19270f80fb1d3ba5f0f93787d40c328f62
 WHIRLPOOL 
6f4b9baa6fcfe86f3d195fe603c2b9450a72a593c8f7042959b42a76880cb4ae680fde7beb70a8e823150849fda36c42985035de891ebf0088c8ffc2bceb15bf
-DIST wine-2.13.tar.xz 19439328 SHA256 
6fbca3ddd19b061ce65a267639efae93cf38cfabbe4a9c148a17a44703587ef8 SHA512 
71873b9ec1605dd5f7502b87b0f3429c3d14a4196543d7304df455854b58ef82b8fafdcea91450cbfc01434a44886a0e0c4c4cf289ffb53167dde0f969cddc48
 WHIRLPOOL 
6faf1e6aeea2ab7ccc496ed85834f98eb25111c8f541c24d4876a142ad4acf7d9a4c08c2716e11fb6c92fe7aad29980cab912eb9dbb6759bdbdeca2f2f8e78a7
-DIST wine-2.14.tar.xz 19447812 SHA256 
03f934d95181f728600ca04d395f10e821ee38cfa31655e872e4d27d2a8795c6 SHA512 
ff43d386d46c0c74449e667b61d8cebd5fa768c88e6220aa2f13df03d80b71b6c0bdf8cbab023aed96f7c88b9787a3be4989da892fa1778412534ae82a7279bb
 WHIRLPOOL 
2d2784e1b2ddeac39a3cea4cb08a62d99d1d062d8d801874e8bf4f56d2538a4cb019418c60299556548028e2362dd533d9ea0956014a65ac7a367ed489c0c392
-DIST wine-2.15.tar.xz 19463720 SHA256 
d82d500cbf81fb08c711d3619bd52373138a05574d044f089af89707274868b3 SHA512 
a52a42dd1f20fe68213c55a07ac5b2455150806e534f0ab77a8e9ae3d2f12840983fa92290dac569207d3640c7f45cda83801e9f2e80294863ffa854c6c89171
 WHIRLPOOL 
99c9497a44859ce310c764b3cd172d83ca1a2dce13633fee930ddbf1c40651ee4470f6bc9cfcb407ce65298a2afd73dc9edc536c2ba6f076631e5cf2085b8e61
-DIST wine-2.16.tar.xz 19484716 SHA256 
a561edcabecd6c44948e5b2ef11941b2ba047275240418fa2c98c1fdceda2c21 SHA512 
749a36b536506c4b63ff7512e316f44503cdb0db46e38a124da86df638f3e8ff9c404b034ece5cbb95cf20c09bc46be9a38f2ee66480aa6a4f2385e2a7a7eea4
 WHIRLPOOL 
92ae0a427d89b24d41d4565e333cf3b7499c1dfedb6d2a204f934975c35cb589d38b4f669890c1fd6a37b9fe8f34d98be3e7d0986e9ff99516fe00a004574520
-DIST wine-2.17.tar.xz 19505528 SHA256 
7edc95739043ccc55957af663fb910318283dc5d1db42cd7f0224e30acfcea69 SHA512 
cb10c876e689aa601c68673aab32c0514dd174692a01bdb3afc78d5e6079b0e77f48783af2f54245f397c762da3b4e5f2c1d39d2ce7fdb3b117d338b95c24810
 WHI

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

2018-03-01 Thread NP Hardass
commit: bb6017e313b65ac7a82c0a167e7eec40b1ed7af3
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Mar  2 01:56:47 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Fri Mar  2 01:58:15 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=bb6017e3

app-emulation/wine-d3d9: Add vulkan support to 

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emulation/wine-d3d9/Manifest  | 90 +--
 app-emulation/wine-d3d9/metadata.xml  |  1 +
 app-emulation/wine-d3d9/wine-d3d9-.ebuild |  4 +-
 3 files changed, 49 insertions(+), 46 deletions(-)

diff --git a/app-emulation/wine-d3d9/Manifest b/app-emulation/wine-d3d9/Manifest
index 0f97de4..6be0bce 100644
--- a/app-emulation/wine-d3d9/Manifest
+++ b/app-emulation/wine-d3d9/Manifest
@@ -1,45 +1,45 @@
-DIST gentoo-wine-patches-20180120.tar.xz 58672 SHA256 
2708673a6a2da2546a0089c9fea93de81758546c2f9081fdac9ef81243f57b40 SHA512 
5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
 WHIRLPOOL 
585563761161a14f0d435a3cee6e55216730d9fd46f7c930e7554c00a48f9c807bed8aa869a8f4aec4031abc2c18330ec98cbe0fe7d40b828b423f99acf40e37
-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.10.tar.xz 19209580 SHA256 
488df7ffd2e81da455bf428fc9eb784bb4273a890334500895665711bd52f179 SHA512 
8807e16a571bf45d99097ad5fdfb9fe755f6dbe84010a330fed82f1d48c76b7f19589bfc0e5dde0b9e49a608fd0501db3f7e3e129e4d9d34bcae03bc51a73139
 WHIRLPOOL 
e9a8248aac31593fbac28a3d8d4e62bfce14a7c41cc416ebfca8606518d28efd31b32196133da211f75f48bd228bd5d21fcbbc0479293e813ed99b258b37126e
-DIST wine-2.11.tar.xz 19251116 SHA256 
efa96dade206aa21accf0da195335a805d38209d6a14320607c6308ebde4cc3c SHA512 
691f329c47af5e51498287029988b8ca0777bfc3902ed80fd315004aba2337a938e79177e752efe86423c9b34544df3952b8c443bf43149356575fac75a779ac
 WHIRLPOOL 
4933e1ce640b0abeebccd6969b5eaf4eec76cd135d9cfc1d904a902219f776a68f72e2bd1ae9019d69f0d0d81fd8ead0084785d1b9710590349365977f9c1817
-DIST wine-2.12.tar.xz 19301968 SHA256 
496c11af841487e6ec4e1953ac19b05a7f48e397da502653ffbd9fe9004213a7 SHA512 
d44c1937d7d2d797150381f70317b810616d61355a59be096366d3507f59b678cffaf6d841cecf02bf9d2afa3dbf4d19270f80fb1d3ba5f0f93787d40c328f62
 WHIRLPOOL 
6f4b9baa6fcfe86f3d195fe603c2b9450a72a593c8f7042959b42a76880cb4ae680fde7beb70a8e823150849fda36c42985035de891ebf0088c8ffc2bceb15bf
-DIST wine-2.13.tar.xz 19439328 SHA256 
6fbca3ddd19b061ce65a267639efae93cf38cfabbe4a9c148a17a44703587ef8 SHA512 
71873b9ec1605dd5f7502b87b0f3429c3d14a4196543d7304df455854b58ef82b8fafdcea91450cbfc01434a44886a0e0c4c4cf289ffb53167dde0f969cddc48
 WHIRLPOOL 
6faf1e6aeea2ab7ccc496ed85834f98eb25111c8f541c24d4876a142ad4acf7d9a4c08c2716e11fb6c92fe7aad29980cab912eb9dbb6759bdbdeca2f2f8e78a7
-DIST wine-2.14.tar.xz 19447812 SHA256 
03f934d95181f728600ca04d395f10e821ee38cfa31655e872e4d27d2a8795c6 SHA512 
ff43d386d46c0c74449e667b61d8cebd5fa768c88e6220aa2f13df03d80b71b6c0bdf8cbab023aed96f7c88b9787a3be4989da892fa1778412534ae82a7279bb
 WHIRLPOOL 
2d2784e1b2ddeac39a3cea4cb08a62d99d1d062d8d801874e8bf4f56d2538a4cb019418c60299556548028e2362dd533d9ea0956014a65ac7a367ed489c0c392
-DIST wine-2.15.tar.xz 19463720 SHA256 
d82d500cbf81fb08c711d3619bd52373138a05574d044f089af89707274868b3 SHA512 
a52a42dd1f20fe68213c55a07ac5b2455150806e534f0ab77a8e9ae3d2f12840983fa92290dac569207d3640c7f45cda83801e9f2e80294863ffa854c6c89171
 WHIRLPOOL 
99c9497a44859ce310c764b3cd172d83ca1a2dce13633fee930ddbf1c40651ee4470f6bc9cfcb407ce65298a2afd73dc9edc536c2ba6f076631e5cf2085b8e61
-DIST wine-2.16.tar.xz 19484716 SHA256 
a561edcabecd6c44948e5b2ef11941b2ba047275240418fa2c98c1fdceda2c21 SHA512 
749a36b536506c4b63ff7512e316f44503cdb0db46e38a124da86df638f3e8ff9c404b034ece5cbb95cf20c09bc46be9a38f2ee66480aa6a4f2385e2a7a7eea4
 WHIRLPOOL 
92ae0a427d89b24d41d4565e333cf3b7499c1dfedb6d2a204f934975c35cb589d38b4f669890c1fd6a37b9fe8f34d98be3e7d0986e9ff99516fe00a004574520
-DIST wine-2.17.tar.xz 19505528 SHA256 
7edc95739043ccc55957af663fb910318283dc5d1db42cd7f0224e30acfcea69 SHA512 
cb10c876e689aa601c68673aab32c0514dd174692a01bdb3afc78d5e6079b0e77f48783af2f54245f397c762da3b4e5f2c1d39d2ce7fdb3b117d338b95c24810
 WHI

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

2018-03-01 Thread NP Hardass
commit: 6caa6ff57f2a3b291241bd10f57d793d16c3819a
Author: Lucian Poston  gmail  com>
AuthorDate: Fri Feb  2 21:02:38 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Thu Mar  1 22:25:20 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=6caa6ff5

app-emulation/wine-staging: Add gssapi USE flag to 

Package-Manager: Portage-2.3.19, Repoman-2.3.6
Signed-off-by: NP-Hardass  gentoo.org>

 app-emulation/wine-staging/metadata.xml | 1 +
 app-emulation/wine-staging/wine-staging-.ebuild | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-emulation/wine-staging/metadata.xml 
b/app-emulation/wine-staging/metadata.xml
index e9e3187..ef597cc 100644
--- a/app-emulation/wine-staging/metadata.xml
+++ b/app-emulation/wine-staging/metadata.xml
@@ -21,6 +21,7 @@ This variant of the Wine packaging includes the Wine-Staging 
patchset.
Bypass strip-flags; use at your own 
peril
Pull in games-emulation/dosbox to 
run DOS applications
Add support for the Gecko engine when using 
iexplore
+   Use GSSAPI (Kerberos SSP support)
Use media-libs/gstreamer to 
provide DirectShow functionality;
Add support for .NET using Wine's Mono 
add-on
Use libnetapi from net-fs/samba 
to support Windows networks in netapi32.dll

diff --git a/app-emulation/wine-staging/wine-staging-.ebuild 
b/app-emulation/wine-staging/wine-staging-.ebuild
index 9454c3d..2d35053 100644
--- a/app-emulation/wine-staging/wine-staging-.ebuild
+++ b/app-emulation/wine-staging/wine-staging-.ebuild
@@ -44,7 +44,7 @@ fi
 
 LICENSE="LGPL-2.1"
 SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gstreamer +jpeg kerberos kernel_FreeBSD +lcms 
ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl 
pcap pipelight +png prelink pulseaudio +realtime +run-exes s3tc samba scanner 
selinux +ssl staging test themes +threads +truetype udev +udisks v4l vaapi +X 
+xcomposite xinerama +xml"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD 
+lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss 
+perl pcap pipelight +png prelink pulseaudio +realtime +run-exes s3tc samba 
scanner selinux +ssl staging test themes +threads +truetype udev +udisks v4l 
vaapi +X +xcomposite xinerama +xml"
 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
X? ( truetype )
elibc_glibc? ( threads )
@@ -74,6 +74,7 @@ COMMON_DEPEND="
fontconfig? ( media-libs/fontconfig:=[${MULTILIB_USEDEP}] )
gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] )
gsm? ( media-sound/gsm:=[${MULTILIB_USEDEP}] )
+   gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] )
gstreamer? (
media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
@@ -462,6 +463,7 @@ multilib_src_configure() {
$(use_enable gecko mshtml)
$(use_with gphoto2 gphoto)
$(use_with gsm)
+   $(use_with gssapi)
$(use_with gstreamer)
--without-hal
$(use_with jpeg)



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

2018-03-01 Thread NP Hardass
commit: 22c39379e96551bb8d3b85f3712df97a334b4b7b
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Mar  1 21:44:19 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Thu Mar  1 21:44:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c39379

profiles: arch/arm64/package.use.mask mask microdns for media-video/vlc until 
keyworded

 profiles/arch/arm64/package.use.mask | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 372894dea3d..8148ee8fd33 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# NP-Hardass <np-hard...@gentoo.org> (01 Mar 2018)
+# net-libs/libmicrodns not yet keyworded for arm64
+media-video/vlc microdns
+
 # Michał Górny <mgo...@gentoo.org> (28 Feb 2018)
 # Requires masked dependent flags.
 dev-lang/php ldap-sasl
@@ -10,7 +14,6 @@ net-nds/openldap cxx
 # net-proxy/haproxy isn't keyworded for arm64
 sys-cluster/neutron haproxy
 
-
 # Michał Górny <mgo...@gentoo.org> (17 Feb 2018)
 # Requires unkeyworded dependencies.
 dev-python/ipython notebook



[gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate-applets/

2018-03-01 Thread NP Hardass
commit: 66e5bc27dc2d03cc58d7b0ed753f1a14d117386d
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Mar  1 21:41:22 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Thu Mar  1 21:41:22 2018 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=66e5bc27

mate-base/mate-applets: Fix bugged bump for 1.18.2, sync from ::gentoo

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 mate-base/mate-applets/mate-applets-1.18.2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/mate-base/mate-applets/mate-applets-1.18.2.ebuild 
b/mate-base/mate-applets/mate-applets-1.18.2.ebuild
index 496c5ad..f0e4d03 100644
--- a/mate-base/mate-applets/mate-applets-1.18.2.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.18.2.ebuild
@@ -18,7 +18,6 @@ SLOT="0"
 IUSE="X ipv6 policykit +upower"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-#cpupower #593470
 COMMON_DEPEND="${PYTHON_DEPS}
dev-libs/atk:0
>=dev-libs/dbus-glib-0.74:0
@@ -31,7 +30,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
>=mate-base/mate-panel-1.17.0
>=net-wireless/wireless-tools-28_pre9:0
>=sys-apps/dbus-1.1.2:0
-   =x11-libs/gtk+-3.14:3
x11-libs/gtksourceview:3.0
@@ -62,7 +61,7 @@ DEPEND="${COMMON_DEPEND}
sys-devel/gettext:*
virtual/pkgconfig:*"
 
-PATCHES=( "${FILESDIR}/${PN}-1.14.1-revert-upstream-cpupower-4.7-fix.patch" )
+PATCHES=( "${FILESDIR}/${PN}-1.16.0-cpupower-4.7.patch" )
 
 src_configure() {
mate_src_configure \



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

2018-03-01 Thread NP Hardass
commit: fb71d82a74b875a97abaab13a586505eb3e76cad
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Mar  1 21:10:23 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Thu Mar  1 21:10:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb71d82a

media-video/vlc: Fix typo in metadata.xml

Thanks to [Arfrever] for pointing it out

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-video/vlc/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/vlc/metadata.xml b/media-video/vlc/metadata.xml
index 474155e1144..dbc125d2a0d 100644
--- a/media-video/vlc/metadata.xml
+++ b/media-video/vlc/metadata.xml
@@ -41,7 +41,7 @@
Enable Mac OS X quartz text 
module
Enable Mac OS X qtkit module: 
qtcapture (video) and qtsound (audio) module
Enable matroska support using reference 
libraries (fallback on other existing matroska support if disabled, i.e., 
matroska enabled FFmpeg)
-   Enable Chromecast auto-detection using 
net-libs/microdns
+   Enable Chromecast auto-detection using 
net-libs/libmicrodns
Add libmpeg2 support for mpeg-1 and mpeg-2 
video streams
Enable support for nfs protocol via 
net-fs/libnfs
Enable OpenMAX Integration Layer codec 
module



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

2018-03-01 Thread NP Hardass
commit: 1dce7c2aac24c5096f0cd18e8b841e256865eb76
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Mar  1 21:11:48 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Thu Mar  1 21:11:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dce7c2a

profiles: arch/powerpc/package.use.mask: fix another typo

 profiles/arch/powerpc/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index b054ac896d5..8d430c67709 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 # NP-Hardass <np-hard...@gentoo.org> (01 Mar 2018)
-# net-libs/libmicrodns not yet keyworded for arm
+# net-libs/libmicrodns not yet keyworded for ppc
 media-video/vlc microdns
 
 # Amy Liffey <amy...@gentoo.org (21 Jan 2018)



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

2018-03-01 Thread NP Hardass
commit: 3a5bfacf9c2a110b10b812090495ed500f777fa7
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Mar  1 21:05:24 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Thu Mar  1 21:06:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a5bfacf

profiles: arch/{arm,powerpc}/package.use.mask fix mask message

Thanks to [Arfrever] for pointing out the typos

 profiles/arch/arm/package.use.mask | 4 ++--
 profiles/arch/powerpc/package.use.mask | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index da126677be3..0cced4f828e 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -1,8 +1,8 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-# NP-Hardass <ast...@gentoo.org> (01 Mar 2018)
-# net-libs/microdns not yet keyworded for arm
+# NP-Hardass <np-hard...@gentoo.org> (01 Mar 2018)
+# net-libs/libmicrodns not yet keyworded for arm
 media-video/vlc microdns
 
 # Andreas Sturmlechner <ast...@gentoo.org> (04 Feb 2018)

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index a874315cb41..b054ac896d5 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -1,8 +1,8 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-# NP-Hardass <ast...@gentoo.org> (01 Mar 2018)
-# net-libs/microdns not yet keyworded for arm
+# NP-Hardass <np-hard...@gentoo.org> (01 Mar 2018)
+# net-libs/libmicrodns not yet keyworded for arm
 media-video/vlc microdns
 
 # Amy Liffey <amy...@gentoo.org (21 Jan 2018)



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

2018-03-01 Thread NP Hardass
commit: 81a81af9964ae76f3d57ba643b4317bb44186af7
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Mar  1 19:54:25 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Thu Mar  1 20:40:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81a81af9

net-libs/libmicrodns: Add new package

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-libs/libmicrodns/Manifest  |  1 +
 .../files/libmicrodns-0.0.9-null-addr-fix.patch| 24 +
 net-libs/libmicrodns/libmicrodns-0.0.9.ebuild  | 31 ++
 net-libs/libmicrodns/libmicrodns-.ebuild   | 29 
 net-libs/libmicrodns/metadata.xml  | 14 ++
 5 files changed, 99 insertions(+)

diff --git a/net-libs/libmicrodns/Manifest b/net-libs/libmicrodns/Manifest
new file mode 100644
index 000..3f931cdd49d
--- /dev/null
+++ b/net-libs/libmicrodns/Manifest
@@ -0,0 +1 @@
+DIST libmicrodns-0.0.9.tar.gz 57333 BLAKE2B 
a9e1d099d4588863dee3c2735a2e3f9cd46212729c342e06cccad1a8e997e85964e7f917ce97f50c0cccd21c1662ef9baf7392333ea666ff65b0577f57bab692
 SHA512 
6f7dbf1a324fed847131745498895ab0773dfc3c7bb96a05bf0fd3df0c0ce19d7f607789f7a5350d34e91e7ba323ee57196eb37ce351f83a9faa82c5fc8d89a8

diff --git a/net-libs/libmicrodns/files/libmicrodns-0.0.9-null-addr-fix.patch 
b/net-libs/libmicrodns/files/libmicrodns-0.0.9-null-addr-fix.patch
new file mode 100644
index 000..e2bb711c7c1
--- /dev/null
+++ b/net-libs/libmicrodns/files/libmicrodns-0.0.9-null-addr-fix.patch
@@ -0,0 +1,24 @@
+From efdf2754f9f8b801048b8fdae2b269f091128193 Mon Sep 17 00:00:00 2001
+From: Jean-Baptiste Kempf <j...@videolan.org>
+Date: Thu, 1 Mar 2018 02:58:13 +0100
+Subject: [PATCH] Fix more of the same crash
+
+---
+ src/mdns.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/src/mdns.c b/src/mdns.c
+index 132beef..55c5cb4 100644
+--- a/src/mdns.c
 b/src/mdns.c
+@@ -117,7 +117,9 @@ mdns_list_interfaces(multicast_if** pp_intfs, size_t* 
p_nb_intf, int ai_family)
+ return (MDNS_ERROR);
+ }
+ for (c = ifs; c != NULL; c = c->ifa_next) {
+-if (c->ifa_addr->sa_family != ai_family || 
!mdns_is_interface_valuable(c))
++if (c->ifa_addr == NULL ||
++c->ifa_addr->sa_family != ai_family ||
++!mdns_is_interface_valuable(c))
+ continue;
+ memcpy(intfs, c->ifa_addr, sizeof(*intfs));
+ intfs++;

diff --git a/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild 
b/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild
new file mode 100644
index 000..bc70a4e7eb8
--- /dev/null
+++ b/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Minimal mDNS resolver (and announcer) library"
+HOMEPAGE="https://videolabs.io;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/videolabs/${PN};
+else
+   SRC_URI="https://github.com/videolabs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}-0.0.9-null-addr-fix.patch" )
+
+src_prepare(){
+   default
+   eautoreconf
+}

diff --git a/net-libs/libmicrodns/libmicrodns-.ebuild 
b/net-libs/libmicrodns/libmicrodns-.ebuild
new file mode 100644
index 000..b6c7ba5a1eb
--- /dev/null
+++ b/net-libs/libmicrodns/libmicrodns-.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Minimal mDNS resolver (and announcer) library"
+HOMEPAGE="https://videolabs.io;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/videolabs/${PN};
+else
+   SRC_URI="https://github.com/videolabs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_prepare(){
+   default
+   eautoreconf
+}

diff --git a/net-libs/libmicrodns/metadata.xml 
b/net-libs/libmicrodns/metadata.xml
new file mode 100644
index 000..f6508cd8785
--- /dev/null
+++ b/net-libs/libmicrodns/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   np-hard...@gentoo.org
+   NP-Hardass
+   
+   
+   Minimal mDNS resolver (and announcer) library
+   
+   
+   videolabs/libmicrodns
+   
+



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

2018-03-01 Thread NP Hardass
commit: 232f954250b035d44fc0c8a4df5785575b46587a
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Mar  1 20:51:02 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Thu Mar  1 20:51:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=232f9542

media-video/vlc: Fix chromecast auto-detection

Chromecasts will now be autodetected when using USE=microdns to provide
Chromecast mdns support.  Autodetected Chromecasts display in the
Playback->Renderer submenu.

Closes: https://bugs.gentoo.org/647668
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-video/vlc/metadata.xml  |  1 +
 .../vlc/{vlc-3.0.0-r2.ebuild => vlc-3.0.0-r3.ebuild}  | 19 ++-
 media-video/vlc/vlc-3.0..ebuild   | 19 ++-
 media-video/vlc/vlc-.ebuild   | 19 ++-
 4 files changed, 43 insertions(+), 15 deletions(-)

diff --git a/media-video/vlc/metadata.xml b/media-video/vlc/metadata.xml
index 318f173252f..474155e1144 100644
--- a/media-video/vlc/metadata.xml
+++ b/media-video/vlc/metadata.xml
@@ -41,6 +41,7 @@
Enable Mac OS X quartz text 
module
Enable Mac OS X qtkit module: 
qtcapture (video) and qtsound (audio) module
Enable matroska support using reference 
libraries (fallback on other existing matroska support if disabled, i.e., 
matroska enabled FFmpeg)
+   Enable Chromecast auto-detection using 
net-libs/microdns
Add libmpeg2 support for mpeg-1 and mpeg-2 
video streams
Enable support for nfs protocol via 
net-fs/libnfs
Enable OpenMAX Integration Layer codec 
module

diff --git a/media-video/vlc/vlc-3.0.0-r2.ebuild 
b/media-video/vlc/vlc-3.0.0-r3.ebuild
similarity index 95%
rename from media-video/vlc/vlc-3.0.0-r2.ebuild
rename to media-video/vlc/vlc-3.0.0-r3.ebuild
index 248cb95f3cd..3793d2b5b09 100644
--- a/media-video/vlc/vlc-3.0.0-r2.ebuild
+++ b/media-video/vlc/vlc-3.0.0-r3.ebuild
@@ -33,11 +33,11 @@ IUSE="a52 alsa altivec aom archive bidi bluray cddb 
chromaprint chromecast dbus
debug directx dts +dvbpsi dvd +encode faad fdk +ffmpeg flac fluidsynth 
fontconfig
+gcrypt gme gnome-keyring gstreamer ieee1394 jack jpeg kate libass 
libav libcaca
libnotify +libsamplerate libtar libtiger linsys lirc live lua 
macosx-notifications
-   macosx-qtkit matroska modplug mp3 mpeg mtp musepack ncurses neon nfs 
ogg omxil opencv
-   optimisememory opus png postproc projectm pulseaudio +qt5 rdp rtsp 
run-as-root
-   samba schroedinger sdl-image sftp shout sid skins speex ssl svg taglib 
theora tremor
-   truetype twolame udev upnp vaapi v4l vcd vdpau vnc vorbis vpx wayland 
wma-fixed +X
-   x264 x265 xml zeroconf zvbi cpu_flags_x86_mmx cpu_flags_x86_sse
+   macosx-qtkit matroska microdns modplug mp3 mpeg mtp musepack ncurses 
neon nfs ogg
+   omxil opencv optimisememory opus png postproc projectm pulseaudio +qt5 
rdp rtsp
+   run-as-root samba schroedinger sdl-image sftp shout sid skins speex ssl 
svg taglib
+   theora tremor truetype twolame udev upnp vaapi v4l vcd vdpau vnc vorbis 
vpx wayland
+   wma-fixed +X x264 x265 xml zeroconf zvbi cpu_flags_x86_mmx 
cpu_flags_x86_sse
 "
 REQUIRED_USE="
bidi? ( truetype )
@@ -126,6 +126,7 @@ RDEPEND="
dev-libs/libebml:0=
media-libs/libmatroska:0=
)
+   microdns? ( >=net-libs/libmicrodns-0.0.9:= )
modplug? ( media-libs/libmodplug:0 )
mp3? ( media-libs/libmad:0 )
mpeg? ( media-libs/libmpeg2:0 )
@@ -226,6 +227,13 @@ DOCS=( AUTHORS THANKS NEWS README doc/fortunes.txt )
 
 S="${WORKDIR}/${MY_P}"
 
+pkg_pretend() {
+   # https://bugs.gentoo.org/647668
+   if use chromecast && ! use microdns; then
+   einfo "USE=microdns is required for Chromecast autodetection 
support"
+   fi
+}
+
 src_prepare() {
default
 
@@ -320,6 +328,7 @@ src_configure() {
$(use_enable lua)
$(use_enable macosx-notifications osx-notifications)
$(use_enable macosx-qtkit)
+   $(use_enable microdns)
$(use_enable modplug mod)
$(use_enable mp3 mad)
$(use_enable mpeg libmpeg2)

diff --git a/media-video/vlc/vlc-3.0..ebuild 
b/media-video/vlc/vlc-3.0..ebuild
index 5fca81c28a2..afb90b0cb92 100644
--- a/media-video/vlc/vlc-3.0..ebuild
+++ b/media-video/vlc/vlc-3.0..ebuild
@@ -33,11 +33,11 @@ IUSE="a52 alsa altivec aom archive bidi bluray cddb 
chromaprint chromecast dbus
debug directx dts +dvbpsi dvd +encode faad fdk +ffmpeg flac fluidsynth 
fontconfig
+gcrypt gme gnome-keyring gstreamer ieee1394 jack jpeg kate libass 
libav libcaca
libnotify +libsamplerate libtar libtiger linsys lirc live lua 
macosx-notif

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

2018-03-01 Thread NP Hardass
commit: 6e20c0d853999863a6d75f6b0dde9c858f2533c3
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Mar  1 20:29:13 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Thu Mar  1 20:40:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e20c0d8

profiles: arch/{arm,powerpc}/package.use.mask mask microdns for media-video/vlc 
until keyworded

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

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 9dac9c178b8..da126677be3 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# NP-Hardass <ast...@gentoo.org> (01 Mar 2018)
+# net-libs/microdns not yet keyworded for arm
+media-video/vlc microdns
+
 # Andreas Sturmlechner <ast...@gentoo.org> (04 Feb 2018)
 # Depends on not yet keyworded dev-python/geoip-python. Bug #636860
 net-p2p/deluge geoip

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index c84854b4a22..a874315cb41 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# NP-Hardass <ast...@gentoo.org> (01 Mar 2018)
+# net-libs/microdns not yet keyworded for arm
+media-video/vlc microdns
+
 # Amy Liffey <amy...@gentoo.org (21 Jan 2018)
 # dev-libs/cereal not keyworded for ppc
 media-libs/opencv contrib_dnn



[gentoo-commits] repo/gentoo:master commit in: app-text/atril/, app-text/atril/files/

2018-02-23 Thread NP Hardass
commit: 50d9a00ce8479638672bc7938ce9dc388172a82f
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Feb 23 20:19:06 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Fri Feb 23 20:22:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50d9a00c

app-text/atril: Fix CVE-2017-183

Bug: https://bugs.gentoo.org/624880
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 ...ril-1.12.2-r4.ebuild => atril-1.12.2-r5.ebuild} |  4 +++-
 ...ril-1.14.2-r1.ebuild => atril-1.14.2-r2.ebuild} |  4 +++-
 ...ril-1.16.1-r1.ebuild => atril-1.16.1-r2.ebuild} |  4 +++-
 app-text/atril/files/atril-cve-2017-183.patch  | 28 ++
 4 files changed, 37 insertions(+), 3 deletions(-)

diff --git a/app-text/atril/atril-1.12.2-r4.ebuild 
b/app-text/atril/atril-1.12.2-r5.ebuild
similarity index 96%
rename from app-text/atril/atril-1.12.2-r4.ebuild
rename to app-text/atril/atril-1.12.2-r5.ebuild
index aa353029fbd..360dac80db2 100644
--- a/app-text/atril/atril-1.12.2-r4.ebuild
+++ b/app-text/atril/atril-1.12.2-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -67,6 +67,8 @@ DEPEND="${RDEPEND}
 # Tests use dogtail which is not available on Gentoo.
 RESTRICT="test"
 
+FILES=( "${FILESDIR}/${PN}-cve-2017-183.patch" )
+
 src_configure() {
# Passing --disable-help would drop offline help, that would be 
inconsistent
# with helps of the most of GNOME apps that doesn't require network for 
that.

diff --git a/app-text/atril/atril-1.14.2-r1.ebuild 
b/app-text/atril/atril-1.14.2-r2.ebuild
similarity index 96%
rename from app-text/atril/atril-1.14.2-r1.ebuild
rename to app-text/atril/atril-1.14.2-r2.ebuild
index 12e1ae529a2..792c2c2e6a0 100644
--- a/app-text/atril/atril-1.14.2-r1.ebuild
+++ b/app-text/atril/atril-1.14.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -69,6 +69,8 @@ DEPEND="${COMMON_DEPEND}
 # Tests use dogtail which is not available on Gentoo.
 RESTRICT="test"
 
+FILES=( "${FILESDIR}/${PN}-cve-2017-183.patch" )
+
 src_configure() {
# Passing --disable-help would drop offline help, that would be 
inconsistent
# with helps of the most of GNOME apps that doesn't require network for 
that.

diff --git a/app-text/atril/atril-1.16.1-r1.ebuild 
b/app-text/atril/atril-1.16.1-r2.ebuild
similarity index 96%
rename from app-text/atril/atril-1.16.1-r1.ebuild
rename to app-text/atril/atril-1.16.1-r2.ebuild
index 4259cddf89b..24aad9d4f3c 100644
--- a/app-text/atril/atril-1.16.1-r1.ebuild
+++ b/app-text/atril/atril-1.16.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -68,6 +68,8 @@ DEPEND="${COMMON_DEPEND}
 # Tests use dogtail which is not available on Gentoo.
 RESTRICT="test"
 
+FILES=( "${FILESDIR}/${PN}-cve-2017-183.patch" )
+
 src_configure() {
# Passing --disable-help would drop offline help, that would be 
inconsistent
# with helps of the most of GNOME apps that doesn't require network for 
that.

diff --git a/app-text/atril/files/atril-cve-2017-183.patch 
b/app-text/atril/files/atril-cve-2017-183.patch
new file mode 100644
index 000..29c81f7e542
--- /dev/null
+++ b/app-text/atril/files/atril-cve-2017-183.patch
@@ -0,0 +1,28 @@
+From f4291fd62f7dfe6460d2406a979ccfac0c68dd59 Mon Sep 17 00:00:00 2001
+From: ZenWalker <s...@riseup.net>
+Date: Wed, 19 Jul 2017 11:00:09 +0200
+Subject: [PATCH] comics: make the files containing "--checkpoint-action="
+ unsupported
+
+Fixes #257
+---
+ backend/comics/comics-document.c | 6 ++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/backend/comics/comics-document.c 
b/backend/comics/comics-document.c
+index 9f945c6..4d4d293 100644
+--- a/backend/comics/comics-document.c
 b/backend/comics/comics-document.c
+@@ -983,6 +983,12 @@ extract_argv (EvDocument *document, gint page)
+   char *command_line, *quoted_archive, *quoted_filename;
+   GError *err = NULL;
+ 
++  if (g_strrstr (comics_document->page_names->pdata[page], 
"--checkpoint-action="))
++  {
++  g_warning ("File unsupported\n");
++  gtk_main_quit ();
++  }
++
+ if (page >= comics_document->page_names->len)
+ return NULL;
+ 



[gentoo-commits] proj/gentoo-mate:master commit in: app-text/atril/files/, app-text/atril/

2018-02-23 Thread NP Hardass
commit: ced50dd61da2d434a71ec88f0fec8bd0d52b12e2
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Feb 23 20:19:06 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Fri Feb 23 20:19:06 2018 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=ced50dd6

app-text/atril: Fix CVE-2017-183

Bug: https://bugs.gentoo.org/624880
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 ...ril-1.12.2-r4.ebuild => atril-1.12.2-r5.ebuild} |  4 +++-
 ...ril-1.14.2-r1.ebuild => atril-1.14.2-r2.ebuild} |  4 +++-
 ...ril-1.16.1-r1.ebuild => atril-1.16.1-r2.ebuild} |  4 +++-
 app-text/atril/files/atril-cve-2017-183.patch  | 28 ++
 4 files changed, 37 insertions(+), 3 deletions(-)

diff --git a/app-text/atril/atril-1.12.2-r4.ebuild 
b/app-text/atril/atril-1.12.2-r5.ebuild
similarity index 96%
rename from app-text/atril/atril-1.12.2-r4.ebuild
rename to app-text/atril/atril-1.12.2-r5.ebuild
index aa35302..360dac8 100644
--- a/app-text/atril/atril-1.12.2-r4.ebuild
+++ b/app-text/atril/atril-1.12.2-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -67,6 +67,8 @@ DEPEND="${RDEPEND}
 # Tests use dogtail which is not available on Gentoo.
 RESTRICT="test"
 
+FILES=( "${FILESDIR}/${PN}-cve-2017-183.patch" )
+
 src_configure() {
# Passing --disable-help would drop offline help, that would be 
inconsistent
# with helps of the most of GNOME apps that doesn't require network for 
that.

diff --git a/app-text/atril/atril-1.14.2-r1.ebuild 
b/app-text/atril/atril-1.14.2-r2.ebuild
similarity index 96%
rename from app-text/atril/atril-1.14.2-r1.ebuild
rename to app-text/atril/atril-1.14.2-r2.ebuild
index 12e1ae5..792c2c2 100644
--- a/app-text/atril/atril-1.14.2-r1.ebuild
+++ b/app-text/atril/atril-1.14.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -69,6 +69,8 @@ DEPEND="${COMMON_DEPEND}
 # Tests use dogtail which is not available on Gentoo.
 RESTRICT="test"
 
+FILES=( "${FILESDIR}/${PN}-cve-2017-183.patch" )
+
 src_configure() {
# Passing --disable-help would drop offline help, that would be 
inconsistent
# with helps of the most of GNOME apps that doesn't require network for 
that.

diff --git a/app-text/atril/atril-1.16.1-r1.ebuild 
b/app-text/atril/atril-1.16.1-r2.ebuild
similarity index 96%
rename from app-text/atril/atril-1.16.1-r1.ebuild
rename to app-text/atril/atril-1.16.1-r2.ebuild
index 4259cdd..24aad9d 100644
--- a/app-text/atril/atril-1.16.1-r1.ebuild
+++ b/app-text/atril/atril-1.16.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -68,6 +68,8 @@ DEPEND="${COMMON_DEPEND}
 # Tests use dogtail which is not available on Gentoo.
 RESTRICT="test"
 
+FILES=( "${FILESDIR}/${PN}-cve-2017-183.patch" )
+
 src_configure() {
# Passing --disable-help would drop offline help, that would be 
inconsistent
# with helps of the most of GNOME apps that doesn't require network for 
that.

diff --git a/app-text/atril/files/atril-cve-2017-183.patch 
b/app-text/atril/files/atril-cve-2017-183.patch
new file mode 100644
index 000..29c81f7
--- /dev/null
+++ b/app-text/atril/files/atril-cve-2017-183.patch
@@ -0,0 +1,28 @@
+From f4291fd62f7dfe6460d2406a979ccfac0c68dd59 Mon Sep 17 00:00:00 2001
+From: ZenWalker <s...@riseup.net>
+Date: Wed, 19 Jul 2017 11:00:09 +0200
+Subject: [PATCH] comics: make the files containing "--checkpoint-action="
+ unsupported
+
+Fixes #257
+---
+ backend/comics/comics-document.c | 6 ++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/backend/comics/comics-document.c 
b/backend/comics/comics-document.c
+index 9f945c6..4d4d293 100644
+--- a/backend/comics/comics-document.c
 b/backend/comics/comics-document.c
+@@ -983,6 +983,12 @@ extract_argv (EvDocument *document, gint page)
+   char *command_line, *quoted_archive, *quoted_filename;
+   GError *err = NULL;
+ 
++  if (g_strrstr (comics_document->page_names->pdata[page], 
"--checkpoint-action="))
++  {
++  g_warning ("File unsupported\n");
++  gtk_main_quit ();
++  }
++
+ if (page >= comics_document->page_names->len)
+ return NULL;
+ 



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

2018-01-22 Thread NP Hardass
commit: 3374171612e81f66bf80536b3ac22d53186017a4
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Jan 20 08:14:22 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Mon Jan 22 22:51:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33741716

app-emulation/wine-any: Add maintainer description/warning

Original edits should not take place in ::gentoo.  All development
takes place in ::wine where many more versions than are kept in ::gentoo
are kept in sync.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-any/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-emulation/wine-any/metadata.xml 
b/app-emulation/wine-any/metadata.xml
index 2abb35cd0a3..20330724652 100644
--- a/app-emulation/wine-any/metadata.xml
+++ b/app-emulation/wine-any/metadata.xml
@@ -4,6 +4,10 @@

w...@gentoo.org
Wine
+   
+   This package must be kept in sync with repo/proj/wine 
repository.
+   Any changes need to be run past the maintainer to 
ensure the two repositories are kept in sync.
+   


Only CC on bugs that involve 
USE="d3d9"



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

2018-01-22 Thread NP Hardass
commit: 42a2669dacc28c4614cfb7f810ff22e64cf44087
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Jan 22 22:48:56 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Mon Jan 22 22:51:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42a2669d

app-emulation/wine-staging: Sync from ::wine

Use estack eclass to avoid dealing with specifics of shopt usage
Change implementation to handle any manpage from any locale
Remove linguas references, finishing l10n switch

Closes: https://bugs.gentoo.org/645238
Bug: https://bugs.gentoo.org/617864
Closes: https://bugs.gentoo.org/643576
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-staging/Manifest|  2 +-
 .../wine-staging/wine-staging-2.0-r1.ebuild| 54 +++---
 .../wine-staging/wine-staging-2.19.ebuild  | 54 +++---
 .../wine-staging/wine-staging-2.20.ebuild  | 54 +++---
 .../wine-staging/wine-staging-2.21.ebuild  | 54 +++---
 .../wine-staging/wine-staging-.ebuild  | 54 +++---
 6 files changed, 136 insertions(+), 136 deletions(-)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index 9956a41d65b..66bfe168421 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -1,4 +1,4 @@
-DIST gentoo-wine-patches-20180119.tar.xz 58688 BLAKE2B 
e7d44906f3c81c69fd3016ac6a7e2b8e68cc82762cc0a6b469e572d9b2edfd04ce9353e151c07dac11f82b1d108517fc86862d724e83ee8c4e938d64f3f9b934
 SHA512 
3e605bf613dca333e501b5578d9c92a42d351a23f8d7d9d6a545a7dc043dcc4c7f52918e6ad46db63a6f00f3ace4b77055f8343176afb976e6a04590dcee64b7
+DIST gentoo-wine-patches-20180120.tar.xz 58672 BLAKE2B 
84d621075b65475cec41a06429680b518d7eafb938cefd903f3f8aa71ea3049ac9d8de05af48f9f4f4a1b9172c7ef17784540413e410eb8ec11e8ec4a63858c6
 SHA512 
5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
 DIST wine-2.0.tar.bz2 23662707 BLAKE2B 
1d485c1359ce8a0395a9f6378c1f8be33ea2836b80390d1eb1095057a0acedd21708daab16e1851a315391b9f9b0a360879b9d98c73bcc8371c5023e9a8037f5
 SHA512 
b0a57ba8202d9fc396e5bfb7a7718d6bababbed8f3351e7fdc36afa37f35a871e04903757618f73427aeb71a52b2d323977d79e48f8b38d636f23fd404441186
 DIST wine-2.19.tar.xz 19549464 BLAKE2B 
86d130cc43d7d674d2f478365952962b2792fd585b8d074564108bc7e9f4f7690337e4758b9a24e54fe8fd60187d3a96496a5ffc454ba674b02ecdde68efd3bb
 SHA512 
83558231bdc592b1f69cfedf6c689063df7bd9fecdfafba6fb7f6a2c7fa7783973efb85a6a49305afc18b1aa268209ee5b9c0655756e05d7550468698dfa51ae
 DIST wine-2.20.tar.xz 19597556 BLAKE2B 
80a9886fa77e5788b143521288f7d83c92754610c9426e58c759d2c33767bd23f7d2a44a17ceeec0bfe9065264393e0aa1087a0827ea7d438ffd938ba2eb2fb5
 SHA512 
d8d374d1e690ce9d3964fc81054fb7f4cd56cbae6bc44ebbf80b7dc7f04524baa2bd831e0be8f00de4cb0e14c1cb71780d424f5dcb9851fcaed9fb22f5ce5d23

diff --git a/app-emulation/wine-staging/wine-staging-2.0-r1.ebuild 
b/app-emulation/wine-staging/wine-staging-2.0-r1.ebuild
index f47c6e1f34c..22f656f5a5d 100644
--- a/app-emulation/wine-staging/wine-staging-2.0-r1.ebuild
+++ b/app-emulation/wine-staging/wine-staging-2.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv 
te th tr uk wa zh_CN zh_TW"
 PLOCALE_BACKUP="en"
 
-inherit autotools eutils flag-o-matic gnome2-utils l10n multilib 
multilib-minimal pax-utils toolchain-funcs virtualx versionator xdg-utils
+inherit autotools estack eutils flag-o-matic gnome2-utils l10n multilib 
multilib-minimal pax-utils toolchain-funcs virtualx versionator xdg-utils
 
 MY_PN="${PN%%-*}"
 MY_P="${MY_PN}-${PV}"
@@ -26,7 +26,7 @@ S="${WORKDIR}/${MY_P}"
 
 STAGING_P="wine-staging-${PV}"
 STAGING_DIR="${WORKDIR}/${STAGING_P}"
-GWP_V="20180119"
+GWP_V="20180120"
 PATCHDIR="${WORKDIR}/gentoo-wine-patches"
 
 DESCRIPTION="Free implementation of Windows(tm) on Unix, with Wine-Staging 
patchset"
@@ -182,7 +182,7 @@ PATCHES=(
"${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611
"${PATCHDIR}/patches/freetype-2.8.1-segfault.patch" #631676
"${PATCHDIR}/patches/freetype-2.8.1-drop-glyphs.patch" #631376
-   
"${PATCHDIR}/patches/${MY_PN}-2.0-prevent-build-of-localized-manpages.patch" 
#469418 #617864
+   "${PATCHDIR}/patches/${MY_PN}-2.0-rearrange-manpages.patch" #469418 
#617864
 )
 PATCHES_BIN=(
"${PATCHDIR}/patches/freetype-2.8.1-patch-fonts.patch" #631376
@@ -406,29 +406,30 @@ src_prepare() {
l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect 
LINGUAS
 
# Fix manpage generation for locales #469

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

2018-01-22 Thread NP Hardass
commit: 87a1f45372eca00800ee6e46d004d8b2c5d462ce
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Jan 20 08:11:31 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Mon Jan 22 22:51:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87a1f453

app-emulation/wine-staging: Add maintainer description/warning

Original edits should not take place in ::gentoo.  All development
takes place in ::wine where many more versions than are kept in ::gentoo
are kept in sync.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-staging/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-emulation/wine-staging/metadata.xml 
b/app-emulation/wine-staging/metadata.xml
index aaf5b4f6a91..e9e31879e22 100644
--- a/app-emulation/wine-staging/metadata.xml
+++ b/app-emulation/wine-staging/metadata.xml
@@ -4,6 +4,10 @@

w...@gentoo.org
Wine
+   
+   This package must be kept in sync with repo/proj/wine 
repository.
+   Any changes need to be run past the maintainer to 
ensure the two repositories are kept in sync.
+   


 Wine is an Open Source implementation of the Windows API on top of X and Unix.



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

2018-01-22 Thread NP Hardass
commit: 12b38f5a8967f6eec0df09f4af4c3c8d9ec80ae0
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Jan 22 22:50:32 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Mon Jan 22 22:51:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b38f5a

app-emulation/wine-any: Sync from ::wine

Clean up manpage fixes

Use estack eclass to avoid dealing with specifics of shopt usage
Change implementation to handle any manpage from any locale
Remove linguas references, finishing l10n switch

Closes: https://bugs.gentoo.org/645238
Bug: https://bugs.gentoo.org/617864
Closes: https://bugs.gentoo.org/643576
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-any/Manifest   |  2 +-
 app-emulation/wine-any/wine-any-2.0-r1.ebuild | 54 +--
 app-emulation/wine-any/wine-any-2.19.ebuild   | 54 +--
 app-emulation/wine-any/wine-any-2.20.ebuild   | 54 +--
 app-emulation/wine-any/wine-any-2.21.ebuild   | 54 +--
 app-emulation/wine-any/wine-any-.ebuild   | 54 +--
 6 files changed, 136 insertions(+), 136 deletions(-)

diff --git a/app-emulation/wine-any/Manifest b/app-emulation/wine-any/Manifest
index e4951a2a355..4cefebde19a 100644
--- a/app-emulation/wine-any/Manifest
+++ b/app-emulation/wine-any/Manifest
@@ -1,4 +1,4 @@
-DIST gentoo-wine-patches-20180119.tar.xz 58688 BLAKE2B 
e7d44906f3c81c69fd3016ac6a7e2b8e68cc82762cc0a6b469e572d9b2edfd04ce9353e151c07dac11f82b1d108517fc86862d724e83ee8c4e938d64f3f9b934
 SHA512 
3e605bf613dca333e501b5578d9c92a42d351a23f8d7d9d6a545a7dc043dcc4c7f52918e6ad46db63a6f00f3ace4b77055f8343176afb976e6a04590dcee64b7
+DIST gentoo-wine-patches-20180120.tar.xz 58672 BLAKE2B 
84d621075b65475cec41a06429680b518d7eafb938cefd903f3f8aa71ea3049ac9d8de05af48f9f4f4a1b9172c7ef17784540413e410eb8ec11e8ec4a63858c6
 SHA512 
5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
 DIST wine-2.0.tar.bz2 23662707 BLAKE2B 
1d485c1359ce8a0395a9f6378c1f8be33ea2836b80390d1eb1095057a0acedd21708daab16e1851a315391b9f9b0a360879b9d98c73bcc8371c5023e9a8037f5
 SHA512 
b0a57ba8202d9fc396e5bfb7a7718d6bababbed8f3351e7fdc36afa37f35a871e04903757618f73427aeb71a52b2d323977d79e48f8b38d636f23fd404441186
 DIST wine-2.19.tar.xz 19549464 BLAKE2B 
86d130cc43d7d674d2f478365952962b2792fd585b8d074564108bc7e9f4f7690337e4758b9a24e54fe8fd60187d3a96496a5ffc454ba674b02ecdde68efd3bb
 SHA512 
83558231bdc592b1f69cfedf6c689063df7bd9fecdfafba6fb7f6a2c7fa7783973efb85a6a49305afc18b1aa268209ee5b9c0655756e05d7550468698dfa51ae
 DIST wine-2.20.tar.xz 19597556 BLAKE2B 
80a9886fa77e5788b143521288f7d83c92754610c9426e58c759d2c33767bd23f7d2a44a17ceeec0bfe9065264393e0aa1087a0827ea7d438ffd938ba2eb2fb5
 SHA512 
d8d374d1e690ce9d3964fc81054fb7f4cd56cbae6bc44ebbf80b7dc7f04524baa2bd831e0be8f00de4cb0e14c1cb71780d424f5dcb9851fcaed9fb22f5ce5d23

diff --git a/app-emulation/wine-any/wine-any-2.0-r1.ebuild 
b/app-emulation/wine-any/wine-any-2.0-r1.ebuild
index 29a108cac28..bf410a00dfd 100644
--- a/app-emulation/wine-any/wine-any-2.0-r1.ebuild
+++ b/app-emulation/wine-any/wine-any-2.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv 
te th tr uk wa zh_CN zh_TW"
 PLOCALE_BACKUP="en"
 
-inherit autotools eutils flag-o-matic gnome2-utils l10n multilib 
multilib-minimal pax-utils toolchain-funcs virtualx versionator xdg-utils
+inherit autotools estack eutils flag-o-matic gnome2-utils l10n multilib 
multilib-minimal pax-utils toolchain-funcs virtualx versionator xdg-utils
 
 MY_PN="${PN%%-*}"
 MY_P="${MY_PN}-${PV}"
@@ -28,7 +28,7 @@ STAGING_P="wine-staging-${PV}"
 STAGING_DIR="${WORKDIR}/${STAGING_P}"
 D3D9_P="wine-d3d9-${PV}"
 D3D9_DIR="${WORKDIR}/wine-d3d9-patches-${D3D9_P}"
-GWP_V="20180119"
+GWP_V="20180120"
 PATCHDIR="${WORKDIR}/gentoo-wine-patches"
 
 DESCRIPTION="Free implementation of Windows(tm) on Unix, with optional 
external patchsets"
@@ -192,7 +192,7 @@ PATCHES=(
"${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611
"${PATCHDIR}/patches/freetype-2.8.1-segfault.patch" #631676
"${PATCHDIR}/patches/freetype-2.8.1-drop-glyphs.patch" #631376
-   
"${PATCHDIR}/patches/${MY_PN}-2.0-prevent-build-of-localized-manpages.patch" 
#469418 #617864
+   "${PATCHDIR}/patches/${MY_PN}-2.0-rearrange-manpages.patch" #469418 
#617864
 )
 PATCHES_BIN=(
"${PATCHDIR}/patches/freetype-2.8.1-patch-fonts.patch" #631376
@@ -428,29 +428,30 @@ src_prepare() {
l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect 
LINGUAS
 
# Fix manpa

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

2018-01-22 Thread NP Hardass
commit: bb0482ab21557148175ad0660753dd7c8c78cea1
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Jan 20 08:12:31 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Mon Jan 22 22:51:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb0482ab

app-emulation/wine-d3d9: Add maintainer description/warning

Original edits should not take place in ::gentoo.  All development
takes place in ::wine where many more versions than are kept in ::gentoo
are kept in sync.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-d3d9/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-emulation/wine-d3d9/metadata.xml 
b/app-emulation/wine-d3d9/metadata.xml
index 44e32fcafe3..375e22626d8 100644
--- a/app-emulation/wine-d3d9/metadata.xml
+++ b/app-emulation/wine-d3d9/metadata.xml
@@ -4,6 +4,10 @@

w...@gentoo.org
Wine
+   
+   This package must be kept in sync with repo/proj/wine 
repository.
+   Any changes need to be run past the maintainer to 
ensure the two repositories are kept in sync.
+   


commendsar...@gmail.com



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

2018-01-22 Thread NP Hardass
commit: e4c2fdb2823ebd63c38d07e539aa4db08e92861e
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Jan 22 22:49:48 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Mon Jan 22 22:51:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c2fdb2

app-emulation/wine-d3d9: Sync from ::wine

Use estack eclass to avoid dealing with specifics of shopt usage
Change implementation to handle any manpage from any locale
Remove linguas references, finishing l10n switch

Closes: https://bugs.gentoo.org/645238
Bug: https://bugs.gentoo.org/617864
Closes: https://bugs.gentoo.org/643576
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-d3d9/Manifest|  2 +-
 app-emulation/wine-d3d9/wine-d3d9-2.0-r1.ebuild | 54 -
 app-emulation/wine-d3d9/wine-d3d9-2.19.ebuild   | 54 -
 app-emulation/wine-d3d9/wine-d3d9-2.20.ebuild   | 54 -
 app-emulation/wine-d3d9/wine-d3d9-2.21.ebuild   | 54 -
 app-emulation/wine-d3d9/wine-d3d9-.ebuild   | 54 -
 6 files changed, 136 insertions(+), 136 deletions(-)

diff --git a/app-emulation/wine-d3d9/Manifest b/app-emulation/wine-d3d9/Manifest
index 1fad89c597d..8178629ecc9 100644
--- a/app-emulation/wine-d3d9/Manifest
+++ b/app-emulation/wine-d3d9/Manifest
@@ -1,4 +1,4 @@
-DIST gentoo-wine-patches-20180119.tar.xz 58688 BLAKE2B 
e7d44906f3c81c69fd3016ac6a7e2b8e68cc82762cc0a6b469e572d9b2edfd04ce9353e151c07dac11f82b1d108517fc86862d724e83ee8c4e938d64f3f9b934
 SHA512 
3e605bf613dca333e501b5578d9c92a42d351a23f8d7d9d6a545a7dc043dcc4c7f52918e6ad46db63a6f00f3ace4b77055f8343176afb976e6a04590dcee64b7
+DIST gentoo-wine-patches-20180120.tar.xz 58672 BLAKE2B 
84d621075b65475cec41a06429680b518d7eafb938cefd903f3f8aa71ea3049ac9d8de05af48f9f4f4a1b9172c7ef17784540413e410eb8ec11e8ec4a63858c6
 SHA512 
5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
 DIST wine-2.0.tar.bz2 23662707 BLAKE2B 
1d485c1359ce8a0395a9f6378c1f8be33ea2836b80390d1eb1095057a0acedd21708daab16e1851a315391b9f9b0a360879b9d98c73bcc8371c5023e9a8037f5
 SHA512 
b0a57ba8202d9fc396e5bfb7a7718d6bababbed8f3351e7fdc36afa37f35a871e04903757618f73427aeb71a52b2d323977d79e48f8b38d636f23fd404441186
 DIST wine-2.19.tar.xz 19549464 BLAKE2B 
86d130cc43d7d674d2f478365952962b2792fd585b8d074564108bc7e9f4f7690337e4758b9a24e54fe8fd60187d3a96496a5ffc454ba674b02ecdde68efd3bb
 SHA512 
83558231bdc592b1f69cfedf6c689063df7bd9fecdfafba6fb7f6a2c7fa7783973efb85a6a49305afc18b1aa268209ee5b9c0655756e05d7550468698dfa51ae
 DIST wine-2.20.tar.xz 19597556 BLAKE2B 
80a9886fa77e5788b143521288f7d83c92754610c9426e58c759d2c33767bd23f7d2a44a17ceeec0bfe9065264393e0aa1087a0827ea7d438ffd938ba2eb2fb5
 SHA512 
d8d374d1e690ce9d3964fc81054fb7f4cd56cbae6bc44ebbf80b7dc7f04524baa2bd831e0be8f00de4cb0e14c1cb71780d424f5dcb9851fcaed9fb22f5ce5d23

diff --git a/app-emulation/wine-d3d9/wine-d3d9-2.0-r1.ebuild 
b/app-emulation/wine-d3d9/wine-d3d9-2.0-r1.ebuild
index 3f8f0715fe4..27edc48d213 100644
--- a/app-emulation/wine-d3d9/wine-d3d9-2.0-r1.ebuild
+++ b/app-emulation/wine-d3d9/wine-d3d9-2.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv 
te th tr uk wa zh_CN zh_TW"
 PLOCALE_BACKUP="en"
 
-inherit autotools eutils flag-o-matic gnome2-utils l10n multilib 
multilib-minimal pax-utils toolchain-funcs virtualx versionator xdg-utils
+inherit autotools estack eutils flag-o-matic gnome2-utils l10n multilib 
multilib-minimal pax-utils toolchain-funcs virtualx versionator xdg-utils
 
 MY_PN="${PN%%-*}"
 MY_P="${MY_PN}-${PV}"
@@ -26,7 +26,7 @@ S="${WORKDIR}/${MY_P}"
 
 D3D9_P="wine-d3d9-${PV}"
 D3D9_DIR="${WORKDIR}/wine-d3d9-patches-${D3D9_P}"
-GWP_V="20180119"
+GWP_V="20180120"
 PATCHDIR="${WORKDIR}/gentoo-wine-patches"
 
 DESCRIPTION="Free implementation of Windows(tm) on Unix, with Gallium Nine 
patchset"
@@ -172,7 +172,7 @@ PATCHES=(
"${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611
"${PATCHDIR}/patches/freetype-2.8.1-segfault.patch" #631676
"${PATCHDIR}/patches/freetype-2.8.1-drop-glyphs.patch" #631376
-   
"${PATCHDIR}/patches/${MY_PN}-2.0-prevent-build-of-localized-manpages.patch" 
#469418 #617864
+   "${PATCHDIR}/patches/${MY_PN}-2.0-rearrange-manpages.patch" #469418 
#617864
 )
 PATCHES_BIN=(
"${PATCHDIR}/patches/freetype-2.8.1-patch-fonts.patch" #631376
@@ -373,29 +373,30 @@ src_prepare() {
l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect 
LINGUAS
 
# Fix manpage generation for locales #469418 and abi_x86_64 #617

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

2018-01-22 Thread NP Hardass
commit: d61f2aba38b3c298d3beee386b632e9cf4dac69e
Author: NP-Hardass  gentoo  org>
AuthorDate: Sun Jan 21 00:55:04 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Mon Jan 22 22:51:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d61f2aba

app-emulation/winetricks: Sync from ::wine

Move test dependencies to DEPEND
Bump 20171222
Update comments
Add test dependencies

Acked-by: Jimi Huotari  gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/winetricks/Manifest  |  1 +
 .../winetricks/winetricks-20170823.ebuild  |  2 +-
 ...-.ebuild => winetricks-20171222.ebuild} | 26 --
 .../winetricks/winetricks-.ebuild  | 26 --
 4 files changed, 40 insertions(+), 15 deletions(-)

diff --git a/app-emulation/winetricks/Manifest 
b/app-emulation/winetricks/Manifest
index 0325004968d..2c9216f39b2 100644
--- a/app-emulation/winetricks/Manifest
+++ b/app-emulation/winetricks/Manifest
@@ -1,2 +1,3 @@
 DIST winetricks-20170823.tar.gz 639027 BLAKE2B 
ce0de22ff3363bd6fd675d07ea235ed5fb03ea7a84b3242329c094d6a9190c61813a1f360e74ece49d43d2dbf48dbbb1e94c4febc6e1a0d84cf1df895b0be6f9
 SHA512 
edc805be1a1c4fa64ae16b14fdd46786e259b88a0cde7afdf24bf934fa79f4acf3d9e599727fa589f155ec265569953b9e419cda79d54057157cbb1510261e3a
+DIST winetricks-20171222.tar.gz 645227 BLAKE2B 
b3d798071593851eb7293270ab40438f114576c58e9c4df2ec685192a1eb1b2f8fbbb9d71a7575472575d56941a6fdeb1b7b2c33e87e0e40885ba8489764c392
 SHA512 
fcee2dcac4c68a2c8f61995146d83a81ee85364e400ceadfed1ae1a6f49ea389a6d044fc9ae2324dbbaf93ec3eb616ab167ed880b1a583e89708cf66fb8c5965
 DIST winetricks-gentoo-2012.11.24.tar.bz2 6398 BLAKE2B 
54a4502f6e8ef15d21b02c43e3ce599e32d476c2559246064de14cc4ce2243ff11dde681d24c8a7f4913c3d7a10b855bda47e8fb8ecad31e00d839705416be6f
 SHA512 
59c93b73f3a7b2d11aefcde2ff66659ff1de21ad4b5f232f4b60572f3a48b15a6c49f369b1696862bf1b33fde190bf5598945e9536fb41ddec42d8def4d2be2a

diff --git a/app-emulation/winetricks/winetricks-20170823.ebuild 
b/app-emulation/winetricks/winetricks-20170823.ebuild
index 33701ee6fa5..111786b25a3 100644
--- a/app-emulation/winetricks/winetricks-20170823.ebuild
+++ b/app-emulation/winetricks/winetricks-20170823.ebuild
@@ -32,8 +32,8 @@ RDEPEND="app-arch/cabextract
app-arch/p7zip
app-arch/unzip
net-misc/wget
-   x11-misc/xdg-utils
virtual/wine
+   x11-misc/xdg-utils
gtk? ( gnome-extra/zenity )
kde? ( kde-apps/kdialog )
rar? ( app-arch/unrar )"

diff --git a/app-emulation/winetricks/winetricks-.ebuild 
b/app-emulation/winetricks/winetricks-20171222.ebuild
similarity index 75%
copy from app-emulation/winetricks/winetricks-.ebuild
copy to app-emulation/winetricks/winetricks-20171222.ebuild
index c6636ccbdad..58d2e71829b 100644
--- a/app-emulation/winetricks/winetricks-.ebuild
+++ b/app-emulation/winetricks/winetricks-20171222.ebuild
@@ -25,24 +25,32 @@ HOMEPAGE="https://github.com/Winetricks/winetricks 
https://wiki.winehq.org/Winet
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-IUSE="gtk kde rar"
+IUSE="gtk kde rar test"
+
+DEPEND="test? (
+   dev-python/bashate
+   dev-util/checkbashisms
+   dev-util/shellcheck
+   )"
 
-DEPEND=""
 RDEPEND="app-arch/cabextract
app-arch/p7zip
app-arch/unzip
net-misc/wget
-   x11-misc/xdg-utils
virtual/wine
+   x11-misc/xdg-utils
gtk? ( gnome-extra/zenity )
kde? ( kde-apps/kdialog )
rar? ( app-arch/unrar )"
 
-# Uses non-standard "Wine" category, which is provided by app-emulation/wine; 
#451552
-QA_DESKTOP_FILE="usr/share/applications/winetricks.desktop"
+# Test targets include syntax checks only, not the "heavy duty" tests
+# that would require a lot of disk space, as well as network access.
 
-# Tests require network access and run Wine, which is unreliable from a 
portage environment.
-RESTRICT="test"
+# This uses a non-standard "Wine" category, which is provided by
+# '/etc/xdg/menus/applications-merged/wine.menu' from the
+# 'app-emulation/wine-desktop-common' package.
+# https://bugs.gentoo.org/451552
+QA_DESKTOP_FILE="usr/share/applications/winetricks.desktop"
 
 src_unpack() {
if [[ ${PV} == "" ]] ; then
@@ -55,6 +63,10 @@ src_unpack() {
fi
 }
 
+src_test() {
+   ./tests/shell-checks || die "Test(s) failed."
+}
+
 src_install() {
default
if use gtk || use kde; then

diff --git a/app-emulation/winetricks/winetricks-.ebuild 
b/app-emulation/winetricks/winetricks-.ebuild
index c6636ccbdad..58d2e71829b 100644
--- a/app-emulation/winetricks/winetricks-.ebuild
+++ b/app-emulation/winetricks/winetricks-.ebuild
@@ -25,24 +2

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

2018-01-22 Thread NP Hardass
commit: ef405d728fa9e00b95c44feae79a00169b36b04f
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Jan 22 22:46:19 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Mon Jan 22 22:51:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef405d72

app-emulation/wine-vanilla: Sync from ::wine

Use estack eclass to avoid dealing with specifics of shopt usage
Change implementation to handle any manpage from any locale
Remove linguas references, finishing l10n switch

Closes: https://bugs.gentoo.org/645238
Bug: https://bugs.gentoo.org/617864
Closes: https://bugs.gentoo.org/643576
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-vanilla/Manifest|  2 +-
 .../wine-vanilla/wine-vanilla-2.0-r1.ebuild| 54 +++---
 .../wine-vanilla/wine-vanilla-2.0.1-r1.ebuild  | 54 +++---
 .../wine-vanilla/wine-vanilla-2.0.2-r1.ebuild  | 54 +++---
 .../wine-vanilla/wine-vanilla-2.0.3.ebuild | 54 +++---
 .../wine-vanilla/wine-vanilla-2.0.4.ebuild | 54 +++---
 .../wine-vanilla/wine-vanilla-2.20.ebuild  | 54 +++---
 .../wine-vanilla/wine-vanilla-2.21.ebuild  | 54 +++---
 .../wine-vanilla/wine-vanilla-2.22.ebuild  | 54 +++---
 app-emulation/wine-vanilla/wine-vanilla-3.0.ebuild | 54 +++---
 .../wine-vanilla/wine-vanilla-.ebuild  | 54 +++---
 11 files changed, 271 insertions(+), 271 deletions(-)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index f40e3fed962..b2f48ea9d7f 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -1,4 +1,4 @@
-DIST gentoo-wine-patches-20180119.tar.xz 58688 BLAKE2B 
e7d44906f3c81c69fd3016ac6a7e2b8e68cc82762cc0a6b469e572d9b2edfd04ce9353e151c07dac11f82b1d108517fc86862d724e83ee8c4e938d64f3f9b934
 SHA512 
3e605bf613dca333e501b5578d9c92a42d351a23f8d7d9d6a545a7dc043dcc4c7f52918e6ad46db63a6f00f3ace4b77055f8343176afb976e6a04590dcee64b7
+DIST gentoo-wine-patches-20180120.tar.xz 58672 BLAKE2B 
84d621075b65475cec41a06429680b518d7eafb938cefd903f3f8aa71ea3049ac9d8de05af48f9f4f4a1b9172c7ef17784540413e410eb8ec11e8ec4a63858c6
 SHA512 
5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
 DIST wine-2.0.1.tar.xz 18845444 BLAKE2B 
82e692c9a216087ea3b51cba659b12a79b25b44aac2ab572b9cf6d12c29b8fa5cee3c4bb9f8e9dca526ded2c6ba1f77d2c948b783914427ec2b93409e64ccaec
 SHA512 
b32d07443655898768383b7409c21093b60c028fef166a596dad5dfab5a329b9fce4552e612c6d182e4f67eb1f28ed497fe2ed6af55dd3e96a124547722d
 DIST wine-2.0.2.tar.xz 18854952 BLAKE2B 
ae55b6a31e4d36b367a84e0e5fa7bea8c39a61ecfe7def4082747df4c55d0ee5c72e132bc77b49935fee8d0faf7f4d2cddfda0c712b6042b440dda1946e682b6
 SHA512 
3f37080a951819304cd3475f6012f1d6b5a94879b137cdf816cac4c8fde68ddc777905e92277ec5dce96437d8c32c43d55d3750b582781a9f9774b118f1a5b90
 DIST wine-2.0.3.tar.xz 18864648 BLAKE2B 
0503a11e7545d5af805bfc3c2f614b6e35e39b7b532ee45dd9947e1a9a53eb788a304e744c683e42bf84f0e67e2c046ea5f839b6bbad1cf73b9996eaae5c30c1
 SHA512 
e20dbcb3a48ecb3526eba075d4baebab2529dfc50b7a6d5e18294704470f61db386013f457118c270274b911f9643d203110f46558d23e84e6a6c2d78e237dbb

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.0-r1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.0-r1.ebuild
index 423245563fe..b6970b16cc7 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.0-r1.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv 
te th tr uk wa zh_CN zh_TW"
 PLOCALE_BACKUP="en"
 
-inherit autotools eutils flag-o-matic gnome2-utils l10n multilib 
multilib-minimal pax-utils toolchain-funcs virtualx versionator xdg-utils
+inherit autotools estack eutils flag-o-matic gnome2-utils l10n multilib 
multilib-minimal pax-utils toolchain-funcs virtualx versionator xdg-utils
 
 MY_PN="${PN%%-*}"
 MY_P="${MY_PN}-${PV}"
@@ -24,7 +24,7 @@ else
 fi
 S="${WORKDIR}/${MY_P}"
 
-GWP_V="20180119"
+GWP_V="20180120"
 PATCHDIR="${WORKDIR}/gentoo-wine-patches"
 
 DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
@@ -157,7 +157,7 @@ PATCHES=(
"${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611
"${PATCHDIR}/patches/freetype-2.8.1-segfault.patch" #631676
"${PATCHDIR}/patches/freetype-2.8.1-drop-glyphs.patch" #631376
-   
"${PATCHDIR}/patches/${MY_PN}-2.0-prevent-build-of-localized-manpages.patch" 
#469418 #617864
+   "${PATCHDIR}/patches/${MY_PN}-2.0-r

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

2018-01-22 Thread NP Hardass
commit: 232654acd23d7b2f64f033cf5b7bcaac10e0e13f
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Jan 20 08:09:57 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Mon Jan 22 22:51:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=232654ac

app-emulation/wine-vanilla: Add maintainer description/warning

Original edits should not take place in ::gentoo.  All development
takes place in ::wine where many more versions than are kept in ::gentoo
are kept in sync.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-vanilla/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-emulation/wine-vanilla/metadata.xml 
b/app-emulation/wine-vanilla/metadata.xml
index 990972b6ffb..411d8ae7e5d 100644
--- a/app-emulation/wine-vanilla/metadata.xml
+++ b/app-emulation/wine-vanilla/metadata.xml
@@ -4,6 +4,10 @@

w...@gentoo.org
Wine
+   
+   This package must be kept in sync with repo/proj/wine 
repository.
+   Any changes need to be run past the maintainer to 
ensure the two repositories are kept in sync.
+   


 Wine is an Open Source implementation of the Windows API on top of X and Unix.



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

2018-01-22 Thread NP Hardass
commit: 640cf35776ca65ffd65eafda8543cb069d57fdac
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Jan 22 22:36:35 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Mon Jan 22 22:36:35 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=640cf357

app-emulation/wine-vanilla: Clean up manpage fixes

Use estack eclass to avoid dealing with specifics of shopt usage
Change implementation to handle any manpage from any locale
Remove linguas references, finishing l10n switch

Closes: https://bugs.gentoo.org/645238
Bug: https://bugs.gentoo.org/617864
Closes: https://bugs.gentoo.org/643576
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-vanilla/Manifest|  2 +-
 .../wine-vanilla/wine-vanilla-2.0-r1.ebuild| 54 +++---
 .../wine-vanilla/wine-vanilla-2.0.1-r1.ebuild  | 54 +++---
 .../wine-vanilla/wine-vanilla-2.0.2-r1.ebuild  | 54 +++---
 .../wine-vanilla/wine-vanilla-2.0.3.ebuild | 54 +++---
 .../wine-vanilla/wine-vanilla-2.0.4.ebuild | 54 +++---
 app-emulation/wine-vanilla/wine-vanilla-2.0.ebuild | 52 ++---
 .../wine-vanilla/wine-vanilla-2.1-r1.ebuild| 54 +++---
 .../wine-vanilla/wine-vanilla-2.10-r1.ebuild   | 54 +++---
 .../wine-vanilla/wine-vanilla-2.11-r1.ebuild   | 54 +++---
 .../wine-vanilla/wine-vanilla-2.12-r1.ebuild   | 54 +++---
 .../wine-vanilla/wine-vanilla-2.13-r1.ebuild   | 54 +++---
 .../wine-vanilla/wine-vanilla-2.14-r1.ebuild   | 54 +++---
 .../wine-vanilla/wine-vanilla-2.15-r1.ebuild   | 54 +++---
 .../wine-vanilla/wine-vanilla-2.16-r1.ebuild   | 54 +++---
 .../wine-vanilla/wine-vanilla-2.17-r1.ebuild   | 54 +++---
 .../wine-vanilla/wine-vanilla-2.18-r2.ebuild   | 54 +++---
 .../wine-vanilla/wine-vanilla-2.19-r1.ebuild   | 54 +++---
 .../wine-vanilla/wine-vanilla-2.2-r1.ebuild| 54 +++---
 .../wine-vanilla/wine-vanilla-2.20.ebuild  | 54 +++---
 .../wine-vanilla/wine-vanilla-2.21.ebuild  | 54 +++---
 .../wine-vanilla/wine-vanilla-2.22.ebuild  | 54 +++---
 .../wine-vanilla/wine-vanilla-2.3-r1.ebuild| 54 +++---
 .../wine-vanilla/wine-vanilla-2.4-r1.ebuild| 54 +++---
 .../wine-vanilla/wine-vanilla-2.5-r1.ebuild| 54 +++---
 .../wine-vanilla/wine-vanilla-2.6-r1.ebuild| 54 +++---
 .../wine-vanilla/wine-vanilla-2.7-r1.ebuild| 54 +++---
 .../wine-vanilla/wine-vanilla-2.8-r1.ebuild| 54 +++---
 .../wine-vanilla/wine-vanilla-2.9-r1.ebuild| 54 +++---
 app-emulation/wine-vanilla/wine-vanilla-3.0.ebuild | 54 +++---
 .../wine-vanilla/wine-vanilla-.ebuild  | 54 +++---
 31 files changed, 810 insertions(+), 810 deletions(-)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 6dc7dd9..e066695 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -1,4 +1,4 @@
-DIST gentoo-wine-patches-20180119.tar.xz 58688 SHA256 
bb8f634241e7a4ba528bb6e0db78512889c4d25773773e87d76a2452dde72360 SHA512 
3e605bf613dca333e501b5578d9c92a42d351a23f8d7d9d6a545a7dc043dcc4c7f52918e6ad46db63a6f00f3ace4b77055f8343176afb976e6a04590dcee64b7
 WHIRLPOOL 
46dfe36cce8e46a916b5e6f49e6674d9f9612b6ebbd3fd1ba47e6ff34bc68d95a916b76d1a61b0b25ddf97840dd78dffa2d7d0239e6fc0d3cbd74cc0c1868e9a
+DIST gentoo-wine-patches-20180120.tar.xz 58672 SHA256 
2708673a6a2da2546a0089c9fea93de81758546c2f9081fdac9ef81243f57b40 SHA512 
5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
 WHIRLPOOL 
585563761161a14f0d435a3cee6e55216730d9fd46f7c930e7554c00a48f9c807bed8aa869a8f4aec4031abc2c18330ec98cbe0fe7d40b828b423f99acf40e37
 DIST wine-2.0.1.tar.xz 18845444 SHA256 
6cfb4eaae566dc7afb7ac0f1f2db2c0d69969952acab0debf084ee8f7b071583 SHA512 
b32d07443655898768383b7409c21093b60c028fef166a596dad5dfab5a329b9fce4552e612c6d182e4f67eb1f28ed497fe2ed6af55dd3e96a124547722d
 WHIRLPOOL 
0fbaf53504e4e40db6227f45f5b92ac388c2bf23d4f573e4d3b60ccaaadeeccb5a696226d1bd4aa8b245f21c8d6a13aac423ead3f4692ebc1e8e613714168501
 DIST wine-2.0.2.tar.xz 18854952 SHA256 
f71884f539928877f4b415309f582825d3d3c9976104e43d566944c710713c9a SHA512 
3f37080a951819304cd3475f6012f1d6b5a94879b137cdf816cac4c8fde68ddc777905e92277ec5dce96437d8c32c43d55d3750b582781a9f9774b118f1a5b90
 WHIRLPOOL 
cf21a899c60749c37353abc4ba974b3d6cc369769ace70fde899ff1cb5ac8a97828165cf2dbfbcf0915f5196ac58974948fe3e5b2c9854296a5eea75f8023ae5
 DIST wine

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

2018-01-22 Thread NP Hardass
commit: 12da1b95122afc023812e115118d1cef3e4a6949
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Jan 20 08:12:31 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Sun Jan 21 00:50:27 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=12da1b95

app-emulation/wine-d3d9: Add maintainer description/warning

Original edits should not take place in ::gentoo.  All development
takes place in ::wine where many more versions than are kept in ::gentoo
are kept in sync.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-d3d9/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-emulation/wine-d3d9/metadata.xml 
b/app-emulation/wine-d3d9/metadata.xml
index 44e32fc..375e226 100644
--- a/app-emulation/wine-d3d9/metadata.xml
+++ b/app-emulation/wine-d3d9/metadata.xml
@@ -4,6 +4,10 @@

w...@gentoo.org
Wine
+   
+   This package must be kept in sync with repo/proj/wine 
repository.
+   Any changes need to be run past the maintainer to 
ensure the two repositories are kept in sync.
+   


commendsar...@gmail.com



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

2018-01-22 Thread NP Hardass
commit: e6de1eec1e48a7394fbcfec7d3dd7ddabfceb9c5
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Jan 22 22:38:32 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Mon Jan 22 22:38:32 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=e6de1eec

app-emulation/wine-staging: Clean up manpage fixes

Use estack eclass to avoid dealing with specifics of shopt usage
Change implementation to handle any manpage from any locale
Remove linguas references, finishing l10n switch

Closes: https://bugs.gentoo.org/645238
Bug: https://bugs.gentoo.org/617864
Closes: https://bugs.gentoo.org/643576
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-staging/Manifest|  2 +-
 .../wine-staging/wine-staging-2.0-r1.ebuild| 54 +++---
 .../wine-staging/wine-staging-2.1-r1.ebuild| 54 +++---
 .../wine-staging/wine-staging-2.10-r1.ebuild   | 54 +++---
 .../wine-staging/wine-staging-2.11-r1.ebuild   | 54 +++---
 .../wine-staging/wine-staging-2.12-r1.ebuild   | 54 +++---
 .../wine-staging/wine-staging-2.13-r1.ebuild   | 54 +++---
 .../wine-staging/wine-staging-2.14-r1.ebuild   | 54 +++---
 .../wine-staging/wine-staging-2.15-r1.ebuild   | 54 +++---
 .../wine-staging/wine-staging-2.16-r1.ebuild   | 54 +++---
 .../wine-staging/wine-staging-2.17-r1.ebuild   | 54 +++---
 .../wine-staging/wine-staging-2.18.ebuild  | 54 +++---
 .../wine-staging/wine-staging-2.19.ebuild  | 54 +++---
 .../wine-staging/wine-staging-2.2-r1.ebuild| 54 +++---
 .../wine-staging/wine-staging-2.20.ebuild  | 54 +++---
 .../wine-staging/wine-staging-2.21.ebuild  | 54 +++---
 .../wine-staging/wine-staging-2.3-r1.ebuild| 54 +++---
 .../wine-staging/wine-staging-2.4-r1.ebuild| 54 +++---
 .../wine-staging/wine-staging-2.5-r1.ebuild| 54 +++---
 .../wine-staging/wine-staging-2.6-r1.ebuild| 54 +++---
 .../wine-staging/wine-staging-2.7-r1.ebuild| 54 +++---
 .../wine-staging/wine-staging-2.8-r1.ebuild| 54 +++---
 .../wine-staging/wine-staging-2.9-r1.ebuild| 54 +++---
 .../wine-staging/wine-staging-.ebuild  | 54 +++---
 24 files changed, 622 insertions(+), 622 deletions(-)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index c2f8c38..17ec94c 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -1,4 +1,4 @@
-DIST gentoo-wine-patches-20180119.tar.xz 58688 SHA256 
bb8f634241e7a4ba528bb6e0db78512889c4d25773773e87d76a2452dde72360 SHA512 
3e605bf613dca333e501b5578d9c92a42d351a23f8d7d9d6a545a7dc043dcc4c7f52918e6ad46db63a6f00f3ace4b77055f8343176afb976e6a04590dcee64b7
 WHIRLPOOL 
46dfe36cce8e46a916b5e6f49e6674d9f9612b6ebbd3fd1ba47e6ff34bc68d95a916b76d1a61b0b25ddf97840dd78dffa2d7d0239e6fc0d3cbd74cc0c1868e9a
+DIST gentoo-wine-patches-20180120.tar.xz 58672 SHA256 
2708673a6a2da2546a0089c9fea93de81758546c2f9081fdac9ef81243f57b40 SHA512 
5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
 WHIRLPOOL 
585563761161a14f0d435a3cee6e55216730d9fd46f7c930e7554c00a48f9c807bed8aa869a8f4aec4031abc2c18330ec98cbe0fe7d40b828b423f99acf40e37
 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.10.tar.xz 19209580 SHA256 
488df7ffd2e81da455bf428fc9eb784bb4273a890334500895665711bd52f179 SHA512 
8807e16a571bf45d99097ad5fdfb9fe755f6dbe84010a330fed82f1d48c76b7f19589bfc0e5dde0b9e49a608fd0501db3f7e3e129e4d9d34bcae03bc51a73139
 WHIRLPOOL 
e9a8248aac31593fbac28a3d8d4e62bfce14a7c41cc416ebfca8606518d28efd31b32196133da211f75f48bd228bd5d21fcbbc0479293e813ed99b258b37126e

diff --git a/app-emulation/wine-staging/wine-staging-2.0-r1.ebuild 
b/app-emulation/wine-staging/wine-staging-2.0-r1.ebuild
index f47c6e1..22f656f 100644
--- a/app-emulation/wine-stagin

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

2018-01-22 Thread NP Hardass
commit: 31a05934cdd5c91cedcd8a4700b6eba18997c687
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Jan 20 08:09:57 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Sun Jan 21 00:50:26 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=31a05934

app-emulation/wine-vanilla: Add maintainer description/warning

Original edits should not take place in ::gentoo.  All development
takes place in ::wine where many more versions than are kept in ::gentoo
are kept in sync.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-vanilla/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-emulation/wine-vanilla/metadata.xml 
b/app-emulation/wine-vanilla/metadata.xml
index 990972b..411d8ae 100644
--- a/app-emulation/wine-vanilla/metadata.xml
+++ b/app-emulation/wine-vanilla/metadata.xml
@@ -4,6 +4,10 @@

w...@gentoo.org
Wine
+   
+   This package must be kept in sync with repo/proj/wine 
repository.
+   Any changes need to be run past the maintainer to 
ensure the two repositories are kept in sync.
+   


 Wine is an Open Source implementation of the Windows API on top of X and Unix.



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

2018-01-22 Thread NP Hardass
commit: 4e31819e970f9b87c29dd42c56e259c024b6c8d0
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Jan 22 22:43:35 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Mon Jan 22 22:43:35 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=4e31819e

app-emulation/wine-vanilla: Drop old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-vanilla/wine-vanilla-2.0.ebuild | 535 -
 1 file changed, 535 deletions(-)

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.0.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.0.ebuild
deleted file mode 100644
index ce76f5a..000
--- a/app-emulation/wine-vanilla/wine-vanilla-2.0.ebuild
+++ /dev/null
@@ -1,535 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv 
te th tr uk wa zh_CN zh_TW"
-PLOCALE_BACKUP="en"
-
-inherit autotools estack eutils flag-o-matic gnome2-utils l10n multilib 
multilib-minimal pax-utils toolchain-funcs virtualx versionator xdg-utils
-
-MY_PN="${PN%%-*}"
-MY_P="${MY_PN}-${PV}"
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
-   EGIT_BRANCH="master"
-   inherit git-r3
-   SRC_URI=""
-   #KEYWORDS=""
-else
-   MAJOR_V=$(get_version_component_range 1)
-   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.bz2;
-   KEYWORDS="-* amd64 x86 ~x86-fbsd"
-fi
-S="${WORKDIR}/${MY_P}"
-
-GWP_V="20180120"
-PATCHDIR="${WORKDIR}/gentoo-wine-patches"
-
-DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
-HOMEPAGE="https://www.winehq.org/;
-SRC_URI="${SRC_URI}
-   
https://dev.gentoo.org/~np-hardass/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
-"
-
-LICENSE="LGPL-2.1"
-SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gstreamer +jpeg kernel_FreeBSD +lcms ldap +mono 
mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pcap +png 
prelink pulseaudio +realtime +run-exes samba scanner selinux +ssl test +threads 
+truetype udev +udisks v4l +X +xcomposite xinerama +xml"
-REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
-   X? ( truetype )
-   elibc_glibc? ( threads )
-   osmesa? ( opengl )
-   test? ( abi_x86_32 )" # osmesa-opengl #286560 # X-truetype #551124
-
-# FIXME: the test suite is unsuitable for us; many tests require net access
-# or fail due to Xvfb's opengl limitations.
-RESTRICT="test"
-
-COMMON_DEPEND="
-   X? (
-   x11-libs/libXcursor[${MULTILIB_USEDEP}]
-   x11-libs/libXext[${MULTILIB_USEDEP}]
-   x11-libs/libXrandr[${MULTILIB_USEDEP}]
-   x11-libs/libXi[${MULTILIB_USEDEP}]
-   x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
-   )
-   alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] )
-   capi? ( net-libs/libcapi[${MULTILIB_USEDEP}] )
-   cups? ( net-print/cups:=[${MULTILIB_USEDEP}] )
-   fontconfig? ( media-libs/fontconfig:=[${MULTILIB_USEDEP}] )
-   gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] )
-   gsm? ( media-sound/gsm:=[${MULTILIB_USEDEP}] )
-   gstreamer? (
-   media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
-   media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
-   )
-   jpeg? ( virtual/jpeg:0=[${MULTILIB_USEDEP}] )
-   lcms? ( media-libs/lcms:2=[${MULTILIB_USEDEP}] )
-   ldap? ( net-nds/openldap:=[${MULTILIB_USEDEP}] )
-   mp3? ( >=media-sound/mpg123-1.5.0[${MULTILIB_USEDEP}] )
-   ncurses? ( >=sys-libs/ncurses-5.2:0=[${MULTILIB_USEDEP}] )
-   netapi? ( net-fs/samba[netapi(+),${MULTILIB_USEDEP}] )
-   nls? ( sys-devel/gettext[${MULTILIB_USEDEP}] )
-   odbc? ( dev-db/unixODBC:=[${MULTILIB_USEDEP}] )
-   openal? ( media-libs/openal:=[${MULTILIB_USEDEP}] )
-   opencl? ( virtual/opencl[${MULTILIB_USEDEP}] )
-   opengl? (
-   virtual/glu[${MULTILIB_USEDEP}]
-   virtual/opengl[${MULTILIB_USEDEP}]
-   )
-   osmesa? ( >=media-libs/mesa-13[osmesa,${MULTILIB_USEDEP}] )
-   pcap? ( net-libs/libpcap[${MULTILIB_USEDEP}] )
-   png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] )
-   pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )
-   scanner? ( media-gfx/sane-backends:=[${MULTILIB_USEDEP}] )
-   ssl? ( net-libs/gnutls:=[${MULTILIB_USEDEP}] )
-   truetype? ( >=media-libs/freetype-2.0.0[${MULTILIB_USEDEP}] )
-   udev? ( virtual/libudev:=[${MULTILIB

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

2018-01-22 Thread NP Hardass
commit: 8d71ac4a9f2b2a19cf932542d78e198bdef8e174
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Jan 22 22:40:34 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Mon Jan 22 22:40:34 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=8d71ac4a

app-emulation/wine-any: Clean up manpage fixes

Use estack eclass to avoid dealing with specifics of shopt usage
Change implementation to handle any manpage from any locale
Remove linguas references, finishing l10n switch

Closes: https://bugs.gentoo.org/645238
Bug: https://bugs.gentoo.org/617864
Closes: https://bugs.gentoo.org/643576
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-any/Manifest|  2 +-
 app-emulation/wine-any/wine-any-2.0-r1.ebuild  | 54 +-
 app-emulation/wine-any/wine-any-2.1-r1.ebuild  | 54 +-
 app-emulation/wine-any/wine-any-2.10-r1.ebuild | 54 +-
 app-emulation/wine-any/wine-any-2.11-r1.ebuild | 54 +-
 app-emulation/wine-any/wine-any-2.12-r1.ebuild | 54 +-
 app-emulation/wine-any/wine-any-2.13-r1.ebuild | 54 +-
 app-emulation/wine-any/wine-any-2.14-r1.ebuild | 54 +-
 app-emulation/wine-any/wine-any-2.15-r1.ebuild | 54 +-
 app-emulation/wine-any/wine-any-2.16-r1.ebuild | 54 +-
 app-emulation/wine-any/wine-any-2.17-r1.ebuild | 54 +-
 app-emulation/wine-any/wine-any-2.18.ebuild| 54 +-
 app-emulation/wine-any/wine-any-2.19.ebuild| 54 +-
 app-emulation/wine-any/wine-any-2.2-r1.ebuild  | 54 +-
 app-emulation/wine-any/wine-any-2.20.ebuild| 54 +-
 app-emulation/wine-any/wine-any-2.21.ebuild| 54 +-
 app-emulation/wine-any/wine-any-2.3-r1.ebuild  | 54 +-
 app-emulation/wine-any/wine-any-2.4-r1.ebuild  | 54 +-
 app-emulation/wine-any/wine-any-2.5-r1.ebuild  | 54 +-
 app-emulation/wine-any/wine-any-2.6-r1.ebuild  | 54 +-
 app-emulation/wine-any/wine-any-2.7-r1.ebuild  | 54 +-
 app-emulation/wine-any/wine-any-2.8-r1.ebuild  | 54 +-
 app-emulation/wine-any/wine-any-2.9-r1.ebuild  | 54 +-
 app-emulation/wine-any/wine-any-.ebuild| 54 +-
 24 files changed, 622 insertions(+), 622 deletions(-)

diff --git a/app-emulation/wine-any/Manifest b/app-emulation/wine-any/Manifest
index e4c54bb..4c81bc9 100644
--- a/app-emulation/wine-any/Manifest
+++ b/app-emulation/wine-any/Manifest
@@ -1,4 +1,4 @@
-DIST gentoo-wine-patches-20180119.tar.xz 58688 SHA256 
bb8f634241e7a4ba528bb6e0db78512889c4d25773773e87d76a2452dde72360 SHA512 
3e605bf613dca333e501b5578d9c92a42d351a23f8d7d9d6a545a7dc043dcc4c7f52918e6ad46db63a6f00f3ace4b77055f8343176afb976e6a04590dcee64b7
 WHIRLPOOL 
46dfe36cce8e46a916b5e6f49e6674d9f9612b6ebbd3fd1ba47e6ff34bc68d95a916b76d1a61b0b25ddf97840dd78dffa2d7d0239e6fc0d3cbd74cc0c1868e9a
+DIST gentoo-wine-patches-20180120.tar.xz 58672 SHA256 
2708673a6a2da2546a0089c9fea93de81758546c2f9081fdac9ef81243f57b40 SHA512 
5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
 WHIRLPOOL 
585563761161a14f0d435a3cee6e55216730d9fd46f7c930e7554c00a48f9c807bed8aa869a8f4aec4031abc2c18330ec98cbe0fe7d40b828b423f99acf40e37
 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.10.tar.xz 19209580 SHA256 
488df7ffd2e81da455bf428fc9eb784bb4273a890334500895665711bd52f179 SHA512 
8807e16a571bf45d99097ad5fdfb9fe755f6dbe84010a330fed82f1d48c76b7f19589bfc0e5dde0b9e49a608fd0501db3f7e3e129e4d9d34bcae03bc51a73139
 WHIRLPOOL 
e9a8248aac31593fbac28a3d8d4e62bfce14a7c41cc416ebfca8606518d28efd31b32196133da211f75f48bd228bd5d21fcbbc0479293e813ed99b258b37126e

diff --git a/app-emulation/wine-any/wine-any-2.0-r1.ebuild 
b/app-emulation/wine-any/wine-any-2.0-r1.ebuild
index 29a108c..bf410a0 100644
--- a/app-emulation/wine-any/wine-any-2.0-r1.ebuild
+++ b/app-emulation/wi

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

2018-01-22 Thread NP Hardass
commit: c6424c7e33bc44b6b73741087ba04ff79241f4f8
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Jan 22 22:39:37 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Mon Jan 22 22:39:37 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=c6424c7e

app-emulation/wine-d3d9: Clean up manpage fixes

Use estack eclass to avoid dealing with specifics of shopt usage
Change implementation to handle any manpage from any locale
Remove linguas references, finishing l10n switch

Closes: https://bugs.gentoo.org/645238
Bug: https://bugs.gentoo.org/617864
Closes: https://bugs.gentoo.org/643576
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-d3d9/Manifest |  2 +-
 app-emulation/wine-d3d9/wine-d3d9-2.0-r1.ebuild  | 54 
 app-emulation/wine-d3d9/wine-d3d9-2.1-r1.ebuild  | 54 
 app-emulation/wine-d3d9/wine-d3d9-2.10-r1.ebuild | 54 
 app-emulation/wine-d3d9/wine-d3d9-2.11-r1.ebuild | 54 
 app-emulation/wine-d3d9/wine-d3d9-2.12-r1.ebuild | 54 
 app-emulation/wine-d3d9/wine-d3d9-2.13-r1.ebuild | 54 
 app-emulation/wine-d3d9/wine-d3d9-2.14-r1.ebuild | 54 
 app-emulation/wine-d3d9/wine-d3d9-2.15-r1.ebuild | 54 
 app-emulation/wine-d3d9/wine-d3d9-2.16-r1.ebuild | 54 
 app-emulation/wine-d3d9/wine-d3d9-2.17-r1.ebuild | 54 
 app-emulation/wine-d3d9/wine-d3d9-2.18.ebuild| 54 
 app-emulation/wine-d3d9/wine-d3d9-2.19.ebuild| 54 
 app-emulation/wine-d3d9/wine-d3d9-2.2-r1.ebuild  | 54 
 app-emulation/wine-d3d9/wine-d3d9-2.20.ebuild| 54 
 app-emulation/wine-d3d9/wine-d3d9-2.21.ebuild| 54 
 app-emulation/wine-d3d9/wine-d3d9-2.3-r1.ebuild  | 54 
 app-emulation/wine-d3d9/wine-d3d9-2.4-r1.ebuild  | 54 
 app-emulation/wine-d3d9/wine-d3d9-2.5-r1.ebuild  | 54 
 app-emulation/wine-d3d9/wine-d3d9-2.6-r1.ebuild  | 54 
 app-emulation/wine-d3d9/wine-d3d9-2.7-r1.ebuild  | 54 
 app-emulation/wine-d3d9/wine-d3d9-2.8-r1.ebuild  | 54 
 app-emulation/wine-d3d9/wine-d3d9-2.9-r1.ebuild  | 54 
 app-emulation/wine-d3d9/wine-d3d9-.ebuild| 54 
 24 files changed, 622 insertions(+), 622 deletions(-)

diff --git a/app-emulation/wine-d3d9/Manifest b/app-emulation/wine-d3d9/Manifest
index c07ff88..0f97de4 100644
--- a/app-emulation/wine-d3d9/Manifest
+++ b/app-emulation/wine-d3d9/Manifest
@@ -1,4 +1,4 @@
-DIST gentoo-wine-patches-20180119.tar.xz 58688 SHA256 
bb8f634241e7a4ba528bb6e0db78512889c4d25773773e87d76a2452dde72360 SHA512 
3e605bf613dca333e501b5578d9c92a42d351a23f8d7d9d6a545a7dc043dcc4c7f52918e6ad46db63a6f00f3ace4b77055f8343176afb976e6a04590dcee64b7
 WHIRLPOOL 
46dfe36cce8e46a916b5e6f49e6674d9f9612b6ebbd3fd1ba47e6ff34bc68d95a916b76d1a61b0b25ddf97840dd78dffa2d7d0239e6fc0d3cbd74cc0c1868e9a
+DIST gentoo-wine-patches-20180120.tar.xz 58672 SHA256 
2708673a6a2da2546a0089c9fea93de81758546c2f9081fdac9ef81243f57b40 SHA512 
5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
 WHIRLPOOL 
585563761161a14f0d435a3cee6e55216730d9fd46f7c930e7554c00a48f9c807bed8aa869a8f4aec4031abc2c18330ec98cbe0fe7d40b828b423f99acf40e37
 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.10.tar.xz 19209580 SHA256 
488df7ffd2e81da455bf428fc9eb784bb4273a890334500895665711bd52f179 SHA512 
8807e16a571bf45d99097ad5fdfb9fe755f6dbe84010a330fed82f1d48c76b7f19589bfc0e5dde0b9e49a608fd0501db3f7e3e129e4d9d34bcae03bc51a73139
 WHIRLPOOL 
e9a8248aac31593fbac28a3d8d4e62bfce14a7c41cc416ebfca8606518d28efd31b32196133da211f75f48bd228bd5d21fcbbc0479293e813ed99b258b37126e

diff --git a/app-emulation/wine-d3d9/wine-d3d9-2.0-r1.ebuild 
b/app-emulation/wine-d3d9/wine-d3d9-2.0-r1.ebuild
index 3f8f071..27edc48 100644
--- a/app-emulation/wine-d3d9/wine-d3d9-2.0-r1.ebuild
+++ b/app-emu

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

2018-01-22 Thread NP Hardass
commit: d412962f1ad7a267b95024d27f25f8ae142b9866
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Jan 20 08:11:31 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Sun Jan 21 00:50:26 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=d412962f

app-emulation/wine-staging: Add maintainer description/warning

Original edits should not take place in ::gentoo.  All development
takes place in ::wine where many more versions than are kept in ::gentoo
are kept in sync.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-staging/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-emulation/wine-staging/metadata.xml 
b/app-emulation/wine-staging/metadata.xml
index aaf5b4f..e9e3187 100644
--- a/app-emulation/wine-staging/metadata.xml
+++ b/app-emulation/wine-staging/metadata.xml
@@ -4,6 +4,10 @@

w...@gentoo.org
Wine
+   
+   This package must be kept in sync with repo/proj/wine 
repository.
+   Any changes need to be run past the maintainer to 
ensure the two repositories are kept in sync.
+   


 Wine is an Open Source implementation of the Windows API on top of X and Unix.



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

2018-01-22 Thread NP Hardass
commit: 148ee9590fbef7e7605667b74826c62c082020df
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Jan 20 08:14:22 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Sun Jan 21 00:50:27 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=148ee959

app-emulation/wine-any: Add maintainer description/warning

Original edits should not take place in ::gentoo.  All development
takes place in ::wine where many more versions than are kept in ::gentoo
are kept in sync.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-any/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-emulation/wine-any/metadata.xml 
b/app-emulation/wine-any/metadata.xml
index 2abb35c..2033072 100644
--- a/app-emulation/wine-any/metadata.xml
+++ b/app-emulation/wine-any/metadata.xml
@@ -4,6 +4,10 @@

w...@gentoo.org
Wine
+   
+   This package must be kept in sync with repo/proj/wine 
repository.
+   Any changes need to be run past the maintainer to 
ensure the two repositories are kept in sync.
+   


Only CC on bugs that involve 
USE="d3d9"



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

2018-01-20 Thread NP Hardass
commit: 5456774e61a705e962cf4cb5211e27483fa11418
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Jan 20 07:22:14 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Sat Jan 20 08:00:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5456774e

app-emulation/wine-vanilla: Drop old

Older versions may be found in ::wine

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-vanilla/Manifest|   2 -
 .../wine-vanilla/wine-vanilla-2.18-r2.ebuild   | 543 -
 .../wine-vanilla/wine-vanilla-2.19-r1.ebuild   | 543 -
 3 files changed, 1088 deletions(-)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 52a22896087..f40e3fed962 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -4,8 +4,6 @@ DIST wine-2.0.2.tar.xz 18854952 BLAKE2B 
ae55b6a31e4d36b367a84e0e5fa7bea8c39a61ec
 DIST wine-2.0.3.tar.xz 18864648 BLAKE2B 
0503a11e7545d5af805bfc3c2f614b6e35e39b7b532ee45dd9947e1a9a53eb788a304e744c683e42bf84f0e67e2c046ea5f839b6bbad1cf73b9996eaae5c30c1
 SHA512 
e20dbcb3a48ecb3526eba075d4baebab2529dfc50b7a6d5e18294704470f61db386013f457118c270274b911f9643d203110f46558d23e84e6a6c2d78e237dbb
 DIST wine-2.0.4.tar.xz 18898148 BLAKE2B 
a21c920e1cf15e064bc6b37067a11a5568f8d1906783c200236456b73947bbd24212208ab1bcc2ca526ed40d8b2e80a2dc5d95db1a8d356a484213afb6897f59
 SHA512 
8fccb93e5ebe482ed81e948e3b7f87d4fe5b1f838a10f9cdcafa9561de4ef54b7d5acdc292bf28ad3aaf44be34c5ad8452ebbfc39f49f95fcbe9f9d0fcfc862c
 DIST wine-2.0.tar.bz2 23662707 BLAKE2B 
1d485c1359ce8a0395a9f6378c1f8be33ea2836b80390d1eb1095057a0acedd21708daab16e1851a315391b9f9b0a360879b9d98c73bcc8371c5023e9a8037f5
 SHA512 
b0a57ba8202d9fc396e5bfb7a7718d6bababbed8f3351e7fdc36afa37f35a871e04903757618f73427aeb71a52b2d323977d79e48f8b38d636f23fd404441186
-DIST wine-2.18.tar.xz 19546360 BLAKE2B 
711b1396160b325a3021f066cc80eda0e2eb69c46ab671c6a4d1f417d0c2439e53854d37fee8507296386d1a828484af93e833f6c08413fd2571c03477e97386
 SHA512 
61cc39fa3d2b0a0ab3c5d17579865e6aea76dd9513a4b3c45975a2d5c05f2b4ba952b97eef547131a014763c7f692a08df29bc2ebf7e4ac7e2616e6a7822ddb9
-DIST wine-2.19.tar.xz 19549464 BLAKE2B 
86d130cc43d7d674d2f478365952962b2792fd585b8d074564108bc7e9f4f7690337e4758b9a24e54fe8fd60187d3a96496a5ffc454ba674b02ecdde68efd3bb
 SHA512 
83558231bdc592b1f69cfedf6c689063df7bd9fecdfafba6fb7f6a2c7fa7783973efb85a6a49305afc18b1aa268209ee5b9c0655756e05d7550468698dfa51ae
 DIST wine-2.20.tar.xz 19597556 BLAKE2B 
80a9886fa77e5788b143521288f7d83c92754610c9426e58c759d2c33767bd23f7d2a44a17ceeec0bfe9065264393e0aa1087a0827ea7d438ffd938ba2eb2fb5
 SHA512 
d8d374d1e690ce9d3964fc81054fb7f4cd56cbae6bc44ebbf80b7dc7f04524baa2bd831e0be8f00de4cb0e14c1cb71780d424f5dcb9851fcaed9fb22f5ce5d23
 DIST wine-2.21.tar.xz 19620888 BLAKE2B 
26d19c5805db58b53530b80eda3ab229f7961542d398cb0e74155e5341de8b484d301c263653ae50e953588538f6782a9b2200b822ba66f091e65d259e07db8e
 SHA512 
4e33c463debe637827ed65f1118e692832bb5374491f706f9d251b8a2956e20d2df5d90ceba218b9bc9e946de91b8ba1d96b460453f59cdd9d82f070d07e0c43
 DIST wine-2.22.tar.xz 19635032 BLAKE2B 
30534fb37ee0fe7b9f20309797240e461f14bc09ef1927e2c03e16cb136b83031ff186d29cc1092600ac53ede9533d0ddad6d4312e501e97201b0c632fedaae5
 SHA512 
14ecc25c3012c4eb9b1d3207372d0a4187f62593f986caca3196811b8aac0a7b898ae9acd94c707e0d63b6702019cf5051a964ada606b1ff8fb034bb353116bb

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.18-r2.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.18-r2.ebuild
deleted file mode 100644
index d2d94ecc28a..000
--- a/app-emulation/wine-vanilla/wine-vanilla-2.18-r2.ebuild
+++ /dev/null
@@ -1,543 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv 
te th tr uk wa zh_CN zh_TW"
-PLOCALE_BACKUP="en"
-
-inherit autotools eutils flag-o-matic gnome2-utils l10n multilib 
multilib-minimal pax-utils toolchain-funcs virtualx versionator xdg-utils
-
-MY_PN="${PN%%-*}"
-MY_P="${MY_PN}-${PV}"
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
-   EGIT_BRANCH="master"
-   inherit git-r3
-   SRC_URI=""
-   #KEYWORDS=""
-else
-   MAJOR_V=$(get_version_component_range 1)
-   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz;
-   KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
-fi
-S="${WORKDIR}/${MY_P}"
-
-GWP_V="20180119"
-PATCHDIR="${WORKDIR}/gentoo-wine-patches"
-
-DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
-HOMEPAGE="https://www.winehq.org/;
-SRC_URI="${SRC_U

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

2018-01-20 Thread NP Hardass
commit: 8eafbc5324c45b043352b3d662083e658fdc9158
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Jan 20 07:50:07 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Sat Jan 20 08:00:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eafbc53

app-emulation/wine-d3d9: Sync from ::wine

Add 2.20, 2.21
Fix manpage generation

Closes: https://bugs.gentoo.org/617864
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-d3d9/Manifest   |  6 +++-
 app-emulation/wine-d3d9/wine-d3d9-2.0-r1.ebuild| 38 ++--
 app-emulation/wine-d3d9/wine-d3d9-2.17-r1.ebuild   | 38 ++--
 app-emulation/wine-d3d9/wine-d3d9-2.18.ebuild  | 38 ++--
 app-emulation/wine-d3d9/wine-d3d9-2.19.ebuild  | 38 ++--
 ...wine-d3d9-2.19.ebuild => wine-d3d9-2.20.ebuild} | 42 --
 ...wine-d3d9-2.19.ebuild => wine-d3d9-2.21.ebuild} | 42 --
 app-emulation/wine-d3d9/wine-d3d9-.ebuild  | 42 --
 8 files changed, 210 insertions(+), 74 deletions(-)

diff --git a/app-emulation/wine-d3d9/Manifest b/app-emulation/wine-d3d9/Manifest
index cb7d8c71e6f..b3cf970fc56 100644
--- a/app-emulation/wine-d3d9/Manifest
+++ b/app-emulation/wine-d3d9/Manifest
@@ -1,9 +1,13 @@
-DIST gentoo-wine-patches-20170830.tar.xz 58456 BLAKE2B 
86445a6d91d9981d069ff2fb3b64a47e166c76b4721ef877c74cd60e359ee5bdbe36ebf37cf796a18e9cf42dbc69ce1496777144fc28b072f47c965173bf48b4
 SHA512 
5e5159e3252b246bba0ef7fdba345db3ab1071c5b8b8b625f98eda18779d4024c5b76bdbf49ce7bd5c6b01b422807adf76820beddb2b4a6ee9e67d13052cc575
+DIST gentoo-wine-patches-20180119.tar.xz 58688 BLAKE2B 
e7d44906f3c81c69fd3016ac6a7e2b8e68cc82762cc0a6b469e572d9b2edfd04ce9353e151c07dac11f82b1d108517fc86862d724e83ee8c4e938d64f3f9b934
 SHA512 
3e605bf613dca333e501b5578d9c92a42d351a23f8d7d9d6a545a7dc043dcc4c7f52918e6ad46db63a6f00f3ace4b77055f8343176afb976e6a04590dcee64b7
 DIST wine-2.0.tar.bz2 23662707 BLAKE2B 
1d485c1359ce8a0395a9f6378c1f8be33ea2836b80390d1eb1095057a0acedd21708daab16e1851a315391b9f9b0a360879b9d98c73bcc8371c5023e9a8037f5
 SHA512 
b0a57ba8202d9fc396e5bfb7a7718d6bababbed8f3351e7fdc36afa37f35a871e04903757618f73427aeb71a52b2d323977d79e48f8b38d636f23fd404441186
 DIST wine-2.17.tar.xz 19505528 BLAKE2B 
5b4b0c708fb4c5bb7367ad87fd4438b75fbe84fa4fb0f4514aa816de771f91f38dc76da80410fa25711b060c26d95127c49d2ce0db613e3560a04d7bf2bff4f7
 SHA512 
cb10c876e689aa601c68673aab32c0514dd174692a01bdb3afc78d5e6079b0e77f48783af2f54245f397c762da3b4e5f2c1d39d2ce7fdb3b117d338b95c24810
 DIST wine-2.18.tar.xz 19546360 BLAKE2B 
711b1396160b325a3021f066cc80eda0e2eb69c46ab671c6a4d1f417d0c2439e53854d37fee8507296386d1a828484af93e833f6c08413fd2571c03477e97386
 SHA512 
61cc39fa3d2b0a0ab3c5d17579865e6aea76dd9513a4b3c45975a2d5c05f2b4ba952b97eef547131a014763c7f692a08df29bc2ebf7e4ac7e2616e6a7822ddb9
 DIST wine-2.19.tar.xz 19549464 BLAKE2B 
86d130cc43d7d674d2f478365952962b2792fd585b8d074564108bc7e9f4f7690337e4758b9a24e54fe8fd60187d3a96496a5ffc454ba674b02ecdde68efd3bb
 SHA512 
83558231bdc592b1f69cfedf6c689063df7bd9fecdfafba6fb7f6a2c7fa7783973efb85a6a49305afc18b1aa268209ee5b9c0655756e05d7550468698dfa51ae
+DIST wine-2.20.tar.xz 19597556 BLAKE2B 
80a9886fa77e5788b143521288f7d83c92754610c9426e58c759d2c33767bd23f7d2a44a17ceeec0bfe9065264393e0aa1087a0827ea7d438ffd938ba2eb2fb5
 SHA512 
d8d374d1e690ce9d3964fc81054fb7f4cd56cbae6bc44ebbf80b7dc7f04524baa2bd831e0be8f00de4cb0e14c1cb71780d424f5dcb9851fcaed9fb22f5ce5d23
+DIST wine-2.21.tar.xz 19620888 BLAKE2B 
26d19c5805db58b53530b80eda3ab229f7961542d398cb0e74155e5341de8b484d301c263653ae50e953588538f6782a9b2200b822ba66f091e65d259e07db8e
 SHA512 
4e33c463debe637827ed65f1118e692832bb5374491f706f9d251b8a2956e20d2df5d90ceba218b9bc9e946de91b8ba1d96b460453f59cdd9d82f070d07e0c43
 DIST wine-d3d9-2.0.tar.gz 48373 BLAKE2B 
80370a7519141030a7e54c2ea5db410b2bf1cde8d8389618487c52e4ff40f87cf7b0f9087331bb43fa6436e1b9936de9cc00a02b9ab9ce6528635a245e6a8b3f
 SHA512 
a9e2d1c9f2784128e4c53a8dc923070a5057b5ff3d83c2b536a2d2df0bc8433ac92b8ab1c3cdf34158c0e7bfe497ddb5974605fbc1736a92307639d59450c7a1
 DIST wine-d3d9-2.17.tar.gz 48722 BLAKE2B 
fa226943210349feb1b906233010fe874b28caf385fca6749a84903c5eba2ed7303a6a7b0e2a15dfe20af399ec9d755ad7ed71c18248018d3968c1e1bcc44951
 SHA512 
530d44a968a68e06449da2286b8c9740a80b681ff610f6ddc87e6fb569e6c29181341266a04238965a7bfc209e20c1521847b70daa8d3532c2a269db0d200154
 DIST wine-d3d9-2.18.tar.gz 48722 BLAKE2B 
47bfd1514cf135b84be7b2a9843e3125acae6f7f817443730498739290503921f998455e1e093ad15c4ac68e020af447add9dfdc4385cbc9bf7af6f3143583f5
 SHA512 
0e66c51e1957b27ccb9f326b0aaf2b0d09b7bbc9d03e1d321aa1789d2560b8e60fd83c4e86999d96a03aa73a37c96f34d93245763969a314150900741aa03933
 DIST wine-d3d9-2.19.tar.gz 48818 BLAKE2B 
b053ee0ad798a7d8ad53b3daff1757caaa52f095435f2fb89893c7313d490a2359217a5638529e918a1446f13533a746836c1c22218cba875a1420816618

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

2018-01-20 Thread NP Hardass
commit: 2496cdcd34c9662673001cc6d79a3de01b13d6e5
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Jan 20 07:52:59 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Sat Jan 20 08:00:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2496cdcd

app-emulation/wine-any: Sync from ::wine

Add 2.20, 2.21
Fix manpage generation

Closes: https://bugs.gentoo.org/617864
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-any/Manifest|  8 -
 app-emulation/wine-any/wine-any-2.0-r1.ebuild  | 38 ++--
 app-emulation/wine-any/wine-any-2.17-r1.ebuild | 38 ++--
 app-emulation/wine-any/wine-any-2.18.ebuild| 38 ++--
 app-emulation/wine-any/wine-any-2.19.ebuild| 38 ++--
 .../{wine-any-2.19.ebuild => wine-any-2.20.ebuild} | 42 --
 .../{wine-any-2.19.ebuild => wine-any-2.21.ebuild} | 42 --
 app-emulation/wine-any/wine-any-.ebuild| 42 --
 8 files changed, 212 insertions(+), 74 deletions(-)

diff --git a/app-emulation/wine-any/Manifest b/app-emulation/wine-any/Manifest
index af2d1ec99bc..678047a2f68 100644
--- a/app-emulation/wine-any/Manifest
+++ b/app-emulation/wine-any/Manifest
@@ -1,13 +1,19 @@
-DIST gentoo-wine-patches-20170830.tar.xz 58456 BLAKE2B 
86445a6d91d9981d069ff2fb3b64a47e166c76b4721ef877c74cd60e359ee5bdbe36ebf37cf796a18e9cf42dbc69ce1496777144fc28b072f47c965173bf48b4
 SHA512 
5e5159e3252b246bba0ef7fdba345db3ab1071c5b8b8b625f98eda18779d4024c5b76bdbf49ce7bd5c6b01b422807adf76820beddb2b4a6ee9e67d13052cc575
+DIST gentoo-wine-patches-20180119.tar.xz 58688 BLAKE2B 
e7d44906f3c81c69fd3016ac6a7e2b8e68cc82762cc0a6b469e572d9b2edfd04ce9353e151c07dac11f82b1d108517fc86862d724e83ee8c4e938d64f3f9b934
 SHA512 
3e605bf613dca333e501b5578d9c92a42d351a23f8d7d9d6a545a7dc043dcc4c7f52918e6ad46db63a6f00f3ace4b77055f8343176afb976e6a04590dcee64b7
 DIST wine-2.0.tar.bz2 23662707 BLAKE2B 
1d485c1359ce8a0395a9f6378c1f8be33ea2836b80390d1eb1095057a0acedd21708daab16e1851a315391b9f9b0a360879b9d98c73bcc8371c5023e9a8037f5
 SHA512 
b0a57ba8202d9fc396e5bfb7a7718d6bababbed8f3351e7fdc36afa37f35a871e04903757618f73427aeb71a52b2d323977d79e48f8b38d636f23fd404441186
 DIST wine-2.17.tar.xz 19505528 BLAKE2B 
5b4b0c708fb4c5bb7367ad87fd4438b75fbe84fa4fb0f4514aa816de771f91f38dc76da80410fa25711b060c26d95127c49d2ce0db613e3560a04d7bf2bff4f7
 SHA512 
cb10c876e689aa601c68673aab32c0514dd174692a01bdb3afc78d5e6079b0e77f48783af2f54245f397c762da3b4e5f2c1d39d2ce7fdb3b117d338b95c24810
 DIST wine-2.18.tar.xz 19546360 BLAKE2B 
711b1396160b325a3021f066cc80eda0e2eb69c46ab671c6a4d1f417d0c2439e53854d37fee8507296386d1a828484af93e833f6c08413fd2571c03477e97386
 SHA512 
61cc39fa3d2b0a0ab3c5d17579865e6aea76dd9513a4b3c45975a2d5c05f2b4ba952b97eef547131a014763c7f692a08df29bc2ebf7e4ac7e2616e6a7822ddb9
 DIST wine-2.19.tar.xz 19549464 BLAKE2B 
86d130cc43d7d674d2f478365952962b2792fd585b8d074564108bc7e9f4f7690337e4758b9a24e54fe8fd60187d3a96496a5ffc454ba674b02ecdde68efd3bb
 SHA512 
83558231bdc592b1f69cfedf6c689063df7bd9fecdfafba6fb7f6a2c7fa7783973efb85a6a49305afc18b1aa268209ee5b9c0655756e05d7550468698dfa51ae
+DIST wine-2.20.tar.xz 19597556 BLAKE2B 
80a9886fa77e5788b143521288f7d83c92754610c9426e58c759d2c33767bd23f7d2a44a17ceeec0bfe9065264393e0aa1087a0827ea7d438ffd938ba2eb2fb5
 SHA512 
d8d374d1e690ce9d3964fc81054fb7f4cd56cbae6bc44ebbf80b7dc7f04524baa2bd831e0be8f00de4cb0e14c1cb71780d424f5dcb9851fcaed9fb22f5ce5d23
+DIST wine-2.21.tar.xz 19620888 BLAKE2B 
26d19c5805db58b53530b80eda3ab229f7961542d398cb0e74155e5341de8b484d301c263653ae50e953588538f6782a9b2200b822ba66f091e65d259e07db8e
 SHA512 
4e33c463debe637827ed65f1118e692832bb5374491f706f9d251b8a2956e20d2df5d90ceba218b9bc9e946de91b8ba1d96b460453f59cdd9d82f070d07e0c43
 DIST wine-d3d9-2.0.tar.gz 48373 BLAKE2B 
80370a7519141030a7e54c2ea5db410b2bf1cde8d8389618487c52e4ff40f87cf7b0f9087331bb43fa6436e1b9936de9cc00a02b9ab9ce6528635a245e6a8b3f
 SHA512 
a9e2d1c9f2784128e4c53a8dc923070a5057b5ff3d83c2b536a2d2df0bc8433ac92b8ab1c3cdf34158c0e7bfe497ddb5974605fbc1736a92307639d59450c7a1
 DIST wine-d3d9-2.17.tar.gz 48722 BLAKE2B 
fa226943210349feb1b906233010fe874b28caf385fca6749a84903c5eba2ed7303a6a7b0e2a15dfe20af399ec9d755ad7ed71c18248018d3968c1e1bcc44951
 SHA512 
530d44a968a68e06449da2286b8c9740a80b681ff610f6ddc87e6fb569e6c29181341266a04238965a7bfc209e20c1521847b70daa8d3532c2a269db0d200154
 DIST wine-d3d9-2.18.tar.gz 48722 BLAKE2B 
47bfd1514cf135b84be7b2a9843e3125acae6f7f817443730498739290503921f998455e1e093ad15c4ac68e020af447add9dfdc4385cbc9bf7af6f3143583f5
 SHA512 
0e66c51e1957b27ccb9f326b0aaf2b0d09b7bbc9d03e1d321aa1789d2560b8e60fd83c4e86999d96a03aa73a37c96f34d93245763969a314150900741aa03933
 DIST wine-d3d9-2.19.tar.gz 48818 BLAKE2B 
b053ee0ad798a7d8ad53b3daff1757caaa52f095435f2fb89893c7313d490a2359217a5638529e918a1446f13533a746836c1c22218cba875a1420816618

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

2018-01-20 Thread NP Hardass
commit: bd36424f617fe2e10fdaa6c7b24b1ba138489c7c
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Jan 20 07:21:27 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Sat Jan 20 08:00:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd36424f

app-emulation/wine-vanilla: Sync from ::wine

Add 2.0.4, 2.21, 2.22. 3.0
Fix manpage generation

Closes: https://bugs.gentoo.org/617864
Closes: https://bugs.gentoo.org/643962
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-vanilla/Manifest|  6 +++-
 .../wine-vanilla/wine-vanilla-2.0-r1.ebuild| 38 ++--
 .../wine-vanilla/wine-vanilla-2.0.1-r1.ebuild  | 38 ++--
 .../wine-vanilla/wine-vanilla-2.0.2-r1.ebuild  | 38 ++--
 .../wine-vanilla/wine-vanilla-2.0.3.ebuild | 38 ++--
 ...illa-2.0.3.ebuild => wine-vanilla-2.0.4.ebuild} | 40 --
 .../wine-vanilla/wine-vanilla-2.18-r2.ebuild   | 38 ++--
 .../wine-vanilla/wine-vanilla-2.19-r1.ebuild   | 38 ++--
 .../wine-vanilla/wine-vanilla-2.20.ebuild  | 38 ++--
 ...anilla-.ebuild => wine-vanilla-2.21.ebuild} | 38 ++--
 ...anilla-.ebuild => wine-vanilla-2.22.ebuild} | 38 ++--
 ...vanilla-.ebuild => wine-vanilla-3.0.ebuild} | 40 --
 .../wine-vanilla/wine-vanilla-.ebuild  | 38 ++--
 13 files changed, 343 insertions(+), 123 deletions(-)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index bd97bedd8f0..52a22896087 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -1,8 +1,12 @@
-DIST gentoo-wine-patches-20170830.tar.xz 58456 BLAKE2B 
86445a6d91d9981d069ff2fb3b64a47e166c76b4721ef877c74cd60e359ee5bdbe36ebf37cf796a18e9cf42dbc69ce1496777144fc28b072f47c965173bf48b4
 SHA512 
5e5159e3252b246bba0ef7fdba345db3ab1071c5b8b8b625f98eda18779d4024c5b76bdbf49ce7bd5c6b01b422807adf76820beddb2b4a6ee9e67d13052cc575
+DIST gentoo-wine-patches-20180119.tar.xz 58688 BLAKE2B 
e7d44906f3c81c69fd3016ac6a7e2b8e68cc82762cc0a6b469e572d9b2edfd04ce9353e151c07dac11f82b1d108517fc86862d724e83ee8c4e938d64f3f9b934
 SHA512 
3e605bf613dca333e501b5578d9c92a42d351a23f8d7d9d6a545a7dc043dcc4c7f52918e6ad46db63a6f00f3ace4b77055f8343176afb976e6a04590dcee64b7
 DIST wine-2.0.1.tar.xz 18845444 BLAKE2B 
82e692c9a216087ea3b51cba659b12a79b25b44aac2ab572b9cf6d12c29b8fa5cee3c4bb9f8e9dca526ded2c6ba1f77d2c948b783914427ec2b93409e64ccaec
 SHA512 
b32d07443655898768383b7409c21093b60c028fef166a596dad5dfab5a329b9fce4552e612c6d182e4f67eb1f28ed497fe2ed6af55dd3e96a124547722d
 DIST wine-2.0.2.tar.xz 18854952 BLAKE2B 
ae55b6a31e4d36b367a84e0e5fa7bea8c39a61ecfe7def4082747df4c55d0ee5c72e132bc77b49935fee8d0faf7f4d2cddfda0c712b6042b440dda1946e682b6
 SHA512 
3f37080a951819304cd3475f6012f1d6b5a94879b137cdf816cac4c8fde68ddc777905e92277ec5dce96437d8c32c43d55d3750b582781a9f9774b118f1a5b90
 DIST wine-2.0.3.tar.xz 18864648 BLAKE2B 
0503a11e7545d5af805bfc3c2f614b6e35e39b7b532ee45dd9947e1a9a53eb788a304e744c683e42bf84f0e67e2c046ea5f839b6bbad1cf73b9996eaae5c30c1
 SHA512 
e20dbcb3a48ecb3526eba075d4baebab2529dfc50b7a6d5e18294704470f61db386013f457118c270274b911f9643d203110f46558d23e84e6a6c2d78e237dbb
+DIST wine-2.0.4.tar.xz 18898148 BLAKE2B 
a21c920e1cf15e064bc6b37067a11a5568f8d1906783c200236456b73947bbd24212208ab1bcc2ca526ed40d8b2e80a2dc5d95db1a8d356a484213afb6897f59
 SHA512 
8fccb93e5ebe482ed81e948e3b7f87d4fe5b1f838a10f9cdcafa9561de4ef54b7d5acdc292bf28ad3aaf44be34c5ad8452ebbfc39f49f95fcbe9f9d0fcfc862c
 DIST wine-2.0.tar.bz2 23662707 BLAKE2B 
1d485c1359ce8a0395a9f6378c1f8be33ea2836b80390d1eb1095057a0acedd21708daab16e1851a315391b9f9b0a360879b9d98c73bcc8371c5023e9a8037f5
 SHA512 
b0a57ba8202d9fc396e5bfb7a7718d6bababbed8f3351e7fdc36afa37f35a871e04903757618f73427aeb71a52b2d323977d79e48f8b38d636f23fd404441186
 DIST wine-2.18.tar.xz 19546360 BLAKE2B 
711b1396160b325a3021f066cc80eda0e2eb69c46ab671c6a4d1f417d0c2439e53854d37fee8507296386d1a828484af93e833f6c08413fd2571c03477e97386
 SHA512 
61cc39fa3d2b0a0ab3c5d17579865e6aea76dd9513a4b3c45975a2d5c05f2b4ba952b97eef547131a014763c7f692a08df29bc2ebf7e4ac7e2616e6a7822ddb9
 DIST wine-2.19.tar.xz 19549464 BLAKE2B 
86d130cc43d7d674d2f478365952962b2792fd585b8d074564108bc7e9f4f7690337e4758b9a24e54fe8fd60187d3a96496a5ffc454ba674b02ecdde68efd3bb
 SHA512 
83558231bdc592b1f69cfedf6c689063df7bd9fecdfafba6fb7f6a2c7fa7783973efb85a6a49305afc18b1aa268209ee5b9c0655756e05d7550468698dfa51ae
 DIST wine-2.20.tar.xz 19597556 BLAKE2B 
80a9886fa77e5788b143521288f7d83c92754610c9426e58c759d2c33767bd23f7d2a44a17ceeec0bfe9065264393e0aa1087a0827ea7d438ffd938ba2eb2fb5
 SHA512 
d8d374d1e690ce9d3964fc81054fb7f4cd56cbae6bc44ebbf80b7dc7f04524baa2bd831e0be8f00de4cb0e14c1cb71780d424f5dcb9851fcaed9fb22f5ce5d23
+DIST wine-2.21.tar.x

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

2018-01-20 Thread NP Hardass
commit: 7fdcc81d57f46d4db9bc11f47a70e8bfada45509
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Jan 20 07:46:25 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Sat Jan 20 08:00:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fdcc81d

app-emulation/wine-staging: Drop old

Older versions may be found in ::wine

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-staging/Manifest|   4 -
 .../wine-staging/wine-staging-2.17-r1.ebuild   | 627 -
 .../wine-staging/wine-staging-2.18.ebuild  | 623 
 3 files changed, 1254 deletions(-)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index 90029054572..9956a41d65b 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -1,13 +1,9 @@
 DIST gentoo-wine-patches-20180119.tar.xz 58688 BLAKE2B 
e7d44906f3c81c69fd3016ac6a7e2b8e68cc82762cc0a6b469e572d9b2edfd04ce9353e151c07dac11f82b1d108517fc86862d724e83ee8c4e938d64f3f9b934
 SHA512 
3e605bf613dca333e501b5578d9c92a42d351a23f8d7d9d6a545a7dc043dcc4c7f52918e6ad46db63a6f00f3ace4b77055f8343176afb976e6a04590dcee64b7
 DIST wine-2.0.tar.bz2 23662707 BLAKE2B 
1d485c1359ce8a0395a9f6378c1f8be33ea2836b80390d1eb1095057a0acedd21708daab16e1851a315391b9f9b0a360879b9d98c73bcc8371c5023e9a8037f5
 SHA512 
b0a57ba8202d9fc396e5bfb7a7718d6bababbed8f3351e7fdc36afa37f35a871e04903757618f73427aeb71a52b2d323977d79e48f8b38d636f23fd404441186
-DIST wine-2.17.tar.xz 19505528 BLAKE2B 
5b4b0c708fb4c5bb7367ad87fd4438b75fbe84fa4fb0f4514aa816de771f91f38dc76da80410fa25711b060c26d95127c49d2ce0db613e3560a04d7bf2bff4f7
 SHA512 
cb10c876e689aa601c68673aab32c0514dd174692a01bdb3afc78d5e6079b0e77f48783af2f54245f397c762da3b4e5f2c1d39d2ce7fdb3b117d338b95c24810
-DIST wine-2.18.tar.xz 19546360 BLAKE2B 
711b1396160b325a3021f066cc80eda0e2eb69c46ab671c6a4d1f417d0c2439e53854d37fee8507296386d1a828484af93e833f6c08413fd2571c03477e97386
 SHA512 
61cc39fa3d2b0a0ab3c5d17579865e6aea76dd9513a4b3c45975a2d5c05f2b4ba952b97eef547131a014763c7f692a08df29bc2ebf7e4ac7e2616e6a7822ddb9
 DIST wine-2.19.tar.xz 19549464 BLAKE2B 
86d130cc43d7d674d2f478365952962b2792fd585b8d074564108bc7e9f4f7690337e4758b9a24e54fe8fd60187d3a96496a5ffc454ba674b02ecdde68efd3bb
 SHA512 
83558231bdc592b1f69cfedf6c689063df7bd9fecdfafba6fb7f6a2c7fa7783973efb85a6a49305afc18b1aa268209ee5b9c0655756e05d7550468698dfa51ae
 DIST wine-2.20.tar.xz 19597556 BLAKE2B 
80a9886fa77e5788b143521288f7d83c92754610c9426e58c759d2c33767bd23f7d2a44a17ceeec0bfe9065264393e0aa1087a0827ea7d438ffd938ba2eb2fb5
 SHA512 
d8d374d1e690ce9d3964fc81054fb7f4cd56cbae6bc44ebbf80b7dc7f04524baa2bd831e0be8f00de4cb0e14c1cb71780d424f5dcb9851fcaed9fb22f5ce5d23
 DIST wine-2.21.tar.xz 19620888 BLAKE2B 
26d19c5805db58b53530b80eda3ab229f7961542d398cb0e74155e5341de8b484d301c263653ae50e953588538f6782a9b2200b822ba66f091e65d259e07db8e
 SHA512 
4e33c463debe637827ed65f1118e692832bb5374491f706f9d251b8a2956e20d2df5d90ceba218b9bc9e946de91b8ba1d96b460453f59cdd9d82f070d07e0c43
 DIST wine-staging-2.0.tar.gz 10182575 BLAKE2B 
1de645f66fa3e5e0d8ceddf5439fd246510470f63d6331c7029abed7192180b7b8430e43a2e732a30a5fbe0c73ba39b7fafcfc08830c68e679dff90576c3a960
 SHA512 
51412299259d6e92c8993543d5fdb3239ebe31e0d1d715e0a9e8ce94b3139c0567b08ff1600d41be94f12427cbfccc2f6b6b2ed030535445c95618aaf6578580
-DIST wine-staging-2.17.tar.gz 10211107 BLAKE2B 
7f791811f2c1f6e70aaa80841b49d8e6af90eae8ecd3b48fced5b7a14d069e90d8a6c23ac1c588254171695c04033e7d18a6dd373b94614fe044cd696664c532
 SHA512 
b652f6a852a1382c1b8275e172b7ac7608749c34aef5c0c5387cf262bf0da8db67a77ce397d49e53f3e2a8f210a3dbea1a9b3f3feb15c7d5bad8952b6fb7b53c
-DIST wine-staging-2.18.tar.gz 10243957 BLAKE2B 
9592fd26564df981353c686bcaf1bd32028d04e4ae97cc412739abf05c845d43135ad6c3ee27ba14d8eda6e657c5c5fee96d4e76a546d4b6e6e905e5505b4898
 SHA512 
fe18b53d4160596d134ceed392f6459e9c183381f4712add43d8422e77d7d5d89ff34a3bb3afbd7740f250d85dfda0f3501e9600a41270790ae02138ed6d7dc7
 DIST wine-staging-2.19.tar.gz 10241240 BLAKE2B 
e661e3272328988e9a1aacc22fc02f0773804b58777f208c79c6af866032f31b6140a52e2aa5af954e52437db234712863d1369e960e98e2c212d1efc7f6344f
 SHA512 
90916cb096bbfec35514eff4c1b6e2090b6e68e3e7af1164715f5abb1d255c5cfd6411f53c27cb277adcf0982fa6d6e508a7cdbc1404dcca6c2700b05c2c5483
 DIST wine-staging-2.20.tar.gz 10240761 BLAKE2B 
2a212e59c606f4c53e711b0f975a9527cbb930423061eeeb962c3bba7232890f3f4853e1aa98cba11bcb9c9ba6a37c915ef8df7f4f3d3243da96f625e6d45a57
 SHA512 
16f55130291ca70487a74d01cee9057f95f3eae3e049d30fb2a9aeb8e425b2020289fb805fdbae860708be0615a86da0502c06ff32cc21536d040088cc13605f
 DIST wine-staging-2.21.tar.gz 10229454 BLAKE2B 
a971b9b96e1e57f658b492e3dd5d6daf5410b6bb6a7df9432d14b48e6ca4b21a4ab62ee362addf370ea5940e4f7a6af05ec6c026124cb9e9b6cc790f7fc8e204
 SHA512 
701c6352c8bc5745b8078947bcc3b6209e4e6c387905395cc81d42276402243522d7fa543bb34293c74786adcde9a3c50a2cf4cd57e05e0f4c68991a49a00b41

diff --git a/app-emulatio

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

2018-01-20 Thread NP Hardass
commit: ca595479851d10b9904069440e5002bb3ee1703f
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Jan 20 07:44:23 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Sat Jan 20 08:00:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca595479

app-emulation/wine-staging: Sync from ::wine

Add 2.20, 2.21
Fix manpage generation

Closes: https://bugs.gentoo.org/617864
Closes: https://bugs.gentoo.org/643580
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-staging/Manifest|  6 +++-
 .../wine-staging/wine-staging-2.0-r1.ebuild| 38 ++--
 .../wine-staging/wine-staging-2.17-r1.ebuild   | 38 ++--
 .../wine-staging/wine-staging-2.18.ebuild  | 38 ++--
 .../wine-staging/wine-staging-2.19.ebuild  | 38 ++--
 ...taging-2.19.ebuild => wine-staging-2.20.ebuild} | 42 --
 ...taging-2.19.ebuild => wine-staging-2.21.ebuild} | 42 --
 .../wine-staging/wine-staging-.ebuild  | 42 --
 8 files changed, 210 insertions(+), 74 deletions(-)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index 8f9766896f0..90029054572 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -1,9 +1,13 @@
-DIST gentoo-wine-patches-20170830.tar.xz 58456 BLAKE2B 
86445a6d91d9981d069ff2fb3b64a47e166c76b4721ef877c74cd60e359ee5bdbe36ebf37cf796a18e9cf42dbc69ce1496777144fc28b072f47c965173bf48b4
 SHA512 
5e5159e3252b246bba0ef7fdba345db3ab1071c5b8b8b625f98eda18779d4024c5b76bdbf49ce7bd5c6b01b422807adf76820beddb2b4a6ee9e67d13052cc575
+DIST gentoo-wine-patches-20180119.tar.xz 58688 BLAKE2B 
e7d44906f3c81c69fd3016ac6a7e2b8e68cc82762cc0a6b469e572d9b2edfd04ce9353e151c07dac11f82b1d108517fc86862d724e83ee8c4e938d64f3f9b934
 SHA512 
3e605bf613dca333e501b5578d9c92a42d351a23f8d7d9d6a545a7dc043dcc4c7f52918e6ad46db63a6f00f3ace4b77055f8343176afb976e6a04590dcee64b7
 DIST wine-2.0.tar.bz2 23662707 BLAKE2B 
1d485c1359ce8a0395a9f6378c1f8be33ea2836b80390d1eb1095057a0acedd21708daab16e1851a315391b9f9b0a360879b9d98c73bcc8371c5023e9a8037f5
 SHA512 
b0a57ba8202d9fc396e5bfb7a7718d6bababbed8f3351e7fdc36afa37f35a871e04903757618f73427aeb71a52b2d323977d79e48f8b38d636f23fd404441186
 DIST wine-2.17.tar.xz 19505528 BLAKE2B 
5b4b0c708fb4c5bb7367ad87fd4438b75fbe84fa4fb0f4514aa816de771f91f38dc76da80410fa25711b060c26d95127c49d2ce0db613e3560a04d7bf2bff4f7
 SHA512 
cb10c876e689aa601c68673aab32c0514dd174692a01bdb3afc78d5e6079b0e77f48783af2f54245f397c762da3b4e5f2c1d39d2ce7fdb3b117d338b95c24810
 DIST wine-2.18.tar.xz 19546360 BLAKE2B 
711b1396160b325a3021f066cc80eda0e2eb69c46ab671c6a4d1f417d0c2439e53854d37fee8507296386d1a828484af93e833f6c08413fd2571c03477e97386
 SHA512 
61cc39fa3d2b0a0ab3c5d17579865e6aea76dd9513a4b3c45975a2d5c05f2b4ba952b97eef547131a014763c7f692a08df29bc2ebf7e4ac7e2616e6a7822ddb9
 DIST wine-2.19.tar.xz 19549464 BLAKE2B 
86d130cc43d7d674d2f478365952962b2792fd585b8d074564108bc7e9f4f7690337e4758b9a24e54fe8fd60187d3a96496a5ffc454ba674b02ecdde68efd3bb
 SHA512 
83558231bdc592b1f69cfedf6c689063df7bd9fecdfafba6fb7f6a2c7fa7783973efb85a6a49305afc18b1aa268209ee5b9c0655756e05d7550468698dfa51ae
+DIST wine-2.20.tar.xz 19597556 BLAKE2B 
80a9886fa77e5788b143521288f7d83c92754610c9426e58c759d2c33767bd23f7d2a44a17ceeec0bfe9065264393e0aa1087a0827ea7d438ffd938ba2eb2fb5
 SHA512 
d8d374d1e690ce9d3964fc81054fb7f4cd56cbae6bc44ebbf80b7dc7f04524baa2bd831e0be8f00de4cb0e14c1cb71780d424f5dcb9851fcaed9fb22f5ce5d23
+DIST wine-2.21.tar.xz 19620888 BLAKE2B 
26d19c5805db58b53530b80eda3ab229f7961542d398cb0e74155e5341de8b484d301c263653ae50e953588538f6782a9b2200b822ba66f091e65d259e07db8e
 SHA512 
4e33c463debe637827ed65f1118e692832bb5374491f706f9d251b8a2956e20d2df5d90ceba218b9bc9e946de91b8ba1d96b460453f59cdd9d82f070d07e0c43
 DIST wine-staging-2.0.tar.gz 10182575 BLAKE2B 
1de645f66fa3e5e0d8ceddf5439fd246510470f63d6331c7029abed7192180b7b8430e43a2e732a30a5fbe0c73ba39b7fafcfc08830c68e679dff90576c3a960
 SHA512 
51412299259d6e92c8993543d5fdb3239ebe31e0d1d715e0a9e8ce94b3139c0567b08ff1600d41be94f12427cbfccc2f6b6b2ed030535445c95618aaf6578580
 DIST wine-staging-2.17.tar.gz 10211107 BLAKE2B 
7f791811f2c1f6e70aaa80841b49d8e6af90eae8ecd3b48fced5b7a14d069e90d8a6c23ac1c588254171695c04033e7d18a6dd373b94614fe044cd696664c532
 SHA512 
b652f6a852a1382c1b8275e172b7ac7608749c34aef5c0c5387cf262bf0da8db67a77ce397d49e53f3e2a8f210a3dbea1a9b3f3feb15c7d5bad8952b6fb7b53c
 DIST wine-staging-2.18.tar.gz 10243957 BLAKE2B 
9592fd26564df981353c686bcaf1bd32028d04e4ae97cc412739abf05c845d43135ad6c3ee27ba14d8eda6e657c5c5fee96d4e76a546d4b6e6e905e5505b4898
 SHA512 
fe18b53d4160596d134ceed392f6459e9c183381f4712add43d8422e77d7d5d89ff34a3bb3afbd7740f250d85dfda0f3501e9600a41270790ae02138ed6d7dc7
 DIST wine-staging-2.19.tar.gz 1024

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

2018-01-20 Thread NP Hardass
commit: ce0b831fbff25b3508a618c843252d78bc10535d
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Jan 20 07:51:29 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Sat Jan 20 08:00:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0b831f

app-emulation/wine-d3d9: Drop old

Older versions may be found in ::wine

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-d3d9/Manifest |   4 -
 app-emulation/wine-d3d9/wine-d3d9-2.17-r1.ebuild | 590 ---
 app-emulation/wine-d3d9/wine-d3d9-2.18.ebuild| 586 --
 3 files changed, 1180 deletions(-)

diff --git a/app-emulation/wine-d3d9/Manifest b/app-emulation/wine-d3d9/Manifest
index b3cf970fc56..1fad89c597d 100644
--- a/app-emulation/wine-d3d9/Manifest
+++ b/app-emulation/wine-d3d9/Manifest
@@ -1,13 +1,9 @@
 DIST gentoo-wine-patches-20180119.tar.xz 58688 BLAKE2B 
e7d44906f3c81c69fd3016ac6a7e2b8e68cc82762cc0a6b469e572d9b2edfd04ce9353e151c07dac11f82b1d108517fc86862d724e83ee8c4e938d64f3f9b934
 SHA512 
3e605bf613dca333e501b5578d9c92a42d351a23f8d7d9d6a545a7dc043dcc4c7f52918e6ad46db63a6f00f3ace4b77055f8343176afb976e6a04590dcee64b7
 DIST wine-2.0.tar.bz2 23662707 BLAKE2B 
1d485c1359ce8a0395a9f6378c1f8be33ea2836b80390d1eb1095057a0acedd21708daab16e1851a315391b9f9b0a360879b9d98c73bcc8371c5023e9a8037f5
 SHA512 
b0a57ba8202d9fc396e5bfb7a7718d6bababbed8f3351e7fdc36afa37f35a871e04903757618f73427aeb71a52b2d323977d79e48f8b38d636f23fd404441186
-DIST wine-2.17.tar.xz 19505528 BLAKE2B 
5b4b0c708fb4c5bb7367ad87fd4438b75fbe84fa4fb0f4514aa816de771f91f38dc76da80410fa25711b060c26d95127c49d2ce0db613e3560a04d7bf2bff4f7
 SHA512 
cb10c876e689aa601c68673aab32c0514dd174692a01bdb3afc78d5e6079b0e77f48783af2f54245f397c762da3b4e5f2c1d39d2ce7fdb3b117d338b95c24810
-DIST wine-2.18.tar.xz 19546360 BLAKE2B 
711b1396160b325a3021f066cc80eda0e2eb69c46ab671c6a4d1f417d0c2439e53854d37fee8507296386d1a828484af93e833f6c08413fd2571c03477e97386
 SHA512 
61cc39fa3d2b0a0ab3c5d17579865e6aea76dd9513a4b3c45975a2d5c05f2b4ba952b97eef547131a014763c7f692a08df29bc2ebf7e4ac7e2616e6a7822ddb9
 DIST wine-2.19.tar.xz 19549464 BLAKE2B 
86d130cc43d7d674d2f478365952962b2792fd585b8d074564108bc7e9f4f7690337e4758b9a24e54fe8fd60187d3a96496a5ffc454ba674b02ecdde68efd3bb
 SHA512 
83558231bdc592b1f69cfedf6c689063df7bd9fecdfafba6fb7f6a2c7fa7783973efb85a6a49305afc18b1aa268209ee5b9c0655756e05d7550468698dfa51ae
 DIST wine-2.20.tar.xz 19597556 BLAKE2B 
80a9886fa77e5788b143521288f7d83c92754610c9426e58c759d2c33767bd23f7d2a44a17ceeec0bfe9065264393e0aa1087a0827ea7d438ffd938ba2eb2fb5
 SHA512 
d8d374d1e690ce9d3964fc81054fb7f4cd56cbae6bc44ebbf80b7dc7f04524baa2bd831e0be8f00de4cb0e14c1cb71780d424f5dcb9851fcaed9fb22f5ce5d23
 DIST wine-2.21.tar.xz 19620888 BLAKE2B 
26d19c5805db58b53530b80eda3ab229f7961542d398cb0e74155e5341de8b484d301c263653ae50e953588538f6782a9b2200b822ba66f091e65d259e07db8e
 SHA512 
4e33c463debe637827ed65f1118e692832bb5374491f706f9d251b8a2956e20d2df5d90ceba218b9bc9e946de91b8ba1d96b460453f59cdd9d82f070d07e0c43
 DIST wine-d3d9-2.0.tar.gz 48373 BLAKE2B 
80370a7519141030a7e54c2ea5db410b2bf1cde8d8389618487c52e4ff40f87cf7b0f9087331bb43fa6436e1b9936de9cc00a02b9ab9ce6528635a245e6a8b3f
 SHA512 
a9e2d1c9f2784128e4c53a8dc923070a5057b5ff3d83c2b536a2d2df0bc8433ac92b8ab1c3cdf34158c0e7bfe497ddb5974605fbc1736a92307639d59450c7a1
-DIST wine-d3d9-2.17.tar.gz 48722 BLAKE2B 
fa226943210349feb1b906233010fe874b28caf385fca6749a84903c5eba2ed7303a6a7b0e2a15dfe20af399ec9d755ad7ed71c18248018d3968c1e1bcc44951
 SHA512 
530d44a968a68e06449da2286b8c9740a80b681ff610f6ddc87e6fb569e6c29181341266a04238965a7bfc209e20c1521847b70daa8d3532c2a269db0d200154
-DIST wine-d3d9-2.18.tar.gz 48722 BLAKE2B 
47bfd1514cf135b84be7b2a9843e3125acae6f7f817443730498739290503921f998455e1e093ad15c4ac68e020af447add9dfdc4385cbc9bf7af6f3143583f5
 SHA512 
0e66c51e1957b27ccb9f326b0aaf2b0d09b7bbc9d03e1d321aa1789d2560b8e60fd83c4e86999d96a03aa73a37c96f34d93245763969a314150900741aa03933
 DIST wine-d3d9-2.19.tar.gz 48818 BLAKE2B 
b053ee0ad798a7d8ad53b3daff1757caaa52f095435f2fb89893c7313d490a2359217a5638529e918a1446f13533a746836c1c22218cba875a1420816618408a
 SHA512 
be43435cd53f367ca57080c08218db302a90bf85ec6e917e89375904c456b585b61fb6053f9b4366b7e844f8246cabe83460a9866f614dbb5df3edfb43b2f54a
 DIST wine-d3d9-2.20.tar.gz 48822 BLAKE2B 
b9ae137e05f672990707aa3ae88aa569a517e644579ff545b35393074ca03ac0c6aaea7494a90a4f6c4278f7397e1e5078e90383f5debeb4edfe46c8834446ff
 SHA512 
f1fa4882514d0bbb77a728a9153cddd5029fca49c5221783fafc13f30888b606c6be4417ecdf85bd80a659ecf54c57ea5aedd49acb87cdc9b42d98f68dc0
 DIST wine-d3d9-2.21.tar.gz 48813 BLAKE2B 
a83b558682f19a44f62c33c8782f4415250c537373654b36c4b1aa6e078ed09594ec1f0e5b76093d88b835786dac96047a1584aa94953256d6ca2804e08ec3df
 SHA512 
64edab41be95adb1dc81c040b13901fbc7fd54467e1306639e3d459c41521d61ebf09e7028688166af8fd0f238063e125d8985a4fc66b185fade996ed596bb2a

diff --git a/app-emulation/wine-d3d9/wine-d3d9-2.17-r1.ebuild 
b/app-emulation/win

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

2018-01-20 Thread NP Hardass
commit: e67e2001b1c43156953dac267159bcc0a07b43e0
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Jan 20 07:54:00 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Sat Jan 20 08:00:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67e2001

app-emulation/wine-any: Drop old

Older versions may be found in ::wine

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-any/Manifest|   6 -
 app-emulation/wine-any/wine-any-2.17-r1.ebuild | 656 -
 app-emulation/wine-any/wine-any-2.18.ebuild| 652 
 3 files changed, 1314 deletions(-)

diff --git a/app-emulation/wine-any/Manifest b/app-emulation/wine-any/Manifest
index 678047a2f68..e4951a2a355 100644
--- a/app-emulation/wine-any/Manifest
+++ b/app-emulation/wine-any/Manifest
@@ -1,19 +1,13 @@
 DIST gentoo-wine-patches-20180119.tar.xz 58688 BLAKE2B 
e7d44906f3c81c69fd3016ac6a7e2b8e68cc82762cc0a6b469e572d9b2edfd04ce9353e151c07dac11f82b1d108517fc86862d724e83ee8c4e938d64f3f9b934
 SHA512 
3e605bf613dca333e501b5578d9c92a42d351a23f8d7d9d6a545a7dc043dcc4c7f52918e6ad46db63a6f00f3ace4b77055f8343176afb976e6a04590dcee64b7
 DIST wine-2.0.tar.bz2 23662707 BLAKE2B 
1d485c1359ce8a0395a9f6378c1f8be33ea2836b80390d1eb1095057a0acedd21708daab16e1851a315391b9f9b0a360879b9d98c73bcc8371c5023e9a8037f5
 SHA512 
b0a57ba8202d9fc396e5bfb7a7718d6bababbed8f3351e7fdc36afa37f35a871e04903757618f73427aeb71a52b2d323977d79e48f8b38d636f23fd404441186
-DIST wine-2.17.tar.xz 19505528 BLAKE2B 
5b4b0c708fb4c5bb7367ad87fd4438b75fbe84fa4fb0f4514aa816de771f91f38dc76da80410fa25711b060c26d95127c49d2ce0db613e3560a04d7bf2bff4f7
 SHA512 
cb10c876e689aa601c68673aab32c0514dd174692a01bdb3afc78d5e6079b0e77f48783af2f54245f397c762da3b4e5f2c1d39d2ce7fdb3b117d338b95c24810
-DIST wine-2.18.tar.xz 19546360 BLAKE2B 
711b1396160b325a3021f066cc80eda0e2eb69c46ab671c6a4d1f417d0c2439e53854d37fee8507296386d1a828484af93e833f6c08413fd2571c03477e97386
 SHA512 
61cc39fa3d2b0a0ab3c5d17579865e6aea76dd9513a4b3c45975a2d5c05f2b4ba952b97eef547131a014763c7f692a08df29bc2ebf7e4ac7e2616e6a7822ddb9
 DIST wine-2.19.tar.xz 19549464 BLAKE2B 
86d130cc43d7d674d2f478365952962b2792fd585b8d074564108bc7e9f4f7690337e4758b9a24e54fe8fd60187d3a96496a5ffc454ba674b02ecdde68efd3bb
 SHA512 
83558231bdc592b1f69cfedf6c689063df7bd9fecdfafba6fb7f6a2c7fa7783973efb85a6a49305afc18b1aa268209ee5b9c0655756e05d7550468698dfa51ae
 DIST wine-2.20.tar.xz 19597556 BLAKE2B 
80a9886fa77e5788b143521288f7d83c92754610c9426e58c759d2c33767bd23f7d2a44a17ceeec0bfe9065264393e0aa1087a0827ea7d438ffd938ba2eb2fb5
 SHA512 
d8d374d1e690ce9d3964fc81054fb7f4cd56cbae6bc44ebbf80b7dc7f04524baa2bd831e0be8f00de4cb0e14c1cb71780d424f5dcb9851fcaed9fb22f5ce5d23
 DIST wine-2.21.tar.xz 19620888 BLAKE2B 
26d19c5805db58b53530b80eda3ab229f7961542d398cb0e74155e5341de8b484d301c263653ae50e953588538f6782a9b2200b822ba66f091e65d259e07db8e
 SHA512 
4e33c463debe637827ed65f1118e692832bb5374491f706f9d251b8a2956e20d2df5d90ceba218b9bc9e946de91b8ba1d96b460453f59cdd9d82f070d07e0c43
 DIST wine-d3d9-2.0.tar.gz 48373 BLAKE2B 
80370a7519141030a7e54c2ea5db410b2bf1cde8d8389618487c52e4ff40f87cf7b0f9087331bb43fa6436e1b9936de9cc00a02b9ab9ce6528635a245e6a8b3f
 SHA512 
a9e2d1c9f2784128e4c53a8dc923070a5057b5ff3d83c2b536a2d2df0bc8433ac92b8ab1c3cdf34158c0e7bfe497ddb5974605fbc1736a92307639d59450c7a1
-DIST wine-d3d9-2.17.tar.gz 48722 BLAKE2B 
fa226943210349feb1b906233010fe874b28caf385fca6749a84903c5eba2ed7303a6a7b0e2a15dfe20af399ec9d755ad7ed71c18248018d3968c1e1bcc44951
 SHA512 
530d44a968a68e06449da2286b8c9740a80b681ff610f6ddc87e6fb569e6c29181341266a04238965a7bfc209e20c1521847b70daa8d3532c2a269db0d200154
-DIST wine-d3d9-2.18.tar.gz 48722 BLAKE2B 
47bfd1514cf135b84be7b2a9843e3125acae6f7f817443730498739290503921f998455e1e093ad15c4ac68e020af447add9dfdc4385cbc9bf7af6f3143583f5
 SHA512 
0e66c51e1957b27ccb9f326b0aaf2b0d09b7bbc9d03e1d321aa1789d2560b8e60fd83c4e86999d96a03aa73a37c96f34d93245763969a314150900741aa03933
 DIST wine-d3d9-2.19.tar.gz 48818 BLAKE2B 
b053ee0ad798a7d8ad53b3daff1757caaa52f095435f2fb89893c7313d490a2359217a5638529e918a1446f13533a746836c1c22218cba875a1420816618408a
 SHA512 
be43435cd53f367ca57080c08218db302a90bf85ec6e917e89375904c456b585b61fb6053f9b4366b7e844f8246cabe83460a9866f614dbb5df3edfb43b2f54a
 DIST wine-d3d9-2.20.tar.gz 48822 BLAKE2B 
b9ae137e05f672990707aa3ae88aa569a517e644579ff545b35393074ca03ac0c6aaea7494a90a4f6c4278f7397e1e5078e90383f5debeb4edfe46c8834446ff
 SHA512 
f1fa4882514d0bbb77a728a9153cddd5029fca49c5221783fafc13f30888b606c6be4417ecdf85bd80a659ecf54c57ea5aedd49acb87cdc9b42d98f68dc0
 DIST wine-d3d9-2.21.tar.gz 48813 BLAKE2B 
a83b558682f19a44f62c33c8782f4415250c537373654b36c4b1aa6e078ed09594ec1f0e5b76093d88b835786dac96047a1584aa94953256d6ca2804e08ec3df
 SHA512 
64edab41be95adb1dc81c040b13901fbc7fd54467e1306639e3d459c41521d61ebf09e7028688166af8fd0f238063e125d8985a4fc66b185fade996ed596bb2a
 DIST wine-staging-2.0.tar.gz 10182575 B

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

2018-01-19 Thread NP Hardass
commit: f571360338db4448832bfcb960265bde133460e0
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Jan 20 06:46:26 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Sat Jan 20 06:46:26 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=f5713603

app-emulation/wine-d3d9: Fix manpage generation

Bug: https://bugs.gentoo.org/617864
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-d3d9/Manifest |  2 +-
 app-emulation/wine-d3d9/wine-d3d9-2.0-r1.ebuild  | 38 +---
 app-emulation/wine-d3d9/wine-d3d9-2.1-r1.ebuild  | 38 +---
 app-emulation/wine-d3d9/wine-d3d9-2.10-r1.ebuild | 38 +---
 app-emulation/wine-d3d9/wine-d3d9-2.11-r1.ebuild | 38 +---
 app-emulation/wine-d3d9/wine-d3d9-2.12-r1.ebuild | 38 +---
 app-emulation/wine-d3d9/wine-d3d9-2.13-r1.ebuild | 38 +---
 app-emulation/wine-d3d9/wine-d3d9-2.14-r1.ebuild | 38 +---
 app-emulation/wine-d3d9/wine-d3d9-2.15-r1.ebuild | 38 +---
 app-emulation/wine-d3d9/wine-d3d9-2.16-r1.ebuild | 38 +---
 app-emulation/wine-d3d9/wine-d3d9-2.17-r1.ebuild | 38 +---
 app-emulation/wine-d3d9/wine-d3d9-2.18.ebuild| 38 +---
 app-emulation/wine-d3d9/wine-d3d9-2.19.ebuild| 38 +---
 app-emulation/wine-d3d9/wine-d3d9-2.2-r1.ebuild  | 38 +---
 app-emulation/wine-d3d9/wine-d3d9-2.20.ebuild| 38 +---
 app-emulation/wine-d3d9/wine-d3d9-2.21.ebuild| 38 +---
 app-emulation/wine-d3d9/wine-d3d9-2.3-r1.ebuild  | 38 +---
 app-emulation/wine-d3d9/wine-d3d9-2.4-r1.ebuild  | 38 +---
 app-emulation/wine-d3d9/wine-d3d9-2.5-r1.ebuild  | 38 +---
 app-emulation/wine-d3d9/wine-d3d9-2.6-r1.ebuild  | 38 +---
 app-emulation/wine-d3d9/wine-d3d9-2.7-r1.ebuild  | 38 +---
 app-emulation/wine-d3d9/wine-d3d9-2.8-r1.ebuild  | 38 +---
 app-emulation/wine-d3d9/wine-d3d9-2.9-r1.ebuild  | 38 +---
 app-emulation/wine-d3d9/wine-d3d9-.ebuild| 38 +---
 24 files changed, 645 insertions(+), 231 deletions(-)

diff --git a/app-emulation/wine-d3d9/Manifest b/app-emulation/wine-d3d9/Manifest
index 212d3de..c07ff88 100644
--- a/app-emulation/wine-d3d9/Manifest
+++ b/app-emulation/wine-d3d9/Manifest
@@ -1,4 +1,4 @@
-DIST gentoo-wine-patches-20170830.tar.xz 58456 SHA256 
fb7781d0ae360cbc3860c2d2e81527a1b903da824c01f5d5040e95aaf99a3970 SHA512 
5e5159e3252b246bba0ef7fdba345db3ab1071c5b8b8b625f98eda18779d4024c5b76bdbf49ce7bd5c6b01b422807adf76820beddb2b4a6ee9e67d13052cc575
 WHIRLPOOL 
a79be264bab3fcdeee06fef47efd28e6e1125254ac7f82300cb6ba2591ef69cd76b5fed8f778b1849a0659e680e9fc785f0273d55cb2ed95648a74dffa5e22d2
+DIST gentoo-wine-patches-20180119.tar.xz 58688 SHA256 
bb8f634241e7a4ba528bb6e0db78512889c4d25773773e87d76a2452dde72360 SHA512 
3e605bf613dca333e501b5578d9c92a42d351a23f8d7d9d6a545a7dc043dcc4c7f52918e6ad46db63a6f00f3ace4b77055f8343176afb976e6a04590dcee64b7
 WHIRLPOOL 
46dfe36cce8e46a916b5e6f49e6674d9f9612b6ebbd3fd1ba47e6ff34bc68d95a916b76d1a61b0b25ddf97840dd78dffa2d7d0239e6fc0d3cbd74cc0c1868e9a
 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.10.tar.xz 19209580 SHA256 
488df7ffd2e81da455bf428fc9eb784bb4273a890334500895665711bd52f179 SHA512 
8807e16a571bf45d99097ad5fdfb9fe755f6dbe84010a330fed82f1d48c76b7f19589bfc0e5dde0b9e49a608fd0501db3f7e3e129e4d9d34bcae03bc51a73139
 WHIRLPOOL 
e9a8248aac31593fbac28a3d8d4e62bfce14a7c41cc416ebfca8606518d28efd31b32196133da211f75f48bd228bd5d21fcbbc0479293e813ed99b258b37126e

diff --git a/app-emulation/wine-d3d9/wine-d3d9-2.0-r1.ebuild 
b/app-emulation/wine-d3d9/wine-d3d9-2.0-r1.ebuild
index b254fbf..3f8f071 100644
--- a/app-emulation/wine-d3d9/wine-d3d9-2.0-r1.ebuild
+++ b/app-emulation/wine-d3d9/wine-d3d9-2.0-r1.ebuild
@@ -26,7 +26,7 @@ S="${WORKDIR}/${MY_P}"
 
 D3D9_P="wine-d3d9-${PV}"
 D3D9_DIR="${WORKDIR}/wine-d3d9-patches-${D3D9_P}"
-GWP_V="20170830"
+GWP_V="20180119"
 

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

2018-01-19 Thread NP Hardass
commit: 5157b2eb6504d61452595524a538bbd8e7224c80
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Jan 20 06:21:21 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Sat Jan 20 06:21:21 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=5157b2eb

app-emulation/wine-vanilla: Fix manpage generation

Bug: https://bugs.gentoo.org/617864
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-vanilla/Manifest|  2 +-
 .../wine-vanilla/wine-vanilla-2.0-r1.ebuild| 38 --
 .../wine-vanilla/wine-vanilla-2.0.1-r1.ebuild  | 38 --
 .../wine-vanilla/wine-vanilla-2.0.2-r1.ebuild  | 38 --
 .../wine-vanilla/wine-vanilla-2.0.3.ebuild | 38 --
 .../wine-vanilla/wine-vanilla-2.0.4.ebuild | 38 --
 app-emulation/wine-vanilla/wine-vanilla-2.0.ebuild | 35 +++-
 .../wine-vanilla/wine-vanilla-2.1-r1.ebuild| 38 --
 .../wine-vanilla/wine-vanilla-2.10-r1.ebuild   | 38 --
 .../wine-vanilla/wine-vanilla-2.11-r1.ebuild   | 38 --
 .../wine-vanilla/wine-vanilla-2.12-r1.ebuild   | 38 --
 .../wine-vanilla/wine-vanilla-2.13-r1.ebuild   | 38 --
 .../wine-vanilla/wine-vanilla-2.14-r1.ebuild   | 38 --
 .../wine-vanilla/wine-vanilla-2.15-r1.ebuild   | 38 --
 .../wine-vanilla/wine-vanilla-2.16-r1.ebuild   | 38 --
 .../wine-vanilla/wine-vanilla-2.17-r1.ebuild   | 38 --
 .../wine-vanilla/wine-vanilla-2.18-r2.ebuild   | 38 --
 .../wine-vanilla/wine-vanilla-2.19-r1.ebuild   | 38 --
 .../wine-vanilla/wine-vanilla-2.2-r1.ebuild| 38 --
 .../wine-vanilla/wine-vanilla-2.20.ebuild  | 38 --
 .../wine-vanilla/wine-vanilla-2.21.ebuild  | 38 --
 .../wine-vanilla/wine-vanilla-2.22.ebuild  | 38 --
 .../wine-vanilla/wine-vanilla-2.3-r1.ebuild| 38 --
 .../wine-vanilla/wine-vanilla-2.4-r1.ebuild| 38 --
 .../wine-vanilla/wine-vanilla-2.5-r1.ebuild| 38 --
 .../wine-vanilla/wine-vanilla-2.6-r1.ebuild| 38 --
 .../wine-vanilla/wine-vanilla-2.7-r1.ebuild| 38 --
 .../wine-vanilla/wine-vanilla-2.8-r1.ebuild| 38 --
 .../wine-vanilla/wine-vanilla-2.9-r1.ebuild| 38 --
 app-emulation/wine-vanilla/wine-vanilla-3.0.ebuild | 38 --
 .../wine-vanilla/wine-vanilla-.ebuild  | 38 --
 31 files changed, 839 insertions(+), 300 deletions(-)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 6ca5165..6dc7dd9 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -1,4 +1,4 @@
-DIST gentoo-wine-patches-20170830.tar.xz 58456 SHA256 
fb7781d0ae360cbc3860c2d2e81527a1b903da824c01f5d5040e95aaf99a3970 SHA512 
5e5159e3252b246bba0ef7fdba345db3ab1071c5b8b8b625f98eda18779d4024c5b76bdbf49ce7bd5c6b01b422807adf76820beddb2b4a6ee9e67d13052cc575
 WHIRLPOOL 
a79be264bab3fcdeee06fef47efd28e6e1125254ac7f82300cb6ba2591ef69cd76b5fed8f778b1849a0659e680e9fc785f0273d55cb2ed95648a74dffa5e22d2
+DIST gentoo-wine-patches-20180119.tar.xz 58688 SHA256 
bb8f634241e7a4ba528bb6e0db78512889c4d25773773e87d76a2452dde72360 SHA512 
3e605bf613dca333e501b5578d9c92a42d351a23f8d7d9d6a545a7dc043dcc4c7f52918e6ad46db63a6f00f3ace4b77055f8343176afb976e6a04590dcee64b7
 WHIRLPOOL 
46dfe36cce8e46a916b5e6f49e6674d9f9612b6ebbd3fd1ba47e6ff34bc68d95a916b76d1a61b0b25ddf97840dd78dffa2d7d0239e6fc0d3cbd74cc0c1868e9a
 DIST wine-2.0.1.tar.xz 18845444 SHA256 
6cfb4eaae566dc7afb7ac0f1f2db2c0d69969952acab0debf084ee8f7b071583 SHA512 
b32d07443655898768383b7409c21093b60c028fef166a596dad5dfab5a329b9fce4552e612c6d182e4f67eb1f28ed497fe2ed6af55dd3e96a124547722d
 WHIRLPOOL 
0fbaf53504e4e40db6227f45f5b92ac388c2bf23d4f573e4d3b60ccaaadeeccb5a696226d1bd4aa8b245f21c8d6a13aac423ead3f4692ebc1e8e613714168501
 DIST wine-2.0.2.tar.xz 18854952 SHA256 
f71884f539928877f4b415309f582825d3d3c9976104e43d566944c710713c9a SHA512 
3f37080a951819304cd3475f6012f1d6b5a94879b137cdf816cac4c8fde68ddc777905e92277ec5dce96437d8c32c43d55d3750b582781a9f9774b118f1a5b90
 WHIRLPOOL 
cf21a899c60749c37353abc4ba974b3d6cc369769ace70fde899ff1cb5ac8a97828165cf2dbfbcf0915f5196ac58974948fe3e5b2c9854296a5eea75f8023ae5
 DIST wine-2.0.3.tar.xz 18864648 SHA256 
a811c664f870a3a01449443a93a6fcee41aea2e912e58f72742eb7924962be56 SHA512 
e20dbcb3a48ecb3526eba075d4baebab2529dfc50b7a6d5e18294704470f61db386013f457118c270274b911f9643d203110f46558d23e84e6a6c2d78e237dbb
 WHI

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

2018-01-19 Thread NP Hardass
commit: 886cdf13597bd9e424d84a57af9ee2f80215a19f
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Jan 20 06:45:10 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Sat Jan 20 06:45:10 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=886cdf13

app-emulation/wine-staging: Fix manpage generation

Bug: https://bugs.gentoo.org/617864
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-staging/Manifest|  2 +-
 .../wine-staging/wine-staging-2.0-r1.ebuild| 38 --
 .../wine-staging/wine-staging-2.1-r1.ebuild| 38 --
 .../wine-staging/wine-staging-2.10-r1.ebuild   | 38 --
 .../wine-staging/wine-staging-2.11-r1.ebuild   | 38 --
 .../wine-staging/wine-staging-2.12-r1.ebuild   | 38 --
 .../wine-staging/wine-staging-2.13-r1.ebuild   | 38 --
 .../wine-staging/wine-staging-2.14-r1.ebuild   | 38 --
 .../wine-staging/wine-staging-2.15-r1.ebuild   | 38 --
 .../wine-staging/wine-staging-2.16-r1.ebuild   | 38 --
 .../wine-staging/wine-staging-2.17-r1.ebuild   | 38 --
 .../wine-staging/wine-staging-2.18.ebuild  | 38 --
 .../wine-staging/wine-staging-2.19.ebuild  | 38 --
 .../wine-staging/wine-staging-2.2-r1.ebuild| 38 --
 .../wine-staging/wine-staging-2.20.ebuild  | 38 --
 .../wine-staging/wine-staging-2.21.ebuild  | 38 --
 .../wine-staging/wine-staging-2.3-r1.ebuild| 38 --
 .../wine-staging/wine-staging-2.4-r1.ebuild| 38 --
 .../wine-staging/wine-staging-2.5-r1.ebuild| 38 --
 .../wine-staging/wine-staging-2.6-r1.ebuild| 38 --
 .../wine-staging/wine-staging-2.7-r1.ebuild| 38 --
 .../wine-staging/wine-staging-2.8-r1.ebuild| 38 --
 .../wine-staging/wine-staging-2.9-r1.ebuild| 38 --
 .../wine-staging/wine-staging-.ebuild  | 38 --
 24 files changed, 645 insertions(+), 231 deletions(-)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index ffebce5..c2f8c38 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -1,4 +1,4 @@
-DIST gentoo-wine-patches-20170830.tar.xz 58456 SHA256 
fb7781d0ae360cbc3860c2d2e81527a1b903da824c01f5d5040e95aaf99a3970 SHA512 
5e5159e3252b246bba0ef7fdba345db3ab1071c5b8b8b625f98eda18779d4024c5b76bdbf49ce7bd5c6b01b422807adf76820beddb2b4a6ee9e67d13052cc575
 WHIRLPOOL 
a79be264bab3fcdeee06fef47efd28e6e1125254ac7f82300cb6ba2591ef69cd76b5fed8f778b1849a0659e680e9fc785f0273d55cb2ed95648a74dffa5e22d2
+DIST gentoo-wine-patches-20180119.tar.xz 58688 SHA256 
bb8f634241e7a4ba528bb6e0db78512889c4d25773773e87d76a2452dde72360 SHA512 
3e605bf613dca333e501b5578d9c92a42d351a23f8d7d9d6a545a7dc043dcc4c7f52918e6ad46db63a6f00f3ace4b77055f8343176afb976e6a04590dcee64b7
 WHIRLPOOL 
46dfe36cce8e46a916b5e6f49e6674d9f9612b6ebbd3fd1ba47e6ff34bc68d95a916b76d1a61b0b25ddf97840dd78dffa2d7d0239e6fc0d3cbd74cc0c1868e9a
 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.10.tar.xz 19209580 SHA256 
488df7ffd2e81da455bf428fc9eb784bb4273a890334500895665711bd52f179 SHA512 
8807e16a571bf45d99097ad5fdfb9fe755f6dbe84010a330fed82f1d48c76b7f19589bfc0e5dde0b9e49a608fd0501db3f7e3e129e4d9d34bcae03bc51a73139
 WHIRLPOOL 
e9a8248aac31593fbac28a3d8d4e62bfce14a7c41cc416ebfca8606518d28efd31b32196133da211f75f48bd228bd5d21fcbbc0479293e813ed99b258b37126e

diff --git a/app-emulation/wine-staging/wine-staging-2.0-r1.ebuild 
b/app-emulation/wine-staging/wine-staging-2.0-r1.ebuild
index 343151d..f47c6e1 100644
--- a/app-emulation/wine-staging/wine-staging-2.0-r1.ebuild
+++ b/app-emulation/wine-staging/wine-staging-2.0-r1.ebuild
@@ -26,7 +26,7 @@ S="${WORKDIR}/${MY_P}"
 
 STAGING_P="wine-staging-${PV}"
 STAGING_DIR="${WORKDIR}/${STAGING_P}"
-GWP_V="2017083

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

2018-01-19 Thread NP Hardass
commit: 5c4479841dd58ac57f8f4ca7d5f2d4a721cfbbf0
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Jan 20 06:47:30 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Sat Jan 20 06:47:39 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=5c447984

app-emulation/wine-any: Fix manpage generation

Bug: https://bugs.gentoo.org/617864
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-any/Manifest|  2 +-
 app-emulation/wine-any/wine-any-2.0-r1.ebuild  | 38 +++---
 app-emulation/wine-any/wine-any-2.1-r1.ebuild  | 38 +++---
 app-emulation/wine-any/wine-any-2.10-r1.ebuild | 38 +++---
 app-emulation/wine-any/wine-any-2.11-r1.ebuild | 38 +++---
 app-emulation/wine-any/wine-any-2.12-r1.ebuild | 38 +++---
 app-emulation/wine-any/wine-any-2.13-r1.ebuild | 38 +++---
 app-emulation/wine-any/wine-any-2.14-r1.ebuild | 38 +++---
 app-emulation/wine-any/wine-any-2.15-r1.ebuild | 38 +++---
 app-emulation/wine-any/wine-any-2.16-r1.ebuild | 38 +++---
 app-emulation/wine-any/wine-any-2.17-r1.ebuild | 38 +++---
 app-emulation/wine-any/wine-any-2.18.ebuild| 38 +++---
 app-emulation/wine-any/wine-any-2.19.ebuild| 38 +++---
 app-emulation/wine-any/wine-any-2.2-r1.ebuild  | 38 +++---
 app-emulation/wine-any/wine-any-2.20.ebuild| 38 +++---
 app-emulation/wine-any/wine-any-2.21.ebuild| 38 +++---
 app-emulation/wine-any/wine-any-2.3-r1.ebuild  | 38 +++---
 app-emulation/wine-any/wine-any-2.4-r1.ebuild  | 38 +++---
 app-emulation/wine-any/wine-any-2.5-r1.ebuild  | 38 +++---
 app-emulation/wine-any/wine-any-2.6-r1.ebuild  | 38 +++---
 app-emulation/wine-any/wine-any-2.7-r1.ebuild  | 38 +++---
 app-emulation/wine-any/wine-any-2.8-r1.ebuild  | 38 +++---
 app-emulation/wine-any/wine-any-2.9-r1.ebuild  | 38 +++---
 app-emulation/wine-any/wine-any-.ebuild| 38 +++---
 24 files changed, 645 insertions(+), 231 deletions(-)

diff --git a/app-emulation/wine-any/Manifest b/app-emulation/wine-any/Manifest
index 9f5732c..e4c54bb 100644
--- a/app-emulation/wine-any/Manifest
+++ b/app-emulation/wine-any/Manifest
@@ -1,4 +1,4 @@
-DIST gentoo-wine-patches-20170830.tar.xz 58456 SHA256 
fb7781d0ae360cbc3860c2d2e81527a1b903da824c01f5d5040e95aaf99a3970 SHA512 
5e5159e3252b246bba0ef7fdba345db3ab1071c5b8b8b625f98eda18779d4024c5b76bdbf49ce7bd5c6b01b422807adf76820beddb2b4a6ee9e67d13052cc575
 WHIRLPOOL 
a79be264bab3fcdeee06fef47efd28e6e1125254ac7f82300cb6ba2591ef69cd76b5fed8f778b1849a0659e680e9fc785f0273d55cb2ed95648a74dffa5e22d2
+DIST gentoo-wine-patches-20180119.tar.xz 58688 SHA256 
bb8f634241e7a4ba528bb6e0db78512889c4d25773773e87d76a2452dde72360 SHA512 
3e605bf613dca333e501b5578d9c92a42d351a23f8d7d9d6a545a7dc043dcc4c7f52918e6ad46db63a6f00f3ace4b77055f8343176afb976e6a04590dcee64b7
 WHIRLPOOL 
46dfe36cce8e46a916b5e6f49e6674d9f9612b6ebbd3fd1ba47e6ff34bc68d95a916b76d1a61b0b25ddf97840dd78dffa2d7d0239e6fc0d3cbd74cc0c1868e9a
 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.10.tar.xz 19209580 SHA256 
488df7ffd2e81da455bf428fc9eb784bb4273a890334500895665711bd52f179 SHA512 
8807e16a571bf45d99097ad5fdfb9fe755f6dbe84010a330fed82f1d48c76b7f19589bfc0e5dde0b9e49a608fd0501db3f7e3e129e4d9d34bcae03bc51a73139
 WHIRLPOOL 
e9a8248aac31593fbac28a3d8d4e62bfce14a7c41cc416ebfca8606518d28efd31b32196133da211f75f48bd228bd5d21fcbbc0479293e813ed99b258b37126e

diff --git a/app-emulation/wine-any/wine-any-2.0-r1.ebuild 
b/app-emulation/wine-any/wine-any-2.0-r1.ebuild
index c847a3c..29a108c 100644
--- a/app-emulation/wine-any/wine-any-2.0-r1.ebuild
+++ b/app-emulation/wine-any/wine-any-2.0-r1.ebuild
@@ -28,7 +28,7 @@ STAGING_P="wine-staging-${PV}"
 STAGING_DIR="${WORKDIR}/${STAGING_P}"
 D3D9_P="wine-d3d9-${PV}"
 D3D9_DIR="${WORKDIR}/wine-d3d9-patches-${D3D9_P}"
-GWP_V="20170

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

2018-01-19 Thread NP Hardass
commit: d4cef6129151c5c4e40a641827a9288be1a7ee7b
Author: Lucian Poston  gmail  com>
AuthorDate: Fri Jan 19 09:56:26 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Sat Jan 20 04:03:18 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=d4cef612

app-emulation/wine-vanilla: Add 3.0

Signed-off-by: NP-Hardass  gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-vanilla/Manifest|   1 +
 app-emulation/wine-vanilla/wine-vanilla-3.0.ebuild | 527 +
 2 files changed, 528 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 7b48f13..6ca5165 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -26,3 +26,4 @@ DIST wine-2.6.tar.xz 19023352 SHA256 
e6ff64758f437647e99a36c1275e41adf54f0432907
 DIST wine-2.7.tar.xz 19101108 SHA256 
e55a43088e313c45f7ab49272b7cb441c06f5659fb4220b2325dc060db0ee14c SHA512 
1e61b9a4aa1f5f42fb27d11d5254a9ba90f348ad9c4d1ddd4b5da47cd7de638290a20accf7447db9c0e4ced4c2144497cdf5fc906a5eac60e923dabb61f65d3a
 WHIRLPOOL 
133426a0313facc856eebad3d16d199948b780ce4c4561e5784845c119fe462b8942ed86fa5e823e729a997d704bd3c70f44a64ce3eef965b4f3eb92587dfa4d
 DIST wine-2.8.tar.xz 19120740 SHA256 
83e9607af66d86020dc27a368ebba28fa7e8ffecfdf8f149da06b3531ac3e579 SHA512 
4d0b167b1e5add31ed0ed05b328d16fc13cd268285c03a9100e7ddc53864aa07f6b216a555ef0c2e51dee550e3f4abf0c7c20db2cbca177bb38e8c3e11f05b97
 WHIRLPOOL 
568cf46caf7322eb5e26b364bd15f9e80c41a65340952a1ee0fa80514bbee3c5adfa72af40809a978a5d4202f5e8d3da3e4581767bab9fa08ab441cdd5d1da31
 DIST wine-2.9.tar.xz 19154668 SHA256 
ac46f7c1dc135c95e4f98d28bf6e3d7a78fb7f9ba6caa7354a3e8786545f SHA512 
6d06e511d8f338297ed0ddb7bf2ffb501f528209eaecbbee3d4e5d53db649dd5ea0aeb78bba661a9bcfda5f97e170ca10eb8fab355e229bfe7db6a5feb7ec4e8
 WHIRLPOOL 
7355166aeaac54abb6e1d25da6f87a4814d37764044e95462bc2a83f8d5a9b7a3bb10730bb5506516e130a4fc9ee35e3656d1106939bbbc1310c6aff0d798a1c
+DIST wine-3.0.tar.xz 19712932 SHA256 
346a050aca5cd0d9978a655af11c30e68c201a58aea0c70d5e4c4f1b63c2fbec SHA512 
a51f41b66f4805e09b223528eff6670e94b9c0c0c947be647507baf9d8d9afe7c3fdc88684c2c8d3573b4739d9a086ab929a744a8594d3c8f6ceb52070f43f0a
 WHIRLPOOL 
85a44fb122cae5b15487e9b637bf4793cd023ef1429a642333a669c4dfe4b41c82ac31f2e4f2a43595add70a9d226a7f343b373f5ed2f65cc2e66b1425cc9c4a

diff --git a/app-emulation/wine-vanilla/wine-vanilla-3.0.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-3.0.ebuild
new file mode 100644
index 000..e945cb5
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-3.0.ebuild
@@ -0,0 +1,527 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv 
te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools eutils flag-o-matic gnome2-utils l10n multilib 
multilib-minimal pax-utils toolchain-funcs virtualx versionator xdg-utils
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+   #KEYWORDS=""
+else
+   MAJOR_V=$(get_version_component_range 1)
+   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.xz;
+   KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
+fi
+S="${WORKDIR}/${MY_P}"
+
+GWP_V="20170830"
+PATCHDIR="${WORKDIR}/gentoo-wine-patches"
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="${SRC_URI}
+   
https://dev.gentoo.org/~np-hardass/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="${PV}"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gstreamer +jpeg kerberos kernel_FreeBSD +lcms 
ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl 
pcap +png prelink pulseaudio +realtime +run-exes samba scanner selinux +ssl 
test +threads +truetype udev +udisks v4l +X +xcomposite xinerama +xml"
+REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
+   X? ( truetype )
+   elibc_glibc? ( threads )
+   osmesa? ( opengl )
+   test? ( abi_x86_32 )" # osmesa-opengl #286560 # X-truetype #551124
+
+# FIXME: the test suite is unsuitable for us; many tests require net access
+# or fail due to Xvfb's opengl limitations.
+RESTRICT="test"
+
+COMMON_DEPEND="
+   X? (
+   x11-libs/libXcursor[${MULTILIB_USEDEP}]
+   x11-libs/libXe

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

2018-01-19 Thread NP Hardass
commit: 1afedb11892a03bc5fc1d79da841107273b7d658
Author: Lucian Poston  gmail  com>
AuthorDate: Sat Nov 25 23:53:48 2017 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Sat Jan 20 04:03:17 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=1afedb11

app-emulation/wine-staging: Add 2.21

Signed-off-by: NP-Hardass  gentoo.org>
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-emulation/wine-staging/Manifest|   2 +
 .../wine-staging/wine-staging-2.21.ebuild  | 607 +
 2 files changed, 609 insertions(+)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index f790b3b..ffebce5 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -13,6 +13,7 @@ DIST wine-2.18.tar.xz 19546360 SHA256 
9f0931129878157d717cb39f16cd33bf49f40aac77
 DIST wine-2.19.tar.xz 19549464 SHA256 
487131e69875ae9c2d042798f954160146e603e449c3c97981f29b42f4a66095 SHA512 
83558231bdc592b1f69cfedf6c689063df7bd9fecdfafba6fb7f6a2c7fa7783973efb85a6a49305afc18b1aa268209ee5b9c0655756e05d7550468698dfa51ae
 WHIRLPOOL 
123aec3a367e67353655d940ba2ffe9386a583afbd0961dd3f446a00b0cf82ad4ed590508e03bf2a4e60b11753f8f430e748e6614f476675423f3bdaf7089288
 DIST wine-2.2.tar.xz 18916364 SHA256 
64cb57e1d8aa07f5c89ef26743b494f2d3ef9c0f4e50d3ee896a93535f7751f4 SHA512 
0700868244d397c1442948716321e5ff030c667edce464570f76aa4340199489a422872aa3975bc0a57b8285c9d59fc04e223a4bde094169fc6db460acb626c4
 WHIRLPOOL 
ffc3d357a76592651b589c6ac6608720d0258474890faf8fe3e20ac29cdd1496d569721256f9389d347bf2734a556099154fd18ef1b56f45bb46c4c15771d6ca
 DIST wine-2.20.tar.xz 19597556 SHA256 
b444826c69048932fd51ac00b791d18528a4d4abd4c397e5bd51ac60eda455a5 SHA512 
d8d374d1e690ce9d3964fc81054fb7f4cd56cbae6bc44ebbf80b7dc7f04524baa2bd831e0be8f00de4cb0e14c1cb71780d424f5dcb9851fcaed9fb22f5ce5d23
 WHIRLPOOL 
c5cfc20efdbb2a43433e93ffde8fe28507b1ad255d54cae36bf0268b18a629876b306127610bce298a47fa3fb8884ee902fd2ae41e22897d954383f0c5cd5bae
+DIST wine-2.21.tar.xz 19620888 SHA256 
bafa04e8cfbb3c5fbb6bb5080fb5d3f2f6816ac69518d0ed50aceadb66b4abef SHA512 
4e33c463debe637827ed65f1118e692832bb5374491f706f9d251b8a2956e20d2df5d90ceba218b9bc9e946de91b8ba1d96b460453f59cdd9d82f070d07e0c43
 WHIRLPOOL 
5ae58da2c226bd580c810fea1a733c6ae675680b9e4420fb6378b445c7acdd048f62d1402a65747fd906c2f3409beed24005d456f4c2c4bc7688dc34139dd503
 DIST wine-2.3.tar.xz 18931732 SHA256 
afc95c7a87cc8f0730b462c50a5dfc9c462eb02c6bf5874b4fa99946f49e067e SHA512 
bea78e8468555ff9e08dedf3918da5ea82721549c43984869989bbdafeea00e454820ff9558aa29925c97a165a9b01e5cd1fd397f133833c58824984a6686171
 WHIRLPOOL 
1f5ec8e5c32d124277e4c71d95726d3a5337575757c3029567c77165d65fcfec2ddf33d3863b4bf55c9eff7c3582c1ec7dbd76d84ed8bbbe89dd16db6b0128c1
 DIST wine-2.4.tar.xz 18953748 SHA256 
87b5df07e4781fecce2f92415a4717208ea253a20a0df8b36b9f90b69b72748e SHA512 
15ae7e97dc72a8636b2c15c93803ed430fa456d673add61457cf3e479e769559c682b40949b5d38828f6681f13183e560fcb4a2eb0f0ba25e6eade46f7d3d7c0
 WHIRLPOOL 
558ab7b7517ad5e03366b4db974047eba776585e958a5b71bb2e93993e21bc725ea7a8bcf2a4354f34ca38c94ba99ccd15f2f8b5e4b58066bf339d3517eec56c
 DIST wine-2.5.tar.xz 18993176 SHA256 
13f92b7ab483323aaabbc6519851e688ad4372ea30569961c831d40d6d3bccd2 SHA512 
7b6faf6d8aa3d41465ad93ebae055581136f736c7eb8b4c61682e5a05589c83a0ff2c85e0f9abbca016f31b6f1c1435617c4994f1913f715a8707ebee3f28467
 WHIRLPOOL 
5acd2ac65df5dee1c860ddca72b8df8e021a0b95a3a1870d15468ce4591d569fa15bf8a0a6d341bcd3a624d13d0affe5b0263e67f9dfcbbf3ae7b59218dcded9
@@ -34,6 +35,7 @@ DIST wine-staging-2.18.tar.gz 10243957 SHA256 
69c75d3ca17b1c3617cd0934a9e9ad6fca
 DIST wine-staging-2.19.tar.gz 10241240 SHA256 
2fdb083a484708362433000f92b54a5d648df190b2ab084647c45f5624063bd2 SHA512 
90916cb096bbfec35514eff4c1b6e2090b6e68e3e7af1164715f5abb1d255c5cfd6411f53c27cb277adcf0982fa6d6e508a7cdbc1404dcca6c2700b05c2c5483
 WHIRLPOOL 
3ed1a5d39d0ec186538e04ca09e4fa2729f356385523177b753e7c7183416f666f336bec7d4b606f29266cd227cf5e72f707c79adf510bc3899adb76ce3df84f
 DIST wine-staging-2.2.tar.gz 10078327 SHA256 
9d3cbf7e5f12c623d275457b910a158e0b176fcf50c09a5f8425864de604bc1d SHA512 
8ad3f8ba4c6439a9ec4884a55018a67c9e2c2384830074646aac7b70cb9f4f5a20f760247ab42dc3d2f697cdac7ea5322be8ed12c435cb0bc185ac08fdd4dd91
 WHIRLPOOL 
a34c19aaace64307de56d935cb0cef17d7c066c39b83c51e70ea76a20083f928bea55fe38d62b7a8250b0a9e8f00e0d2b744f43fcab433069ffb96625d955303
 DIST wine-staging-2.20.tar.gz 10240761 SHA256 
12f0272df79c28f64f9e012fa5dc08ad421188089c42c91d218bbf249502c4e3 SHA512 
16f55130291ca70487a74d01cee9057f95f3eae3e049d30fb2a9aeb8e425b2020289fb805fdbae860708be0615a86da0502c06ff32cc21536d040088cc13605f
 WHIRLPOOL 
4e5fcc20445da39685d4c2d4cbce5435828bb4f25c90dd8a23d9c9763679fd675df1f872b4e0df46ee8b65f5e398bc427e193b4276869ac897cd7fdca4408cc3
+DIST wine-staging-2.21.tar.gz 10229454 SHA256 
20ff258de2dcc2f886fcb804c313963da060a55c89f5265c69510a2adfd04b

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

2018-01-19 Thread NP Hardass
commit: 994b33b5cd8c76683f9160b1c3d7615f576e71cf
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Jan 20 03:43:48 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Sat Jan 20 04:03:17 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=994b33b5

app-emulation/wine-d3d9: Bump to 2.20

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-d3d9/Manifest  |   2 +
 app-emulation/wine-d3d9/wine-d3d9-2.20.ebuild | 570 ++
 2 files changed, 572 insertions(+)

diff --git a/app-emulation/wine-d3d9/Manifest b/app-emulation/wine-d3d9/Manifest
index f23136d..14e8a58 100644
--- a/app-emulation/wine-d3d9/Manifest
+++ b/app-emulation/wine-d3d9/Manifest
@@ -12,6 +12,7 @@ DIST wine-2.17.tar.xz 19505528 SHA256 
7edc95739043ccc55957af663fb910318283dc5d1d
 DIST wine-2.18.tar.xz 19546360 SHA256 
9f0931129878157d717cb39f16cd33bf49f40aac77331c93d0ad30f2ccac4f50 SHA512 
61cc39fa3d2b0a0ab3c5d17579865e6aea76dd9513a4b3c45975a2d5c05f2b4ba952b97eef547131a014763c7f692a08df29bc2ebf7e4ac7e2616e6a7822ddb9
 WHIRLPOOL 
e864dd1705c0480d3f3095aa02ab1e7bc5b41693cd6b791cdf05e636c7099562020ac3adcba6421653efdf5dbe232b5abe9071792785e008ea30dedbb63e080e
 DIST wine-2.19.tar.xz 19549464 SHA256 
487131e69875ae9c2d042798f954160146e603e449c3c97981f29b42f4a66095 SHA512 
83558231bdc592b1f69cfedf6c689063df7bd9fecdfafba6fb7f6a2c7fa7783973efb85a6a49305afc18b1aa268209ee5b9c0655756e05d7550468698dfa51ae
 WHIRLPOOL 
123aec3a367e67353655d940ba2ffe9386a583afbd0961dd3f446a00b0cf82ad4ed590508e03bf2a4e60b11753f8f430e748e6614f476675423f3bdaf7089288
 DIST wine-2.2.tar.xz 18916364 SHA256 
64cb57e1d8aa07f5c89ef26743b494f2d3ef9c0f4e50d3ee896a93535f7751f4 SHA512 
0700868244d397c1442948716321e5ff030c667edce464570f76aa4340199489a422872aa3975bc0a57b8285c9d59fc04e223a4bde094169fc6db460acb626c4
 WHIRLPOOL 
ffc3d357a76592651b589c6ac6608720d0258474890faf8fe3e20ac29cdd1496d569721256f9389d347bf2734a556099154fd18ef1b56f45bb46c4c15771d6ca
+DIST wine-2.20.tar.xz 19597556 SHA256 
b444826c69048932fd51ac00b791d18528a4d4abd4c397e5bd51ac60eda455a5 SHA512 
d8d374d1e690ce9d3964fc81054fb7f4cd56cbae6bc44ebbf80b7dc7f04524baa2bd831e0be8f00de4cb0e14c1cb71780d424f5dcb9851fcaed9fb22f5ce5d23
 WHIRLPOOL 
c5cfc20efdbb2a43433e93ffde8fe28507b1ad255d54cae36bf0268b18a629876b306127610bce298a47fa3fb8884ee902fd2ae41e22897d954383f0c5cd5bae
 DIST wine-2.3.tar.xz 18931732 SHA256 
afc95c7a87cc8f0730b462c50a5dfc9c462eb02c6bf5874b4fa99946f49e067e SHA512 
bea78e8468555ff9e08dedf3918da5ea82721549c43984869989bbdafeea00e454820ff9558aa29925c97a165a9b01e5cd1fd397f133833c58824984a6686171
 WHIRLPOOL 
1f5ec8e5c32d124277e4c71d95726d3a5337575757c3029567c77165d65fcfec2ddf33d3863b4bf55c9eff7c3582c1ec7dbd76d84ed8bbbe89dd16db6b0128c1
 DIST wine-2.4.tar.xz 18953748 SHA256 
87b5df07e4781fecce2f92415a4717208ea253a20a0df8b36b9f90b69b72748e SHA512 
15ae7e97dc72a8636b2c15c93803ed430fa456d673add61457cf3e479e769559c682b40949b5d38828f6681f13183e560fcb4a2eb0f0ba25e6eade46f7d3d7c0
 WHIRLPOOL 
558ab7b7517ad5e03366b4db974047eba776585e958a5b71bb2e93993e21bc725ea7a8bcf2a4354f34ca38c94ba99ccd15f2f8b5e4b58066bf339d3517eec56c
 DIST wine-2.5.tar.xz 18993176 SHA256 
13f92b7ab483323aaabbc6519851e688ad4372ea30569961c831d40d6d3bccd2 SHA512 
7b6faf6d8aa3d41465ad93ebae055581136f736c7eb8b4c61682e5a05589c83a0ff2c85e0f9abbca016f31b6f1c1435617c4994f1913f715a8707ebee3f28467
 WHIRLPOOL 
5acd2ac65df5dee1c860ddca72b8df8e021a0b95a3a1870d15468ce4591d569fa15bf8a0a6d341bcd3a624d13d0affe5b0263e67f9dfcbbf3ae7b59218dcded9
@@ -32,6 +33,7 @@ DIST wine-d3d9-2.17.tar.gz 48722 SHA256 
557ae75a68529f282f1f5e7e9991892d7d994f19
 DIST wine-d3d9-2.18.tar.gz 48722 SHA256 
d1b5210d4228ddcc60f76b4a8694d5feb4e3c68ca443ee182c8b14f25356 SHA512 
0e66c51e1957b27ccb9f326b0aaf2b0d09b7bbc9d03e1d321aa1789d2560b8e60fd83c4e86999d96a03aa73a37c96f34d93245763969a314150900741aa03933
 WHIRLPOOL 
c879d7ca20e2b339ab1ad862274320ceced84693311dfc02652a83304d0beb263a59e8978fae65ad50bbb51eaac51988ab2a0105c50dafa9176caf1baa791506
 DIST wine-d3d9-2.19.tar.gz 48818 SHA256 
54b5fbda45585304e65665e5b2da96a8dc30398c3f8ee12b77a613970b5af9f9 SHA512 
be43435cd53f367ca57080c08218db302a90bf85ec6e917e89375904c456b585b61fb6053f9b4366b7e844f8246cabe83460a9866f614dbb5df3edfb43b2f54a
 WHIRLPOOL 
bec78732ad8b0036999c4e481e2d6f50d2ec4002590f15fbebab740bbddbc5069f77853993a122ccc03b24cf2b6c76b80117b000648a97fec09eba988c792f57
 DIST wine-d3d9-2.2.tar.gz 48387 SHA256 
203ed60980ec584c09b413266728e3a93e2d980dbff9b4f65375a4e9744b5042 SHA512 
6e9e031b51afc8ec200bbd252ff0d768c29af23907f782409834de593f896afb128f86fe012c95dc18e5f3c7267f170eb343d2a2c53d639933a337f0c1e04fab
 WHIRLPOOL 
6b32c0dfd3068e87d94bbcd83718dd75a14b36d69b151e9257e04793d2d3ae78ce7da10b80cbc824ccefb6c11666241593f91963ddee6a58301f95bbde35285d
+DIST wine-d3d9-2.20.tar.gz 48822 SHA256 
94e0d7010ee8775fbb1990b1e6bcb78e5cc9da17bbeb076b1d62a75ddf50c612 

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

2018-01-19 Thread NP Hardass
commit: 66cb31aa1d3a6a315f5b2d1e651f0207c56a22fd
Author: Lucian Poston  gmail  com>
AuthorDate: Tue Dec  5 11:09:43 2017 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Sat Jan 20 04:03:17 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=66cb31aa

app-emulation/wine-staging: Add 2.20

Signed-off-by: NP-Hardass  gentoo.org>
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-emulation/wine-staging/Manifest|   2 +
 .../wine-staging/wine-staging-2.20.ebuild  | 607 +
 2 files changed, 609 insertions(+)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index 8be7b53..f790b3b 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -12,6 +12,7 @@ DIST wine-2.17.tar.xz 19505528 SHA256 
7edc95739043ccc55957af663fb910318283dc5d1d
 DIST wine-2.18.tar.xz 19546360 SHA256 
9f0931129878157d717cb39f16cd33bf49f40aac77331c93d0ad30f2ccac4f50 SHA512 
61cc39fa3d2b0a0ab3c5d17579865e6aea76dd9513a4b3c45975a2d5c05f2b4ba952b97eef547131a014763c7f692a08df29bc2ebf7e4ac7e2616e6a7822ddb9
 WHIRLPOOL 
e864dd1705c0480d3f3095aa02ab1e7bc5b41693cd6b791cdf05e636c7099562020ac3adcba6421653efdf5dbe232b5abe9071792785e008ea30dedbb63e080e
 DIST wine-2.19.tar.xz 19549464 SHA256 
487131e69875ae9c2d042798f954160146e603e449c3c97981f29b42f4a66095 SHA512 
83558231bdc592b1f69cfedf6c689063df7bd9fecdfafba6fb7f6a2c7fa7783973efb85a6a49305afc18b1aa268209ee5b9c0655756e05d7550468698dfa51ae
 WHIRLPOOL 
123aec3a367e67353655d940ba2ffe9386a583afbd0961dd3f446a00b0cf82ad4ed590508e03bf2a4e60b11753f8f430e748e6614f476675423f3bdaf7089288
 DIST wine-2.2.tar.xz 18916364 SHA256 
64cb57e1d8aa07f5c89ef26743b494f2d3ef9c0f4e50d3ee896a93535f7751f4 SHA512 
0700868244d397c1442948716321e5ff030c667edce464570f76aa4340199489a422872aa3975bc0a57b8285c9d59fc04e223a4bde094169fc6db460acb626c4
 WHIRLPOOL 
ffc3d357a76592651b589c6ac6608720d0258474890faf8fe3e20ac29cdd1496d569721256f9389d347bf2734a556099154fd18ef1b56f45bb46c4c15771d6ca
+DIST wine-2.20.tar.xz 19597556 SHA256 
b444826c69048932fd51ac00b791d18528a4d4abd4c397e5bd51ac60eda455a5 SHA512 
d8d374d1e690ce9d3964fc81054fb7f4cd56cbae6bc44ebbf80b7dc7f04524baa2bd831e0be8f00de4cb0e14c1cb71780d424f5dcb9851fcaed9fb22f5ce5d23
 WHIRLPOOL 
c5cfc20efdbb2a43433e93ffde8fe28507b1ad255d54cae36bf0268b18a629876b306127610bce298a47fa3fb8884ee902fd2ae41e22897d954383f0c5cd5bae
 DIST wine-2.3.tar.xz 18931732 SHA256 
afc95c7a87cc8f0730b462c50a5dfc9c462eb02c6bf5874b4fa99946f49e067e SHA512 
bea78e8468555ff9e08dedf3918da5ea82721549c43984869989bbdafeea00e454820ff9558aa29925c97a165a9b01e5cd1fd397f133833c58824984a6686171
 WHIRLPOOL 
1f5ec8e5c32d124277e4c71d95726d3a5337575757c3029567c77165d65fcfec2ddf33d3863b4bf55c9eff7c3582c1ec7dbd76d84ed8bbbe89dd16db6b0128c1
 DIST wine-2.4.tar.xz 18953748 SHA256 
87b5df07e4781fecce2f92415a4717208ea253a20a0df8b36b9f90b69b72748e SHA512 
15ae7e97dc72a8636b2c15c93803ed430fa456d673add61457cf3e479e769559c682b40949b5d38828f6681f13183e560fcb4a2eb0f0ba25e6eade46f7d3d7c0
 WHIRLPOOL 
558ab7b7517ad5e03366b4db974047eba776585e958a5b71bb2e93993e21bc725ea7a8bcf2a4354f34ca38c94ba99ccd15f2f8b5e4b58066bf339d3517eec56c
 DIST wine-2.5.tar.xz 18993176 SHA256 
13f92b7ab483323aaabbc6519851e688ad4372ea30569961c831d40d6d3bccd2 SHA512 
7b6faf6d8aa3d41465ad93ebae055581136f736c7eb8b4c61682e5a05589c83a0ff2c85e0f9abbca016f31b6f1c1435617c4994f1913f715a8707ebee3f28467
 WHIRLPOOL 
5acd2ac65df5dee1c860ddca72b8df8e021a0b95a3a1870d15468ce4591d569fa15bf8a0a6d341bcd3a624d13d0affe5b0263e67f9dfcbbf3ae7b59218dcded9
@@ -32,6 +33,7 @@ DIST wine-staging-2.17.tar.gz 10211107 SHA256 
f511bf3438dc418b4f667513bf1ae41925
 DIST wine-staging-2.18.tar.gz 10243957 SHA256 
69c75d3ca17b1c3617cd0934a9e9ad6fca37c6679900d2cb63f6981aa1026cc8 SHA512 
fe18b53d4160596d134ceed392f6459e9c183381f4712add43d8422e77d7d5d89ff34a3bb3afbd7740f250d85dfda0f3501e9600a41270790ae02138ed6d7dc7
 WHIRLPOOL 
2dc1429a7a4f13ee01b1317f1937ef7ec6b42c3cfdd78ff78bb8273e1056751edb2ac119904ba48ab645b430f269a9361a6d42bcbb5dfb46bd15a129569d3194
 DIST wine-staging-2.19.tar.gz 10241240 SHA256 
2fdb083a484708362433000f92b54a5d648df190b2ab084647c45f5624063bd2 SHA512 
90916cb096bbfec35514eff4c1b6e2090b6e68e3e7af1164715f5abb1d255c5cfd6411f53c27cb277adcf0982fa6d6e508a7cdbc1404dcca6c2700b05c2c5483
 WHIRLPOOL 
3ed1a5d39d0ec186538e04ca09e4fa2729f356385523177b753e7c7183416f666f336bec7d4b606f29266cd227cf5e72f707c79adf510bc3899adb76ce3df84f
 DIST wine-staging-2.2.tar.gz 10078327 SHA256 
9d3cbf7e5f12c623d275457b910a158e0b176fcf50c09a5f8425864de604bc1d SHA512 
8ad3f8ba4c6439a9ec4884a55018a67c9e2c2384830074646aac7b70cb9f4f5a20f760247ab42dc3d2f697cdac7ea5322be8ed12c435cb0bc185ac08fdd4dd91
 WHIRLPOOL 
a34c19aaace64307de56d935cb0cef17d7c066c39b83c51e70ea76a20083f928bea55fe38d62b7a8250b0a9e8f00e0d2b744f43fcab433069ffb96625d955303
+DIST wine-staging-2.20.tar.gz 10240761 SHA256 
12f0272df79c28f64f9e012fa5dc08ad421188089c42c91d218bbf249502c4

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

2018-01-19 Thread NP Hardass
commit: bba658da70a3c32a09f8de459036a6e8aa1e9fd8
Author: Lucian Poston  gmail  com>
AuthorDate: Tue Dec  5 11:06:07 2017 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Sat Jan 20 04:03:17 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=bba658da

app-emulation/wine-staging-: Add kerberos USE flag

Signed-off-by: NP-Hardass  gentoo.org>
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-emulation/wine-staging/wine-staging-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-emulation/wine-staging/wine-staging-.ebuild 
b/app-emulation/wine-staging/wine-staging-.ebuild
index c6adc7b..452a59b 100644
--- a/app-emulation/wine-staging/wine-staging-.ebuild
+++ b/app-emulation/wine-staging/wine-staging-.ebuild
@@ -44,7 +44,7 @@ fi
 
 LICENSE="LGPL-2.1"
 SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gstreamer +jpeg kernel_FreeBSD +lcms ldap +mono 
mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pcap 
pipelight +png prelink pulseaudio +realtime +run-exes s3tc samba scanner 
selinux +ssl staging test themes +threads +truetype udev +udisks v4l vaapi +X 
+xcomposite xinerama +xml"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gstreamer +jpeg kerberos kernel_FreeBSD +lcms 
ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl 
pcap pipelight +png prelink pulseaudio +realtime +run-exes s3tc samba scanner 
selinux +ssl staging test themes +threads +truetype udev +udisks v4l vaapi +X 
+xcomposite xinerama +xml"
 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
X? ( truetype )
elibc_glibc? ( threads )
@@ -79,6 +79,7 @@ COMMON_DEPEND="
media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
)
jpeg? ( virtual/jpeg:0=[${MULTILIB_USEDEP}] )
+   kerberos? ( virtual/krb5:0=[${MULTILIB_USEDEP}] )
lcms? ( media-libs/lcms:2=[${MULTILIB_USEDEP}] )
ldap? ( net-nds/openldap:=[${MULTILIB_USEDEP}] )
mp3? ( >=media-sound/mpg123-1.5.0[${MULTILIB_USEDEP}] )
@@ -437,6 +438,7 @@ multilib_src_configure() {
$(use_with gstreamer)
--without-hal
$(use_with jpeg)
+   $(use_with kerberos krb5)
$(use_with ldap)
$(use_enable mono mscoree)
$(use_with mp3 mpg123)



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

2018-01-19 Thread NP Hardass
commit: e223ba9ba5d229fcc48e24b22b43a5fd4d3330a3
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Jan 20 03:50:17 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Sat Jan 20 04:03:17 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=e223ba9b

app-emulation/wine-any:  Add kerberos USE flag to 

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-any/wine-any-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-emulation/wine-any/wine-any-.ebuild 
b/app-emulation/wine-any/wine-any-.ebuild
index 4744fac..d8db24b 100644
--- a/app-emulation/wine-any/wine-any-.ebuild
+++ b/app-emulation/wine-any/wine-any-.ebuild
@@ -48,7 +48,7 @@ fi
 
 LICENSE="LGPL-2.1"
 SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos 
elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg kernel_FreeBSD +lcms 
ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl 
pcap pipelight +png prelink pulseaudio +realtime +run-exes s3tc samba scanner 
selinux +ssl staging test themes +threads +truetype udev +udisks v4l vaapi +X 
+xcomposite xinerama +xml"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos 
elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl 
+opengl osmesa oss +perl pcap pipelight +png prelink pulseaudio +realtime 
+run-exes s3tc samba scanner selinux +ssl staging test themes +threads 
+truetype udev +udisks v4l vaapi +X +xcomposite xinerama +xml"
 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
X? ( truetype )
elibc_glibc? ( threads )
@@ -89,6 +89,7 @@ COMMON_DEPEND="
media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
)
jpeg? ( virtual/jpeg:0=[${MULTILIB_USEDEP}] )
+   kerberos? ( virtual/krb5:0=[${MULTILIB_USEDEP}] )
lcms? ( media-libs/lcms:2=[${MULTILIB_USEDEP}] )
ldap? ( net-nds/openldap:=[${MULTILIB_USEDEP}] )
mp3? ( >=media-sound/mpg123-1.5.0[${MULTILIB_USEDEP}] )
@@ -459,6 +460,7 @@ multilib_src_configure() {
$(use_with gstreamer)
--without-hal
$(use_with jpeg)
+   $(use_with kerberos krb5)
$(use_with ldap)
$(use_enable mono mscoree)
$(use_with mp3 mpg123)



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

2018-01-19 Thread NP Hardass
commit: ba108c86a9a2c7240e266d51223b0ffb1285bcf8
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Jan 20 03:53:34 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Sat Jan 20 04:03:18 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=ba108c86

app-emulation/wine-any: Bump to 2.21

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-any/Manifest |   3 +
 app-emulation/wine-any/wine-any-2.21.ebuild | 636 
 2 files changed, 639 insertions(+)

diff --git a/app-emulation/wine-any/Manifest b/app-emulation/wine-any/Manifest
index 0ea3948..9f5732c 100644
--- a/app-emulation/wine-any/Manifest
+++ b/app-emulation/wine-any/Manifest
@@ -13,6 +13,7 @@ DIST wine-2.18.tar.xz 19546360 SHA256 
9f0931129878157d717cb39f16cd33bf49f40aac77
 DIST wine-2.19.tar.xz 19549464 SHA256 
487131e69875ae9c2d042798f954160146e603e449c3c97981f29b42f4a66095 SHA512 
83558231bdc592b1f69cfedf6c689063df7bd9fecdfafba6fb7f6a2c7fa7783973efb85a6a49305afc18b1aa268209ee5b9c0655756e05d7550468698dfa51ae
 WHIRLPOOL 
123aec3a367e67353655d940ba2ffe9386a583afbd0961dd3f446a00b0cf82ad4ed590508e03bf2a4e60b11753f8f430e748e6614f476675423f3bdaf7089288
 DIST wine-2.2.tar.xz 18916364 SHA256 
64cb57e1d8aa07f5c89ef26743b494f2d3ef9c0f4e50d3ee896a93535f7751f4 SHA512 
0700868244d397c1442948716321e5ff030c667edce464570f76aa4340199489a422872aa3975bc0a57b8285c9d59fc04e223a4bde094169fc6db460acb626c4
 WHIRLPOOL 
ffc3d357a76592651b589c6ac6608720d0258474890faf8fe3e20ac29cdd1496d569721256f9389d347bf2734a556099154fd18ef1b56f45bb46c4c15771d6ca
 DIST wine-2.20.tar.xz 19597556 SHA256 
b444826c69048932fd51ac00b791d18528a4d4abd4c397e5bd51ac60eda455a5 SHA512 
d8d374d1e690ce9d3964fc81054fb7f4cd56cbae6bc44ebbf80b7dc7f04524baa2bd831e0be8f00de4cb0e14c1cb71780d424f5dcb9851fcaed9fb22f5ce5d23
 WHIRLPOOL 
c5cfc20efdbb2a43433e93ffde8fe28507b1ad255d54cae36bf0268b18a629876b306127610bce298a47fa3fb8884ee902fd2ae41e22897d954383f0c5cd5bae
+DIST wine-2.21.tar.xz 19620888 SHA256 
bafa04e8cfbb3c5fbb6bb5080fb5d3f2f6816ac69518d0ed50aceadb66b4abef SHA512 
4e33c463debe637827ed65f1118e692832bb5374491f706f9d251b8a2956e20d2df5d90ceba218b9bc9e946de91b8ba1d96b460453f59cdd9d82f070d07e0c43
 WHIRLPOOL 
5ae58da2c226bd580c810fea1a733c6ae675680b9e4420fb6378b445c7acdd048f62d1402a65747fd906c2f3409beed24005d456f4c2c4bc7688dc34139dd503
 DIST wine-2.3.tar.xz 18931732 SHA256 
afc95c7a87cc8f0730b462c50a5dfc9c462eb02c6bf5874b4fa99946f49e067e SHA512 
bea78e8468555ff9e08dedf3918da5ea82721549c43984869989bbdafeea00e454820ff9558aa29925c97a165a9b01e5cd1fd397f133833c58824984a6686171
 WHIRLPOOL 
1f5ec8e5c32d124277e4c71d95726d3a5337575757c3029567c77165d65fcfec2ddf33d3863b4bf55c9eff7c3582c1ec7dbd76d84ed8bbbe89dd16db6b0128c1
 DIST wine-2.4.tar.xz 18953748 SHA256 
87b5df07e4781fecce2f92415a4717208ea253a20a0df8b36b9f90b69b72748e SHA512 
15ae7e97dc72a8636b2c15c93803ed430fa456d673add61457cf3e479e769559c682b40949b5d38828f6681f13183e560fcb4a2eb0f0ba25e6eade46f7d3d7c0
 WHIRLPOOL 
558ab7b7517ad5e03366b4db974047eba776585e958a5b71bb2e93993e21bc725ea7a8bcf2a4354f34ca38c94ba99ccd15f2f8b5e4b58066bf339d3517eec56c
 DIST wine-2.5.tar.xz 18993176 SHA256 
13f92b7ab483323aaabbc6519851e688ad4372ea30569961c831d40d6d3bccd2 SHA512 
7b6faf6d8aa3d41465ad93ebae055581136f736c7eb8b4c61682e5a05589c83a0ff2c85e0f9abbca016f31b6f1c1435617c4994f1913f715a8707ebee3f28467
 WHIRLPOOL 
5acd2ac65df5dee1c860ddca72b8df8e021a0b95a3a1870d15468ce4591d569fa15bf8a0a6d341bcd3a624d13d0affe5b0263e67f9dfcbbf3ae7b59218dcded9
@@ -34,6 +35,7 @@ DIST wine-d3d9-2.18.tar.gz 48722 SHA256 
d1b5210d4228ddcc60f76b4a8694d5feb4e3c68c
 DIST wine-d3d9-2.19.tar.gz 48818 SHA256 
54b5fbda45585304e65665e5b2da96a8dc30398c3f8ee12b77a613970b5af9f9 SHA512 
be43435cd53f367ca57080c08218db302a90bf85ec6e917e89375904c456b585b61fb6053f9b4366b7e844f8246cabe83460a9866f614dbb5df3edfb43b2f54a
 WHIRLPOOL 
bec78732ad8b0036999c4e481e2d6f50d2ec4002590f15fbebab740bbddbc5069f77853993a122ccc03b24cf2b6c76b80117b000648a97fec09eba988c792f57
 DIST wine-d3d9-2.2.tar.gz 48387 SHA256 
203ed60980ec584c09b413266728e3a93e2d980dbff9b4f65375a4e9744b5042 SHA512 
6e9e031b51afc8ec200bbd252ff0d768c29af23907f782409834de593f896afb128f86fe012c95dc18e5f3c7267f170eb343d2a2c53d639933a337f0c1e04fab
 WHIRLPOOL 
6b32c0dfd3068e87d94bbcd83718dd75a14b36d69b151e9257e04793d2d3ae78ce7da10b80cbc824ccefb6c11666241593f91963ddee6a58301f95bbde35285d
 DIST wine-d3d9-2.20.tar.gz 48822 SHA256 
94e0d7010ee8775fbb1990b1e6bcb78e5cc9da17bbeb076b1d62a75ddf50c612 SHA512 
f1fa4882514d0bbb77a728a9153cddd5029fca49c5221783fafc13f30888b606c6be4417ecdf85bd80a659ecf54c57ea5aedd49acb87cdc9b42d98f68dc0
 WHIRLPOOL 
104ae6448458c5368b41832069023990a7d69eca39253cfaf06bfb305c474c75e6fbd7ef280bee0f64b73f7252f3b4ef27a2bad18769fd27baedfc5b1ce310f2
+DIST wine-d3d9-2.21.tar.gz 48813 SHA256 
0bbe05fab356b5f243bb8c3c0c9da7fa8ef7739b6ea1cdb4f52efd44a4045d76 

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

2018-01-19 Thread NP Hardass
commit: 127157a6620e76d7078286e2ca3248f9f73f8687
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Jan 20 03:52:00 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Sat Jan 20 04:03:17 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=127157a6

app-emulation/wine-any: Bump to 2.20

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-any/Manifest |   3 +
 app-emulation/wine-any/wine-any-2.20.ebuild | 636 
 2 files changed, 639 insertions(+)

diff --git a/app-emulation/wine-any/Manifest b/app-emulation/wine-any/Manifest
index d6fe8c7..0ea3948 100644
--- a/app-emulation/wine-any/Manifest
+++ b/app-emulation/wine-any/Manifest
@@ -12,6 +12,7 @@ DIST wine-2.17.tar.xz 19505528 SHA256 
7edc95739043ccc55957af663fb910318283dc5d1d
 DIST wine-2.18.tar.xz 19546360 SHA256 
9f0931129878157d717cb39f16cd33bf49f40aac77331c93d0ad30f2ccac4f50 SHA512 
61cc39fa3d2b0a0ab3c5d17579865e6aea76dd9513a4b3c45975a2d5c05f2b4ba952b97eef547131a014763c7f692a08df29bc2ebf7e4ac7e2616e6a7822ddb9
 WHIRLPOOL 
e864dd1705c0480d3f3095aa02ab1e7bc5b41693cd6b791cdf05e636c7099562020ac3adcba6421653efdf5dbe232b5abe9071792785e008ea30dedbb63e080e
 DIST wine-2.19.tar.xz 19549464 SHA256 
487131e69875ae9c2d042798f954160146e603e449c3c97981f29b42f4a66095 SHA512 
83558231bdc592b1f69cfedf6c689063df7bd9fecdfafba6fb7f6a2c7fa7783973efb85a6a49305afc18b1aa268209ee5b9c0655756e05d7550468698dfa51ae
 WHIRLPOOL 
123aec3a367e67353655d940ba2ffe9386a583afbd0961dd3f446a00b0cf82ad4ed590508e03bf2a4e60b11753f8f430e748e6614f476675423f3bdaf7089288
 DIST wine-2.2.tar.xz 18916364 SHA256 
64cb57e1d8aa07f5c89ef26743b494f2d3ef9c0f4e50d3ee896a93535f7751f4 SHA512 
0700868244d397c1442948716321e5ff030c667edce464570f76aa4340199489a422872aa3975bc0a57b8285c9d59fc04e223a4bde094169fc6db460acb626c4
 WHIRLPOOL 
ffc3d357a76592651b589c6ac6608720d0258474890faf8fe3e20ac29cdd1496d569721256f9389d347bf2734a556099154fd18ef1b56f45bb46c4c15771d6ca
+DIST wine-2.20.tar.xz 19597556 SHA256 
b444826c69048932fd51ac00b791d18528a4d4abd4c397e5bd51ac60eda455a5 SHA512 
d8d374d1e690ce9d3964fc81054fb7f4cd56cbae6bc44ebbf80b7dc7f04524baa2bd831e0be8f00de4cb0e14c1cb71780d424f5dcb9851fcaed9fb22f5ce5d23
 WHIRLPOOL 
c5cfc20efdbb2a43433e93ffde8fe28507b1ad255d54cae36bf0268b18a629876b306127610bce298a47fa3fb8884ee902fd2ae41e22897d954383f0c5cd5bae
 DIST wine-2.3.tar.xz 18931732 SHA256 
afc95c7a87cc8f0730b462c50a5dfc9c462eb02c6bf5874b4fa99946f49e067e SHA512 
bea78e8468555ff9e08dedf3918da5ea82721549c43984869989bbdafeea00e454820ff9558aa29925c97a165a9b01e5cd1fd397f133833c58824984a6686171
 WHIRLPOOL 
1f5ec8e5c32d124277e4c71d95726d3a5337575757c3029567c77165d65fcfec2ddf33d3863b4bf55c9eff7c3582c1ec7dbd76d84ed8bbbe89dd16db6b0128c1
 DIST wine-2.4.tar.xz 18953748 SHA256 
87b5df07e4781fecce2f92415a4717208ea253a20a0df8b36b9f90b69b72748e SHA512 
15ae7e97dc72a8636b2c15c93803ed430fa456d673add61457cf3e479e769559c682b40949b5d38828f6681f13183e560fcb4a2eb0f0ba25e6eade46f7d3d7c0
 WHIRLPOOL 
558ab7b7517ad5e03366b4db974047eba776585e958a5b71bb2e93993e21bc725ea7a8bcf2a4354f34ca38c94ba99ccd15f2f8b5e4b58066bf339d3517eec56c
 DIST wine-2.5.tar.xz 18993176 SHA256 
13f92b7ab483323aaabbc6519851e688ad4372ea30569961c831d40d6d3bccd2 SHA512 
7b6faf6d8aa3d41465ad93ebae055581136f736c7eb8b4c61682e5a05589c83a0ff2c85e0f9abbca016f31b6f1c1435617c4994f1913f715a8707ebee3f28467
 WHIRLPOOL 
5acd2ac65df5dee1c860ddca72b8df8e021a0b95a3a1870d15468ce4591d569fa15bf8a0a6d341bcd3a624d13d0affe5b0263e67f9dfcbbf3ae7b59218dcded9
@@ -32,6 +33,7 @@ DIST wine-d3d9-2.17.tar.gz 48722 SHA256 
557ae75a68529f282f1f5e7e9991892d7d994f19
 DIST wine-d3d9-2.18.tar.gz 48722 SHA256 
d1b5210d4228ddcc60f76b4a8694d5feb4e3c68ca443ee182c8b14f25356 SHA512 
0e66c51e1957b27ccb9f326b0aaf2b0d09b7bbc9d03e1d321aa1789d2560b8e60fd83c4e86999d96a03aa73a37c96f34d93245763969a314150900741aa03933
 WHIRLPOOL 
c879d7ca20e2b339ab1ad862274320ceced84693311dfc02652a83304d0beb263a59e8978fae65ad50bbb51eaac51988ab2a0105c50dafa9176caf1baa791506
 DIST wine-d3d9-2.19.tar.gz 48818 SHA256 
54b5fbda45585304e65665e5b2da96a8dc30398c3f8ee12b77a613970b5af9f9 SHA512 
be43435cd53f367ca57080c08218db302a90bf85ec6e917e89375904c456b585b61fb6053f9b4366b7e844f8246cabe83460a9866f614dbb5df3edfb43b2f54a
 WHIRLPOOL 
bec78732ad8b0036999c4e481e2d6f50d2ec4002590f15fbebab740bbddbc5069f77853993a122ccc03b24cf2b6c76b80117b000648a97fec09eba988c792f57
 DIST wine-d3d9-2.2.tar.gz 48387 SHA256 
203ed60980ec584c09b413266728e3a93e2d980dbff9b4f65375a4e9744b5042 SHA512 
6e9e031b51afc8ec200bbd252ff0d768c29af23907f782409834de593f896afb128f86fe012c95dc18e5f3c7267f170eb343d2a2c53d639933a337f0c1e04fab
 WHIRLPOOL 
6b32c0dfd3068e87d94bbcd83718dd75a14b36d69b151e9257e04793d2d3ae78ce7da10b80cbc824ccefb6c11666241593f91963ddee6a58301f95bbde35285d
+DIST wine-d3d9-2.20.tar.gz 48822 SHA256 
94e0d7010ee8775fbb1990b1e6bcb78e5cc9da17bbeb076b1d62a75ddf50c612 

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

2018-01-19 Thread NP Hardass
commit: ebd7154af4bce61c75a4f43d868a7337e16a6cf6
Author: Lucian Poston  gmail  com>
AuthorDate: Sat Nov 25 23:38:48 2017 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Sat Jan 20 04:03:18 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=ebd7154a

app-emulation/wine-vanilla: Add 2.22

Signed-off-by: NP-Hardass  gentoo.org>
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-emulation/wine-vanilla/Manifest|   1 +
 .../wine-vanilla/wine-vanilla-2.22.ebuild  | 527 +
 2 files changed, 528 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index f147745..1b05420 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -17,6 +17,7 @@ DIST wine-2.19.tar.xz 19549464 SHA256 
487131e69875ae9c2d042798f954160146e603e449
 DIST wine-2.2.tar.xz 18916364 SHA256 
64cb57e1d8aa07f5c89ef26743b494f2d3ef9c0f4e50d3ee896a93535f7751f4 SHA512 
0700868244d397c1442948716321e5ff030c667edce464570f76aa4340199489a422872aa3975bc0a57b8285c9d59fc04e223a4bde094169fc6db460acb626c4
 WHIRLPOOL 
ffc3d357a76592651b589c6ac6608720d0258474890faf8fe3e20ac29cdd1496d569721256f9389d347bf2734a556099154fd18ef1b56f45bb46c4c15771d6ca
 DIST wine-2.20.tar.xz 19597556 SHA256 
b444826c69048932fd51ac00b791d18528a4d4abd4c397e5bd51ac60eda455a5 SHA512 
d8d374d1e690ce9d3964fc81054fb7f4cd56cbae6bc44ebbf80b7dc7f04524baa2bd831e0be8f00de4cb0e14c1cb71780d424f5dcb9851fcaed9fb22f5ce5d23
 WHIRLPOOL 
c5cfc20efdbb2a43433e93ffde8fe28507b1ad255d54cae36bf0268b18a629876b306127610bce298a47fa3fb8884ee902fd2ae41e22897d954383f0c5cd5bae
 DIST wine-2.21.tar.xz 19620888 SHA256 
bafa04e8cfbb3c5fbb6bb5080fb5d3f2f6816ac69518d0ed50aceadb66b4abef SHA512 
4e33c463debe637827ed65f1118e692832bb5374491f706f9d251b8a2956e20d2df5d90ceba218b9bc9e946de91b8ba1d96b460453f59cdd9d82f070d07e0c43
 WHIRLPOOL 
5ae58da2c226bd580c810fea1a733c6ae675680b9e4420fb6378b445c7acdd048f62d1402a65747fd906c2f3409beed24005d456f4c2c4bc7688dc34139dd503
+DIST wine-2.22.tar.xz 19635032 SHA256 
db5c7e7f652405d927b3ba43cc09e4e2f5726a2c7cbf9445a0d01d1b335e8b73 SHA512 
14ecc25c3012c4eb9b1d3207372d0a4187f62593f986caca3196811b8aac0a7b898ae9acd94c707e0d63b6702019cf5051a964ada606b1ff8fb034bb353116bb
 WHIRLPOOL 
fe1e51c9e47c2aa9f94160a0da1ec62505510e86a6b1d893c5fbc3ca1617845245c37ca056e001fb07ec8ea5302bb323af9929a5fe6ed85b64c4624726b02afb
 DIST wine-2.3.tar.xz 18931732 SHA256 
afc95c7a87cc8f0730b462c50a5dfc9c462eb02c6bf5874b4fa99946f49e067e SHA512 
bea78e8468555ff9e08dedf3918da5ea82721549c43984869989bbdafeea00e454820ff9558aa29925c97a165a9b01e5cd1fd397f133833c58824984a6686171
 WHIRLPOOL 
1f5ec8e5c32d124277e4c71d95726d3a5337575757c3029567c77165d65fcfec2ddf33d3863b4bf55c9eff7c3582c1ec7dbd76d84ed8bbbe89dd16db6b0128c1
 DIST wine-2.4.tar.xz 18953748 SHA256 
87b5df07e4781fecce2f92415a4717208ea253a20a0df8b36b9f90b69b72748e SHA512 
15ae7e97dc72a8636b2c15c93803ed430fa456d673add61457cf3e479e769559c682b40949b5d38828f6681f13183e560fcb4a2eb0f0ba25e6eade46f7d3d7c0
 WHIRLPOOL 
558ab7b7517ad5e03366b4db974047eba776585e958a5b71bb2e93993e21bc725ea7a8bcf2a4354f34ca38c94ba99ccd15f2f8b5e4b58066bf339d3517eec56c
 DIST wine-2.5.tar.xz 18993176 SHA256 
13f92b7ab483323aaabbc6519851e688ad4372ea30569961c831d40d6d3bccd2 SHA512 
7b6faf6d8aa3d41465ad93ebae055581136f736c7eb8b4c61682e5a05589c83a0ff2c85e0f9abbca016f31b6f1c1435617c4994f1913f715a8707ebee3f28467
 WHIRLPOOL 
5acd2ac65df5dee1c860ddca72b8df8e021a0b95a3a1870d15468ce4591d569fa15bf8a0a6d341bcd3a624d13d0affe5b0263e67f9dfcbbf3ae7b59218dcded9

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.22.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.22.ebuild
new file mode 100644
index 000..4e3940a
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.22.ebuild
@@ -0,0 +1,527 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv 
te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools eutils flag-o-matic gnome2-utils l10n multilib 
multilib-minimal pax-utils toolchain-funcs virtualx versionator xdg-utils
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+   #KEYWORDS=""
+else
+   MAJOR_V=$(get_version_component_range 1)
+   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz;
+   KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
+fi
+S="${WORKDIR}/${MY_P}"
+
+GWP_V="20170830"
+PATCHDIR="${WORKDIR}/gentoo-wine-patches"
+
+DESCRIPTION="Free implementation of Window

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

2018-01-19 Thread NP Hardass
commit: 5f9ae61f4e2c4b76805e56eb77457acbf9e6bd9a
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Jan 20 03:45:05 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Sat Jan 20 04:03:17 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=5f9ae61f

app-emulation/wine-d3d9: Bump to 2.21

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-d3d9/Manifest  |   2 +
 app-emulation/wine-d3d9/wine-d3d9-2.21.ebuild | 570 ++
 2 files changed, 572 insertions(+)

diff --git a/app-emulation/wine-d3d9/Manifest b/app-emulation/wine-d3d9/Manifest
index 14e8a58..212d3de 100644
--- a/app-emulation/wine-d3d9/Manifest
+++ b/app-emulation/wine-d3d9/Manifest
@@ -13,6 +13,7 @@ DIST wine-2.18.tar.xz 19546360 SHA256 
9f0931129878157d717cb39f16cd33bf49f40aac77
 DIST wine-2.19.tar.xz 19549464 SHA256 
487131e69875ae9c2d042798f954160146e603e449c3c97981f29b42f4a66095 SHA512 
83558231bdc592b1f69cfedf6c689063df7bd9fecdfafba6fb7f6a2c7fa7783973efb85a6a49305afc18b1aa268209ee5b9c0655756e05d7550468698dfa51ae
 WHIRLPOOL 
123aec3a367e67353655d940ba2ffe9386a583afbd0961dd3f446a00b0cf82ad4ed590508e03bf2a4e60b11753f8f430e748e6614f476675423f3bdaf7089288
 DIST wine-2.2.tar.xz 18916364 SHA256 
64cb57e1d8aa07f5c89ef26743b494f2d3ef9c0f4e50d3ee896a93535f7751f4 SHA512 
0700868244d397c1442948716321e5ff030c667edce464570f76aa4340199489a422872aa3975bc0a57b8285c9d59fc04e223a4bde094169fc6db460acb626c4
 WHIRLPOOL 
ffc3d357a76592651b589c6ac6608720d0258474890faf8fe3e20ac29cdd1496d569721256f9389d347bf2734a556099154fd18ef1b56f45bb46c4c15771d6ca
 DIST wine-2.20.tar.xz 19597556 SHA256 
b444826c69048932fd51ac00b791d18528a4d4abd4c397e5bd51ac60eda455a5 SHA512 
d8d374d1e690ce9d3964fc81054fb7f4cd56cbae6bc44ebbf80b7dc7f04524baa2bd831e0be8f00de4cb0e14c1cb71780d424f5dcb9851fcaed9fb22f5ce5d23
 WHIRLPOOL 
c5cfc20efdbb2a43433e93ffde8fe28507b1ad255d54cae36bf0268b18a629876b306127610bce298a47fa3fb8884ee902fd2ae41e22897d954383f0c5cd5bae
+DIST wine-2.21.tar.xz 19620888 SHA256 
bafa04e8cfbb3c5fbb6bb5080fb5d3f2f6816ac69518d0ed50aceadb66b4abef SHA512 
4e33c463debe637827ed65f1118e692832bb5374491f706f9d251b8a2956e20d2df5d90ceba218b9bc9e946de91b8ba1d96b460453f59cdd9d82f070d07e0c43
 WHIRLPOOL 
5ae58da2c226bd580c810fea1a733c6ae675680b9e4420fb6378b445c7acdd048f62d1402a65747fd906c2f3409beed24005d456f4c2c4bc7688dc34139dd503
 DIST wine-2.3.tar.xz 18931732 SHA256 
afc95c7a87cc8f0730b462c50a5dfc9c462eb02c6bf5874b4fa99946f49e067e SHA512 
bea78e8468555ff9e08dedf3918da5ea82721549c43984869989bbdafeea00e454820ff9558aa29925c97a165a9b01e5cd1fd397f133833c58824984a6686171
 WHIRLPOOL 
1f5ec8e5c32d124277e4c71d95726d3a5337575757c3029567c77165d65fcfec2ddf33d3863b4bf55c9eff7c3582c1ec7dbd76d84ed8bbbe89dd16db6b0128c1
 DIST wine-2.4.tar.xz 18953748 SHA256 
87b5df07e4781fecce2f92415a4717208ea253a20a0df8b36b9f90b69b72748e SHA512 
15ae7e97dc72a8636b2c15c93803ed430fa456d673add61457cf3e479e769559c682b40949b5d38828f6681f13183e560fcb4a2eb0f0ba25e6eade46f7d3d7c0
 WHIRLPOOL 
558ab7b7517ad5e03366b4db974047eba776585e958a5b71bb2e93993e21bc725ea7a8bcf2a4354f34ca38c94ba99ccd15f2f8b5e4b58066bf339d3517eec56c
 DIST wine-2.5.tar.xz 18993176 SHA256 
13f92b7ab483323aaabbc6519851e688ad4372ea30569961c831d40d6d3bccd2 SHA512 
7b6faf6d8aa3d41465ad93ebae055581136f736c7eb8b4c61682e5a05589c83a0ff2c85e0f9abbca016f31b6f1c1435617c4994f1913f715a8707ebee3f28467
 WHIRLPOOL 
5acd2ac65df5dee1c860ddca72b8df8e021a0b95a3a1870d15468ce4591d569fa15bf8a0a6d341bcd3a624d13d0affe5b0263e67f9dfcbbf3ae7b59218dcded9
@@ -34,6 +35,7 @@ DIST wine-d3d9-2.18.tar.gz 48722 SHA256 
d1b5210d4228ddcc60f76b4a8694d5feb4e3c68c
 DIST wine-d3d9-2.19.tar.gz 48818 SHA256 
54b5fbda45585304e65665e5b2da96a8dc30398c3f8ee12b77a613970b5af9f9 SHA512 
be43435cd53f367ca57080c08218db302a90bf85ec6e917e89375904c456b585b61fb6053f9b4366b7e844f8246cabe83460a9866f614dbb5df3edfb43b2f54a
 WHIRLPOOL 
bec78732ad8b0036999c4e481e2d6f50d2ec4002590f15fbebab740bbddbc5069f77853993a122ccc03b24cf2b6c76b80117b000648a97fec09eba988c792f57
 DIST wine-d3d9-2.2.tar.gz 48387 SHA256 
203ed60980ec584c09b413266728e3a93e2d980dbff9b4f65375a4e9744b5042 SHA512 
6e9e031b51afc8ec200bbd252ff0d768c29af23907f782409834de593f896afb128f86fe012c95dc18e5f3c7267f170eb343d2a2c53d639933a337f0c1e04fab
 WHIRLPOOL 
6b32c0dfd3068e87d94bbcd83718dd75a14b36d69b151e9257e04793d2d3ae78ce7da10b80cbc824ccefb6c11666241593f91963ddee6a58301f95bbde35285d
 DIST wine-d3d9-2.20.tar.gz 48822 SHA256 
94e0d7010ee8775fbb1990b1e6bcb78e5cc9da17bbeb076b1d62a75ddf50c612 SHA512 
f1fa4882514d0bbb77a728a9153cddd5029fca49c5221783fafc13f30888b606c6be4417ecdf85bd80a659ecf54c57ea5aedd49acb87cdc9b42d98f68dc0
 WHIRLPOOL 
104ae6448458c5368b41832069023990a7d69eca39253cfaf06bfb305c474c75e6fbd7ef280bee0f64b73f7252f3b4ef27a2bad18769fd27baedfc5b1ce310f2
+DIST wine-d3d9-2.21.tar.gz 48813 SHA256 
0bbe05fab356b5f243bb8c3c0c9da7fa8ef7739b6ea1cdb4f52efd44a4045d76 

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

2018-01-19 Thread NP Hardass
commit: e74569f9bac863d0a06d761a3b899af68712afcf
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Jan 20 03:16:53 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Sat Jan 20 04:03:18 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=e74569f9

app-emulation/wine-vanilla: Bump to 2.0.4

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-vanilla/Manifest|   1 +
 .../wine-vanilla/wine-vanilla-2.0.4.ebuild | 523 +
 2 files changed, 524 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 1b05420..7b48f13 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -2,6 +2,7 @@ DIST gentoo-wine-patches-20170830.tar.xz 58456 SHA256 
fb7781d0ae360cbc3860c2d2e8
 DIST wine-2.0.1.tar.xz 18845444 SHA256 
6cfb4eaae566dc7afb7ac0f1f2db2c0d69969952acab0debf084ee8f7b071583 SHA512 
b32d07443655898768383b7409c21093b60c028fef166a596dad5dfab5a329b9fce4552e612c6d182e4f67eb1f28ed497fe2ed6af55dd3e96a124547722d
 WHIRLPOOL 
0fbaf53504e4e40db6227f45f5b92ac388c2bf23d4f573e4d3b60ccaaadeeccb5a696226d1bd4aa8b245f21c8d6a13aac423ead3f4692ebc1e8e613714168501
 DIST wine-2.0.2.tar.xz 18854952 SHA256 
f71884f539928877f4b415309f582825d3d3c9976104e43d566944c710713c9a SHA512 
3f37080a951819304cd3475f6012f1d6b5a94879b137cdf816cac4c8fde68ddc777905e92277ec5dce96437d8c32c43d55d3750b582781a9f9774b118f1a5b90
 WHIRLPOOL 
cf21a899c60749c37353abc4ba974b3d6cc369769ace70fde899ff1cb5ac8a97828165cf2dbfbcf0915f5196ac58974948fe3e5b2c9854296a5eea75f8023ae5
 DIST wine-2.0.3.tar.xz 18864648 SHA256 
a811c664f870a3a01449443a93a6fcee41aea2e912e58f72742eb7924962be56 SHA512 
e20dbcb3a48ecb3526eba075d4baebab2529dfc50b7a6d5e18294704470f61db386013f457118c270274b911f9643d203110f46558d23e84e6a6c2d78e237dbb
 WHIRLPOOL 
36928e816b6e4dec2173c424042c3e9da83be4a8fb3847bc90606d92858c66d4f1f41d4e1477d797e19d955d21a01710f1c3149f72da7011fae186705529f29c
+DIST wine-2.0.4.tar.xz 18898148 SHA256 
b5e07b350edd34e4fb2615edb143f832a208a939fc9937a819181eecaf32985a SHA512 
8fccb93e5ebe482ed81e948e3b7f87d4fe5b1f838a10f9cdcafa9561de4ef54b7d5acdc292bf28ad3aaf44be34c5ad8452ebbfc39f49f95fcbe9f9d0fcfc862c
 WHIRLPOOL 
ab51ff83c00ca2922a90eee7bdb0bd2dbbe08635a1bc6dbb79b38feb2ed690c838c0b9d2b6b28f6f0027338bc14846e60f1924445e89123c783fca6a21c84703
 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.10.tar.xz 19209580 SHA256 
488df7ffd2e81da455bf428fc9eb784bb4273a890334500895665711bd52f179 SHA512 
8807e16a571bf45d99097ad5fdfb9fe755f6dbe84010a330fed82f1d48c76b7f19589bfc0e5dde0b9e49a608fd0501db3f7e3e129e4d9d34bcae03bc51a73139
 WHIRLPOOL 
e9a8248aac31593fbac28a3d8d4e62bfce14a7c41cc416ebfca8606518d28efd31b32196133da211f75f48bd228bd5d21fcbbc0479293e813ed99b258b37126e

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.0.4.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.0.4.ebuild
new file mode 100644
index 000..c7dc339
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.0.4.ebuild
@@ -0,0 +1,523 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv 
te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools eutils flag-o-matic gnome2-utils l10n multilib 
multilib-minimal pax-utils toolchain-funcs virtualx versionator xdg-utils
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+   #KEYWORDS=""
+else
+   MAJOR_V=$(get_version_component_range 1)
+   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.xz;
+   KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
+fi
+S="${WORKDIR}/${MY_P}"
+
+GWP_V="20170830"
+PATCHDIR="${WORKDIR}/gentoo-wine-patches"
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix, without externa

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

2018-01-19 Thread NP Hardass
commit: cf6281c3a02ab12ee0c9e32c83a24e45c6a8172f
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Jan 20 03:34:55 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Sat Jan 20 04:03:17 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=cf6281c3

app-emulation/wine-d3d9: add kerberos USE flag to 

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-emulation/wine-d3d9/wine-d3d9-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-emulation/wine-d3d9/wine-d3d9-.ebuild 
b/app-emulation/wine-d3d9/wine-d3d9-.ebuild
index 27e4223..836647a 100644
--- a/app-emulation/wine-d3d9/wine-d3d9-.ebuild
+++ b/app-emulation/wine-d3d9/wine-d3d9-.ebuild
@@ -44,7 +44,7 @@ fi
 
 LICENSE="LGPL-2.1"
 SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos 
elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg kernel_FreeBSD +lcms 
ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl 
pcap +png prelink pulseaudio +realtime +run-exes samba scanner selinux +ssl 
test +threads +truetype udev +udisks v4l +X +xcomposite xinerama +xml"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos 
elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl 
+opengl osmesa oss +perl pcap +png prelink pulseaudio +realtime +run-exes samba 
scanner selinux +ssl test +threads +truetype udev +udisks v4l +X +xcomposite 
xinerama +xml"
 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
X? ( truetype )
elibc_glibc? ( threads )
@@ -81,6 +81,7 @@ COMMON_DEPEND="
media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
)
jpeg? ( virtual/jpeg:0=[${MULTILIB_USEDEP}] )
+   kerberos? ( virtual/krb5:0=[${MULTILIB_USEDEP}] )
lcms? ( media-libs/lcms:2=[${MULTILIB_USEDEP}] )
ldap? ( net-nds/openldap:=[${MULTILIB_USEDEP}] )
mp3? ( >=media-sound/mpg123-1.5.0[${MULTILIB_USEDEP}] )
@@ -404,6 +405,7 @@ multilib_src_configure() {
$(use_with gstreamer)
--without-hal
$(use_with jpeg)
+   $(use_with kerberos krb5)
$(use_with ldap)
$(use_enable mono mscoree)
$(use_with mp3 mpg123)



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

2018-01-19 Thread NP Hardass
commit: 74f224daaa3cf797b98a2fbf24fee241e1474a13
Author: Lucian Poston  gmail  com>
AuthorDate: Sat Nov 25 23:37:59 2017 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Sat Jan 20 04:03:17 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=74f224da

app-emulation/wine-vanilla: Add 2.21

Signed-off-by: NP-Hardass  gentoo.org>
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Closes: https://github.com/gentoo/repo-proj-wine/pull/1

 app-emulation/wine-vanilla/Manifest|   1 +
 .../wine-vanilla/wine-vanilla-2.21.ebuild  | 527 +
 2 files changed, 528 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 3fac2e2..f147745 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -16,6 +16,7 @@ DIST wine-2.18.tar.xz 19546360 SHA256 
9f0931129878157d717cb39f16cd33bf49f40aac77
 DIST wine-2.19.tar.xz 19549464 SHA256 
487131e69875ae9c2d042798f954160146e603e449c3c97981f29b42f4a66095 SHA512 
83558231bdc592b1f69cfedf6c689063df7bd9fecdfafba6fb7f6a2c7fa7783973efb85a6a49305afc18b1aa268209ee5b9c0655756e05d7550468698dfa51ae
 WHIRLPOOL 
123aec3a367e67353655d940ba2ffe9386a583afbd0961dd3f446a00b0cf82ad4ed590508e03bf2a4e60b11753f8f430e748e6614f476675423f3bdaf7089288
 DIST wine-2.2.tar.xz 18916364 SHA256 
64cb57e1d8aa07f5c89ef26743b494f2d3ef9c0f4e50d3ee896a93535f7751f4 SHA512 
0700868244d397c1442948716321e5ff030c667edce464570f76aa4340199489a422872aa3975bc0a57b8285c9d59fc04e223a4bde094169fc6db460acb626c4
 WHIRLPOOL 
ffc3d357a76592651b589c6ac6608720d0258474890faf8fe3e20ac29cdd1496d569721256f9389d347bf2734a556099154fd18ef1b56f45bb46c4c15771d6ca
 DIST wine-2.20.tar.xz 19597556 SHA256 
b444826c69048932fd51ac00b791d18528a4d4abd4c397e5bd51ac60eda455a5 SHA512 
d8d374d1e690ce9d3964fc81054fb7f4cd56cbae6bc44ebbf80b7dc7f04524baa2bd831e0be8f00de4cb0e14c1cb71780d424f5dcb9851fcaed9fb22f5ce5d23
 WHIRLPOOL 
c5cfc20efdbb2a43433e93ffde8fe28507b1ad255d54cae36bf0268b18a629876b306127610bce298a47fa3fb8884ee902fd2ae41e22897d954383f0c5cd5bae
+DIST wine-2.21.tar.xz 19620888 SHA256 
bafa04e8cfbb3c5fbb6bb5080fb5d3f2f6816ac69518d0ed50aceadb66b4abef SHA512 
4e33c463debe637827ed65f1118e692832bb5374491f706f9d251b8a2956e20d2df5d90ceba218b9bc9e946de91b8ba1d96b460453f59cdd9d82f070d07e0c43
 WHIRLPOOL 
5ae58da2c226bd580c810fea1a733c6ae675680b9e4420fb6378b445c7acdd048f62d1402a65747fd906c2f3409beed24005d456f4c2c4bc7688dc34139dd503
 DIST wine-2.3.tar.xz 18931732 SHA256 
afc95c7a87cc8f0730b462c50a5dfc9c462eb02c6bf5874b4fa99946f49e067e SHA512 
bea78e8468555ff9e08dedf3918da5ea82721549c43984869989bbdafeea00e454820ff9558aa29925c97a165a9b01e5cd1fd397f133833c58824984a6686171
 WHIRLPOOL 
1f5ec8e5c32d124277e4c71d95726d3a5337575757c3029567c77165d65fcfec2ddf33d3863b4bf55c9eff7c3582c1ec7dbd76d84ed8bbbe89dd16db6b0128c1
 DIST wine-2.4.tar.xz 18953748 SHA256 
87b5df07e4781fecce2f92415a4717208ea253a20a0df8b36b9f90b69b72748e SHA512 
15ae7e97dc72a8636b2c15c93803ed430fa456d673add61457cf3e479e769559c682b40949b5d38828f6681f13183e560fcb4a2eb0f0ba25e6eade46f7d3d7c0
 WHIRLPOOL 
558ab7b7517ad5e03366b4db974047eba776585e958a5b71bb2e93993e21bc725ea7a8bcf2a4354f34ca38c94ba99ccd15f2f8b5e4b58066bf339d3517eec56c
 DIST wine-2.5.tar.xz 18993176 SHA256 
13f92b7ab483323aaabbc6519851e688ad4372ea30569961c831d40d6d3bccd2 SHA512 
7b6faf6d8aa3d41465ad93ebae055581136f736c7eb8b4c61682e5a05589c83a0ff2c85e0f9abbca016f31b6f1c1435617c4994f1913f715a8707ebee3f28467
 WHIRLPOOL 
5acd2ac65df5dee1c860ddca72b8df8e021a0b95a3a1870d15468ce4591d569fa15bf8a0a6d341bcd3a624d13d0affe5b0263e67f9dfcbbf3ae7b59218dcded9

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.21.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.21.ebuild
new file mode 100644
index 000..4e3940a
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.21.ebuild
@@ -0,0 +1,527 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv 
te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools eutils flag-o-matic gnome2-utils l10n multilib 
multilib-minimal pax-utils toolchain-funcs virtualx versionator xdg-utils
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+   #KEYWORDS=""
+else
+   MAJOR_V=$(get_version_component_range 1)
+   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz;
+   KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
+fi
+S="${WORKDIR}/${MY_P}"
+
+GWP_V="20170830"
+PATCHDIR="${WORKDIR}/gentoo-wine-patches&

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

2018-01-18 Thread NP Hardass
commit: ff7fa6428f31abc169d77c7539f9467bfc87d59b
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Jan 19 07:21:14 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Fri Jan 19 07:21:14 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=ff7fa642

README.md: Update instructions for layman and repos.conf

 README.md | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/README.md b/README.md
index f6de811..68c6a55 100644
--- a/README.md
+++ b/README.md
@@ -15,16 +15,12 @@ How to Install
 
 Copy wine.conf to /etc/portage/repos/
 
-wget https://gitweb.gentoo.org/repo/proj/wine.git/plain/wine.conf -O 
/etc/portage/repos.conf/wine.conf
+wget https://dev.gentoo.org/~np-hardass/proj/wine/wine.conf -O 
/etc/portage/repos.conf/wine.conf
 
 ### Layman
 
 layman -a wine
 
-or
-
-layman -o https://gitweb.gentoo.org/repo/proj/wine.git/plain/overlay.xml 
-f -a wine
-
 ### eselect-repository
 
 eselect repository enable wine



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

2018-01-18 Thread NP Hardass
commit: 02277ab51c33434660a51e97170ca2259f4886a1
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Jan 19 07:16:37 2018 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Fri Jan 19 07:16:55 2018 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=02277ab5

README.md: Update to include eselect-repository instructions

 README.md | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index d506781..f6de811 100644
--- a/README.md
+++ b/README.md
@@ -11,13 +11,13 @@ Support all Wine ebuilds without bogging down the main 
Gentoo repository with al
 How to Install
 --
 
-### Without Layman
+### repos.conf
 
 Copy wine.conf to /etc/portage/repos/
 
 wget https://gitweb.gentoo.org/repo/proj/wine.git/plain/wine.conf -O 
/etc/portage/repos.conf/wine.conf
 
-### With Layman
+### Layman
 
 layman -a wine
 
@@ -25,6 +25,9 @@ or
 
 layman -o https://gitweb.gentoo.org/repo/proj/wine.git/plain/overlay.xml 
-f -a wine
 
+### eselect-repository
+
+eselect repository enable wine
 
 Resources
 -



[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/

2018-01-02 Thread NP Hardass
commit: 655324e52c6ad02b2b51322df584a610cd55
Author: Henning Schild  hennsch  de>
AuthorDate: Sat Dec 30 13:56:26 2017 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Tue Jan  2 20:57:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=655324e5

net-im/telegram-desktop-bin: Version bump to 1.2.6

Closes: https://bugs.gentoo.org/642722
Closes: https://github.com/gentoo/gentoo/pull/6688

Signed-off-by: Henning Schild  hennsch.de>
Signed-off-by: NP-Hardass  gentoo.org>

 net-im/telegram-desktop-bin/Manifest   |  3 ++
 .../telegram-desktop-bin-1.2.6.ebuild  | 58 ++
 2 files changed, 61 insertions(+)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index 6a6022e2662..e690b8d0f7f 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,6 +1,9 @@
 DIST tdesktop-1.2.0.tar.gz 16820151 BLAKE2B 
7676b285e0040fec1deadd68d5e41b985b66a9fe471a8db6606c28cb4a8fb4ca5904953c1aeef05a305705ee71e10892afbed9d3440b78c4513694f4ee81f2ed
 SHA512 
659838f9bfddf8dce8ed3960d5d2da92577e0c6c8492ee0067a7dab7331340d5d0053f75ac5dfeb4a5920e01cb65baed6ffa750b8a6b48ee6dc367c8abdb0875
 DIST tdesktop-1.2.1.tar.gz 16824849 BLAKE2B 
ac6ed908ec243416ae880611f51d5f6dbe22b09092003f23611db63bbb8837a9c2d3782eef3274b94ba91e1a233db472fb17ea22e842721938bbca6c72875c26
 SHA512 
020044e036c232e37e72d5ff4386dd15f3f7135d44b4db4926e2be1dc45431d9f274d43cf903189be03b507026f6121f39c2e983ef3e8c720fd61626aa1cc9af
+DIST tdesktop-1.2.6.tar.gz 16862075 BLAKE2B 
c71bde6ec1b8e8a009b589c9cd47728e3c68af6089755b3dd7b72684100cdd0740290bcd6afb0a7ad37ff16b586ad0c1929f14ae245049ad620e7909818a1d3f
 SHA512 
01841f0518397c0662b403bc3d2d16b8622bc8bcf7d9a693f03b90090b17f66284b2c8e88c08868f3982601fd1442521d614a6f36f8659b850ffc1ea97b60de5
 DIST tsetup.1.2.0.tar.xz 33102396 BLAKE2B 
ad7d501525c8233c8aa7b01d85e1ee2eba33f17393525bda4e7c089ccc4990fb5519524212d0f2e7f7fbd4eed9c1bf31cdeb89914053f4e6bec88727bdf25780
 SHA512 
e802f71cb13e62d2e6570b35e2ee0d189e41fb66a4c6816407ab08d23889b234bb012425f8ed3676ff2f08695b6dfa68288ab9376b039e5abfcb4c07b39eb27c
 DIST tsetup.1.2.1.tar.xz 33084716 BLAKE2B 
7eed2ec376b494c6507a4f1ad29c02923638d533493913488c9bc5e633138b1cdd14a8136dfa516c933ae44cc0599a28b0c257839f72c1d3707c4497a39b7880
 SHA512 
179408ac2df8ce4f90dac0f8bef70b0a2fce33d665bf0de3280b2743e874103814536d5ab53be2b1b49fe7aebbe202d04b2b98713e8183c950659af9372880c7
+DIST tsetup.1.2.6.tar.xz 33160472 BLAKE2B 
a3543fca292083bd8d0939f4d04d31ae5e6b052f3c9b83652bf8ba2b8c455c7c03cf64dc6aecde2d3546c1d46b00fe230f912671599160fff118e8684b2a3382
 SHA512 
6903df43dab2713988447099a0ab367f8be276165991f610129e5da876295f75050c221d27093f19337a78c3f13c6607b5791be86d4752df63704eeba4416969
 DIST tsetup32.1.2.0.tar.xz 35137704 BLAKE2B 
d9bd50b2e61fd203e2e9bf3e50f11c004663cf68522635d3fab71138572767b91573a583e7a53b5f218871548acef32f312605affaf5a44cd614edb8e037d10b
 SHA512 
dc4c261d1ea3098b5e90d194069c20162159fb69f5531773bdf89683967a7bb2e36966023a36b2a29730a08f62ca426797578308b795e274d47fe4184df427a6
 DIST tsetup32.1.2.1.tar.xz 35154728 BLAKE2B 
9ccd0aabf0665a98c46bff49d912b16efd54e4dddca94348d3e4ed702c8a76fd384047559e762a2ae2fb3f01a3bfdf55ea8f408d0c10c8815059f2b88259a5bc
 SHA512 
e65da7fca7a5aa83cfb64e9bb001399f1bfb0ccad9135e37fc6262e63d03ea2fad4c38e9fec631b73482ed0a16a557fab59199b7fe651a836975c18010e5c7f0
+DIST tsetup32.1.2.6.tar.xz 35223260 BLAKE2B 
fd6e0ec02fd4d8f88ac83ac418354ff2eaa3191f4b3813f70497642965638943d5cb74fe677e0557eda7dc53de70675972771268497503c4f1354282c4fc7631
 SHA512 
ab0649f687718e50a110c87534503b429d20bd9015e54f67cfd97b7f632b8b797c9fb84106cdaadb6222f639deb19f346bb92996c55332c7bb48cfaddee59082

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.6.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.6.ebuild
new file mode 100644
index 000..2de83b92ec6
--- /dev/null
+++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.6.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils gnome2-utils xdg
+
+DESCRIPTION="Official desktop client for Telegram (binary package)"
+HOMEPAGE="https://desktop.telegram.org;
+SRC_URI="
+   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
+   amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz )
+   x86? ( https://updates.tdesktop.com/tlinux32/tsetup32.${PV}.tar.xz )
+"
+
+LICENSE="telegram"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+QA_PREBUILT="usr/bin/telegram-desktop"
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-libs/gobject-introspection
+   >=sys-apps/dbus-1.4.20
+   x11-libs/libX11
+   >=x11-libs/libxcb-1.10[xkb]
+"
+DEPEND=""
+
+S="${WORKDIR}/Telegram"
+
+src_install() 

[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/

2018-01-02 Thread NP Hardass
commit: 709df8c866435aed140c1c32874aea0c46d50a8e
Author: Henning Schild  hennsch  de>
AuthorDate: Sat Dec 30 13:58:52 2017 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Tue Jan  2 20:57:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=709df8c8

net-im/telegram-desktop-bin: clean up old.

Signed-off-by: Henning Schild  hennsch.de>
Signed-off-by: NP-Hardass  gentoo.org>

 net-im/telegram-desktop-bin/Manifest   |  3 --
 .../telegram-desktop-bin-1.2.0.ebuild  | 58 --
 2 files changed, 61 deletions(-)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index e690b8d0f7f..3ecccb3d779 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,9 +1,6 @@
-DIST tdesktop-1.2.0.tar.gz 16820151 BLAKE2B 
7676b285e0040fec1deadd68d5e41b985b66a9fe471a8db6606c28cb4a8fb4ca5904953c1aeef05a305705ee71e10892afbed9d3440b78c4513694f4ee81f2ed
 SHA512 
659838f9bfddf8dce8ed3960d5d2da92577e0c6c8492ee0067a7dab7331340d5d0053f75ac5dfeb4a5920e01cb65baed6ffa750b8a6b48ee6dc367c8abdb0875
 DIST tdesktop-1.2.1.tar.gz 16824849 BLAKE2B 
ac6ed908ec243416ae880611f51d5f6dbe22b09092003f23611db63bbb8837a9c2d3782eef3274b94ba91e1a233db472fb17ea22e842721938bbca6c72875c26
 SHA512 
020044e036c232e37e72d5ff4386dd15f3f7135d44b4db4926e2be1dc45431d9f274d43cf903189be03b507026f6121f39c2e983ef3e8c720fd61626aa1cc9af
 DIST tdesktop-1.2.6.tar.gz 16862075 BLAKE2B 
c71bde6ec1b8e8a009b589c9cd47728e3c68af6089755b3dd7b72684100cdd0740290bcd6afb0a7ad37ff16b586ad0c1929f14ae245049ad620e7909818a1d3f
 SHA512 
01841f0518397c0662b403bc3d2d16b8622bc8bcf7d9a693f03b90090b17f66284b2c8e88c08868f3982601fd1442521d614a6f36f8659b850ffc1ea97b60de5
-DIST tsetup.1.2.0.tar.xz 33102396 BLAKE2B 
ad7d501525c8233c8aa7b01d85e1ee2eba33f17393525bda4e7c089ccc4990fb5519524212d0f2e7f7fbd4eed9c1bf31cdeb89914053f4e6bec88727bdf25780
 SHA512 
e802f71cb13e62d2e6570b35e2ee0d189e41fb66a4c6816407ab08d23889b234bb012425f8ed3676ff2f08695b6dfa68288ab9376b039e5abfcb4c07b39eb27c
 DIST tsetup.1.2.1.tar.xz 33084716 BLAKE2B 
7eed2ec376b494c6507a4f1ad29c02923638d533493913488c9bc5e633138b1cdd14a8136dfa516c933ae44cc0599a28b0c257839f72c1d3707c4497a39b7880
 SHA512 
179408ac2df8ce4f90dac0f8bef70b0a2fce33d665bf0de3280b2743e874103814536d5ab53be2b1b49fe7aebbe202d04b2b98713e8183c950659af9372880c7
 DIST tsetup.1.2.6.tar.xz 33160472 BLAKE2B 
a3543fca292083bd8d0939f4d04d31ae5e6b052f3c9b83652bf8ba2b8c455c7c03cf64dc6aecde2d3546c1d46b00fe230f912671599160fff118e8684b2a3382
 SHA512 
6903df43dab2713988447099a0ab367f8be276165991f610129e5da876295f75050c221d27093f19337a78c3f13c6607b5791be86d4752df63704eeba4416969
-DIST tsetup32.1.2.0.tar.xz 35137704 BLAKE2B 
d9bd50b2e61fd203e2e9bf3e50f11c004663cf68522635d3fab71138572767b91573a583e7a53b5f218871548acef32f312605affaf5a44cd614edb8e037d10b
 SHA512 
dc4c261d1ea3098b5e90d194069c20162159fb69f5531773bdf89683967a7bb2e36966023a36b2a29730a08f62ca426797578308b795e274d47fe4184df427a6
 DIST tsetup32.1.2.1.tar.xz 35154728 BLAKE2B 
9ccd0aabf0665a98c46bff49d912b16efd54e4dddca94348d3e4ed702c8a76fd384047559e762a2ae2fb3f01a3bfdf55ea8f408d0c10c8815059f2b88259a5bc
 SHA512 
e65da7fca7a5aa83cfb64e9bb001399f1bfb0ccad9135e37fc6262e63d03ea2fad4c38e9fec631b73482ed0a16a557fab59199b7fe651a836975c18010e5c7f0
 DIST tsetup32.1.2.6.tar.xz 35223260 BLAKE2B 
fd6e0ec02fd4d8f88ac83ac418354ff2eaa3191f4b3813f70497642965638943d5cb74fe677e0557eda7dc53de70675972771268497503c4f1354282c4fc7631
 SHA512 
ab0649f687718e50a110c87534503b429d20bd9015e54f67cfd97b7f632b8b797c9fb84106cdaadb6222f639deb19f346bb92996c55332c7bb48cfaddee59082

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.0.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.0.ebuild
deleted file mode 100644
index 2de83b92ec6..000
--- a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils gnome2-utils xdg
-
-DESCRIPTION="Official desktop client for Telegram (binary package)"
-HOMEPAGE="https://desktop.telegram.org;
-SRC_URI="
-   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
-   amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz )
-   x86? ( https://updates.tdesktop.com/tlinux32/tsetup32.${PV}.tar.xz )
-"
-
-LICENSE="telegram"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-QA_PREBUILT="usr/bin/telegram-desktop"
-
-RDEPEND="
-   dev-libs/glib:2
-   dev-libs/gobject-introspection
-   >=sys-apps/dbus-1.4.20
-   x11-libs/libX11
-   >=x11-libs/libxcb-1.10[xkb]
-"
-DEPEND=""
-
-S="${WORKDIR}/Telegram"
-
-src_install() {
-   newbin "${S}/Telegram" telegram-desktop
-
-   local icon_size
- 

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

2017-12-27 Thread NP Hardass
commit: b1040fbe6d4b9004b63989a07b773b60c260b891
Author: NP-Hardass  gentoo  org>
AuthorDate: Wed Dec 27 21:53:53 2017 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Wed Dec 27 22:01:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1040fbe

net-fs/openafs: Bump to 1.6.22.1

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 net-fs/openafs/Manifest|   2 +
 net-fs/openafs/openafs-1.6.22.1.ebuild | 222 +
 2 files changed, 224 insertions(+)

diff --git a/net-fs/openafs/Manifest b/net-fs/openafs/Manifest
index 70f619f99b4..d24412ddc6f 100644
--- a/net-fs/openafs/Manifest
+++ b/net-fs/openafs/Manifest
@@ -1,3 +1,5 @@
 DIST openafs-1.6.22-doc.tar.bz2 3567926 BLAKE2B 
49c20ba0cf28cf567bbdbdd9f34bce504bfc90fe87d74bc9a1f30250a51802239ff9ee1286da5961fed50e84c71d311df7b3c11e393a10f58f88e4dc57773ca1
 SHA512 
6ae43aa86744b1a7879e583faea96ecbdf4dd6f9c4eb39040ca58217c63ae5bbf565cd70e48cddf870b8cb7623e923260a31559d7d1e22b4ef86922601aedd62
 DIST openafs-1.6.22-src.tar.bz2 14606745 BLAKE2B 
ee406ac0bc2f91862b916fe2c84bb5b1887b43bfb396a0d4b4d3349420b4af397344a2c4d585698fe6f3870fba2090df7b7da85431275b5d1c28b01168221557
 SHA512 
7a533462175e79aa48339c5105d2dbddde284e23e5d5bcff58a4893839fc7bcfdd779d1d65abfc5217b185624bf88fe1ef02d0c37d29b6ff96616e96f54a6d87
+DIST openafs-1.6.22.1-doc.tar.bz2 3534064 BLAKE2B 
e9f67fb42b6c4e6c2092e713e801db5479beccb1e3dc6d48c16e655151dcf91693497c4ee57c47c98c52cba6eb0ad271698ed450487bdb462111a9276cb1eb74
 SHA512 
1c9481507824a450d6610dbbb427bdbccb3373e12bae0bf603ec121023ee7bbb05fef366f5eec793736b0643d0f6e8f611bc55473c71a831e3b31970420ec44c
+DIST openafs-1.6.22.1-src.tar.bz2 14682183 BLAKE2B 
a01e08f30f28dda9484407bbe0568df7b517e587b6e2475d669269e09745050bee955438dfeab9d86564dbc22821bc2fb417c15f8add0aae6acdde266c080df0
 SHA512 
901959051f60f7ffa2db8a253a16f9460713e3637a53f0b6b05e72247e08b633951116dc28b19db9c7448d8ebc7a20a8a851d5356c52f16c28f5c89209f8190e
 DIST openafs-patches-20170822.tar.xz 11036 BLAKE2B 
e53d9e01c5808ca9876fd22f729e0e82cb0f6bc7c1f4875ad0607ac9d547e216c61cc2c3506eaafb7c81318958cd038c177e9e5b2c3728997d7f44e13bbbded4
 SHA512 
f4b574287bfe54881a70f3ccd4d4901b2f8f9ecbec7b3a4975b59050d5ef27c6de3da25f820b7b2b10f1a38034bb28e5c01ee094fb38cae80e244eeb04b29d0a

diff --git a/net-fs/openafs/openafs-1.6.22.1.ebuild 
b/net-fs/openafs/openafs-1.6.22.1.ebuild
new file mode 100644
index 000..4ecf063fc89
--- /dev/null
+++ b/net-fs/openafs/openafs-1.6.22.1.ebuild
@@ -0,0 +1,222 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit autotools eutils flag-o-matic multilib pam systemd toolchain-funcs 
versionator
+
+MY_PV=$(delete_version_separator '_')
+MY_P="${PN}-${MY_PV}"
+PVER="20170822"
+
+DESCRIPTION="The OpenAFS distributed file system"
+HOMEPAGE="https://www.openafs.org/;
+# We always d/l the doc tarball as man pages are not USE=doc material
+[[ ${PV} == *_pre* ]] && MY_PRE="candidate/" || MY_PRE=""
+SRC_URI="
+   https://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-src.tar.bz2
+   https://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-doc.tar.bz2
+   https://dev.gentoo.org/~bircoph/afs/${PN}-patches-${PVER}.tar.xz
+"
+
+LICENSE="IBM BSD openafs-krb5-a APSL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+
+IUSE="bitmap-later debug doc fuse kerberos +modules ncurses pam pthreaded-ubik 
+supergroups"
+
+CDEPEND="
+   virtual/libintl
+   fuse? ( sys-fs/fuse )
+   kerberos? ( virtual/krb5 )
+   ncurses? ( sys-libs/ncurses:0= )
+   pam? ( virtual/pam )"
+
+DEPEND="${CDEPEND}
+   virtual/yacc
+   doc? (
+   app-text/docbook-xsl-stylesheets
+   dev-libs/libxslt
+   )"
+
+RDEPEND="${CDEPEND}
+   modules? ( ~net-fs/openafs-kernel-${PV} )"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=( "${WORKDIR}/gentoo/patches" )
+
+src_prepare() {
+   default
+
+   # fixing 2-nd level makefiles to honor flags
+   sed -i -r 's/\<CFLAGS[[:space:]]*=/CFLAGS+=/; 
s/\<LDFLAGS[[:space:]]*=/LDFLAGS+=/' \
+   src/*/Makefile.in || die '*/Makefile.in sed failed'
+
+   # packaging is f-ed up, so we can't run eautoreconf
+   # run autotools commands based on what is listed in regen.sh
+   eaclocal -I src/cf
+   eautoconf
+   eautoconf -o configure-libafs configure-libafs.ac
+   eautoheader
+   einfo "Deleting autom4te.cache directory"
+   rm -rf autom4te.cache
+}
+
+src_configure() {
+   local myconf
+   use debug && use pam && myconf="--enable-debug-pam"
+
+   AFS_SYSKVERS=26 \
+   econf \
+   --disable-kernel-module 

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

2017-12-27 Thread NP Hardass
commit: 8d9db7a1872227646a9c698341426748b8e413d0
Author: NP-Hardass  gentoo  org>
AuthorDate: Wed Dec 27 21:51:53 2017 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Wed Dec 27 22:01:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d9db7a1

net-fs/openafs-kernel: Bump to 1.6.22.1, adds kernel 4.14 support

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 net-fs/openafs-kernel/Manifest |   1 +
 .../openafs-kernel/openafs-kernel-1.6.22.1.ebuild  | 134 +
 2 files changed, 135 insertions(+)

diff --git a/net-fs/openafs-kernel/Manifest b/net-fs/openafs-kernel/Manifest
index 57d545818ef..23ed8af2c30 100644
--- a/net-fs/openafs-kernel/Manifest
+++ b/net-fs/openafs-kernel/Manifest
@@ -1,2 +1,3 @@
 DIST openafs-1.6.22-src.tar.bz2 14606745 BLAKE2B 
ee406ac0bc2f91862b916fe2c84bb5b1887b43bfb396a0d4b4d3349420b4af397344a2c4d585698fe6f3870fba2090df7b7da85431275b5d1c28b01168221557
 SHA512 
7a533462175e79aa48339c5105d2dbddde284e23e5d5bcff58a4893839fc7bcfdd779d1d65abfc5217b185624bf88fe1ef02d0c37d29b6ff96616e96f54a6d87
+DIST openafs-1.6.22.1-src.tar.bz2 14682183 BLAKE2B 
a01e08f30f28dda9484407bbe0568df7b517e587b6e2475d669269e09745050bee955438dfeab9d86564dbc22821bc2fb417c15f8add0aae6acdde266c080df0
 SHA512 
901959051f60f7ffa2db8a253a16f9460713e3637a53f0b6b05e72247e08b633951116dc28b19db9c7448d8ebc7a20a8a851d5356c52f16c28f5c89209f8190e
 DIST openafs-patches-20170822.tar.xz 11036 BLAKE2B 
e53d9e01c5808ca9876fd22f729e0e82cb0f6bc7c1f4875ad0607ac9d547e216c61cc2c3506eaafb7c81318958cd038c177e9e5b2c3728997d7f44e13bbbded4
 SHA512 
f4b574287bfe54881a70f3ccd4d4901b2f8f9ecbec7b3a4975b59050d5ef27c6de3da25f820b7b2b10f1a38034bb28e5c01ee094fb38cae80e244eeb04b29d0a

diff --git a/net-fs/openafs-kernel/openafs-kernel-1.6.22.1.ebuild 
b/net-fs/openafs-kernel/openafs-kernel-1.6.22.1.ebuild
new file mode 100644
index 000..31eba0372fd
--- /dev/null
+++ b/net-fs/openafs-kernel/openafs-kernel-1.6.22.1.ebuild
@@ -0,0 +1,134 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit autotools linux-mod multilib toolchain-funcs versionator
+
+MY_PV=$(delete_version_separator '_')
+MY_PN="${PN/-kernel}"
+MY_P="${MY_PN}-${MY_PV}"
+PVER="20170822"
+
+DESCRIPTION="The OpenAFS distributed file system kernel module"
+HOMEPAGE="https://www.openafs.org/;
+# We always d/l the doc tarball as man pages are not USE=doc material
+[[ ${PV} == *_pre* ]] && MY_PRE="candidate/" || MY_PRE=""
+SRC_URI="
+   https://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-src.tar.bz2
+   https://dev.gentoo.org/~bircoph/afs/${MY_PN}-patches-${PVER}.tar.xz
+"
+
+LICENSE="IBM BSD openafs-krb5-a APSL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+S=${WORKDIR}/${MY_P}
+
+CONFIG_CHECK="~!AFS_FS KEYS"
+ERROR_AFS_FS="OpenAFS conflicts with the in-kernel AFS-support. Make sure not 
to load both at the same time!"
+ERROR_KEYS="OpenAFS needs CONFIG_KEYS option enabled"
+
+QA_TEXTRELS_x86_fbsd="/boot/modules/libafs.ko"
+QA_TEXTRELS_amd64_fbsd="/boot/modules/libafs.ko"
+
+PATCHES=( "${WORKDIR}/gentoo/patches" )
+
+pkg_pretend() {
+   if use kernel_linux && kernel_is ge 4 15 ; then
+   ewarn "Gentoo supports kernels which are supported by OpenAFS"
+   ewarn "which are limited to the kernel versions: < 4.15"
+   ewarn ""
+   ewarn "You are free to utilize epatch_user to provide whatever"
+   ewarn "support you feel is appropriate, but will not receive"
+   ewarn "support as a result of those changes."
+   ewarn ""
+   ewarn "Please do not file a bug report about this."
+   fi
+}
+
+pkg_setup() {
+   if use kernel_linux; then
+   linux-mod_pkg_setup
+   fi
+}
+
+src_prepare() {
+   default
+
+   # packaging is f-ed up, so we can't run eautoreconf
+   # run autotools commands based on what is listed in regen.sh
+   eaclocal -I src/cf
+   eautoconf
+   eautoconf -o configure-libafs configure-libafs.ac
+   eautoheader
+   einfo "Deleting autom4te.cache directory"
+   rm -rf autom4te.cache
+}
+
+src_configure() {
+   local myconf=""
+   # OpenAFS 1.6.11 has a bug with kernels 3.17-3.17.2 that requires a 
config option
+   if use kernel_linux && kernel_is -ge 3 17 && kernel_is -le 3 17 2; then
+   myconf="--enable-linux-d_splice_alias-extra-iput"
+   fi
+
+   local ARCH="$(tc-arch-kernel)"
+   local MY_ARCH="$(tc-a

[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/

2017-12-27 Thread NP Hardass
commit: 411fb47506ebcdce4c73e5f9c365e1640c4567c7
Author: NP-Hardass  gentoo  org>
AuthorDate: Wed Dec 27 21:58:14 2017 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Wed Dec 27 22:01:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=411fb475

net-im/telegram-desktop-bin: Add Henning Schild and myself to metadata

Signed-off-by: Victor Gaydov  enise.org>
Package-Manager: Portage-2.3.18, Repoman-2.3.6

 net-im/telegram-desktop-bin/metadata.xml | 9 +
 1 file changed, 9 insertions(+)

diff --git a/net-im/telegram-desktop-bin/metadata.xml 
b/net-im/telegram-desktop-bin/metadata.xml
index 82d984627d8..9d4ae820da5 100644
--- a/net-im/telegram-desktop-bin/metadata.xml
+++ b/net-im/telegram-desktop-bin/metadata.xml
@@ -10,6 +10,15 @@
 proxy-ma...@gentoo.org
 Proxy Maintainers
   
+  
+henn...@hennsch.de
+Henning Schild
+Proxied maintainer via NP-Hardass
+  
+  
+np-hard...@gentoo.org
+NP-Hardass
+  
   
 telegramdesktop/tdesktop
   



[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/

2017-12-27 Thread NP Hardass
commit: 50a6cce2126c700148259a473bff7a4e5a5bd5b0
Author: Henning Schild  hennsch  de>
AuthorDate: Fri Dec 15 22:35:30 2017 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Wed Dec 27 22:01:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50a6cce2

net-im/telegram-desktop-bin: clean up old.

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

Signed-off-by: Henning Schild  hennsch.de>

 net-im/telegram-desktop-bin/Manifest   |  3 --
 .../telegram-desktop-bin-1.1.23-r1.ebuild  | 58 --
 2 files changed, 61 deletions(-)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index 3684ee7b874..6a6022e2662 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,9 +1,6 @@
-DIST tdesktop-1.1.23.tar.gz 16863984 BLAKE2B 
c4217e7c5b70a7f08a45eef197573728e1c8ee6567868a6fc3a4f39783aba7d817b9c1e3b79031650b3a3005ff2cfc4a63b9cdd0050945368d5f2586339db781
 SHA512 
98b09de4e53e89b26725097816e471faec21d8c3ab6d8c353f853f24223e1abedbaf8c0a426848dfb06d56010e4494c9e59796c07e3e786ba9ab4477ac0985c3
 DIST tdesktop-1.2.0.tar.gz 16820151 BLAKE2B 
7676b285e0040fec1deadd68d5e41b985b66a9fe471a8db6606c28cb4a8fb4ca5904953c1aeef05a305705ee71e10892afbed9d3440b78c4513694f4ee81f2ed
 SHA512 
659838f9bfddf8dce8ed3960d5d2da92577e0c6c8492ee0067a7dab7331340d5d0053f75ac5dfeb4a5920e01cb65baed6ffa750b8a6b48ee6dc367c8abdb0875
 DIST tdesktop-1.2.1.tar.gz 16824849 BLAKE2B 
ac6ed908ec243416ae880611f51d5f6dbe22b09092003f23611db63bbb8837a9c2d3782eef3274b94ba91e1a233db472fb17ea22e842721938bbca6c72875c26
 SHA512 
020044e036c232e37e72d5ff4386dd15f3f7135d44b4db4926e2be1dc45431d9f274d43cf903189be03b507026f6121f39c2e983ef3e8c720fd61626aa1cc9af
-DIST tsetup.1.1.23.tar.xz 30306844 BLAKE2B 
79367d6af67e1723f2d3a719c8c3e3be49172297fc36091506f1f12e984998ddad724b222c0b97984e3ac543d459e6fa06c07599a6bd31488331b65cb3a686b1
 SHA512 
0dfd3ca6f71395d36aec15b161ef41bad84155151772569e298cfb7a3ef49c86254b9f9a78810408deb41379db8efd8af10b0177397021c6c4c714222df567b0
 DIST tsetup.1.2.0.tar.xz 33102396 BLAKE2B 
ad7d501525c8233c8aa7b01d85e1ee2eba33f17393525bda4e7c089ccc4990fb5519524212d0f2e7f7fbd4eed9c1bf31cdeb89914053f4e6bec88727bdf25780
 SHA512 
e802f71cb13e62d2e6570b35e2ee0d189e41fb66a4c6816407ab08d23889b234bb012425f8ed3676ff2f08695b6dfa68288ab9376b039e5abfcb4c07b39eb27c
 DIST tsetup.1.2.1.tar.xz 33084716 BLAKE2B 
7eed2ec376b494c6507a4f1ad29c02923638d533493913488c9bc5e633138b1cdd14a8136dfa516c933ae44cc0599a28b0c257839f72c1d3707c4497a39b7880
 SHA512 
179408ac2df8ce4f90dac0f8bef70b0a2fce33d665bf0de3280b2743e874103814536d5ab53be2b1b49fe7aebbe202d04b2b98713e8183c950659af9372880c7
-DIST tsetup32.1.1.23.tar.xz 31249588 BLAKE2B 
7fc0eeadd0112ac004b6b9aa971df1209df4294b50a14c74cd88e21ff932d44568a1c9e186deb4c79a9d8873b9aeed27e68ee7ead7ea2f62ea51038c7d948ec0
 SHA512 
461becb89b675d5cf7c3d3dfb063e9c86fd4dc5327a81d9f7d141048c57ec48c2f4b2a994aa588dc0b2675b3a8227a7f8d72d5ff7784fb82e31fa2f247f3576a
 DIST tsetup32.1.2.0.tar.xz 35137704 BLAKE2B 
d9bd50b2e61fd203e2e9bf3e50f11c004663cf68522635d3fab71138572767b91573a583e7a53b5f218871548acef32f312605affaf5a44cd614edb8e037d10b
 SHA512 
dc4c261d1ea3098b5e90d194069c20162159fb69f5531773bdf89683967a7bb2e36966023a36b2a29730a08f62ca426797578308b795e274d47fe4184df427a6
 DIST tsetup32.1.2.1.tar.xz 35154728 BLAKE2B 
9ccd0aabf0665a98c46bff49d912b16efd54e4dddca94348d3e4ed702c8a76fd384047559e762a2ae2fb3f01a3bfdf55ea8f408d0c10c8815059f2b88259a5bc
 SHA512 
e65da7fca7a5aa83cfb64e9bb001399f1bfb0ccad9135e37fc6262e63d03ea2fad4c38e9fec631b73482ed0a16a557fab59199b7fe651a836975c18010e5c7f0

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.1.23-r1.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.1.23-r1.ebuild
deleted file mode 100644
index 2de83b92ec6..000
--- a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.1.23-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils gnome2-utils xdg
-
-DESCRIPTION="Official desktop client for Telegram (binary package)"
-HOMEPAGE="https://desktop.telegram.org;
-SRC_URI="
-   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
-   amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz )
-   x86? ( https://updates.tdesktop.com/tlinux32/tsetup32.${PV}.tar.xz )
-"
-
-LICENSE="telegram"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-QA_PREBUILT="usr/bin/telegram-desktop"
-
-RDEPEND="
-   dev-libs/glib:2
-   dev-libs/gobject-introspection
-   >=sys-apps/dbus-1.4.20
-   x11-libs/libX11
-   >=x11-libs/libxcb-1.10[xkb]
-"
-DEPEND=""
-
-S="${WORKDIR}/Telegram"
-
-src_install() {
-   newbin "${S}/Telegram" telegram-des

[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/

2017-12-27 Thread NP Hardass
commit: cacf6dc3943a24a651e09a62b68463e46eee5faf
Author: Henning Schild  hennsch  de>
AuthorDate: Fri Dec 15 22:34:06 2017 +
Commit:     NP Hardass  gentoo  org>
CommitDate: Wed Dec 27 22:01:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cacf6dc3

net-im/telegram-desktop-bin: Version bump to 1.2.1

Signed-off-by: Henning Schild  hennsch.de>

 net-im/telegram-desktop-bin/Manifest   |  3 ++
 .../telegram-desktop-bin-1.2.1.ebuild  | 58 ++
 2 files changed, 61 insertions(+)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index 7a3d13e5b14..3684ee7b874 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,6 +1,9 @@
 DIST tdesktop-1.1.23.tar.gz 16863984 BLAKE2B 
c4217e7c5b70a7f08a45eef197573728e1c8ee6567868a6fc3a4f39783aba7d817b9c1e3b79031650b3a3005ff2cfc4a63b9cdd0050945368d5f2586339db781
 SHA512 
98b09de4e53e89b26725097816e471faec21d8c3ab6d8c353f853f24223e1abedbaf8c0a426848dfb06d56010e4494c9e59796c07e3e786ba9ab4477ac0985c3
 DIST tdesktop-1.2.0.tar.gz 16820151 BLAKE2B 
7676b285e0040fec1deadd68d5e41b985b66a9fe471a8db6606c28cb4a8fb4ca5904953c1aeef05a305705ee71e10892afbed9d3440b78c4513694f4ee81f2ed
 SHA512 
659838f9bfddf8dce8ed3960d5d2da92577e0c6c8492ee0067a7dab7331340d5d0053f75ac5dfeb4a5920e01cb65baed6ffa750b8a6b48ee6dc367c8abdb0875
+DIST tdesktop-1.2.1.tar.gz 16824849 BLAKE2B 
ac6ed908ec243416ae880611f51d5f6dbe22b09092003f23611db63bbb8837a9c2d3782eef3274b94ba91e1a233db472fb17ea22e842721938bbca6c72875c26
 SHA512 
020044e036c232e37e72d5ff4386dd15f3f7135d44b4db4926e2be1dc45431d9f274d43cf903189be03b507026f6121f39c2e983ef3e8c720fd61626aa1cc9af
 DIST tsetup.1.1.23.tar.xz 30306844 BLAKE2B 
79367d6af67e1723f2d3a719c8c3e3be49172297fc36091506f1f12e984998ddad724b222c0b97984e3ac543d459e6fa06c07599a6bd31488331b65cb3a686b1
 SHA512 
0dfd3ca6f71395d36aec15b161ef41bad84155151772569e298cfb7a3ef49c86254b9f9a78810408deb41379db8efd8af10b0177397021c6c4c714222df567b0
 DIST tsetup.1.2.0.tar.xz 33102396 BLAKE2B 
ad7d501525c8233c8aa7b01d85e1ee2eba33f17393525bda4e7c089ccc4990fb5519524212d0f2e7f7fbd4eed9c1bf31cdeb89914053f4e6bec88727bdf25780
 SHA512 
e802f71cb13e62d2e6570b35e2ee0d189e41fb66a4c6816407ab08d23889b234bb012425f8ed3676ff2f08695b6dfa68288ab9376b039e5abfcb4c07b39eb27c
+DIST tsetup.1.2.1.tar.xz 33084716 BLAKE2B 
7eed2ec376b494c6507a4f1ad29c02923638d533493913488c9bc5e633138b1cdd14a8136dfa516c933ae44cc0599a28b0c257839f72c1d3707c4497a39b7880
 SHA512 
179408ac2df8ce4f90dac0f8bef70b0a2fce33d665bf0de3280b2743e874103814536d5ab53be2b1b49fe7aebbe202d04b2b98713e8183c950659af9372880c7
 DIST tsetup32.1.1.23.tar.xz 31249588 BLAKE2B 
7fc0eeadd0112ac004b6b9aa971df1209df4294b50a14c74cd88e21ff932d44568a1c9e186deb4c79a9d8873b9aeed27e68ee7ead7ea2f62ea51038c7d948ec0
 SHA512 
461becb89b675d5cf7c3d3dfb063e9c86fd4dc5327a81d9f7d141048c57ec48c2f4b2a994aa588dc0b2675b3a8227a7f8d72d5ff7784fb82e31fa2f247f3576a
 DIST tsetup32.1.2.0.tar.xz 35137704 BLAKE2B 
d9bd50b2e61fd203e2e9bf3e50f11c004663cf68522635d3fab71138572767b91573a583e7a53b5f218871548acef32f312605affaf5a44cd614edb8e037d10b
 SHA512 
dc4c261d1ea3098b5e90d194069c20162159fb69f5531773bdf89683967a7bb2e36966023a36b2a29730a08f62ca426797578308b795e274d47fe4184df427a6
+DIST tsetup32.1.2.1.tar.xz 35154728 BLAKE2B 
9ccd0aabf0665a98c46bff49d912b16efd54e4dddca94348d3e4ed702c8a76fd384047559e762a2ae2fb3f01a3bfdf55ea8f408d0c10c8815059f2b88259a5bc
 SHA512 
e65da7fca7a5aa83cfb64e9bb001399f1bfb0ccad9135e37fc6262e63d03ea2fad4c38e9fec631b73482ed0a16a557fab59199b7fe651a836975c18010e5c7f0

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.1.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.1.ebuild
new file mode 100644
index 000..2de83b92ec6
--- /dev/null
+++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.2.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils gnome2-utils xdg
+
+DESCRIPTION="Official desktop client for Telegram (binary package)"
+HOMEPAGE="https://desktop.telegram.org;
+SRC_URI="
+   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
+   amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz )
+   x86? ( https://updates.tdesktop.com/tlinux32/tsetup32.${PV}.tar.xz )
+"
+
+LICENSE="telegram"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+QA_PREBUILT="usr/bin/telegram-desktop"
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-libs/gobject-introspection
+   >=sys-apps/dbus-1.4.20
+   x11-libs/libX11
+   >=x11-libs/libxcb-1.10[xkb]
+"
+DEPEND=""
+
+S="${WORKDIR}/Telegram"
+
+src_install() {
+   newbin "${S}/Telegram" telegram-desktop
+
+   local icon_size
+   for icon_size in 16 32 48 64 128 256

  1   2   3   4   5   6   7   8   9   10   >