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

2018-03-15 Thread Benda XU
commit: cc57c521b27b28ca33cdadae7346974fcb6386aa
Author: Benda Xu  gentoo  org>
AuthorDate: Fri Mar 16 05:26:18 2018 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Mar 16 05:26:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc57c521

dev-python/rootpy: bump to 1.0.1 and remove old.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/rootpy/Manifest |  3 +-
 dev-python/rootpy/rootpy-0.8.0.ebuild  | 46 --
 .../{rootpy-0.7.1.ebuild => rootpy-1.0.1.ebuild}   |  8 ++--
 3 files changed, 5 insertions(+), 52 deletions(-)

diff --git a/dev-python/rootpy/Manifest b/dev-python/rootpy/Manifest
index a68ac933c9a..e8f1db66500 100644
--- a/dev-python/rootpy/Manifest
+++ b/dev-python/rootpy/Manifest
@@ -1,3 +1,2 @@
-DIST rootpy-0.7.1.tar.gz 305412 BLAKE2B 
26b812c3254043b49431d2ed157db1eedbca25f9be472589b380a15659d51274bee79a06c278540cf19ad9437efdd8bfa50a63039a0e82dc5e53a67bcece0ef7
 SHA512 
460e5d79da08c141c762a5a92cf50694fe1fee8677a2439b5525b67e7d6a1a6af18a4e6dc91d379b394a97dc973da8f6baa534d46e506e0a7a4d0ee632de1a2a
-DIST rootpy-0.8.0.tar.gz 415826 BLAKE2B 
75c9b3dd0a3ad6c076bc5915570eb4383d03a52cb7ef2f6347153c222d894a304149fe37802fed1888a4acacd21d6b6e5bc47861065603b85e35b89780ab84d2
 SHA512 
0b9dc9c5bee263a2eb33b464bd96f4f9d0820a03722ca2fe3ccfaf11786caf7ccd6d25ffe4ffd42c4a5481bd3b33576cfbf68c01f2af7a981f6a2c1bedc514e2
 DIST rootpy-0.8.3.tar.gz 417400 BLAKE2B 
a8120d7005082be96901820d602abfc43bbac5d797d41a8bc215fef36ed37e3bc7b797e0d4ca084ba45b840dcf8eb4afcdfb454f8c801bdf1edec146f3f9ac38
 SHA512 
b1d3c17fb0a6dfe36bdf3d9a345fc55af8a102d33433c951581f9a61babf377fabb1ae486c78b2d4654cbc7320de122fb3075f27a1565655a3dc17c2b4f56df6
+DIST rootpy-1.0.1.tar.gz 418618 BLAKE2B 
ce321e69d7e202877697d133ad2ba90df71cd261b206211718cb6a9ec8ee3ec085cac49526b9bb75166fafeb43f83b3f53bf231d9353f3d63fa7e4be381ce454
 SHA512 
db1c7edc02d1cd5a4a1940237c1e1c63d892bb92e612bdad028d14f9723a4bdc5f9b6711a135b0e099ce1895b2564b29aeb21ef0d2c3681354bf4edc9c6a325f

diff --git a/dev-python/rootpy/rootpy-0.8.0.ebuild 
b/dev-python/rootpy/rootpy-0.8.0.ebuild
deleted file mode 100644
index c9c51ee65cb..000
--- a/dev-python/rootpy/rootpy-0.8.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="readline"
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1
-
-DESCRIPTION="Pythonic layer on top of the ROOT framework's PyROOT bindings"
-HOMEPAGE="http://rootpy.org";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples test"
-
-RDEPEND="
-   sci-physics/root[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/pytables[${PYTHON_USEDEP}]
-   dev-python/root_numpy[${PYTHON_USEDEP}]
-   dev-python/termcolor[${PYTHON_USEDEP}]"
-
-DEPEND="
-   sci-physics/root[${PYTHON_USEDEP}]
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-# TOFIX: tests go in an infinite loop error
-RESTRICT=test
-
-python_test() {
-   cd "${BUILD_DIR}" || die
-   nosetests -v || die "Testing failed with ${EPYTHON}"
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   if use examples; then
-   insinto /usr/share/doc/${PF}
-   doins -r examples
-   fi
-}

diff --git a/dev-python/rootpy/rootpy-0.7.1.ebuild 
b/dev-python/rootpy/rootpy-1.0.1.ebuild
similarity index 88%
rename from dev-python/rootpy/rootpy-0.7.1.ebuild
rename to dev-python/rootpy/rootpy-1.0.1.ebuild
index c9c51ee65cb..b4efcde380e 100644
--- a/dev-python/rootpy/rootpy-0.7.1.ebuild
+++ b/dev-python/rootpy/rootpy-1.0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_6} )
 PYTHON_REQ_USE="readline"
 DISTUTILS_SINGLE_IMPL=1
 
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="examples test"
 
 RDEPEND="
-   sci-physics/root[${PYTHON_USEDEP}]
+   sci-physics/root:=[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/pytables[${PYTHON_USEDEP}]
dev-python/root_numpy[${PYTHON_USEDEP}]



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

2018-03-15 Thread Benda XU
commit: c631448d1d27990cc7c094605606b645b17d2880
Author: Benda Xu  gentoo  org>
AuthorDate: Fri Mar 16 05:23:56 2018 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Mar 16 05:26:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c631448d

dev-python/root_numpy: tested with python-3.6.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-python/root_numpy/root_numpy-4.7.3.ebuild 
b/dev-python/root_numpy/root_numpy-4.7.3.ebuild
index 81df51049d4..7561d10b039 100644
--- a/dev-python/root_numpy/root_numpy-4.7.3.ebuild
+++ b/dev-python/root_numpy/root_numpy-4.7.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=5
 
 DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_6} )
 
 inherit distutils-r1
 



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

2018-03-15 Thread Richard Farina
commit: 8153df03e15624ba4319d2fc9b1fd1fefb47cd86
Author: Rick Farina (Zero_Chaos)  gentoo  org>
AuthorDate: Fri Mar 16 01:06:36 2018 +
Commit: Richard Farina  gentoo  org>
CommitDate: Fri Mar 16 01:06:36 2018 +
URL:https://gitweb.gentoo.org/proj/livecd-tools.git/commit/?id=8153df03

fix typos, reenable remaining vt (no autologin)

 init.d/fixinittab | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/init.d/fixinittab b/init.d/fixinittab
index d675b9b..7123cc0 100644
--- a/init.d/fixinittab
+++ b/init.d/fixinittab
@@ -83,7 +83,11 @@ start()
if [ "${LIVECD_CONSOLE}" = "tty0" -o "${LIVECD_CONSOLE}" = "" ]
then
if [ "${SECURECONSOLE}" = "yes" ]; then
-   echo "c1:12345:respawn:/sbin/mingetty --noclear 
--autologin $(id -nu 1000 2>/dev/null || echo root) tty${x}" >> /etc/inittab
+   echo "c1:12345:respawn:/sbin/mingetty --noclear 
--autologin $(id -nu 1000 2>/dev/null || echo root) tty1" >> /etc/inittab
+   for x in 2 3 4 5 6
+   do
+   echo "c${x}:2345:respawn:/sbin/agetty 
38400 tty${x} linux" >> /etc/inittab
+   done
else
for x in 1 2 3 4 5 6
do



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

2018-03-15 Thread Andreas Sturmlechner
commit: b80d3fd9b7a5bda3db3207f0c6263dcd51dca6cb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Mar 16 00:57:24 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Mar 16 00:57:24 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b80d3fd9

kde-apps/kget: Add USE=kde for Plasma-5 shutdown actions

Upstream commit: bd31daab5163f2c161efa382865ea84a69787395
Thanks-to: Arfrever
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 kde-apps/kget/kget-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/kde-apps/kget/kget-.ebuild b/kde-apps/kget/kget-.ebuild
index 4946246add..18d94e1181 100644
--- a/kde-apps/kget/kget-.ebuild
+++ b/kde-apps/kget/kget-.ebuild
@@ -10,7 +10,7 @@ inherit kde5
 DESCRIPTION="Advanced download manager by KDE"
 HOMEPAGE="https://www.kde.org/applications/internet/kget/";
 KEYWORDS=""
-IUSE="bittorrent gpg mms sqlite"
+IUSE="bittorrent gpg kde mms sqlite"
 
 COMMON_DEPEND="
$(add_frameworks_dep kcmutils)
@@ -43,6 +43,7 @@ COMMON_DEPEND="
app-crypt/qca:2[qt5(+)]
bittorrent? ( net-libs/libktorrent:5 )
gpg? ( app-crypt/gpgme[qt5] )
+   kde? ( $(add_plasma_dep plasma-workspace) )
mms? ( media-libs/libmms )
sqlite? ( dev-db/sqlite:3 )
 "
@@ -57,6 +58,7 @@ src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package bittorrent KF5Torrent)
$(cmake-utils_use_find_package gpg Gpgmepp)
+   $(cmake-utils_use_find_package kde LibKWorkspace)
$(cmake-utils_use_find_package mms LibMms)
$(cmake-utils_use_find_package sqlite Sqlite)
)



[gentoo-commits] proj/qt:master commit in: dev-qt/qtpositioning/

2018-03-15 Thread Andreas Sturmlechner
commit: 28123c0009d73afa0789f8874047755eeb29d4f2
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Fri Mar 16 00:45:59 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Mar 16 00:45:59 2018 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=28123c00

dev-qt/qtpositioning: Add src/positioningquick to QT5_TARGET_SUBDIRS

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-qt/qtpositioning/qtpositioning-5.11.0_beta2.ebuild | 5 -
 dev-qt/qtpositioning/qtpositioning-5.11..ebuild| 5 -
 dev-qt/qtpositioning/qtpositioning-5..ebuild   | 5 -
 3 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/dev-qt/qtpositioning/qtpositioning-5.11.0_beta2.ebuild 
