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

2018-10-04 Thread Andreas Sturmlechner
commit: b831f023e4eb9fc736f13b8faf5cb1dc9fe9558c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct  5 05:03:44 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct  5 05:48:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b831f023

media-libs/nas: Drop 1.9.4-r1

Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 media-libs/nas/nas-1.9.4-r1.ebuild | 99 --
 1 file changed, 99 deletions(-)

diff --git a/media-libs/nas/nas-1.9.4-r1.ebuild 
b/media-libs/nas/nas-1.9.4-r1.ebuild
deleted file mode 100644
index b32a29ee5f5..000
--- a/media-libs/nas/nas-1.9.4-r1.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils multilib toolchain-funcs multilib-minimal
-
-DESCRIPTION="Network Audio System"
-HOMEPAGE="http://radscan.com/nas.html;
-SRC_URI="mirror://sourceforge/${PN}/${P}.src.tar.gz"
-
-LICENSE="HPND MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd"
-IUSE="doc static-libs"
-
-RDEPEND="x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   >=x11-libs/libXau-1.0.7-r1[${MULTILIB_USEDEP}]
-   x11-libs/libXaw
-   x11-libs/libXext
-   x11-libs/libXmu
-   x11-libs/libXpm
-   >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}
-   app-text/rman
-   sys-devel/bison
-   sys-devel/flex
-   x11-base/xorg-proto
-   x11-misc/gccmakedep
-   x11-misc/imake"
-
-DOCS=( BUILDNOTES FAQ HISTORY README RELEASE TODO )
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.9.2-asneeded.patch
-   epatch "${FILESDIR}"/${PN}-1.9.4-remove-abs-fabs.patch
-
-   multilib_copy_sources
-}
-
-multilib_src_configure() {
-   xmkmf -a || die
-}
-
-multilib_src_compile() {
-   # EXTRA_LDOPTIONS, SHLIBGLOBALSFLAGS #336564#c2
-   local emakeopts=(
-   AR="$(tc-getAR) clq"
-   AS="$(tc-getAS)"
-   CC="$(tc-getCC)"
-   CDEBUGFLAGS="${CFLAGS}"
-   CXX="$(tc-getCXX)"
-   CXXDEBUFLAGS="${CXXFLAGS}"
-   EXTRA_LDOPTIONS="${LDFLAGS}"
-   LD="$(tc-getLD)"
-   MAKE="${MAKE:-gmake}"
-   RANLIB="$(tc-getRANLIB)"
-   SHLIBGLOBALSFLAGS="${LDFLAGS}"
-   WORLDOPTS=
-   )
-
-   if multilib_is_native_abi ; then
-   # dumb fix for parallel make issue wrt #446598, Imake sux
-   emake "${emakeopts[@]}" -C server/dia all
-   emake "${emakeopts[@]}" -C server/dda/voxware all
-   emake "${emakeopts[@]}" -C server/os all
-   else
-   sed -i \
-   -e 's/SUBDIRS =.*/SUBDIRS = include lib config/' \
-   Makefile || die
-   fi
-
-   emake "${emakeopts[@]}" World
-}
-
-multilib_src_install() {
-   # ranlib is used at install phase too wrt #446600
-   emake RANLIB="$(tc-getRANLIB)" \
-   DESTDIR="${D}" USRLIBDIR=/usr/$(get_libdir) \
-   install install.man
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   if use doc; then
-   docinto doc
-   dodoc doc/{actions,protocol.txt,README}
-   docinto pdf
-   dodoc doc/pdf/*.pdf
-   fi
-
-   mv -vf "${D}"/etc/nas/nasd.conf{.eg,} || die
-
-   newconfd "${FILESDIR}"/nas.conf.d nas
-   newinitd "${FILESDIR}"/nas.init.d nas
-
-   use static-libs || rm -f "${D}"/usr/lib*/libaudio.a
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-desktop/

2018-10-04 Thread Andreas Sturmlechner
commit: 52b9ea423e23b77a94d8bdca5908117e80617f32
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  4 23:56:57 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct  5 05:48:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b9ea42

kde-plasma/plasma-desktop: Drop 5.13.5-r1

Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 .../plasma-desktop/plasma-desktop-5.13.5-r1.ebuild | 168 -
 1 file changed, 168 deletions(-)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.13.5-r1.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.13.5-r1.ebuild
deleted file mode 100644
index 06140e915b1..000
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.13.5-r1.ebuild
+++ /dev/null
@@ -1,168 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="KDE Plasma desktop"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="appstream +fontconfig ibus +mouse pulseaudio scim +semantic-desktop 
touchpad"
-
-COMMON_DEPEND="
-   $(add_frameworks_dep attica)
-   $(add_frameworks_dep kactivities)
-   $(add_frameworks_dep kactivities-stats)
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kauth)
-   $(add_frameworks_dep kbookmarks)
-   $(add_frameworks_dep kcmutils)
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep kdeclarative)
-   $(add_frameworks_dep kded)
-   $(add_frameworks_dep kdelibs4support)
-   $(add_frameworks_dep kemoticons)
-   $(add_frameworks_dep kglobalaccel)
-   $(add_frameworks_dep kguiaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knewstuff)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kpeople)
-   $(add_frameworks_dep krunner)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep kwallet)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep plasma)
-   $(add_frameworks_dep solid)
-   $(add_frameworks_dep sonnet)
-   $(add_plasma_dep kwin)
-   $(add_plasma_dep plasma-workspace)
-   $(add_qt_dep qtconcurrent)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtsql)
-   $(add_qt_dep qtsvg)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtx11extras)
-   $(add_qt_dep qtxml)
-   media-libs/phonon[qt5(+)]
-   x11-libs/libX11
-   x11-libs/libXcursor
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libxcb
-   x11-libs/libxkbfile
-   appstream? ( dev-libs/appstream[qt5] )
-   fontconfig? (
-   media-libs/fontconfig
-   media-libs/freetype
-   x11-libs/libXft
-   x11-libs/xcb-util-image
-   )
-   ibus? (
-   $(add_qt_dep qtx11extras)
-   app-i18n/ibus
-   dev-libs/glib:2
-   x11-libs/libxcb
-   x11-libs/xcb-util-keysyms
-   )
-   pulseaudio? (
-   dev-libs/glib:2
-   media-libs/libcanberra
-   media-sound/pulseaudio
-   )
-   scim? ( app-i18n/scim )
-   semantic-desktop? ( $(add_frameworks_dep baloo) )
-   touchpad? ( x11-drivers/xf86-input-synaptics )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-   x11-base/xorg-proto
-   fontconfig? ( x11-libs/libXrender )
-   mouse? (
-   x11-drivers/xf86-input-evdev
-   x11-drivers/xf86-input-libinput
-   )
-"
-RDEPEND="${COMMON_DEPEND}
-   $(add_frameworks_dep qqc2-desktop-style)
-   $(add_plasma_dep breeze)
-   $(add_plasma_dep kde-cli-tools)
-   $(add_plasma_dep oxygen)
-   $(add_qt_dep qtgraphicaleffects)
-   sys-apps/accountsservice
-   sys-apps/util-linux
-   x11-apps/setxkbmap
-   pulseaudio? ( $(add_plasma_dep plasma-pa ) )
-   !kde-apps/kcontrol
-   !

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

2018-10-04 Thread Andreas Sturmlechner
commit: b34d80ad06f770f89add8020b568c98e892c1107
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct  5 05:05:11 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct  5 05:48:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b34d80ad

media-libs/portaudio: Drop 19_pre20140130

Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 media-libs/portaudio/Manifest  |  1 -
 .../portaudio/portaudio-19_pre20140130.ebuild  | 43 --
 2 files changed, 44 deletions(-)

diff --git a/media-libs/portaudio/Manifest b/media-libs/portaudio/Manifest
index 9dbc251bf65..bd60a57b407 100644
--- a/media-libs/portaudio/Manifest
+++ b/media-libs/portaudio/Manifest
@@ -1,2 +1 @@
 DIST pa_stable_v190600_20161030.tgz 1450572 BLAKE2B 
3cd63cca55ff222f452d306a1ab9035739545f48dbc9bc58196052cb51e518d86568059c7528533a6932c39c68d1a5210e06470a16343b92c7e4132b71cc552e
 SHA512 
7ec692cbd8c23878b029fad9d9fd63a021f57e60c4921f602995a2fca070c29f17a280c7f2da5966c4aad29d28434538452f4c822eacf3a60af59a6dc8e9704c
-DIST pa_stable_v19_20140130.tgz 1504620 BLAKE2B 
a07ad305255db982dd719cec8b5c63b2e483c319acc7a9f316162f83f481cdce469ba17f549bbe68d4fc49378a612f22606e6e5369c043e907c504cd0e5f8920
 SHA512 
078adfdc2cec7fbd4019837eee65f8411b873b51064dfd7334e1c55118c26ea1fb68cb22e46ee69adb69c78d026b00a7ed973c40632e7d79703e12669a62ee3e

diff --git a/media-libs/portaudio/portaudio-19_pre20140130.ebuild 
b/media-libs/portaudio/portaudio-19_pre20140130.ebuild
deleted file mode 100644
index 15fe80c459f..000
--- a/media-libs/portaudio/portaudio-19_pre20140130.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
-inherit autotools-multilib
-
-MY_P=pa_stable_v${PV/pre}
-
-DESCRIPTION="A free, cross-platform, open-source, audio I/O library"
-HOMEPAGE="http://www.portaudio.com/;
-SRC_URI="http://www.portaudio.com/archives/${MY_P}.tgz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd 
~amd64-linux ~x86-linux"
-IUSE="alsa +cxx debug jack oss static-libs"
-
-RDEPEND="alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
-   jack? ( virtual/jack[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}
-DOCS=( README.txt )
-HTML_DOCS=( index.html )
-
-src_configure() {
-   local myeconfargs=(
-   $(use_enable debug debug-output)
-   $(use_enable cxx)
-   $(use_with alsa)
-   $(use_with jack)
-   $(use_with oss)
-   )
-
-   autotools-multilib_src_configure
-}
-
-src_compile() {
-   autotools-multilib_src_compile lib/libportaudio.la
-   autotools-multilib_src_compile
-}



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

2018-10-04 Thread Andreas Sturmlechner
commit: 7327b4df0b7d809569b5f1d39229fa651d339399
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct  5 05:06:22 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct  5 05:48:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7327b4df

media-libs/libmodplug: Drop 0.8.8.5

Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 media-libs/libmodplug/Manifest  |  1 -
 media-libs/libmodplug/libmodplug-0.8.8.5.ebuild | 27 -
 2 files changed, 28 deletions(-)

diff --git a/media-libs/libmodplug/Manifest b/media-libs/libmodplug/Manifest
index 8280ba79c90..8016b98a678 100644
--- a/media-libs/libmodplug/Manifest
+++ b/media-libs/libmodplug/Manifest
@@ -1,2 +1 @@
-DIST libmodplug-0.8.8.5.tar.gz 546751 BLAKE2B 
6a6c246537ef5123c84548f9b1f6092a3af7384f16a5cbb3d8511546d31a25818656b0904f8944a90b0164e50293047f02607f500c77c030527c7771c6519e48
 SHA512 
aa943b8df5e3fd41b497e55f5d2c493c28a4c90d444d041f74a58ab5f4702eab9bb36f337e4c795561e0006846a5fda0b42bcf96b33e1267b190f6005862b332
 DIST libmodplug-0.8.9.0.tar.gz 576566 BLAKE2B 
534ce23f37ae60593fcbf0b8984140badcf7d868a7559ea6aef282a4d14dc6ad05847dc128a0221772e1dc2abb8c870ff8d6d46da0c04232169f905468a3ba19
 SHA512 
880e10154fd367ee24ace53ca7e32a5c1fee7dfff1f934e6499944c12779427da63e2f55f8d6ce25db0a42a5b4424053bf64305b31dbfc4ef6a8909924d655fd

diff --git a/media-libs/libmodplug/libmodplug-0.8.8.5.ebuild 
b/media-libs/libmodplug/libmodplug-0.8.8.5.ebuild
deleted file mode 100644
index b1f05b8655d..000
--- a/media-libs/libmodplug/libmodplug-0.8.8.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
-inherit autotools-multilib
-
-DESCRIPTION="Library for playing MOD-like music files"
-SRC_URI="mirror://sourceforge/modplug-xmms/${P}.tar.gz"
-HOMEPAGE="http://modplug-xmms.sourceforge.net/;
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
-IUSE="static-libs"
-
-RDEPEND=""
-DEPEND="virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-PATCHES=(
-   "${FILESDIR}/${PN}-0.8.4-timidity-patches.patch"
-   "${FILESDIR}/${P}-no-fast-math.patch"
-   "${FILESDIR}/${P}-psm-omf2097-fixes.patch"
-)



[gentoo-commits] repo/gentoo:master commit in: net-print/cups-filters/

2018-10-04 Thread Markus Meier
commit: b5e28db3988a527be4c3aed21f05e94ea38262ad
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Oct  5 04:53:38 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Oct  5 04:53:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e28db3

net-print/cups-filters: arm stable, bug #663000

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="arm"

 net-print/cups-filters/cups-filters-1.20.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/cups-filters/cups-filters-1.20.4.ebuild 
b/net-print/cups-filters/cups-filters-1.20.4.ebuild
index 607764b5fbc..c062a162b56 100644
--- a/net-print/cups-filters/cups-filters-1.20.4.ebuild
+++ b/net-print/cups-filters/cups-filters-1.20.4.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" == "" ]] ; then
EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters;
 else
SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz;
-   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-fbsd ~m68k-mint"
+   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-fbsd ~m68k-mint"
 fi
 DESCRIPTION="Cups filters"
 HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters;



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

2018-10-04 Thread Markus Meier
commit: d7fdcdf70c9b1a099a42ccbcbf10ac04f057ba9c
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Oct  5 04:49:13 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Oct  5 04:49:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7fdcdf7

app-i18n/unicode-emoji: arm stable, bug #664746

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="arm"

 app-i18n/unicode-emoji/unicode-emoji-11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-emoji/unicode-emoji-11.0.ebuild 
b/app-i18n/unicode-emoji/unicode-emoji-11.0.ebuild
index 29908067756..4e5c37706c0 100644
--- a/app-i18n/unicode-emoji/unicode-emoji-11.0.ebuild
+++ b/app-i18n/unicode-emoji/unicode-emoji-11.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="${BASE_URI}/${PN#*-}-data.txt -> ${PN}-data-${PV}.txt
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ~ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd"
 IUSE=""
 
 DEPEND=""



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

2018-10-04 Thread Markus Meier
commit: 5bae380b7b7cab91fb83ffb044d0e91cd7711254
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Oct  5 04:54:40 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Oct  5 04:54:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bae380b

media-libs/libmodplug: arm stable, bug #663542

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="arm"

 media-libs/libmodplug/libmodplug-0.8.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libmodplug/libmodplug-0.8.9.0.ebuild 
b/media-libs/libmodplug/libmodplug-0.8.9.0.ebuild
index 1dc50c477a8..da84517cd51 100644
--- a/media-libs/libmodplug/libmodplug-0.8.9.0.ebuild
+++ b/media-libs/libmodplug/libmodplug-0.8.9.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://modplug-xmms.sourceforge.net/;
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND=""



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

2018-10-04 Thread Markus Meier
commit: 596f943c7fb86c90f8e33096121611a17f49a669
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Oct  5 04:49:02 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Oct  5 04:49:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=596f943c

app-i18n/ibus: arm stable, bug #664746

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="arm"

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

diff --git a/app-i18n/ibus/ibus-1.5.18.ebuild b/app-i18n/ibus/ibus-1.5.18.ebuild
index 927ddd72824..4aff43a818d 100644
--- a/app-i18n/ibus/ibus-1.5.18.ebuild
+++ b/app-i18n/ibus/ibus-1.5.18.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ~ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="+X +emoji gconf +gtk +gtk2 +introspection kde +libnotify nls +python 
test +unicode vala wayland"
 REQUIRED_USE="emoji? ( gtk )
gtk2? ( gtk )



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

2018-10-04 Thread Markus Meier
commit: 5b7a758028babf9bd9ca5709b40f6c50f85e94dc
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Oct  5 04:52:26 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Oct  5 04:52:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b7a7580

sys-apps/openrc: arm stable, bug #658854

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="arm"

 sys-apps/openrc/openrc-0.38.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/openrc/openrc-0.38.2.ebuild 
b/sys-apps/openrc/openrc-0.38.2.ebuild
index cef6234d7e4..1c4f5b34105 100644
--- a/sys-apps/openrc/openrc-0.38.2.ebuild
+++ b/sys-apps/openrc/openrc-0.38.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+   KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
 fi
 
 LICENSE="BSD-2"



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

2018-10-04 Thread Markus Meier
commit: 45ec1516386f0572b4541f1a700c010b3991e79e
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Oct  5 04:55:11 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Oct  5 04:55:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ec1516

media-libs/libmng: arm stable, bug #663544

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="arm"

 media-libs/libmng/libmng-2.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libmng/libmng-2.0.3.ebuild 
b/media-libs/libmng/libmng-2.0.3.ebuild
index 0fe05dafb9d..48566bf2e6b 100644
--- a/media-libs/libmng/libmng-2.0.3.ebuild
+++ b/media-libs/libmng/libmng-2.0.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/libmng/${P}.tar.xz"
 
 LICENSE="libmng"
 SLOT="0/2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="lcms static-libs"
 
 RDEPEND="



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

2018-10-04 Thread Markus Meier
commit: f71791e7a867a62ddbcc11f8824fbed65b2afc86
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Oct  5 04:54:10 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Oct  5 04:54:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f71791e7

media-libs/libdvdcss: arm stable, bug #663540

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="arm"

 media-libs/libdvdcss/libdvdcss-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libdvdcss/libdvdcss-1.4.2.ebuild 
b/media-libs/libdvdcss/libdvdcss-1.4.2.ebuild
index 77f45a49399..ef7df0099ac 100644
--- a/media-libs/libdvdcss/libdvdcss-1.4.2.ebuild
+++ b/media-libs/libdvdcss/libdvdcss-1.4.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://download.videolan.org/pub/${PN}/${PV}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="1.2"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="doc static-libs"
 
 RDEPEND=""



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

2018-10-04 Thread Markus Meier
commit: 3f9ed53c90c836bb1d79d428103b995a5b3c1fba
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Oct  5 04:47:41 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Oct  5 04:47:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f9ed53c

media-libs/portaudio: arm stable, bug #664278

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="arm"

 media-libs/portaudio/portaudio-19.06.00-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/portaudio/portaudio-19.06.00-r1.ebuild 
b/media-libs/portaudio/portaudio-19.06.00-r1.ebuild
index b866cb031ed..8ed072228b9 100644
--- a/media-libs/portaudio/portaudio-19.06.00-r1.ebuild
+++ b/media-libs/portaudio/portaudio-19.06.00-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://www.portaudio.com/archives/pa_stable_v190600_20161030.tgz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="alsa +cxx debug doc jack oss static-libs"
 
 RDEPEND="alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )



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

2018-10-04 Thread Markus Meier
commit: 548aeb17c998e22c65215b2bd25498adbd925867
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Oct  5 04:52:59 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Oct  5 04:52:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548aeb17

app-portage/eix: arm stable, bug #661180

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="arm"

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

diff --git a/app-portage/eix/eix-0.33.2.ebuild 
b/app-portage/eix/eix-0.33.2.ebuild
index 24b842928f7..4efb8b39b3c 100644
--- a/app-portage/eix/eix-0.33.2.ebuild
+++ b/app-portage/eix/eix-0.33.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~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 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="debug doc nls sqlite"
 
 BOTHDEPEND="nls? ( virtual/libintl )



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

2018-10-04 Thread Markus Meier
commit: bb4066edc90b428dfee85da554c7f703a547d9c2
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Oct  5 04:48:16 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Oct  5 04:48:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb4066ed

media-libs/nas: arm stable, bug #664320

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="arm"

 media-libs/nas/nas-1.9.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/nas/nas-1.9.4-r2.ebuild 
b/media-libs/nas/nas-1.9.4-r2.ebuild
index f7233ec5f96..6da098d928a 100644
--- a/media-libs/nas/nas-1.9.4-r2.ebuild
+++ b/media-libs/nas/nas-1.9.4-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.src.tar.gz"
 
 LICENSE="HPND MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~x86-fbsd"
 IUSE="doc static-libs"
 
 RDEPEND="



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

2018-10-04 Thread Markus Meier
commit: a711c5cab59771afc8339cc152809165162b3d3a
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Oct  5 04:49:07 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Oct  5 04:49:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a711c5ca

app-i18n/unicode-cldr: arm stable, bug #664746

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="arm"

 app-i18n/unicode-cldr/unicode-cldr-33.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-cldr/unicode-cldr-33.0.ebuild 
b/app-i18n/unicode-cldr/unicode-cldr-33.0.ebuild
index 276665ee3e2..58254ad7341 100644
--- a/app-i18n/unicode-cldr/unicode-cldr-33.0.ebuild
+++ b/app-i18n/unicode-cldr/unicode-cldr-33.0.ebuild
@@ -13,7 +13,7 @@ fi
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ~ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: mail-filter/amavisd-new/files/, mail-filter/amavisd-new/

2018-10-04 Thread Thomas Deutschmann
commit: c056ed59671c776f39ce1360a6a1b0fb0f16b900
Author: Ralph Seichter  seichter  de>
AuthorDate: Fri Oct  5 04:23:32 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 04:23:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c056ed59

mail-filter/amavisd-new: DKIM signing bugfix

amavisd-new version 2.11.0 introduced a bug which breaks DKIM signing
for outbound mail. This ebuild adds a patch which fixes the issue.

Closes: https://bugs.gentoo.org/603582
Signed-off-by: Ralph Seichter  seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/10058
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Thomas Deutschmann  gentoo.org>

 .../amavisd-new/amavisd-new-2.11.0-r4.ebuild   | 184 +
 .../amavisd-new/files/amavisd-2.11.0-dkim.patch|  12 ++
 2 files changed, 196 insertions(+)

diff --git a/mail-filter/amavisd-new/amavisd-new-2.11.0-r4.ebuild 
b/mail-filter/amavisd-new/amavisd-new-2.11.0-r4.ebuild
new file mode 100644
index 000..0efc27e6454
--- /dev/null
+++ b/mail-filter/amavisd-new/amavisd-new-2.11.0-r4.ebuild
@@ -0,0 +1,184 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit systemd user
+
+MY_P="${P/_/-}"
+DESCRIPTION="High-performance interface between the MTA and content checkers"
+HOMEPAGE="https://www.ijs.si/software/amavisd/;
+SRC_URI="https://www.ijs.si/software/amavisd/${MY_P}.tar.xz;
+PORTAGE_DOHTML_WARN_ON_SKIPPED_FILES=yes
+
+LICENSE="GPL-2 BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="clamav courier dkim ldap mysql postgres qmail razor snmp spamassassin 
zmq"
+
+DEPEND=">=sys-apps/sed-4
+   >=dev-lang/perl-5.10.0"
+
+RDEPEND="${DEPEND}
+   >=sys-apps/coreutils-5.0-r3
+   app-arch/cpio
+   app-arch/gzip
+   app-arch/bzip2
+   app-arch/arc
+   app-arch/cabextract
+   app-arch/freeze
+   app-arch/lha
+   app-arch/lrzip
+   app-arch/lzop
+   app-arch/ncompress
+   app-arch/p7zip
+   app-arch/pax
+   app-arch/unarj
+   app-arch/unrar
+   app-arch/xz-utils
+   app-arch/zoo
+   net-mail/ripole
+   >=dev-perl/Archive-Zip-1.14
+   >=virtual/perl-IO-Compress-1.35
+   >=virtual/perl-Compress-Raw-Zlib-2.017
+   net-mail/tnef
+   virtual/perl-MIME-Base64
+   >=dev-perl/MIME-tools-5.415
+   >=dev-perl/MailTools-1.58
+   >=dev-perl/Net-Server-0.91
+   virtual/perl-Digest-MD5
+   dev-perl/IO-stringy
+   virtual/perl-IO-Socket-IP
+   >=virtual/perl-Time-HiRes-1.49
+   dev-perl/Unix-Syslog
+   dev-perl/Net-LibIDN
+   sys-apps/file
+   >=sys-libs/db-4.4.20
+   dev-perl/BerkeleyDB
+   dev-perl/Convert-BinHex
+   >=dev-perl/Mail-DKIM-0.31
+   virtual/perl-File-Temp
+   dev-perl/Net-SSLeay
+   dev-perl/IO-Socket-SSL
+   virtual/mta
+   clamav? ( app-antivirus/clamav )
+   ldap? ( >=dev-perl/perl-ldap-0.33 )
+   mysql? ( dev-perl/DBD-mysql )
+   postgres? ( dev-perl/DBD-Pg )
+   razor? ( mail-filter/razor )
+   snmp? ( net-analyzer/net-snmp[perl] )
+   spamassassin? ( mail-filter/spamassassin dev-perl/Image-Info )
+   zmq? ( dev-perl/ZMQ-LibZMQ3 )"
+
+AMAVIS_ROOT="/var/amavis"
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   # amavisd-new version 2.11.0 breaks DKIM signing of outbound mail,
+   # see https://bugs.gentoo.org/603582
+   eapply "${FILESDIR}/amavisd-2.11.0-dkim.patch"
+
+   if use courier ; then
+   eapply -p0 amavisd-new-courier.patch
+   fi
+
+   if use qmail ; then
+   eapply -p0 amavisd-new-qmqpqq.patch
+   fi
+
+   sed -i  \
+   -e '/daemon/s/vscan/amavis/' \
+   -e "s:'/var/virusmails':\"\$MYHOME/quarantine\":" \
+   "${S}/amavisd.conf" "${S}/amavis-mc"  || die "missing conf file"
+
+   if ! use dkim ; then
+   sed -i -e '/enable_dkim/s/1/0/' "${S}/amavisd.conf" \
+   || die "missing conf file - dkim"
+   fi
+
+   if use zmq ; then
+   sed -i -e '/enable_zmq/s/# //' "${S}/amavisd.conf" \
+   || die "missing conf file - zmq"
+   fi
+
+   if ! use spamassassin ; then
+   sed -i -e \
+   
"/^#[[:space:]]*@bypass_spam_checks_maps[[:space:]]*=[[:space:]]*(1)/s/^#//" \
+   "${S}/amavisd.conf" || die "missing conf file - 
sa"
+   fi
+   eapply_user
+}
+
+src_install() {
+   dosbin amavisd amavisd-agent amavisd-nanny amavisd-release \
+   amavisd-signer amavisd-status
+   dobin p0f-analyzer.pl amavisd-submit
+
+   if use snmp ; then
+   dosbin amavisd-snmp-subagent
+   use zmq && dosbin amavisd-snmp-subagent-zmq
+   dodoc AMAVIS-MIB.txt
+   newinitd "${FILESDIR}"/amavisd-snmp.initd 

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

2018-10-04 Thread Thomas Deutschmann
commit: 74578f0ade346915d1586d0a3dbe2a8aa5a383c6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct  5 04:15:36 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 04:15:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74578f0a

dev-libs/libsodium: fix AES-NI support

Closes: https://bugs.gentoo.org/637070
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --force
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-libs/libsodium/Manifest|  1 -
 .../files/libsodium-1.0.10-cpuflags.patch  |  2 +-
 ...um-1.0.11.ebuild => libsodium-1.0.11-r1.ebuild} |  2 +-
 dev-libs/libsodium/libsodium-1.0.13.ebuild | 43 --
 ...um-1.0.14.ebuild => libsodium-1.0.14-r1.ebuild} |  2 +-
 ...um-1.0.15.ebuild => libsodium-1.0.15-r1.ebuild} |  2 +-
 ...1.0.16-r1.ebuild => libsodium-1.0.16-r2.ebuild} |  2 +-
 dev-libs/libsodium/libsodium-1.0.16.ebuild | 43 --
 8 files changed, 5 insertions(+), 92 deletions(-)

diff --git a/dev-libs/libsodium/Manifest b/dev-libs/libsodium/Manifest
index 6afe1b80fb4..fb94526e0e5 100644
--- a/dev-libs/libsodium/Manifest
+++ b/dev-libs/libsodium/Manifest
@@ -1,5 +1,4 @@
 DIST libsodium-1.0.11.tar.gz 1846782 BLAKE2B 
aadab6c89d11740dca72d7686d06cfeca6c504fca9e78108778817da4071d9e7bb6115df42e9509cd872ae7a5489ef15c099cabaf564f28e90b7f74a63bae140
 SHA512 
4b1293c4d0e52264beecdd05833857bc4d77d1c2a97eea0138fe04df383b9a2dfcad4a79ccd9aed8f6c0047ba67c49292b0d2ccf987ab0b5046b46b1586ccbd7
-DIST libsodium-1.0.13.tar.gz 1895139 BLAKE2B 
cc59f58f0bcd3c7d69a32a401063f8514289a3bf655ccea303f37ec9c08ad16c8780981999f99efe8257180ef45d86af8f512271eb4e1232eefe6e5baaf300b2
 SHA512 
c619b12fdf0b2e59174b6e383a62d5499ebcd720fdbb2c1a41a98a46c285df075202423454b294fefee185432441e943805397d7656f7cd7837de425da623929
 DIST libsodium-1.0.14.tar.gz 1876526 BLAKE2B 
37e9b785cc397f58ab07e38eef9e6f3ed8a2dbfbfd1c865b64d8d9b9440db3f8aa32671065cebf4f73d449889e7abfacf63910add08f0e27582cd6fb32bfbacd
 SHA512 
46663b05aab13ec4003ecc32c89bdaedf60824703be522661eeaa3db8013140bda434c19a759dc38bcbce757e9673a03e701c0eac1526a31a4b7a15608ae8696
 DIST libsodium-1.0.15.tar.gz 1866057 BLAKE2B 
220e327f7803c6cf0b1260b313a225d7cc7a965b36920c744379c5939643e588687032478e3d7a79b4614c5fa57b0dd2afd216b2e23ca69ad16ea67764a840ca
 SHA512 
299a208f8342793d13498e95b23f1749f5b5b13ec276db3ec401130615e837ef475b6a1283b6e87a5f8227d23e70e38ca721073dadd5dc88fe4aff342aa64adc
 DIST libsodium-1.0.16.tar.gz 1910835 BLAKE2B 
d0d83730cfdb64a928c4597a3bcf4ae179d74bb9f850364bf0670547a12842009c0ca32d36d06053906fb649497406b1d7988e167772d5f1138d23798d8775f7
 SHA512 
eab917d599c9c1fe971a6ecf915b9a6476ccec2d46cf23cbfbf06dd3833089b422f192de4d55f17b93362f1251ba8d5ddeb95ced1a422a3a2631b4b82553907f