b/dev-qt/qtpositioning/qtpositioning-5.11.0_beta2.ebuild
index 2af4b954..0fb891e5 100644
--- a/dev-qt/qtpositioning/qtpositioning-5.11.0_beta2.ebuild
+++ b/dev-qt/qtpositioning/qtpositioning-5.11.0_beta2.ebuild
@@ -33,5 +33,8 @@ QT5_TARGET_SUBDIRS=(
 
 pkg_setup() {
use geoclue && QT5_TARGET_SUBDIRS+=(src/plugins/position/geoclue)
-   use qml && QT5_TARGET_SUBDIRS+=(src/imports/positioning)
+   use qml && QT5_TARGET_SUBDIRS+=(
+   src/positioningquick
+   src/imports/positioning
+   )
 }

diff --git a/dev-qt/qtpositioning/qtpositioning-5.11..ebuild 
b/dev-qt/qtpositioning/qtpositioning-5.11..ebuild
index 2af4b954..0fb891e5 100644
--- a/dev-qt/qtpositioning/qtpositioning-5.11..ebuild
+++ b/dev-qt/qtpositioning/qtpositioning-5.11..ebuild
@@ -33,5 +33,8 @@ QT5_TARGET_SUBDIRS=(
 
 pkg_setup() {
use geoclue && QT5_TARGET_SUBDIRS+=(src/plugins/position/geoclue)
-   use qml && QT5_TARGET_SUBDIRS+=(src/imports/positioning)
+   use qml && QT5_TARGET_SUBDIRS+=(
+   src/positioningquick
+   src/imports/positioning
+   )
 }

diff --git a/dev-qt/qtpositioning/qtpositioning-5..ebuild 
b/dev-qt/qtpositioning/qtpositioning-5..ebuild
index 2af4b954..0fb891e5 100644
--- a/dev-qt/qtpositioning/qtpositioning-5..ebuild
+++ b/dev-qt/qtpositioning/qtpositioning-5..ebuild
@@ -33,5 +33,8 @@ QT5_TARGET_SUBDIRS=(
 
 pkg_setup() {
use geoclue && QT5_TARGET_SUBDIRS+=(src/plugins/position/geoclue)
-   use qml && QT5_TARGET_SUBDIRS+=(src/imports/positioning)
+   use qml && QT5_TARGET_SUBDIRS+=(
+   src/positioningquick
+   src/imports/positioning
+   )
 }



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

2018-03-15 Thread Göktürk Yüksek
commit: 5fa8ca5f43c4aa55bbb641e494db9ea76d4e57ee
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Fri Mar 16 00:30:45 2018 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Fri Mar 16 00:30:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fa8ca5f

app-admin/lastpass-cli: bump to 1.3.0

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-admin/lastpass-cli/Manifest  |  1 +
 app-admin/lastpass-cli/lastpass-cli-1.3.0.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/app-admin/lastpass-cli/Manifest b/app-admin/lastpass-cli/Manifest
index a29757b5f95..74cd7ebbe73 100644
--- a/app-admin/lastpass-cli/Manifest
+++ b/app-admin/lastpass-cli/Manifest
@@ -2,3 +2,4 @@ DIST lastpass-cli-1.0.0.tar.gz 92311 BLAKE2B 
a5351fb203ce3532572ac52fad5f6a6312c
 DIST lastpass-cli-1.1.2.tar.gz 102796 BLAKE2B 
7c6a19698616e9a3ab6286b2eaaaed1b4a810cb35464c70f3930ed0903d5f63cce6f0d5bcbb3b07fb5ad846b58581a93aaf8d6d63a7246b7bb51985362fb856e
 SHA512 
8115cb07cfca15ef402bdbd8ce943352e1534ddb781274e21cb0fafa4bcd9ab7abe4ddba57c4ebbce326f09cc9249f244607d16cac5597e61cf21c73417e7d9c
 DIST lastpass-cli-1.2.1.tar.gz 108780 BLAKE2B 
82ebae9a6a707bb75025cf98b53bccd2403eb0a3855d7f6ca7c5fdbf55465f929df529100da7933ce73ab7ece35275e0ffd96e6463eb1ecbd81da3b80047
 SHA512 
c7c9f20dbc083873b815834320828a30a1c488571efbfc5aea47c3bd2073819d713810c785855d4c0c208e1b95aa0e5fc550a0b6b5c0f787eca1f54589e18e62
 DIST lastpass-cli-1.2.2.tar.gz 110045 BLAKE2B 
96fcfd8f6e974edb5bd8701e18e73b46c0bcbcc14c38debd50be922a25ece9397bb6b641d4f2ce3057e57af0114a263eaab03e86b74e61d89a745411051bb172
 SHA512 
7d211c7669fe2de3e3f34cf00025376fd39a7f96c8573a0eaff64f322daab03de21e25d5875d3286a794580ac75d330c7bfe1005b377afc2b13e4ded9d78012c
+DIST lastpass-cli-1.3.0.tar.gz 113969 BLAKE2B 
5570567b17f043200f6b4eca72735d26d153a91cb4f0551a856532101ac610d2505bc90677735a8bbafe68f1a1b7ac0a026ac642a9f3786cceb7638ea29394fb
 SHA512 
7a147e08ac4b8e4e895744f80c484db9da895f4439bccbc141fe17e480285c76479753c2b879c60258d740af39775a3fae225ad193b5e6379a1cae8862c2a3ae

diff --git a/app-admin/lastpass-cli/lastpass-cli-1.3.0.ebuild 
b/app-admin/lastpass-cli/lastpass-cli-1.3.0.ebuild
new file mode 100644
index 000..2c34bdeb329
--- /dev/null
+++ b/app-admin/lastpass-cli/lastpass-cli-1.3.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils bash-completion-r1
+
+DESCRIPTION="Interfaces with LastPass.com from the command line."
+HOMEPAGE="https://github.com/lastpass/lastpass-cli";
+SRC_URI="https://github.com/lastpass/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2+ GPL-2+-with-openssl-exception"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl X +pinentry test"
+
+RDEPEND="
+   X? ( || ( x11-misc/xclip x11-misc/xsel ) )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   net-misc/curl
+   dev-libs/libxml2
+   pinentry? ( app-crypt/pinentry )
+"
+DEPEND="${RDEPEND}
+   app-text/asciidoc
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBASH_COMPLETION_COMPLETIONSDIR="$(get_bashcompdir)"
+   )
+
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   cmake-utils_src_compile all doc-man $(usex test lpass-test '')
+}
+
+src_install() {
+   cmake-utils_src_install install install-doc
+}
+
+src_test() {
+   local myctestargs=(
+   -j1 # Parallel tests fail
+   )
+
+   # The path to lpass-test is hardcoded to "${S}"/build/lpass-test
+   # which is incorrect for our out-of-source build
+   sed -e "s|TEST_LPASS=.*|TEST_LPASS=\"${BUILD_DIR}/lpass-test\"|" \
+   -i "${S}"/test/include.sh || die
+
+   cmake-utils_src_test
+}



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

2018-03-15 Thread James Le Cuirot
commit: 48c72dfeb8f5b9e501a4ffe5c9eaab0e13a18517
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Mar 15 23:43:07 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Mar 15 23:43:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48c72dfe

games-action/super-hexagon: Bump to 20160217, EAPI 6, no bundling

This previously bundled SDL 2, probably because it wasn't packaged
when this was first added. With that unbundled, there are far fewer
dependencies and this makes unbundling everything less likely to
break. SDL is particularly stable in this regard. Because of this and
in the interests of security, I have dropped the bundled-libs
flag. Anyone experiencing issues can obviously file a bug report.

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

 games-action/super-hexagon/Manifest|  2 +-
 games-action/super-hexagon/metadata.xml|  5 --
 .../super-hexagon/super-hexagon-20141027.ebuild| 84 --
 .../super-hexagon/super-hexagon-20160217.ebuild| 60 
 4 files changed, 61 insertions(+), 90 deletions(-)

diff --git a/games-action/super-hexagon/Manifest 
b/games-action/super-hexagon/Manifest
index c829ee21d52..50c5b023ce6 100644
--- a/games-action/super-hexagon/Manifest
+++ b/games-action/super-hexagon/Manifest
@@ -1 +1 @@
-DIST superhexagon-10272014-bin 29469168 SHA256 
f079cd5f644ba69a1123491a3d2bd19069670e6a9884ad756d927be331f3d9c8 SHA512 
ec07576e897cddcbb1ef1da104750001b7610ca31d40f41044dc412d8a149fa07b71e9fbc5df8b1d3ad6f110b28e5891dde618e39f4b2565d73fcfae28d3a85a
 WHIRLPOOL 
4c73f6cddce5d4fb6aace87c2b7c660f7e2be9cfcdc37355ba953e83bb06aa3cba554d15e3051ffcbbcc15b0e6473079b811fbf261771a302dfd496e9505057f
+DIST superhexagon-02172016-bin 27481878 BLAKE2B 
bae4d841cd3a03923b92c511a963ea836bf67b79b23dd800fb2731f33344981ad0f8392025173e2840ad3291646427ce42ba6ebd4b4920a29edb68cf9579103b
 SHA512 
ffb54a9c3fd2e78efcdbf491e995f242ea10da40f32d36c17a0e29f6ac5d684426b542abc1dcdc8c281fa62b6a267642f834b8007686c35f54a445568808eb1e

diff --git a/games-action/super-hexagon/metadata.xml 
b/games-action/super-hexagon/metadata.xml
index b878aaa1812..26079e608be 100644
--- a/games-action/super-hexagon/metadata.xml
+++ b/games-action/super-hexagon/metadata.xml
@@ -5,9 +5,4 @@
ga...@gentoo.org
Gentoo Games Project

-   
-   
-   Use the upstream provided bundled libraries.
-   
-   
 

diff --git a/games-action/super-hexagon/super-hexagon-20141027.ebuild 
b/games-action/super-hexagon/super-hexagon-20141027.ebuild
deleted file mode 100644
index 4998bfea0c8..000
--- a/games-action/super-hexagon/super-hexagon-20141027.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# we use bundled glew, cause slotting 1.6 does not give us
-# much benefit for one consumer
-
-EAPI=5
-
-inherit eutils unpacker games
-
-DESCRIPTION="A minimal action game by Terry Cavanagh, with music by Chipzel"
-HOMEPAGE="http://www.superhexagon.com/";
-SRC_URI="superhexagon-${PV:4:4}${PV:0:4}-bin"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="bundled-libs"
-RESTRICT="bindist fetch splitdebug"
-
-MYGAMEDIR=${GAMES_PREFIX_OPT}/${PN}
-QA_PREBUILT="${MYGAMEDIR#/}/x86/*
-   ${MYGAMEDIR#/}/x86_64/*"
-
-DEPEND="app-arch/unzip"
-RDEPEND="
-   virtual/glu
-   virtual/opengl
-   x11-libs/libX11
-   x11-libs/libXau
-   x11-libs/libxcb
-   x11-libs/libXdmcp
-   x11-libs/libXext
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXxf86vm
-   !bundled-libs? (
-   media-libs/freeglut
-   media-libs/libogg
-   media-libs/libvorbis
-   media-libs/openal
-   )"
-
-S=${WORKDIR}/data
-
-pkg_nofetch() {
-   einfo "Please buy & download ${SRC_URI} from:"
-   einfo "  ${HOMEPAGE}"
-   einfo "and move it to ${DISTDIR}"
-   einfo
-}
-
-src_unpack() {
-   unpack_zip ${A}
-}
-
-src_prepare() {
-   einfo "removing ${ARCH} unrelated files"
-   rm -r $(usex amd64 "x86" "x86_64") || die
-
-   if ! use bundled-libs ; then
-   einfo "removing bundled-libs..."
-   cd $(usex amd64 "x86_64" "x86") || die
-   rm libglut.so* libogg.so* libopenal.so* libstdc++.so* \
-   libvorbis.so* libvorbisfile.so*
-   fi
-}
-
-src_install() {
-   local myarch=$(usex amd64 "x86_64" "x86")
-
-   insinto "${MYGAMEDIR}"
-   doins -r data ${myarch} SuperHexagon.png
-
-   dodoc Linux.README
-
-   newicon SuperHexagon.png ${PN}.png
-   make_desktop_entry ${PN}
-   games_make_wrapper ${PN} "./${myarch}/superhexagon.${myarch}" 
"${MYGAMEDIR}" "${MYGAMEDIR}/${myarch}"
-
-   fperms +x "${MY

[gentoo-commits] proj/betagarden:master commit in: app-crypt/wile/

2018-03-15 Thread Sebastian Pipping
commit: 56f267ce4a12e7c34930927c3bbd0ad1b307d3fb
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Thu Mar 15 23:40:07 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Thu Mar 15 23:41:47 2018 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=56f267ce

app-crypt/wile: Address sandbox violation

.. by depending on post-stable version of setuptools.

Compile error was:
distutils.errors.DistutilsError: Setup script exited with error: 
SandboxViolation:
open('/var/tmp/portage/app-crypt/wile-1.0.1/work/wile-1.0.1-python2_7/lib/ptr.py',
 'wb') {}

 app-crypt/wile/wile-1.0.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-crypt/wile/wile-1.0.1.ebuild b/app-crypt/wile/wile-1.0.1.ebuild
index f0c0752..7579bb5 100644
--- a/app-crypt/wile/wile-1.0.1.ebuild
+++ b/app-crypt/wile/wile-1.0.1.ebuild
@@ -16,6 +16,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="
+   >=dev-python/setuptools-38.5.1[${PYTHON_USEDEP}]
dev-python/setuptools_scm[${PYTHON_USEDEP}]
"
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-biology/abyss/

2018-03-15 Thread Sergei Trofimovich
commit: 42bcef7f16f3999182b38951f69ce0e15d1ef58a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 15 23:30:40 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 15 23:33:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42bcef7f

sci-biology/abyss: bump up to 2.0.3

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-biology/abyss/Manifest   |  1 +
 sci-biology/abyss/abyss-2.0.3.ebuild | 54 
 2 files changed, 55 insertions(+)

diff --git a/sci-biology/abyss/Manifest b/sci-biology/abyss/Manifest
index 20d851c721d..b18ccd65238 100644
--- a/sci-biology/abyss/Manifest
+++ b/sci-biology/abyss/Manifest
@@ -1 +1,2 @@
 DIST abyss-2.0.2.tar.gz 1036135 BLAKE2B 
6781a63203b5e6a1de70837a6dad7c79643d049b4c1e4b827471f2414cc821f82d98f9856518e3c24486e068c584520d0a1852d4e03d26247b896c776baaee41
 SHA512 
b19325b9d51e80378fc9818942c4005c94f470f0ad8ff6c1b8b593ad0216d35f9a99c0aa7c627082372690a6a7094ced8ca8efeb0bff6014ca46a67d7eb16a30
+DIST abyss-2.0.3.tar.gz 1049144 BLAKE2B 
1a320cac735747225723f0d636af435ffcac9efb3273323150f258c0f4c27ed81bb104cb06a726aa664118cc9d2224b745d9deebfcac055face01dae3fc9de15
 SHA512 
15bc833e89839be89dfa35a23ae22ad0f9a19e8efd36211010c9f59e974de7c569576db36e26d6ab302543ff427604b5efb1b7badf62489a5e82a193ef155570

diff --git a/sci-biology/abyss/abyss-2.0.3.ebuild 
b/sci-biology/abyss/abyss-2.0.3.ebuild
new file mode 100644
index 000..ccce937c77c
--- /dev/null
+++ b/sci-biology/abyss/abyss-2.0.3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools toolchain-funcs
+
+DESCRIPTION="Assembly By Short Sequences - a de novo, parallel, paired-end 
sequence assembler"
+HOMEPAGE="http://www.bcgsc.ca/platform/bioinfo/software/abyss/";
+SRC_URI="https://github.com/bcgsc/abyss/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="abyss"
+SLOT="0"
+IUSE="+mpi openmp misc-haskell"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-cpp/sparsehash
+   dev-libs/boost:=
+   misc-haskell? (
+   dev-libs/gmp:0=
+   virtual/libffi:0=
+   )
+   mpi? ( sys-cluster/openmpi )"
+DEPEND="${RDEPEND}
+   misc-haskell? (
+   dev-lang/ghc
+   )"
+
+# todo: --enable-maxk=N configure option
+# todo: fix automagic mpi toggling
+
+pkg_pretend() {
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+pkg_setup() {
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+src_prepare() {
+   default
+   sed -i -e "s/-Werror//" configure.ac || die #365195
+   sed -i -e "/dist_pkgdoc_DATA/d" Makefile.am || die
+   eautoreconf
+}
+
+src_configure() {
+   # disable building haskell tool Misc/samtobreak
+   # unless request by user: bug #534412
+   use misc-haskell || export ac_cv_prog_ac_ct_GHC=
+
+   econf $(use_enable openmp)
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/crystal/, dev-lang/crystal/files/

2018-03-15 Thread Sergei Trofimovich
commit: 775d10604baa00e1ffd0d5bf232348c3990ec4e9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 15 23:32:58 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 15 23:33:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=775d1060

dev-lang/crystal: disable tests that interfere with gentoo's sandbox

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-lang/crystal/crystal-0.24.2.ebuild |  2 ++
 ...ystal-0.24.2-gentoo-tests-network-sandbox.patch | 33 +++
 .../crystal-0.24.2-gentoo-tests-sandbox.patch  | 37 ++
 3 files changed, 72 insertions(+)

diff --git a/dev-lang/crystal/crystal-0.24.2.ebuild 
b/dev-lang/crystal/crystal-0.24.2.ebuild
index 4a403f10264..84884cb69fb 100644
--- a/dev-lang/crystal/crystal-0.24.2.ebuild
+++ b/dev-lang/crystal/crystal-0.24.2.ebuild
@@ -40,6 +40,8 @@ RDEPEND="${DEPEND}
 
 PATCHES=(
"${FILESDIR}"/${PN}-0.24.0-verbose-LDFLAGS.patch
+   "${FILESDIR}"/${PN}-0.24.2-gentoo-tests-sandbox.patch
+   "${FILESDIR}"/${PN}-0.24.2-gentoo-tests-network-sandbox.patch
 )
 
 src_prepare() {

diff --git 
a/dev-lang/crystal/files/crystal-0.24.2-gentoo-tests-network-sandbox.patch 
b/dev-lang/crystal/files/crystal-0.24.2-gentoo-tests-network-sandbox.patch
new file mode 100644
index 000..12565c1d839
--- /dev/null
+++ b/dev-lang/crystal/files/crystal-0.24.2-gentoo-tests-network-sandbox.patch
@@ -0,0 +1,33 @@
+diff --git a/spec/std/socket_spec.cr b/spec/std/socket_spec.cr
+index 0caa51a..f21b3b3 100644
+--- a/spec/std/socket_spec.cr
 b/spec/std/socket_spec.cr
+@@ -537,13 +537,15 @@ describe TCPSocket do
+ end
+   end
+ 
+-  it "fails when host doesn't exist" do
++  # gentoo's FEATURES=network-sandbox blocks DNS
++  pending "fails when host doesn't exist" do
+ expect_raises(Socket::Error, /No address/i) do
+   TCPSocket.new("doesnotexist.example.org.", 12345)
+ end
+   end
+ 
+-  it "fails (rather than segfault on darwin) when host doesn't exist and port 
is 0" do
++  # gentoo's FEATURES=network-sandbox blocks DNS
++  pending "fails (rather than segfault on darwin) when host doesn't exist and 
port is 0" do
+ expect_raises(Socket::Error, /No address/i) do
+   TCPSocket.new("doesnotexist.example.org.", 0)
+ end
+@@ -634,7 +636,9 @@ describe UDPSocket do
+ client.close
+   end
+ 
+-  it "broadcasts messages" do
++  # gentoo's FEATURES=network-sandbox blocks external network:
++  #   connect: Network is unreachable
++  pending "broadcasts messages" do
+ port = free_udp_socket_port
+ 
+ client = UDPSocket.new(Socket::Family::INET)

diff --git a/dev-lang/crystal/files/crystal-0.24.2-gentoo-tests-sandbox.patch 
b/dev-lang/crystal/files/crystal-0.24.2-gentoo-tests-sandbox.patch
new file mode 100644
index 000..4bd779a834c
--- /dev/null
+++ b/dev-lang/crystal/files/crystal-0.24.2-gentoo-tests-sandbox.patch
@@ -0,0 +1,37 @@
+diff --git a/spec/std/file_spec.cr b/spec/std/file_spec.cr
+index 4a08b7d..cb1b28c 100644
+--- a/spec/std/file_spec.cr
 b/spec/std/file_spec.cr
+@@ -1026,7 +1026,8 @@ describe "File" do
+   end
+ end
+ 
+-it "raises if file cannot be accessed" do
++# On linux it's "Permission denied", not "Operation not permitted"
++pending "raises if file cannot be accessed" do
+   expect_raises Errno, "Operation not permitted" do
+ File.touch("/bin/ls")
+   end
+diff --git a/spec/std/process_spec.cr b/spec/std/process_spec.cr
+index 4a36f18..0cd63a8 100644
+--- a/spec/std/process_spec.cr
 b/spec/std/process_spec.cr
+@@ -115,14 +115,16 @@ describe Process do
+   end
+ 
+   describe "environ" do
+-it "clears the environment" do
++#gentoo's sandbox keeps sandbox environment
++pending "clears the environment" do
+   value = Process.run("env", clear_env: true) do |proc|
+ proc.output.gets_to_end
+   end
+   value.should eq("")
+ end
+ 
+-it "sets an environment variable" do
++#gentoo's sandbox keeps sandbox environment
++pending "sets an environment variable" do
+   env = {"FOO" => "bar"}
+   value = Process.run("env", clear_env: true, env: env) do |proc|
+ proc.output.gets_to_end



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

2018-03-15 Thread Lars Wendler
commit: 7cdc374dd2da400ff97bbc99a7caded293d3dfd4
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Mar 15 23:21:58 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Mar 15 23:22:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cdc374d

net-irc/hexchat: Bump to version 2.14.0

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

 net-irc/hexchat/Manifest  |   1 +
 net-irc/hexchat/hexchat-2.14.0.ebuild | 136 ++
 2 files changed, 137 insertions(+)

diff --git a/net-irc/hexchat/Manifest b/net-irc/hexchat/Manifest
index 4d56be7b25d..34f218afbd7 100644
--- a/net-irc/hexchat/Manifest
+++ b/net-irc/hexchat/Manifest
@@ -1 +1,2 @@
 DIST hexchat-2.12.4.tar.xz 1451468 BLAKE2B 
91db1486b421f9707f9dddfe8aba812aa283d5e3cc3c12815faa7e515d00b803bde0bbf30e1ca5c0b69fe954dd30a6f69e5094dabe1dc641ae4f0742ad1965b4
 SHA512 
48d30c23973a19efc7a8e6d00a3e9675e8556a6fa9da046175b3d87bdab0bebbc6caf58970d654e270421d0d49c2cd9f498b425b7e3a49dd81670dc4825fca40
+DIST hexchat-2.14.0.tar.xz 1281988 BLAKE2B 
106e20f0c24d9bcc64a277bbe3d33969e22443f714802b5cebf10c69c0013c988664a73e60e5a078eba6893c56634cf1138d2e96b5336dafaa33aa4fec6eac4d
 SHA512 
b23f227065b7911123e335d19cb76bd5f0bfa9c891eb3f68030677a7346a3bf410ab1679b9c349cf4a2819244fc00766552b1e677f33a45db95d7b928daf49ec

diff --git a/net-irc/hexchat/hexchat-2.14.0.ebuild 
b/net-irc/hexchat/hexchat-2.14.0.ebuild
new file mode 100644
index 000..2fed964709e
--- /dev/null
+++ b/net-irc/hexchat/hexchat-2.14.0.ebuild
@@ -0,0 +1,136 @@
+# 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 gnome2-utils meson mono-env python-single-r1 xdg-utils
+
+DESCRIPTION="Graphical IRC client based on XChat"
+HOMEPAGE="https://hexchat.github.io/";
+
+if [[ "${PV}" == "" ]] ; then
+   inherit git-r3
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/${PN}/${PN}.git";
+else
+   SRC_URI="https://dl.hexchat.net/${PN}/${P}.tar.xz";
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux"
+fi
+
+LICENSE="GPL-2 plugin-fishlim? ( MIT )"
+SLOT="0"
+IUSE="dbus debug +gtk libcanberra libnotify libproxy libressl lua perl 
plugin-checksum plugin-fishlim plugin-sysinfo python ssl theme-manager"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+COMMON_DEPEND="
+   dev-libs/glib:2
+   dbus? ( dev-libs/dbus-glib )
+   gtk? (
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/pango
+   )
+   libcanberra? ( media-libs/libcanberra )
+   libproxy? ( net-libs/libproxy )
+   libnotify? ( x11-libs/libnotify )
+   lua? ( dev-lang/lua:= )
+   perl? ( dev-lang/perl )
+   plugin-sysinfo? ( sys-apps/pciutils )
+   python? ( ${PYTHON_DEPS} )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   theme-manager? (
+   || (
+   ( dev-lang/mono[minimal] dev-dotnet/libgdiplus )
+   dev-lang/mono[-minimal]
+   )
+   )"
+
+RDEPEND="${COMMON_DEPEND}"
+DEPEND="
+   ${COMMON_DEPEND}
+   app-arch/xz-utils
+   app-text/iso-codes
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+   if use theme-manager ; then
+   mono-env_pkg_setup
+   export XDG_CACHE_HOME="${T}/.cache"
+   fi
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dwith-gtk="$(usex gtk true false)"
+   -Dwith-text="$(usex gtk false true)"
+   -Dwith-ssl="$(usex ssl true false)"
+   -Dwith-plugin=true
+   -Dwith-dbus="$(usex dbus true false)"
+   -Dwith-libproxy="$(usex libproxy true false)"
+   -Dwith-libnotify="$(usex libnotify true false)"
+   -Dwith-libcanberra="$(usex libcanberra true false)"
+   -Dwith-theme-manager="$(usex theme-manager true false)"
+   -Ddbus-service-use-appid=false
+   -Dwith-checksum="$(usex plugin-checksum true false)"
+   -Dwith-fishlim="$(usex plugin-fishlim true false)"
+   -Dwith-lua="$(usex lua lua false)"
+   -Dwith-perl="$(usex perl true false)"
+   -Dwith-python="$(usex python "${EPYTHON}" false)"
+   -Dwith-sysinfo="$(usex plugin-sysinfo true false)"
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   dodoc readme.md
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_preinst() {
+   if use gtk ; then
+   gnome2_icon_savelist
+   fi
+}
+
+pkg_postinst() {
+   if use gtk ; then

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

2018-03-15 Thread Lars Wendler
commit: e1d52e9b39fd217360f1ba62d1d42a71fbfe452f
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Mar 15 23:08:58 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Mar 15 23:22:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d52e9b

net-irc/hexchat: Converted live ebuild from autotools to meson.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-irc/hexchat/hexchat-.ebuild | 93 ++---
 1 file changed, 44 insertions(+), 49 deletions(-)

diff --git a/net-irc/hexchat/hexchat-.ebuild 
b/net-irc/hexchat/hexchat-.ebuild
index 2e5d52c8be2..2fed964709e 100644
--- a/net-irc/hexchat/hexchat-.ebuild
+++ b/net-irc/hexchat/hexchat-.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# 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 autotools fdo-mime gnome2-utils mono-env python-single-r1
+
+inherit gnome2-utils meson mono-env python-single-r1 xdg-utils
 
 DESCRIPTION="Graphical IRC client based on XChat"
 HOMEPAGE="https://hexchat.github.io/";
@@ -20,21 +21,25 @@ fi
 
 LICENSE="GPL-2 plugin-fishlim? ( MIT )"
 SLOT="0"
-IUSE="dbus debug +gtk libcanberra libnotify libproxy libressl lua nls perl 
plugin-checksum plugin-fishlim plugin-sysinfo python spell ssl theme-manager"
+IUSE="dbus debug +gtk libcanberra libnotify libproxy libressl lua perl 
plugin-checksum plugin-fishlim plugin-sysinfo python ssl theme-manager"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
-COMMON_DEPEND="dev-libs/glib:2
-   dbus? ( sys-apps/dbus )
-   gtk? ( x11-libs/gtk+:2 )
+COMMON_DEPEND="
+   dev-libs/glib:2
+   dbus? ( dev-libs/dbus-glib )
+   gtk? (
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/pango
+   )
libcanberra? ( media-libs/libcanberra )
libproxy? ( net-libs/libproxy )
libnotify? ( x11-libs/libnotify )
lua? ( dev-lang/lua:= )
-   nls? ( virtual/libintl )
perl? ( dev-lang/perl )
plugin-sysinfo? ( sys-apps/pciutils )
python? ( ${PYTHON_DEPS} )
-   spell? ( app-text/iso-codes )
ssl? (
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
@@ -46,18 +51,15 @@ COMMON_DEPEND="dev-libs/glib:2
)
)"
 
-RDEPEND="${COMMON_DEPEND}
-   spell? ( app-text/enchant )"
-DEPEND="${COMMON_DEPEND}
+RDEPEND="${COMMON_DEPEND}"
+DEPEND="
+   ${COMMON_DEPEND}
app-arch/xz-utils
-   virtual/pkgconfig
+   app-text/iso-codes
dev-util/intltool
-   theme-manager? ( dev-util/monodevelop )"
-
-src_prepare() {
-   default
-   eautoreconf
-}
+   sys-devel/gettext
+   virtual/pkgconfig
+"
 
 pkg_setup() {
use python && python-single-r1_pkg_setup
@@ -68,33 +70,29 @@ pkg_setup() {
 }
 
 src_configure() {
-   econf \
-   --enable-plugin \
-   $(use_enable nls) \
-   $(use_enable ssl openssl) \
-   $(use_enable gtk gtkfe) \
-   $(use_enable !gtk textfe) \
-   $(use_enable python python "${EPYTHON}") \
-   $(use_enable perl) \
-   $(use_enable plugin-checksum checksum) \
-   $(use_enable plugin-fishlim fishlim) \
-   $(use_enable plugin-sysinfo sysinfo) \
-   $(use_enable dbus) \
-   $(use_enable lua) \
-   $(use_enable libnotify) \
-   $(use_enable libcanberra) \
-   $(use_enable libproxy) \
-   $(use_enable spell isocodes) \
-   $(use_enable debug) \
-   $(use_with theme-manager)
+   local emesonargs=(
+   -Dwith-gtk="$(usex gtk true false)"
+   -Dwith-text="$(usex gtk false true)"
+   -Dwith-ssl="$(usex ssl true false)"
+   -Dwith-plugin=true
+   -Dwith-dbus="$(usex dbus true false)"
+   -Dwith-libproxy="$(usex libproxy true false)"
+   -Dwith-libnotify="$(usex libnotify true false)"
+   -Dwith-libcanberra="$(usex libcanberra true false)"
+   -Dwith-theme-manager="$(usex theme-manager true false)"
+   -Ddbus-service-use-appid=false
+   -Dwith-checksum="$(usex plugin-checksum true false)"
+   -Dwith-fishlim="$(usex plugin-fishlim true false)"
+   -Dwith-lua="$(usex lua lua false)"
+   -Dwith-perl="$(usex perl true false)"
+   -Dwith-python="$(usex python "${EPYTHON}" false)"
+   -Dwith-sysinfo="$(usex plugin-sysinfo true false)"
+   )
+   meson_src_configure
 }
 
 src_install() {
-   emake DESTDIR="${D}" \
-   UPDATE_ICON_CACHE=true \
-   UPDATE_MIME_DATABASE=true \
- 

[gentoo-commits] proj/qt:master commit in: dev-qt/qtgui/

2018-03-15 Thread Jimi Huotari
commit: 284286ed83cee8f4bc82f4f39c5a9f6e0a040a48
Author: Jimi Huotari  gentoo  org>
AuthorDate: Thu Mar 15 23:16:19 2018 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Thu Mar 15 23:17:29 2018 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=284286ed

dev-qt/qtgui: remove a no longer needed patch from 5.11

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-qt/qtgui/qtgui-5.11.0_beta2.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-qt/qtgui/qtgui-5.11.0_beta2.ebuild 
b/dev-qt/qtgui/qtgui-5.11.0_beta2.ebuild
index 1d2abec0..9c89728d 100644
--- a/dev-qt/qtgui/qtgui-5.11.0_beta2.ebuild
+++ b/dev-qt/qtgui/qtgui-5.11.0_beta2.ebuild
@@ -71,8 +71,6 @@ PDEPEND="
ibus? ( app-i18n/ibus )
 "
 
-PATCHES=( "${FILESDIR}/${PN}-5.9.4-opengl.patch" ) # QTBUG-66420
-
 QT5_TARGET_SUBDIRS=(
src/tools/qvkgen
src/gui



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/gnuplot/

2018-03-15 Thread Sergei Trofimovich
commit: aceb6468ff48938a9c74c39119f5919002f857d2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 15 22:59:43 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 15 22:59:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aceb6468

sci-visualization/gnuplot: stable 5.0.7 for ia64, bug #650580

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 sci-visualization/gnuplot/gnuplot-5.0.7.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-visualization/gnuplot/gnuplot-5.0.7.ebuild 
b/sci-visualization/gnuplot/gnuplot-5.0.7.ebuild
index 1c2d9f21802..ba1aea828de 100644
--- a/sci-visualization/gnuplot/gnuplot-5.0.7.ebuild
+++ b/sci-visualization/gnuplot/gnuplot-5.0.7.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
@@ -17,11 +17,11 @@ if [[ -z ${PV%%*} ]]; then
ECVS_CVS_OPTIONS="-dP"
MY_P="${PN}"
SRC_URI=""
-   KEYWORDS=""
+   KEYWORDS="ia64"
 else
MY_P="${P/_/.}"
SRC_URI="mirror://sourceforge/gnuplot/${MY_P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 
~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="gnuplot bitmap? ( free-noncomm )"



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

2018-03-15 Thread Patrice Clement
commit: 6bf61a376d28285f15a2c1f4f9834c0cbdcfd085
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Mar 14 14:21:29 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Mar 15 22:55:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bf61a37

dev-perl/Plack: remove unused patch.

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

 dev-perl/Plack/files/Plack-1.3.900-issue-545.patch | 22 --
 1 file changed, 22 deletions(-)

diff --git a/dev-perl/Plack/files/Plack-1.3.900-issue-545.patch 
b/dev-perl/Plack/files/Plack-1.3.900-issue-545.patch
deleted file mode 100644
index b4a3fb747de..000
--- a/dev-perl/Plack/files/Plack-1.3.900-issue-545.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 86256c2af6115a2c99c310ba6979bf40f72a6864 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Richard=20Sim=C3=B5es?= 
-Date: Sun, 3 Jan 2016 19:49:51 -0600
-Subject: [PATCH] Allow log4perl.t and log4perl-category.t to run in parallel
-

- t/Plack-Middleware/log4perl-category.t | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/t/Plack-Middleware/log4perl-category.t 
b/t/Plack-Middleware/log4perl-category.t
-index 1951015..946edbf 100644
 a/t/Plack-Middleware/log4perl-category.t
-+++ b/t/Plack-Middleware/log4perl-category.t
-@@ -6,7 +6,7 @@ use Test::More;
- use Plack::Middleware::Log4perl;
- use HTTP::Request::Common;
- 
--my $test_file = "t/Plack-Middleware/log4perl.log";
-+my $test_file = "t/Plack-Middleware/log4perl-category.log";
- 
- my $conf = <

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

2018-03-15 Thread Patrice Clement
commit: db74a07251ce6f34cc04ca3854d4d0df84504c74
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Tue Mar  6 19:22:58 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Mar 15 22:56:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db74a072

app-admin/setools: remove unused patch.

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

 app-admin/setools/files/setools-4.1.0-remove-gui.patch | 18 --
 1 file changed, 18 deletions(-)

diff --git a/app-admin/setools/files/setools-4.1.0-remove-gui.patch 
b/app-admin/setools/files/setools-4.1.0-remove-gui.patch
deleted file mode 100644
index 67d7fe5c6ee..000
--- a/app-admin/setools/files/setools-4.1.0-remove-gui.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 4e7645c..aa3895a 100644
 a/setup.py
-+++ b/setup.py
-@@ -180,10 +180,10 @@ setup(name='setools',
- 'build_lex': LexCommand,
- 'build_ext': BuildExtCommand,
- 'build_qhc': QtHelpCommand},
--  packages=['setools', 'setools.diff', 'setools.policyrep', 'setoolsgui', 
'setoolsgui.apol'],
--  scripts=['apol', 'sediff', 'seinfo', 'seinfoflow', 'sesearch', 'sedta'],
-+  packages=['setools', 'setools.diff', 'setools.policyrep'],
-+  scripts=['sediff', 'seinfo', 'seinfoflow', 'sesearch', 'sedta'],
-   data_files=[(join(sys.prefix, 'share/man/man1'), glob.glob("man/*.1"))],
--  package_data={'': ['*.ui', '*.qhc'], 'setools': ['perm_map']},
-+  package_data={'setools': ['perm_map']},
-   ext_modules=ext_py_mods,
-   test_suite='tests',
-   license='GPLv2+, LGPLv2.1+',



[gentoo-commits] repo/gentoo:master commit in: games-fps/urbanterror/, games-fps/urbanterror/files/

2018-03-15 Thread Andreas Sturmlechner
commit: a7e603f66b80181f742b5fda476c185753ae1ce6
Author: Nils Freydank  posteo  de>
AuthorDate: Wed Mar 14 21:43:18 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 15 22:27:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7e603f6

games-fps/urbanterror: Bump to 4.3.3_p20180218

Note that the engine's code is still the same.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 games-fps/urbanterror/Manifest |   1 +
 .../urbanterror-4.3.3_p20180218-fix-loop.patch |  59 
 .../urbanterror/urbanterror-4.3.3_p20180218.ebuild | 167 +
 3 files changed, 227 insertions(+)

diff --git a/games-fps/urbanterror/Manifest b/games-fps/urbanterror/Manifest
index 2534ae6fbba..2fd75ae2d2b 100644
--- a/games-fps/urbanterror/Manifest
+++ b/games-fps/urbanterror/Manifest
@@ -1,2 +1,3 @@
 DIST urbanterror-4.3.2_p20180216.tar.gz 10070633 BLAKE2B 
38724030fc87e0800b9d6d1814efafc244584832e9fe78df060f2603040d72ee38602e300c3c765dfab4f803c9ae0e63116daf01601e571357a914509a6a8672
 SHA512 
88aa12a492f1d94e956ab4a8a1caeec259081043706b160d87fffe91b502399c0ddc34a4566463f336ae1b133cf250920ccd718647ac13d2eb48ddf9e6bb5517
 DIST urbanterror-4.3.2_p20180218.tar.gz 10069644 BLAKE2B 
ef711eee61f18cf2bc15974806d1b0b74c2a2094fbca5a07d70307289ae9eca53d2704b1cabc754c70984133761ff6daa55e00613668c0f0cc2b9a3ad5dac624
 SHA512 
e7f433b9971f5992efedee96123fe7c7665b6c7fa4a516df281e1f3635a9d56a653310e38f326a8e53640ed0a7d8e3bf6b44c08d70b8378d1ccdd75c05b31dc8
+DIST urbanterror-4.3.3_p20180218.tar.gz 10069644 BLAKE2B 
ef711eee61f18cf2bc15974806d1b0b74c2a2094fbca5a07d70307289ae9eca53d2704b1cabc754c70984133761ff6daa55e00613668c0f0cc2b9a3ad5dac624
 SHA512 
e7f433b9971f5992efedee96123fe7c7665b6c7fa4a516df281e1f3635a9d56a653310e38f326a8e53640ed0a7d8e3bf6b44c08d70b8378d1ccdd75c05b31dc8

diff --git 
a/games-fps/urbanterror/files/urbanterror-4.3.3_p20180218-fix-loop.patch 
b/games-fps/urbanterror/files/urbanterror-4.3.3_p20180218-fix-loop.patch
new file mode 100644
index 000..c34ebe84ced
--- /dev/null
+++ b/games-fps/urbanterror/files/urbanterror-4.3.3_p20180218-fix-loop.patch
@@ -0,0 +1,59 @@
+Author: Nils Freydank 
+Date:   Wed Mar 14 21:00:00 2017 +0100
+
+Imported patch written by Tom Murphy via github.com:
+
+https://github.com/ioquake/ioq3/pull/356
+
+diff --git a/code/sys/con_tty.c b/code/sys/con_tty.c
+index 2c2b595cf..58f178ade 100644
+--- a/code/sys/con_tty.c
 b/code/sys/con_tty.c
+@@ -73,20 +73,6 @@ static int hist_current = -1, hist_count = 0;
+ #define TTY_CONSOLE_PROMPT "]"
+ #endif
+ 
+-/*
+-==
+-CON_FlushIn
+-
+-Flush stdin, I suspect some terminals are sending a LOT of shit
+-FIXME relevant?
+-==
+-*/
+-static void CON_FlushIn( void )
+-{
+-  char key;
+-  while (read(STDIN_FILENO, &key, 1)!=-1);
+-}
+-
+ /*
+ ==
+ CON_Back
+@@ -441,7 +427,7 @@ char *CON_Input( void )
+   
TTY_con = *history;
+   
CON_Show();
+   }
+-  
CON_FlushIn();
++  
tcflush(STDIN_FILENO, TCIFLUSH);
+   return 
NULL;
+   break;
+   case 'B':
+@@ -455,7 +441,7 @@ char *CON_Input( void )
+   
Field_Clear(&TTY_con);
+   }
+   
CON_Show();
+-  
CON_FlushIn();
++  
tcflush(STDIN_FILENO, TCIFLUSH);
+   return 
NULL;
+   break;
+   case 'C':
+@@ -467,7 +453,7 @@ char *CON_Input( void )
+   }
+   }
+   Com_DPrintf("droping ISCTL sequence: %d, 
TTY_erase: %d\n", key, TTY_erase);
+-  CON_FlushIn();
++  tcflush(STDIN_FILENO, TCIFLUSH);
+   return NULL;
+   }
+   if (TTY_con.cursor >= sizeof(text) - 1)

diff --git a/games-fps/urbanterror/urbanterror-4.3.3_p20180218.ebuild 
b/games-fps/urbanterror/urbanterror-4.3.3_p20180218.

[gentoo-commits] repo/gentoo:master commit in: games-fps/urbanterror-data/

2018-03-15 Thread Andreas Sturmlechner
commit: 9fad0fd6d31e554c83eccdca2d0a9d8b77ec698e
Author: Nils Freydank  posteo  de>
AuthorDate: Wed Mar 14 21:40:05 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 15 22:27:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fad0fd6

games-fps/urbanterror-data: Bump to 4.3.3

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7465

 games-fps/urbanterror-data/Manifest|  2 +
 .../urbanterror-data/urbanterror-data-4.3.3.ebuild | 65 ++
 2 files changed, 67 insertions(+)

diff --git a/games-fps/urbanterror-data/Manifest 
b/games-fps/urbanterror-data/Manifest
index 75f0a116fba..659b3d0b1b4 100644
--- a/games-fps/urbanterror-data/Manifest
+++ b/games-fps/urbanterror-data/Manifest
@@ -1,3 +1,5 @@
 DIST urbanterror-data-4.3.0-to-4.3.1.zip 7495315 BLAKE2B 
a4562c81169274e6f7685c9ca771c0e004ec40aa123d0757794e89c019bbd6e280f22e0929dc6917b0a43d9fe6e6ea90a4f190ce01ff2e6be087299a9bb64cab
 SHA512 
f05564babadff73793778926411bc7914bfef4a5f7dfc1003c36e8a549c568ab520adcff8a38e7dd905238738d242aa865e7c6d7db36ed6d592b144e497ed823
+DIST urbanterror-data-4.3.0.zip 1490106979 BLAKE2B 
2bee5e869b3929564cdba268765f6fda67ec1e4fb55209cac3f7b51b418bba287ba22112e5cd4db8ff2aae81ac836a31640760b1e4b24440054f2b2ee4d7e3c3
 SHA512 
2f54b59355f790a65b3dbd205e9e8b30d41856f5010a55e9e1436a6ec78e986ceecf78c8d84fac1060702c38a7df849f78a2832bdccb91ea46444877635b32ea
 DIST urbanterror-data-4.3.1-to-4.3.2.zip 15305498 BLAKE2B 
d3b21c893dc6f5ce2323ca383ff52c1f6711ba57ab752c30d8fbb76b5d72125427a14fc30127589c5612df34cfda869a0727a838006fd6fc566005a54b7e741d
 SHA512 
cb24939fffef9310c6ca8496d0d4f3be8656685e749ff1d6589fd193990be67ac70494b61ef6a12dd1f6995a78d451b9f09098e03970e82e1e3153ec3f89792c
+DIST urbanterror-data-4.3.2-to-4.3.3.zip 10409736 BLAKE2B 
edc33e959cd16528ef732ae31335412c7c7741ccc5f106d2c0c6236f180cf9fd9b14a23b5e4a60d91aa9b8c4126fae5f110034216d5d2ae63ab784fc16532730
 SHA512 
f2100bf11b5dc0dac265f43fe6c8aa0a1e604728ce02b5b6ca770c9145d11bf02a7e2118ff818d1fdb2b9693ddb85eb012814f346337ef14c58c3a4f3e3abb90
 DIST urbanterror-data-4.3.2.zip 1491207564 BLAKE2B 
3a292079d92895fa28567e8773d504a9f4b179de6d49607e9d589674374690a1fa673b0b8b08790b126140c8e8583ca3ee6f8439ea28e0f868fab6f4bc1a6268
 SHA512 
397aa5ba7f869049844d52a9dec234d020b856e16ba3ff295d97775e4e1d48730aecfba3992baf7d55c643c0073ceda32ada18d1473dadd55f561f27a8b9c4ed

diff --git a/games-fps/urbanterror-data/urbanterror-data-4.3.3.ebuild 
b/games-fps/urbanterror-data/urbanterror-data-4.3.3.ebuild
new file mode 100644
index 000..0fbf3555118
--- /dev/null
+++ b/games-fps/urbanterror-data/urbanterror-data-4.3.3.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit check-reqs eutils
+
+ENGINE_PV=${PV}
+
+MY_PN=UrbanTerror
+MY_PV=43_full
+
+DESCRIPTION="Data files for UrbanTerror"
+HOMEPAGE="http://www.urbanterror.info";
+
+# load the base image and save it as .0 file
+# use 43_full-2.zip as upstream fixed something back then
+SRC_URI="https://up.barbatos.fr/urt/${MY_PN}${MY_PV}_2.zip -> ${PN}-4.3.0.zip"
+
+# fetch updates recursively for |4.3.x-4.3.0|
+if [[ "${PV}" != "4.3.0" ]]; then
+   MY_CTR=0
+   while [[ "${MY_CTR}" -lt "${PV/4.3./}" ]]; do
+   SRC_URI="${SRC_URI} 
https://up.barbatos.fr/urt/${MY_PN}-4.3.${MY_CTR}-to-4.3.$(( ${MY_CTR} + 1 
)).zip -> ${PN}-4.3.${MY_CTR}-to-4.3.$(( ${MY_CTR} + 1 )).zip"
+   MY_CTR=$(( ${MY_CTR} + 1 ))
+   done
+fi
+unset MY_CTR
+
+LICENSE="Q3AEULA-2111 urbanterror-4.2-maps"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+DEPEND="app-arch/unzip"
+
+S="${WORKDIR}/${MY_PN}43"
+
+CHECKREQS_DISK_BUILD="3300M"
+CHECKREQS_DISK_USR="1400M"
+
+src_prepare() {
+   default
+
+   # apply updates we fetched before
+   # again recursively for |4.3.x - 4.3.0|
+   local MY_CTR
+   if [[ "${PV}" != "4.3.0" ]]; then
+   MY_CTR=0
+   while [[ "${MY_CTR}" -lt "${PV/4.3./}" ]]; do
+   cp -dfpr \
+   "${WORKDIR}"/${MY_PN}-4.3.${MY_CTR}-to-4.3.$(( 
${MY_CTR} + 1 ))/* "${S}"
+   MY_CTR=$(( ${MY_CTR} + 1 ))
+   done
+   fi
+}
+
+src_install() {
+   insinto /usr/share/urbanterror/q3ut4
+   doins q3ut4/*.pk3
+   # These files are *essential* for startup
+   newins q3ut4/server_example.cfg server.cfg
+   newins q3ut4/autoexec_example.cfg autoexec.cfg
+
+   dodoc q3ut4/readme43.txt
+   docinto examples
+   dodoc q3ut4/{server_example.cfg,mapcycle_example.txt}
+}



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

2018-03-15 Thread Andreas Sturmlechner
commit: a61dcef083698c8e9be99ac91a95206be33b6281
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 15 18:22:31 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 15 22:27:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a61dcef0

net-misc/mico: Drop USE=qt4

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

 net-misc/mico/mico-2.3.13-r11.ebuild | 149 +++
 1 file changed, 149 insertions(+)

diff --git a/net-misc/mico/mico-2.3.13-r11.ebuild 
b/net-misc/mico/mico-2.3.13-r11.ebuild
new file mode 100644
index 000..dea317a207b
--- /dev/null
+++ b/net-misc/mico/mico-2.3.13-r11.ebuild
@@ -0,0 +1,149 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit flag-o-matic toolchain-funcs autotools
+
+PATCH_VER=20170529
+
+if [[ ${PV} ==  ]]; then
+   EDARCS_REPOSITORY="http://mico.org/mico-darcs-repository";
+   inherit darcs
+   SRC_URI=
+else
+   SRC_URI="http://www.mico.org/${P}.tar.gz";
+fi
+
+if [[ -n ${PATCH_VER} ]]; then
+   SRC_URI+=" 
https://dev.gentoo.org/~haubi/distfiles/${P}-gentoo-patches-${PATCH_VER}.tar.xz";
+   PATCHES=${WORKDIR}/patches
+else
+   PATCHES=
+fi
+
+DESCRIPTION="A freely available and fully compliant implementation of the 
CORBA standard"
+HOMEPAGE="http://www.mico.org/";
+LICENSE="GPL-2 LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux 
~sparc-solaris ~x86-winnt"
+IUSE="gtk postgres ssl tcl threads X"
+RESTRICT="test" #298101
+
+# doesn't compile:
+#   bluetooth? ( net-wireless/bluez )
+
+RDEPEND="
+   gtk?   ( x11-libs/gtk+:2 )
+   postgres?  ( dev-db/postgresql:* )
+   ssl?   ( dev-libs/openssl:* )
+   tcl?   ( dev-lang/tcl:0 )
+   X? ( x11-libs/libXt )
+"
+DEPEND="${RDEPEND}
+   >=sys-devel/flex-2.5.2
+   >=sys-devel/bison-1.22
+"
+
+if [[ ${PV} ==  ]]; then
+   src_unpack() {
+   darcs_src_unpack
+   default
+   }
+else
+   S=${WORKDIR}/${PN}
+fi
+
+src_prepare() {
+   default
+
+   eautoreconf
+
+   # cannot use big TOC (AIX only), gdb doesn't like it.
+   # This assumes that the compiler (or -wrapper) uses
+   # gcc flag '-mminimal-toc' for compilation.
+   sed -i -e 's/,-bbigtoc//' "${S}"/configure || die
+}
+
+src_configure() {
+   tc-export CC CXX
+
+   if use gtk && [[ -n ${PATCH_VER} ]]; then
+   # need gtk-1 wrapper for gtk-2
+   export PATH="${WORKDIR}"/helpers:${PATH}
+   fi
+
+   # Don't know which version of JavaCUP would suffice, but there is no
+   # configure argument to disable checking for JavaCUP.
+   # So we override the configure check to not find 'javac'.
+   export ac_cv_path_JAVAC=no
+
+   # '--without-ssl' just does not add another search path - the only way
+   # to disable openssl utilization seems to override the configure check.
+   use ssl || export ac_cv_lib_ssl_open=no
+
+   local myconf=
+   myconf() {
+   myconf="${myconf} $*"
+   }
+
+   myconf --disable-mini-stl
+   myconf $(use_enable threads)
+
+   # '--without-*' or '--with-*=no' does not disable some features,
+   # the value needs to be empty instead.
+   # This applies to: gtk, pgsql, qt, tcl, bluetooth.
+   myconf --with-gtk=$(  use gtk  && echo "${EPREFIX}"/usr)
+   myconf --with-pgsql=$(use postgres && echo "${EPREFIX}"/usr)
+   myconf --with-tcl=$(  use tcl  && echo "${EPREFIX}"/usr)
+   # bluetooth and wireless both don't compile cleanly
+   myconf --with-bluetooth=''
+   myconf --disable-wireless
+   # But --without-x works.
+   myconf $(use_with X x "${EPREFIX}"/usr)
+
+   # http://www.mico.org/pipermail/mico-devel/2009-April/010285.html
+   [[ ${CHOST} == *-hpux* ]] && append-cppflags -D_XOPEN_SOURCE_EXTENDED
+
+   if [[ ${CHOST} == *-winnt* ]]; then
+   # disabling static libs, since ar on interix takes nearly
+   # one hour per library, thanks to mico's monster objects.
+   use threads &&
+   ewarn "disabling USE='threads', does not work on ${CHOST}"
+   myconf --disable-threads --disable-static --enable-final
+   append-flags -D__STDC__
+   fi
+
+   econf ${myconf}
+}
+
+src_install() {
+   emake INSTDIR="${ED}"usr SHARED_INSTDIR="${ED}"usr install LDCONFIG=:
+   if [[ $(get_libdir) != lib ]]; then #500744
+   mv "${ED}"usr/lib "${ED}"usr/$(get_libdir) || die
+   fi
+
+   # avoid conflict with net-dns/nsd, bug#544488
+   mv "${ED}"usr/bin/{,mico-}nsd || die
+   mv "${ED}"usr/man/man8/{,mico-}nsd.8 || die
+
+   # avoid conflict with net-misc/eventd, bug#632170
+   mv "${ED}"usr/bin/{,mico-}ev

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

2018-03-15 Thread Andreas Sturmlechner
commit: 223697b22dbb016872eff2a0ee6793cea96b1ac1
Author: Michael Vetter  iodoru  org>
AuthorDate: Mon Mar 12 19:16:59 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 15 22:27:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=223697b2

media-libs/exiftool: Bump to 10.85

Package-Manager: Portage-2.3.19, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7437

 media-libs/exiftool/Manifest  |  1 +
 media-libs/exiftool/exiftool-10.85.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
index c3b44fc8662..3424c0c6ebe 100644
--- a/media-libs/exiftool/Manifest
+++ b/media-libs/exiftool/Manifest
@@ -1,3 +1,4 @@
 DIST Image-ExifTool-10.79.tar.gz 4345706 BLAKE2B 
692703433c2bb51c74d81c4f2930eedb17432c8c766db84659bac7319be342f19cec2e70cfaefa8f5f23017d895d7d88defb368460ac08c34fd8b0867e21cdb5
 SHA512 
87ca64a667972dcc70f6364e3c64286fe09dbc31e141db2ddb9b5962c32f92f9319c7b439c0dfb8b909ff4d486a862fe4ca0360d4054386595093914ac6bd182
 DIST Image-ExifTool-10.82.tar.gz 4354328 BLAKE2B 
de65bb47becc968b90277451b883833368542b06bbd94e6976997bb121de98e4246858fd49c457f6cce5c940938875bc8af30227c34e20169ae71a001807f770
 SHA512 
f1a7c08e12b8d5ad445dcb2deb80991d2dc147094bdf9f69ea9574e937a1b0965336910b3478bb965cd6fe932cd8b9d94f64110cd9628f3cf5d22a2b7f1a5b98
 DIST Image-ExifTool-10.84.tar.gz 4360556 BLAKE2B 
00d206b3b9009cfe5143cd2fc3607dbe17b42a76a51838fa9c0a6c17332129b0038134cf625c0a24649a542512b97bc57ea60e4e8f75a7b71caeec39dc472eb1
 SHA512 
2ad990f5b47af46f866be3683e46b6826051be94d747b75a352c16cf9e951585d5e2e2bfad441a8efdbccd5ca2302081139ca833eb2e0ec63da0a4728244d499
+DIST Image-ExifTool-10.85.tar.gz 4361700 BLAKE2B 
7d12d7b0dba7d110d4e278e73bf4e976e88bd8ee60908842729713fb3a50e79a99c9f0c594bfb2baa65acbe6b7493aafb45f4067c006e01ddd2b85ac3677ebf7
 SHA512 
560b2db42efe148a04db676726bcdd7e9551603dfb98fa92266778c45732ad650f20eeb1f01d7fe2590c2a5897f0ca793ba503b0f76985be401105a3179507cc

diff --git a/media-libs/exiftool/exiftool-10.85.ebuild 
b/media-libs/exiftool/exiftool-10.85.ebuild
new file mode 100644
index 000..ec856d3619a
--- /dev/null
+++ b/media-libs/exiftool/exiftool-10.85.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_NAME=Image-ExifTool
+inherit perl-module
+
+DESCRIPTION="Read and write meta information in image, audio and video files"
+HOMEPAGE="https://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
+SRC_URI="https://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz";
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-macos"
+IUSE="doc"
+
+SRC_TEST="do"
+
+src_install() {
+   perl-module_src_install
+   use doc && dodoc -r html/
+}



[gentoo-commits] repo/gentoo:master commit in: games-fps/urbanterror-data/

2018-03-15 Thread Andreas Sturmlechner
commit: 0d4076278ce9123027bfcdab581e942473c71486
Author: Nils Freydank  posteo  de>
AuthorDate: Wed Mar 14 21:45:05 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 15 22:27:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d407627

games-fps/urbanterror-data: Drop old version (4.3.2-r1)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 games-fps/urbanterror-data/Manifest|  1 -
 .../urbanterror-data-4.3.2-r1.ebuild   | 66 --
 2 files changed, 67 deletions(-)

diff --git a/games-fps/urbanterror-data/Manifest 
b/games-fps/urbanterror-data/Manifest
index 659b3d0b1b4..a43a3e00145 100644
--- a/games-fps/urbanterror-data/Manifest
+++ b/games-fps/urbanterror-data/Manifest
@@ -2,4 +2,3 @@ DIST urbanterror-data-4.3.0-to-4.3.1.zip 7495315 BLAKE2B 
a4562c81169274e6f7685c9
 DIST urbanterror-data-4.3.0.zip 1490106979 BLAKE2B 
2bee5e869b3929564cdba268765f6fda67ec1e4fb55209cac3f7b51b418bba287ba22112e5cd4db8ff2aae81ac836a31640760b1e4b24440054f2b2ee4d7e3c3
 SHA512 
2f54b59355f790a65b3dbd205e9e8b30d41856f5010a55e9e1436a6ec78e986ceecf78c8d84fac1060702c38a7df849f78a2832bdccb91ea46444877635b32ea
 DIST urbanterror-data-4.3.1-to-4.3.2.zip 15305498 BLAKE2B 
d3b21c893dc6f5ce2323ca383ff52c1f6711ba57ab752c30d8fbb76b5d72125427a14fc30127589c5612df34cfda869a0727a838006fd6fc566005a54b7e741d
 SHA512 
cb24939fffef9310c6ca8496d0d4f3be8656685e749ff1d6589fd193990be67ac70494b61ef6a12dd1f6995a78d451b9f09098e03970e82e1e3153ec3f89792c
 DIST urbanterror-data-4.3.2-to-4.3.3.zip 10409736 BLAKE2B 
edc33e959cd16528ef732ae31335412c7c7741ccc5f106d2c0c6236f180cf9fd9b14a23b5e4a60d91aa9b8c4126fae5f110034216d5d2ae63ab784fc16532730
 SHA512 
f2100bf11b5dc0dac265f43fe6c8aa0a1e604728ce02b5b6ca770c9145d11bf02a7e2118ff818d1fdb2b9693ddb85eb012814f346337ef14c58c3a4f3e3abb90
-DIST urbanterror-data-4.3.2.zip 1491207564 BLAKE2B 
3a292079d92895fa28567e8773d504a9f4b179de6d49607e9d589674374690a1fa673b0b8b08790b126140c8e8583ca3ee6f8439ea28e0f868fab6f4bc1a6268
 SHA512 
397aa5ba7f869049844d52a9dec234d020b856e16ba3ff295d97775e4e1d48730aecfba3992baf7d55c643c0073ceda32ada18d1473dadd55f561f27a8b9c4ed

diff --git a/games-fps/urbanterror-data/urbanterror-data-4.3.2-r1.ebuild 
b/games-fps/urbanterror-data/urbanterror-data-4.3.2-r1.ebuild
deleted file mode 100644
index 7eebf9e788f..000
--- a/games-fps/urbanterror-data/urbanterror-data-4.3.2-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-inherit check-reqs eutils
-
-ENGINE_PV=${PV}
-
-MY_PN=UrbanTerror
-MY_PV=43_full
-
-DESCRIPTION="Data files for UrbanTerror"
-HOMEPAGE="http://www.urbanterror.info";
-
-# Todo in the next release: save into ${PN}-4.3.0.zip
-# I just made a mistake, but loading some GiB just for
-# a mostly cosmetical fix isn’t worth the bandwith.
-SRC_URI="https://up.barbatos.fr/urt/${MY_PN}${MY_PV}.zip -> ${P}.zip"
-
-# fetch updates recursively for |4.3.x-4.3.0|
-if [[ "${PV}" != "4.3.0" ]]; then
-   MY_CTR=0
-   while [[ "${MY_CTR}" -lt "${PV/4.3./}" ]]; do
-   SRC_URI="${SRC_URI} 
https://up.barbatos.fr/urt/${MY_PN}-4.3.${MY_CTR}-to-4.3.$(( ${MY_CTR} + 1 
)).zip -> ${PN}-4.3.${MY_CTR}-to-4.3.$(( ${MY_CTR} + 1 )).zip"
-   MY_CTR=$(( ${MY_CTR} + 1 ))
-   done
-fi
-unset MY_CTR
-
-LICENSE="Q3AEULA-2111 urbanterror-4.2-maps"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-DEPEND="app-arch/unzip"
-
-S="${WORKDIR}/${MY_PN}43"
-
-CHECKREQS_DISK_BUILD="3300M"
-CHECKREQS_DISK_USR="1400M"
-
-src_prepare() {
-   default
-
-   # apply updates we fetched before
-   # again recursively for |4.3.x - 4.3.0|
-   local MY_CTR
-   if [[ "${PV}" != "4.3.0" ]]; then
-   MY_CTR=0
-   while [[ "${MY_CTR}" -lt "${PV/4.3./}" ]]; do
-   cp -dfpr \
-   "${WORKDIR}"/${MY_PN}-4.3.${MY_CTR}-to-4.3.$(( 
${MY_CTR} + 1 ))/* "${S}"
-   MY_CTR=$(( ${MY_CTR} + 1 ))
-   done
-   fi
-}
-
-src_install() {
-   insinto /usr/share/urbanterror/q3ut4
-   doins q3ut4/*.pk3
-   # These files are *essential* for startup
-   newins q3ut4/server_example.cfg server.cfg
-   newins q3ut4/autoexec_example.cfg autoexec.cfg
-
-   dodoc q3ut4/readme43.txt
-   docinto examples
-   dodoc q3ut4/{server_example.cfg,mapcycle_example.txt}
-}



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

2018-03-15 Thread Andreas Sturmlechner
commit: 290c7694c6edccc0d1226047a338d55e12c7f885
Author: Jiayi Zhao  gmail  com>
AuthorDate: Wed Mar 14 15:04:35 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 15 22:27:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=290c7694

media-gfx/qimgv: remove old

Package-Manager: Portage-2.3.24-r1, Repoman-2.3.6

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

 media-gfx/qimgv/qimgv-0.6.ebuild | 44 
 1 file changed, 44 deletions(-)

diff --git a/media-gfx/qimgv/qimgv-0.6.ebuild b/media-gfx/qimgv/qimgv-0.6.ebuild
deleted file mode 100644
index 1d1623a2470..000
--- a/media-gfx/qimgv/qimgv-0.6.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils xdg-utils
-
-DESCRIPTION="A cross-platform image viewer with webm support. Written in qt5"
-HOMEPAGE="https://github.com/easymodo/qimgv";
-SRC_URI="https://github.com/easymodo/qimgv/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   media-video/mpv[libmpv]
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   # so cmake can find binaries
-   sed -i 's/build\/qimgv/${CMAKE_BINARY_DIR}\/qimgv/' CMakeLists.txt || 
die
-
-   cmake-utils_src_prepare
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-}



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

2018-03-15 Thread Andreas Sturmlechner
commit: 4f0542a75e5547f095b40af18c9a8c591ec75db6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 15 18:23:11 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 15 22:27:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f0542a7

net-misc/mico: Drop old

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

 net-misc/mico/mico-2.3.13-r10.ebuild | 159 ---
 net-misc/mico/mico-2.3.13-r8.ebuild  | 142 ---
 net-misc/mico/mico-2.3.13-r9.ebuild  | 152 -
 3 files changed, 453 deletions(-)

diff --git a/net-misc/mico/mico-2.3.13-r10.ebuild 
b/net-misc/mico/mico-2.3.13-r10.ebuild
deleted file mode 100644
index 024721e397f..000
--- a/net-misc/mico/mico-2.3.13-r10.ebuild
+++ /dev/null
@@ -1,159 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit flag-o-matic toolchain-funcs autotools
-
-PATCH_VER=20170529
-
-if [[ ${PV} ==  ]]; then
-   EDARCS_REPOSITORY="http://mico.org/mico-darcs-repository";
-   inherit darcs
-   SRC_URI=
-else
-   SRC_URI="http://www.mico.org/${P}.tar.gz";
-fi
-
-if [[ -n ${PATCH_VER} ]]; then
-   SRC_URI+=" 
https://dev.gentoo.org/~haubi/distfiles/${P}-gentoo-patches-${PATCH_VER}.tar.xz";
-   PATCHES=${WORKDIR}/patches
-else
-   PATCHES=
-fi
-
-DESCRIPTION="A freely available and fully compliant implementation of the 
CORBA standard"
-HOMEPAGE="http://www.mico.org/";
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux 
~sparc-solaris ~x86-winnt"
-IUSE="gtk postgres qt4 ssl tcl threads X"
-RESTRICT="test" #298101
-
-# doesn't compile:
-#   bluetooth? ( net-wireless/bluez )
-
-RDEPEND="
-   gtk?   ( x11-libs/gtk+:2 )
-   postgres?  ( dev-db/postgresql:* )
-   qt4?   ( dev-qt/qtgui:4[qt3support] )
-   ssl?   ( dev-libs/openssl:* )
-   tcl?   ( dev-lang/tcl:0 )
-   X? ( x11-libs/libXt )
-"
-DEPEND="${RDEPEND}
-   >=sys-devel/flex-2.5.2
-   >=sys-devel/bison-1.22
-"
-
-if [[ ${PV} ==  ]]; then
-   src_unpack() {
-   darcs_src_unpack
-   default
-   }
-else
-   S=${WORKDIR}/${PN}
-fi
-
-src_prepare() {
-   default
-
-   eautoreconf
-
-   # cannot use big TOC (AIX only), gdb doesn't like it.
-   # This assumes that the compiler (or -wrapper) uses
-   # gcc flag '-mminimal-toc' for compilation.
-   sed -i -e 's/,-bbigtoc//' "${S}"/configure || die
-
-   if use qt4; then
-   sed -i -e "s, -lqt\", $(pkg-config --libs Qt3Support)\"," 
configure ||
-   die "cannot update to use Qt3Support of qt4"
-   fi
-}
-
-src_configure() {
-   tc-export CC CXX
-
-   if use gtk && [[ -n ${PATCH_VER} ]]; then
-   # need gtk-1 wrapper for gtk-2
-   export PATH="${WORKDIR}"/helpers:${PATH}
-   fi
-
-   # Don't know which version of JavaCUP would suffice, but there is no
-   # configure argument to disable checking for JavaCUP.
-   # So we override the configure check to not find 'javac'.
-   export ac_cv_path_JAVAC=no
-
-   # '--without-ssl' just does not add another search path - the only way
-   # to disable openssl utilization seems to override the configure check.
-   use ssl || export ac_cv_lib_ssl_open=no
-
-   # CFLAGS aren't used when checking for , but CPPFLAGS 
are.
-   use qt4 && append-cppflags $(pkg-config --cflags Qt3Support)
-
-   local myconf=
-   myconf() {
-   myconf="${myconf} $*"
-   }
-
-   myconf --disable-mini-stl
-   myconf $(use_enable threads)
-
-   # '--without-*' or '--with-*=no' does not disable some features,
-   # the value needs to be empty instead.
-   # This applies to: gtk, pgsql, qt, tcl, bluetooth.
-   myconf --with-gtk=$(  use gtk  && echo "${EPREFIX}"/usr)
-   myconf --with-pgsql=$(use postgres && echo "${EPREFIX}"/usr)
-   myconf --with-qt=$(   use qt4  && echo "${EPREFIX}"/usr)
-   myconf --with-tcl=$(  use tcl  && echo "${EPREFIX}"/usr)
-   # bluetooth and wireless both don't compile cleanly
-   myconf --with-bluetooth=''
-   myconf --disable-wireless
-   # But --without-x works.
-   myconf $(use_with X x "${EPREFIX}"/usr)
-
-   # http://www.mico.org/pipermail/mico-devel/2009-April/010285.html
-   [[ ${CHOST} == *-hpux* ]] && append-cppflags -D_XOPEN_SOURCE_EXTENDED
-
-   if [[ ${CHOST} == *-winnt* ]]; then
-   # disabling static libs, since ar on interix takes nearly
-   # one hour per library, thanks to mico's monster objects.
-   use threads &&
-   ewarn "disabling USE='threads', does not work on ${CHOST}"
-   m

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

2018-03-15 Thread Andreas Sturmlechner
commit: f97f5f44266243ec0a3b1d967f43b72ec382fb67
Author: Jiayi Zhao  gmail  com>
AuthorDate: Wed Mar 14 15:05:53 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 15 22:27:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f97f5f44

media-gfx/qimgv: version bump 0.6.2

Package-Manager: Portage-2.3.24-r1, Repoman-2.3.6

 media-gfx/qimgv/Manifest   |  2 +-
 media-gfx/qimgv/qimgv-0.6.2.ebuild | 37 +
 2 files changed, 38 insertions(+), 1 deletion(-)

diff --git a/media-gfx/qimgv/Manifest b/media-gfx/qimgv/Manifest
index 30759212828..eb722c477cd 100644
--- a/media-gfx/qimgv/Manifest
+++ b/media-gfx/qimgv/Manifest
@@ -1 +1 @@
-DIST qimgv-0.6.tar.gz 232586 BLAKE2B 
077210c16906dbc746f18295f80ac8ea5f948b4abba366659826ebd0ebad1876da53be26a3855c58a2f25e2cfc02fb2ef030a74e17e89f92b2aef572e58a8e0c
 SHA512 
50156a6bdf08e8cc82d30ad23d1deef7f0c119c970c8e577d8b0de65f6b11827e0cf57593834ae7e8887dce5d83215cbd98e9c5b8905d6a3580943e432bdb6cb
+DIST qimgv-0.6.2.tar.gz 233608 BLAKE2B 
563a5a88cd870fa0f0a7ab3c426f31f889c3faf2463ad1d8404ed410d75bfcd1d89b76bc94b617246e3a42c26ccc84c7e2721278c83afde20c45f74fc47456f5
 SHA512 
ea553f646943b86268beaeb26116b4fad97f5462363babf6339f1e0f854140e8c9f71b957e73bfe73a9eb3e30e1b2338d21def753f63e088e9742a56550335e8

diff --git a/media-gfx/qimgv/qimgv-0.6.2.ebuild 
b/media-gfx/qimgv/qimgv-0.6.2.ebuild
new file mode 100644
index 000..9226ed2e10a
--- /dev/null
+++ b/media-gfx/qimgv/qimgv-0.6.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils xdg-utils
+
+DESCRIPTION="A cross-platform image viewer with webm support. Written in qt5"
+HOMEPAGE="https://github.com/easymodo/qimgv";
+SRC_URI="https://github.com/easymodo/qimgv/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   media-video/mpv[libmpv]
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+"
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: games-fps/urbanterror/

2018-03-15 Thread Andreas Sturmlechner
commit: ed2fcc0d0f6d238d0862b33bbd8f9e46c8894516
Author: Nils Freydank  posteo  de>
AuthorDate: Wed Mar 14 21:44:41 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 15 22:27:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed2fcc0d

games-fps/urbanterror: Drop old versions (4.3.2)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 games-fps/urbanterror/Manifest |   2 -
 .../urbanterror/urbanterror-4.3.2_p20180216.ebuild | 165 -
 .../urbanterror/urbanterror-4.3.2_p20180218.ebuild | 165 -
 3 files changed, 332 deletions(-)

diff --git a/games-fps/urbanterror/Manifest b/games-fps/urbanterror/Manifest
index 2fd75ae2d2b..d5ee8bfb49d 100644
--- a/games-fps/urbanterror/Manifest
+++ b/games-fps/urbanterror/Manifest
@@ -1,3 +1 @@
-DIST urbanterror-4.3.2_p20180216.tar.gz 10070633 BLAKE2B 
38724030fc87e0800b9d6d1814efafc244584832e9fe78df060f2603040d72ee38602e300c3c765dfab4f803c9ae0e63116daf01601e571357a914509a6a8672
 SHA512 
88aa12a492f1d94e956ab4a8a1caeec259081043706b160d87fffe91b502399c0ddc34a4566463f336ae1b133cf250920ccd718647ac13d2eb48ddf9e6bb5517
-DIST urbanterror-4.3.2_p20180218.tar.gz 10069644 BLAKE2B 
ef711eee61f18cf2bc15974806d1b0b74c2a2094fbca5a07d70307289ae9eca53d2704b1cabc754c70984133761ff6daa55e00613668c0f0cc2b9a3ad5dac624
 SHA512 
e7f433b9971f5992efedee96123fe7c7665b6c7fa4a516df281e1f3635a9d56a653310e38f326a8e53640ed0a7d8e3bf6b44c08d70b8378d1ccdd75c05b31dc8
 DIST urbanterror-4.3.3_p20180218.tar.gz 10069644 BLAKE2B 
ef711eee61f18cf2bc15974806d1b0b74c2a2094fbca5a07d70307289ae9eca53d2704b1cabc754c70984133761ff6daa55e00613668c0f0cc2b9a3ad5dac624
 SHA512 
e7f433b9971f5992efedee96123fe7c7665b6c7fa4a516df281e1f3635a9d56a653310e38f326a8e53640ed0a7d8e3bf6b44c08d70b8378d1ccdd75c05b31dc8

diff --git a/games-fps/urbanterror/urbanterror-4.3.2_p20180216.ebuild 
b/games-fps/urbanterror/urbanterror-4.3.2_p20180216.ebuild
deleted file mode 100644
index a82be5ecbcb..000
--- a/games-fps/urbanterror/urbanterror-4.3.2_p20180216.ebuild
+++ /dev/null
@@ -1,165 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-inherit eapi7-ver flag-o-matic toolchain-funcs xdg-utils
-
-DESCRIPTION="Hollywood tactical shooter based on the ioquake3 engine"
-HOMEPAGE="http://urbanterror.info https://github.com/mickael9/ioq3";
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/mickael9/ioq3.git";
-   EGIT_BRANCH="urt"
-else
-   COMMIT_ID="1042e6b80f6fe50c46c8242b1e0bf3de80c676ef"
-   SRC_URI="https://github.com/mickael9/ioq3/archive/${COMMIT_ID}.tar.gz 
-> ${P}.tar.gz"
-   S="${WORKDIR}/ioq3-${COMMIT_ID}"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+altgamma +client +curl debug mumble openal +opus server +skeetshootmod 
voip vorbis"
-REQUIRED_USE=" || ( client server )"
-
-DOCS=( ChangeLog README.md README.ioq3.md md4-readme.txt )
-PATCHES=( "${FILESDIR}"/${PN}-4.3-fix-build_system.patch )
-
-RDEPEND="
-   client? (
-   media-libs/libsdl2:=[X,sound,joystick,opengl,video]
-   mumble? ( media-sound/mumble:= )
-   openal? ( media-libs/openal:= )
-   opus? ( media-libs/opusfile:= )
-   vorbis? (
-   media-libs/libogg:=
-   media-libs/libvorbis:=
-   )
-   )
-   curl? ( net-misc/curl )
-   ~games-fps/urbanterror-data-4.3.2
-   sys-libs/zlib:=[minizip]
-   virtual/jpeg:0
-"
-
-DEPEND="${RDEPEND}"
-
-pkg_pretend() {
-   if use client; then
-   if ! use openal && ! use opus && ! use vorbis; then
-   ewarn
-   ewarn "No sound implementation selected. Enable 
'openal', 'opus' or 'vorbis' USE flag to get sound!"
-   fi
-   fi
-}
-
-src_configure() {
-   default
-
-   tc-export CC
-}
-
-src_compile() {
-   # Workaround for used zlib macro, which got renamed in Gentoo
-   # wrt bug #449510
-   append-cppflags "-DOF=_Z_OF"
-
-   local my_arch=$(usex amd64 "x86_64" "i386")
-
-   emake \
-   ARCH=${my_arch} \
-   DEFAULT_BASEDIR="/usr/share/urbanterror" \
-   BUILD_CLIENT=$(usex "client" 1 0) \
-   BUILD_SERVER=$(usex "server" 1 0) \
-   BUILD_BASEGAME=1 \
-   BUILD_MISSIONPACK=0 \
-   BUILD_GAME_SO=0 \
-   BUILD_GAME_QVM=0 \
-   BUILD_STANDALONE=1 \
-   SERVERBIN="Quake3-UrT-Ded" \
-   CLIENTBIN="Quake3-UrT" \
-   USE_RENDERER_DLOPEN=0 \
-   USE_YACC=0 \
-   BASEGAME="q3ut4"\
-   BASEGAME_CFLAGS="${CFLAGS}" \
-   USE_OPENAL=$(usex "openal" 1 0) \
-   USE_OPENAL_DLOPEN=$(usex "openal" 1 0) \
-   USE_CURL=$(usex "curl" 1 0

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

2018-03-15 Thread Andreas Sturmlechner
commit: 9760bdfeb4c4a98453b0f0726f69ce59b3f07701
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 15 22:14:57 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 15 22:14:57 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9760bdfe

media-sound/amarok: Add USE=podcast

Upstream commit 4700309ebb0bc6a217a9ae51e0ef0c0dd0d44a5a

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-sound/amarok/amarok-.ebuild | 4 +++-
 media-sound/amarok/metadata.xml   | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/media-sound/amarok/amarok-.ebuild 
b/media-sound/amarok/amarok-.ebuild
index c8422539ef..bede3747b5 100644
--- a/media-sound/amarok/amarok-.ebuild
+++ b/media-sound/amarok/amarok-.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Advanced audio player based on KDE frameworks"
 HOMEPAGE="https://amarok.kde.org/";
 
 LICENSE="GPL-2"
-IUSE="+embedded ffmpeg ipod lastfm mtp ofa opengl +utils"
+IUSE="+embedded ffmpeg ipod lastfm mtp ofa opengl podcast +utils"
 
 if [[ ${KDE_BUILD_TYPE} == live ]]; then
RESTRICT="test"
@@ -75,6 +75,7 @@ COMMONDEPEND="
lastfm? ( media-libs/liblastfm[qt5(+)] )
mtp? ( >=media-libs/libmtp-1.0.0 )
opengl? ( virtual/opengl )
+   podcast? ( >=media-libs/libmygpo-qt-1.0.9[qt5(+)] )
 "
 DEPEND="${COMMONDEPEND}
virtual/pkgconfig
@@ -97,6 +98,7 @@ src_configure() {
$(cmake-utils_use_find_package lastfm LibLastFm)
$(cmake-utils_use_find_package mtp Mtp)
$(cmake-utils_use_find_package ofa LibOFA)
+   $(cmake-utils_use_find_package podcast Mygpo-qt5)
-DWITH_UTILITIES=$(usex utils)
)
 

diff --git a/media-sound/amarok/metadata.xml b/media-sound/amarok/metadata.xml
index 136f0c7a1c..34043f2641 100644
--- a/media-sound/amarok/metadata.xml
+++ b/media-sound/amarok/metadata.xml
@@ -22,6 +22,7 @@
Enable support for libMTP (Plays4Sure) devices 
access through libmtp
Use media-libs/libofa to compute 
MusicDNS acoustic
fingerprints (used by MusicBrainz)
+   Enable gpodder.net podcast support via 
media-libs/libmygpo-qt
Build the utils - old 
media-sound/amarok-utils

 



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

2018-03-15 Thread Andreas Sturmlechner
commit: 5f3f193e38be72ec810a3e2a22b28d6b158a71b3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 15 22:21:15 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 15 22:21:21 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5f3f193e

media-sound/amarok: Improve USE=utils description

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/media-sound/amarok/metadata.xml b/media-sound/amarok/metadata.xml
index 34043f2641..a06eebc6ca 100644
--- a/media-sound/amarok/metadata.xml
+++ b/media-sound/amarok/metadata.xml
@@ -23,6 +23,6 @@
Use media-libs/libofa to compute 
MusicDNS acoustic
fingerprints (used by MusicBrainz)
Enable gpodder.net podcast support via 
media-libs/libmygpo-qt
-   Build the utils - old 
media-sound/amarok-utils
+   Build tagging and collection scanner 
utilities

 



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

2018-03-15 Thread Andreas Sturmlechner
commit: c4f13d355a27eacef9bd8b8f5af6d9fd1a72b258
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 15 22:25:55 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 15 22:25:55 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c4f13d35

media-sound/amarok: Drop no-op USE=opengl

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-sound/amarok/amarok-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/amarok/amarok-.ebuild 
b/media-sound/amarok/amarok-.ebuild
index ad7319edff..6cfbeb8ca7 100644
--- a/media-sound/amarok/amarok-.ebuild
+++ b/media-sound/amarok/amarok-.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Advanced audio player based on KDE frameworks"
 HOMEPAGE="https://amarok.kde.org/";
 
 LICENSE="GPL-2"
-IUSE="+embedded ffmpeg ipod lastfm mtp ofa opengl podcast +utils"
+IUSE="+embedded ffmpeg ipod lastfm mtp ofa podcast +utils"
 
 if [[ ${KDE_BUILD_TYPE} == live ]]; then
RESTRICT="test"
@@ -64,6 +64,7 @@ COMMONDEPEND="
sci-libs/fftw:3.0
sys-libs/zlib
>=virtual/mysql-5.1[embedded?]
+   virtual/opengl
ffmpeg? (
virtual/ffmpeg
ofa? ( >=media-libs/libofa-0.9.0 )
@@ -74,7 +75,6 @@ COMMONDEPEND="
)
lastfm? ( media-libs/liblastfm[qt5(+)] )
mtp? ( >=media-libs/libmtp-1.0.0 )
-   opengl? ( virtual/opengl )
podcast? ( >=media-libs/libmygpo-qt-1.0.9[qt5(+)] )
 "
 DEPEND="${COMMONDEPEND}



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

2018-03-15 Thread Andreas Sturmlechner
commit: 3ce6804c0318f549879d3844db5d841313750b59
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 15 22:15:42 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 15 22:15:42 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3ce6804c

media-sound/amarok: Drop obsolete build switch

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-sound/amarok/amarok-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-sound/amarok/amarok-.ebuild 
b/media-sound/amarok/amarok-.ebuild
index bede3747b5..ad7319edff 100644
--- a/media-sound/amarok/amarok-.ebuild
+++ b/media-sound/amarok/amarok-.ebuild
@@ -89,7 +89,6 @@ PATCHES=( ${FILESDIR}/${PN}-2.8.90-mysqld-rpath.patch )
 
 src_configure() {
local mycmakeargs=(
-   -DCMAKE_DISABLE_FIND_PACKAGE_QJSON=ON
-DWITH_MP3Tunes=OFF
-DWITH_PLAYER=ON
-DWITH_MYSQL_EMBEDDED=$(usex embedded)



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

2018-03-15 Thread Sergei Trofimovich
commit: af629eb8885404defe104e087b5323b8bec6cdd2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 15 22:22:48 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 15 22:22:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af629eb8

www-servers/apache: stable 2.4.29-r1 for ia64, bug #649356

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

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

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



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

2018-03-15 Thread Sergei Trofimovich
commit: bd7ae60cb92152663c8389046ec13b748687b341
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 15 22:22:44 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 15 22:22:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd7ae60c

app-admin/apache-tools: stable 2.4.29 for ia64, bug #649356

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

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

diff --git a/app-admin/apache-tools/apache-tools-2.4.29.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.29.ebuild
index 0100117927c..b5beec75dc3 100644
--- a/app-admin/apache-tools/apache-tools-2.4.29.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.4.29.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris"
 IUSE="libressl ssl"
 RESTRICT="test"
 



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

2018-03-15 Thread Sergei Trofimovich
commit: 06e156ece0bb6d6df5a9b2b586a9b4ae9aafcc56
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 15 21:58:55 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 15 22:00:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e156ec

dev-lang/php: stable 7.0.28 for ia64, bug #649368

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

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

diff --git a/dev-lang/php/php-7.0.28.ebuild b/dev-lang/php/php-7.0.28.ebuild
index 45b3218e4f6..64b3c00114a 100644
--- a/dev-lang/php/php-7.0.28.ebuild
+++ b/dev-lang/php/php-7.0.28.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"



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

2018-03-15 Thread Sergei Trofimovich
commit: 8fe73f4dfb96d38397136810f3f92938f5784490
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 15 21:59:02 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 15 22:00:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe73f4d

dev-lang/php: stable 7.1.15 for ia64, bug #649368

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

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

diff --git a/dev-lang/php/php-7.1.15.ebuild b/dev-lang/php/php-7.1.15.ebuild
index 34ff2d2648d..be11c438de5 100644
--- a/dev-lang/php/php-7.1.15.ebuild
+++ b/dev-lang/php/php-7.1.15.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"



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

2018-03-15 Thread Sergei Trofimovich
commit: 727164d679c21f6a87b6935b26a57b7b2772d3bf
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 15 21:58:48 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 15 22:00:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=727164d6

dev-lang/php: stable 5.6.34 for ia64, bug #649368

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

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

diff --git a/dev-lang/php/php-5.6.34.ebuild b/dev-lang/php/php-5.6.34.ebuild
index 0cbd2484dc0..47254dc3349 100644
--- a/dev-lang/php/php-5.6.34.ebuild
+++ b/dev-lang/php/php-5.6.34.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2"



[gentoo-commits] repo/gentoo:master commit in: games-rpg/grimrock/

2018-03-15 Thread James Le Cuirot
commit: 98ea9eb4415b4181c485867235ba617af1d12cfe
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Mar 15 21:54:50 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Mar 15 21:54:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ea9eb4

games-rpg/grimrock: Bump to 20150707, EAPI 6, no bundling

This previously bundled SDL 2, probably because it wasn't packaged
when this was first added. With that unbundled, there are far fewer
dependencies and this makes unbundling everything less likely to
break. SDL is particularly stable in this regard. Because of this and
in the interests of security, I have dropped the bundled-libs
flag. Anyone experiencing issues can obviously file a bug report.

I swapped the wrapper script for a symlink as the latter works fine.

I dropped the message about libtxc_dxtn because this is no longer
necessary with recent versions of Mesa.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 games-rpg/grimrock/Manifest |   2 +-
 games-rpg/grimrock/grimrock-20130515.ebuild | 122 
 games-rpg/grimrock/grimrock-20150707.ebuild |  70 
 games-rpg/grimrock/metadata.xml |   3 -
 4 files changed, 71 insertions(+), 126 deletions(-)

diff --git a/games-rpg/grimrock/Manifest b/games-rpg/grimrock/Manifest
index cbdc76e9b94..bc79d328a3c 100644
--- a/games-rpg/grimrock/Manifest
+++ b/games-rpg/grimrock/Manifest
@@ -1 +1 @@
-DIST LegendOfGrimrock-Linux-2013-05-15.sh 316846010 SHA256 
005066be6ce12ba342e499369070113c6b66a9bea03c6ecb1e5fd0758eb0c39d SHA512 
e4907ddfba9a6923f81f188d1452a1bf37e4bbaab4fb9b4befabe167b5159d35acd6c1939b98dd66e3a8f96775d12703206432f60a86c7b4d070acc3a9392f9c
 WHIRLPOOL 
a7a5c70c6622737f9904962b248578261137b0c098e7175e309d3470b798b7297dc8aeb42e36b00f809c20f5f105fdfeb75edecca33e94f0d06650f564f02487
+DIST Grimrock-Linux-2015-07-07.sh 316846242 BLAKE2B 
5d8123b3e2dedf4d6b2ae6f43c9ebe5427e63205b7ff53dc0fba26b0b3a8a1f164b79a3a10776c751aa0fbe29c7ef715412bff826476894eec6aa545da4adec3
 SHA512 
c90203a747564223281fb61ffcc7ac90f772990f33bb8345aff68c65fbc371f0f1a611645e952a75bd9dbca9e760398c0411eb9adade9c58e525a5b1c4e186db

diff --git a/games-rpg/grimrock/grimrock-20130515.ebuild 
b/games-rpg/grimrock/grimrock-20130515.ebuild
deleted file mode 100644
index ad48b03d9a6..000
--- a/games-rpg/grimrock/grimrock-20130515.ebuild
+++ /dev/null
@@ -1,122 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils multilib gnome2-utils unpacker games
-
-TIMESTAMP="${PV:0:4}-${PV:4:2}-${PV:6:2}"
-MY_PN="Grimrock"
-DESCRIPTION="Legend of Grimrock: The Ultimate dungeon crawling RPG + modding 
engine"
-HOMEPAGE="http://www.grimrock.net/";
-SRC_URI="LegendOfGrimrock-Linux-${TIMESTAMP}.sh"
-
-SLOT="0"
-LICENSE="all-rights-reserved"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="bundled-libs"
-RESTRICT="fetch bindist splitdebug"
-
-QA_PREBUILT="${GAMES_PREFIX_OPT}/${PN}/${MY_PN}.bin.*
-   ${GAMES_PREFIX_OPT}/${PN}/lib.*"
-
-RDEPEND="
-   app-arch/bzip2
-   media-libs/freetype:2
-   media-libs/ilmbase
-   media-libs/lcms
-   =media-libs/libpng-1.6*
-   media-libs/libraw
-   media-libs/jasper:=
-   media-libs/openexr
-   media-libs/tiff
-   sys-libs/zlib
-   virtual/jpeg:62
-   virtual/opengl
-   x11-libs/libX11
-   x11-libs/libXau
-   x11-libs/libxcb
-   x11-libs/libXdmcp
-   x11-libs/libXext
-   !bundled-libs? (
-   media-libs/freeimage[png]
-   media-libs/libogg
-   media-libs/libvorbis
-   media-libs/openal
-   sys-libs/zlib[minizip]
-   )"
-DEPEND="app-arch/xz-utils"
-
-S=${WORKDIR}
-
-pkg_nofetch() {
-   einfo "Please buy & download ${SRC_URI} from:"
-   einfo "  ${HOMEPAGE}"
-   einfo "and move it to ${DISTDIR}"
-   einfo
-}
-
-src_unpack() {
-   use amd64 && myarch=x86_64 || myarch=x86
-
-   local archivelist=(
-   subarch
-   instarchive_all
-   instarchive_linux_${myarch}
-   deps/SDL2/SDL2_files_linux_${myarch}
-   deps/FreeImage/FreeImage_files_linux_${myarch}
-   deps/libogg/libogg_files_linux_${myarch}
-   deps/minizip/minizip_files_linux_${myarch}
-   deps/openal/openal_files_linux_${myarch}
-   deps/vorbis/vorbis_files_linux_${myarch}
-   )
-
-   unpack_makeself
-
-   local i
-   for i in $(if use bundled-libs ; then echo ${archivelist[@]} ; else 
echo ${archivelist[@]:0:4} ; fi) ; do
-   mv "${i}" "${i}.tar.xz" || die
-   unpack ./"${i}.tar.xz"
-   done
-}
-
-src_install() {
-   local dir=${GAMES_PREFIX_OPT}/${PN}
-
-   insinto "${dir}"
-   doins ${PN}.{dat,png}
-
-   exeinto "${dir}"
-   doexe "${MY_PN}.bin.${myarch}"
-
-   exeinto "${dir}"/lib
-   do

[gentoo-commits] repo/gentoo:master commit in: net-im/mcabber/

2018-03-15 Thread Andrey Utkin
commit: a8d4a8c0345414adca6f730da489adfc1db26ba0
Author: Andrey Utkin  gentoo  org>
AuthorDate: Thu Mar 15 21:33:55 2018 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Thu Mar 15 21:35:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d4a8c0

net-im/mcabber: add dep on libnsl

Acked-by: Wolfram Schlich  gentoo.org>
Closes: https://bugs.gentoo.org/643862
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-im/mcabber/mcabber-1.1.0.ebuild | 1 +
 net-im/mcabber/mcabber-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-im/mcabber/mcabber-1.1.0.ebuild 
b/net-im/mcabber/mcabber-1.1.0.ebuild
index 3ae33728009..dd1947a86ba 100644
--- a/net-im/mcabber/mcabber-1.1.0.ebuild
+++ b/net-im/mcabber/mcabber-1.1.0.ebuild
@@ -32,6 +32,7 @@ RDEPEND="crypt? ( >=app-crypt/gpgme-1.0.0 )
idn? ( net-dns/libidn  )
spell? ( app-text/enchant )
dev-libs/glib:2
+   net-libs/libnsl:0=
sys-libs/ncurses:0=
>=net-libs/loudmouth-1.4.3-r1[ssl?]"
 DEPEND="${RDEPEND}

diff --git a/net-im/mcabber/mcabber-.ebuild 
b/net-im/mcabber/mcabber-.ebuild
index f008dcf76c7..ed7b028ed10 100644
--- a/net-im/mcabber/mcabber-.ebuild
+++ b/net-im/mcabber/mcabber-.ebuild
@@ -31,6 +31,7 @@ RDEPEND="crypt? ( >=app-crypt/gpgme-1.0.0 )
idn? ( net-dns/libidn  )
spell? ( app-text/enchant )
dev-libs/glib:2
+   net-libs/libnsl:0=
sys-libs/ncurses:0=
>=net-libs/loudmouth-1.4.3-r1[ssl?]"
 DEPEND="${RDEPEND}



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

2018-03-15 Thread Sergei Trofimovich
commit: 000b9454671287b8615f4eec07d8be3b3d3a3982
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 15 21:23:41 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 15 21:24:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=000b9454

dev-ruby/psych: keyworded 2.2.4 for ppc64, bug #625488

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-ruby/psych/psych-2.2.4.ebuild 
b/dev-ruby/psych/psych-2.2.4.ebuild
index 032d68176a4..6af8a0ce403 100644
--- a/dev-ruby/psych/psych-2.2.4.ebuild
+++ b/dev-ruby/psych/psych-2.2.4.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/tenderlove/psych/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND+=" >=dev-libs/libyaml-0.1.7"



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

2018-03-15 Thread Sergei Trofimovich
commit: b27e628d4d9ccb81124c2607a75f69a5150ea0a3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 15 21:23:48 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 15 21:24:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b27e628d

dev-ruby/psych: keyworded 3.0.1 for ppc64, bug #625488

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-ruby/psych/psych-3.0.1.ebuild 
b/dev-ruby/psych/psych-3.0.1.ebuild
index c3ecced717a..9d9f30211c1 100644
--- a/dev-ruby/psych/psych-3.0.1.ebuild
+++ b/dev-ruby/psych/psych-3.0.1.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/tenderlove/psych/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND+=" >=dev-libs/libyaml-0.1.7"



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

2018-03-15 Thread Sergei Trofimovich
commit: 1eba354fd2d3f637adac3d2e74a1b4660e17eebd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 15 21:23:52 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 15 21:24:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eba354f

dev-ruby/psych: keyworded 3.0.2 for ppc64, bug #625488

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-ruby/psych/psych-3.0.2.ebuild 
b/dev-ruby/psych/psych-3.0.2.ebuild
index 36548d0405f..31cf61558e3 100644
--- a/dev-ruby/psych/psych-3.0.2.ebuild
+++ b/dev-ruby/psych/psych-3.0.2.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/tenderlove/psych/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND+=" >=dev-libs/libyaml-0.1.7"



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

2018-03-15 Thread Sergei Trofimovich
commit: 294b72dc9bf38ee2d38592cea2563c4df0c89d69
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 15 21:24:06 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 15 21:24:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=294b72dc

dev-ruby/jeweler: keyworded 2.3.7 for ppc64, bug #625488

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-ruby/jeweler/jeweler-2.3.7.ebuild 
b/dev-ruby/jeweler/jeweler-2.3.7.ebuild
index 2d343eedd79..bbe331659d1 100644
--- a/dev-ruby/jeweler/jeweler-2.3.7.ebuild
+++ b/dev-ruby/jeweler/jeweler-2.3.7.ebuild
@@ -21,7 +21,7 @@ HOMEPAGE="https://wiki.github.com/technicalpickles/jeweler";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "



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

2018-03-15 Thread Sergei Trofimovich
commit: 5b29b2ad423e5bdbd4396f1c924921ac8c18a376
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 15 21:23:57 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 15 21:24:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b29b2ad

dev-ruby/semver2: keyworded 3.4.2 for ppc64, bug #625488

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-ruby/semver2/semver2-3.4.2.ebuild 
b/dev-ruby/semver2/semver2-3.4.2.ebuild
index 00602a1de77..adba05cf601 100644
--- a/dev-ruby/semver2/semver2-3.4.2.ebuild
+++ b/dev-ruby/semver2/semver2-3.4.2.ebuild
@@ -18,5 +18,5 @@ RUBY_S="semver-${PV}"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-scheme/chicken/

2018-03-15 Thread Mikle Kolyada
commit: 4cf1c9903af393933af4037dd49cf2d89e7a3eeb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 15 21:21:44 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 15 21:22:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf1c990

dev-scheme/chicken: amd64 stable wrt bug #625392

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-scheme/chicken/chicken-4.13.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-scheme/chicken/chicken-4.13.0-r1.ebuild 
b/dev-scheme/chicken/chicken-4.13.0-r1.ebuild
index 6009657a0a8..165e49683ad 100644
--- a/dev-scheme/chicken/chicken-4.13.0-r1.ebuild
+++ b/dev-scheme/chicken/chicken-4.13.0-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://code.call-cc.org/releases/${MY_PV}/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~x86"
 IUSE="doc"
 
 DEPEND=""



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

2018-03-15 Thread Mike Gilbert
commit: f3ba0b9ad59ad7f7e9ec5fc1145bfb7d5d5b0fa3
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Mar 15 21:21:50 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Mar 15 21:21:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3ba0b9a

dev-util/meson: add myself as a maintainer, drop gstreamer

Package-Manager: Portage-2.3.24, Repoman-2.3.6_p81

 dev-util/meson/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/meson/metadata.xml b/dev-util/meson/metadata.xml
index 8f23b803b04..301e400a3de 100644
--- a/dev-util/meson/metadata.xml
+++ b/dev-util/meson/metadata.xml
@@ -5,9 +5,9 @@
willi...@gentoo.org
William Hubbs

-   
-   gstrea...@gentoo.org
-   GStreamer package maintainers
+   
+   flop...@gentoo.org
+   Mike Gilbert


meson



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

2018-03-15 Thread Sergei Trofimovich
commit: 846c7b26a10b1d250dcea849fc15461e1c218b59
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Mar 15 16:47:18 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 15 21:15:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=846c7b26

media-sound/lame: stable 3.100-r1 for sparc, bug #634598

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 media-sound/lame/lame-3.100-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/lame/lame-3.100-r1.ebuild 
b/media-sound/lame/lame-3.100-r1.ebuild
index 3639535b057..662dd883573 100644
--- a/media-sound/lame/lame-3.100-r1.ebuild
+++ b/media-sound/lame/lame-3.100-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug cpu_flags_x86_mmx +frontend mp3rtp sndfile static-libs"
 
 # These deps are without MULTILIB_USEDEP and are correct since we only build



[gentoo-commits] repo/gentoo:master commit in: mail-filter/rblcheck/

2018-03-15 Thread Sergei Trofimovich
commit: c1ad9d34e01df38a0c6834b3c10da6a9d480e4af
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Mar 15 15:38:49 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 15 21:15:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1ad9d34

mail-filter/rblcheck: stable 1.5-r2 for hppa/sparc, bug #644302

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa sparc"

 mail-filter/rblcheck/rblcheck-1.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/rblcheck/rblcheck-1.5-r2.ebuild 
b/mail-filter/rblcheck/rblcheck-1.5-r2.ebuild
index 6875ebdfbed..3846cdd338c 100644
--- a/mail-filter/rblcheck/rblcheck-1.5-r2.ebuild
+++ b/mail-filter/rblcheck/rblcheck-1.5-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/rblcheck/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ~hppa ~mips ppc ~sparc x86"
+KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86"
 IUSE=""
 
 src_prepare() {



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

2018-03-15 Thread Michał Górny
commit: 205506fff984191f05aacb2ab7845ece456af5ab
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 15 21:14:45 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 15 21:14:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=205506ff

profiles/arch/amd64-fbsd: Unmask sys-libs/libcxxabi[test]

 profiles/arch/amd64-fbsd/package.use.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/arch/amd64-fbsd/package.use.mask 
b/profiles/arch/amd64-fbsd/package.use.mask
index 6c1386e8de4..16fc1289737 100644
--- a/profiles/arch/amd64-fbsd/package.use.mask
+++ b/profiles/arch/amd64-fbsd/package.use.mask
@@ -7,11 +7,6 @@ dev-qt/designer webkit
 dev-qt/qtgui eglfs evdev ibus libinput
 dev-qt/qtnetwork connman libproxy
 
-# Michał Górny  (11 Mar 2018)
-# Testing requires having libc++ built against libc++abi right now
-# (and we force linking to libcxxrt).
-sys-libs/libcxxabi test
-
 # Michał Górny  (02 Mar 2018)
 # Someone needs to test the driver.
 x11-base/xorg-drivers video_cards_amdgpu



[gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/

2018-03-15 Thread Michał Górny
commit: 2ae348273ae0a20f5db50d7bdfd965ccd0ce3641
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 15 18:42:51 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 15 21:12:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae34827

sys-libs/compiler-rt-sanitizers: Relax dep on dev-python/lit

There does not seem to be any breaking change since lit-5, so do not
require strict version match in 5+.

 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-5.0.1.ebuild| 2 +-
 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-6.0.0.ebuild| 2 +-
 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-6.0..ebuild | 2 +-
 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-5.0.1.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-5.0.1.ebuild
index f2e8c37d83c..db4e4d049b5 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-5.0.1.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-5.0.1.ebuild
@@ -30,7 +30,7 @@ DEPEND="
clang? ( sys-devel/clang )
test? (
app-portage/unsandbox
-   $(python_gen_any_dep "~dev-python/lit-${PV}[\${PYTHON_USEDEP}]")
+   $(python_gen_any_dep ">=dev-python/lit-5[\${PYTHON_USEDEP}]")
=sys-devel/clang-${PV%_*}*:${LLVM_MAX_SLOT}
sys-libs/compiler-rt:${SLOT} )
${PYTHON_DEPS}"

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-6.0.0.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-6.0.0.ebuild
index 0f71a8adc37..ca7cb14d19f 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-6.0.0.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-6.0.0.ebuild
@@ -32,7 +32,7 @@ DEPEND="
clang? ( sys-devel/clang )
test? (
!=dev-python/lit-5[\${PYTHON_USEDEP}]")
=sys-devel/clang-${PV%_*}*:${LLVM_MAX_SLOT}
sys-libs/compiler-rt:${SLOT} )
${PYTHON_DEPS}"

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-6.0..ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-6.0..ebuild
index 40a22038985..52cda5eedce 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-6.0..ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-6.0..ebuild
@@ -32,7 +32,7 @@ DEPEND="
clang? ( sys-devel/clang )
test? (
!=dev-python/lit-5[\${PYTHON_USEDEP}]")
=sys-devel/clang-${PV%_*}*:${LLVM_MAX_SLOT}
sys-libs/compiler-rt:${SLOT} )
${PYTHON_DEPS}"

diff --git a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-.ebuild
index 256d472fa61..b232680519b 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-.ebuild
@@ -31,7 +31,7 @@ DEPEND="
clang? ( sys-devel/clang )
test? (
!=dev-python/lit-5[\${PYTHON_USEDEP}]")
=sys-devel/clang-${PV%_*}*:${LLVM_MAX_SLOT}
sys-libs/compiler-rt:${SLOT} )
${PYTHON_DEPS}"



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

2018-03-15 Thread Michał Górny
commit: cc592970b5989e3439ab52898372b104a2bb8343
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 15 20:44:01 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 15 21:12:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc592970

sys-libs/libcxxabi: Fix calling lit with llvm-6+ installed

 sys-libs/libcxxabi/libcxxabi-4.0.1.ebuild | 12 +---
 sys-libs/libcxxabi/libcxxabi-5.0.1.ebuild | 12 +---
 2 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/sys-libs/libcxxabi/libcxxabi-4.0.1.ebuild 
b/sys-libs/libcxxabi/libcxxabi-4.0.1.ebuild
index 0610e342437..23c9c3a7137 100644
--- a/sys-libs/libcxxabi/libcxxabi-4.0.1.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-4.0.1.ebuild
@@ -72,9 +72,15 @@ multilib_src_configure() {
-DLIBCXXABI_LIBUNWIND_SOURCES="${T}"
)
if use test; then
-   mycmakeargs+=(
-   -DLIT_COMMAND="${EPREFIX}"/usr/bin/lit
-   )
+   if has_version '>=sys-devel/llvm-6'; then
+   mycmakeargs+=(
+   -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
+   )
+   else
+   mycmakeargs+=(
+   -DLIT_COMMAND="${EPREFIX}"/usr/bin/lit
+   )
+   fi
fi
cmake-utils_src_configure
 }

diff --git a/sys-libs/libcxxabi/libcxxabi-5.0.1.ebuild 
b/sys-libs/libcxxabi/libcxxabi-5.0.1.ebuild
index b273a72c3cc..9af30980d38 100644
--- a/sys-libs/libcxxabi/libcxxabi-5.0.1.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-5.0.1.ebuild
@@ -76,9 +76,15 @@ multilib_src_configure() {
-DLIBCXXABI_LIBUNWIND_INCLUDES="${EPREFIX}"/usr/include
)
if use test; then
-   mycmakeargs+=(
-   -DLIT_COMMAND="${EPREFIX}"/usr/bin/lit
-   )
+   if has_version '>=sys-devel/llvm-6'; then
+   mycmakeargs+=(
+   -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
+   )
+   else
+   mycmakeargs+=(
+   -DLIT_COMMAND="${EPREFIX}"/usr/bin/lit
+   )
+   fi
fi
cmake-utils_src_configure
 }



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

2018-03-15 Thread Michał Górny
commit: a00dd8003961520df1f52cf9fa5f069fc62d8607
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 15 20:58:49 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 15 21:12:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a00dd800

sys-libs/libcxx: Fix calling lit with llvm-6+

 sys-libs/libcxx/libcxx-4.0.1.ebuild | 10 +-
 sys-libs/libcxx/libcxx-5.0.1.ebuild | 10 +-
 2 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libcxx/libcxx-4.0.1.ebuild 
b/sys-libs/libcxx/libcxx-4.0.1.ebuild
index 8b6e05f5ff3..64f610ce5bb 100644
--- a/sys-libs/libcxx/libcxx-4.0.1.ebuild
+++ b/sys-libs/libcxx/libcxx-4.0.1.ebuild
@@ -127,8 +127,16 @@ multilib_src_configure() {
# this can be any directory, it just needs to exist...
# FIXME: remove this once 
https://reviews.llvm.org/D25093 is merged
-DLLVM_MAIN_SRC_DIR="${T}"
-   -DLIT_COMMAND="${EPREFIX}"/usr/bin/lit
)
+   if has_version '>=sys-devel/llvm-6'; then
+   mycmakeargs+=(
+   -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
+   )
+   else
+   mycmakeargs+=(
+   -DLIT_COMMAND="${EPREFIX}"/usr/bin/lit
+   )
+   fi
fi
cmake-utils_src_configure
 }

diff --git a/sys-libs/libcxx/libcxx-5.0.1.ebuild 
b/sys-libs/libcxx/libcxx-5.0.1.ebuild
index ff69acef179..885f8b13182 100644
--- a/sys-libs/libcxx/libcxx-5.0.1.ebuild
+++ b/sys-libs/libcxx/libcxx-5.0.1.ebuild
@@ -127,8 +127,16 @@ multilib_src_configure() {
# this can be any directory, it just needs to exist...
# FIXME: remove this once 
https://reviews.llvm.org/D25093 is merged
-DLLVM_MAIN_SRC_DIR="${T}"
-   -DLIT_COMMAND="${EPREFIX}"/usr/bin/lit
)
+   if has_version '>=sys-devel/llvm-6'; then
+   mycmakeargs+=(
+   -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
+   )
+   else
+   mycmakeargs+=(
+   -DLIT_COMMAND="${EPREFIX}"/usr/bin/lit
+   )
+   fi
fi
cmake-utils_src_configure
 }



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

2018-03-15 Thread Michał Górny
commit: 1b84f21fdb4a5598f44052a91932eab4b4276caf
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 15 21:11:44 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 15 21:12:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b84f21f

sys-libs/libcxxabi: Build local copy of libc++ for tests

Build a local copy of libc++ when performing tests instead of depending
on system instance. This avoids a circular dependency, and also makes
it possible to build & test libcxxabi independently of the installed
libc++ variant.

 sys-libs/libcxxabi/libcxxabi-4.0.1.ebuild| 29 +---
 sys-libs/libcxxabi/libcxxabi-5.0.1.ebuild| 34 +---
 sys-libs/libcxxabi/libcxxabi-6.0.0.ebuild| 34 +---
 sys-libs/libcxxabi/libcxxabi-6.0..ebuild | 29 +---
 sys-libs/libcxxabi/libcxxabi-.ebuild | 29 +---
 5 files changed, 130 insertions(+), 25 deletions(-)

diff --git a/sys-libs/libcxxabi/libcxxabi-4.0.1.ebuild 
b/sys-libs/libcxxabi/libcxxabi-4.0.1.ebuild
index 23c9c3a7137..4d088216ab0 100644
--- a/sys-libs/libcxxabi/libcxxabi-4.0.1.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-4.0.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
@@ -18,7 +18,7 @@ 
SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz
 LICENSE="|| ( UoI-NCSA MIT )"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
-IUSE="+libunwind +static-libs test"
+IUSE="+libunwind +static-libs test elibc_musl"
 
 RDEPEND="
libunwind? (
@@ -31,7 +31,6 @@ RDEPEND="
 DEPEND="${RDEPEND}
>=sys-devel/llvm-4
test? ( >=sys-devel/clang-3.9.0
-   ~sys-libs/libcxx-${PV}[libcxxabi(-)]
$(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )"
 
 S=${WORKDIR}/${P/_/}.src
@@ -85,12 +84,36 @@ multilib_src_configure() {
cmake-utils_src_configure
 }
 
+build_libcxx() {
+   local CMAKE_USE_DIR=${WORKDIR}/libcxx
+   local BUILD_DIR=${BUILD_DIR}/libcxx
+   local mycmakeargs=(
+   -DLIBCXX_LIBDIR_SUFFIX=
+   -DLIBCXX_ENABLE_SHARED=ON
+   -DLIBCXX_ENABLE_STATIC=OFF
+   -DLIBCXX_ENABLE_EXPERIMENTAL_LIBRARY=OFF
+   -DLIBCXX_CXX_ABI=libcxxabi
+   -DLIBCXX_CXX_ABI_INCLUDE_PATHS="${S}"/include
+   -DLIBCXX_ENABLE_ABI_LINKER_SCRIPT=OFF
+   -DLIBCXX_HAS_MUSL_LIBC=$(usex elibc_musl)
+   -DLIBCXX_HAS_GCC_S_LIB=OFF
+   -DLIBCXX_INCLUDE_TESTS=OFF
+   )
+
+   cmake-utils_src_configure
+   cmake-utils_src_compile
+}
+
 multilib_src_test() {
local clang_path=$(type -P "${CHOST:+${CHOST}-}clang" 2>/dev/null)
 
[[ -n ${clang_path} ]] || die "Unable to find ${CHOST}-clang for tests"
sed -i -e "/cxx_under_test/s^\".*\"^\"${clang_path}\"^" 
test/lit.site.cfg || die
 
+   # build a local copy of libc++ for testing to avoid circular dep
+   build_libcxx
+   cp "${BUILD_DIR}"/libcxx/lib/libc++* "${BUILD_DIR}/$(get_libdir)/" || 
die
+
cmake-utils_src_make check-libcxxabi
 }
 

diff --git a/sys-libs/libcxxabi/libcxxabi-5.0.1.ebuild 
b/sys-libs/libcxxabi/libcxxabi-5.0.1.ebuild
index 9af30980d38..af214b9a891 100644
--- a/sys-libs/libcxxabi/libcxxabi-5.0.1.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-5.0.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz
 LICENSE="|| ( UoI-NCSA MIT )"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
-IUSE="+libunwind +static-libs test"
+IUSE="+libunwind +static-libs test elibc_musl"
 
 RDEPEND="
libunwind? (
@@ -34,7 +34,6 @@ RDEPEND="
 DEPEND="${RDEPEND}
>=sys-devel/llvm-4
test? ( >=sys-devel/clang-3.9.0
-   ~sys-libs/libcxx-${PV}[libcxxabi(-)]
$(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )"
 
 S=${WORKDIR}/${MY_P}
@@ -52,12 +51,7 @@ pkg_setup() {
 }
 
 src_unpack() {
-   einfo "Unpacking ${MY_P}.tar.xz ..."
-   tar -xf "${DISTDIR}/${MY_P}.tar.xz" || die
-
-   einfo "Unpacking parts of ${LIBCXX_P}.tar.xz ..."
-   tar -xf "${DISTDIR}/${LIBCXX_P}.tar.xz" \
-   "${LIBCXX_P}"/{include,utils/libcxx} || die
+   default
mv "${LIBCXX_P}" libcxx || die
 }
 
@@ -89,12 +83,36 @@ multilib_src_configure() {
cmake-utils_src_configure
 }
 
+build_libcxx() {
+   local CMAKE_USE_DIR=${WORKDIR}/libcxx
+   local BUILD_DIR=${BUILD_DIR}/libcxx
+   local mycmakeargs=(
+   -DLIBCXX_LIBDIR_SUFFIX=
+   -DLIBCXX_ENABLE_SHARED=ON
+   -DLIBCXX_ENABLE_STATIC=OFF
+   -DLIBCXX_ENABLE_EXPERIMENTAL_LIBRARY=OFF
+   -DLIBCXX_CXX_ABI=libcxxabi
+   -DLIBCXX_CXX_ABI_INCLUDE_PATHS="${S}"/include
+   -DLIBCXX_ENABLE_ABI_LINKER_SCRIPT=OFF
+   -DLIB

[gentoo-commits] repo/gentoo:master commit in: dev-scheme/chicken/

2018-03-15 Thread Maxim Koltsov
commit: 08de62c8ccf3fc4339812e5a09059cd831e643b9
Author: Maxim Koltsov  gentoo  org>
AuthorDate: Thu Mar 15 21:06:40 2018 +
Commit: Maxim Koltsov  gentoo  org>
CommitDate: Thu Mar 15 21:06:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08de62c8

dev-scheme/chicken: enable test phase

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../chicken/{chicken-4.13.0.ebuild => chicken-4.13.0-r1.ebuild}  | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-scheme/chicken/chicken-4.13.0.ebuild 
b/dev-scheme/chicken/chicken-4.13.0-r1.ebuild
similarity index 93%
rename from dev-scheme/chicken/chicken-4.13.0.ebuild
rename to dev-scheme/chicken/chicken-4.13.0-r1.ebuild
index 5a9f20b3cdc..6009657a0a8 100644
--- a/dev-scheme/chicken/chicken-4.13.0.ebuild
+++ b/dev-scheme/chicken/chicken-4.13.0-r1.ebuild
@@ -18,10 +18,6 @@ IUSE="doc"
 DEPEND=""
 RDEPEND=""
 
-# chicken's testsuite is not runnable before install
-# upstream has been notified of the issue
-RESTRICT="test"
-
 src_prepare() {
default
 
@@ -48,6 +44,11 @@ src_compile() {
HOSTSYSTEM="${CBUILD}"
 }
 
+src_test() {
+   cd tests
+   ./runtests.sh || die
+}
+
 src_install() {
# still can't run make in parallel for the install target
emake -j1 PLATFORM=linux PREFIX=/usr DESTDIR="${D}" 
HOSTSYSTEM="${CBUILD}" \



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

2018-03-15 Thread Zac Medico
commit: a47b53bd5ee32ead478848d615778b013fa48e00
Author: kewl fft  alto  eu  org>
AuthorDate: Thu Mar 15 20:17:33 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Mar 15 20:43:30 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=a47b53bd

etc-update: add Arch Linux support

Closes: https://github.com/gentoo/portage/pull/267

 bin/etc-update | 24 ++--
 1 file changed, 18 insertions(+), 6 deletions(-)

diff --git a/bin/etc-update b/bin/etc-update
index 7b48be215..7cd880d7c 100755
--- a/bin/etc-update
+++ b/bin/etc-update
@@ -35,11 +35,15 @@ get_config() {
 OS_RELEASE_ID=$(cat /etc/os-release 2>/dev/null | grep '^ID=' | cut -d'=' -f2)
 
 case $OS_RELEASE_ID in
-   suse|opensuse) OS_FAMILY='suse' ;;
+   suse|opensuse) OS_FAMILY='suse' NEW_EXT='rpmnew';;
+   arch|manjaro) OS_FAMILY='arch' NEW_EXT='pacnew';;
*) OS_FAMILY='gentoo' ;;
 esac
 
 if [[ $OS_FAMILY == 'gentoo' ]]; then
+   get_basename() {
+   printf -- '%s\n' "${1:10}"
+   }
get_basename_find_opt() {
echo "._cfg_${1}"
}
@@ -49,15 +53,18 @@ if [[ $OS_FAMILY == 'gentoo' ]]; then
get_live_file() {
echo "${rpath}/${rfile:10}"
}
-elif [[ $OS_FAMILY == 'suse' ]]; then
+elif [[ $OS_FAMILY == 'suse' ]] || [[ $OS_FAMILY == 'arch' ]]; then
+   get_basename() {
+   printf -- '%s\n' "${1%.${NEW_EXT}}"
+   }
get_basename_find_opt() {
-   echo "${1}.rpmnew"
+   printf -- '%s\n' "${1}.${NEW_EXT}"
}
get_scan_regexp() {
echo "s:\(^.*/\)\(.*\)\(\.rpmnew\):\1\2\3$b\1$b\3$b\2:"
}
get_live_file() {
-   echo "${cfg_file%.rpmnew}"
+   printf -- '%s\n' "${cfg_file%.${NEW_EXT}}"
}
 fi
 
@@ -160,7 +167,7 @@ scan() {
rm -f "${file}"
continue
fi
-   if [[ "${ofile:10}" != "${rfile:10}" ]] ||
+   if [[ $(get_basename "${ofile}") != 
$(get_basename "${rfile}") ]] ||
   [[ ${opath} != ${rpath} ]]
then
: $(( ++count ))
@@ -176,7 +183,7 @@ scan() {
continue
fi
 
-   if [[ "${ofile:10}" != "${rfile:10}" ]] ||
+   if [[ $(get_basename "${ofile}") != $(get_basename 
"${rfile}") ]] ||
   [[ ${opath} != ${rpath} ]]
then
MATCHES=0
@@ -753,6 +760,11 @@ if [[ $OS_FAMILY == 'suse' ]]; then
CONFIG_PROTECT='/etc'
CONFIG_PROTECT_MASK=''
[[ -f /etc/sysconfig/etc-update ]] && . /etc/sysconfig/etc-update
+elif [[ $OS_FAMILY == 'arch' ]]; then
+   PORTAGE_CONFIGROOT='/'
+   PORTAGE_TMPDIR='/tmp'
+   CONFIG_PROTECT='/etc /usr/lib /usr/share/config'
+   CONFIG_PROTECT_MASK=''
 fi
 
 portage_vars=(



[gentoo-commits] repo/gentoo:master commit in: dev-scheme/chicken/

2018-03-15 Thread Maxim Koltsov
commit: 3fc960fbfc8ad6817e74586d29aed8537ed6b7c4
Author: Maxim Koltsov  gentoo  org>
AuthorDate: Thu Mar 15 20:36:24 2018 +
Commit: Maxim Koltsov  gentoo  org>
CommitDate: Thu Mar 15 20:38:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fc960fb

dev-scheme/chicken: bump to 4.13.0

Improvements
- Use EAPI 6
- Don't pollute global scope
- Remove runtime-dep-only USE emacs
- Improve DESCRIPTION
- Generate 'modules.db' in postinst

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

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-scheme/chicken/Manifest  |  1 +
 dev-scheme/chicken/chicken-4.13.0.ebuild | 68 
 2 files changed, 69 insertions(+)

diff --git a/dev-scheme/chicken/Manifest b/dev-scheme/chicken/Manifest
index b6b60a2434a..fe253ca0bdf 100644
--- a/dev-scheme/chicken/Manifest
+++ b/dev-scheme/chicken/Manifest
@@ -1 +1,2 @@
 DIST chicken-4.10.0.tar.gz 4020442 BLAKE2B 
55502d71bc737f6d580d11e10f35e86d83d6fde383ea564c2367d8b66c21e7ba597cc1633ced51aa10f6b25e5f0ade401af41f8169347055e7e3ed4c7ed830d4
 SHA512 
ff3405652e232ba7b06a8d4fc092772259f0917b1cdd119c0cf38f27ba95fca99d2c053c0f08317014fd7085e8cf89f68b56f22cb82c2988914b972ce59e3e29
+DIST chicken-4.13.0.tar.gz 4244358 BLAKE2B 
c40a28346fb6cd144e33605235ed022d48103edd1db1ae35e109e266989caaa0bf8fabf75e8b9cb740ac8bf4e3fba74218763573485127acacd001b8767cd088
 SHA512 
02c2035b4f81da6f4af2d246361ce8debdc9d9c663c3f43b7afb9abbf1ff591a2bb8fa144511b4d747a373dea4dcd9c10cac48466bf97032db76f3830c08709d

diff --git a/dev-scheme/chicken/chicken-4.13.0.ebuild 
b/dev-scheme/chicken/chicken-4.13.0.ebuild
new file mode 100644
index 000..5a9f20b3cdc
--- /dev/null
+++ b/dev-scheme/chicken/chicken-4.13.0.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit versionator
+
+MY_PV=$(get_version_component_range 1-3)
+DESCRIPTION="Scheme interpreter and native Scheme to C compiler"
+HOMEPAGE="http://www.call-cc.org/";
+SRC_URI="http://code.call-cc.org/releases/${MY_PV}/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+IUSE="doc"
+
+DEPEND=""
+RDEPEND=""
+
+# chicken's testsuite is not runnable before install
+# upstream has been notified of the issue
+RESTRICT="test"
+
+src_prepare() {
+   default
+
+   #Because chicken's Upstream is in the habit of using variables that
+   #portage also uses :( eg. $ARCH and $A
+   sed "s,A\(\s?=\|)\),chicken&," \
+   -i Makefile.cross-linux-mingw defaults.make rules.make || die
+   sed "s,ARCH,zARCH," \
+   -i Makefile.* defaults.make rules.make || die
+   sed -e "s,\$(PREFIX)/lib,\$(PREFIX)/$(get_libdir)," \
+   -e "s,\$(DATADIR)/doc,\$(SHAREDIR)/doc/${PF}," \
+   -i defaults.make || die
+
+   if ! use doc; then
+   rm -rf manual || die
+   # Without this Makefile tries to re-bootstrap the compiler
+   touch build-version.c
+   fi
+}
+
+src_compile() {
+   emake -j1 PLATFORM=linux PREFIX=/usr 
C_COMPILER_OPTIMIZATION_OPTIONS="${CFLAGS}" \
+   LINKER_OPTIONS="${LDFLAGS}" \
+   HOSTSYSTEM="${CBUILD}"
+}
+
+src_install() {
+   # still can't run make in parallel for the install target
+   emake -j1 PLATFORM=linux PREFIX=/usr DESTDIR="${D}" 
HOSTSYSTEM="${CBUILD}" \
+   LINKER_OPTIONS="${LDFLAGS}" install
+
+   rm "${D}"/usr/share/doc/${PF}/LICENSE || die
+
+   # README is installed by Makefile
+   dodoc NEWS
+
+   # Let portage track this file (created later)
+   touch "${D}"/usr/$(get_libdir)/chicken/8/modules.db || die
+}
+
+pkg_postinst() {
+   # Create modules.db file in ${ROOT}
+   chicken-install -update-db || die
+}



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

2018-03-15 Thread Mikle Kolyada
commit: e32a361b40ba5178c4c5a52b32a460aa24623106
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 15 20:20:35 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 15 20:20:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e32a361b

x11-wm/awesome: amd64 stable wrt bug #650524

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-wm/awesome/awesome-3.5.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/awesome/awesome-3.5.9-r2.ebuild 
b/x11-wm/awesome/awesome-3.5.9-r2.ebuild
index 4d6a201ca16..e23c873b33e 100644
--- a/x11-wm/awesome/awesome-3.5.9-r2.ebuild
+++ b/x11-wm/awesome/awesome-3.5.9-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://awesome.naquadah.org/download/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
 IUSE="dbus doc elibc_FreeBSD gnome"
 
 COMMON_DEPEND="



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

2018-03-15 Thread Mikle Kolyada
commit: 64d4ebac52865a697c261df1c6f0db4c74b3a20f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 15 20:15:41 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 15 20:20:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d4ebac

dev-games/openscenegraph-qt: amd64 stable wrt bug #649688

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-games/openscenegraph-qt/openscenegraph-qt-3.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-games/openscenegraph-qt/openscenegraph-qt-3.5.5.ebuild 
b/dev-games/openscenegraph-qt/openscenegraph-qt-3.5.5.ebuild
index 31cd1178613..1731e004b44 100644
--- a/dev-games/openscenegraph-qt/openscenegraph-qt-3.5.5.ebuild
+++ b/dev-games/openscenegraph-qt/openscenegraph-qt-3.5.5.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/openscenegraph/${MY_PN}/archive/${PV}.tar.gz -> ${MY
 
 LICENSE="wxWinLL-3 LGPL-2.1"
 SLOT="0/145" # NOTE: CHECK WHEN BUMPING! Subslot is SOVERSION
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 IUSE="debug examples"
 
 RDEPEND="



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

2018-03-15 Thread Mike Gilbert
commit: e14533e998a7141cdeda0f1f736ba43765c4739a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Mar 15 20:18:40 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Mar 15 20:19:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e14533e9

dev-util/meson: revbump to make sure the PYTHON_COMPAT change gets picked up

Package-Manager: Portage-2.3.24, Repoman-2.3.6_p81

 dev-util/meson/{meson-0.45.0.ebuild => meson-0.45.0-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-util/meson/meson-0.45.0.ebuild 
b/dev-util/meson/meson-0.45.0-r1.ebuild
similarity index 100%
rename from dev-util/meson/meson-0.45.0.ebuild
rename to dev-util/meson/meson-0.45.0-r1.ebuild



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

2018-03-15 Thread Markus Meier
commit: 092b4e5f3e114b48562ea7ef5510fbac2e4a5afe
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Mar 15 20:16:35 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Mar 15 20:16:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=092b4e5f

sys-fs/cryfs: add ~arm, bug #633882

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 sys-fs/cryfs/cryfs-0.9.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/cryfs/cryfs-0.9.7.ebuild b/sys-fs/cryfs/cryfs-0.9.7.ebuild
index 334af780fba..093fb5152d9 100644
--- a/sys-fs/cryfs/cryfs-0.9.7.ebuild
+++ b/sys-fs/cryfs/cryfs-0.9.7.ebuild
@@ -23,7 +23,7 @@ if [[ "${PV}" ==  ]] ; then
 else

SRC_URI="https://github.com/cryfs/cryfs/releases/download/${PV}/${P}.tar.xz
https://dev.gentoo.org/~johu/distfiles/${P}-spdlog.patch.xz";
-   KEYWORDS="amd64 x86"
+   KEYWORDS="amd64 ~arm x86"
S="${WORKDIR}"
 fi
 



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

2018-03-15 Thread Markus Meier
commit: e9899e2873560b2c70b3daee95047310f0bc4825
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Mar 15 20:15:40 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Mar 15 20:15:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9899e28

net-wireless/iw: arm stable, bug #618142

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 net-wireless/iw/iw-4.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/iw/iw-4.9.ebuild b/net-wireless/iw/iw-4.9.ebuild
index bcaeb511ad9..7251381c6a9 100644
--- a/net-wireless/iw/iw-4.9.ebuild
+++ b/net-wireless/iw/iw-4.9.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${P}.tar.xz";
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~arm64 ppc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-libs/libnl"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtdeclarative/

2018-03-15 Thread Markus Meier
commit: a09eae5f2204e8488eaf10fb7a20fdfc6519
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Mar 15 20:16:01 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Mar 15 20:16:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a09eae5f

dev-qt/qtdeclarative: arm stable, bug #632552

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 dev-qt/qtdeclarative/qtdeclarative-5.7.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.7.1-r1.ebuild 
b/dev-qt/qtdeclarative/qtdeclarative-5.7.1-r1.ebuild
index 2460c3c031f..ed679ec61a5 100644
--- a/dev-qt/qtdeclarative/qtdeclarative-5.7.1-r1.ebuild
+++ b/dev-qt/qtdeclarative/qtdeclarative-5.7.1-r1.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
@@ -8,7 +8,7 @@ inherit flag-o-matic python-any-r1 qt5-build
 DESCRIPTION="The QML and Quick modules for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 x86"
+   KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86"
 fi
 
 IUSE="gles2 +jit localstorage +widgets xml"



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

2018-03-15 Thread Markus Meier
commit: 86881e8aa9374749bcb662c6371730798503971a
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Mar 15 20:14:31 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Mar 15 20:14:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86881e8a

dev-vcs/mercurial: arm stable, bug #649872

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-vcs/mercurial/mercurial-4.5.2.ebuild 
b/dev-vcs/mercurial/mercurial-4.5.2.ebuild
index 6f7dff306ae..8f151a6d5a2 100644
--- a/dev-vcs/mercurial/mercurial-4.5.2.ebuild
+++ b/dev-vcs/mercurial/mercurial-4.5.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://www.mercurial-scm.org/release/${P}.tar.gz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bugzilla emacs gpg test tk"
 
 RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )



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

2018-03-15 Thread Markus Meier
commit: 574a505ad4eefc2e814948d53d75c1328f78ad2c
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Mar 15 20:14:58 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Mar 15 20:14:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=574a505a

app-text/highlight: arm stable, bug #613682

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

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

diff --git a/app-text/highlight/highlight-3.42-r1.ebuild 
b/app-text/highlight/highlight-3.42-r1.ebuild
index be5cbcc9790..1ca71d40789 100644
--- a/app-text/highlight/highlight-3.42-r1.ebuild
+++ b/app-text/highlight/highlight-3.42-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="examples qt5"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/esptool/

2018-03-15 Thread Markus Meier
commit: 5b7df4429af735986c8d2dd6fafd878d2e6053a5
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Mar 15 20:16:22 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Mar 15 20:16:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b7df442

dev-embedded/esptool: add ~arm, bug #634056

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 dev-embedded/esptool/esptool-2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/esptool/esptool-2.1.ebuild 
b/dev-embedded/esptool/esptool-2.1.ebuild
index e36fcf89c7e..21ddbca54e2 100644
--- a/dev-embedded/esptool/esptool-2.1.ebuild
+++ b/dev-embedded/esptool/esptool-2.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2018-03-15 Thread Sergei Trofimovich
commit: 07725182523cd9ae24e4d490da58e9880e3c9d4c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 15 20:02:47 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 15 20:02:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07725182

dev-ruby/vcr: keyworded 4.0.0 for ppc64, bug #615988

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-ruby/vcr/vcr-4.0.0.ebuild b/dev-ruby/vcr/vcr-4.0.0.ebuild
index fdbac50677c..bba5b222497 100644
--- a/dev-ruby/vcr/vcr-4.0.0.ebuild
+++ b/dev-ruby/vcr/vcr-4.0.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/vcr/vcr/";
 SRC_URI="https://github.com/vcr/vcr/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
 SLOT="3"
 IUSE="test"
 



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

2018-03-15 Thread Sergei Trofimovich
commit: 002ac54312395d1d26bb97deb8e1d6002949604a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 15 20:02:55 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 15 20:02:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002ac543

dev-ruby/github_api: keyworded 0.18.2 for ppc64, bug #615988

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-ruby/github_api/github_api-0.18.2.ebuild 
b/dev-ruby/github_api/github_api-0.18.2.ebuild
index 6c60dc27e73..dcd9e995783 100644
--- a/dev-ruby/github_api/github_api-0.18.2.ebuild
+++ b/dev-ruby/github_api/github_api-0.18.2.ebuild
@@ -17,7 +17,7 @@ RUBY_S="github-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_rdepend "



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

2018-03-15 Thread Sergei Trofimovich
commit: 1d9e87dd14e6ead577dbeaa1048ed8a2072ffc41
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 15 20:02:36 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 15 20:02:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d9e87dd

net-misc/lksctp-tools: stable 1.0.17 for hppa, bug #610438

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 net-misc/lksctp-tools/lksctp-tools-1.0.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/lksctp-tools/lksctp-tools-1.0.17.ebuild 
b/net-misc/lksctp-tools/lksctp-tools-1.0.17.ebuild
index f04a0ac8498..b9ec7967798 100644
--- a/net-misc/lksctp-tools/lksctp-tools-1.0.17.ebuild
+++ b/net-misc/lksctp-tools/lksctp-tools-1.0.17.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/lksctp/${P}.tar.gz"
 
 LICENSE="|| ( GPL-2+ LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86"
 IUSE="kernel_linux static-libs"
 
 # This is only supposed to work with Linux to begin with.



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

2018-03-15 Thread Sergei Trofimovich
commit: 8c6bb01a2c0fd691a5e4b4b7da16b5e309e8e3be
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 15 20:02:43 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 15 20:02:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c6bb01a

dev-ruby/vcr: keyworded 3.0.3 for ppc64, bug #615988

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-ruby/vcr/vcr-3.0.3.ebuild b/dev-ruby/vcr/vcr-3.0.3.ebuild
index 4184a60dff7..c4431859e9b 100644
--- a/dev-ruby/vcr/vcr-3.0.3.ebuild
+++ b/dev-ruby/vcr/vcr-3.0.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/vcr/vcr/";
 SRC_URI="https://github.com/vcr/vcr/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
 SLOT="3"
 IUSE="test"
 



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

2018-03-15 Thread Mike Gilbert
commit: fc8660bab8dc8f9d5248155a1cb88748b0fd51fd
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Mar 15 19:59:57 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Mar 15 19:59:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc8660ba

dev-util/meson: drop python3.4 support

https://github.com/mesonbuild/meson/pull/2755

Package-Manager: Portage-2.3.24, Repoman-2.3.6_p81

 dev-util/meson/meson-0.45.0.ebuild | 2 +-
 dev-util/meson/meson-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/meson/meson-0.45.0.ebuild 
b/dev-util/meson/meson-0.45.0.ebuild
index 07877ea87db..37aab5a3b43 100644
--- a/dev-util/meson/meson-0.45.0.ebuild
+++ b/dev-util/meson/meson-0.45.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
 
 if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/mesonbuild/meson";

diff --git a/dev-util/meson/meson-.ebuild b/dev-util/meson/meson-.ebuild
index 07877ea87db..37aab5a3b43 100644
--- a/dev-util/meson/meson-.ebuild
+++ b/dev-util/meson/meson-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
 
 if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/mesonbuild/meson";



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

2018-03-15 Thread Zac Medico
commit: 51bae427f4b4f1a854becd78bb05623be39358a1
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Mar 15 19:38:59 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Mar 15 19:41:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51bae427

net-analyzer/prometheus-redis_exporter: fix SRC_URI (bug 650582)

Fixes: https://bugs.gentoo.org/650582
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../prometheus-redis_exporter/prometheus-redis_exporter-0.15.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/net-analyzer/prometheus-redis_exporter/prometheus-redis_exporter-0.15.0.ebuild
 
b/net-analyzer/prometheus-redis_exporter/prometheus-redis_exporter-0.15.0.ebuild
index 05ca8dce710..3e3d871df3c 100644
--- 
a/net-analyzer/prometheus-redis_exporter/prometheus-redis_exporter-0.15.0.ebuild
+++ 
b/net-analyzer/prometheus-redis_exporter/prometheus-redis_exporter-0.15.0.ebuild
@@ -6,7 +6,7 @@ inherit user golang-build golang-vcs-snapshot systemd
 
 EGO_PN="github.com/oliver006/redis_exporter"
 EGIT_COMMIT="a0d9e4c704b4d35cd08544d395038f417716a03a"
-ARCHIVE_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ARCHIVE_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 KEYWORDS="~amd64"
 
 DESCRIPTION="Prometheus Exporter for Redis Metrics. Supports Redis 2.x, 3.x 
and 4.x"



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

2018-03-15 Thread Sergei Trofimovich
commit: 76cad0b84eea4b4ad1dc352add7c749700399861
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 15 19:24:49 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 15 19:24:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76cad0b8

net-fs/samba: stable 4.5.16 for ia64, bug #650382

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 net-fs/samba/samba-4.5.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/samba-4.5.16.ebuild b/net-fs/samba/samba-4.5.16.ebuild
index ddb232887a7..cd1c5122881 100644
--- a/net-fs/samba/samba-4.5.16.ebuild
+++ b/net-fs/samba/samba-4.5.16.ebuild
@@ -16,7 +16,7 @@ SRC_PATH="stable"
 SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz

https://dev.gentoo.org/~polynomial-c/samba-4.5.11-disable-python-patches.tar.xz";
 [[ ${PV} = *_rc* ]] || \
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 sparc x86"
 
 DESCRIPTION="Samba Suite Version 4"
 HOMEPAGE="http://www.samba.org/";



[gentoo-commits] repo/gentoo:master commit in: app-i18n/zinnia-tomoe/

2018-03-15 Thread Sergei Trofimovich
commit: 521213eb87585b6b627bbe4b808ef761ac376d50
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 15 19:23:24 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 15 19:23:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=521213eb

app-i18n/zinnia-tomoe: keyworded 0.6.0_p20080911 for ppc64, bug #642714

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.ebuild 
b/app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.ebuild
index 4c7cac54699..87c842d657b 100644
--- a/app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.ebuild
+++ b/app-i18n/zinnia-tomoe/zinnia-tomoe-0.6.0_p20080911.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"
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/zinnia/${MY_P}.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="app-i18n/zinnia"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/mozc/

2018-03-15 Thread Sergei Trofimovich
commit: 3fcbb95c43e1a9302ea0617876202957886e4c51
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 15 19:23:05 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 15 19:23:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fcbb95c

app-i18n/mozc: keyworded 2.20.2673.102 for ppc64, bug #642714

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 app-i18n/mozc/mozc-2.20.2673.102.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/mozc/mozc-2.20.2673.102.ebuild 
b/app-i18n/mozc/mozc-2.20.2673.102.ebuild
index eead0419398..a0dd5acee8e 100644
--- a/app-i18n/mozc/mozc-2.20.2673.102.ebuild
+++ b/app-i18n/mozc/mozc-2.20.2673.102.ebuild
@@ -34,7 +34,7 @@ fi
 # japanese-usage-dictionary: BSD-2
 LICENSE="BSD BSD-2 ipadic public-domain unicode"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
 IUSE="debug emacs fcitx4 +gui +handwriting-tegaki handwriting-tomoe ibus 
renderer test"
 REQUIRED_USE="|| ( emacs fcitx4 ibus ) gui? ( ^^ ( handwriting-tegaki 
handwriting-tomoe ) ) !gui? ( !handwriting-tegaki !handwriting-tomoe )"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/zinnia/

2018-03-15 Thread Sergei Trofimovich
commit: d7ee4d60b633716cd3e45ed40f1fa36f75631b1c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 15 19:23:20 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 15 19:23:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7ee4d60

app-i18n/zinnia: keyworded 0.06-r3 for ppc64, bug #642714

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 app-i18n/zinnia/zinnia-0.06-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/zinnia/zinnia-0.06-r3.ebuild 
b/app-i18n/zinnia/zinnia-0.06-r3.ebuild
index ce1ffaefc08..7133d88b29b 100644
--- a/app-i18n/zinnia/zinnia-0.06-r3.ebuild
+++ b/app-i18n/zinnia/zinnia-0.06-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"
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/zinnia/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
 IUSE="perl static-libs"
 
 PATCHES=(



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

2018-03-15 Thread Sergei Trofimovich
commit: 29a07aeb8797b453539eca68b6b1aec93e78d988
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 15 19:23:29 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 15 19:23:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29a07aeb

dev-util/gyp: keyworded 20170904022846 for ppc64, bug #642714

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-util/gyp/gyp-20170904022846.ebuild 
b/dev-util/gyp/gyp-20170904022846.ebuild
index b1cf14a58db..d5f888d0b40 100644
--- a/dev-util/gyp/gyp-20170904022846.ebuild
+++ b/dev-util/gyp/gyp-20170904022846.ebuild
@@ -23,7 +23,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/tegaki-zinnia-japanese/

2018-03-15 Thread Sergei Trofimovich
commit: 9daa23cd5be9ee856f7f97d0ed93446a49593d82
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar 15 19:23:16 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar 15 19:23:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9daa23cd

app-i18n/tegaki-zinnia-japanese: keyworded 0.3 for ppc64, bug #642714

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 app-i18n/tegaki-zinnia-japanese/tegaki-zinnia-japanese-0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/tegaki-zinnia-japanese/tegaki-zinnia-japanese-0.3.ebuild 
b/app-i18n/tegaki-zinnia-japanese/tegaki-zinnia-japanese-0.3.ebuild
index 64607233db0..3cf54ff0194 100644
--- a/app-i18n/tegaki-zinnia-japanese/tegaki-zinnia-japanese-0.3.ebuild
+++ b/app-i18n/tegaki-zinnia-japanese/tegaki-zinnia-japanese-0.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.tegaki.org/releases/${PV}/models/${P}.zip";
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
 IUSE=""
 
 DEPEND=""



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

2018-03-15 Thread Mike Gilbert
commit: 7f4453fa66c4f67f13e6ec3b564e16129295d24f
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Mar 15 19:09:20 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Mar 15 19:09:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f4453fa

sys-apps/hwids: bump to 20180315

Package-Manager: Portage-2.3.24, Repoman-2.3.6_p81

 sys-apps/hwids/Manifest  |  1 +
 sys-apps/hwids/hwids-20180315.ebuild | 92 
 2 files changed, 93 insertions(+)

diff --git a/sys-apps/hwids/Manifest b/sys-apps/hwids/Manifest
index abe2aab47b7..42db23618c4 100644
--- a/sys-apps/hwids/Manifest
+++ b/sys-apps/hwids/Manifest
@@ -1,3 +1,4 @@
 DIST hwids-20170328.tar.gz 2049249 BLAKE2B 
b9dd6dc98c9eafd4f1eb1e129a53bf10ebc4b3b718c9bc134cb5b3f5c2dfaa9626607b4f6edc8f35b811e3a7404cc967d5e9732398880dd5b96a76ca6e97cd37
 SHA512 
ffccbcda78f856b93026102d1d7f62f4639910671c63e30471c990b1029db94b542c555b6ad69820f8a91a45ef9d52c320b9767d38ff08b6e72c041a28e6f0f3
 DIST hwids-20170715.tar.gz 2091853 BLAKE2B 
66e930346176d3501ba0e5f802b7e44fe327a4bbfcd250ac3b96259b3c2eefbade8b0555fcffeafc35e46ce07551bdc6d26d25d9913d7a584945b52f7e744dfe
 SHA512 
6f1d2e3d7b7fc260f02b3cc87b46385292503dda2a46dea4e69b02915e9d411e9682fb98ca921eb45289e416320a8ef46a3df0753f8f820d20c719663076bd88
 DIST hwids-20171003.tar.gz 3035908 BLAKE2B 
8ecce99f6a6233b3dd79e1663053b6718fd8b4975a02e5735c1b8483214193bcd45a606145a7709f0b9021dd69e0757361bd568f4ba2d66a52641f691aa7f50a
 SHA512 
6a05963f1883cfeb774671931a32eb9322ead145d4d8aa2fa791e90fc3c823a0b3baeaaa4ce84de0e6a10dcd7f1b5943f6d2cab8790d21e8f34ca1d403598a8a
+DIST hwids-20180315.tar.gz 3117949 BLAKE2B 
34b6349d7adf38da8591a0f75e98ce09f0217bb284d1bdc70d7c1bd0a13f0c21b46b2a40ea363dfcdb7524e2a06e94d8ca3a63f5dce6f4afac2b20d05229e944
 SHA512 
2c52b88b74d231f7c563079b02fdbe29ff70c4df5aae64f1241ab0e1bd3ab9c3ca925e102474e32d3dc8dcb833e3451f0698024a8fff808a987ce468af281898

diff --git a/sys-apps/hwids/hwids-20180315.ebuild 
b/sys-apps/hwids/hwids-20180315.ebuild
new file mode 100644
index 000..3b0cebed295
--- /dev/null
+++ b/sys-apps/hwids/hwids-20180315.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit udev
+
+DESCRIPTION="Hardware (PCI, USB, OUI, IAB) IDs databases"
+HOMEPAGE="https://github.com/gentoo/hwids";
+if [[ ${PV} == "" ]]; then
+   PYTHON_COMPAT=( python3_6 )
+   inherit git-r3 python-any-r1
+   EGIT_REPO_URI="${HOMEPAGE}.git"
+else
+   SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+fi
+
+LICENSE="|| ( GPL-2 BSD ) public-domain"
+SLOT="0"
+IUSE="+net +pci +udev +usb"
+
+DEPEND=""
+RDEPEND="
+   udev? ( virtual/udev )
+   !

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

2018-03-15 Thread Richard Farina
commit: 4afe3e67f65cd7e1cf910b02c25fb0bb6dbc0a1a
Author: Rick Farina (Zero_Chaos)  gentoo  org>
AuthorDate: Thu Mar 15 18:49:04 2018 +
Commit: Richard Farina  gentoo  org>
CommitDate: Thu Mar 15 18:49:04 2018 +
URL:https://gitweb.gentoo.org/proj/livecd-tools.git/commit/?id=4afe3e67

add some comments when writing make.conf

decrease ambiguity with some comments

 init.d/autoconfig | 12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/init.d/autoconfig b/init.d/autoconfig
index 848a102..fd68011 100644
--- a/init.d/autoconfig
+++ b/init.d/autoconfig
@@ -382,6 +382,12 @@ detect_netdevices() {
return 0
 }
 
+write_emerge_default_opts() {
+   printf "\n# EMERGE_DEFAULT_OPTS is set automatically by livecd-tools 
autoconfig during first live boot.\n" >> $1
+   printf "# This should be equal to number of processors, see \"man 
emerge\" for details.\n" >> $1
+   printf "EMERGE_DEFAULT_OPTS=\"\${EMERGE_DEFAULT_OPTS} --jobs=${numcpu} 
--load-average=${numcpu}\"\n" >> $1
+}
+
 start() {
ebegin "Starting autoconfig"
echo "0" > /proc/sys/kernel/printk
@@ -392,13 +398,13 @@ start() {
ebegin "Setting sane defaults in /etc/portage/make.conf"
if [ -f "/etc/portage/make.conf" ] && checkpath -W 
/etc/portage/make.conf; then
if ! grep -q 'EMERGE_DEFAULT_OPTS=.*--jobs' 
/etc/portage/make.conf; then
-   printf "EMERGE_DEFAULT_OPTS=\"\${EMERGE_DEFAULT_OPTS} 
--jobs=${numcpu} --load-average=${numcpu}\"\n" >> /etc/portage/make.conf
+   write_emerge_default_opts /etc/portage/make.conf
fi
elif [ ! -f "/etc/portage/make.conf" ] && [ ! -d 
"/etc/portage/make.conf" ] && checkpath -W /etc/portage; then
-   printf "EMERGE_DEFAULT_OPTS=\"\${EMERGE_DEFAULT_OPTS} 
--jobs=${numcpu} --load-average=${numcpu}\"\n" >> /etc/portage/make.conf
+   write_emerge_default_opts /etc/portage/make.conf
elif [ -d "/etc/portage/make.conf" ]; then
if [ ! -f "/etc/portage/make.conf/livecd-tools-autoconfig" ] && 
checkpath -W /etc/portage/make.conf/livecd-tools-autoconfig; then
-   printf "EMERGE_DEFAULT_OPTS=\"\${EMERGE_DEFAULT_OPTS} 
--jobs=${numcpu} --load-average=${numcpu}\"\n" >> 
/etc/portage/make.conf/livecd-tools-autoconfig
+   write_emerge_default_opts 
/etc/portage/make.conf/livecd-tools-autoconfig
fi
else
false



[gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/

2018-03-15 Thread Michał Górny
commit: 8d09cdc65b7cbec80d50a964fd220ea53dcda613
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 15 17:39:25 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 15 18:08:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d09cdc6

sys-libs/compiler-rt-sanitizers: Strip test broken by glibc-2.24

 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-4.0.1.ebuild | 4 
 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-5.0.1.ebuild | 4 
 2 files changed, 8 insertions(+)

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-4.0.1.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-4.0.1.ebuild
index 075cea46277..632e36150de 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-4.0.1.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-4.0.1.ebuild
@@ -70,6 +70,10 @@ src_prepare() {
 
if use test; then
# remove tests that are broken by new glibc
+   # (disabled in 6.0.0+, r313069)
+   if use elibc_glibc && has_version '>=sys-libs/glibc-2.24'; then
+   rm test/tsan/Linux/user_malloc.cc || die
+   fi
# https://bugs.llvm.org/show_bug.cgi?id=36065
if use elibc_glibc && has_version '>=sys-libs/glibc-2.25'; then
rm test/lsan/TestCases/use_tls_dynamic.cc || die

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-5.0.1.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-5.0.1.ebuild
index 87e15772f6b..f2e8c37d83c 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-5.0.1.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-5.0.1.ebuild
@@ -74,6 +74,10 @@ src_prepare() {
 
if use test; then
# remove tests that are broken by new glibc
+   # (disabled in 6.0.0+, r313069)
+   if use elibc_glibc && has_version '>=sys-libs/glibc-2.24'; then
+   rm test/tsan/Linux/user_malloc.cc || die
+   fi
# https://bugs.llvm.org/show_bug.cgi?id=36065
if use elibc_glibc && has_version '>=sys-libs/glibc-2.25'; then
rm test/lsan/TestCases/Linux/use_tls_dynamic.cc || die



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

2018-03-15 Thread Matt Thode
commit: ba3c302f594f68a4e7f8cbdc14a733a2a932bf61
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Mar 15 17:44:39 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Mar 15 17:45:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba3c302f

sys-cluster/nova: 16.1.0 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-cluster/nova/Manifest   |   2 -
 sys-cluster/nova/nova-16.0.4.ebuild | 251 
 sys-cluster/nova/nova-16.1.0.ebuild |   2 +-
 3 files changed, 1 insertion(+), 254 deletions(-)

diff --git a/sys-cluster/nova/Manifest b/sys-cluster/nova/Manifest
index 0cb896658f4..ef1f601ef2b 100644
--- a/sys-cluster/nova/Manifest
+++ b/sys-cluster/nova/Manifest
@@ -1,7 +1,5 @@
-DIST nova-16.0.4.tar.gz 10922054 BLAKE2B 
1fb76f0a06149cb67543921cc9f49cd869ebcb85a813079cdde7ed38aded81d0ec5f157b7d031a9269c3df66081cac1d0732286356dc9f8af58de02ba688a9c9
 SHA512 
8841faca0d3864a7f63f4c6eec637e6676df2b1473dacd0265a34ce4cf8e50bc587892de2f3d54d1e7a499adb8e9c06aca6d7956d010ddabae1ea61c7c5b0581
 DIST nova-16.1.0.tar.gz 10952926 BLAKE2B 
b0b1f8eba404aca567e846210debd45aca7460a39a34a051b00cac2c057f2aec746b405ccb0ab4775573a69ac66a9e464d75ec15353598b4f41c8424f3d9d992
 SHA512 
eb6eafacc5194c9bdbb81134d77a884d6959c29921b9aa62d829b5e2dafbd905625a5181bc0e65c4f111d629e54544820e7c889f9eb451c3aa2341e4e9938f41
 DIST nova-17.0.1.tar.gz 11038397 BLAKE2B 
2006412601cd5ca7349b0df248bcacf7c9316b4865b8ff9fc7e0eb81174f3c4eade994624f5a5031de9c079e85c09aa28adc16c550eb596271ebfc6a29a107a2
 SHA512 
6308bdb35f2d8fa8e1d28ffab8f3421d8d4357834272e27aca61a4aed83ebcf5cffafe330c286dc6e4c746145d12b018f876a57db2f0e44cae3ae8728a634e85
-DIST nova.conf.sample-16.0.4 360926 BLAKE2B 
0cdfcff1d5faf5803de72b8113085591df4d1c7feb0591df786a5bf0e13ff133c1fcc4a2c3ebfdadf2a60943a7810e18813a00f5f78987daf3c271e3ba627911
 SHA512 
68f548e998396c7b18692fb3b1e9bf267f9bc06d73f602bb8f20bba426b6ede01e270447906f1685133cdbfd43b76ed5a9913b0167ce70f1ff3debd1ca11d378
 DIST nova.conf.sample-16.1.0 360926 BLAKE2B 
0cdfcff1d5faf5803de72b8113085591df4d1c7feb0591df786a5bf0e13ff133c1fcc4a2c3ebfdadf2a60943a7810e18813a00f5f78987daf3c271e3ba627911
 SHA512 
68f548e998396c7b18692fb3b1e9bf267f9bc06d73f602bb8f20bba426b6ede01e270447906f1685133cdbfd43b76ed5a9913b0167ce70f1ff3debd1ca11d378
 DIST nova.conf.sample-17.0.1 361499 BLAKE2B 
3d5543fbec2b2688d8cc1a2dbc5d954302c4168999ddd9349f3602035259439e7b1daac05bd7d60d61e9296a37ae62aaedd63cc4d77f2e03cec4614a4b3d470e
 SHA512 
c1d14671ecb2c1941a98b80a267ed47969c1ed5c27d88a2f9fa9857b318c6ff6aae9a0fe22e6c28c964221b3c38df26c632a7bbd24ca4110bd03aafa4db0f459
 DIST nova.conf.sample-2017.2. 360926 BLAKE2B 
0cdfcff1d5faf5803de72b8113085591df4d1c7feb0591df786a5bf0e13ff133c1fcc4a2c3ebfdadf2a60943a7810e18813a00f5f78987daf3c271e3ba627911
 SHA512 
68f548e998396c7b18692fb3b1e9bf267f9bc06d73f602bb8f20bba426b6ede01e270447906f1685133cdbfd43b76ed5a9913b0167ce70f1ff3debd1ca11d378

diff --git a/sys-cluster/nova/nova-16.0.4.ebuild 
b/sys-cluster/nova/nova-16.0.4.ebuild
deleted file mode 100644
index 8856721e03f..000
--- a/sys-cluster/nova/nova-16.0.4.ebuild
+++ /dev/null
@@ -1,251 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1 eutils linux-info multilib user
-
-DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) 
in Python"
-HOMEPAGE="https://launchpad.net/nova";
-SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/pike/nova.conf.sample
 -> nova.conf.sample-${PV}
-   https://tarballs.openstack.org/${PN}/${P}.tar.gz";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch 
postgres +rabbitmq sqlite"
-REQUIRED_USE="
-   !compute-only? ( || ( mysql postgres sqlite ) )
-   compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )"
-
-CDEPEND="
-   >=dev-python/setuptools-16.0[${PYTHON_USEDEP}]
-   !~dev-python/setuptools-24.0.0[${PYTHON_USEDEP}]
-   !~dev-python/setuptools-34.0.0[${PYTHON_USEDEP}]
-   !~dev-python/setuptools-34.0.1[${PYTHON_USEDEP}]
-   !~dev-python/setuptools-34.0.2[${PYTHON_USEDEP}]
-   !~dev-python/setuptools-34.0.3[${PYTHON_USEDEP}]
-   !~dev-python/setuptools-34.1.0[${PYTHON_USEDEP}]
-   !~dev-python/setuptools-34.1.1[${PYTHON_USEDEP}]
-   !~dev-python/setuptools-34.2.0[${PYTHON_USEDEP}]
-   !~dev-python/setuptools-34.3.0[${PYTHON_USEDEP}]
-   !~dev-python/setuptools-34.3.1[${PYTHON_USEDEP}]
-   !~dev-python/setuptools-34.3.2[${PYTHON_USEDEP}]
-   !~dev-python/setuptools-36.2.0[${PYTHON_USEDEP}]
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0"
-DEPEND="
-   ${CDEPEND}
-   app-admin/sudo"
-
-RDEPEND="
-   ${CDEPEND}
-   compute-only?

[gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/

2018-03-15 Thread Michał Górny
commit: cd9180b3499036d04074f4bd2b26533d11e18796
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 15 16:22:46 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 15 17:33:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd9180b3

sys-libs/compiler-rt-sanitizers: Strip tests broken by glibc-2.25

 .../compiler-rt-sanitizers-4.0.1.ebuild  | 10 ++
 .../compiler-rt-sanitizers-5.0.1.ebuild  | 16 +++-
 .../compiler-rt-sanitizers-6.0.0.ebuild  | 16 +++-
 .../compiler-rt-sanitizers-6.0..ebuild   | 16 +++-
 .../compiler-rt-sanitizers-.ebuild   | 16 +++-
 5 files changed, 70 insertions(+), 4 deletions(-)

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-4.0.1.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-4.0.1.ebuild
index 3519ecb52ac..075cea46277 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-4.0.1.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-4.0.1.ebuild
@@ -67,6 +67,16 @@ src_unpack() {
 src_prepare() {
eapply "${WORKDIR}/${P}-patchset"
cmake-utils_src_prepare
+
+   if use test; then
+   # remove tests that are broken by new glibc
+   # https://bugs.llvm.org/show_bug.cgi?id=36065
+   if use elibc_glibc && has_version '>=sys-libs/glibc-2.25'; then
+   rm test/lsan/TestCases/use_tls_dynamic.cc || die
+   rm test/msan/dtls_test.c || die
+   rm 
test/sanitizer_common/TestCases/Posix/sanitizer_set_death_callback_test.cc || 
die
+   fi
+   fi
 }
 
 src_configure() {

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-5.0.1.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-5.0.1.ebuild
index 768c64155d0..87e15772f6b 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-5.0.1.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-5.0.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz
 LICENSE="|| ( UoI-NCSA MIT )"
 SLOT="${PV%_*}"
 KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="+clang test"
+IUSE="+clang test elibc_glibc"
 
 LLVM_MAX_SLOT=${SLOT%%.*}
 # llvm-4 needed for --cmakedir
@@ -69,6 +69,20 @@ src_unpack() {
fi
 }
 
+src_prepare() {
+   cmake-utils_src_prepare
+
+   if use test; then
+   # remove tests that are broken by new glibc
+   # https://bugs.llvm.org/show_bug.cgi?id=36065
+   if use elibc_glibc && has_version '>=sys-libs/glibc-2.25'; then
+   rm test/lsan/TestCases/Linux/use_tls_dynamic.cc || die
+   rm test/msan/dtls_test.c || die
+   rm 
test/sanitizer_common/TestCases/Posix/sanitizer_set_death_callback_test.cc || 
die
+   fi
+   fi
+}
+
 src_configure() {
# pre-set since we need to pass it to cmake
BUILD_DIR=${WORKDIR}/${P}_build

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-6.0.0.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-6.0.0.ebuild
index 2873862b28c..0f71a8adc37 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-6.0.0.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-6.0.0.ebuild
@@ -22,7 +22,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz
 LICENSE="|| ( UoI-NCSA MIT )"
 SLOT="${PV%_*}"
 KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos 
~x86-macos"
-IUSE="+clang test"
+IUSE="+clang test elibc_glibc"
 RESTRICT="!test? ( test ) !clang? ( test )"
 
 LLVM_MAX_SLOT=${SLOT%%.*}
@@ -71,6 +71,20 @@ src_unpack() {
fi
 }
 
+src_prepare() {
+   cmake-utils_src_prepare
+
+   if use test; then
+   # remove tests that are broken by new glibc
+   # https://bugs.llvm.org/show_bug.cgi?id=36065
+   if use elibc_glibc && has_version '>=sys-libs/glibc-2.25'; then
+   rm test/lsan/TestCases/Linux/use_tls_dynamic.cc || die
+   rm test/msan/dtls_test.c || die
+   rm 
test/sanitizer_common/TestCases/Posix/sanitizer_set_death_callback_test.cc || 
die
+   fi
+   fi
+}
+
 src_configure() {
# pre-set since we need to pass it to cmake
BUILD_DIR=${WORKDIR}/${P}_build

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-6.0..ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-6.0..ebuild
index ab6f31e1ff1..40a22038985 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-6.0..ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-6.0..ebuild
@@ -22,7 +22,7 @@ LICENSE="|| ( UoI-NCSA MIT )"
 # Note: this needs to be up

[gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/

2018-03-15 Thread Michał Górny
commit: d7841372b9eb2a0b14c378a3b1d20eaee337df55
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 15 16:44:56 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 15 17:33:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7841372

sys-libs/compiler-rt-sanitizers: Backport USE=clang to older versions

 .../compiler-rt-sanitizers-4.0.1.ebuild   | 11 +--
 .../compiler-rt-sanitizers-5.0.1.ebuild   |  9 -
 2 files changed, 17 insertions(+), 3 deletions(-)

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-4.0.1.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-4.0.1.ebuild
index 9d6981d1ffc..3519ecb52ac 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-4.0.1.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-4.0.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
@@ -19,13 +19,14 @@ 
SRC_URI="https://releases.llvm.org/${PV/_//}/compiler-rt-${PV/_/}.src.tar.xz
 LICENSE="|| ( UoI-NCSA MIT )"
 SLOT="${PV%_*}"
 KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
+IUSE="+clang test"
 
 LLVM_MAX_SLOT=${SLOT%%.*}
 RDEPEND="!=sys-libs/compiler-rt-sanitizers-${SLOT}*:0"
 # llvm-4 needed for --cmakedir
 DEPEND="
>=sys-devel/llvm-4
+   clang? ( sys-devel/clang )
test? (
app-portage/unsandbox
$(python_gen_any_dep "~dev-python/lit-${PV}[\${PYTHON_USEDEP}]")
@@ -72,6 +73,12 @@ src_configure() {
# pre-set since we need to pass it to cmake
BUILD_DIR=${WORKDIR}/${P}_build
 
+   if use clang; then
+   local -x CC=${CHOST}-clang
+   local -x CXX=${CHOST}-clang++
+   strip-unsupported-flags
+   fi
+
local mycmakeargs=(
-DCOMPILER_RT_INSTALL_PATH="${EPREFIX}/usr/lib/clang/${SLOT}"
# use a build dir structure consistent with install

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-5.0.1.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-5.0.1.ebuild
index 686e223817f..768c64155d0 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-5.0.1.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-5.0.1.ebuild
@@ -21,12 +21,13 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz
 LICENSE="|| ( UoI-NCSA MIT )"
 SLOT="${PV%_*}"
 KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="test"
+IUSE="+clang test"
 
 LLVM_MAX_SLOT=${SLOT%%.*}
 # llvm-4 needed for --cmakedir
 DEPEND="
>=sys-devel/llvm-4
+   clang? ( sys-devel/clang )
test? (
app-portage/unsandbox
$(python_gen_any_dep "~dev-python/lit-${PV}[\${PYTHON_USEDEP}]")
@@ -72,6 +73,12 @@ src_configure() {
# pre-set since we need to pass it to cmake
BUILD_DIR=${WORKDIR}/${P}_build
 
+   if use clang; then
+   local -x CC=${CHOST}-clang
+   local -x CXX=${CHOST}-clang++
+   strip-unsupported-flags
+   fi
+
local mycmakeargs=(
-DCOMPILER_RT_INSTALL_PATH="${EPREFIX}/usr/lib/clang/${SLOT}"
# use a build dir structure consistent with install



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

2018-03-15 Thread Patrick McLean
commit: 80fc6f29960fd0f3c8a49eb62284636700b0b283
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Mar 15 17:26:56 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Mar 15 17:26:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80fc6f29

sys-kernel/vanilla-sources: Version bump to 4.15.10

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-4.15.9.ebuild => vanilla-sources-4.15.10.ebuild}   | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 276ac694b22..dad183d8c61 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -9,6 +9,6 @@ DIST patch-3.16.55.xz 1935212 BLAKE2B 
0f954866032b5486e2b0cb1d043323b2604638538b
 DIST patch-3.2.100.xz 1910332 BLAKE2B 
16ff861ced5a622e424798bb2df220636c3f930913a7d6af28042be68ec50010b615a9779b6ecc9216c5b866a8e05e33dc1af2f872504f485add430abcbe2d26
 SHA512 
cb78568ce2da2322b90033a9ac6ad55ddb5c8b72031f2f1b4d178a5f3c2b82c915faf35b9a99669f5e794a07e639a9b838b14550cfec4679b88d979d99caba0d
 DIST patch-4.1.50.xz 1442376 BLAKE2B 
ed2f792b8cfa815d75725d115c48734107ba5bad749f10e916caaacd208e16224dfc3c538f91856397ec4edb66a8f75a80e8f4c9f3df03b2c86ddf9038810df0
 SHA512 
bdb52743f06aae307f1d475c42f8c75f483f246b8f2f4edb406dadee43920aa21576fca400a42d35c677a54837217578fd807e970f84e6d4cfb481fb11ab
 DIST patch-4.14.27.xz 812636 BLAKE2B 
d8ca3c7c6c2bb7842e5683afc9516341d9a30cecf173dc04898d4462c062a2206afa0257736bcfd60cc8af331899986c3761778e6c27d17929c23ca0f6055f07
 SHA512 
678df0bca8701b26f5f3df6069798a2ab75925a63c2ba77410e671cad18320b00652133afcb957a12f3caa84f14f8c7dcdbac9c9731a557e6e28834a79cff883
-DIST patch-4.15.9.xz 241684 BLAKE2B 
a27767d3d735795b705d243eacb73304bf08e9d66360f9f93f255b321f0a253d232e3189cc439d522b5ab92fb446f47104bfd24da7f483bce9fa796c3cfd
 SHA512 
60d24d79c19ab44520e4b583c74ca30045dc72bebd426a802c84d62c369fbda5bd7016aee1f5fa3931937cd31f17d6c0867080eb26949dedbd2d9522ee13143d
+DIST patch-4.15.10.xz 278644 BLAKE2B 
f626722243f4858b92d14fecec249f7b03ec35466f42a6345e26c2a0a911d8644977df9d861dab8fc3c939caaec8ceb4deeb784e0d80372d4f540637c5cefa1d
 SHA512 
275abec91344e9409d27dc3ce801f104717730819a9d90786b0ef104525cf706291e0954a3e8d16618179a1e9603d6d12cd9cfdac3efac8783b83a0decdab94a
 DIST patch-4.4.121.xz 1724108 BLAKE2B 
5e608b1f1959360edc84251be9c5145c6261cb8345cccdd73bd0a1f7424546864ddf03a486435fc3567f28a3661686738706dceb5a633734511e4ecda3fd5b42
 SHA512 
05d73331f8f0f2046a86dcd5b752e7ac3c76fcba375a1356cfa0d0bda6dd0c12d94bbc02a79d67557c188f5850d4bae5d716ecff33b5aaf0ccac0510de03413d
 DIST patch-4.9.87.xz 1541476 BLAKE2B 
4b0efdee81b5bd6768ff694681a6265904a6b915c337bbd2f7794c9d14995c81e9d3099812a89d7f89f1c47a749e8b9906537c598e92c8ca9135eaf1452af603
 SHA512 
d8f06a39716b675398074acea0b577035443e4cc50cbe3a89caf79793770ead2919bfce38ce38284e5ca0b451dd7524c492e3e7d125bf914367978e4cff60d38

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.15.9.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.15.10.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.15.9.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.15.10.ebuild



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

2018-03-15 Thread Patrick McLean
commit: 3992cfd583b80ddf9f803ef0bdbf5fc95c9cf388
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Mar 15 17:25:58 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Mar 15 17:25:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3992cfd5

sys-kernel/vanilla-sources: Version bump to 4.14.27

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-4.14.26.ebuild => vanilla-sources-4.14.27.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index b6418560a2f..276ac694b22 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -8,7 +8,7 @@ DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c
 DIST patch-3.16.55.xz 1935212 BLAKE2B 
0f954866032b5486e2b0cb1d043323b2604638538bb15e56293244473ac15fcd5a65d0c0bc96a78aab2dc5ee3e79e9043fe16519b096595c3156cb677082372f
 SHA512 
a80745b271cbb2dbcee3f696a73238fcef3fefc8bcb4b49f4c1de234cbd78f6b75995b48c13b2687e8bbffad3c14114a036bdafdd68c535d5691fbe45a4c899f
 DIST patch-3.2.100.xz 1910332 BLAKE2B 
16ff861ced5a622e424798bb2df220636c3f930913a7d6af28042be68ec50010b615a9779b6ecc9216c5b866a8e05e33dc1af2f872504f485add430abcbe2d26
 SHA512 
cb78568ce2da2322b90033a9ac6ad55ddb5c8b72031f2f1b4d178a5f3c2b82c915faf35b9a99669f5e794a07e639a9b838b14550cfec4679b88d979d99caba0d
 DIST patch-4.1.50.xz 1442376 BLAKE2B 
ed2f792b8cfa815d75725d115c48734107ba5bad749f10e916caaacd208e16224dfc3c538f91856397ec4edb66a8f75a80e8f4c9f3df03b2c86ddf9038810df0
 SHA512 
bdb52743f06aae307f1d475c42f8c75f483f246b8f2f4edb406dadee43920aa21576fca400a42d35c677a54837217578fd807e970f84e6d4cfb481fb11ab
-DIST patch-4.14.26.xz 779840 BLAKE2B 
82a19d0e24b02b8aacec7162e0067a714a4be2c6652774ea104be7bb7624a9cf1ab60d7611078cc1a1244d1d2522246987be0f423274a275dad788eba1e3d1eb
 SHA512 
9659875861cf2fbc04e8f21343d7a29ddbabdaf230f6061fce816677d7ffbb297ab57eba5a47b8415c2c110260b8085b9b168aacd7741addb3ebdb1db2f9e44e
+DIST patch-4.14.27.xz 812636 BLAKE2B 
d8ca3c7c6c2bb7842e5683afc9516341d9a30cecf173dc04898d4462c062a2206afa0257736bcfd60cc8af331899986c3761778e6c27d17929c23ca0f6055f07
 SHA512 
678df0bca8701b26f5f3df6069798a2ab75925a63c2ba77410e671cad18320b00652133afcb957a12f3caa84f14f8c7dcdbac9c9731a557e6e28834a79cff883
 DIST patch-4.15.9.xz 241684 BLAKE2B 
a27767d3d735795b705d243eacb73304bf08e9d66360f9f93f255b321f0a253d232e3189cc439d522b5ab92fb446f47104bfd24da7f483bce9fa796c3cfd
 SHA512 
60d24d79c19ab44520e4b583c74ca30045dc72bebd426a802c84d62c369fbda5bd7016aee1f5fa3931937cd31f17d6c0867080eb26949dedbd2d9522ee13143d
 DIST patch-4.4.121.xz 1724108 BLAKE2B 
5e608b1f1959360edc84251be9c5145c6261cb8345cccdd73bd0a1f7424546864ddf03a486435fc3567f28a3661686738706dceb5a633734511e4ecda3fd5b42
 SHA512 
05d73331f8f0f2046a86dcd5b752e7ac3c76fcba375a1356cfa0d0bda6dd0c12d94bbc02a79d67557c188f5850d4bae5d716ecff33b5aaf0ccac0510de03413d
 DIST patch-4.9.87.xz 1541476 BLAKE2B 
4b0efdee81b5bd6768ff694681a6265904a6b915c337bbd2f7794c9d14995c81e9d3099812a89d7f89f1c47a749e8b9906537c598e92c8ca9135eaf1452af603
 SHA512 
d8f06a39716b675398074acea0b577035443e4cc50cbe3a89caf79793770ead2919bfce38ce38284e5ca0b451dd7524c492e3e7d125bf914367978e4cff60d38

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.14.26.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.14.27.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.14.26.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.14.27.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-humanities/

2018-03-15 Thread Mikle Kolyada
commit: 7b91a40a862a0f00417ae05c74a3cbefd3b909f4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 15 17:16:48 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 15 17:18:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b91a40a

dev-texlive/texlive-humanities: arm stable wrt bug #646638

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-texlive/texlive-humanities/texlive-humanities-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-humanities/texlive-humanities-2017.ebuild 
b/dev-texlive/texlive-humanities/texlive-humanities-2017.ebuild
index b2116b5a728..7915b7760a0 100644
--- a/dev-texlive/texlive-humanities/texlive-humanities-2017.ebuild
+++ b/dev-texlive/texlive-humanities/texlive-humanities-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Humanities packages"
 
 LICENSE=" GPL-1 GPL-2 LPPL-1.2 LPPL-1.3 "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latex-2017
 !dev-tex/lineno



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

2018-03-15 Thread Mikle Kolyada
commit: 53de9898325299b4a7d434f31ecdb05da21adcc7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 15 17:17:05 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 15 17:18:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53de9898

app-text/texlive: arm stable wrt bug #646638

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/app-text/texlive/texlive-2017.ebuild 
b/app-text/texlive/texlive-2017.ebuild
index 4d0863a39f7..7562a825e00 100644
--- a/app-text/texlive/texlive-2017.ebuild
+++ b/app-text/texlive/texlive-2017.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="cjk context detex dvi2tty extra epspdf games graphics
 humanities jadetex luatex metapost music pdfannotextractor png pstricks 
publishers
 science tex4ht texi2html truetype xetex xindy xml X"



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-langpolish/

2018-03-15 Thread Mikle Kolyada
commit: 79fc765cce41090cd893e23c5df0788a7c090430
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 15 17:11:57 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 15 17:18:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79fc765c

dev-texlive/texlive-langpolish: arm stable wrt bug #646638

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-texlive/texlive-langpolish/texlive-langpolish-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langpolish/texlive-langpolish-2017.ebuild 
b/dev-texlive/texlive-langpolish/texlive-langpolish-2017.ebuild
index 2fa59225b7f..8553227d398 100644
--- a/dev-texlive/texlive-langpolish/texlive-langpolish-2017.ebuild
+++ b/dev-texlive/texlive-langpolish/texlive-langpolish-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Polish"
 
 LICENSE=" GPL-2 LPPL-1.2 LPPL-1.3 LPPL-1.3c public-domain TeX "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latex-2017
 >=dev-texlive/texlive-basic-2017



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-langitalian/

2018-03-15 Thread Mikle Kolyada
commit: 1ae3cf606a052d3530d4ce79a7e2143c47fcd6a6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 15 17:05:54 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 15 17:18:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ae3cf60

dev-texlive/texlive-langitalian: arm stable wrt bug #646638

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-texlive/texlive-langitalian/texlive-langitalian-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langitalian/texlive-langitalian-2017.ebuild 
b/dev-texlive/texlive-langitalian/texlive-langitalian-2017.ebuild
index 0e6d255f448..877b877fb1d 100644
--- a/dev-texlive/texlive-langitalian/texlive-langitalian-2017.ebuild
+++ b/dev-texlive/texlive-langitalian/texlive-langitalian-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Italian"
 
 LICENSE=" FDL-1.1 GPL-1 GPL-2 LGPL-2 LPPL-1.3 TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2017
 !dev-texlive/texlive-documentation-italian



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-pstricks/

2018-03-15 Thread Mikle Kolyada
commit: 5e8b40bc5e27e675e07fd14b7c89feba9db66cf5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 15 17:13:24 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 15 17:18:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e8b40bc

dev-texlive/texlive-pstricks: arm stable wrt bug #646638

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-texlive/texlive-pstricks/texlive-pstricks-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-pstricks/texlive-pstricks-2017.ebuild 
b/dev-texlive/texlive-pstricks/texlive-pstricks-2017.ebuild
index 6fe98815f80..767b17b0376 100644
--- a/dev-texlive/texlive-pstricks/texlive-pstricks-2017.ebuild
+++ b/dev-texlive/texlive-pstricks/texlive-pstricks-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive PSTricks"
 
 LICENSE=" GPL-1 GPL-2 LGPL-2 LPPL-1.3 "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2017
 >=dev-texlive/texlive-plaingeneric-2017



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-langfrench/

2018-03-15 Thread Mikle Kolyada
commit: 0ed8063bac1db9c0737eba58837c60584432a905
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 15 17:09:06 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 15 17:18:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed8063b

dev-texlive/texlive-langfrench: arm stable wrt bug #646638

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-texlive/texlive-langfrench/texlive-langfrench-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langfrench/texlive-langfrench-2017.ebuild 
b/dev-texlive/texlive-langfrench/texlive-langfrench-2017.ebuild
index f0d98e221ee..018655e8aa3 100644
--- a/dev-texlive/texlive-langfrench/texlive-langfrench-2017.ebuild
+++ b/dev-texlive/texlive-langfrench/texlive-langfrench-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive French"
 
 LICENSE=" FDL-1.1 GPL-1 GPL-2 LPPL-1.2 LPPL-1.3 public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2017
 !dev-texlive/texlive-documentation-french



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-langeuropean/

2018-03-15 Thread Mikle Kolyada
commit: aede142190488f43a1033d1f3007157f6b2386a6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 15 17:09:43 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 15 17:18:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aede1421

dev-texlive/texlive-langeuropean: arm stable wrt bug #646638

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-texlive/texlive-langeuropean/texlive-langeuropean-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langeuropean/texlive-langeuropean-2017.ebuild 
b/dev-texlive/texlive-langeuropean/texlive-langeuropean-2017.ebuild
index 40aa5a21ff6..5bb65056720 100644
--- a/dev-texlive/texlive-langeuropean/texlive-langeuropean-2017.ebuild
+++ b/dev-texlive/texlive-langeuropean/texlive-langeuropean-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Other European languages"
 
 LICENSE=" GPL-1 GPL-2 LPPL-1.2 LPPL-1.3 public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2017
 !dev-texlive/texlive-langarmenian



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

2018-03-15 Thread Mikle Kolyada
commit: 29eb0d9cf19116f5ea3bd7a4a150ff3e4c3429bb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 15 17:13:50 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 15 17:18:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29eb0d9c

dev-texlive/texlive-games: arm stable wrt bug #646638

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-texlive/texlive-games/texlive-games-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-games/texlive-games-2017.ebuild 
b/dev-texlive/texlive-games/texlive-games-2017.ebuild
index 749385d535a..0871c4b79d2 100644
--- a/dev-texlive/texlive-games/texlive-games-2017.ebuild
+++ b/dev-texlive/texlive-games/texlive-games-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Games typesetting"
 
 LICENSE=" GPL-1 GPL-2 LPPL-1.2 LPPL-1.3 public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latex-2017
 !

[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-langgreek/

2018-03-15 Thread Mikle Kolyada
commit: c10d63d59992ddc710da178b4947132dba325918
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 15 17:15:28 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 15 17:18:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c10d63d5

dev-texlive/texlive-langgreek: arm stable wrt bug #646638

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-texlive/texlive-langgreek/texlive-langgreek-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langgreek/texlive-langgreek-2017.ebuild 
b/dev-texlive/texlive-langgreek/texlive-langgreek-2017.ebuild
index 48ebb1ff58f..144d5af0791 100644
--- a/dev-texlive/texlive-langgreek/texlive-langgreek-2017.ebuild
+++ b/dev-texlive/texlive-langgreek/texlive-langgreek-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Greek"
 
 LICENSE=" GPL-1 GPL-2 LGPL-3 LPPL-1.3 public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2017
 !

[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-langenglish/

2018-03-15 Thread Mikle Kolyada
commit: 3e0c2858753cdc2efef73f7ff2694d8dc7b84e74
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 15 17:07:13 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 15 17:18:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e0c2858

dev-texlive/texlive-langenglish: arm stable wrt bug #646638

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-texlive/texlive-langenglish/texlive-langenglish-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langenglish/texlive-langenglish-2017.ebuild 
b/dev-texlive/texlive-langenglish/texlive-langenglish-2017.ebuild
index 49436afacb1..3e6c9198a53 100644
--- a/dev-texlive/texlive-langenglish/texlive-langenglish-2017.ebuild
+++ b/dev-texlive/texlive-langenglish/texlive-langenglish-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive US and UK English"
 
 LICENSE=" FDL-1.1 GPL-1 GPL-2 LPPL-1.2 LPPL-1.3 public-domain TeX 
TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2017
 !dev-texlive/texlive-documentation-english



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-context/

2018-03-15 Thread Mikle Kolyada
commit: 5847d791dfce119f5a3d0bf0a7d9cbf4fba66777
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 15 17:14:18 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 15 17:18:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5847d791

dev-texlive/texlive-context: arm stable wrt bug #646638

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-texlive/texlive-context/texlive-context-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-context/texlive-context-2017.ebuild 
b/dev-texlive/texlive-context/texlive-context-2017.ebuild
index 58becc6c481..f76a90f3507 100644
--- a/dev-texlive/texlive-context/texlive-context-2017.ebuild
+++ b/dev-texlive/texlive-context/texlive-context-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive ConTeXt and packages"
 
 LICENSE=" BSD GPL-1 GPL-2 GPL-3 public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2017
 >=dev-texlive/texlive-latex-2010



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-langother/

2018-03-15 Thread Mikle Kolyada
commit: 16164f02e20c6c4b0744ef77b6eab1878dc6d0e4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 15 17:08:34 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 15 17:18:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16164f02

dev-texlive/texlive-langother: arm stable wrt bug #646638

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-texlive/texlive-langother/texlive-langother-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langother/texlive-langother-2017.ebuild 
b/dev-texlive/texlive-langother/texlive-langother-2017.ebuild
index 4ebc1da2f65..177ff7fa08b 100644
--- a/dev-texlive/texlive-langother/texlive-langother-2017.ebuild
+++ b/dev-texlive/texlive-langother/texlive-langother-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Other languages"
 
 LICENSE=" GPL-1 GPL-2 LGPL-2 LPPL-1.3 OFL public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2017
 !

[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-langcyrillic/

2018-03-15 Thread Mikle Kolyada
commit: 015f2b4ddc4195e30abea286b43125bcf14df29c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 15 17:06:30 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 15 17:18:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=015f2b4d

dev-texlive/texlive-langcyrillic: arm stable wrt bug #646638

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-texlive/texlive-langcyrillic/texlive-langcyrillic-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langcyrillic/texlive-langcyrillic-2017.ebuild 
b/dev-texlive/texlive-langcyrillic/texlive-langcyrillic-2017.ebuild
index 0dd9eef5192..9dbd5755549 100644
--- a/dev-texlive/texlive-langcyrillic/texlive-langcyrillic-2017.ebuild
+++ b/dev-texlive/texlive-langcyrillic/texlive-langcyrillic-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Cyrillic"
 
 LICENSE=" GPL-1 GPL-2 LPPL-1.3 MIT public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2017
 >=dev-texlive/texlive-latex-2017



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-langgerman/

2018-03-15 Thread Mikle Kolyada
commit: be7f429e0b34035fd2d517e0936682a0e02f251b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 15 17:14:58 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 15 17:18:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be7f429e

dev-texlive/texlive-langgerman: arm stable wrt bug #646638

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-texlive/texlive-langgerman/texlive-langgerman-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langgerman/texlive-langgerman-2017.ebuild 
b/dev-texlive/texlive-langgerman/texlive-langgerman-2017.ebuild
index ac5b8839831..c936eddf69d 100644
--- a/dev-texlive/texlive-langgerman/texlive-langgerman-2017.ebuild
+++ b/dev-texlive/texlive-langgerman/texlive-langgerman-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive German"
 
 LICENSE=" FDL-1.1 GPL-1 GPL-2 LPPL-1.3 MIT OPL TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2017
 !

[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-langczechslovak/

2018-03-15 Thread Mikle Kolyada
commit: 68dd2a00f63fc7977ba1aedb4f55bcbef6deff2f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 15 17:05:13 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 15 17:17:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68dd2a00

dev-texlive/texlive-langczechslovak: arm stable wrt bug #646638

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-texlive/texlive-langczechslovak/texlive-langczechslovak-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-texlive/texlive-langczechslovak/texlive-langczechslovak-2017.ebuild 
b/dev-texlive/texlive-langczechslovak/texlive-langczechslovak-2017.ebuild
index 194d0ff7ace..4826e39fa27 100644
--- a/dev-texlive/texlive-langczechslovak/texlive-langczechslovak-2017.ebuild
+++ b/dev-texlive/texlive-langczechslovak/texlive-langczechslovak-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Czech/Slovak"
 
 LICENSE=" GPL-1 GPL-2 LPPL-1.3 TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2017
 >=dev-texlive/texlive-latex-2017



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-publishers/

2018-03-15 Thread Mikle Kolyada
commit: 25ee696d3310e7a2f86a02d67231ee8cba32d2c1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 15 17:12:54 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 15 17:18:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25ee696d

dev-texlive/texlive-publishers: arm stable wrt bug #646638

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-texlive/texlive-publishers/texlive-publishers-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-publishers/texlive-publishers-2017.ebuild 
b/dev-texlive/texlive-publishers/texlive-publishers-2017.ebuild
index 18d082be41d..4eb06db307c 100644
--- a/dev-texlive/texlive-publishers/texlive-publishers-2017.ebuild
+++ b/dev-texlive/texlive-publishers/texlive-publishers-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Publisher styles, theses, etc."
 
 LICENSE=" Apache-2.0 BSD GPL-1 GPL-2 GPL-3 LPPL-1.2 LPPL-1.3 LPPL-1.3c OFL 
public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-latex-2017
 !

[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-langjapanese/

2018-03-15 Thread Mikle Kolyada
commit: dd0e38b999ad81d6a27a06de9d17ccdadc2c3391
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 15 17:12:24 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 15 17:18:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd0e38b9

dev-texlive/texlive-langjapanese: arm stable wrt bug #646638

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-texlive/texlive-langjapanese/texlive-langjapanese-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-langjapanese/texlive-langjapanese-2017.ebuild 
b/dev-texlive/texlive-langjapanese/texlive-langjapanese-2017.ebuild
index 0a2266bfdf0..b0e21184958 100644
--- a/dev-texlive/texlive-langjapanese/texlive-langjapanese-2017.ebuild
+++ b/dev-texlive/texlive-langjapanese/texlive-langjapanese-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Japanese"
 
 LICENSE=" BSD BSD-2 GPL-1 GPL-2 GPL-3 LPPL-1.3 MIT public-domain 
TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-langcjk-2017
 !

[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-langportuguese/

2018-03-15 Thread Mikle Kolyada
commit: a0cd25793e3ee0589d60733b40b6f1bc532c321c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 15 17:11:21 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 15 17:18:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0cd2579

dev-texlive/texlive-langportuguese: arm stable wrt bug #646638

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-texlive/texlive-langportuguese/texlive-langportuguese-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-texlive/texlive-langportuguese/texlive-langportuguese-2017.ebuild 
b/dev-texlive/texlive-langportuguese/texlive-langportuguese-2017.ebuild
index 725b841e3d3..eef3ad0a776 100644
--- a/dev-texlive/texlive-langportuguese/texlive-langportuguese-2017.ebuild
+++ b/dev-texlive/texlive-langportuguese/texlive-langportuguese-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Portuguese"
 
 LICENSE=" GPL-1 GPL-2 LPPL-1.3 public-domain "
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2017
 !dev-texlive/texlive-documentation-portuguese



  1   2   3   >