diff --git a/dev-libs/libsodium/files/libsodium-1.0.10-cpuflags.patch 
b/dev-libs/libsodium/files/libsodium-1.0.10-cpuflags.patch
index 09e5c01618c..544c283d850 100644
--- a/dev-libs/libsodium/files/libsodium-1.0.10-cpuflags.patch
+++ b/dev-libs/libsodium/files/libsodium-1.0.10-cpuflags.patch
@@ -24,7 +24,7 @@
CFLAGS="$oldcflags"
  
 +AC_ARG_ENABLE(aesni, [AS_HELP_STRING(--disable-aesni,Do not use aesni code)],
-+  AS_IF([test "x$enableval" = "xyes"], check_aeni="yes", check_aesni="no"),
++  AS_IF([test "x$enableval" = "xyes"], check_aesni="yes", check_aesni="no"),
 +  check_aesni="yes")
 +AS_IF([test "$check_aesni" = "yes"],[
oldcflags="$CFLAGS"

diff --git a/dev-libs/libsodium/libsodium-1.0.11.ebuild 
b/dev-libs/libsodium/libsodium-1.0.11-r1.ebuild
similarity index 96%
rename from dev-libs/libsodium/libsodium-1.0.11.ebuild
rename to dev-libs/libsodium/libsodium-1.0.11-r1.ebuild
index 0ee03ff8535..fe9bd6598f3 100644
--- a/dev-libs/libsodium/libsodium-1.0.11.ebuild
+++ b/dev-libs/libsodium/libsodium-1.0.11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6

diff --git a/dev-libs/libsodium/libsodium-1.0.13.ebuild 
b/dev-libs/libsodium/libsodium-1.0.13.ebuild
deleted file mode 100644
index 2b80cec2ea2..000
--- a/dev-libs/libsodium/libsodium-1.0.13.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils autotools
-
-DESCRIPTION="A portable fork of NaCl, a higher-level cryptographic library"
-HOMEPAGE="https://github.com/jedisct1/libsodium;
-SRC_URI="http://download.libsodium.org/${PN}/releases/${P}.tar.gz;
-
-LICENSE="ISC"
-SLOT="0/18"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
-IUSE="+asm minimal static-libs +urandom cpu_flags_x86_sse4_1 cpu_flags_x86_aes"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.0.10-cpuflags.patch )
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   

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

2018-10-04 Thread Thomas Deutschmann
commit: 625ce8c07597e8f64106da95e4a92612603db664
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct  5 03:54:52 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 03:54:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=625ce8c0

dev-libs/xxhash: x86 stable (bug #667542)

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-libs/xxhash/xxhash-0.6.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/xxhash/xxhash-0.6.5.ebuild 
b/dev-libs/xxhash/xxhash-0.6.5.ebuild
index fac71089f07..856c8a80182 100644
--- a/dev-libs/xxhash/xxhash-0.6.5.ebuild
+++ b/dev-libs/xxhash/xxhash-0.6.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/Cyan4973/xxHash/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x64-macos"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x64-macos"
 IUSE="static-libs"
 
 S="${WORKDIR}/xxHash-${PV}"



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

2018-10-04 Thread Thomas Deutschmann
commit: 3b19f8041aebee7087b579030ca71a4c51918a0d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct  5 03:53:31 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 03:53:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b19f804

app-admin/rsyslog: x86 stable (bug #667542)

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-admin/rsyslog/rsyslog-8.38.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/rsyslog/rsyslog-8.38.0.ebuild 
b/app-admin/rsyslog/rsyslog-8.38.0.ebuild
index c8801a0aef2..4cf4e54cd68 100644
--- a/app-admin/rsyslog/rsyslog-8.38.0.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.38.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]]; then
 
inherit git-r3
 else
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa x86"
 
SRC_URI="
https://www.rsyslog.com/files/download/${PN}/${P}.tar.gz



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

2018-10-04 Thread Thomas Deutschmann
commit: aeef9336f57f2c83f4d09256a92bad22d844bb6b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct  5 03:54:30 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 03:54:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeef9336

dev-libs/librdkafka: x86 stable (bug #667542)

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-libs/librdkafka/librdkafka-0.11.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/librdkafka/librdkafka-0.11.5.ebuild 
b/dev-libs/librdkafka/librdkafka-0.11.5.ebuild
index 5e13b2f3eb9..5b54f2459d8 100644
--- a/dev-libs/librdkafka/librdkafka-0.11.5.ebuild
+++ b/dev-libs/librdkafka/librdkafka-0.11.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -14,7 +14,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/edenhill/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc x86"
 fi
 
 LICENSE="BSD-2"



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

2018-10-04 Thread Thomas Deutschmann
commit: 6495965c1753dafd6f02fe4e5003cb06eb0aaa42
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct  5 03:53:59 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 03:53:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6495965c

dev-libs/librelp: x86 stable (bug #667542)

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-libs/librelp/librelp-1.2.18.ebuild 
b/dev-libs/librelp/librelp-1.2.18.ebuild
index b57bbb9097e..01f552f00d0 100644
--- a/dev-libs/librelp/librelp-1.2.18.ebuild
+++ b/dev-libs/librelp/librelp-1.2.18.ebuild
@@ -14,7 +14,7 @@ LICENSE="GPL-3+ doc? ( FDL-1.3 )"
 # subslot = soname version
 SLOT="0/0.4.0"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc x86"
 IUSE="debug doc +ssl +gnutls libressl openssl static-libs"
 REQUIRED_USE="ssl? ( ^^ ( gnutls openssl ) )
gnutls? ( ssl )



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

2018-10-04 Thread Thomas Deutschmann
commit: cc112562fdd4aa5eb56aee30baafc905884e1424
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct  5 03:56:07 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 03:56:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc112562

media-video/xine-ui: x86 stable (bug #667666)

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-video/xine-ui/xine-ui-0.99.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/xine-ui/xine-ui-0.99.10.ebuild 
b/media-video/xine-ui/xine-ui-0.99.10.ebuild
index ad38f935ace..ae016e03898 100644
--- a/media-video/xine-ui/xine-ui-0.99.10.ebuild
+++ b/media-video/xine-ui/xine-ui-0.99.10.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 x86 ~x86-fbsd"
 IUSE="aalib curl debug libcaca lirc nls readline vdr X xinerama"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-doc/gnucash-docs/

2018-10-04 Thread Thomas Deutschmann
commit: 343a4b9df8add1942c929a82a7609ab9ff40b4ad
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct  5 03:45:41 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 03:45:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=343a4b9d

app-doc/gnucash-docs: x86 stable (bug #667544)

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-doc/gnucash-docs/gnucash-docs-3.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-doc/gnucash-docs/gnucash-docs-3.2-r1.ebuild 
b/app-doc/gnucash-docs/gnucash-docs-3.2-r1.ebuild
index 18640658521..348bf7627eb 100644
--- a/app-doc/gnucash-docs/gnucash-docs-3.2-r1.ebuild
+++ b/app-doc/gnucash-docs/gnucash-docs-3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/Gnucash/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="GPL-2 FDL-1.1"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
 
 for my_locale in ${PLOCALES}; do
IUSE+=" l10n_${my_locale}"



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

2018-10-04 Thread Thomas Deutschmann
commit: 0d40e30750c82e9214b5b3e771b7a345e2c21003
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct  5 03:48:19 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 03:48:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d40e307

media-libs/libsndfile: x86 stable (bug #618016)

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-libs/libsndfile/libsndfile-1.0.28-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libsndfile/libsndfile-1.0.28-r4.ebuild 
b/media-libs/libsndfile/libsndfile-1.0.28-r4.ebuild
index e3eecd338e5..14f11ab1167 100644
--- a/media-libs/libsndfile/libsndfile-1.0.28-r4.ebuild
+++ b/media-libs/libsndfile/libsndfile-1.0.28-r4.ebuild
@@ -19,7 +19,7 @@ fi
 
 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 ~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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="alsa minimal sqlite static-libs test"
 
 RDEPEND="



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

2018-10-04 Thread Thomas Deutschmann
commit: 5d75e0db8473587d9fc695434ae5ebf250ae702e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct  5 03:45:13 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 03:45:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d75e0db

dev-vcs/git: x86 stable (bug #667518)

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-vcs/git/git-2.18.0.ebuild b/dev-vcs/git/git-2.18.0.ebuild
index 2fb43a8405a..fcf2e0f6dcc 100644
--- a/dev-vcs/git/git-2.18.0.ebuild
+++ b/dev-vcs/git/git-2.18.0.ebuild
@@ -45,7 +45,7 @@ if [[ ${PV} != * ]]; then

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



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

2018-10-04 Thread Thomas Deutschmann
commit: 87ed36946907be2dfaeb2a3f47b44055b64b3d0c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct  5 03:49:00 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 03:49:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ed3694

media-libs/libtheora: x86 stable (bug #620800)

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-libs/libtheora/libtheora-1.1.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libtheora/libtheora-1.1.1-r2.ebuild 
b/media-libs/libtheora/libtheora-1.1.1-r2.ebuild
index e2445063b8b..e1c2a2c0df9 100644
--- a/media-libs/libtheora/libtheora-1.1.1-r2.ebuild
+++ b/media-libs/libtheora/libtheora-1.1.1-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://downloads.xiph.org/releases/theora/${P/_}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="doc +encode examples static-libs"
 
 REQUIRED_USE="examples? ( encode )" #285895



[gentoo-commits] repo/gentoo:master commit in: kde-misc/krusader/

2018-10-04 Thread Thomas Deutschmann
commit: ed3e37ed2bb1b0ee9d146008cdc424833e2d0f61
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct  5 03:47:01 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 03:47:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed3e37ed

kde-misc/krusader: x86 stable (bug #667708)

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

 kde-misc/krusader/krusader-2.7.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-misc/krusader/krusader-2.7.1.ebuild 
b/kde-misc/krusader/krusader-2.7.1.ebuild
index 703e2404189..d0a80cf3007 100644
--- a/kde-misc/krusader/krusader-2.7.1.ebuild
+++ b/kde-misc/krusader/krusader-2.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ inherit kde5
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 x86"
 fi
 
 DESCRIPTION="Advanced twin-panel (commander-style) file-manager with many 
extras"



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

2018-10-04 Thread Thomas Deutschmann
commit: 8d51b55163327d3f181569638e64d162b9652bef
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct  5 03:55:33 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 03:55:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d51b551

dev-util/strace: x86 stable (bug #667702)

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-util/strace/strace-4.23-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/strace/strace-4.23-r1.ebuild 
b/dev-util/strace/strace-4.23-r1.ebuild
index 349b2d611de..65db82c2b4e 100644
--- a/dev-util/strace/strace-4.23-r1.ebuild
+++ b/dev-util/strace/strace-4.23-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"



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

2018-10-04 Thread Thomas Deutschmann
commit: 70d9f912ce46f1c2159c553db238d2dffea394ad
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct  5 03:51:53 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 03:51:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d9f912

media-gfx/libimagequant: x86 stable (bug #667500)

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-gfx/libimagequant/libimagequant-2.11.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/libimagequant/libimagequant-2.11.7.ebuild 
b/media-gfx/libimagequant/libimagequant-2.11.7.ebuild
index 384149b958a..e0088b888ea 100644
--- a/media-gfx/libimagequant/libimagequant-2.11.7.ebuild
+++ b/media-gfx/libimagequant/libimagequant-2.11.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ImageOptim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0/0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="cpu_flags_x86_sse2 debug openmp static-libs"
 
 DEPEND=""



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

2018-10-04 Thread Thomas Deutschmann
commit: b14be1c7054a1bf8fd87c02db07447b7b633a8b4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct  5 03:51:25 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 03:51:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14be1c7

dev-python/olefile: x86 stable (bug #667500)

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-python/olefile/olefile-0.44.ebuild 
b/dev-python/olefile/olefile-0.44.ebuild
index e3a01470d4e..7d8ce108ca3 100644
--- a/dev-python/olefile/olefile-0.44.ebuild
+++ b/dev-python/olefile/olefile-0.44.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/decalage2/${PN}/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 RDEPEND=""



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

2018-10-04 Thread Thomas Deutschmann
commit: 8731896c85886d050c4c22686ca82202c3694d42
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct  5 03:50:48 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 03:50:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8731896c

dev-python/pillow: x86 stable (bug #667500)

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-python/pillow/pillow-5.2.0.ebuild 
b/dev-python/pillow/pillow-5.2.0.ebuild
index 17025b4d4c7..2fe691b736f 100644
--- a/dev-python/pillow/pillow-5.2.0.ebuild
+++ b/dev-python/pillow/pillow-5.2.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples imagequant jpeg jpeg2k lcms test tiff tk truetype webp zlib"
 
 REQUIRED_USE="test? ( jpeg tiff )"



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

2018-10-04 Thread Thomas Deutschmann
commit: 5ccf94d26a6f68973e17edee0e33871454a7cd80
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct  5 03:43:27 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 03:43:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ccf94d2

dev-python/django: x86 stable (bug #667456)

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-python/django/django-2.1.2.ebuild 
b/dev-python/django/django-2.1.2.ebuild
index 895a86b5a9a..576b624d32e 100644
--- a/dev-python/django/django-2.1.2.ebuild
+++ b/dev-python/django/django-2.1.2.ebuild
@@ -21,7 +21,7 @@ LICENSE+=" Apache-2.0"
 # admin icons, jquery, xregexp.js
 LICENSE+=" MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc sqlite test"
 
 RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]"



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

2018-10-04 Thread Thomas Deutschmann
commit: 5d47c98cf447e51e88f216c1a80f56c742b48a1e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct  5 03:49:44 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 03:49:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d47c98c

sys-libs/pam: x86 stable (bug #667522)

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-libs/pam/pam-1.3.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/pam/pam-1.3.0-r2.ebuild b/sys-libs/pam/pam-1.3.0-r2.ebuild
index 04622290354..79fc9b0c8e0 100644
--- a/sys-libs/pam/pam-1.3.0-r2.ebuild
+++ b/sys-libs/pam/pam-1.3.0-r2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://www.linux-pam.org/library/${MY_P}.tar.bz2
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="audit berkdb +cracklib debug nis nls +pie selinux test vim-syntax"
 
 RDEPEND="



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

2018-10-04 Thread Thomas Deutschmann
commit: d52e645ff0915f074f953f1fcf5d5ace9776ab60
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct  5 03:47:36 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 03:47:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d52e645f

media-libs/libmad: x86 stable (bug #618022)

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-libs/libmad/libmad-0.15.1b-r9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libmad/libmad-0.15.1b-r9.ebuild 
b/media-libs/libmad/libmad-0.15.1b-r9.ebuild
index 23edb297e89..bef115eda93 100644
--- a/media-libs/libmad/libmad-0.15.1b-r9.ebuild
+++ b/media-libs/libmad/libmad-0.15.1b-r9.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/mad/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="debug static-libs"
 
 DEPEND=""



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

2018-10-04 Thread Thomas Deutschmann
commit: 387ad2517d9db5f51b2cd678ad3a81e82130872b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct  5 03:44:01 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 03:44:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=387ad251

app-shells/gentoo-zsh-completions: x86 stable (bug #666876)

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

 .../gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild 
b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild
index 5fabb7d1d4b..a3e3f06fed3 100644
--- a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild
+++ b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/gentoo/gentoo-zsh-completions.git;
 else
SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc64-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc64-solaris"
 fi
 
 DESCRIPTION="Gentoo specific zsh completion support (includes emerge and 
ebuild commands)"



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

2018-10-04 Thread Thomas Deutschmann
commit: 95dffd5745040c5e75e7ccde52ff5f530cbc9d9b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct  5 03:42:35 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 03:42:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95dffd57

media-sound/cantata: x86 stable (bug #667418)

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-sound/cantata/cantata-2.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/cantata/cantata-2.3.2.ebuild 
b/media-sound/cantata/cantata-2.3.2.ebuild
index 79a23ad4e10..78ed9592e59 100644
--- a/media-sound/cantata/cantata-2.3.2.ebuild
+++ b/media-sound/cantata/cantata-2.3.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/CDrummond/cantata/releases/download/v${PV}/${P}.tar.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="cdda cddb cdio http-server libav mtp musicbrainz replaygain streaming 
taglib udisks zeroconf"
 REQUIRED_USE="
?? ( cdda cdio )



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

2018-10-04 Thread Thomas Deutschmann
commit: ac212308c312b723dac07bfb057dffc22e49af21
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct  5 03:46:24 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 03:46:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac212308

app-office/gnucash: x86 stable (bug #667544)

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-office/gnucash/gnucash-3.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/gnucash/gnucash-3.2-r2.ebuild 
b/app-office/gnucash/gnucash-3.2-r2.ebuild
index 52fda92ce40..ae0b353b03d 100644
--- a/app-office/gnucash/gnucash-3.2-r2.ebuild
+++ b/app-office/gnucash/gnucash-3.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/Gnucash/${PN}/releases/download/${PV}/${P}.tar.bz2
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
 
 IUSE="aqbanking chipcard debug doc examples gnome-keyring mysql nls ofx 
postgres
  python quotes -register2 sqlite +gui"



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

2018-10-04 Thread Thomas Deutschmann
commit: 9699320cf11778ff604a20257bc2a7594da861ca
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct  5 03:52:36 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 03:52:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9699320c

media-libs/raptor: x86 stable (bug #621186)

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-libs/raptor/raptor-2.0.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/raptor/raptor-2.0.15-r1.ebuild 
b/media-libs/raptor/raptor-2.0.15-r1.ebuild
index a30698f1b3b..f62a8f2960e 100644
--- a/media-libs/raptor/raptor-2.0.15-r1.ebuild
+++ b/media-libs/raptor/raptor-2.0.15-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://download.librdf.org/source/${MY_P}.tar.gz;
 
 LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~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 ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+curl debug json static-libs unicode"
 
 DEPEND="



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

2018-10-04 Thread Thomas Deutschmann
commit: f799021a754ff288692289150424ea3ad30d5514
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct  5 03:20:21 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 03:20:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f799021a

net-dns/dnssec-root: restore keywords

...which were accidentially removed in commit 
75fcd1e0092ab0132cb453dcfbcb509a37b6bfbd.

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-dns/dnssec-root/dnssec-root-20150403.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/dnssec-root/dnssec-root-20150403.ebuild 
b/net-dns/dnssec-root/dnssec-root-20150403.ebuild
index 7ecb2da667e..fd08ba9793e 100644
--- a/net-dns/dnssec-root/dnssec-root-20150403.ebuild
+++ b/net-dns/dnssec-root/dnssec-root-20150403.ebuild
@@ -23,7 +23,7 @@ SRC_URI="http://data.iana.org/root-anchors/root-anchors.xml 
-> root-anchors-${DA
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~x64-macos"
 IUSE="test"
 
 RDEPEND=""



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

2018-10-04 Thread Thomas Deutschmann
commit: 75fcd1e0092ab0132cb453dcfbcb509a37b6bfbd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct  5 02:51:06 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 02:52:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75fcd1e0

net-dns/dnssec-root: bump, add trust anchors from 2017-02-03

- Ebuild rewritten
- EAPI bumped to EAPI=7

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-dns/dnssec-root/Manifest|  3 +
 net-dns/dnssec-root/dnssec-root-20150403.ebuild |  4 +-
 net-dns/dnssec-root/dnssec-root-20170203.ebuild | 79 +
 3 files changed, 84 insertions(+), 2 deletions(-)

diff --git a/net-dns/dnssec-root/Manifest b/net-dns/dnssec-root/Manifest
index 414d55341d7..04cdb296d91 100644
--- a/net-dns/dnssec-root/Manifest
+++ b/net-dns/dnssec-root/Manifest
@@ -2,6 +2,9 @@ DIST Kjqmt7v-20100715.csr 765 BLAKE2B 
7bb224d49a340d583c3bcfce7b8f9b1c12cb955998
 DIST Kjqmt7v-20150504.crt 974 BLAKE2B 
24a4edd7638e14dd0983ea160f20613980342b78d8de0c9e7891e0b06c94c84e31ec2391cc40b745d1415310d6be0d11f415701feca288e253446101aeac886a
 SHA512 
98adfc6a5d37c632eda9f642449ecd6c1bf1d49ebed2750cfe3bd99629b4935f51ecc4aafbd6ea69595b2f2cb15887bd9a1647aa255a564263f5c7b648c7adf1
 DIST icann-20110715.pgp 3401 BLAKE2B 
0f1eabed0ab0d5ec78c5387c7f2b3a13a1da12643d6b60e39766d18ac603ef673e204bd7df5d600fa53cdbf51fcff5dfe6b690cddc3559cae95405ca96e7b391
 SHA512 
5fba8334850f2ae753f4f8a30d1e6c62abc341ece2dc83df4bc0f6db2b91ae68942c0d2a38eab3d33b5b91640cd1cf0970777225c15d5f961884c00077d539a2
 DIST icannbundle-20150504.pem 17435 BLAKE2B 
3e532398142ebf62dc52174c4c705ebdd6a634a67e7ce6c1e0a38d41fdab548afd1b0b75f58481d69578fd0fd97b236c62fdbe65efc3ced132115826eff695d4
 SHA512 
f9b9e43ad71608921d1e79f25cd98ca8c712256d4e31b04035a9aac7b46f3ec951089ca23e84500c5901d53afb66991a30818b4cd6f6de6885a107f486f56994
+DIST icannbundle-20170203.pem 13026 BLAKE2B 
36f760c69e8e22036d7d927071be25508b6906838f0f468900385d5a3b9ce301c5688f9bdcab471abc5445a14bfbbe34ecb39ca131b01d9e6bbebcc3f1481241
 SHA512 
6a8b8bec6d104d31253a8acafc1694a095714537a39a4dc53a379ac900c83715f85d75ea7322de430557691ff31ec95ae5104f47b050da3568dd68377c2d5767
 DIST root-anchors-20100715.asc 189 BLAKE2B 
b709f2f67cd3e197fcaf0ac2556434ff0b4fd86114084e3281f27b70ecb4770b81f22d22f46c6173f0eef384ce5440685af8e77b75c576ce55e8dbdc79d86c49
 SHA512 
e9c86b897d7e8edb979cba4bebe353b7c7f21b4061cd6f571c8671b02e73c2ea0b78a980169fa7d40987b9e962a0f1ba17dbb392b5ec6ad14fedce65a139c913
 DIST root-anchors-20100715.xml 418 BLAKE2B 
71e809ed74c25283ea1db36707be57965d5b2dd28e6bf055851866746455bbc672e87b310b38b069936545a6ce99dbf67b1d542d78ef3ef84b76b31bd129ea8d
 SHA512 
bca506c852bc83aa9d04ed0b52bef6d0baec745e466292273d52f49fd73cec73db4c6d55a9921fe086c7edc618f3ab21dc03146b6d617644495b3926e262e572
 DIST root-anchors-20150504.p7s 5001 BLAKE2B 
088dc39160013dbc63a82fcb7666c7c73707958dddbaf730ea212a038301549ce19109ec2b11962a0855f864bc8675142b21aa65884be9eecdf5b9b9898e4f36
 SHA512 
af188871f2ef7f9efb0d3f4822754e962fb921d62de925823f90a0c7dbe80b7a0188534adbdb324680ae981912968fcfa851eb72fb37694df8701fd749e7ff51
+DIST root-anchors-20170203.p7s 4095 BLAKE2B 
21c3d482cd2faa7dd85b45385b4dd4a00c8f0f5e8060a9f99df4e309e6d11bd77ae2dcc68d51eefed685dc48e9bba578ef885a6058ee3862072cdc156d254c1f
 SHA512 
caecf5fbe3b0db140ed506fc7a3711e89e1fc2dacbdc7aefb36766f07af4c97c42466000e51bc2e9cd46a3764ccd482b93da448861aaed90a0f5cf13103b4792
+DIST root-anchors-20170203.xml 651 BLAKE2B 
0f2321e27cfbf88fecee0840db3b3265c6f062753b8a15d972dca12c19fdfea616470fe200b7ec4cb069553f532b6464a2784d56636d9096956eabc496eb4a6e
 SHA512 
a0799cf2d5bec0d527d511e016a075ffd0af450eda010a4c780f7e12b2218ec577576137703cf1413352d3aac3cfda945a8a830dbb3618557f5e629049d763f4

diff --git a/net-dns/dnssec-root/dnssec-root-20150403.ebuild 
b/net-dns/dnssec-root/dnssec-root-20150403.ebuild
index 658f6733f18..7ecb2da667e 100644
--- a/net-dns/dnssec-root/dnssec-root-20150403.ebuild
+++ b/net-dns/dnssec-root/dnssec-root-20150403.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -23,7 +23,7 @@ SRC_URI="http://data.iana.org/root-anchors/root-anchors.xml 
-> root-anchors-${DA
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-macos"
 IUSE="test"
 
 RDEPEND=""

diff --git a/net-dns/dnssec-root/dnssec-root-20170203.ebuild 
b/net-dns/dnssec-root/dnssec-root-20170203.ebuild
new file mode 100644
index 000..b91a0948970
--- /dev/null
+++ b/net-dns/dnssec-root/dnssec-root-20170203.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+

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

2018-10-04 Thread Davide Pesavento
commit: 2fae3c1a66e8b36c3c3b9681908c9285a99d0d61
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri Oct  5 00:14:58 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Oct  5 01:22:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fae3c1a

dev-python/sip: add 4.19.13

Signed-off-by: Davide Pesavento  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 dev-python/sip/Manifest   |   1 +
 dev-python/sip/sip-4.19.13.ebuild | 112 ++
 2 files changed, 113 insertions(+)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 0aec7b00e72..90e17b7bc0f 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1,2 +1,3 @@
 DIST sip-4.19.12.tar.gz 1036410 BLAKE2B 
11f7df2ddafe0ceb1edd75d3cc5128c32d7aa2e9a77ad4555d69bcafc87f8141384928cdf2481c324998b2e224920b50c0f397d67314370ce30cca6d7a02a15a
 SHA512 
9b9680172357aaf4a1ebc3bf1f4d2badaaa8643e50665fed6e17d27283a499ceac56c4f1db190de4d9516c8f0f794159485cc6f8fd68daafcbe1ccac85161972
+DIST sip-4.19.13.tar.gz 1038815 BLAKE2B 
0b6f2941140a535cfdfb51db71cf9a55e5f65be85961e304496fded7781da42b0ab7d01045b8802468a3ce3b57e7f571851fc7713fd47a03c8344017982d6632
 SHA512 
eb456e1f7efa463f859047acc5301e19279e1627629d0bad3ac7a0a52b77575126bc3f2c64bb4278ae11d415c13d2731dfc8c816bba71307173d393a414aae98
 DIST sip-4.19.8.tar.gz 1024548 BLAKE2B 
e43dfe542061db9f1d5981d0cc172d9c8420c4e66c282c52974ab28314c33bd28e6056b61f74b04680c1735c9bd2c4656e1a541f4bae94c858d18713f6222914
 SHA512 
9c0a9722a9a9dd23e2eabe751d622cdd31b376b7987b2c991f5ef4a8d11853c5c6e9f1c24a0d2d864d3990e2a45c2a159ca8511efd4a7e156a14937ef3c680f7

diff --git a/dev-python/sip/sip-4.19.13.ebuild 
b/dev-python/sip/sip-4.19.13.ebuild
new file mode 100644
index 000..728a604c424
--- /dev/null
+++ b/dev-python/sip/sip-4.19.13.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+
+inherit python-r1 toolchain-funcs
+
+DESCRIPTION="Python extension module generator for C and C++ libraries"
+HOMEPAGE="https://www.riverbankcomputing.com/software/sip/intro;
+
+if [[ ${PV} == * ]]; then
+   inherit mercurial
+   EHG_REPO_URI="https://www.riverbankcomputing.com/hg/sip;
+elif [[ ${PV} == *_pre* ]]; then
+   MY_P=${P/_pre/.dev}
+   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
+   S=${WORKDIR}/${MY_P}
+else
+   SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz"
+fi
+
+# Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h
+SLOT="0/12"
+LICENSE="|| ( GPL-2 GPL-3 SIP )"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="debug doc"
+
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
+if [[ ${PV} == * ]]; then
+   DEPEND+="
+   sys-devel/bison
+   sys-devel/flex
+   doc? ( dev-python/sphinx[$(python_gen_usedep 'python2*')] )"
+fi
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+if [[ ${PV} == * ]]; then
+   REQUIRED_USE+=" || ( $(python_gen_useflags 'python2*') )"
+fi
+
+PATCHES=( "${FILESDIR}"/${PN}-4.18-darwin.patch )
+
+src_prepare() {
+   if [[ ${PV} == * ]]; then
+   python_setup 'python2*'
+   "${PYTHON}" build.py prepare || die
+   if use doc; then
+   "${PYTHON}" build.py doc || die
+   fi
+   fi
+
+   # Sub-slot sanity check
+   local sub_slot=${SLOT#*/}
+   local sip_api_major_nr=$(sed -nre 's:^#define 
SIP_API_MAJOR_NR\s+([0-9]+):\1:p' siplib/sip.h || die)
+   if [[ ${sub_slot} != ${sip_api_major_nr} ]]; then
+   eerror
+   eerror "Ebuild sub-slot (${sub_slot}) does not match 
SIP_API_MAJOR_NR (${sip_api_major_nr})"
+   eerror "Please update SLOT variable as follows:"
+   eerror "SLOT=\"${SLOT%%/*}/${sip_api_major_nr}\""
+   eerror
+   die "sub-slot sanity check failed"
+   fi
+
+   default
+}
+
+src_configure() {
+   configuration() {
+   local myconf=(
+   "${PYTHON}"
+   "${S}"/configure.py
+   --bindir="${EPREFIX}/usr/bin"
+   --destdir="$(python_get_sitedir)"
+   --incdir="$(python_get_includedir)"
+   $(usex debug --debug '')
+   AR="$(tc-getAR) cqs"
+   CC="$(tc-getCC)"
+   CFLAGS="${CFLAGS}"
+   CFLAGS_RELEASE=
+   CXX="$(tc-getCXX)"
+   CXXFLAGS="${CXXFLAGS}"
+   CXXFLAGS_RELEASE=
+   LINK="$(tc-getCXX)"
+   LINK_SHLIB="$(tc-getCXX)"
+   LFLAGS="${LDFLAGS}"
+ 

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

2018-10-04 Thread Anthony G. Basile
commit: 253ecb5f886cd4b043fb7685622b5616fd7ac907
Author: M. J. Everitt  iee  org>
AuthorDate: Mon Sep  3 15:37:18 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Oct  5 00:28:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=253ecb5f

profiles/profiles.desc: Add 17.0 arm musl profiles

Signed-off-by: Anthony G. Basile  gentoo.org>

 profiles/profiles.desc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index 19c7f9d142f..2a3980d80fc 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -302,8 +302,8 @@ amd64   hardened/linux/amd64/selinux
stable
 amd64  hardened/linux/amd64/no-multilibstable
 amd64  hardened/linux/amd64/no-multilib/selinuxstable
 amd64  hardened/linux/amd64/x32dev
-armhardened/linux/arm/armv7a   dev
 armhardened/linux/arm/armv6j   dev
+armhardened/linux/arm/armv7a   dev
 ia64   hardened/linux/ia64 dev
 mips   hardened/linux/mips/mipsel/multilib/n32 exp
 mips   hardened/linux/mips/mipsel/multilib/n64 exp



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/arm/17.0/uclibc/armv7a/hardened/, ...

2018-10-04 Thread Anthony G. Basile
commit: 19b6846e1b761a2b052d2507f1a86fc3c76ee8a9
Author: M. J. Everitt  iee  org>
AuthorDate: Tue Sep 18 23:05:36 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Oct  5 00:29:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b6846e

profiles: Add new 17.0 uclibc profiles & features structure

Roughly mimicking commit deb72d3a8b4e6f37c9191a229bbe19/

Signed-off-by: Anthony G. Basile  gentoo.org>

 profiles/default/linux/arm/17.0/uclibc/armv6j/eapi   |  1 +
 .../linux/arm/17.0/uclibc/armv6j/hardened/eapi   |  1 +
 .../linux/arm/17.0/uclibc/armv6j/hardened/parent |  2 ++
 .../linux/arm/17.0/uclibc/armv6j/make.defaults   | 10 ++
 profiles/default/linux/arm/17.0/uclibc/armv6j/parent |  1 +
 profiles/default/linux/arm/17.0/uclibc/armv7a/eapi   |  1 +
 .../linux/arm/17.0/uclibc/armv7a/hardened/eapi   |  1 +
 .../linux/arm/17.0/uclibc/armv7a/hardened/parent |  2 ++
 .../linux/arm/17.0/uclibc/armv7a/make.defaults   | 10 ++
 profiles/default/linux/arm/17.0/uclibc/armv7a/parent |  1 +
 profiles/default/linux/arm/17.0/uclibc/eapi  |  1 +
 profiles/default/linux/arm/17.0/uclibc/parent|  3 +++
 profiles/features/uclibc/eapi|  1 +
 profiles/features/uclibc/make.defaults   | 12 
 profiles/features/uclibc/package.mask| 19 +++
 profiles/features/uclibc/package.use | 11 +++
 profiles/features/uclibc/package.use.mask| 20 
 profiles/features/uclibc/packages|  7 +++
 profiles/features/uclibc/packages.build  |  9 +
 profiles/features/uclibc/use.force   |  6 ++
 profiles/features/uclibc/use.mask| 15 +++
 profiles/profiles.desc   |  4 
 22 files changed, 138 insertions(+)

diff --git a/profiles/default/linux/arm/17.0/uclibc/armv6j/eapi 
b/profiles/default/linux/arm/17.0/uclibc/armv6j/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/arm/17.0/uclibc/armv6j/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/arm/17.0/uclibc/armv6j/hardened/eapi 
b/profiles/default/linux/arm/17.0/uclibc/armv6j/hardened/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/arm/17.0/uclibc/armv6j/hardened/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/arm/17.0/uclibc/armv6j/hardened/parent 
b/profiles/default/linux/arm/17.0/uclibc/armv6j/hardened/parent
new file mode 100644
index 000..3e3d7782bae
--- /dev/null
+++ b/profiles/default/linux/arm/17.0/uclibc/armv6j/hardened/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../../features/hardened

diff --git a/profiles/default/linux/arm/17.0/uclibc/armv6j/make.defaults 
b/profiles/default/linux/arm/17.0/uclibc/armv6j/make.defaults
new file mode 100644
index 000..d5f3c4a8df8
--- /dev/null
+++ b/profiles/default/linux/arm/17.0/uclibc/armv6j/make.defaults
@@ -0,0 +1,10 @@
+# Copyright 1999-2018 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+
+CHOST="armv6j-unknown-linux-uclibceabihf"
+CHOST_arm="${CHOST}"
+
+CFLAGS="-O2 -pipe -march=armv6j -mfpu=vfp -mfloat-abi=hard"
+CXXFLAGS="${CFLAGS}"
+FFLAGS="${CFLAGS}"
+FCFLAGS="${CFLAGS}"

diff --git a/profiles/default/linux/arm/17.0/uclibc/armv6j/parent 
b/profiles/default/linux/arm/17.0/uclibc/armv6j/parent
new file mode 100644
index 000..f3229c5b987
--- /dev/null
+++ b/profiles/default/linux/arm/17.0/uclibc/armv6j/parent
@@ -0,0 +1 @@
+..

diff --git a/profiles/default/linux/arm/17.0/uclibc/armv7a/eapi 
b/profiles/default/linux/arm/17.0/uclibc/armv7a/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/arm/17.0/uclibc/armv7a/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/arm/17.0/uclibc/armv7a/hardened/eapi 
b/profiles/default/linux/arm/17.0/uclibc/armv7a/hardened/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/arm/17.0/uclibc/armv7a/hardened/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/arm/17.0/uclibc/armv7a/hardened/parent 
b/profiles/default/linux/arm/17.0/uclibc/armv7a/hardened/parent
new file mode 100644
index 000..3e3d7782bae
--- /dev/null
+++ b/profiles/default/linux/arm/17.0/uclibc/armv7a/hardened/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../../features/hardened

diff --git a/profiles/default/linux/arm/17.0/uclibc/armv7a/make.defaults 
b/profiles/default/linux/arm/17.0/uclibc/armv7a/make.defaults
new file mode 100644
index 000..ff9bd9e3abd
--- /dev/null
+++ b/profiles/default/linux/arm/17.0/uclibc/armv7a/make.defaults
@@ -0,0 +1,10 @@
+# Copyright 1999-2018 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+

[gentoo-commits] proj/musl:master commit in: media-libs/mesa/files/, media-libs/mesa/

2018-10-04 Thread Anthony G. Basile
commit: dd04544dfaa4439e9e7b9e430a7d1f3012695c12
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Oct  5 00:12:36 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Oct  5 00:12:36 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=dd04544d

media-libs/mesa: add version 18.2.1

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-libs/mesa/Manifest   |   1 +
 .../mesa/files/mesa-18-musl-invocation_name.patch  |  12 +
 media-libs/mesa/mesa-18.2.1.ebuild | 558 +
 3 files changed, 571 insertions(+)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index 267d401..8fedaa2 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -1,2 +1,3 @@
 DIST mesa-18.1.6.tar.xz 11142884 BLAKE2B 
fdd156fe7debf5223285dfa238070a2bd7d8ec684dec168afab78b9d2d38d53c10d939aaa64f34c2910e542dce3869adfca6383fca6a854c6dd03287a044b0e3
 SHA512 
2966210800215f5ced2720691063a8519b51ebeab9fb1e99bde4b1bd7ccc719d6395a1c29f25c88efe62d1592cf14ceafc163aca349490b1f8cee81070d46fcc
 DIST mesa-18.1.9.tar.xz 11146188 BLAKE2B 
753f0fa3780502d56927f9b0e6124b4728cb5aa3600de78585487fb8e178c6987a72b79fb56e6c310757d157f9f85f12b73a6889bd361b51b62fb1dc1c20eecd
 SHA512 
22db2950d25a3d9393e7c622c783bd177c21695569c8a95683bf77e92318e1db85672a134d4bea30c1f49a24e52bc3a2c1a0ac15deafb3a8fcbfb6de6a18adc2
+DIST mesa-18.2.1.tar.xz 11374476 BLAKE2B 
f0f3b766d68550f8c395a1b1d1ffc7a9e532c22ee6b91d698db33a270c152e03ab656d4219301bc2e0e95ba6f0583017c4361add928ad8ab26378a1ec6958f36
 SHA512 
d249bdf79aad36db9a8d291b3a1a100d283893ac741f58f85ae7e5c90ca25c37f80a5fa6fc57945ffeb0b67b788e7ea146543ec790b22f144578fc4c1525b84d

diff --git a/media-libs/mesa/files/mesa-18-musl-invocation_name.patch 
b/media-libs/mesa/files/mesa-18-musl-invocation_name.patch
new file mode 100644
index 000..f591d47
--- /dev/null
+++ b/media-libs/mesa/files/mesa-18-musl-invocation_name.patch
@@ -0,0 +1,12 @@
+diff -Naur 
mesa-18.2.1.orig/src/gallium/winsys/virgl/vtest/virgl_vtest_socket.c 
mesa-18.2.1/src/gallium/winsys/virgl/vtest/virgl_vtest_socket.c
+--- mesa-18.2.1.orig/src/gallium/winsys/virgl/vtest/virgl_vtest_socket.c   
2018-09-21 06:57:00.0 -0400
 mesa-18.2.1/src/gallium/winsys/virgl/vtest/virgl_vtest_socket.c
2018-10-04 20:06:47.074806047 -0400
+@@ -84,7 +84,7 @@
+ret = os_get_process_name(cmdline, 63);
+if (ret == FALSE)
+   strcpy(cmdline, nstr);
+-#if defined(__GLIBC__) || defined(__CYGWIN__)
++#if defined(__linux__) || defined(__CYGWIN__)
+if (!strcmp(cmdline, "shader_runner")) {
+   const char *name;
+   /* hack to get better testname */

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

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

2018-10-04 Thread Sergei Trofimovich
commit: f1e6f1643f65825fbb71126a9aa58050adb9df27
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Oct  4 23:15:59 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Oct  4 23:15:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e6f164

dev-util/ltrace: fix print-instruction-pointer test

print-instruction-pointer occasionally fails when
kernel loads test at address that does not match
last 4 digits of 'objdump' output.

On x86_64 page size is 4096 bytes (0x1000). This gives
only 3 digits of stable address.

The change picks last 3 digits from objdump address.

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 dev-util/ltrace/files/ltrace-0.7.3-print-test-pie.patch | 15 +++
 dev-util/ltrace/ltrace-0.7.3_p4.ebuild  |  3 ++-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/dev-util/ltrace/files/ltrace-0.7.3-print-test-pie.patch 
b/dev-util/ltrace/files/ltrace-0.7.3-print-test-pie.patch
new file mode 100644
index 000..5e46135add3
--- /dev/null
+++ b/dev-util/ltrace/files/ltrace-0.7.3-print-test-pie.patch
@@ -0,0 +1,15 @@
+--- a/testsuite/ltrace.minor/print-instruction-pointer.exp
 b/testsuite/ltrace.minor/print-instruction-pointer.exp
+@@ -32,6 +32,12 @@ catch "exec sh -c {objdump -d $objdir/$subdir/$binfile | 
sed -n '/^\[0-9a-fA-F\]
+ catch "exec sh -c {echo \"$output\" | sed -n '2p'| awk -F' ' '{print 
\$1}'|awk -F: '{print \$1}'}" addr1
+ catch "exec sh -c {echo \"$output\" | sed -n '5p'| awk -F' ' '{print 
\$1}'|awk -F: '{print \$1}'}" addr2
+ 
++# Pick at most last 3 digits:
++# PIE binaries randomize address on page level.
++# Let's assume page size is no bigger than 4096 (3 hex digits)
++set addr1 [string range $addr1 3 end]
++set addr2 [string range $addr2 3 end]
++
+ verbose "addr1 = $addr1"
+ verbose "addr2 = $addr2"
+ # Verify the output by checking numbers of print in main.ltrace.

diff --git a/dev-util/ltrace/ltrace-0.7.3_p4.ebuild 
b/dev-util/ltrace/ltrace-0.7.3_p4.ebuild
index b8d3442e1c1..158e5871be7 100644
--- a/dev-util/ltrace/ltrace-0.7.3_p4.ebuild
+++ b/dev-util/ltrace/ltrace-0.7.3_p4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -33,6 +33,7 @@ src_prepare() {
epatch "${FILESDIR}"/${PN}-0.7.3-test-protos.patch #bug 421649
epatch "${FILESDIR}"/${PN}-0.7.3-alpha-protos.patch
epatch "${FILESDIR}"/${PN}-0.7.3-ia64.patch
+   epatch "${FILESDIR}"/${PN}-0.7.3-print-test-pie.patch
sed -i '/^dist_doc_DATA/d' Makefile.am || die
eautoreconf
 }



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

2018-10-04 Thread Andreas Sturmlechner
commit: 395ed52ebd90efd4d603246a150a242ec10578dd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  4 22:57:04 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  4 22:58:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=395ed52e

media-gfx/digikam: Move virtual/mysql to RDEPEND-only

Closes: https://bugs.gentoo.org/665922
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 media-gfx/digikam/digikam-5.9.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/digikam/digikam-5.9.0.ebuild 
b/media-gfx/digikam/digikam-5.9.0.ebuild
index 5f2a02c25f9..75e3928b82c 100644
--- a/media-gfx/digikam/digikam-5.9.0.ebuild
+++ b/media-gfx/digikam/digikam-5.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -74,7 +74,6 @@ COMMON_DEPEND="
$(add_qt_dep qtnetwork)
)
mediaplayer? ( media-libs/qtav[opengl] )
-   mysql? ( virtual/mysql[server] )
opengl? (
$(add_qt_dep qtopengl)
virtual/opengl
@@ -98,6 +97,7 @@ DEPEND="${COMMON_DEPEND}
 "
 RDEPEND="${COMMON_DEPEND}
media-plugins/kipi-plugins:5
+   mysql? ( virtual/mysql[server] )
panorama? ( media-gfx/hugin )
!media-gfx/digikam:4
 "



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

2018-10-04 Thread Andreas Sturmlechner
commit: 275111700369143b7ce3c26b85407d14ae01ee11
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  4 22:42:38 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  4 22:42:38 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=27511170

media-gfx/digikam: Also switch ENABLE_INTERNALMYSQL on w/ USE mysql

This may or may not make sense as a separate USE flag.

Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 media-gfx/digikam/digikam-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-gfx/digikam/digikam-.ebuild 
b/media-gfx/digikam/digikam-.ebuild
index 5e60813c58..04baabcaf5 100644
--- a/media-gfx/digikam/digikam-.ebuild
+++ b/media-gfx/digikam/digikam-.ebuild
@@ -146,6 +146,7 @@ src_configure() {
-DENABLE_AKONADICONTACTSUPPORT=$(usex addressbook)
-DENABLE_MEDIAPLAYER=$(usex mediaplayer)
-DENABLE_MYSQLSUPPORT=$(usex mysql)
+   -DENABLE_INTERNALMYSQL=$(usex mysql)
-DENABLE_OPENCV3=$(has_version ">=media-libs/opencv-3" && echo 
yes || echo no)
$(cmake-utils_use_find_package calendar KF5CalendarCore)
$(cmake-utils_use_find_package gphoto2 Gphoto2)



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

2018-10-04 Thread Andreas Sturmlechner
commit: e707ce79b0d6fc4c36f4b71c8c3ba9593d96b99d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  4 22:40:39 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  4 22:40:59 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e707ce79

media-gfx/digikam: Move virtual/mysql to RDEPEND-only

Bug: https://bugs.gentoo.org/665922
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

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

diff --git a/media-gfx/digikam/digikam-.ebuild 
b/media-gfx/digikam/digikam-.ebuild
index 3f996363d3..5e60813c58 100644
--- a/media-gfx/digikam/digikam-.ebuild
+++ b/media-gfx/digikam/digikam-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -73,7 +73,6 @@ COMMON_DEPEND="
$(add_qt_dep qtnetwork)
)
mediaplayer? ( media-libs/qtav[opengl] )
-   mysql? ( virtual/mysql[server] )
opengl? (
$(add_qt_dep qtopengl)
virtual/opengl
@@ -97,6 +96,7 @@ DEPEND="${COMMON_DEPEND}
 "
 RDEPEND="${COMMON_DEPEND}
media-plugins/kipi-plugins:5
+   mysql? ( virtual/mysql[server] )
panorama? ( media-gfx/hugin )
!media-gfx/digikam:4
 "



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

2018-10-04 Thread Sergei Trofimovich
commit: f234c2540e202596e3cadec09c5d0d6e2a7f28b1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Oct  4 22:35:47 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Oct  4 22:35:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f234c254

app-shells/gentoo-zsh-completions: stable 20180228 for ia64, bug #666876

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 .../gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild 
b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild
index 3cc5d5efac7..5fabb7d1d4b 100644
--- a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild
+++ b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/gentoo/gentoo-zsh-completions.git;
 else
SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc64-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc64-solaris"
 fi
 
 DESCRIPTION="Gentoo specific zsh completion support (includes emerge and 
ebuild commands)"



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

2018-10-04 Thread Sergei Trofimovich
commit: dd6f7b441054f8d3077edf0128b256d9c3e70a93
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Oct  4 22:35:31 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Oct  4 22:35:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6f7b44

media-libs/libmad: stable 0.15.1b-r9 for ia64, bug #618022

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 media-libs/libmad/libmad-0.15.1b-r9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libmad/libmad-0.15.1b-r9.ebuild 
b/media-libs/libmad/libmad-0.15.1b-r9.ebuild
index 2740db06857..23edb297e89 100644
--- a/media-libs/libmad/libmad-0.15.1b-r9.ebuild
+++ b/media-libs/libmad/libmad-0.15.1b-r9.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/mad/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="debug static-libs"
 
 DEPEND=""



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

2018-10-04 Thread Sergei Trofimovich
commit: cfd2b305b072786f2c495756d866a2bbe2227bb0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Oct  4 22:36:02 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Oct  4 22:36:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfd2b305

sys-libs/pam: stable 1.3.0-r2 for ia64, bug #667522

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 sys-libs/pam/pam-1.3.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/pam/pam-1.3.0-r2.ebuild b/sys-libs/pam/pam-1.3.0-r2.ebuild
index fb5b0f78a11..04622290354 100644
--- a/sys-libs/pam/pam-1.3.0-r2.ebuild
+++ b/sys-libs/pam/pam-1.3.0-r2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://www.linux-pam.org/library/${MY_P}.tar.bz2
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="audit berkdb +cracklib debug nis nls +pie selinux test vim-syntax"
 
 RDEPEND="



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

2018-10-04 Thread Sergei Trofimovich
commit: e9aaa9cc586115aee924ed2f148116c46c065a39
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Oct  4 22:36:08 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Oct  4 22:36:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9aaa9cc

dev-util/strace: stable 4.23-r1 for ia64, bug #667702

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 dev-util/strace/strace-4.23-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/strace/strace-4.23-r1.ebuild 
b/dev-util/strace/strace-4.23-r1.ebuild
index 80747cf815a..349b2d611de 100644
--- a/dev-util/strace/strace-4.23-r1.ebuild
+++ b/dev-util/strace/strace-4.23-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"



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

2018-10-04 Thread Sergei Trofimovich
commit: bde809004cc4c62113c416f3e83ab100c64b2180
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Oct  4 22:35:42 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Oct  4 22:35:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde80900

media-libs/raptor: stable 2.0.15-r1 for ia64, bug #621186

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 media-libs/raptor/raptor-2.0.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/raptor/raptor-2.0.15-r1.ebuild 
b/media-libs/raptor/raptor-2.0.15-r1.ebuild
index b9c2939587e..a30698f1b3b 100644
--- a/media-libs/raptor/raptor-2.0.15-r1.ebuild
+++ b/media-libs/raptor/raptor-2.0.15-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://download.librdf.org/source/${MY_P}.tar.gz;
 
 LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~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 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+curl debug json static-libs unicode"
 
 DEPEND="



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

2018-10-04 Thread Sergei Trofimovich
commit: 9e3a910f665b0ad0fb55c1bf3e6daa3e534f617d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Oct  4 22:35:37 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Oct  4 22:35:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e3a910f

media-libs/libtheora: stable 1.1.1-r2 for ia64, bug #620800

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 media-libs/libtheora/libtheora-1.1.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libtheora/libtheora-1.1.1-r2.ebuild 
b/media-libs/libtheora/libtheora-1.1.1-r2.ebuild
index 43080a81d96..e2445063b8b 100644
--- a/media-libs/libtheora/libtheora-1.1.1-r2.ebuild
+++ b/media-libs/libtheora/libtheora-1.1.1-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://downloads.xiph.org/releases/theora/${P/_}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="doc +encode examples static-libs"
 
 REQUIRED_USE="examples? ( encode )" #285895



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

2018-10-04 Thread Sergei Trofimovich
commit: 2cb59445bbc8dade7ec1d4a07b221fdfce248907
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Oct  4 22:35:26 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Oct  4 22:35:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cb59445

media-libs/libsndfile: stable 1.0.28-r4 for ia64, bug #618016

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 media-libs/libsndfile/libsndfile-1.0.28-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libsndfile/libsndfile-1.0.28-r4.ebuild 
b/media-libs/libsndfile/libsndfile-1.0.28-r4.ebuild
index 073ccfc9cf8..e3eecd338e5 100644
--- a/media-libs/libsndfile/libsndfile-1.0.28-r4.ebuild
+++ b/media-libs/libsndfile/libsndfile-1.0.28-r4.ebuild
@@ -19,7 +19,7 @@ fi
 
 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 ~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 ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="alsa minimal sqlite static-libs test"
 
 RDEPEND="



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

2018-10-04 Thread Sergei Trofimovich
commit: 28bb5b93d4d2dcec59f793ef2f9a98a4e958d2de
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Oct  4 22:35:55 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Oct  4 22:35:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28bb5b93

dev-vcs/git: stable 2.18.0 for ia64, bug #667518

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

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

diff --git a/dev-vcs/git/git-2.18.0.ebuild b/dev-vcs/git/git-2.18.0.ebuild
index 5a64e202ecb..2fb43a8405a 100644
--- a/dev-vcs/git/git-2.18.0.ebuild
+++ b/dev-vcs/git/git-2.18.0.ebuild
@@ -45,7 +45,7 @@ if [[ ${PV} != * ]]; then

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



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

2018-10-04 Thread Mart Raudsepp
commit: bd966fca864b699c9aa53574d58d5d6db1ba0558
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Oct  4 21:58:44 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Oct  4 21:59:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd966fca

app-text/evince: bump to 3.28.4

Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 app-text/evince/Manifest |  1 +
 app-text/evince/evince-3.28.4.ebuild | 99 
 2 files changed, 100 insertions(+)

diff --git a/app-text/evince/Manifest b/app-text/evince/Manifest
index 39c9e0eb224..d8e8590ad9b 100644
--- a/app-text/evince/Manifest
+++ b/app-text/evince/Manifest
@@ -1,2 +1,3 @@
 DIST evince-3.24.2.tar.xz 3509216 BLAKE2B 
3bcb9e15a6576650d17d6ea1df638c4b16759ddd2353ca47b425c1fec04f90b85ff7f338472e5e18defc01ab066ef241eff40e8f493fa2238814933703636e7b
 SHA512 
77e099ff60188f982a49f5c8287eb2ed8d42402a15a54ccf8367b3814e7e16ba31354363d3f101117153792daa96f653f24bb06193b5e749d0ebfaac7d7c1e0f
 DIST evince-3.28.2.tar.xz 3379552 BLAKE2B 
64f77f2c19649f74291d34f6a0dfc49348d2a8e80cf2b37ef40b2c3bbfbd1198c40a47dd56ca6b04166e9981ebade3b8f74eeefa9234246968fd1e7fb4babcdd
 SHA512 
6deeefc5ed52d79627ae892b227bcf023c6ea45ac02c6a3a7c9fa1004f5da2e36051bfea73f6838cb8f9aed8cadfd145173a5d3b2be405f1d1f06bd4fdadae23
+DIST evince-3.28.4.tar.xz 2174604 BLAKE2B 
7f9bd298221d3b5b504e7cbaa6c8f99fa0ea54c418c92fef8be14a635a6ee20a33d1d4aac3af4a50af123e70de2bd22b80a3ed56ff8f7320b1d86629215af7af
 SHA512 
655cff393af4102782abc08a999d5d27314860a3dfbbdfceb443617d696bc02b5c60cf5af6395fa51c1c4e20d8443384de35f1e725947b1d6c862122efaa5257

diff --git a/app-text/evince/evince-3.28.4.ebuild 
b/app-text/evince/evince-3.28.4.ebuild
new file mode 100644
index 000..84b26f36da4
--- /dev/null
+++ b/app-text/evince/evince-3.28.4.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 systemd
+
+DESCRIPTION="Simple document viewer for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evince;
+
+LICENSE="GPL-2+ CC-BY-SA-3.0"
+# subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3)
+SLOT="0/evd3.4-evv3.3"
+IUSE="djvu dvi gstreamer gnome gnome-keyring +introspection nautilus nsplugin 
+postscript t1lib tiff xps"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+
+# atk used in libview
+# bundles unarr
+COMMON_DEPEND="
+   dev-libs/atk
+   >=dev-libs/glib-2.36:2[dbus]
+   >=dev-libs/libxml2-2.5:2
+   sys-libs/zlib:=
+   >=x11-libs/gdk-pixbuf-2.36.5:2
+   >=x11-libs/gtk+-3.16.0:3[introspection?]
+   gnome-base/gsettings-desktop-schemas
+   >=x11-libs/cairo-1.10:=
+   >=app-text/poppler-0.33[cairo]
+   >=app-arch/libarchive-3.2.0
+   djvu? ( >=app-text/djvu-3.5.22:= )
+   dvi? (
+   virtual/tex-base
+   dev-libs/kpathsea:=
+   t1lib? ( >=media-libs/t1lib-5:= ) )
+   gstreamer? (
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0 )
+   gnome? ( gnome-base/gnome-desktop:3= )
+   gnome-keyring? ( >=app-crypt/libsecret-0.5 )
+   introspection? ( >=dev-libs/gobject-introspection-1:= )
+   nautilus? ( >=gnome-base/nautilus-2.91.4[introspection?] )
+   postscript? ( >=app-text/libspectre-0.2:= )
+   tiff? ( >=media-libs/tiff-3.6:0= )
+   xps? ( >=app-text/libgxps-0.2.1:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   gnome-base/gvfs
+   gnome-base/librsvg
+   || (
+   >=x11-themes/adwaita-icon-theme-2.17.1
+   >=x11-themes/hicolor-icon-theme-0.10 )
+"
+DEPEND="${COMMON_DEPEND}
+   app-text/docbook-xml-dtd:4.3
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   >=dev-util/gtk-doc-am-1.13
+   >=dev-util/intltool-0.35
+   dev-util/itstool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+# eautoreconf needs:
+#  app-text/yelp-tools
+
+src_prepare() {
+   gnome2_src_prepare
+
+   # Do not depend on adwaita-icon-theme, bug #326855, #391859
+   # https://bugs.freedesktop.org/show_bug.cgi?id=29942
+   sed -e 's/adwaita-icon-theme >= $ADWAITA_ICON_THEME_REQUIRED//g' \
+   -i configure || die "sed failed"
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   --enable-pdf \
+   --enable-comics \
+   --enable-thumbnailer \
+   --with-platform=gnome \
+   --enable-dbus \
+   $(use_enable djvu) \
+   $(use_enable dvi) \
+   $(use_enable gstreamer multimedia) \
+   $(use_enable gnome libgnome-desktop) \
+   $(use_with gnome-keyring keyring) \
+   

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

2018-10-04 Thread Mart Raudsepp
commit: 9e3ba9fdbaa33e1a8887d7758ee031e202892b41
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Oct  4 21:41:49 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Oct  4 21:59:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e3ba9fd

net-misc/networkmanager-pptp: bump to 1.2.8

Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 net-misc/networkmanager-pptp/Manifest  |  1 +
 .../networkmanager-pptp-1.2.8.ebuild   | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/net-misc/networkmanager-pptp/Manifest 
b/net-misc/networkmanager-pptp/Manifest
index fe5d5628c97..c51b533e79d 100644
--- a/net-misc/networkmanager-pptp/Manifest
+++ b/net-misc/networkmanager-pptp/Manifest
@@ -1,2 +1,3 @@
 DIST NetworkManager-pptp-1.2.4.tar.xz 382512 BLAKE2B 
94e0bcfa3d3574bad016cec571e134d713bf4df48480a3fd71d3313a7c90c76ab7e3b9c8def60ceed9fcf4e3035425e5fe9a1924694535970d6458e0d202acea
 SHA512 
b8983c6a6415e2f8757e91dfdeba66a7ba1264c01569f39b6da830def86d2c09d1084f4b561ca5ff48511b48f83d94fa004342efd54862d235ab75a49e4e7b33
 DIST NetworkManager-pptp-1.2.6.tar.xz 399292 BLAKE2B 
91ca52d0e4373d9273c4d19cd9dec74e30106daf9bd10b4215a998ceef1680ebd0a369d5b7c4b75e2fed0d6179ea22e4a8c1399d56e97b98cc214b4112b19986
 SHA512 
aaa74eba949a93a132ebb956bfec46f8cf7b9807cf984a1fd8c4f71a252709d9e2b144cd7b4ce1f560501056c758f028eeb2c53d5cccaa79f8dc6b9d595763f8
+DIST NetworkManager-pptp-1.2.8.tar.xz 401540 BLAKE2B 
64b3fe344a39eb64b462bda9204fb80b95a6cb54988efef9dbd1a5a6b04b3577edee97afabef410488868736d751846bdd98f3965a96806790527434c8207ec8
 SHA512 
ff1bee257d6aa6750c2fbd302edc3022780e9182fde1d79d4b37246daf01b0a9e5115dd64ec70a4b128e273eff6f9bc22af87fe2b25618008be6f452bbcd41a7

diff --git a/net-misc/networkmanager-pptp/networkmanager-pptp-1.2.8.ebuild 
b/net-misc/networkmanager-pptp/networkmanager-pptp-1.2.8.ebuild
new file mode 100644
index 000..ff701efd67d
--- /dev/null
+++ b/net-misc/networkmanager-pptp/networkmanager-pptp-1.2.8.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME_ORG_MODULE="NetworkManager-${PN##*-}"
+
+inherit gnome2
+
+DESCRIPTION="NetworkManager PPTP VPN plugin"
+HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager/VPN;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="gtk"
+
+RDEPEND="
+   >=net-misc/networkmanager-1.2.0:=
+   >=dev-libs/dbus-glib-0.74
+   >=dev-libs/glib-2.32:2
+   net-dialup/ppp:=
+   net-dialup/pptpclient
+   gtk? (
+   >=app-crypt/libsecret-0.18
+   >=gnome-extra/nm-applet-1.2.0
+   >=x11-libs/gtk+-3.4:3
+   )
+"
+# libxml2 required for glib-compile-resources
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   dev-libs/libxml2:2
+   dev-util/gdbus-codegen
+   dev-util/intltool
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf
+   # Same hack as net-dialup/pptpd to get proper plugin dir for ppp, bug 
#519986
+   local PPPD_VER=`best_version net-dialup/ppp`
+   PPPD_VER=${PPPD_VER#*/*-} #reduce it to ${PV}-${PR}
+   PPPD_VER=${PPPD_VER%%[_-]*} # main version without 
beta/pre/patch/revision
+   myconf="${myconf} 
--with-pppd-plugin-dir=/usr/$(get_libdir)/pppd/${PPPD_VER}"
+
+   gnome2_src_configure \
+   --disable-more-warnings \
+   --disable-static \
+   --with-dist-version=Gentoo \
+   $(use_with gtk gnome) \
+   ${myconf}
+}



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

2018-10-04 Thread Anthony G. Basile
commit: 8219d2d6041611b3a7c4f12ab574ef104732bae5
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Oct  4 21:41:07 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Oct  4 21:41:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8219d2d6

sys-libs/uclibc-ng: version 1.0.30-r1 stable on arm

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-libs/uclibc-ng/uclibc-ng-1.0.30-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/uclibc-ng/uclibc-ng-1.0.30-r1.ebuild 
b/sys-libs/uclibc-ng/uclibc-ng-1.0.30-r1.ebuild
index 4b7f7e366e4..87c97563169 100644
--- a/sys-libs/uclibc-ng/uclibc-ng-1.0.30-r1.ebuild
+++ b/sys-libs/uclibc-ng/uclibc-ng-1.0.30-r1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://uclibc-ng.org/;
 if [[ ${PV} != "" ]] ; then
PATCH_VER=""
SRC_URI="https://downloads.uclibc-ng.org/releases/${PV}/${MY_P}.tar.bz2;
-   KEYWORDS="-* amd64 ~arm ~mips ppc x86"
+   KEYWORDS="-* amd64 arm ~mips ppc x86"
 fi
 
 LICENSE="LGPL-2"



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

2018-10-04 Thread Anthony G. Basile
commit: 9d54dd73859994b85ad1d1d28236c1849ddaecce
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Oct  4 21:39:25 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Oct  4 21:39:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d54dd73

sys-libs/musl: version 1.1.20-r1 stable on amd64 and x86

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-libs/musl/musl-1.1.20-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/musl/musl-1.1.20-r1.ebuild 
b/sys-libs/musl/musl-1.1.20-r1.ebuild
index cba85ae6bb6..f336112e379 100644
--- a/sys-libs/musl/musl-1.1.20-r1.ebuild
+++ b/sys-libs/musl/musl-1.1.20-r1.ebuild
@@ -17,7 +17,7 @@ else
https://dev.gentoo.org/~blueness/musl-misc/getconf.c
https://dev.gentoo.org/~blueness/musl-misc/getent.c
https://dev.gentoo.org/~blueness/musl-misc/iconv.c;
-   KEYWORDS="-* ~amd64 ~arm ~arm64 ~mips ~ppc ~x86"
+   KEYWORDS="-* amd64 ~arm ~arm64 ~mips ~ppc x86"
 fi
 
 export CBUILD=${CBUILD:-${CHOST}}



[gentoo-commits] repo/gentoo:master commit in: dev-db/kdb/files/, dev-db/kdb/

2018-10-04 Thread Andreas Sturmlechner
commit: 3bc81d2a068f2f755a5f2c5b28e839f4e322b125
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  4 21:20:11 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  4 21:36:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bc81d2a

dev-db/kdb: USE=mysql DEPENDs on dev-db/mysql-connector-c

- Switch away from virtual/mysql
- Add one runtime fix
- Find postgresql-11

Closes: https://bugs.gentoo.org/665834
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 dev-db/kdb/files/kdb-3.1.0-crashfix.patch  | 29 +++
 .../kdb/files/kdb-3.1.0-fix-loading-objdata.patch  | 27 ++
 dev-db/kdb/files/kdb-3.1.0-postgresql-11.patch | 24 +
 dev-db/kdb/kdb-3.1.0-r2.ebuild | 57 ++
 4 files changed, 137 insertions(+)

diff --git a/dev-db/kdb/files/kdb-3.1.0-crashfix.patch 
b/dev-db/kdb/files/kdb-3.1.0-crashfix.patch
new file mode 100644
index 000..dcc114d4991
--- /dev/null
+++ b/dev-db/kdb/files/kdb-3.1.0-crashfix.patch
@@ -0,0 +1,29 @@
+From 386375b6dd9841fdb24a56dcd637be38fcb4c175 Mon Sep 17 00:00:00 2001
+From: Jaroslaw Staniek 
+Date: Tue, 27 Mar 2018 00:20:34 +0200
+Subject: Fix crash in KDbConnection::recordCount(KDbTableSchema)
+
+FIXED-IN:3.1.1
+---
+ src/KDbConnection.cpp | 6 ++
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+diff --git a/src/KDbConnection.cpp b/src/KDbConnection.cpp
+index e53bb33..d416d12 100644
+--- a/src/KDbConnection.cpp
 b/src/KDbConnection.cpp
+@@ -3420,10 +3420,8 @@ int KDbConnection::recordCount(const KDbTableSchema& 
tableSchema)
+ {
+ //! @todo does not work with non-SQL data sources
+ int count = -1; // will be changed only on success of querySingleNumber()
+-const tristate result
+-= querySingleNumber(KDbEscapedString("SELECT COUNT(*) FROM ")
+-+ 
tableSchema.connection()->escapeIdentifier(tableSchema.name()),
+-);
++const tristate result = querySingleNumber(
++KDbEscapedString("SELECT COUNT(*) FROM ") + 
escapeIdentifier(tableSchema.name()), );
+ if (~result) {
+ count = 0;
+ }
+-- 
+cgit v0.11.2

diff --git a/dev-db/kdb/files/kdb-3.1.0-fix-loading-objdata.patch 
b/dev-db/kdb/files/kdb-3.1.0-fix-loading-objdata.patch
new file mode 100644
index 000..7bf0100d418
--- /dev/null
+++ b/dev-db/kdb/files/kdb-3.1.0-fix-loading-objdata.patch
@@ -0,0 +1,27 @@
+From a00f37b024e1a0888de3266af9acff99e6f21aa2 Mon Sep 17 00:00:00 2001
+From: Jaroslaw Staniek 
+Date: Tue, 1 May 2018 23:29:06 +0200
+Subject: Fix loading object data for given type and ID
+
+FIXED-IN:3.1.1
+
+CCBUG:393705
+---
+ src/KDbConnection.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/KDbConnection.cpp b/src/KDbConnection.cpp
+index d416d12..690752d 100644
+--- a/src/KDbConnection.cpp
 b/src/KDbConnection.cpp
+@@ -2188,7 +2188,7 @@ tristate KDbConnection::loadObjectData(int type, int id, 
KDbObject* object)
+ }
+ } else {
+ if (true != querySingleRecord(KDbEscapedString("SELECT o_id, o_type, 
o_name, o_caption, o_desc "
+-   "FROM kexi__objects 
WHERE o_type=%1 AND o_id=%1")
++   "FROM kexi__objects 
WHERE o_type=%1 AND o_id=%2")
+   
.arg(d->driver->valueToSql(KDbField::Integer, type))
+   
.arg(d->driver->valueToSql(KDbField::Integer, id)),
+   ))
+-- 
+cgit v0.11.2

diff --git a/dev-db/kdb/files/kdb-3.1.0-postgresql-11.patch 
b/dev-db/kdb/files/kdb-3.1.0-postgresql-11.patch
new file mode 100644
index 000..050335a3852
--- /dev/null
+++ b/dev-db/kdb/files/kdb-3.1.0-postgresql-11.patch
@@ -0,0 +1,24 @@
+From 675d51d86b377992aacdb8253cb7c3b8a80474c0 Mon Sep 17 00:00:00 2001
+From: Pino Toscano 
+Date: Tue, 22 May 2018 18:37:53 +0200
+Subject: cmake: find PostgreSQL 11
+
+---
+ cmake/modules/FindPostgreSQL.cmake | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/cmake/modules/FindPostgreSQL.cmake 
b/cmake/modules/FindPostgreSQL.cmake
+index 039c380..56e6e56 100644
+--- a/cmake/modules/FindPostgreSQL.cmake
 b/cmake/modules/FindPostgreSQL.cmake
+@@ -86,7 +86,7 @@ set(PostgreSQL_LIBRARY_DIR_MESSAGE "Set the 
PostgreSQL_LIBRARY_DIR cmake cache e
+ set(PostgreSQL_ROOT_DIR_MESSAGE "Set the PostgreSQL_ROOT system variable to 
where PostgreSQL is found on the machine E.g C:/Program Files/PostgreSQL/8.4")
+ 
+ set(PostgreSQL_KNOWN_VERSIONS ${PostgreSQL_ADDITIONAL_VERSIONS}
+-"10" "9.6" "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" 
"8.0")
++"11" "10" "9.6" "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" 
"8.1" "8.0")
+ 
+ # Define additional search paths for root directories.
+ foreach 

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

2018-10-04 Thread Andreas Sturmlechner
commit: f06b79c679acc7263bf2bb36e4cce23d590e1e52
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  4 21:01:47 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  4 21:01:47 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f06b79c6

dev-db/kdb: Add missing DEPEND

Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 dev-db/kdb/kdb-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-db/kdb/kdb-.ebuild b/dev-db/kdb/kdb-.ebuild
index 00030572b3..713d988122 100644
--- a/dev-db/kdb/kdb-.ebuild
+++ b/dev-db/kdb/kdb-.ebuild
@@ -18,6 +18,7 @@ IUSE="debug mysql postgres sqlite"
 RDEPEND="
$(add_frameworks_dep kcoreaddons)
$(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
dev-libs/icu:=



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

2018-10-04 Thread Andreas Sturmlechner
commit: aad70a4fb8d5afc8f63754ccad14a2e88e9a5d0c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  4 19:24:54 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  4 20:03:07 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=aad70a4f

kde5.eclass: Mark KDE Plasma 5.14.0 unreleased

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

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 3f2d1b1823..6fe06de333 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -165,7 +165,7 @@ fi
 # An array of $CATEGORY-$PV pairs of packages that are unreleased upstream.
 # Any package matching this will have fetch restriction enabled, and receive
 # a proper error message via pkg_nofetch.
-KDE_UNRELEASED=( )
+KDE_UNRELEASED=( kde-plasma-5.14.0 )
 
 if [[ ${KDEBASE} = kdevelop ]]; then
HOMEPAGE="https://www.kdevelop.org/;



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

2018-10-04 Thread Andreas Sturmlechner
commit: f40b1295267d2de5cceb3fa0a7df8c633d6b4a3d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  4 21:29:54 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  4 21:29:54 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f40b1295

media-sound/amarok: Switch to dev-db/mysql-connector-c

Plus virtual/mysql[minimal] is no longer a thing apparently.

Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

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

diff --git a/media-sound/amarok/amarok-.ebuild 
b/media-sound/amarok/amarok-.ebuild
index b968cdafda..2e3a11ed15 100644
--- a/media-sound/amarok/amarok-.ebuild
+++ b/media-sound/amarok/amarok-.ebuild
@@ -53,12 +53,12 @@ COMMONDEPEND="
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
app-crypt/qca:2[qt5(+)]
+   dev-db/mysql-connector-c:=
media-libs/phonon[qt5(+)]
>=media-libs/taglib-1.7[asf(+),mp4(+)]
>=media-libs/taglib-extras-1.0.1
sci-libs/fftw:3.0
sys-libs/zlib
-   >=virtual/mysql-5.1[-minimal(-)]
virtual/opengl
ffmpeg? (
virtual/ffmpeg
@@ -79,6 +79,7 @@ DEPEND="${COMMONDEPEND}
 RDEPEND="${COMMONDEPEND}
!media-sound/amarok:4
$(add_qt_dep qtquickcontrols2)
+   virtual/mysql
 "
 
 PATCHES=( "${FILESDIR}"/${PN}-2.8.90-mysqld-rpath.patch )



[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2018-10-04 Thread Andreas Sturmlechner
commit: 5794b2720bf802cfad76ec98e4f682408042a981
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  4 19:24:13 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  4 20:03:07 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5794b272

profiles: Add kde-plasma-5.14.0 package.mask

 profiles/package.mask/kde-plasma-5.14.0 | 46 +
 1 file changed, 46 insertions(+)

diff --git a/profiles/package.mask/kde-plasma-5.14.0 
b/profiles/package.mask/kde-plasma-5.14.0
new file mode 100644
index 00..6f7a36389a
--- /dev/null
+++ b/profiles/package.mask/kde-plasma-5.14.0
@@ -0,0 +1,46 @@
+# Andreas Sturmlechner  (04 Oct 2018)
+# KDE Plasma 5.14.0 mask
+# Not released yet.
+~kde-plasma/bluedevil-5.14.0
+~kde-plasma/breeze-5.14.0
+~kde-plasma/breeze-grub-5.14.0
+~kde-plasma/breeze-gtk-5.14.0
+~kde-plasma/breeze-plymouth-5.14.0
+~kde-plasma/drkonqi-5.14.0
+~kde-plasma/kactivitymanagerd-5.14.0
+~kde-plasma/kde-cli-tools-5.14.0
+~kde-plasma/kde-gtk-config-5.14.0
+~kde-plasma/kdecoration-5.14.0
+~kde-plasma/kdeplasma-addons-5.14.0
+~kde-plasma/kgamma-5.14.0
+~kde-plasma/khotkeys-5.14.0
+~kde-plasma/kinfocenter-5.14.0
+~kde-plasma/kmenuedit-5.14.0
+~kde-plasma/kscreen-5.14.0
+~kde-plasma/kscreenlocker-5.14.0
+~kde-plasma/ksshaskpass-5.14.0
+~kde-plasma/ksysguard-5.14.0
+~kde-plasma/kwallet-pam-5.14.0
+~kde-plasma/kwayland-integration-5.14.0
+~kde-plasma/kwin-5.14.0
+~kde-plasma/kwrited-5.14.0
+~kde-plasma/libkscreen-5.14.0
+~kde-plasma/libksysguard-5.14.0
+~kde-plasma/milou-5.14.0
+~kde-plasma/oxygen-5.14.0
+~kde-plasma/plasma-browser-integration-5.14.0
+~kde-plasma/plasma-desktop-5.14.0
+~kde-plasma/plasma-integration-5.14.0
+~kde-plasma/plasma-meta-5.14.0
+~kde-plasma/plasma-nm-5.14.0
+~kde-plasma/plasma-pa-5.14.0
+~kde-plasma/plasma-sdk-5.14.0
+~kde-plasma/plasma-workspace-5.14.0
+~kde-plasma/plasma-workspace-wallpapers-5.14.0
+~kde-plasma/plasma-vault-5.14.0
+~kde-plasma/plymouth-kcm-5.14.0
+~kde-plasma/polkit-kde-agent-5.14.0
+~kde-plasma/powerdevil-5.14.0
+~kde-plasma/sddm-kcm-5.14.0
+~kde-plasma/systemsettings-5.14.0
+~kde-plasma/user-manager-5.14.0



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

2018-10-04 Thread Andreas Sturmlechner
commit: 53bc0f9ad85c4a1e2b737dd5e0587c1a00be7a93
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  4 20:56:26 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  4 20:56:26 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=53bc0f9a

dev-db/kdb: USE=mysql DEPENDs on dev-db/mysql-connector-c

Switching away from virtual/mysql.

Bug: https://bugs.gentoo.org/665834
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 dev-db/kdb/kdb-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/kdb/kdb-.ebuild b/dev-db/kdb/kdb-.ebuild
index e365814d8c..00030572b3 100644
--- a/dev-db/kdb/kdb-.ebuild
+++ b/dev-db/kdb/kdb-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ RDEPEND="
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
dev-libs/icu:=
-   mysql? ( virtual/mysql )
+   mysql? ( dev-db/mysql-connector-c:= )
postgres? (
$(add_qt_dep qtnetwork)
dev-db/postgresql:*



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-browser-integration/, kde-plasma/ksshaskpass/, ...

2018-10-04 Thread Andreas Sturmlechner
commit: e6986997f291cb456f650e12335652193242cd3c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  4 20:02:48 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  4 20:03:07 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e6986997

kde-plasma: Add KDE Plasma 5.14.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 kde-plasma/bluedevil/bluedevil-5.14.0.ebuild   |  40 +
 kde-plasma/breeze-grub/breeze-grub-5.14.0.ebuild   |  30 
 kde-plasma/breeze-gtk/breeze-gtk-5.14.0.ebuild |  12 ++
 .../breeze-plymouth/breeze-plymouth-5.14.0.ebuild  |  26 
 kde-plasma/breeze/breeze-5.14.0.ebuild |  49 ++
 kde-plasma/drkonqi/drkonqi-5.14.0.ebuild   |  56 +++
 .../kactivitymanagerd-5.14.0.ebuild|  35 +
 .../kde-cli-tools/kde-cli-tools-5.14.0.ebuild  |  62 
 .../kde-gtk-config/kde-gtk-config-5.14.0.ebuild|  52 +++
 kde-plasma/kdecoration/kdecoration-5.14.0.ebuild   |  19 +++
 .../kdeplasma-addons-5.14.0.ebuild |  58 +++
 kde-plasma/kgamma/kgamma-5.14.0.ebuild |  26 
 kde-plasma/khotkeys/khotkeys-5.14.0.ebuild |  46 ++
 kde-plasma/kinfocenter/kinfocenter-5.14.0.ebuild   |  95 
 kde-plasma/kmenuedit/kmenuedit-5.14.0.ebuild   |  44 ++
 kde-plasma/kscreen/kscreen-5.14.0.ebuild   |  40 +
 .../kscreenlocker/kscreenlocker-5.14.0.ebuild  |  94 +++
 kde-plasma/ksshaskpass/ksshaskpass-5.14.0.ebuild   |  49 ++
 kde-plasma/ksysguard/ksysguard-5.14.0.ebuild   |  47 ++
 kde-plasma/kwallet-pam/kwallet-pam-5.14.0.ebuild   |  33 
 .../kwayland-integration-5.14.0.ebuild |  22 +++
 kde-plasma/kwin/kwin-5.14.0.ebuild | 106 +
 kde-plasma/kwrited/kwrited-5.14.0.ebuild   |  23 +++
 kde-plasma/libkscreen/libkscreen-5.14.0.ebuild |  27 
 kde-plasma/libksysguard/libksysguard-5.14.0.ebuild |  53 +++
 kde-plasma/milou/milou-5.14.0.ebuild   |  30 
 kde-plasma/oxygen/oxygen-5.14.0.ebuild |  46 ++
 .../plasma-browser-integration-5.14.0.ebuild   |  36 +
 .../plasma-desktop/plasma-desktop-5.14.0.ebuild| 163 +++
 .../plasma-integration-5.14.0.ebuild   |  43 ++
 kde-plasma/plasma-meta/plasma-meta-5.14.0.ebuild   |  77 +
 kde-plasma/plasma-nm/plasma-nm-5.14.0.ebuild   |  74 +
 kde-plasma/plasma-pa/plasma-pa-5.14.0.ebuild   |  29 
 kde-plasma/plasma-sdk/plasma-sdk-5.14.0.ebuild |  39 +
 kde-plasma/plasma-vault/plasma-vault-5.14.0.ebuild |  43 ++
 .../plasma-workspace-wallpapers-5.14.0.ebuild  |  18 +++
 .../plasma-workspace-5.14.0.ebuild | 172 +
 kde-plasma/plymouth-kcm/plymouth-kcm-5.14.0.ebuild |  36 +
 .../polkit-kde-agent-5.14.0.ebuild |  30 
 kde-plasma/powerdevil/powerdevil-5.14.0.ebuild |  67 
 kde-plasma/sddm-kcm/sddm-kcm-5.14.0.ebuild |  41 +
 .../systemsettings/systemsettings-5.14.0.ebuild|  53 +++
 kde-plasma/user-manager/user-manager-5.14.0.ebuild |  27 
 43 files changed, 2168 insertions(+)

diff --git a/kde-plasma/bluedevil/bluedevil-5.14.0.ebuild 
b/kde-plasma/bluedevil/bluedevil-5.14.0.ebuild
new file mode 100644
index 00..76d93a8664
--- /dev/null
+++ b/kde-plasma/bluedevil/bluedevil-5.14.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Bluetooth stack for KDE Plasma"
+HOMEPAGE="https://cgit.kde.org/bluedevil.git;
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep bluez-qt)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kded)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep plasma)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtwidgets)
+"
+DEPEND="${COMMON_DEPEND}
+   x11-misc/shared-mime-info
+"
+RDEPEND="${COMMON_DEPEND}
+   $(add_plasma_dep kde-cli-tools)
+   !app-mobilephone/obexd
+   !app-mobilephone/obex-data-server
+   !kde-plasma/bluedevil:4
+"

diff --git a/kde-plasma/breeze-grub/breeze-grub-5.14.0.ebuild 
b/kde-plasma/breeze-grub/breeze-grub-5.14.0.ebuild
new file mode 100644
index 00..f4acf4be1b
--- /dev/null
+++ b/kde-plasma/breeze-grub/breeze-grub-5.14.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Authors
+# 

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

2018-10-04 Thread Anthony G. Basile
commit: eaf41d8298d8d4342b0b72acc6f93ab2a97b5068
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Oct  4 21:25:09 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Oct  4 21:25:09 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=eaf41d82

media-libs/mesa: version 18.1.9 stable on amd64 and x86

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-libs/mesa/mesa-18.1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/mesa/mesa-18.1.9.ebuild 
b/media-libs/mesa/mesa-18.1.9.ebuild
index 1de081b..cdc5915 100644
--- a/media-libs/mesa/mesa-18.1.9.ebuild
+++ b/media-libs/mesa/mesa-18.1.9.ebuild
@@ -25,7 +25,7 @@ if [[ $PV ==  ]]; then
SRC_URI=""
 else
SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc x86"
 fi
 
 LICENSE="MIT"



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

2018-10-04 Thread Anthony G. Basile
commit: 374ac288fa934e0151c8824d0a719553cace9718
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Oct  4 21:21:11 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Oct  4 21:21:11 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=374ac288

media-libs/mesa: version bump to 18.1.9, syncs with tree

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-libs/mesa/Manifest   |  2 +-
 .../{mesa-17.3.9.ebuild => mesa-18.1.9.ebuild} | 79 +++---
 2 files changed, 24 insertions(+), 57 deletions(-)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index e35e427..267d401 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -1,2 +1,2 @@
-DIST mesa-17.3.9.tar.xz 10660456 BLAKE2B 
54f4a75f9040e50e9eea8f5c52a276578379d25d2a01ac4767ab12bee85fe5dae1492d5bb1df06b6e8c6b0fe960bbd5ea38691c75d08a6b4302c64377ce58e54
 SHA512 
83deffbc6b9823b8e93cccf57d7952106f3d55fea881e3924f9f9586f0e9347a6e3a1a36cc19c24af819f2fde3af9496652a6ff56132511a5618d5774404f63f
 DIST mesa-18.1.6.tar.xz 11142884 BLAKE2B 
fdd156fe7debf5223285dfa238070a2bd7d8ec684dec168afab78b9d2d38d53c10d939aaa64f34c2910e542dce3869adfca6383fca6a854c6dd03287a044b0e3
 SHA512 
2966210800215f5ced2720691063a8519b51ebeab9fb1e99bde4b1bd7ccc719d6395a1c29f25c88efe62d1592cf14ceafc163aca349490b1f8cee81070d46fcc
+DIST mesa-18.1.9.tar.xz 11146188 BLAKE2B 
753f0fa3780502d56927f9b0e6124b4728cb5aa3600de78585487fb8e178c6987a72b79fb56e6c310757d157f9f85f12b73a6889bd361b51b62fb1dc1c20eecd
 SHA512 
22db2950d25a3d9393e7c622c783bd177c21695569c8a95683bf77e92318e1db85672a134d4bea30c1f49a24e52bc3a2c1a0ac15deafb3a8fcbfb6de6a18adc2

diff --git a/media-libs/mesa/mesa-17.3.9.ebuild 
b/media-libs/mesa/mesa-18.1.9.ebuild
similarity index 86%
rename from media-libs/mesa/mesa-17.3.9.ebuild
rename to media-libs/mesa/mesa-18.1.9.ebuild
index 20af8b6..1de081b 100644
--- a/media-libs/mesa/mesa-17.3.9.ebuild
+++ b/media-libs/mesa/mesa-18.1.9.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/mesa.git;
+EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git;
 
 if [[ ${PV} =  ]]; then
GIT_ECLASS="git-r3"
@@ -25,7 +25,7 @@ if [[ $PV ==  ]]; then
SRC_URI=""
 else
SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz;
-   KEYWORDS="amd64 arm arm64 ia64 ~mips ppc ~sh sparc x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86"
 fi
 
 LICENSE="MIT"
@@ -46,7 +46,7 @@ IUSE="${IUSE_VIDEO_CARDS}
 REQUIRED_USE="
d3d9?   ( dri3 gallium )
llvm?   ( gallium )
-   opencl? ( gallium llvm )
+   opencl? ( gallium llvm || ( video_cards_r600 video_cards_radeonsi ) )
openmax? ( gallium )
gles1?  ( egl )
gles2?  ( egl )
@@ -75,13 +75,9 @@ REQUIRED_USE="
video_cards_vmware? ( gallium )
 "
 
-LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.89"
-# keep blocks in rdepend for binpkg
+LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.91"
 RDEPEND="
-   !=app-eselect/eselect-opengl-1.3.0
>=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
>=sys-libs/zlib-1.2.8[${MULTILIB_USEDEP}]
@@ -90,7 +86,7 @@ RDEPEND="
>=x11-libs/libXdamage-1.1.4-r1:=[${MULTILIB_USEDEP}]
>=x11-libs/libXext-1.3.2:=[${MULTILIB_USEDEP}]
>=x11-libs/libXxf86vm-1.1.3:=[${MULTILIB_USEDEP}]
-   >=x11-libs/libxcb-1.9.3:=[${MULTILIB_USEDEP}]
+   >=x11-libs/libxcb-1.13:=[${MULTILIB_USEDEP}]
x11-libs/libXfixes:=[${MULTILIB_USEDEP}]
unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] )
llvm? (
@@ -119,7 +115,7 @@ RDEPEND="
)
vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] )
wayland? (
-   >=dev-libs/wayland-1.11.0:=[${MULTILIB_USEDEP}]
+   >=dev-libs/wayland-1.15.0:=[${MULTILIB_USEDEP}]
>=dev-libs/wayland-protocols-1.8
)
xvmc? ( >=x11-libs/libXvMC-1.0.8:=[${MULTILIB_USEDEP}] )
@@ -147,14 +143,16 @@ RDEPEND="${RDEPEND}
 # 1. List all the working slots (with min versions) in ||, newest first.
 # 2. Update the := to specify *max* version, e.g. < 7.
 # 3. Specify LLVM_MAX_SLOT, e.g. 6.
-LLVM_MAX_SLOT="5"
+LLVM_MAX_SLOT="6"
 LLVM_DEPSTR="
|| (
+   sys-devel/llvm:7[${MULTILIB_USEDEP}]
+   sys-devel/llvm:6[${MULTILIB_USEDEP}]
sys-devel/llvm:5[${MULTILIB_USEDEP}]
sys-devel/llvm:4[${MULTILIB_USEDEP}]
>=sys-devel/llvm-3.9.0:0[${MULTILIB_USEDEP}]
)
-   =dev-libs/wayland-1.15.0
+   rm "${ED}/usr/$(get_libdir)/libwayland-egl.so" || die
+   rm "${ED}/usr/$(get_libdir)/libwayland-egl.so.1" || die
+   rm "${ED}/usr/$(get_libdir)/libwayland-egl.so.1.0.0" || die
+   rm "${ED}/usr/$(get_libdir)/pkgconfig/wayland-egl.pc" || die
fi
+
if use opencl; then
ebegin "Moving 

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

2018-10-04 Thread Michał Górny
commit: b235a2470ee34d41f4aa93bd7960a1d6297c7c68
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct  4 21:02:56 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct  4 21:10:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b235a247

sys-libs/libcxx: Fix finding libsupc++ ABI headers for multilib

Fix the logic determining path to libsupc++ ABI headers to avoid being
affected by CHOST alterations done as part of multilib logic.

Signed-off-by: Michał Górny  gentoo.org>

 sys-libs/libcxx/libcxx-3.9.1.ebuild| 8 +++-
 sys-libs/libcxx/libcxx-4.0.1.ebuild| 8 +++-
 sys-libs/libcxx/libcxx-5.0.2.ebuild| 8 +++-
 sys-libs/libcxx/libcxx-6.0.1.ebuild| 8 +++-
 sys-libs/libcxx/libcxx-7.0.0.ebuild| 8 +++-
 sys-libs/libcxx/libcxx-7.0..ebuild | 8 +++-
 sys-libs/libcxx/libcxx-.ebuild | 8 +++-
 7 files changed, 49 insertions(+), 7 deletions(-)

diff --git a/sys-libs/libcxx/libcxx-3.9.1.ebuild 
b/sys-libs/libcxx/libcxx-3.9.1.ebuild
index e847a9f5d31..d5282680825 100644
--- a/sys-libs/libcxx/libcxx-3.9.1.ebuild
+++ b/sys-libs/libcxx/libcxx-3.9.1.ebuild
@@ -86,7 +86,9 @@ src_configure() {
cmake-multilib_src_configure
 }
 
-multilib_src_configure() {
+src_configure() {
+   # note: we need to do this before multilib kicks in since it will
+   # alter the CHOST
local cxxabi cxxabi_incs
if use libcxxabi; then
cxxabi=libcxxabi
@@ -100,6 +102,10 @@ multilib_src_configure() {
cxxabi_incs="${gcc_inc};${gcc_inc}/${CHOST}"
fi
 
+   multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
# we want -lgcc_s for unwinder, and for compiler runtime when using
# gcc, clang with gcc runtime (or any unknown compiler)
local extra_libs=() want_gcc_s=ON

diff --git a/sys-libs/libcxx/libcxx-4.0.1.ebuild 
b/sys-libs/libcxx/libcxx-4.0.1.ebuild
index 64f610ce5bb..4273ce8d76e 100644
--- a/sys-libs/libcxx/libcxx-4.0.1.ebuild
+++ b/sys-libs/libcxx/libcxx-4.0.1.ebuild
@@ -71,7 +71,9 @@ pkg_setup() {
fi
 }
 
-multilib_src_configure() {
+src_configure() {
+   # note: we need to do this before multilib kicks in since it will
+   # alter the CHOST
local cxxabi cxxabi_incs
if use libcxxabi; then
cxxabi=libcxxabi
@@ -85,6 +87,10 @@ multilib_src_configure() {
cxxabi_incs="${gcc_inc};${gcc_inc}/${CHOST}"
fi
 
+   multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
# we want -lgcc_s for unwinder, and for compiler runtime when using
# gcc, clang with gcc runtime (or any unknown compiler)
local extra_libs=() want_gcc_s=ON

diff --git a/sys-libs/libcxx/libcxx-5.0.2.ebuild 
b/sys-libs/libcxx/libcxx-5.0.2.ebuild
index bd65e51b774..eda78625c06 100644
--- a/sys-libs/libcxx/libcxx-5.0.2.ebuild
+++ b/sys-libs/libcxx/libcxx-5.0.2.ebuild
@@ -71,7 +71,9 @@ pkg_setup() {
fi
 }
 
-multilib_src_configure() {
+src_configure() {
+   # note: we need to do this before multilib kicks in since it will
+   # alter the CHOST
local cxxabi cxxabi_incs
if use libcxxabi; then
cxxabi=libcxxabi
@@ -85,6 +87,10 @@ multilib_src_configure() {
cxxabi_incs="${gcc_inc};${gcc_inc}/${CHOST}"
fi
 
+   multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
# we want -lgcc_s for unwinder, and for compiler runtime when using
# gcc, clang with gcc runtime (or any unknown compiler)
local extra_libs=() want_gcc_s=ON

diff --git a/sys-libs/libcxx/libcxx-6.0.1.ebuild 
b/sys-libs/libcxx/libcxx-6.0.1.ebuild
index 6c5c866f9c6..5d8314c5988 100644
--- a/sys-libs/libcxx/libcxx-6.0.1.ebuild
+++ b/sys-libs/libcxx/libcxx-6.0.1.ebuild
@@ -78,7 +78,9 @@ test_compiler() {
<<<'int main() { return 0; }' &>/dev/null
 }
 
-multilib_src_configure() {
+src_configure() {
+   # note: we need to do this before multilib kicks in since it will
+   # alter the CHOST
local cxxabi cxxabi_incs
if use libcxxabi; then
cxxabi=libcxxabi
@@ -92,6 +94,10 @@ multilib_src_configure() {
cxxabi_incs="${gcc_inc};${gcc_inc}/${CHOST}"
fi
 
+   multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
# we want -lgcc_s for unwinder, and for compiler runtime when using
# gcc, clang with gcc runtime (or any unknown compiler)
local extra_libs=() want_gcc_s=ON

diff --git a/sys-libs/libcxx/libcxx-7.0.0.ebuild 
b/sys-libs/libcxx/libcxx-7.0.0.ebuild
index 3a997e98c08..d94f0c1c617 100644
--- a/sys-libs/libcxx/libcxx-7.0.0.ebuild
+++ b/sys-libs/libcxx/libcxx-7.0.0.ebuild
@@ -78,7 +78,9 @@ test_compiler() {
<<<'int main() { return 0; }' &>/dev/null
 }
 
-multilib_src_configure() {
+src_configure() {
+   # note: we need to do this before multilib kicks in since it will
+   # alter the 

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

2018-10-04 Thread Sergei Trofimovich
commit: 897e18d0a3bae9417fd6c30b5854b7cd61b394ac
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Oct  4 20:35:58 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Oct  4 20:55:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=897e18d0

media-libs/aubio: stable 0.4.7 for sparc, bug #667510

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/aubio/aubio-0.4.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/aubio/aubio-0.4.7.ebuild 
b/media-libs/aubio/aubio-0.4.7.ebuild
index 06aae75532e..8929776a5d5 100644
--- a/media-libs/aubio/aubio-0.4.7.ebuild
+++ b/media-libs/aubio/aubio-0.4.7.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://aubio.org/pub/${P}.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="0/5"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ppc ~ppc64 sparc x86"
 IUSE="doc double-precision examples ffmpeg fftw jack libav libsamplerate 
sndfile python test"
 
 RDEPEND="



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

2018-10-04 Thread Sergei Trofimovich
commit: ffe2a41d00fecacab744e809b7717ebab24b4d22
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Oct  4 20:31:35 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Oct  4 20:55:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffe2a41d

dev-util/strace: stable 4.23-r1 for sparc, bug #667702

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/strace/strace-4.23-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/strace/strace-4.23-r1.ebuild 
b/dev-util/strace/strace-4.23-r1.ebuild
index 058032a5025..80747cf815a 100644
--- a/dev-util/strace/strace-4.23-r1.ebuild
+++ b/dev-util/strace/strace-4.23-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"



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

2018-10-04 Thread Sergei Trofimovich
commit: 8818a50ddbf56ee87174a49b1aa3c0c8c130e16c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Oct  4 20:32:46 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Oct  4 20:55:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8818a50d

media-libs/exempi: stable 2.4.5-r1 for sparc, bug #659038

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/exempi/exempi-2.4.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/exempi/exempi-2.4.5-r1.ebuild 
b/media-libs/exempi/exempi-2.4.5-r1.ebuild
index 5422bc7af28..19d9a391c67 100644
--- a/media-libs/exempi/exempi-2.4.5-r1.ebuild
+++ b/media-libs/exempi/exempi-2.4.5-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://libopenraw.freedesktop.org/download/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="2/3"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh sparc x86 
~x86-fbsd"
 IUSE="examples static-libs test"
 
 RDEPEND="



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

2018-10-04 Thread Mikle Kolyada
commit: 056380a0e76e08e1bd2e5973219ff46a95b83ea5
Author: Henning Schild  hennsch  de>
AuthorDate: Wed Oct  3 17:43:28 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Oct  4 20:50:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=056380a0

net-im/telegram-desktop-bin: work around fontconfig issues

This commit makes telegram-desktop-bin bring its own fontconfig
file for the old version of fontconfig it has built in. It also allows
to fall back to the "old way" by removing the file from /etc/.

Signed-off-by: Henning Schild  hennsch.de>
Signed-off-by: Mikle Kolyada  gentoo.org>
Closes: https://bugs.gentoo.org/664872
Closes: https://github.com/gentoo/gentoo/pull/10055

 net-im/telegram-desktop-bin/files/fonts.conf   | 60 +
 .../files/telegram-desktop-bin-r2  | 15 +
 .../telegram-desktop-bin-1.4.0-r1.ebuild   | 75 ++
 3 files changed, 150 insertions(+)

diff --git a/net-im/telegram-desktop-bin/files/fonts.conf 
b/net-im/telegram-desktop-bin/files/fonts.conf
new file mode 100644
index 000..d3ddc32d777
--- /dev/null
+++ b/net-im/telegram-desktop-bin/files/fonts.conf
@@ -0,0 +1,60 @@
+
+
+
+
+/usr/share/fonts
+/usr/local/share/fonts
+fonts
+
+   
+   mono
+   
+   
+   monospace
+   
+
+
+   
+   sans serif
+   
+   
+   sans-serif
+   
+
+
+   
+   sans
+   
+   
+   sans-serif
+   
+
+/var/cache/fontconfig
+fontconfig
+~/.fontconfig
+
+   
+   true
+   
+   
+   false
+   
+   
+   true
+   
+   
+   hintslight
+   
+   
+   lcddefault
+   
+   
+   rgb
+   
+
+

diff --git a/net-im/telegram-desktop-bin/files/telegram-desktop-bin-r2 
b/net-im/telegram-desktop-bin/files/telegram-desktop-bin-r2
new file mode 100644
index 000..a8b0e3e6d99
--- /dev/null
+++ b/net-im/telegram-desktop-bin/files/telegram-desktop-bin-r2
@@ -0,0 +1,15 @@
+#!/bin/sh
+# this wrapper disables the auto-updater of telegram-desktop
+# This program is licensed under the same license as telegram-desktop
+
+# telegram-desktop fails to set RestartCommand with the session manager
+# exclude it from session management to prevent restarts without the argument
+unset SESSION_MANAGER
+
+# telegram-desktop expects old fontconfig configuration files
+# this is a workaround to try and deal with that
+[ -e /etc/telegram-desktop-bin/fonts.conf ] && \
+  [ -z $( printenv FONTCONFIG_FILE ) ] && \
+  export FONTCONFIG_FILE=/etc/telegram-desktop-bin/fonts.conf
+
+exec /usr/lib/telegram-desktop-bin/Telegram -externalupdater $@

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.4.0-r1.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.4.0-r1.ebuild
new file mode 100644
index 000..c709f83a671
--- /dev/null
+++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.4.0-r1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit desktop gnome2-utils xdg
+
+DESCRIPTION="Official desktop client for Telegram (binary package)"
+HOMEPAGE="https://desktop.telegram.org;
+SRC_URI="
+   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
+   amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz )
+   x86? ( https://updates.tdesktop.com/tlinux32/tsetup32.${PV}.tar.xz )
+"
+
+LICENSE="telegram"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+QA_PREBUILT="usr/lib/${PN}/Telegram"
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-libs/gobject-introspection
+   >=sys-apps/dbus-1.4.20
+   x11-libs/libX11
+   >=x11-libs/libxcb-1.10[xkb]
+   >=media-libs/fontconfig-2.13
+"
+
+S="${WORKDIR}/Telegram"
+
+src_install() {
+   exeinto /usr/lib/${PN}
+   doexe "Telegram"
+   newbin "${FILESDIR}"/${PN}-r2 "telegram-desktop"
+
+   local icon_size
+   for icon_size in 16 32 48 64 128 256 512; do
+   newicon -s "${icon_size}" \
+   
"${WORKDIR}/tdesktop-${PV}/Telegram/Resources/art/icon${icon_size}.png" \
+   telegram-desktop.png
+   done
+
+   dodir /etc/${PN}
+   insinto /etc/${PN}/
+   doins ${FILESDIR}/fonts.conf
+
+   domenu "${WORKDIR}/tdesktop-${PV}"/lib/xdg/telegramdesktop.desktop
+}
+
+pkg_preinst() {
+   xdg_pkg_preinst
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_icon_cache_update
+   einfo
+   einfo "Previous versions of ${PN} have created "
+   einfo "\"~/.local/share/applications/telegram.desktop\". These files"
+   einfo "conflict with the one shipped by portage and should be removed"
+   einfo "from all homedirs. (https://bugs.gentoo.org/618662)"
+   einfo
+   

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

2018-10-04 Thread Andreas Sturmlechner
commit: 564236477aa6cc6a466cef6fa89c9cc1e61cda7c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  4 20:19:40 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  4 20:19:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56423647

dev-libs/msgpack: EAPI-6 bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 dev-libs/msgpack/msgpack-1.1.0.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-libs/msgpack/msgpack-1.1.0.ebuild 
b/dev-libs/msgpack/msgpack-1.1.0.ebuild
index 9b281e2b23f..5b8c66b8a34 100644
--- a/dev-libs/msgpack/msgpack-1.1.0.ebuild
+++ b/dev-libs/msgpack/msgpack-1.1.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 inherit cmake-multilib
 
@@ -37,9 +37,9 @@ PATCHES=(
 
 src_configure() {
local mycmakeargs=(
-   $(cmake-utils_use cxx MSGPACK_ENABLE_CXX)
-   $(cmake-utils_use static-libs MSGPACK_STATIC)
-   $(cmake-utils_use test MSGPACK_BUILD_TESTS)
+   -DMSGPACK_ENABLE_CXX=$(usex cxx)
+   -DMSGPACK_STATIC=$(usex static-libs)
+   -DMSGPACK_BUILD_TESTS=$(usex test)
)
 
cmake-multilib_src_configure



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

2018-10-04 Thread Andreas Sturmlechner
commit: 33f8ecbcb7f5a6a6585741ed6a55d8b1c93c45cf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  4 20:06:40 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  4 20:12:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33f8ecbc

media-libs/libreplaygain: EAPI-6 bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 media-libs/libreplaygain/libreplaygain-477-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-libs/libreplaygain/libreplaygain-477-r1.ebuild 
b/media-libs/libreplaygain/libreplaygain-477-r1.ebuild
index 800279b7b37..b0c94883cfb 100644
--- a/media-libs/libreplaygain/libreplaygain-477-r1.ebuild
+++ b/media-libs/libreplaygain/libreplaygain-477-r1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
+
 inherit cmake-multilib
 
 # svn export http://svn.musepack.net/libreplaygain libreplaygain-${PV}



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

2018-10-04 Thread Andreas Sturmlechner
commit: 5ced5b5d127f36edd09046402a344fc8d80c9b2b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  4 20:07:36 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  4 20:12:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ced5b5d

media-libs/libcuefile: EAPI-6 bump, https

Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 media-libs/libcuefile/libcuefile-477-r1.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/media-libs/libcuefile/libcuefile-477-r1.ebuild 
b/media-libs/libcuefile/libcuefile-477-r1.ebuild
index a9a885574d6..54aee7bbfbf 100644
--- a/media-libs/libcuefile/libcuefile-477-r1.ebuild
+++ b/media-libs/libcuefile/libcuefile-477-r1.ebuild
@@ -1,14 +1,15 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
+
 inherit cmake-multilib
 
 # svn export http://svn.musepack.net/libcuefile/trunk libcuefile-${PV}
 # tar -cJf libcuefile-${PV}.tar.xz libcuefile-${PV}
 
 DESCRIPTION="Cue File library from Musepack"
-HOMEPAGE="http://www.musepack.net/;
+HOMEPAGE="https://www.musepack.net/;
 SRC_URI="https://dev.gentoo.org/~ssuominen/${P}.tar.xz;
 
 LICENSE="LGPL-2.1"



[gentoo-commits] repo/gentoo:master commit in: media-sound/musepack-tools/files/, media-sound/musepack-tools/

2018-10-04 Thread Andreas Sturmlechner
commit: fcbf78674e63023e1e657a9c3a95df7978acff5f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  4 20:11:27 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  4 20:12:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcbf7867

media-sound/musepack-tools: EAPI-6 bump, https

Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 .../musepack-tools/files/musepack-tools-465-gentoo.patch |  8 
 media-sound/musepack-tools/musepack-tools-465-r1.ebuild  | 16 ++--
 2 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/media-sound/musepack-tools/files/musepack-tools-465-gentoo.patch 
b/media-sound/musepack-tools/files/musepack-tools-465-gentoo.patch
index a93b5ebddad..51df2991074 100644
--- a/media-sound/musepack-tools/files/musepack-tools-465-gentoo.patch
+++ b/media-sound/musepack-tools/files/musepack-tools-465-gentoo.patch
@@ -1,5 +1,5 @@
 CMakeLists.txt
-+++ CMakeLists.txt
+--- a/CMakeLists.txt
 b/CMakeLists.txt
 @@ -15,10 +15,6 @@
  
  add_definitions(-DFAST_MATH -DCVD_FASTLOG)
@@ -11,8 +11,8 @@
  add_subdirectory(libmpcdec)
  add_subdirectory(libmpcpsy)
  add_subdirectory(libmpcenc)
 libmpcdec/CMakeLists.txt
-+++ libmpcdec/CMakeLists.txt
+--- a/libmpcdec/CMakeLists.txt
 b/libmpcdec/CMakeLists.txt
 @@ -1,7 +1,22 @@
  include_directories(${libmpc_SOURCE_DIR}/include)
  if(SHARED)

diff --git a/media-sound/musepack-tools/musepack-tools-465-r1.ebuild 
b/media-sound/musepack-tools/musepack-tools-465-r1.ebuild
index f4f7e4eb510..ebfe9885e1a 100644
--- a/media-sound/musepack-tools/musepack-tools-465-r1.ebuild
+++ b/media-sound/musepack-tools/musepack-tools-465-r1.ebuild
@@ -1,14 +1,15 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
+
 inherit cmake-multilib
 
 # svn export http://svn.musepack.net/libmpc/trunk musepack-tools-${PV}
 # tar -cjf musepack-tools-${PV}.tar.bz2 musepack-tools-${PV}
 
 DESCRIPTION="Musepack SV8 libraries and utilities"
-HOMEPAGE="http://www.musepack.net;
+HOMEPAGE="https://www.musepack.net;
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="BSD LGPL-2.1"
@@ -16,10 +17,13 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 IUSE=""
 
-RDEPEND=">=media-libs/libcuefile-${PV}[${MULTILIB_USEDEP}]
+DEPEND="
+   >=media-libs/libcuefile-${PV}[${MULTILIB_USEDEP}]
>=media-libs/libreplaygain-${PV}[${MULTILIB_USEDEP}]
+"
+RDEPEND="${DEPEND}
!media-libs/libmpcdec
-   !media-libs/libmpcdecsv7"
-DEPEND="${RDEPEND}"
+   !media-libs/libmpcdecsv7
+"
 
 PATCHES=( "${FILESDIR}/${P}-gentoo.patch" )



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

2018-10-04 Thread Mikle Kolyada
commit: 529caf2f168704259b67140b249e27c8d9972c49
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Oct  4 19:48:13 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Oct  4 19:48:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=529caf2f

dev-libs/libinput: Version bump (v1.12.1)

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-libs/libinput/Manifest   |  1 +
 dev-libs/libinput/libinput-1.12.1.ebuild | 60 
 2 files changed, 61 insertions(+)

diff --git a/dev-libs/libinput/Manifest b/dev-libs/libinput/Manifest
index 23a5becb0df..4fedfac7c75 100644
--- a/dev-libs/libinput/Manifest
+++ b/dev-libs/libinput/Manifest
@@ -1,3 +1,4 @@
 DIST libinput-1.10.7.tar.xz 494648 BLAKE2B 
ddcbe5f54b90f8291c16e5912fa3d673fb2c66f0247c9d771f7c2dfeeef9b51404f31d7ac99cfd20b37e1d01d6b2b3bc95155ab6581c6a94e922e153d9098892
 SHA512 
b102b8065ceed7511ad26efba34d5d9b0c13f0f7aaa882bb21501f7a5166f4cbe140fcbb488e90e6880bd47bb2b27667a4d6aa79b8726269fa1337897034a684
 DIST libinput-1.11.3.tar.xz 487408 BLAKE2B 
38dc14cf018ca59279e8b6e85fd91f4b29545b4a55ab968cb11d9a8afc8d80c311efc6e57339b9baa9fb270f52cfb0758ff8ea313991867c35f3da47910977ac
 SHA512 
5e18daab6202bcbfddeebc35dac4cabb5f726b5b73f5fc87975b58f3019a54a4b1f506a3200e920638fb978a0b96c23c2e90b081942f86d33c16d4836949
 DIST libinput-1.12.0.tar.xz 519320 BLAKE2B 
b40036740350180ca0e183088651647e3604bca236ab27c99a941934b27ed67a21d8596be9baab68dd798dea9c5967cca3a038623ba2870dc2ad3db8336e0b96
 SHA512 
4aee877785f9ac080e4f8ee20f3643bc4f3ddbc568aca6c363a962f8c8f76b8db7dc113c8167092f0277d112346a85b9a7e7c3c3f227ed243aaba32c9092c924
+DIST libinput-1.12.1.tar.xz 520072 BLAKE2B 
2d2b2d82f27ac01ff25b3bf6fd7b77ca56467ab818cdc5d4a641629fed623ef5042915889f54f71b1881595af1d85770bbf4ecfd798c079878efa0a0546c4a36
 SHA512 
de1714526ee1244e3086729efa5b72724b2b989fa8d04418e633d1ef5a8ea777ae3cd4b8c5b015ca0da2b8cf5b07111bff2283c7d6068abcdfa81c3f71b81d68

diff --git a/dev-libs/libinput/libinput-1.12.1.ebuild 
b/dev-libs/libinput/libinput-1.12.1.ebuild
new file mode 100644
index 000..e4f4f74efb7
--- /dev/null
+++ b/dev-libs/libinput/libinput-1.12.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit meson udev
+
+DESCRIPTION="Library to handle input devices in Wayland"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/;
+SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz;
+
+LICENSE="MIT"
+SLOT="0/10"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+IUSE="doc input_devices_wacom"
+# Tests require write access to udev rules directory which is a no-no for live 
system.
+# Other tests are just about logs, exported symbols and autotest of the test 
library.
+RESTRICT="test"
+
+RDEPEND="
+   input_devices_wacom? ( >=dev-libs/libwacom-0.20 )
+   >=dev-libs/libevdev-1.3
+   >=sys-libs/mtdev-1.1
+   virtual/libudev:=
+   virtual/udev
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   doc? (
+   >=app-doc/doxygen-1.8.3
+   >=media-gfx/graphviz-2.38.0
+   )
+"
+#  test? (
+#  >=dev-libs/check-0.9.10
+#  dev-util/valgrind
+#  sys-libs/libunwind )
+
+src_configure() {
+   # gui can be built but will not be installed
+   local emesonargs=(
+   -Ddebug-gui=false
+   $(meson_use doc documentation)
+   $(meson_use input_devices_wacom libwacom)
+   -Dtests=false # tests are restricted
+   -Dudev-dir="$(get_udevdir)"
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   if use doc ; then
+   docinto html
+   dodoc -r "${BUILD_DIR}"/html/.
+   fi
+}
+
+pkg_postinst() {
+   udevadm hwdb --update --root="${ROOT%/}"
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/frei0r-plugins/

2018-10-04 Thread Andreas Sturmlechner
commit: 16e7ced40f201908b35cedb69961f534c1988323
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  4 19:45:40 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  4 19:45:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e7ced4

media-plugins/frei0r-plugins: Drop old

Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 media-plugins/frei0r-plugins/Manifest  |  2 -
 .../frei0r-plugins/frei0r-plugins-1.5.0.ebuild | 65 --
 .../frei0r-plugins/frei0r-plugins-1.6.0.ebuild | 65 --
 3 files changed, 132 deletions(-)

diff --git a/media-plugins/frei0r-plugins/Manifest 
b/media-plugins/frei0r-plugins/Manifest
index da63e8c8bd7..c172fc28be6 100644
--- a/media-plugins/frei0r-plugins/Manifest
+++ b/media-plugins/frei0r-plugins/Manifest
@@ -1,3 +1 @@
-DIST frei0r-plugins-1.5.0.tar.gz 1519006 BLAKE2B 
6b47190c2104616536796ee40d9779d8df55fee233983864e9fcbba157b9d242bab73ab25ea6ccb3784cfb3150fb83f57daf3d0621877ac1af5a33caa18328d9
 SHA512 
9be0384421ff5ac9000dcda9acefb5cb2b6dc05ea72d9771fae990cb5fad4424dcef8dd15c1e5031a89169f914af8c7a30e47934ad007a3bc0150f3c005bc6bf
-DIST frei0r-plugins-1.6.0.tar.gz 1090145 BLAKE2B 
8c6bc2ff55109601d5a78f580eca97c846d8aff1660c8118a95d5057e84398713a873d7159cd982a806266f3d55f3cd912ebaa37fd5fa150082ec3a4ea92b2bc
 SHA512 
0736c3e874d9406777e9dd1d7010e6ddd87c656df6d803d2dc689e1d6ee0d053b5991484b58d142f14fe52f8dc51a31d2a6604f06d567fbb3414cb62645d
 DIST frei0r-plugins-1.6.1.tar.gz 1103969 BLAKE2B 
febcfc0a5918834e38c2aad2016c0b72f3fed731732e482ae8f9564bb5c2e0825ce050149f6728a8263d6caef11810b33ee3edfb697b0f8a212ae996e0085f45
 SHA512 
843790389e6de83817d1c3744a91d3365864bb0c22cf6598707ccba5ec8933f6209434011cde1303e16edd89f6cde2f22aa1fb6eca3548d892a2c77332c44aac

diff --git a/media-plugins/frei0r-plugins/frei0r-plugins-1.5.0.ebuild 
b/media-plugins/frei0r-plugins/frei0r-plugins-1.5.0.ebuild
deleted file mode 100644
index 46c0dd3169a..000
--- a/media-plugins/frei0r-plugins/frei0r-plugins-1.5.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils multilib
-
-DESCRIPTION="A minimalistic plugin API for video effects"
-HOMEPAGE="https://www.dyne.org/software/frei0r/;
-SRC_URI="https://files.dyne.org/frei0r/releases/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="doc +facedetect +scale0tilt"
-
-RDEPEND="x11-libs/cairo
-   facedetect? ( >=media-libs/opencv-2.3.0:= )
-   scale0tilt? ( >=media-libs/gavl-1.2.0 )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )"
-
-DOCS=( AUTHORS.txt ChangeLog.txt README.txt TODO.txt )
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   local f=CMakeLists.txt
-
-   sed -i \
-   -e '/set(CMAKE_C_FLAGS/d' \
-   -e "/LIBDIR.*frei0r-1/s:lib:$(get_libdir):" \
-   ${f} || die
-
-   # https://bugs.gentoo.org/418243
-   sed -i \
-   -e '/set.*CMAKE_C_FLAGS/s:"): ${CMAKE_C_FLAGS}&:' \
-   src/filter/*/${f} || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DWITHOUT_OPENCV=$(usex !facedetect)
-   -DWITHOUT_GAVL=$(usex !scale0tilt)
-   )
-
-   cmake-utils_src_configure
-}
-
-src_compile() {
-   cmake-utils_src_compile
-
-   if use doc; then
-   pushd doc
-   doxygen || die
-   popd
-   fi
-}
-
-src_install() {
-   cmake-utils_src_install
-
-   use doc && dodoc -r doc/html
-}

diff --git a/media-plugins/frei0r-plugins/frei0r-plugins-1.6.0.ebuild 
b/media-plugins/frei0r-plugins/frei0r-plugins-1.6.0.ebuild
deleted file mode 100644
index 59c5f9f4674..000
--- a/media-plugins/frei0r-plugins/frei0r-plugins-1.6.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils multilib
-
-DESCRIPTION="A minimalistic plugin API for video effects"
-HOMEPAGE="https://www.dyne.org/software/frei0r/;
-SRC_URI="https://files.dyne.org/frei0r/releases/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="doc +facedetect +scale0tilt"
-
-RDEPEND="x11-libs/cairo
-   facedetect? ( >=media-libs/opencv-2.3.0:= )
-   scale0tilt? ( >=media-libs/gavl-1.2.0 )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )"
-
-DOCS=( AUTHORS.txt ChangeLog.txt README.txt TODO.txt )
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   local f=CMakeLists.txt
-
-   sed -i \
-   -e '/set(CMAKE_C_FLAGS/d' \
-   -e "/LIBDIR.*frei0r-1/s:lib:$(get_libdir):" \
-   ${f} || die
-
-  

[gentoo-commits] repo/gentoo:master commit in: media-plugins/frei0r-plugins/

2018-10-04 Thread Andreas Sturmlechner
commit: 244377814f5a661c596694deb013c913a1b36ebb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  4 19:44:57 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  4 19:44:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24437781

media-plugins/frei0r-plugins: 1.6.1 ppc stable

Thanks-to: ernsteiswuerfel  mailbox.org>
Closes: https://bugs.gentoo.org/658078
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 media-plugins/frei0r-plugins/frei0r-plugins-1.6.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/frei0r-plugins/frei0r-plugins-1.6.1.ebuild 
b/media-plugins/frei0r-plugins/frei0r-plugins-1.6.1.ebuild
index 5e6b5d11a88..1de5c86c3d6 100644
--- a/media-plugins/frei0r-plugins/frei0r-plugins-1.6.1.ebuild
+++ b/media-plugins/frei0r-plugins/frei0r-plugins-1.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://files.dyne.org/frei0r/releases/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="doc +facedetect +scale0tilt"
 
 RDEPEND="x11-libs/cairo



[gentoo-commits] proj/releng:master commit in: tools-musl/portage.armv7a.hardened/package.use/, ...

2018-10-04 Thread Anthony G. Basile
commit: 779e2b84eb8974a454a015df9fba5d08c3decb28
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Oct  4 19:24:40 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Oct  4 19:24:40 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=779e2b84

tools-musl: sys-libs/pam needs cracklib

 tools-musl/portage.amd64.hardened/package.use/pam   | 1 +
 tools-musl/portage.amd64.vanilla/package.use/pam| 1 +
 tools-musl/portage.armv7a.hardened/package.use/pam  | 1 +
 tools-musl/portage.armv7a.vanilla/package.use/pam   | 1 +
 tools-musl/portage.i686.vanilla/package.use/pam | 1 +
 tools-musl/portage.mips32r2.vanilla/package.use/pam | 1 +
 tools-musl/portage.mipsel3.vanilla/package.use/pam  | 1 +
 tools-musl/portage.ppc.vanilla/package.use/pam  | 1 +
 8 files changed, 8 insertions(+)

diff --git a/tools-musl/portage.amd64.hardened/package.use/pam 
b/tools-musl/portage.amd64.hardened/package.use/pam
new file mode 100644
index ..0ce1211a
--- /dev/null
+++ b/tools-musl/portage.amd64.hardened/package.use/pam
@@ -0,0 +1 @@
+sys-libs/pam cracklib

diff --git a/tools-musl/portage.amd64.vanilla/package.use/pam 
b/tools-musl/portage.amd64.vanilla/package.use/pam
new file mode 100644
index ..0ce1211a
--- /dev/null
+++ b/tools-musl/portage.amd64.vanilla/package.use/pam
@@ -0,0 +1 @@
+sys-libs/pam cracklib

diff --git a/tools-musl/portage.armv7a.hardened/package.use/pam 
b/tools-musl/portage.armv7a.hardened/package.use/pam
new file mode 100644
index ..0ce1211a
--- /dev/null
+++ b/tools-musl/portage.armv7a.hardened/package.use/pam
@@ -0,0 +1 @@
+sys-libs/pam cracklib

diff --git a/tools-musl/portage.armv7a.vanilla/package.use/pam 
b/tools-musl/portage.armv7a.vanilla/package.use/pam
new file mode 100644
index ..0ce1211a
--- /dev/null
+++ b/tools-musl/portage.armv7a.vanilla/package.use/pam
@@ -0,0 +1 @@
+sys-libs/pam cracklib

diff --git a/tools-musl/portage.i686.vanilla/package.use/pam 
b/tools-musl/portage.i686.vanilla/package.use/pam
new file mode 100644
index ..0ce1211a
--- /dev/null
+++ b/tools-musl/portage.i686.vanilla/package.use/pam
@@ -0,0 +1 @@
+sys-libs/pam cracklib

diff --git a/tools-musl/portage.mips32r2.vanilla/package.use/pam 
b/tools-musl/portage.mips32r2.vanilla/package.use/pam
new file mode 100644
index ..0ce1211a
--- /dev/null
+++ b/tools-musl/portage.mips32r2.vanilla/package.use/pam
@@ -0,0 +1 @@
+sys-libs/pam cracklib

diff --git a/tools-musl/portage.mipsel3.vanilla/package.use/pam 
b/tools-musl/portage.mipsel3.vanilla/package.use/pam
new file mode 100644
index ..0ce1211a
--- /dev/null
+++ b/tools-musl/portage.mipsel3.vanilla/package.use/pam
@@ -0,0 +1 @@
+sys-libs/pam cracklib

diff --git a/tools-musl/portage.ppc.vanilla/package.use/pam 
b/tools-musl/portage.ppc.vanilla/package.use/pam
new file mode 100644
index ..0ce1211a
--- /dev/null
+++ b/tools-musl/portage.ppc.vanilla/package.use/pam
@@ -0,0 +1 @@
+sys-libs/pam cracklib



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

2018-10-04 Thread Andreas Sturmlechner
commit: cebf7cb1c8872ee9f71e901779e2f7e717300773
Author: Michael Seifert  digitalernachschub  de>
AuthorDate: Thu Oct  4 16:19:45 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  4 19:11:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cebf7cb1

dev-libs/flatbuffers: Version bump to v1.10.0

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

Signed-off-by: Michael Seifert  digitalernachschub.de>
Closes: https://github.com/gentoo/gentoo/pull/10061
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-libs/flatbuffers/Manifest  |  1 +
 dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index afb5c9cf8ea..42ce79e3025 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1,2 +1,3 @@
+DIST flatbuffers-1.10.0.tar.gz 817750 BLAKE2B 
1896b01afbdb8527836fa684980169890b1d5f1213d64cc88310f819c5fe7bc2a7e0a87e1abc2565ca165a0406dee9c814af382d2c8f08718ae5d9173530f98a
 SHA512 
b8382c8e9a45d6aca83270e93704b9ef2938e4ef9bb5165edbd8f286329e86353037ad6e54a99fd3d70b0c893d06cfd8766e00f05497e69be4b9e6c0506133d2
 DIST flatbuffers-1.8.0.tar.gz 616362 BLAKE2B 
545b568fbc1671005c351ba255f9dc2b5f97b618eae13bc74b717d1e08875e465a0afd3965b35ec8243c1dc80223fdab7f15abbfb4196a129700e4a1532a8965
 SHA512 
8f6c84caa6456418fc751ea9de456dd37378b3239d1a41d2205140e7b19a5b8b2e342a22dc8d7fdd0c36878455e9d7401cc6438d3b771f7875e8fcfe7bbd52f1
 DIST flatbuffers-1.9.0.tar.gz 681752 BLAKE2B 
7886895f79ad5b8b62c4acb479d60a6fe16226a1a9daadf2c457189b7a3381676ba9dd3f8e2af5ebd5f2d78c6ac37d9d83de88ee08b566fd4e4507ecdb887938
 SHA512 
0ba07dbe5b2fde1d0a6e14ee26ee2816062541d934eda204b846a30c019362f2626761b628c900293928b9b546dba8ca477c13182e022c3e0e0a142fd67f0696

diff --git a/dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild 
b/dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild
new file mode 100644
index 000..5aee3963ad9
--- /dev/null
+++ b/dev-libs/flatbuffers/flatbuffers-1.10.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils flag-o-matic
+
+DESCRIPTION="Memory efficient serialization library"
+HOMEPAGE="https://google.github.io/flatbuffers/;
+SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="static-libs test"
+
+src_configure() {
+   append-cppflags -std=c++11
+
+   local mycmakeargs=(
+   -DFLATBUFFERS_BUILD_FLATLIB=$(usex static-libs)
+   -DFLATBUFFERS_BUILD_SHAREDLIB=ON
+   -DFLATBUFFERS_BUILD_TESTS=$(usex test)
+   )
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+   dobin "${CMAKE_BUILD_DIR}"/flatc
+}



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

2018-10-04 Thread Andreas Sturmlechner
commit: fae224253d97d87aa38f3fcc900cfb348121affe
Author: Paul Healy  gmail  com>
AuthorDate: Thu Oct  4 18:09:32 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  4 19:11:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae22425

media-sound/pasystray: cleanups following review

dropped pkg_preinst
sorted deps
replaced vcs-snapshot with S=
added space after EAPI

Signed-off-by: Paul Healy  gmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/pasystray/pasystray-0.7.0.ebuild | 12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/media-sound/pasystray/pasystray-0.7.0.ebuild 
b/media-sound/pasystray/pasystray-0.7.0.ebuild
index 6da7af40f6a..2a40a2718dc 100644
--- a/media-sound/pasystray/pasystray-0.7.0.ebuild
+++ b/media-sound/pasystray/pasystray-0.7.0.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit gnome2-utils autotools vcs-snapshot xdg
+
+inherit gnome2-utils autotools xdg
 
 DESCRIPTION="PulseAudio system tray"
 HOMEPAGE="https://github.com/christophgysin/pasystray;
@@ -16,14 +17,16 @@ IUSE="libnotify zeroconf"
 RDEPEND="
>=dev-libs/glib-2.48.2
>=media-sound/pulseaudio-5.0-r3[glib,zeroconf?]
-   zeroconf? ( >=net-dns/avahi-0.6 )
x11-libs/gtk+:3
x11-libs/libX11
+   zeroconf? ( >=net-dns/avahi-0.6 )
libnotify? ( >=x11-libs/libnotify-0.7 )
 "
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 
+S=${WORKDIR}/${PN}-${P}
+
 src_prepare() {
default
eautoreconf
@@ -35,11 +38,6 @@ src_configure() {
$(use_enable zeroconf avahi)
 }
 
-pkg_preinst() {
-   xdg_pkg_preinst
-   gnome2_icon_savelist
-}
-
 pkg_postinst() {
xdg_desktop_database_update
xdg_mimeinfo_database_update



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

2018-10-04 Thread Andreas Sturmlechner
commit: 179256c7db761ab3435d9c3abf5ad6b167ad0765
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Oct  4 17:31:30 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  4 19:11:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=179256c7

dev-util/cgvg: EAPI7, 1.6.3 version bump

Closes: https://bugs.gentoo.org/667748
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10063
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-util/cgvg/Manifest  |  1 +
 dev-util/cgvg/cgvg-1.6.3.ebuild | 15 +++
 2 files changed, 16 insertions(+)

diff --git a/dev-util/cgvg/Manifest b/dev-util/cgvg/Manifest
index 147285dedeb..ba5f760fb27 100644
--- a/dev-util/cgvg/Manifest
+++ b/dev-util/cgvg/Manifest
@@ -1 +1,2 @@
 DIST cgvg-1.6.2.tar.gz 41790 BLAKE2B 
7d3313172862c6b1cd41b3ab824b5c164b498012b8c3a9017804569757aaee0f4e20f7dd14c458eafed6629480e6a0e5c450ed16a06f627735f74c57b1156ad2
 SHA512 
b2b4ec973515a4282c7b5d4ac1009682ac64f632509717fda88c3fa91ee59c21c950b085b86c551d8f2fd75539a319eec0c8837655ad025042cbf6e101c92173
+DIST cgvg-1.6.3.tar.gz 42130 BLAKE2B 
e272a42cbc2c5edf08459273eb9f71036ec1afde4d20bb39593028eaf40026b83707b327ef8892a39b1e6f0f399dff3b52f9ff023e9092e26439d1e935da99d5
 SHA512 
9aeebd0952fc6a99ebeca54bbc54f9ff8858baed3b6c16ae391c033ba6ec6c411e34da88e25ec1208c8f0c536a47424ef09af15bf650485d54921b33c652e0ab

diff --git a/dev-util/cgvg/cgvg-1.6.3.ebuild b/dev-util/cgvg/cgvg-1.6.3.ebuild
new file mode 100644
index 000..e6feba1299f
--- /dev/null
+++ b/dev-util/cgvg/cgvg-1.6.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Minimal command-line source browsing tool similar to cscope"
+HOMEPAGE="http://uzix.org/cgvg.html;
+SRC_URI="http://uzix.org/cgvg/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd"
+
+RDEPEND="dev-lang/perl"
+DEPEND="${RDEPEND}"



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

2018-10-04 Thread Andreas Sturmlechner
commit: 2c9d9a8d659035f53e5c022d77a6a1b13767df31
Author: Paul Healy  gmail  com>
AuthorDate: Mon Oct  1 18:55:08 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  4 19:11:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c9d9a8d

media-sound/pasystray: remove old ebuilds

0.2.1 out of date and 0.6.0-r1 is superseded by 0.6.0-r2

Signed-off-by: Paul Healy  gmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/pasystray/Manifest  |  1 -
 media-sound/pasystray/pasystray-0.2.1.ebuild| 34 
 media-sound/pasystray/pasystray-0.6.0-r1.ebuild | 53 -
 3 files changed, 88 deletions(-)

diff --git a/media-sound/pasystray/Manifest b/media-sound/pasystray/Manifest
index 415bc5e8e13..0e8ecd55798 100644
--- a/media-sound/pasystray/Manifest
+++ b/media-sound/pasystray/Manifest
@@ -1,3 +1,2 @@
-DIST pasystray-0.2.1.tar.bz2 100456 BLAKE2B 
8cf7aa97a20062dffac59969a7b8d1d71e6fdaafd4e944b2ed3444f50fc1a70ab07f1c3e9c349115c8e50d1bf11093649ee41300590934bc4f71fd752b5aa1c2
 SHA512 
db7c05c2eb5fd3dada2e3c23f28978497d17a2147078390ab3e8c88654c4bd8ce48d07a15e9a5b3834acffcc2d86fa719ce2403255915bdfb2eb610bd0549041
 DIST pasystray-0.6.0.tar.gz 53835 BLAKE2B 
ef5abab45a17f6445e8cbd1e37c300aa2c1c25bee3d684d05263b02a507badb1d5ce7a1c76bed94d255e4f2d5e2f18bdfd749e83e98273a52d42ffb12a32f115
 SHA512 
51fdb5aab22ad10ffe73f6de68115ee1559f09f58cfe4d5201a2f262323ca3476a8b09c7fc02c4144414f4661edd25d2d39b3de54ed4c662660867da622c
 DIST pasystray-0.7.0.tar.gz 56014 BLAKE2B 
cba947895fc71a18a43c314486ec3513e844b1df426d0104f321c8ecd28199b6b4adf69f5c10146470a74c5e6f74f505833bd00c4541399a162ddcfb8aac4701
 SHA512 
a98dae85640c0640f921173cf5a794963e974af64a7a972bbc2a53e69060895b55494934bc1fcfd957f0c94ca90e4d52634bf444e841b2a0a57434e05500161b

diff --git a/media-sound/pasystray/pasystray-0.2.1.ebuild 
b/media-sound/pasystray/pasystray-0.2.1.ebuild
deleted file mode 100644
index 3ce386fe140..000
--- a/media-sound/pasystray/pasystray-0.2.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit gnome2-utils
-
-DESCRIPTION="A system tray for pulseaudio controls (replacement for the 
deprecated padevchooser)"
-HOMEPAGE="https://github.com/christophgysin/pasystray;
-SRC_URI="mirror://github/christophgysin/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libnotify"
-
-RDEPEND="
-   || ( >=media-sound/pulseaudio-1.0[glib,avahi] 
>=media-sound/pulseaudio-5.0-r3[glib,zeroconf] )
-   >=net-dns/avahi-0.6
-   x11-libs/gtk+:3
-   x11-libs/libX11
-   libnotify? ( >=x11-libs/libnotify-0.7 )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-DOCS="AUTHORS README TODO"
-
-src_configure() {
-   econf $(use_enable libnotify notify)
-}
-
-pkg_preinst() {gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }

diff --git a/media-sound/pasystray/pasystray-0.6.0-r1.ebuild 
b/media-sound/pasystray/pasystray-0.6.0-r1.ebuild
deleted file mode 100644
index 2730461f08c..000
--- a/media-sound/pasystray/pasystray-0.6.0-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2-utils autotools vcs-snapshot xdg
-
-DESCRIPTION="PulseAudio system tray"
-HOMEPAGE="https://github.com/christophgysin/pasystray;
-SRC_URI="https://github.com/christophgysin/${PN}/archive/${P}.tar.gz;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libnotify zeroconf"
-
-RDEPEND="
-   >=dev-libs/glib-2.48.2
-   >=media-sound/pulseaudio-5.0-r3[glib,zeroconf?]
-   zeroconf? ( >=net-dns/avahi-0.6 )
-   x11-libs/gtk+:3
-   x11-libs/libX11
-   libnotify? ( >=x11-libs/libnotify-0.7 )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_enable libnotify notify) \
-   $(use_enable zeroconf avahi)
-}
-
-pkg_preinst() {
-   xdg_pkg_preinst
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/csound/files/, media-sound/csound/

2018-10-04 Thread Andreas Sturmlechner
commit: cf037c1f38528312fbc283c26a2d389151d5a42b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  4 18:12:06 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  4 19:11:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf037c1f

media-sound/csound: Drop old

Closes: https://bugs.gentoo.org/602376
Closes: https://bugs.gentoo.org/590670
Closes: https://bugs.gentoo.org/599184
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 media-sound/csound/Manifest|   4 -
 media-sound/csound/csound-6.08.0.ebuild| 216 ---
 media-sound/csound/csound-6.09.1.ebuild| 230 -
 media-sound/csound/files/csound-6.05-python.patch  |  19 --
 .../csound/files/csound-6.09.1-python.patch|  23 ---
 5 files changed, 492 deletions(-)

diff --git a/media-sound/csound/Manifest b/media-sound/csound/Manifest
index e41d387d163..1fd37912a56 100644
--- a/media-sound/csound/Manifest
+++ b/media-sound/csound/Manifest
@@ -1,7 +1,3 @@
-DIST Csound6.09.1_manual_html.zip 15537547 BLAKE2B 
8864cd42e811c596b1c17c68d0552edff39437412ce828772cf8cf13f47390d0edc25fa9a85ecfe1a50a01fe592cb0ee27ce5a11679195f8c1b41da9b1ede8cd
 SHA512 
8ddd821737b003d277eadf5b966907314ee50380ab5cc7b9716588d1bcfac8950f591e076752650508c924d1068bac0334523a3d3b869a4f6d4118b822003afd
-DIST Csound6.09.1_manual_pdf.zip 8647957 BLAKE2B 
52209784a08c67284a6481d17eaef8db2abf03f068bf347a40b06d4ba323389371474cb87fd93a318fe6abadeb69afd060be0aa64fdd2b638172ef33a282386a
 SHA512 
1dd2c0058751fe1f176a51741380884db115bdb52416512882c43212fd5ded1c489cc9c423059c1154a1e01528e7bf6e70621eac6ee83a1a4b5e2388ab85ae1b
 DIST Csound6.10.0_manual_html.zip 15944722 BLAKE2B 
dfb2d00650e8d9ff650c60a5601b63446d0ce6d94eeac54812752039ef1b7c8c161a7694cb3381453f86759a810b81754e99cf5c8805cee61171c24a615114ab
 SHA512 
f61f46705607eb39897fd3b27353fb233acd9da5e00a2b64d63116f74b889f2daafa72d48ed7c5ec1890e32d81331f91455861f2cb3fad3d13b7d27ec203357a
 DIST Csound6.10.0_manual_pdf.zip 8687461 BLAKE2B 
ff738378e10ce7e3fd9ab44bed67fdbf4a1de62d89d738a35fd46f25996d85dd8e97260af31bb2fbfe199aecd3f16f0adb5bf94d9a15807d6424002d7ab9682c
 SHA512 
cf6ec335782032fb0703a3042c0222316cd215eba2be242e65d4f1ae23d886177620c96cc63c1aace43a72c1d6258a88612c1ffd5ef0e43675729bae39969fa1
-DIST csound-6.08.0.tar.gz 33948686 BLAKE2B 
6a81e5806420b63ffd487d71d507d34336c46e91ec7073b4805324d04af31101c1ea65142f22aae2de071f149eb8fe4c88547b6795462aea248b585d029bad6c
 SHA512 
22237f7c8ac875fd44789a729f5513dd7f751bbe0446b8a6e43c6a824b1c40978ef051122632af0c3975761fa7f873c01e88b9de7be313d9d23be09ed52c29ca
-DIST csound-6.09.1.tar.gz 41969942 BLAKE2B 
87dd02f61346f95648391c405edc18d08edad9d33c1cd2ab2cf054e0f10b7f987aaedce698a18520a8d8559d1fd78a20fa4f3d7db99e6afb3fdba316207e0495
 SHA512 
c82d3e4fa5fba2c47f916ee102ba841477a819e1905e578089474ce5a7c4a4e70c4ec2768337621fcd2e3843af9b1129ce50f4a4fd3c33bfa27da52815b99454
 DIST csound-6.10.0.tar.gz 42036496 BLAKE2B 
4305eb2aedb076f4a4079e1353f05f9ffe6159311fe905a11998f80eab9ccbbfe57c0601b94762480c486f8edbe0aa0f9b20d18f4db8f9f49d6466a7b2ef4697
 SHA512 
1ccf0a2d5273da016ec585e788e4af0b91f55c3be081a51c53dc39b0fbcfba0cf1308828784a1e5dfc39250dedbd3f4b48afbb5c4140c11fd469ca6753702ed4

diff --git a/media-sound/csound/csound-6.08.0.ebuild 
b/media-sound/csound/csound-6.08.0.ebuild
deleted file mode 100644
index 56eb7fc9cdf..000
--- a/media-sound/csound/csound-6.08.0.ebuild
+++ /dev/null
@@ -1,216 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils java-pkg-opt-2 toolchain-funcs versionator python-single-r1 
cmake-utils
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/csound/csound.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/csound/csound/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A sound design and signal processing system for composition and 
performance"
-HOMEPAGE="https://csound.github.io/;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="+alsa beats chua csoundac curl +cxx debug double-precision dssi examples
-fltk +fluidsynth +image jack java keyboard linear lua luajit nls osc openmp
-portaudio portmidi pulseaudio python samples score static-libs stk tcl test
-+threads +utils vim-syntax websocket"
-
-LANGS=" de en_US es_CO fr it ro ru"
-
-REQUIRED_USE="
-   csoundac? ( || ( lua python ) )
-   java? ( cxx )
-   linear? ( double-precision )
-   lua? ( cxx )
-   python? ( ${PYTHON_REQUIRED_USE} cxx )
-"
-
-RDEPEND="
-   >=media-libs/libsndfile-1.0.16
-   media-libs/libsamplerate
-   alsa? ( media-libs/alsa-lib )
-   csoundac? (
-   x11-libs/fltk:1[threads?]
-   dev-cpp/eigen:3
-   dev-libs/boost:=
-   )
-   curl? ( 

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

2018-10-04 Thread Andreas Sturmlechner
commit: a7858c40c0099e20413ef9d4f7af8af3f6a2308f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  4 19:02:17 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  4 19:11:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7858c40

media-sound/csound: Drop unused CMake variables

Bug: https://bugs.gentoo.org/659400
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 media-sound/csound/csound-.ebuild | 27 +++
 1 file changed, 7 insertions(+), 20 deletions(-)

diff --git a/media-sound/csound/csound-.ebuild 
b/media-sound/csound/csound-.ebuild
index 5906af36652..b97419c554c 100644
--- a/media-sound/csound/csound-.ebuild
+++ b/media-sound/csound/csound-.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 )
 
-inherit java-pkg-opt-2 toolchain-funcs python-single-r1 cmake-utils
+PYTHON_COMPAT=( python2_7 )
+inherit cmake-utils java-pkg-opt-2 python-single-r1 toolchain-funcs
 
 if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="https://github.com/csound/csound.git;
@@ -19,15 +19,15 @@ else
KEYWORDS="~amd64 ~x86"
 fi
 
-DESCRIPTION="A sound design and signal processing system for composition and 
performance"
+DESCRIPTION="Sound design and signal processing system for composition and 
performance"
 HOMEPAGE="https://csound.github.io/;
 
 LICENSE="LGPL-2.1 doc? ( FDL-1.2+ )"
 SLOT="0"
 IUSE="+alsa beats chua csoundac curl +cxx debug doc double-precision dssi 
examples
-fltk +fluidsynth +image jack java keyboard linear lua luajit nls osc openmp
-portaudio portmidi pulseaudio python samples score static-libs stk tcl test
-+threads +utils vim-syntax websocket"
+fltk +fluidsynth +image jack java keyboard linear lua luajit nls osc portaudio
+portaudio portmidi pulseaudio python samples static-libs stk test +threads 
+utils
+vim-syntax websocket"
 
 IUSE_LANGS=" de en_US es es_CO fr it ro ru"
 
@@ -70,10 +70,6 @@ RDEPEND="
pulseaudio? ( media-sound/pulseaudio )
python? ( ${PYTHON_DEPS} )
stk? ( media-libs/stk )
-   tcl? (
-   >=dev-lang/tcl-8.5:0=
-   >=dev-lang/tk-8.5:0=
-   )
utils? ( !media-sound/snd )
websocket? ( net-libs/libwebsockets )
 "
@@ -96,13 +92,7 @@ fi
 # requires specific alsa settings
 RESTRICT="test"
 
-pkg_pretend() {
-   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
 pkg_setup() {
-   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-
if use python || use test ; then
python-single-r1_pkg_setup
fi
@@ -148,18 +138,15 @@ src_configure() {
-DBUILD_LUA_INTERFACE=$(usex lua)
-DUSE_GETTEXT=$(usex nls)
-DBUILD_OSC_OPCODES=$(usex osc)
-   -DUSE_OPEN_MP=$(usex openmp)
-DUSE_PORTAUDIO=$(usex portaudio)
-DUSE_PORTMIDI=$(usex portmidi)
-DUSE_PULSEAUDIO=$(usex pulseaudio)
-DBUILD_PYTHON_OPCODES=$(usex python)
-DBUILD_PYTHON_INTERFACE=$(usex python)
-   -DSCORE_PARSER=$(usex score)
-DBUILD_STATIC_LIBRARY=$(usex static-libs)
-DBUILD_STK_OPCODES=$(usex stk)
-DBUILD_TESTS=$(usex test)
-DBUILD_STATIC_LIBRARY=$(usex test)
-   -DBUILD_TCLCSOUND=$(usex tcl)
-DBUILD_MULTI_CORE=$(usex threads)
-DBUILD_UTILITIES=$(usex utils)
-DBUILD_WEBSOCKET_OPCODE=$(usex websocket)



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

2018-10-04 Thread Andreas Sturmlechner
commit: c8cf58ece9bfb785238f7e1d49dc3e2de6712985
Author: Paul Healy  gmail  com>
AuthorDate: Mon Oct  1 18:53:37 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  4 19:11:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8cf58ec

media-sound/pasystray: version bump to 0.7.0

This update includes:

more configurability for notifications
bug fixes, segfault
memory leak fixed

Signed-off-by: Paul Healy  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10037
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/pasystray/Manifest   |  1 +
 media-sound/pasystray/pasystray-0.7.0.ebuild | 53 
 2 files changed, 54 insertions(+)

diff --git a/media-sound/pasystray/Manifest b/media-sound/pasystray/Manifest
index 7bf1e9caf42..415bc5e8e13 100644
--- a/media-sound/pasystray/Manifest
+++ b/media-sound/pasystray/Manifest
@@ -1,2 +1,3 @@
 DIST pasystray-0.2.1.tar.bz2 100456 BLAKE2B 
8cf7aa97a20062dffac59969a7b8d1d71e6fdaafd4e944b2ed3444f50fc1a70ab07f1c3e9c349115c8e50d1bf11093649ee41300590934bc4f71fd752b5aa1c2
 SHA512 
db7c05c2eb5fd3dada2e3c23f28978497d17a2147078390ab3e8c88654c4bd8ce48d07a15e9a5b3834acffcc2d86fa719ce2403255915bdfb2eb610bd0549041
 DIST pasystray-0.6.0.tar.gz 53835 BLAKE2B 
ef5abab45a17f6445e8cbd1e37c300aa2c1c25bee3d684d05263b02a507badb1d5ce7a1c76bed94d255e4f2d5e2f18bdfd749e83e98273a52d42ffb12a32f115
 SHA512 
51fdb5aab22ad10ffe73f6de68115ee1559f09f58cfe4d5201a2f262323ca3476a8b09c7fc02c4144414f4661edd25d2d39b3de54ed4c662660867da622c
+DIST pasystray-0.7.0.tar.gz 56014 BLAKE2B 
cba947895fc71a18a43c314486ec3513e844b1df426d0104f321c8ecd28199b6b4adf69f5c10146470a74c5e6f74f505833bd00c4541399a162ddcfb8aac4701
 SHA512 
a98dae85640c0640f921173cf5a794963e974af64a7a972bbc2a53e69060895b55494934bc1fcfd957f0c94ca90e4d52634bf444e841b2a0a57434e05500161b

diff --git a/media-sound/pasystray/pasystray-0.7.0.ebuild 
b/media-sound/pasystray/pasystray-0.7.0.ebuild
new file mode 100644
index 000..6da7af40f6a
--- /dev/null
+++ b/media-sound/pasystray/pasystray-0.7.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2-utils autotools vcs-snapshot xdg
+
+DESCRIPTION="PulseAudio system tray"
+HOMEPAGE="https://github.com/christophgysin/pasystray;
+SRC_URI="https://github.com/christophgysin/${PN}/archive/${P}.tar.gz;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="libnotify zeroconf"
+
+RDEPEND="
+   >=dev-libs/glib-2.48.2
+   >=media-sound/pulseaudio-5.0-r3[glib,zeroconf?]
+   zeroconf? ( >=net-dns/avahi-0.6 )
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   libnotify? ( >=x11-libs/libnotify-0.7 )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_enable libnotify notify) \
+   $(use_enable zeroconf avahi)
+}
+
+pkg_preinst() {
+   xdg_pkg_preinst
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] proj/releng:master commit in: tools-musl/portage.amd64.hardened/package.use/, ...

2018-10-04 Thread Anthony G. Basile
commit: 547d9e6fb7dcb41e21ef75ee31de0e6d260dc769
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Oct  4 19:08:31 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Oct  4 19:08:31 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=547d9e6f

tools-musl: don't polute stage3s

 tools-musl/portage.amd64.hardened/package.accept_keywords/stage3 | 4 
 tools-musl/portage.amd64.hardened/package.use/stage4 | 5 -
 2 files changed, 9 deletions(-)

diff --git a/tools-musl/portage.amd64.hardened/package.accept_keywords/stage3 
b/tools-musl/portage.amd64.hardened/package.accept_keywords/stage3
deleted file mode 100644
index 869b28ec..
--- a/tools-musl/portage.amd64.hardened/package.accept_keywords/stage3
+++ /dev/null
@@ -1,4 +0,0 @@
-# needed for layman / stage4
-=net-analyzer/macchanger-1.7.0-r1 ~amd64
-=dev-libs/openssl-1.0.2o-r6 ~amd64
-=dev-python/cryptography-2.1.4-r2 ~amd64

diff --git a/tools-musl/portage.amd64.hardened/package.use/stage4 
b/tools-musl/portage.amd64.hardened/package.use/stage4
deleted file mode 100644
index 5f8147ac..
--- a/tools-musl/portage.amd64.hardened/package.use/stage4
+++ /dev/null
@@ -1,5 +0,0 @@
-app-admin/syslog-ng -tcpd
-sys-apps/kmod lzma  # kernel module compression
-sys-apps/util-linux static-libs  # for genkernel
-sys-boot/grub grub_platforms_pc
-dev-lang/python xml sqlite  # for layman



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

2018-10-04 Thread Nicolas Bock
commit: 7f14a44330f7bdbaf00295f6e6e3e845ac4e0302
Author: Nicolas Bock  gentoo  org>
AuthorDate: Thu Oct  4 18:11:49 2018 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Thu Oct  4 18:11:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f14a443

dev-python/ebuildtester: Version bump to v0.1.13

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Nicolas Bock  gentoo.org>

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

diff --git a/dev-python/ebuildtester/Manifest b/dev-python/ebuildtester/Manifest
index cd609ee765c..197728058a6 100644
--- a/dev-python/ebuildtester/Manifest
+++ b/dev-python/ebuildtester/Manifest
@@ -1,4 +1,5 @@
 DIST ebuildtester-0.1.10.tar.gz 12912 BLAKE2B 
8d1c28c14dbae7d67b718fd957e6d7c1e1d1c996f77d4ffaf8feb505424c533996858bd705133d955d772106c3924f81cc1c2490ff9ac7068d10d838d9fa
 SHA512 
f238fac69415e3a7e0a9ca684aa16ab3a3df5da71daed49a4d6d57b76a696af9089079b995da667d1307b1d4646e7291b8e86777f0486af3b51a8be435b8fe16
 DIST ebuildtester-0.1.12.tar.gz 13608 BLAKE2B 
4ba39f8317028f906da54aca3a3cab466d9b223a93e56b25dd8212c5266e593dbfdc96f8babfc3569bd9bf676ca255636ca1d285481972a794dd9d8208bf
 SHA512 
62d9245c0e6dc428d3def73266aea83b73659318a5a771062b5dddb634398bab62ae12d8588c247377e84a4ba4088b0ef0cc86ff1d5774a306c43af8eb6fdecb
+DIST ebuildtester-0.1.13.tar.gz 14687 BLAKE2B 
d88c739707e6bc0dabaf5f03eb94a55c98f73b2dd23f311df6101556899b9ddebc4f9d40715ab9d2c2a01018fa121589e707afc28b59f18378690a9176b48c75
 SHA512 
88ebe3218d795e395eca2d048f74bbc0bca7c304e3b70d5a04e07256e8d8ae66feadf37d196f46523b9589ec9748aa47f8807e15479b9dd9f42871819f1523f7
 DIST ebuildtester-0.1.6.tar.gz 11350 BLAKE2B 
2dbc73a080cb0e6334e1e852f67dbf04e646030714f706e2ac355aac30679bab4e8420d31072d6c6de85a6dda5c2d4d412643f15cc2692f19b1715b22350c259
 SHA512 
68c877d9eb5dcd0ec21781e92225b3e360ef4fce8aca18b166f1589ba57eaf26e8d9af859e325e1c7c0f80640389a6da137e1fe5920b9be4aa9d35e215d7b80d
 DIST ebuildtester-0.1.7.tar.gz 12257 BLAKE2B 
cfa936bed77cb9a1e7be55055d1feacbd29d10167a7a4987258d197621ee48697335bdc67e1006ea2b6524397a2ad107677aaa70d1fdf8768ec024959ac9aa08
 SHA512 
53bbe3c6cd502c4678cea62d3743ff61ed055d5143a5074c9ac6b136aa05692bdd082467c309ccffb63ad1ba25d88ebcaa1562333ccbd73f4191233c22ca6261

diff --git a/dev-python/ebuildtester/ebuildtester-0.1.13.ebuild 
b/dev-python/ebuildtester/ebuildtester-0.1.13.ebuild
new file mode 100644
index 000..3f9b13bcc09
--- /dev/null
+++ b/dev-python/ebuildtester/ebuildtester-0.1.13.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5,6} )
+
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="A dockerized approach to test a Gentoo package within a clean 
stage3 container"
+HOMEPAGE="http://ebuildtester.readthedocs.io/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+   app-emulation/docker
+"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+
+src_install() {
+   distutils-r1_src_install
+   newbashcomp "${FILESDIR}/${PN}.bash-completion" "${PN}"
+}



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

2018-10-04 Thread Nicolas Bock
commit: e7534ca8a6d1b26b590605bd979f6db2d110efad
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Thu Oct  4 17:07:03 2018 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Thu Oct  4 17:50:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7534ca8

sys-cluster/charliecloud: Drop old 0.2.4 version.

Package-Manager: Portage-2.3.50, Repoman-2.3.10
Signed-off-by: Oliver Freyermuth  googlemail.com>
Signed-off-by: Nicolas Bock  gentoo.org>

 sys-cluster/charliecloud/Manifest  |  1 -
 sys-cluster/charliecloud/charliecloud-0.2.4.ebuild | 67 --
 2 files changed, 68 deletions(-)

diff --git a/sys-cluster/charliecloud/Manifest 
b/sys-cluster/charliecloud/Manifest
index a7ee5de8f60..4bda0f555c3 100644
--- a/sys-cluster/charliecloud/Manifest
+++ b/sys-cluster/charliecloud/Manifest
@@ -1,3 +1,2 @@
-DIST charliecloud-0.2.4.tar.gz 178589 BLAKE2B 
45330f67e4b116150219a2753f341248878e8fa540583a97c5cd55e42498825e749c5ca9133580c180438898e25dd22bbcec37c31c31258ccf1fa0ffb5814375
 SHA512 
456b45d071a18562d914e70b141de55950fcf4a5e2aa882b85bdd8c4abab3a62ab1e413c0524a31be2e278328aab67a898f319bd640e9d9a84163efe24e5a872
 DIST charliecloud-0.9.1.tar.gz 194937 BLAKE2B 
2ef2ee70cee3293ec4f7f589c9a034afa82835981132ea433d720b2a2750df68adb261540c98bc04e7f8904375dd8804819fb3015dc6e65bbe097fa55d558976
 SHA512 
6a54912ceb3ea99e9d3d1fa8469d7288df0b71872c6cb1d5a4d324f6f84754b7e4804ec1a3c2a30e7dd6377a3b474fea849eb42014f3599ad27a3f6214642a2b
 DIST charliecloud-0.9.3.tar.gz 200507 BLAKE2B 
debd06bd6158a473d07618bc8fd9ae8c431212eef87699cdd412cf29390e25f6f9e596ac93eb0d663c47ca0b8243cfbcbfc634066f6de03bb673488471e7ef01
 SHA512 
d312a583438d579ef4ddd6b1d78cc2c6b32e352dad99dcff93f7e0a346aa11fa534091ad6446217bc6fe0dc6d7299d99ffb2c7bb1a441353fd9b2f118ead2c80

diff --git a/sys-cluster/charliecloud/charliecloud-0.2.4.ebuild 
b/sys-cluster/charliecloud/charliecloud-0.2.4.ebuild
deleted file mode 100644
index f7d1882d07b..000
--- a/sys-cluster/charliecloud/charliecloud-0.2.4.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# User namespaces don't play well with the sandbox.
-RESTRICT="test"
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/hpc/${PN}.git;
-   S="${WORKDIR}/${P}"
-else
-   SRC_URI="https://github.com/hpc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-fi
-
-DESCRIPTION="Lightweight user-defined software stacks for high-performance 
computing"
-HOMEPAGE="https://hpc.github.io/charliecloud/;
-
-SLOT="0"
-LICENSE="Apache-2.0"
-IUSE="doc examples +pv test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   pv? ( sys-apps/pv )
-   doc? ( dev-python/sphinx
-  dev-python/sphinx_rtd_theme
-  net-misc/rsync )
-   test? ( app-arch/pigz )"
-
-DOCS=(
-   README.rst
-)
-
-src_compile() {
-   emake
-   use doc && emake -C doc-src
-}
-
-src_install() {
-   emake install PREFIX="${EPREFIX}/usr" DESTDIR="${ED}"
-   if use doc; then
-   mv doc html || die
-   local HTML_DOCS=(html/.)
-   fi
-   if use examples; then
-   docompress -x "${EPREFIX}/usr/share/doc/${PF}/examples"
-   DOCS+=(examples)
-   fi
-   rm -rf "${ED}/usr/share/doc/charliecloud" || die
-   einstalldocs
-}
-
-src_test() {
-   cd "${S}/test" || die
-   export CH_TEST_TARDIR="${T}/tarballs"
-   export CH_TEST_IMGDIR="${T}/images"
-
-   # Do not run tests requiring root.
-   export CH_TEST_PERMDIRS="skip"
-   export CH_TEST_SKIP_DOCKER=yes
-   sed -i 's/CHTEST_HAVE_SUDO=yes/CHTEST_HAVE_SUDO=no/' 
"${S}/test/common.bash" || die
-
-   emake test-quick
-}



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

2018-10-04 Thread Nicolas Bock
commit: 71964eb2da165f13224a5cdfa6dfc7fd8f0d837f
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Thu Oct  4 17:06:30 2018 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Thu Oct  4 17:50:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71964eb2

sys-cluster/charliecloud: version bump to 0.9.3.

Package-Manager: Portage-2.3.50, Repoman-2.3.10
Signed-off-by: Oliver Freyermuth  googlemail.com>
Signed-off-by: Nicolas Bock  gentoo.org>

 sys-cluster/charliecloud/Manifest  |  1 +
 sys-cluster/charliecloud/charliecloud-0.9.3.ebuild | 67 ++
 2 files changed, 68 insertions(+)

diff --git a/sys-cluster/charliecloud/Manifest 
b/sys-cluster/charliecloud/Manifest
index c3cd1e12cdb..a7ee5de8f60 100644
--- a/sys-cluster/charliecloud/Manifest
+++ b/sys-cluster/charliecloud/Manifest
@@ -1,2 +1,3 @@
 DIST charliecloud-0.2.4.tar.gz 178589 BLAKE2B 
45330f67e4b116150219a2753f341248878e8fa540583a97c5cd55e42498825e749c5ca9133580c180438898e25dd22bbcec37c31c31258ccf1fa0ffb5814375
 SHA512 
456b45d071a18562d914e70b141de55950fcf4a5e2aa882b85bdd8c4abab3a62ab1e413c0524a31be2e278328aab67a898f319bd640e9d9a84163efe24e5a872
 DIST charliecloud-0.9.1.tar.gz 194937 BLAKE2B 
2ef2ee70cee3293ec4f7f589c9a034afa82835981132ea433d720b2a2750df68adb261540c98bc04e7f8904375dd8804819fb3015dc6e65bbe097fa55d558976
 SHA512 
6a54912ceb3ea99e9d3d1fa8469d7288df0b71872c6cb1d5a4d324f6f84754b7e4804ec1a3c2a30e7dd6377a3b474fea849eb42014f3599ad27a3f6214642a2b
+DIST charliecloud-0.9.3.tar.gz 200507 BLAKE2B 
debd06bd6158a473d07618bc8fd9ae8c431212eef87699cdd412cf29390e25f6f9e596ac93eb0d663c47ca0b8243cfbcbfc634066f6de03bb673488471e7ef01
 SHA512 
d312a583438d579ef4ddd6b1d78cc2c6b32e352dad99dcff93f7e0a346aa11fa534091ad6446217bc6fe0dc6d7299d99ffb2c7bb1a441353fd9b2f118ead2c80

diff --git a/sys-cluster/charliecloud/charliecloud-0.9.3.ebuild 
b/sys-cluster/charliecloud/charliecloud-0.9.3.ebuild
new file mode 100644
index 000..f7d1882d07b
--- /dev/null
+++ b/sys-cluster/charliecloud/charliecloud-0.9.3.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# User namespaces don't play well with the sandbox.
+RESTRICT="test"
+
+if [[ ${PV} == "" ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/hpc/${PN}.git;
+   S="${WORKDIR}/${P}"
+else
+   SRC_URI="https://github.com/hpc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+DESCRIPTION="Lightweight user-defined software stacks for high-performance 
computing"
+HOMEPAGE="https://hpc.github.io/charliecloud/;
+
+SLOT="0"
+LICENSE="Apache-2.0"
+IUSE="doc examples +pv test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   pv? ( sys-apps/pv )
+   doc? ( dev-python/sphinx
+  dev-python/sphinx_rtd_theme
+  net-misc/rsync )
+   test? ( app-arch/pigz )"
+
+DOCS=(
+   README.rst
+)
+
+src_compile() {
+   emake
+   use doc && emake -C doc-src
+}
+
+src_install() {
+   emake install PREFIX="${EPREFIX}/usr" DESTDIR="${ED}"
+   if use doc; then
+   mv doc html || die
+   local HTML_DOCS=(html/.)
+   fi
+   if use examples; then
+   docompress -x "${EPREFIX}/usr/share/doc/${PF}/examples"
+   DOCS+=(examples)
+   fi
+   rm -rf "${ED}/usr/share/doc/charliecloud" || die
+   einstalldocs
+}
+
+src_test() {
+   cd "${S}/test" || die
+   export CH_TEST_TARDIR="${T}/tarballs"
+   export CH_TEST_IMGDIR="${T}/images"
+
+   # Do not run tests requiring root.
+   export CH_TEST_PERMDIRS="skip"
+   export CH_TEST_SKIP_DOCKER=yes
+   sed -i 's/CHTEST_HAVE_SUDO=yes/CHTEST_HAVE_SUDO=no/' 
"${S}/test/common.bash" || die
+
+   emake test-quick
+}



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

2018-10-04 Thread Aaron Swenson
commit: 6129954809d3cb066e8f17d6d6940552f04ae51b
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Thu Oct  4 17:34:36 2018 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Thu Oct  4 17:37:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61299548

dev-python/sshtunnel: Initial commit

Required by >=dev-db/pgadmin4-3.3

Bug: https://bugs.gentoo.org/665754
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Signed-off-by: Aaron Swenson  gentoo.org>

 dev-python/sshtunnel/Manifest   |  1 +
 dev-python/sshtunnel/metadata.xml   |  8 
 dev-python/sshtunnel/sshtunnel-0.1.4.ebuild | 29 +
 3 files changed, 38 insertions(+)

diff --git a/dev-python/sshtunnel/Manifest b/dev-python/sshtunnel/Manifest
new file mode 100644
index 000..a5b9b6e492b
--- /dev/null
+++ b/dev-python/sshtunnel/Manifest
@@ -0,0 +1 @@
+DIST sshtunnel-0.1.4.tar.gz 48330 BLAKE2B 
5fdc5dd602274a16025f250fcc3a36453a17c921f51367cac0cb0ef36be6251f687b53b1df6072d1e32456a5c0fa5ec6d2fd8e5d4874977a641a6c9ba81ac57c
 SHA512 
c228fe79cf5172c950777a40b27ababd42a31b7aad8a8472d55a2b3babf5aa4c5308799bb271f33f0e943c309eb9adedee321045a03324cb5e30a385178751ca

diff --git a/dev-python/sshtunnel/metadata.xml 
b/dev-python/sshtunnel/metadata.xml
new file mode 100644
index 000..b3c1d365eaa
--- /dev/null
+++ b/dev-python/sshtunnel/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   titanof...@gentoo.org
+   Aaron W. Swenson
+   
+

diff --git a/dev-python/sshtunnel/sshtunnel-0.1.4.ebuild 
b/dev-python/sshtunnel/sshtunnel-0.1.4.ebuild
new file mode 100644
index 000..4aeb081ac92
--- /dev/null
+++ b/dev-python/sshtunnel/sshtunnel-0.1.4.ebuild
@@ -0,0 +1,29 @@
+# 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,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pure python SSH tunnels"
+HOMEPAGE="https://pypi.python.org/pypi/sshtunnel;
+SRC_URI="mirror://pypi/s/sshtunnel/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86 ~arm"
+LICENSE="MIT"
+SLOT="0"
+
+IUSE="test"
+
+RDEPEND="dev-python/paramiko[${PYTHON_USEDEP}]"
+
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/tox[${PYTHON_USEDEP}] )
+"
+
+python_test() {
+   esetup.py test
+}



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

2018-10-04 Thread Zac Medico
commit: ca10e85174d27707ad3fe879f664f43f405d43ab
Author: Gwendal Grignou  chromium  org>
AuthorDate: Wed Oct  3 06:50:34 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Oct  4 17:35:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca10e851

sys-apps/nvme-cli: Use uuid USE variable

Remove udev variable, nvme-cli does not use LIBUDEV anymore.
Add option to choose uuid based on USE variable.

BUG=chromium:891527
TEST=build_package --board fizz nvme-cli compiles, without uuid code.

Change-Id: I508d2776f58b7a1c96ed968dfa109acbb90e7b6d
Signed-off-by: Gwendal Grignou  chromium.org>
Signed-off-by: Zac Medico  gentoo.org>
Closes: https://bugs.gentoo.org/667634
Package-Manager: Portage-2.3.50, Repoman-2.3.10

 sys-apps/nvme-cli/metadata.xml   |  3 +++
 sys-apps/nvme-cli/nvme-cli-1.6-r1.ebuild | 30 ++
 2 files changed, 33 insertions(+)

diff --git a/sys-apps/nvme-cli/metadata.xml b/sys-apps/nvme-cli/metadata.xml
index b267c485695..f9ed9d1035d 100644
--- a/sys-apps/nvme-cli/metadata.xml
+++ b/sys-apps/nvme-cli/metadata.xml
@@ -7,4 +7,7 @@
   
 linux-nvme/nvme-cli
   
+  
+UUID support
+  
 

diff --git a/sys-apps/nvme-cli/nvme-cli-1.6-r1.ebuild 
b/sys-apps/nvme-cli/nvme-cli-1.6-r1.ebuild
new file mode 100644
index 000..f54d27afc76
--- /dev/null
+++ b/sys-apps/nvme-cli/nvme-cli-1.6-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="NVM-Express user space tooling for Linux"
+HOMEPAGE="https://github.com/linux-nvme/nvme-cli;
+SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+RESTRICT="test"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+uuid"
+
+RDEPEND="uuid? ( sys-apps/util-linux:= )"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   sed -i 's:^LIBUUID =:LIBUUID ?=:' -i Makefile || die
+}
+
+src_configure() {
+   tc-export CC
+   export PREFIX="${EPREFIX}/usr"
+   MAKEOPTS+=" LIBUUID=$(usex uuid 0 1)"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/snack/

2018-10-04 Thread Alfredo Tupone
commit: eb2e9e439c34051b2d8c6e963c0fd48f0a01c9f2
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Thu Oct  4 17:31:28 2018 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Thu Oct  4 17:31:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb2e9e43

dev-tcltk/snack: Fix configure

Closes: https://bugs.gentoo.org/667734
Signed-off-by: Alfredo Tupone  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-tcltk/snack/snack-2.2.10-r7.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-tcltk/snack/snack-2.2.10-r7.ebuild 
b/dev-tcltk/snack/snack-2.2.10-r7.ebuild
index 964ec12d5b4..8e0d447a69c 100644
--- a/dev-tcltk/snack/snack-2.2.10-r7.ebuild
+++ b/dev-tcltk/snack/snack-2.2.10-r7.ebuild
@@ -58,9 +58,10 @@ src_configure() {
 
use alsa && myconf+=" --enable-alsa"
 
-   use vorbis && \
+   if use vorbis; then
myconf+=" --with-ogg-include="${EPREFIX}"/usr/include"
myconf+=" --with-ogg-lib="${EPREFIX}"/usr/$(get_libdir)"
+   fi
 
econf \
--libdir="${EPREFIX}"/usr/$(get_libdir) \



[gentoo-commits] repo/gentoo:master commit in: app-crypt/easy-rsa/

2018-10-04 Thread Mikle Kolyada
commit: 945f1ad906fadaccef9f2fa601d6760d61a6c83a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Oct  4 17:21:24 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Oct  4 17:21:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=945f1ad9

app-crypt/easy-rsa: Version bump (v3.0.5)

Closes: https://bugs.gentoo.org/665356
Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 app-crypt/easy-rsa/Manifest  |  1 +
 app-crypt/easy-rsa/easy-rsa-3.0.5.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/app-crypt/easy-rsa/Manifest b/app-crypt/easy-rsa/Manifest
index 6dbd7e7b877..473d5fff2a0 100644
--- a/app-crypt/easy-rsa/Manifest
+++ b/app-crypt/easy-rsa/Manifest
@@ -1 +1,2 @@
 DIST EasyRSA-3.0.4.tgz 37721 BLAKE2B 
84d81eb86dfee42f6de935cbd308262d36626170880a24d260dd8ae708d6340feb63866cb1704c9209675112eef4a251399e19948e88067e90b410c00707a770
 SHA512 
0bc145e510891af022c05427436c3ec7a29fce9d83e022954acd0cc470c88c43f5549af0b6263b46e8dc5fd167621a118cba0c01a514c51032cea8f1efbb9787
+DIST easy-rsa-3.0.5.tar.gz 638366 BLAKE2B 
990ef0cc7effd80d06d15dbb2dc3ef9a0a282a4adb501475fbd43c1b50bead374ba78ee9652e9c0f8d2e54354be4da6a0ae302e4ef2d576bd7fd981d59566d64
 SHA512 
9231ca7fda489a230d8418679d8824503ae680e2de6682d5f2d2fa716597f7df5980b7b88a3f6eb4fa0b7d9bbead59a1e2e4b8f4a5a36bda7f78ffa8f3c23d34

diff --git a/app-crypt/easy-rsa/easy-rsa-3.0.5.ebuild 
b/app-crypt/easy-rsa/easy-rsa-3.0.5.ebuild
new file mode 100644
index 000..ff99431b6da
--- /dev/null
+++ b/app-crypt/easy-rsa/easy-rsa-3.0.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Small RSA key management package, based on OpenSSL"
+HOMEPAGE="https://openvpn.net/;
+SRC_URI="https://github.com/OpenVPN/easy-rsa/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+IUSE="libressl"
+
+DEPEND="!libressl? ( >=dev-libs/openssl-0.9.6:0 )
+   libressl? ( dev-libs/libressl )"
+RDEPEND="${DEPEND}
+   !

[gentoo-commits] data/api:master commit in: files/overlays/

2018-10-04 Thread Michał Górny
commit: ec3cb4558089002377b877185848898fa4faa59b
Author: Jochen Klein  gmail  com>
AuthorDate: Thu Oct  4 10:24:37 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct  4 17:17:06 2018 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=ec3cb455

repositories: Add qgp overlay

Signed-off-by: Jochen Klein  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>
Closes: https://github.com/gentoo/api-gentoo-org/pull/161

 files/overlays/repositories.xml | 13 +
 1 file changed, 13 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 2ee7112..ff8dea2 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -3660,6 +3660,19 @@
 https://cgit.gentoo.org/proj/kvm-tools.git/atom/
 
   
+  
+qgp
+qgp overlay (mostly computing and HEP)
+https://github.com/qgp/gentoo-qgp
+
+  qgp1...@gmail.com
+  Jochen Klein
+
+https://github.com/qgp/gentoo-qgp.git
+git://github.com/qgp/gentoo-qgp.git
+git+ssh://g...@github.com:qgp/gentoo-qgp.git
+https://github.com/qgp/gentoo-qgp/commits/master.atom
+  
   
 qt
 Official testing overlay for Qt and related packages, provided



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

2018-10-04 Thread Michał Górny
commit: 2bf0818eb6496ff5e6300f6ed24e1feecdc0cd3a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct  4 17:09:05 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct  4 17:09:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bf0818e

dev-python/pypy3-bin: Revert "Add a version built against libffi.so.7"

Revert due to ebuild file not included.

Reverts: 2aeecce9a285959b18eee610b8a66a58fea503f0
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pypy3-bin/Manifest | 5 -
 1 file changed, 5 deletions(-)

diff --git a/dev-python/pypy3-bin/Manifest b/dev-python/pypy3-bin/Manifest
index 238fe3e36bf..78048a44c10 100644
--- a/dev-python/pypy3-bin/Manifest
+++ b/dev-python/pypy3-bin/Manifest
@@ -5,11 +5,6 @@ DIST pypy3-bin-5.10.1-x86+bzip2+ncurses+sse2.tar.lz 5351320 
BLAKE2B e45ede827a98
 DIST pypy3-bin-5.10.1-x86+bzip2+ncurses.tar.lz 5343927 BLAKE2B 
27c5842a1f00ff9b56c1417c290ab677bc8e1cff36ce5d226f1e3e262b14c0f0e8a5f3d474e23bcaef467b8210357d0724e752d9249f275c16cc645e59cd1530
 SHA512 
6f7ff616d6d0532ce4919d5e6cd69a46fd81c548efda2869653ce07d736d83f256f302040726931d85c83a297ab4c7f6e15675a17576fbffa4313a48435e182e
 DIST pypy3-bin-6.0.0-amd64+bzip2+jit+ncurses.tar.lz 10674209 BLAKE2B 
f9e00ba0cdc113ebe156212c5497e122a45bc9544cb242ad02273e06210eb691f930aee7faf1d4ed3a7b14080905a9cb6d30b309c38a2c3795f2183750b4469f
 SHA512 
52e615e2b51a43a2c91f9a2a8f0cec16a6090bfd230ef08dda462bb530da9ee66acec9c449e77f299e0b3363d6bcbc7150b14e7adbe9862d36f4738dfc6be1ca
 DIST pypy3-bin-6.0.0-amd64+bzip2+ncurses.tar.lz 6703329 BLAKE2B 
64ad2b2ae1580833735dc5ce4b821f79458c98c5f761d7c9834624aff172204ac16e23582e3a776baa85accd221a9fd2225c22099de1de9c319b4f29b5f15071
 SHA512 
57b2e2f0ddc8d6f78beff6c049adb0a8d316db1d9f7bf5e07e4e593fa363e5ced37d212f549c0a5305459207694ac5a6aac9698a1ca3a4bf56a4437899b7e97b
-DIST pypy3-bin-6.0.0-ffi7-amd64+bzip2+jit+ncurses.tar.lz 10697120 BLAKE2B 
3e368d0fb6b875472d79b531bef926bedddf73c1f2bb25e00f56cd41c4349be119281d2c2d52239bd2769f3f9810280f8c00d9332e02b8664e46de06f2c112d8
 SHA512 
2e9c405212d35289a8add374cae185bf9096a46604c4e2935f1a58bee51aa756b311e5b611098e917da7fbd10194706fca809249f627b7d4b8c628bf9b38aa54
-DIST pypy3-bin-6.0.0-ffi7-amd64+bzip2+ncurses.tar.lz 6710567 BLAKE2B 
239badab3e3f4cb17116f2d2b3cbf58f7a481bdbc78d813563f5a7c2c67002cce598de70ebdbdd8d5dc348ec5db07559a2f35e712ebe46d1f472f2b2ccb9fa05
 SHA512 
ae3e76c2df50a2ec39e8f447fcacf913a1e9a3cf1268324ddc303b35e8a7a07413278e313e92579c311238ec185cb61d3d97fcbf6e972846859dc423792f55f0
-DIST pypy3-bin-6.0.0-ffi7-x86+bzip2+jit+ncurses+sse2.tar.lz 8253376 BLAKE2B 
6ea95d691a5ccbb89bfd5f9351199f3d3cd4cb855d44937db58ac6327b80b71ed5d15f5dcbdc961ccf5ea1fa945ba31917716a3b9ff79327f4db3a99961569c2
 SHA512 
e68722eb0004680df884ff98bda906e94a5252c4e6b3ca55fe2df48a5a18d9dccc0218906c6b71a579a7a97da3a4633bb42317a276ee2640a16a9d31c1939f8e
-DIST pypy3-bin-6.0.0-ffi7-x86+bzip2+ncurses+sse2.tar.lz 5384351 BLAKE2B 
952676b1ec9c71b5ec477011ec4c5020512508f7c40009d8715972726469319bccb30546105dd68be22a02572f6646f06057495442da12d889ac9695a1b14537
 SHA512 
c4b4289b9348ad35f79f0581e2d3a8cf1109a3edfb52cccf8e04a0089c706ae12de819d901f875bff3a439680694a98c85605c1b9abfd7fd4ff825846c2c89e3
-DIST pypy3-bin-6.0.0-ffi7-x86+bzip2+ncurses.tar.lz 5384380 BLAKE2B 
7e452d0b163f401d0741e95aa2f55e84eb223eb3152f0299b365d1dd53268d315496977d988149c29e0e3439834d7283bfa9a9e05f2d7a8abb3f3d65aa05e567
 SHA512 
d743c4275abfbce1ef1ae2949e93097faeca8377e38761183ff7d0cc23b92d93700bf370d1511c968743e769a0b41acfeae01543885cc55bef8cdd2c6817af0f
 DIST pypy3-bin-6.0.0-x86+bzip2+jit+ncurses+sse2.tar.lz 8268406 BLAKE2B 
8200d7cfc5bd813cf3138017c96cace1c07bc031f68d5a9df2f71cb887a5dd3bb979dbc67d395389c965904037935a518bf6c1492b04ce5a9f21a9bb3bb5504a
 SHA512 
4c09c454b25faa51024c5319ba5e91f4b1883bdd25f504694f83011ef1faffe7aa28a51369d3c5c6bb9f0d8eb53d1292d57608343b731c67ceeb99f41736b044
 DIST pypy3-bin-6.0.0-x86+bzip2+ncurses+sse2.tar.lz 5363942 BLAKE2B 
d53b89ef73c2d4ee2bc00360a0c4a791fd8b6ac2d28dfeeb7510a465e6302f79c378aacebbaf4993b6ee55dbc6d85876149fe3f5a0d689713f029c928d93a729
 SHA512 
ce72d84200dd275841e691810dbf402423883b282cacbe8bbdae9285936869d40b3d43d053b0f3d4904c7ced72f35480d1780358180a1c98e8111852fef1f77f
 DIST pypy3-bin-6.0.0-x86+bzip2+ncurses.tar.lz 5366917 BLAKE2B 
338a9c221048dabc548250edec05256be64dd5d1aeb5b2fff839d7d5e8dda29e7d4e0a03b1fc0c9cd418685c558bb47598c625e2d28cd4caabc45e21eee9f4f8
 SHA512 
5274535d01564a9087aea486320921c8784cabcc7bde3634c27b9006988fdc745e6e5e5c2fb8e7b0318fd5ca6fda3fce208743cfa079a7474ea44277237ea873



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

2018-10-04 Thread Michał Górny
commit: 43f216a25f973282b9f5ecffc7e9a16d2f3657e1
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct  4 15:20:28 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct  4 17:09:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43f216a2

dev-python/pypy3-bin: Add a version built against libffi.so.7

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pypy3-bin/Manifest|   5 +
 dev-python/pypy3-bin/pypy3-bin-6.0.0-r100.ebuild | 183 +++
 2 files changed, 188 insertions(+)

diff --git a/dev-python/pypy3-bin/Manifest b/dev-python/pypy3-bin/Manifest
index 78048a44c10..238fe3e36bf 100644
--- a/dev-python/pypy3-bin/Manifest
+++ b/dev-python/pypy3-bin/Manifest
@@ -5,6 +5,11 @@ DIST pypy3-bin-5.10.1-x86+bzip2+ncurses+sse2.tar.lz 5351320 
BLAKE2B e45ede827a98
 DIST pypy3-bin-5.10.1-x86+bzip2+ncurses.tar.lz 5343927 BLAKE2B 
27c5842a1f00ff9b56c1417c290ab677bc8e1cff36ce5d226f1e3e262b14c0f0e8a5f3d474e23bcaef467b8210357d0724e752d9249f275c16cc645e59cd1530
 SHA512 
6f7ff616d6d0532ce4919d5e6cd69a46fd81c548efda2869653ce07d736d83f256f302040726931d85c83a297ab4c7f6e15675a17576fbffa4313a48435e182e
 DIST pypy3-bin-6.0.0-amd64+bzip2+jit+ncurses.tar.lz 10674209 BLAKE2B 
f9e00ba0cdc113ebe156212c5497e122a45bc9544cb242ad02273e06210eb691f930aee7faf1d4ed3a7b14080905a9cb6d30b309c38a2c3795f2183750b4469f
 SHA512 
52e615e2b51a43a2c91f9a2a8f0cec16a6090bfd230ef08dda462bb530da9ee66acec9c449e77f299e0b3363d6bcbc7150b14e7adbe9862d36f4738dfc6be1ca
 DIST pypy3-bin-6.0.0-amd64+bzip2+ncurses.tar.lz 6703329 BLAKE2B 
64ad2b2ae1580833735dc5ce4b821f79458c98c5f761d7c9834624aff172204ac16e23582e3a776baa85accd221a9fd2225c22099de1de9c319b4f29b5f15071
 SHA512 
57b2e2f0ddc8d6f78beff6c049adb0a8d316db1d9f7bf5e07e4e593fa363e5ced37d212f549c0a5305459207694ac5a6aac9698a1ca3a4bf56a4437899b7e97b
+DIST pypy3-bin-6.0.0-ffi7-amd64+bzip2+jit+ncurses.tar.lz 10697120 BLAKE2B 
3e368d0fb6b875472d79b531bef926bedddf73c1f2bb25e00f56cd41c4349be119281d2c2d52239bd2769f3f9810280f8c00d9332e02b8664e46de06f2c112d8
 SHA512 
2e9c405212d35289a8add374cae185bf9096a46604c4e2935f1a58bee51aa756b311e5b611098e917da7fbd10194706fca809249f627b7d4b8c628bf9b38aa54
+DIST pypy3-bin-6.0.0-ffi7-amd64+bzip2+ncurses.tar.lz 6710567 BLAKE2B 
239badab3e3f4cb17116f2d2b3cbf58f7a481bdbc78d813563f5a7c2c67002cce598de70ebdbdd8d5dc348ec5db07559a2f35e712ebe46d1f472f2b2ccb9fa05
 SHA512 
ae3e76c2df50a2ec39e8f447fcacf913a1e9a3cf1268324ddc303b35e8a7a07413278e313e92579c311238ec185cb61d3d97fcbf6e972846859dc423792f55f0
+DIST pypy3-bin-6.0.0-ffi7-x86+bzip2+jit+ncurses+sse2.tar.lz 8253376 BLAKE2B 
6ea95d691a5ccbb89bfd5f9351199f3d3cd4cb855d44937db58ac6327b80b71ed5d15f5dcbdc961ccf5ea1fa945ba31917716a3b9ff79327f4db3a99961569c2
 SHA512 
e68722eb0004680df884ff98bda906e94a5252c4e6b3ca55fe2df48a5a18d9dccc0218906c6b71a579a7a97da3a4633bb42317a276ee2640a16a9d31c1939f8e
+DIST pypy3-bin-6.0.0-ffi7-x86+bzip2+ncurses+sse2.tar.lz 5384351 BLAKE2B 
952676b1ec9c71b5ec477011ec4c5020512508f7c40009d8715972726469319bccb30546105dd68be22a02572f6646f06057495442da12d889ac9695a1b14537
 SHA512 
c4b4289b9348ad35f79f0581e2d3a8cf1109a3edfb52cccf8e04a0089c706ae12de819d901f875bff3a439680694a98c85605c1b9abfd7fd4ff825846c2c89e3
+DIST pypy3-bin-6.0.0-ffi7-x86+bzip2+ncurses.tar.lz 5384380 BLAKE2B 
7e452d0b163f401d0741e95aa2f55e84eb223eb3152f0299b365d1dd53268d315496977d988149c29e0e3439834d7283bfa9a9e05f2d7a8abb3f3d65aa05e567
 SHA512 
d743c4275abfbce1ef1ae2949e93097faeca8377e38761183ff7d0cc23b92d93700bf370d1511c968743e769a0b41acfeae01543885cc55bef8cdd2c6817af0f
 DIST pypy3-bin-6.0.0-x86+bzip2+jit+ncurses+sse2.tar.lz 8268406 BLAKE2B 
8200d7cfc5bd813cf3138017c96cace1c07bc031f68d5a9df2f71cb887a5dd3bb979dbc67d395389c965904037935a518bf6c1492b04ce5a9f21a9bb3bb5504a
 SHA512 
4c09c454b25faa51024c5319ba5e91f4b1883bdd25f504694f83011ef1faffe7aa28a51369d3c5c6bb9f0d8eb53d1292d57608343b731c67ceeb99f41736b044
 DIST pypy3-bin-6.0.0-x86+bzip2+ncurses+sse2.tar.lz 5363942 BLAKE2B 
d53b89ef73c2d4ee2bc00360a0c4a791fd8b6ac2d28dfeeb7510a465e6302f79c378aacebbaf4993b6ee55dbc6d85876149fe3f5a0d689713f029c928d93a729
 SHA512 
ce72d84200dd275841e691810dbf402423883b282cacbe8bbdae9285936869d40b3d43d053b0f3d4904c7ced72f35480d1780358180a1c98e8111852fef1f77f
 DIST pypy3-bin-6.0.0-x86+bzip2+ncurses.tar.lz 5366917 BLAKE2B 
338a9c221048dabc548250edec05256be64dd5d1aeb5b2fff839d7d5e8dda29e7d4e0a03b1fc0c9cd418685c558bb47598c625e2d28cd4caabc45e21eee9f4f8
 SHA512 
5274535d01564a9087aea486320921c8784cabcc7bde3634c27b9006988fdc745e6e5e5c2fb8e7b0318fd5ca6fda3fce208743cfa079a7474ea44277237ea873

diff --git a/dev-python/pypy3-bin/pypy3-bin-6.0.0-r100.ebuild 
b/dev-python/pypy3-bin/pypy3-bin-6.0.0-r100.ebuild
new file mode 100644
index 000..d98c618d9eb
--- /dev/null
+++ b/dev-python/pypy3-bin/pypy3-bin-6.0.0-r100.ebuild
@@ -0,0 +1,183 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# Test runner needs Python 2.
+PYTHON_COMPAT=( 

  1   2   3   >