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

2019-07-28 Thread Zac Medico
commit: f3a38739108e676f971602127d4c00bf6ff5bcda
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Jul 29 06:30:24 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Jul 29 06:40:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a38739

dev-util/bazel: RESTRICT=test

Closes: https://bugs.gentoo.org/690794
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Zac Medico  gentoo.org>

 dev-util/bazel/bazel-0.24.1-r1.ebuild | 5 +++--
 dev-util/bazel/bazel-0.26.1-r1.ebuild | 5 +++--
 dev-util/bazel/bazel-0.27.0-r1.ebuild | 5 +++--
 dev-util/bazel/bazel-0.27.2.ebuild| 5 +++--
 dev-util/bazel/bazel-0.28.1.ebuild| 5 +++--
 5 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/dev-util/bazel/bazel-0.24.1-r1.ebuild 
b/dev-util/bazel/bazel-0.24.1-r1.ebuild
index a1d730d5713..84224be1166 100644
--- a/dev-util/bazel/bazel-0.24.1-r1.ebuild
+++ b/dev-util/bazel/bazel-0.24.1-r1.ebuild
@@ -13,9 +13,10 @@ 
SRC_URI="https://github.com/bazelbuild/bazel/releases/download/${PV}/${P}-dist.z
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="examples test tools"
+IUSE="examples tools"
 # strip corrupts the bazel binary
-RESTRICT="strip test? ( network-sandbox ) !test? ( test )"
+# test fails with network-sandbox: An error occurred during the fetch of 
repository 'io_bazel_skydoc' (bug 690794)
+RESTRICT="strip test"
 RDEPEND=">=virtual/jdk-1.8:*"
 DEPEND="${RDEPEND}
app-arch/unzip

diff --git a/dev-util/bazel/bazel-0.26.1-r1.ebuild 
b/dev-util/bazel/bazel-0.26.1-r1.ebuild
index a1d730d5713..84224be1166 100644
--- a/dev-util/bazel/bazel-0.26.1-r1.ebuild
+++ b/dev-util/bazel/bazel-0.26.1-r1.ebuild
@@ -13,9 +13,10 @@ 
SRC_URI="https://github.com/bazelbuild/bazel/releases/download/${PV}/${P}-dist.z
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="examples test tools"
+IUSE="examples tools"
 # strip corrupts the bazel binary
-RESTRICT="strip test? ( network-sandbox ) !test? ( test )"
+# test fails with network-sandbox: An error occurred during the fetch of 
repository 'io_bazel_skydoc' (bug 690794)
+RESTRICT="strip test"
 RDEPEND=">=virtual/jdk-1.8:*"
 DEPEND="${RDEPEND}
app-arch/unzip

diff --git a/dev-util/bazel/bazel-0.27.0-r1.ebuild 
b/dev-util/bazel/bazel-0.27.0-r1.ebuild
index a1d730d5713..84224be1166 100644
--- a/dev-util/bazel/bazel-0.27.0-r1.ebuild
+++ b/dev-util/bazel/bazel-0.27.0-r1.ebuild
@@ -13,9 +13,10 @@ 
SRC_URI="https://github.com/bazelbuild/bazel/releases/download/${PV}/${P}-dist.z
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="examples test tools"
+IUSE="examples tools"
 # strip corrupts the bazel binary
-RESTRICT="strip test? ( network-sandbox ) !test? ( test )"
+# test fails with network-sandbox: An error occurred during the fetch of 
repository 'io_bazel_skydoc' (bug 690794)
+RESTRICT="strip test"
 RDEPEND=">=virtual/jdk-1.8:*"
 DEPEND="${RDEPEND}
app-arch/unzip

diff --git a/dev-util/bazel/bazel-0.27.2.ebuild 
b/dev-util/bazel/bazel-0.27.2.ebuild
index a1d730d5713..84224be1166 100644
--- a/dev-util/bazel/bazel-0.27.2.ebuild
+++ b/dev-util/bazel/bazel-0.27.2.ebuild
@@ -13,9 +13,10 @@ 
SRC_URI="https://github.com/bazelbuild/bazel/releases/download/${PV}/${P}-dist.z
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="examples test tools"
+IUSE="examples tools"
 # strip corrupts the bazel binary
-RESTRICT="strip test? ( network-sandbox ) !test? ( test )"
+# test fails with network-sandbox: An error occurred during the fetch of 
repository 'io_bazel_skydoc' (bug 690794)
+RESTRICT="strip test"
 RDEPEND=">=virtual/jdk-1.8:*"
 DEPEND="${RDEPEND}
app-arch/unzip

diff --git a/dev-util/bazel/bazel-0.28.1.ebuild 
b/dev-util/bazel/bazel-0.28.1.ebuild
index a1d730d5713..84224be1166 100644
--- a/dev-util/bazel/bazel-0.28.1.ebuild
+++ b/dev-util/bazel/bazel-0.28.1.ebuild
@@ -13,9 +13,10 @@ 
SRC_URI="https://github.com/bazelbuild/bazel/releases/download/${PV}/${P}-dist.z
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="examples test tools"
+IUSE="examples tools"
 # strip corrupts the bazel binary
-RESTRICT="strip test? ( network-sandbox ) !test? ( test )"
+# test fails with network-sandbox: An error occurred during the fetch of 
repository 'io_bazel_skydoc' (bug 690794)
+RESTRICT="strip test"
 RDEPEND=">=virtual/jdk-1.8:*"
 DEPEND="${RDEPEND}
app-arch/unzip



[gentoo-commits] repo/gentoo:master commit in: sci-physics/root/

2019-07-28 Thread Guilherme Amadio
commit: 1d6682e0dce73bec8bf772903f5546d49f977bbb
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Fri Jul 26 14:06:27 2019 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Mon Jul 29 06:33:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6682e0

sci-physics/root: drop old

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Guilherme Amadio  gentoo.org>

 sci-physics/root/root-6.16.00.ebuild | 318 ---
 1 file changed, 318 deletions(-)

diff --git a/sci-physics/root/root-6.16.00.ebuild 
b/sci-physics/root/root-6.16.00.ebuild
deleted file mode 100644
index 86ee4bde95b..000
--- a/sci-physics/root/root-6.16.00.ebuild
+++ /dev/null
@@ -1,318 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-CMAKE_BUILD_TYPE=Release
-# ninja does not work due to fortran
-CMAKE_MAKEFILE_GENERATOR=emake
-FORTRAN_NEEDED="fortran"
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
-
-inherit cmake-utils cuda eapi7-ver elisp-common eutils fortran-2 \
-   llvm prefix python-single-r1 toolchain-funcs
-
-DESCRIPTION="C++ data analysis framework and interpreter from CERN"
-HOMEPAGE="https://root.cern";
-SRC_URI="https://root.cern/download/${PN}_v${PV}.source.tar.gz";
-
-IUSE="+X aqua +asimage +c++11 c++14 c++17 cuda +davix emacs +examples
-   fits fftw fortran +gdml graphviz +gsl http jemalloc kerberos ldap
-   libcxx memstat +minuit mysql odbc +opengl oracle postgres prefix
-   pythia6 pythia8 +python qt5 R +roofit root7 shadow sqlite +ssl
-   table +tbb test +threads +tiff +tmva +unuran vc xinetd +xml xrootd
-   zeroconf"
-
-SLOT="$(ver_cut 1-2)/$(ver_cut 3)"
-LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA"
-KEYWORDS="~amd64 ~x86"
-
-REQUIRED_USE="
-   ^^ ( c++11 c++14 c++17 )
-   cuda? ( tmva !c++17 )
-   !X? ( !asimage !opengl !qt5 !tiff )
-   davix? ( ssl xml )
-   python? ( ${PYTHON_REQUIRED_USE} )
-   qt5? ( root7 )
-   root7? ( || ( c++14 c++17 ) )
-   tmva? ( gsl )
-"
-
-CDEPEND="
-   app-arch/lz4
-   app-arch/xz-utils
-   fortran? ( dev-lang/cfortran )
-   dev-libs/libpcre:3
-   dev-libs/xxhash
-   media-fonts/dejavu
-   media-libs/freetype:2
-   media-libs/libpng:0=
-   sys-devel/llvm:5=
-   sys-libs/ncurses:=
-   sys-libs/zlib
-   X? (
-   x11-libs/libX11:0
-   x11-libs/libXext:0
-   x11-libs/libXft:0
-   x11-libs/libXpm:0
-   opengl? (
-   media-libs/ftgl:0=
-   media-libs/glew:0=
-   virtual/opengl
-   virtual/glu
-   x11-libs/gl2ps:0=
-   )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwebengine:5[widgets]
-   )
-   )
-   asimage? ( media-libs/libafterimage[gif,jpeg,png,tiff?] )
-   zeroconf? ( net-dns/avahi[mdnsresponder-compat] )
-   cuda? ( >=dev-util/nvidia-cuda-toolkit-9.0 )
-   davix? ( net-libs/davix )
-   emacs? ( virtual/emacs )
-   fftw? ( sci-libs/fftw:3.0= )
-   fits? ( sci-libs/cfitsio:0= )
-   graphviz? ( media-gfx/graphviz )
-   gsl? ( sci-libs/gsl:= )
-   http? ( dev-libs/fcgi:0= )
-   jemalloc? ( dev-libs/jemalloc )
-   kerberos? ( virtual/krb5 )
-   ldap? ( net-nds/openldap:0= )
-   libcxx? ( sys-libs/libcxx )
-   unuran? ( sci-mathematics/unuran:0= )
-   minuit? ( !sci-libs/minuit )
-   mysql? ( dev-db/mysql-connector-c )
-   odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) )
-   oracle? ( dev-db/oracle-instantclient-basic )
-   postgres? ( dev-db/postgresql:= )
-   pythia6? ( sci-physics/pythia:6 )
-   pythia8? ( sci-physics/pythia:8 )
-   python? ( ${PYTHON_DEPS} )
-   R? ( dev-lang/R )
-   shadow? ( virtual/shadow )
-   sqlite? ( dev-db/sqlite:3 )
-   ssl? ( dev-libs/openssl:0= )
-   tbb? ( >=dev-cpp/tbb-2018 )
-   tmva? ( dev-python/numpy[${PYTHON_USEDEP}] )
-   vc? ( dev-libs/vc:= )
-   xml? ( dev-libs/libxml2:2= )
-   xrootd? ( net-libs/xrootd:0= )
-"
-
-DEPEND="${CDEPEND}
-   virtual/pkgconfig"
-
-RDEPEND="${CDEPEND}
-   xinetd? ( sys-apps/xinetd )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-6.12.06_cling-runtime-sysroot.patch
-)
-
-pkg_setup() {
-   LLVM_MAX_SLOT=5 llvm_pkg_setup
-
-   use fortran && fortran-2_pkg_setup
-   use python && python-single-r1_pkg_setup
-
-   elog "There are extra options on packages not available in Gentoo."
-   elog "You can use the environment variable EXTRA_ECONF to enable"
-   elog "these packages. For example, for Vdt you would set:"
-   elog "EXTRA_ECONF=\"-Dbuiltin_vdt=ON -Dvdt=ON\""
-}
-
-src_prepare() {
-   cmake-utils_src_prepare
-
- 

[gentoo-commits] proj/kde:master commit in: kde-misc/latte-dock/

2019-07-28 Thread Andreas Sturmlechner
commit: 4b2c53c3d05c8746549c60232e5813187629cd9f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 28 21:46:14 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 28 21:49:08 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4b2c53c3

kde-misc/latte-dock: Add new DEPENDs

Upstream commits
3cbc4a5daf68b45e55b08773afc0baef60fea37b
6f1c66f7d20283dc6fec4ff56fc682d75bf69eb2

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

 kde-misc/latte-dock/latte-dock-.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-misc/latte-dock/latte-dock-.ebuild 
b/kde-misc/latte-dock/latte-dock-.ebuild
index 3fdffc1e32..5613308302 100644
--- a/kde-misc/latte-dock/latte-dock-.ebuild
+++ b/kde-misc/latte-dock/latte-dock-.ebuild
@@ -27,6 +27,7 @@ DEPEND="
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep kdeclarative)
$(add_frameworks_dep kglobalaccel)
+   $(add_frameworks_dep kguiaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep knewstuff)
@@ -36,6 +37,7 @@ DEPEND="
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
$(add_frameworks_dep plasma X)
+   $(add_plasma_dep libksysguard)
$(add_qt_dep qtdbus)
$(add_qt_dep qtdeclarative)
$(add_qt_dep qtgraphicaleffects)



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

2019-07-28 Thread Andreas Sturmlechner
commit: 47cd1a1c87fcafa1601edc99097d5f7540920a4b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 28 21:35:06 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul 29 06:13:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47cd1a1c

x11-misc/kronometer: 2.2.3 version bump

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

 x11-misc/kronometer/Manifest|  1 +
 x11-misc/kronometer/kronometer-2.2.3.ebuild | 31 +
 2 files changed, 32 insertions(+)

diff --git a/x11-misc/kronometer/Manifest b/x11-misc/kronometer/Manifest
index b0b884f8f32..a4a1248f38a 100644
--- a/x11-misc/kronometer/Manifest
+++ b/x11-misc/kronometer/Manifest
@@ -1 +1,2 @@
 DIST kronometer-2.2.2.tar.xz 123980 BLAKE2B 
2652c2a48de5571de22a95aa0b42f4b6620fb538033c0ec7d2c63c8ae8729b6feeecd8b7acc9c7542fe6eb2be0fb145a9dab53e5e9f97ff0511e2a12f5017dbb
 SHA512 
2c808d7b3fafdc2cf507b0bb64be1b36be166a43543b18569e430d86f75cc64505de9dafd9a06e5b8b9e7fde0c0e624f598da7539026885b12585e3628067f93
+DIST kronometer-2.2.3.tar.xz 124208 BLAKE2B 
f9d91bf19ba64e2c337b8181e2529b409a450c1e821c6b1358a1d57627959c65b5c4db0acd15a4c8f4cd3fb12197ce6a1bf3b95d4dc4922409223b528f5f62aa
 SHA512 
77f948ae3a03b15a0cd49bc1048897bff0788a4831beff8f336270d8af6ee1a245d2174f5a3adc224257e9f319958197af7900ce8389b312f8fe7cd6c53a71d1

diff --git a/x11-misc/kronometer/kronometer-2.2.3.ebuild 
b/x11-misc/kronometer/kronometer-2.2.3.ebuild
new file mode 100644
index 000..f7b40cd35ae
--- /dev/null
+++ b/x11-misc/kronometer/kronometer-2.2.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Stopwatch application"
+HOMEPAGE="https://kde.org/applications/utilities/org.kde.kronometer 
https://userbase.kde.org/Kronometer";
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}"



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

2019-07-28 Thread Andreas Sturmlechner
commit: 3cbfe881cb5e22cda605c2955076b9b878728ec7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 28 21:43:11 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul 29 06:13:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cbfe881

kde-misc/latte-dock: 0.9.0 version bump

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

 kde-misc/latte-dock/Manifest|  1 +
 kde-misc/latte-dock/latte-dock-0.9.0.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/kde-misc/latte-dock/Manifest b/kde-misc/latte-dock/Manifest
index 872c4669f82..9b6724f1a10 100644
--- a/kde-misc/latte-dock/Manifest
+++ b/kde-misc/latte-dock/Manifest
@@ -1 +1,2 @@
 DIST latte-dock-0.8.9.tar.xz 668104 BLAKE2B 
65844b3f90ea6ca105b026fb17825438e5fbb1320b735454fb93a5428b376de55fb5385b56df6a334b15531d83ed9e8cd9718de4e9a4f4a0eb48ef7e04db0c5e
 SHA512 
4a542df07cfb760c4413eeefe65ebbc5405cc31f5de9039464e2390c84c60611e3a58d2458bf6750ea43e97959df68a75fa068c6b1fc5fdaf33f5b6745d08fd5
+DIST latte-dock-0.9.0.tar.xz 694972 BLAKE2B 
977d4d0ae81ad9a9cd69ef14c52bac7ffb66767edea6b90ad4d0484d45c19659ce74209826fdca53f5e5e699584eda032f056b7bba9a8dba42fe8a06e1fe38cd
 SHA512 
115a37566b0bfe7493fbee558f5627f4c4165ecfbffe8bf392ff177f8f3caa8e50d82098566f655ab52e056d6fbee4b19d74a37e608f1aec88f63b9c24f24976

diff --git a/kde-misc/latte-dock/latte-dock-0.9.0.ebuild 
b/kde-misc/latte-dock/latte-dock-0.9.0.ebuild
new file mode 100644
index 000..56133083024
--- /dev/null
+++ b/kde-misc/latte-dock/latte-dock-0.9.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kde5
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Elegant dock, based on KDE Frameworks"
+HOMEPAGE="https://store.kde.org/p/1169519/
+   https://github.com/psifidotos/Latte-Dock";
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   $(add_frameworks_dep kactivities)
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep kdeclarative)
+   $(add_frameworks_dep kglobalaccel)
+   $(add_frameworks_dep kguiaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep knewstuff)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kpackage)
+   $(add_frameworks_dep kwayland)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep plasma X)
+   $(add_plasma_dep libksysguard)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtgraphicaleffects)
+   $(add_qt_dep qtgui 'xcb')
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtx11extras)
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libxcb
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )



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

2019-07-28 Thread Stefan Strogin
commit: 843319f8ea5dd0d8d832323c9e3ab0344f82265b
Author: Stefan Strogin  gentoo  org>
AuthorDate: Mon Jul 29 04:44:29 2019 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Mon Jul 29 04:44:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=843319f8

media-sound/vimpc: drop old 0.09.1

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Stefan Strogin  gentoo.org>

 media-sound/vimpc/Manifest   |  1 -
 media-sound/vimpc/files/vimpc-0.09.1-tinfo.patch | 11 --
 media-sound/vimpc/vimpc-0.09.1.ebuild| 44 
 3 files changed, 56 deletions(-)

diff --git a/media-sound/vimpc/Manifest b/media-sound/vimpc/Manifest
index 5308c771f44..ff5febe8707 100644
--- a/media-sound/vimpc/Manifest
+++ b/media-sound/vimpc/Manifest
@@ -1,2 +1 @@
-DIST vimpc-0.09.1.tar.gz 583073 BLAKE2B 
e2ab728a202cc7e5b9a1ffbca979274ae3f6b0f43acdacad51fdbbcd2c45f28dd9cf2f4372d085abc28633aec318f92a7632e54732516c51f20392c2d059e04f
 SHA512 
cf40ae43ac21af80e1b5897f1fa83b4d730fb7dfa4c21b80c296a8e6f2c40e643325fd2aa96bd4dda1abca0ccd2d12545cf91ffcdb8017e5b9cd88917ca96222
 DIST vimpc-0.09.2.tar.gz 452593 BLAKE2B 
b6cbeab32318e723d7be114255fba7360fa2608d03bde6b2186d47b1cb8e74b4369d0d2b1d683cf5668232bf4581e9acb79d726308b18ff0d82122aa979f81a1
 SHA512 
456e2d2c0510273c071b24c2dd8f90b73d40a0b02565c00ea986a78f1231cb26fb053ce5b0d1476647c813b84684e400c21948086299e445ffd651c2af46d4c9

diff --git a/media-sound/vimpc/files/vimpc-0.09.1-tinfo.patch 
b/media-sound/vimpc/files/vimpc-0.09.1-tinfo.patch
deleted file mode 100644
index 55729b1a7f4..000
--- a/media-sound/vimpc/files/vimpc-0.09.1-tinfo.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -97,6 +97,8 @@
- 
- LIBS="$LIBS $CURSES_LIB"
- 
-+AC_SEARCH_LIBS([keypad],[tinfow tinfo])
-+
- PKG_CHECK_MODULES(pcre, libpcre)
- 
- AC_SUBST(pcre_LIBS)

diff --git a/media-sound/vimpc/vimpc-0.09.1.ebuild 
b/media-sound/vimpc/vimpc-0.09.1.ebuild
deleted file mode 100644
index 832b0849f58..000
--- a/media-sound/vimpc/vimpc-0.09.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils autotools
-
-DESCRIPTION="An ncurses based mpd client with vi like key bindings"
-HOMEPAGE="http://vimpc.sourceforge.net/";
-SRC_URI="mirror://sourceforge/project/${PN}/Release%20${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="boost taglib"
-
-RDEPEND="dev-libs/libpcre
-   media-libs/libmpdclient
-   boost? ( dev-libs/boost )
-   taglib? ( media-libs/taglib )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}
-
-DOCS=( AUTHORS README.md doc/vimpcrc.example )
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-tinfo.patch
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_enable boost) \
-   $(use_enable taglib) \
-   --docdir="${EPREFIX}"/usr/share/doc/${PF}
-}
-
-src_install() {
-   default
-
-   # vimpc will look for help.txt
-   docompress -x /usr/share/doc/${PF}/help.txt
-}



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

2019-07-28 Thread Stefan Strogin
commit: 714aa1f90509b8887f7b3d40e20db224a7837391
Author: Stefan Strogin  gentoo  org>
AuthorDate: Mon Jul 29 04:39:10 2019 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Mon Jul 29 04:40:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714aa1f9

media-sound/vimpc: add patch for building with boost

Closes: https://bugs.gentoo.org/690714
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Stefan Strogin  gentoo.org>

 media-sound/vimpc/files/vimpc-0.09.2-boost.patch | 217 +++
 media-sound/vimpc/vimpc-0.09.2-r1.ebuild |  44 +
 2 files changed, 261 insertions(+)

diff --git a/media-sound/vimpc/files/vimpc-0.09.2-boost.patch 
b/media-sound/vimpc/files/vimpc-0.09.2-boost.patch
new file mode 100644
index 000..8df2eddd54c
--- /dev/null
+++ b/media-sound/vimpc/files/vimpc-0.09.2-boost.patch
@@ -0,0 +1,217 @@
+From 300fe8890c8f93e01c445e4df6c3b1414a6115ba Mon Sep 17 00:00:00 2001
+From: Stefan Strogin 
+Date: Fri, 26 Jul 2019 03:26:22 +0300
+Subject: [PATCH] Fix building with boost (#87)
+
+Upstream-Status: Submitted
+[https://github.com/boysetsfrog/vimpc/pull/88]
+Signed-off-by: Stefan Strogin 
+---
+ configure.ac |   3 +-
+ m4/m4_ax_boost_chrono.m4 | 118 +++
+ src/clientstate.cpp  |   4 +-
+ src/clientstate.hpp  |   2 +-
+ src/compiler.hpp |   4 ++
+ 5 files changed, 127 insertions(+), 4 deletions(-)
+ create mode 100644 m4/m4_ax_boost_chrono.m4
+
+diff --git a/configure.ac b/configure.ac
+index c53c555..5e0b618 100644
+--- a/configure.ac
 b/configure.ac
+@@ -57,6 +57,7 @@ if test "x$enable_boost" = "xyes"; then
+ AC_DEFINE_UNQUOTED(BOOST_SUPPORT, "1", "Define to 1 if boost support enabled")
+ 
+ AX_BOOST_BASE([], [], [AC_MSG_ERROR(vimpc requires boost library)])
++AX_BOOST_CHRONO([], [], [AC_MSG_ERROR(vimpc requires boost chrono library)])
+ AX_BOOST_SYSTEM([], [], [AC_MSG_ERROR(vimpc requires boost system library)])
+ AX_BOOST_THREAD([], [], [AC_MSG_ERROR(vimpc requires boost thread library)])
+ 
+@@ -73,7 +74,7 @@ AC_CHECK_HEADER(boost/function.hpp,
+ [AC_MSG_ERROR(boost-dev library is required)])
+ 
+ CPPFLAGS="$CPPFLAGS -DUSE_BOOST_THREAD -DUSE_BOOST_FUNCTIONAL 
-DUSE_BOOST_FOREACH"
+-LIBS="$LIBS $BOOST_SYSTEM_LIB $BOOST_THREAD_LIB"
++LIBS="$LIBS $BOOST_CHRONO_LIB $BOOST_SYSTEM_LIB $BOOST_THREAD_LIB"
+ 
+ AC_MSG_CHECKING([whether compiler supports lambda functions])
+ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include ]], [[int a 
= 5; boost::function f = [&a](int b) { return a + b; }; f(8);]])],
+diff --git a/m4/m4_ax_boost_chrono.m4 b/m4/m4_ax_boost_chrono.m4
+new file mode 100644
+index 000..6ea77b9
+--- /dev/null
 b/m4/m4_ax_boost_chrono.m4
+@@ -0,0 +1,118 @@
++# ===
++# https://www.gnu.org/software/autoconf-archive/ax_boost_chrono.html
++# ===
++#
++# SYNOPSIS
++#
++#   AX_BOOST_CHRONO
++#
++# DESCRIPTION
++#
++#   Test for Chrono library from the Boost C++ libraries. The macro requires
++#   a preceding call to AX_BOOST_BASE. Further documentation is available at
++#   .
++#
++#   This macro calls:
++#
++# AC_SUBST(BOOST_CHRONO_LIB)
++#
++#   And sets:
++#
++# HAVE_BOOST_CHRONO
++#
++# LICENSE
++#
++#   Copyright (c) 2012 Xiyue Deng 
++#
++#   Copying and distribution of this file, with or without modification, are
++#   permitted in any medium without royalty provided the copyright notice
++#   and this notice are preserved. This file is offered as-is, without any
++#   warranty.
++
++#serial 4
++
++AC_DEFUN([AX_BOOST_CHRONO],
++[
++  AC_ARG_WITH([boost-chrono],
++  AS_HELP_STRING([--with-boost-chrono@<:@=special-lib@:>@],
++   [use the Chrono library from boost - it is possible to 
specify a certain library for the linker
++e.g. --with-boost-chrono=boost_chrono-gcc-mt ]),
++[
++if test "$withval" = "no"; then
++  want_boost="no"
++elif test "$withval" = "yes"; then
++want_boost="yes"
++ax_boost_user_chrono_lib=""
++else
++  want_boost="yes"
++  ax_boost_user_chrono_lib="$withval"
++  fi
++],
++[want_boost="yes"]
++  )
++
++  if test "x$want_boost" = "xyes"; then
++AC_REQUIRE([AC_PROG_CC])
++AC_REQUIRE([AC_CANONICAL_BUILD])
++  CPPFLAGS_SAVED="$CPPFLAGS"
++  CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
++  export CPPFLAGS
++
++  LDFLAGS_SAVED="$LDFLAGS"
++  LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
++  export LDFLAGS
++
++AC_CACHE_CHECK(whether the Boost::Chrono library is available,
++ ax_cv_boost_chrono,
++[AC_L

[gentoo-commits] proj/qa-scripts:master commit in: /

2019-07-28 Thread Michał Górny
commit: 734353305e3941d8e10073db7862c7e0fc9ba97d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 29 04:24:46 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 29 04:24:46 2019 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=73435330

Bump pkgcheck2html

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

 pkgcheck2html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkgcheck2html b/pkgcheck2html
index 4a5cbf6..15fae3a 16
--- a/pkgcheck2html
+++ b/pkgcheck2html
@@ -1 +1 @@
-Subproject commit 4a5cbf61d19b42c25f754c71543122b2b300c8a9
+Subproject commit 15fae3a68caff019df0e837b1f6cbdd981698933



[gentoo-commits] repo/gentoo:master commit in: app-doc/phrack-all/

2019-07-28 Thread Tim Harder
commit: 54b532ff4abc0d790c333914d37aba2bcf802bcb
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Jul 29 03:57:39 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Jul 29 04:22:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54b532ff

app-doc/phrack-all: fix missing package revision qa warning

Signed-off-by: Tim Harder  gentoo.org>

 app-doc/phrack-all/phrack-all-69.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-doc/phrack-all/phrack-all-69.ebuild 
b/app-doc/phrack-all/phrack-all-69.ebuild
index 7e0646ed3d0..a2e10e68a63 100644
--- a/app-doc/phrack-all/phrack-all-69.ebuild
+++ b/app-doc/phrack-all/phrack-all-69.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,4 +13,4 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
-RDEPEND=$(printf '=app-doc/phrack-%02i ' {1..69})
+RDEPEND=$(printf '~app-doc/phrack-%02i ' {1..69})



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

2019-07-28 Thread Dennis Lamm
commit: ce1c4232290943a5132bd7f4cce426b8fc8521a0
Author: Dennis Lamm  gentoo  org>
AuthorDate: Mon Jul 29 04:20:27 2019 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Mon Jul 29 04:21:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce1c4232

sys-apps/firejail: bump 0.9.60

Bug: https://bugs.gentoo.org/656360
Bug: https://bugs.gentoo.org/678976
Signed-off-by: Dennis Lamm  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.16

 sys-apps/firejail/Manifest   |  1 +
 sys-apps/firejail/firejail-0.9.60.ebuild | 53 
 sys-apps/firejail/metadata.xml   | 36 +++---
 3 files changed, 72 insertions(+), 18 deletions(-)

diff --git a/sys-apps/firejail/Manifest b/sys-apps/firejail/Manifest
index 6f30a7cf305..ea5468b9f4e 100644
--- a/sys-apps/firejail/Manifest
+++ b/sys-apps/firejail/Manifest
@@ -1,2 +1,3 @@
+DIST 0.9.60.tar.gz 1067102 BLAKE2B 
c5fd9a9c60fe17fc7ae24946ae5ea2f666d1dd20d982c540783dd2e56d30859a24258c4f3426e2bafaff3530557f5865bc73af9573e399039e8d5b097e5cddee
 SHA512 
cb3eeff2f77801b4593a719a6b63da09cdc6c7f96f8ea8ea1aaa7e8538b080421a284441c6e43ce036fdf8510e08a73816c58d22f0af048344b8752f4a02759a
 DIST firejail-0.9.50.tar.xz 279488 BLAKE2B 
96d8e9161f0631ebfa400fd79c1d8d139d014da46cc2bf7fd3683f75ef7dced6a435e09e1733b675bc549662d50fddca9bd8811872a5ed186d731bb3c16903ea
 SHA512 
766fe8a0c65ddc717759f0ea54a4fe72213f43ecf241c385e484eb7e47bebd5896976998c76e6a5ef9c153d4007c2a01e9d942cc9f352c4b085fb02fe708a87d
 DIST firejail-0.9.56.tar.xz 327336 BLAKE2B 
4fe2276c3007e995ca2113ef870918287e1178ff0effdcd5d635fce6d170b6c3df2f75b45315fed1e58e1c993324b84091f7e6912493608233f96661c85ce7e2
 SHA512 
f9685be0cbfdf45f8f895041c63e005da483d9b09482ebda2776633ae0b048cd355b57bf4431348295507059633dfda45b0c8b2c1f4a83ad02ff661d32448d24

diff --git a/sys-apps/firejail/firejail-0.9.60.ebuild 
b/sys-apps/firejail/firejail-0.9.60.ebuild
new file mode 100644
index 000..763ae58dfbd
--- /dev/null
+++ b/sys-apps/firejail/firejail-0.9.60.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils
+
+DESCRIPTION="Security sandbox for any type of processes"
+HOMEPAGE="https://firejail.wordpress.com/";
+
+SRC_URI="https://github.com/netblue30/${PN}/archive/${PV}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="apparmor +chroot contrib debug +file-transfer +globalcfg +network 
+overlayfs +private-home +seccomp +suid test +userns +whitelist x11"
+
+DEPEND="!sys-apps/firejail-lts
+   apparmor? ( sys-libs/libapparmor )
+   test? ( dev-tcltk/expect )"
+
+RDEPEND=" apparmor? ( sys-libs/libapparmor )"
+
+RESTRICT="test"
+
+src_prepare() {
+   default
+
+   find ./contrib -type f -name '*.py' | xargs sed --in-place 
's-#!/usr/bin/python3-#!/usr/bin/env python3-g'
+
+   find -type f -name Makefile.in | xargs sed --inplace --regexp-extended \
+   --expression='/^\tinstall .*COPYING /d' \
+   --expression='/CFLAGS/s: (-O2|-ggdb) : :g'
+
+   sed --inplace --regexp-extended '/CFLAGS/s: (-O2|-ggdb) : :g' 
./src/common.mk.in
+}
+
+src_configure() {
+   econf \
+   $(use_enable apparmor) \
+   $(use_enable chroot) \
+   $(use_enable contrib contrib-install) \
+   $(use_enable file-transfer) \
+   $(use_enable globalcfg) \
+   $(use_enable network) \
+   $(use_enable overlayfs) \
+   $(use_enable private-home)
+   $(use_enable seccomp) \
+   $(use_enable suid) \
+   $(use_enable userns) \
+   $(use_enable whitelist) \
+   $(use_enable x11)
+}

diff --git a/sys-apps/firejail/metadata.xml b/sys-apps/firejail/metadata.xml
index ab427dfd4c8..ff858199d28 100644
--- a/sys-apps/firejail/metadata.xml
+++ b/sys-apps/firejail/metadata.xml
@@ -1,36 +1,36 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   expedition...@gentoo.org
+   Dennis Lamm
+   

-   Firejail is a SUID program that reduces the risk of security 
breaches
-   by restricting the running environment of untrusted 
applications using
-   Linux namespaces and seccomp-bpf. It allows a process and all 
its
-   descendants to have their own private view of the globally 
shared
-   kernel resources, such as the network stack, process table, 
mount
-   table.
+   Firejail is a SUID program that reduces the risk of security 
breaches by restricting the running environment of
+   untrusted applications using Linux namespaces and seccomp-bpf. 
It allows a process and all its descendants to 
+   have their own private view of the globally shared kernel 
resources, such as the network stack, process ta

[gentoo-commits] repo/gentoo:master commit in: virtual/opengl/

2019-07-28 Thread Matt Turner
commit: 105caec6052322f095a5ee26ae097798aa9b5a9e
Author: Philipp Ammann  posteo  de>
AuthorDate: Mon Jul 29 03:39:26 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jul 29 03:44:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=105caec6

virtual/opengl: Depend on media-libs/mesa[X]

Bug: https://bugs.gentoo.org/560096
Signed-off-by: Philipp Ammann  posteo.de>
Signed-off-by: Matt Turner  gentoo.org>

 virtual/opengl/opengl-7.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/opengl/opengl-7.0-r2.ebuild 
b/virtual/opengl/opengl-7.0-r2.ebuild
index 0ec5204cb59..4283e02898b 100644
--- a/virtual/opengl/opengl-7.0-r2.ebuild
+++ b/virtual/opengl/opengl-7.0-r2.ebuild
@@ -11,6 +11,6 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 
s390 ~sh sparc x86 ~am
 
 RDEPEND="
|| (
-   >=media-libs/mesa-9.1.6[${MULTILIB_USEDEP}]
+   >=media-libs/mesa-9.1.6[X(+),${MULTILIB_USEDEP}]
dev-util/mingw64-runtime
)"



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

2019-07-28 Thread Matt Turner
commit: 0dbbd1f476cf6945f112f8e63a90e027f209e4a5
Author: Philipp Ammann  posteo  de>
AuthorDate: Wed Jun 26 19:42:36 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jul 29 03:44:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dbbd1f4

media-libs/mesa: introduce X USE flag

Bug: https://bugs.gentoo.org/560096
Signed-off-by: Philipp Ammann  posteo.de>
Signed-off-by: Matt Turner  gentoo.org>

 media-libs/mesa/mesa-.ebuild | 30 ++
 1 file changed, 18 insertions(+), 12 deletions(-)

diff --git a/media-libs/mesa/mesa-.ebuild b/media-libs/mesa/mesa-.ebuild
index d530ead0300..b28120fdcc8 100644
--- a/media-libs/mesa/mesa-.ebuild
+++ b/media-libs/mesa/mesa-.ebuild
@@ -38,7 +38,7 @@ done
 IUSE="${IUSE_VIDEO_CARDS}
+classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd 
+llvm
lm_sensors opencl osmesa pax_kernel selinux test unwind vaapi valgrind
-   vdpau vulkan vulkan-overlay wayland xa xvmc"
+   vdpau vulkan vulkan-overlay wayland +X xa xvmc"
 
 REQUIRED_USE="
d3d9?   ( dri3 || ( video_cards_iris video_cards_r300 video_cards_r600 
video_cards_radeonsi video_cards_nouveau video_cards_vmware ) )
@@ -68,6 +68,8 @@ REQUIRED_USE="
video_cards_virgl? ( gallium )
video_cards_vivante? ( gallium gbm )
video_cards_vmware? ( gallium )
+   xa? ( X )
+   xvmc? ( X )
 "
 
 LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.99"
@@ -75,13 +77,6 @@ RDEPEND="
!app-eselect/eselect-mesa
>=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
>=sys-libs/zlib-1.2.8[${MULTILIB_USEDEP}]
-   >=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}]
-   >=x11-libs/libxshmfence-1.1:=[${MULTILIB_USEDEP}]
-   >=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.13:=[${MULTILIB_USEDEP}]
-   x11-libs/libXfixes:=[${MULTILIB_USEDEP}]
libglvnd? (
media-libs/libglvnd[${MULTILIB_USEDEP}]
!app-eselect/eselect-opengl
@@ -126,6 +121,15 @@ RDEPEND="
)
video_cards_i915? ( ${LIBDRM_DEPSTRING}[video_cards_intel] )
vulkan-overlay? ( dev-util/glslang:0=[${MULTILIB_USEDEP}] )
+   X? (
+   >=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}]
+   >=x11-libs/libxshmfence-1.1:=[${MULTILIB_USEDEP}]
+   >=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.13:=[${MULTILIB_USEDEP}]
+   x11-libs/libXfixes:=[${MULTILIB_USEDEP}]
+   )
 "
 for card in ${RADEON_CARDS}; do
RDEPEND="${RDEPEND}
@@ -213,8 +217,10 @@ unset {LLVM,CLANG}_DEPSTR{,_AMDGPU}
 
 DEPEND="${RDEPEND}
valgrind? ( dev-util/valgrind )
-   x11-libs/libXrandr[${MULTILIB_USEDEP}]
-   x11-base/xorg-proto
+   X? (
+   x11-libs/libXrandr[${MULTILIB_USEDEP}]
+   x11-base/xorg-proto
+   )
 "
 BDEPEND="
${PYTHON_DEPS}
@@ -350,7 +356,7 @@ multilib_src_configure() {
fi
fi
 
-   emesonargs+=( -Dplatforms=x11,surfaceless$(use wayland && echo 
",wayland")$(use gbm && echo ",drm") )
+   emesonargs+=( -Dplatforms=surfaceless$(use X && echo ",x11")$(use 
wayland && echo ",wayland")$(use gbm && echo ",drm") )
 
if use gallium; then
emesonargs+=(
@@ -472,7 +478,7 @@ multilib_src_configure() {
 
emesonargs+=(
$(meson_use test build-tests)
-   -Dglx=dri
+   -Dglx=$(usex X dri disabled)
-Dshared-glapi=true
$(meson_use dri3)
$(meson_use egl)



[gentoo-commits] repo/gentoo:master commit in: games-mud/tintin/

2019-07-28 Thread Stefan Strogin
commit: 8c720d482949c30ea99a52ce1d272fcaa7613128
Author: Stefan Strogin  gentoo  org>
AuthorDate: Mon Jul 29 02:45:26 2019 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Mon Jul 29 02:47:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c720d48

games-mud/tintin: bump version to 2.01.8

Closes: https://bugs.gentoo.org/689310
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Stefan Strogin  gentoo.org>

 games-mud/tintin/Manifest |  1 +
 games-mud/tintin/tintin-2.01.8.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/games-mud/tintin/Manifest b/games-mud/tintin/Manifest
index 773f4203e63..06930c86b3b 100644
--- a/games-mud/tintin/Manifest
+++ b/games-mud/tintin/Manifest
@@ -1 +1,2 @@
 DIST tintin-2.01.1.tar.gz 272506 BLAKE2B 
c8fba9d72b34e2a05ede408dfb6105dd6c39d0d1e41582908acd35d712a92abacbce025b702a24a59cd9754cce284fa7277dadc0ff3933359cc9ef77e50b6a2c
 SHA512 
b77a1ecc09438a165a27f70f31132d60350d790e4e6b0509af00979517a7f21838407acdbf1fe0d3b4612853c4e1269679e95fe90b8588133b17f98b85a28b07
+DIST tintin-2.01.8.tar.gz 559665 BLAKE2B 
e87de0090493d220744672babf3e2603b46ece8a4a218fef526b491792763b6d6229d80f9410586bc2653bfa18bf0b842dfa1a8a2b2d24e0a2d0c5c1195e1289
 SHA512 
3c90b6ae3fb2f380fb46694e983bdd18a0b119a26f48f1ad5bbb50ada6dbf3c9b89eb2b5be7eaba4eedf487e7cb46606a0c3a0ca4011b3561a34f3e9fed670e9

diff --git a/games-mud/tintin/tintin-2.01.8.ebuild 
b/games-mud/tintin/tintin-2.01.8.ebuild
new file mode 100644
index 000..1f6f4c6b1e2
--- /dev/null
+++ b/games-mud/tintin/tintin-2.01.8.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="(T)he k(I)cki(N) (T)ickin d(I)kumud clie(N)t"
+HOMEPAGE="https://tintin.sourceforge.net/";
+SRC_URI="mirror://sourceforge/tintin/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-libs/libpcre
+   net-libs/gnutls
+   sys-libs/readline:0
+   sys-libs/zlib"
+RDEPEND=${DEPEND}
+
+S=${WORKDIR}/tt/src
+
+src_install () {
+   dobin tt++
+   dodoc ../{CREDITS,FAQ,README,SCRIPTS,TODO,docs/*}
+}
+
+pkg_postinst() {
+   ewarn " OLD TINTIN SCRIPTS ARE NOT 100% COMPATIBLE WITH THIS 
VERSION "
+   ewarn "read the README for more details."
+}



[gentoo-commits] repo/gentoo:master commit in: sys-process/criu/files/, sys-process/criu/

2019-07-28 Thread Matthias Maier
commit: a513ac76630b5c4dfe3b37d8757665292d0be101
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Jul 29 02:41:45 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Jul 29 02:43:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a513ac76

sys-process/criu: fix build

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Matthias Maier  gentoo.org>

 sys-process/criu/criu-3.12.ebuild   |  3 +--
 sys-process/criu/files/criu-3.12-automagic-libbsd.patch | 13 +
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/sys-process/criu/criu-3.12.ebuild 
b/sys-process/criu/criu-3.12.ebuild
index 09d8af6c2b8..9001e1cf751 100644
--- a/sys-process/criu/criu-3.12.ebuild
+++ b/sys-process/criu/criu-3.12.ebuild
@@ -46,8 +46,7 @@ RESTRICT="test"
 PATCHES=(
"${FILESDIR}"/2.2/${PN}-2.2-flags.patch
"${FILESDIR}"/2.3/${PN}-2.3-no-git.patch
-   "${FILESDIR}"/${PN}-2.8-automagic-libbsd.patch
-   "${FILESDIR}"/2.0/${PN}-2.0-sysroot.patch
+   "${FILESDIR}"/${PN}-3.12-automagic-libbsd.patch
 )
 
 criu_arch() {

diff --git a/sys-process/criu/files/criu-3.12-automagic-libbsd.patch 
b/sys-process/criu/files/criu-3.12-automagic-libbsd.patch
new file mode 100644
index 000..7794f82e519
--- /dev/null
+++ b/sys-process/criu/files/criu-3.12-automagic-libbsd.patch
@@ -0,0 +1,13 @@
+diff --git a/Makefile.config b/Makefile.config
+index a853705..27bb91f 100644
+--- a/Makefile.config
 b/Makefile.config
+@@ -2,7 +2,7 @@ include $(__nmk_dir)utils.mk
+ include $(__nmk_dir)msg.mk
+ include scripts/feature-tests.mak
+ 
+-ifeq ($(call try-cc,$(FEATURE_TEST_LIBBSD_DEV),-lbsd),true)
++ifeq ($(SETPROCTITLE)$(call try-cc,$(FEATURE_TEST_LIBBSD_DEV),-lbsd),yestrue)
+ LIBS_FEATURES += -lbsd
+ FEATURE_DEFINES   += -DCONFIG_HAS_LIBBSD
+ else



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnftnl/

2019-07-28 Thread Matt Turner
commit: 5c4251fb40e5f24bf2e35820abc4c60e2f45553f
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jul 29 02:35:33 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jul 29 02:35:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c4251fb

net-libs/libnftnl: Drop unused USE flag description

Signed-off-by: Matt Turner  gentoo.org>

 net-libs/libnftnl/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/net-libs/libnftnl/metadata.xml b/net-libs/libnftnl/metadata.xml
index cdf9238d83c..56c12441305 100644
--- a/net-libs/libnftnl/metadata.xml
+++ b/net-libs/libnftnl/metadata.xml
@@ -5,7 +5,4 @@
base-sys...@gentoo.org
Gentoo Base System
 
-
-   Supports parsing of JSON
-
 



[gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/

2019-07-28 Thread Matt Turner
commit: bc857e824d55fd85a50341d6e5383ce51ce4671c
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jul 29 01:52:25 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jul 29 01:52:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc857e82

net-firewall/nftables: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 net-firewall/nftables/Manifest   |  2 -
 net-firewall/nftables/nftables-0.8-r3.ebuild | 84 
 net-firewall/nftables/nftables-0.8.5.ebuild  | 83 ---
 3 files changed, 169 deletions(-)

diff --git a/net-firewall/nftables/Manifest b/net-firewall/nftables/Manifest
index 70378f4b869..139c43a83f8 100644
--- a/net-firewall/nftables/Manifest
+++ b/net-firewall/nftables/Manifest
@@ -1,4 +1,2 @@
-DIST nftables-0.8.5.tar.gz 355403 BLAKE2B 
124bc5c35f050cc591f57b39cddcd595f97d14f83aed464b42efed272a03150623667dd0ca2862833c6b86d825d264c79dd1a211b9a6913b5734c0eaa4029b13
 SHA512 
311ec77646e2bc7da1b46ef2aba7492a5c0fdf23d33633649a6304771c5ce5ad839353b0702e942a82508c01d1c35705b602d91e54913944e03e176dc3f855f8
-DIST nftables-0.8.tar.gz 327629 BLAKE2B 
a484c22ac010f68fc7458c12cabd0c35e474a0bf81fa4edbefba12d75b424898d38adb11a7fbb4542efbbb2d14be823701b3d9ced7b9fd669338366733fa169b
 SHA512 
90ffebc338c121334ca42822793b6fdeff48390e755c690308919de47064b53f9af735a2c2914e5255f1bddec90484599337d4cdd67f7a01a3956deefcef9fcb
 DIST nftables-0.9.0.tar.gz 417981 BLAKE2B 
4dfba4d71928f1694ffeb4871353fc373d88e23c5ba716e726e1e6aba0efb2703233528f7a408bfefe47bfe54aa3612cccab9742c2a2208ec8c7a4bcda0e1823
 SHA512 
78e383bad5440c9414202cf0e4b6749fc5c01071d2fa547208e61cea6e7e179933990e7e538a60696eb0a7cf510d2c4b273a91d50287bb51507d244cd2875aed
 DIST nftables-0.9.1.tar.bz2 764066 BLAKE2B 
26b194d6b3b970c05348c32a3ab21e8c25fcdb0d09d3d6b467198ba23a5bb44e7b6450d3efb86c39a488df4a837885c4a1ab96c197d5449f7de49b7b18ff5f90
 SHA512 
e14b75197ba3fea2a46c090450bf8b45b39fdc20db67bab1d6919c90128dee8ea8bbe9508e070f86b22ec70bcad8ab584fb89630a2240f09683137471c77d242

diff --git a/net-firewall/nftables/nftables-0.8-r3.ebuild 
b/net-firewall/nftables/nftables-0.8-r3.ebuild
deleted file mode 100644
index 2c67f3c09ed..000
--- a/net-firewall/nftables/nftables-0.8-r3.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools linux-info systemd
-
-DESCRIPTION="Linux kernel (3.13+) firewall, NAT and packet mangling tools"
-HOMEPAGE="https://netfilter.org/projects/nftables/";
-SRC_URI="https://git.netfilter.org/nftables/snapshot/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ia64 x86"
-IUSE="debug doc +gmp +readline"
-
-RDEPEND=">=net-libs/libmnl-1.0.3:0=
-   gmp? ( dev-libs/gmp:0= )
-   readline? ( sys-libs/readline:0= )
-   >=net-libs/libnftnl-1.0.8:0="
-
-DEPEND="${RDEPEND}
-   >=app-text/docbook2X-0.8.8-r4
-   doc? ( >=app-text/dblatex-0.3.7 )
-   sys-devel/bison
-   sys-devel/flex
-   virtual/pkgconfig"
-
-S="${WORKDIR}/v${PV}"
-
-pkg_setup() {
-   if kernel_is ge 3 13; then
-   CONFIG_CHECK="~NF_TABLES"
-   linux-info_pkg_setup
-   else
-   eerror "This package requires kernel version 3.13 or newer to 
work properly."
-   fi
-}
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   --sbindir="${EPREFIX}"/sbin
-   $(use_enable doc pdf-doc)
-   $(use_enable debug)
-   $(use_with readline cli)
-   $(use_with !gmp mini_gmp)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-
-   dodir /usr/libexec/${PN}
-   exeinto /usr/libexec/${PN}
-   doexe "${FILESDIR}"/libexec/${PN}.sh
-
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   newinitd "${FILESDIR}"/${PN}.init ${PN}
-   keepdir /var/lib/nftables
-
-   systemd_dounit "${FILESDIR}"/systemd/${PN}-restore.service
-   systemd_enable_service basic.target ${PN}-restore.service
-}
-
-pkg_postinst() {
-   local save_file
-   save_file="${EROOT%/}/var/lib/nftables/rules-save"
-
-   # In order for the nftables-restore systemd service to start
-   # the save_file must exist.
-   if [[ ! -f ${save_file} ]]; then
-   touch ${save_file}
-   fi
-
-   elog "If you are creating firewall rules before the next system restart 
"
-   elog "the nftables-restore service must be manually started in order to 
"
-   elog "save those rules on shutdown."
-}

diff --git a/net-firewall/nftables/nftables-0.8.5.ebuild 
b/net-firewall/nftables/nftables-0.8.5.ebuild
deleted file mode 100644
index cc5cb45fc15..000
--- a/net-firewall/nftables/nftables-0.8.5.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of

[gentoo-commits] repo/gentoo:master commit in: app-arch/lbzip2/files/, app-arch/lbzip2/

2019-07-28 Thread Matt Turner
commit: 702385aa3b67f0ca540861e5b01346e56ee6ba36
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jul 29 01:49:53 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jul 29 01:51:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=702385aa

app-arch/lbzip2: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 app-arch/lbzip2/Manifest  |  2 -
 app-arch/lbzip2/files/lbzip2-2.5-glibc-2.28.patch | 50 ---
 app-arch/lbzip2/lbzip2-2.3-r1.ebuild  | 37 -
 app-arch/lbzip2/lbzip2-2.5-r1.ebuild  | 39 --
 app-arch/lbzip2/lbzip2-2.5.ebuild | 37 -
 5 files changed, 165 deletions(-)

diff --git a/app-arch/lbzip2/Manifest b/app-arch/lbzip2/Manifest
index 8a96825a5a1..37602fe72c5 100644
--- a/app-arch/lbzip2/Manifest
+++ b/app-arch/lbzip2/Manifest
@@ -1,3 +1 @@
-DIST lbzip2-2.3.tar.gz 630226 BLAKE2B 
c08a7257eff859c0b7fb66ae638a57f837f1a2380c500c42ea65dc36e5650b30865d3c4c9820d6fed62bdbc4e3bdf7bae9e8bfe519897d9aac7f0c77cceacfb2
 SHA512 
4f694445cc90377bf8dac5046b952ff174db571f390c2d7b0aa001f73c76f3d3f048ff8e7297c2055ed1f7b210174496dc31d6628e1cbeff63146a36a442ad4c
-DIST lbzip2-2.5.tar.gz 651399 BLAKE2B 
a53fc34084ed16c0e78a9f084f68fc0bd1217245e9470ee023f0a4f5a1e2ae4e5866086f9fbc3ff7ec5654c595b4388d9eff495bc0228edbe0322bf9d1fd1f23
 SHA512 
76e96cfa75b3ed515b2f891349dffc1403daab2dd0a2a614fa0c811cec6ca25faa395da08ad68a9b6ba4069332c4571f70fb7424f06ef3d800c3082c08d7d3d7
 DIST lbzip2-2.5_p20181227.tar.gz 704920 BLAKE2B 
e5da0091c0e4fb73724c5ea472d757d76356cffbf1fc679bf4ee05e25690b7712dceaf17f355383bfd4eb525c4aea04c2e5312592df5bb99159e000769bcee2e
 SHA512 
53b29721a106d280927f2c18f33247645bb7fb3e67d835885d73e037910bf02e473f1210d848df41a387be30f829213d98ac9387b2a9201b94d12117809fbcf5

diff --git a/app-arch/lbzip2/files/lbzip2-2.5-glibc-2.28.patch 
b/app-arch/lbzip2/files/lbzip2-2.5-glibc-2.28.patch
deleted file mode 100644
index bc3954934d9..000
--- a/app-arch/lbzip2/files/lbzip2-2.5-glibc-2.28.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-diff --git a/lib/fseterr.c b/lib/fseterr.c
-index 1e212e4..81f51ed 100644
 a/lib/fseterr.c
-+++ b/lib/fseterr.c
-@@ -1,5 +1,5 @@
- /* Set the error indicator of a stream.
--   Copyright (C) 2007-2014 Free Software Foundation, Inc.
-+   Copyright (C) 2007-2018 Free Software Foundation, Inc.
- 
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-@@ -12,7 +12,7 @@
-GNU General Public License for more details.
- 
-You should have received a copy of the GNU General Public License
--   along with this program.  If not, see .  */
-+   along with this program.  If not, see .  */
- 
- #include 
- 
-@@ -23,21 +23,26 @@
- 
- #include "stdio-impl.h"
- 
-+/* This file is not used on systems that have the __fseterr function,
-+   namely musl libc.  */
-+
- void
- fseterr (FILE *fp)
- {
-   /* Most systems provide FILE as a struct and the necessary bitmask in
-  , because they need it for implementing getc() and putc() as
-  fast macros.  */
--#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, 
Haiku, Linux libc5 */
-+#if defined _IO_EOF_SEEN || defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1
-+  /* GNU libc, BeOS, Haiku, Linux libc5 */
-   fp->_flags |= _IO_ERR_SEEN;
--#elif defined __sferror || defined __DragonFly__ /* FreeBSD, NetBSD, OpenBSD, 
DragonFly, Mac OS X, Cygwin */
-+#elif defined __sferror || defined __DragonFly__ || defined __ANDROID__
-+  /* FreeBSD, NetBSD, OpenBSD, DragonFly, Mac OS X, Cygwin, Minix 3, Android 
*/
-   fp_->_flags |= __SERR;
- #elif defined __EMX__   /* emx+gcc */
-   fp->_flags |= _IOERR;
- #elif defined __minix   /* Minix */
-   fp->_flags |= _IOERR;
--#elif defined _IOERR/* AIX, HP-UX, IRIX, OSF/1, Solaris, 
OpenServer, mingw, NonStop Kernel */
-+#elif defined _IOERR/* AIX, HP-UX, IRIX, OSF/1, Solaris, 
OpenServer, mingw, MSVC, NonStop Kernel, OpenVMS */
-   fp_->_flag |= _IOERR;
- #elif defined __UCLIBC__/* uClibc */
-   fp->__modeflags |= __FLAG_ERROR;

diff --git a/app-arch/lbzip2/lbzip2-2.3-r1.ebuild 
b/app-arch/lbzip2/lbzip2-2.3-r1.ebuild
deleted file mode 100644
index 886633a39d7..000
--- a/app-arch/lbzip2/lbzip2-2.3-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools-utils
-
-DESCRIPTION="Parallel bzip2 utility"
-HOMEPAGE="https://github.com/kjn/lbzip2/";
-SRC_URI="http://archive.lbzip2.org/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="debug symlink"
-
-RDEPEND="symli

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

2019-07-28 Thread Matt Turner
commit: 97a998ad91cba6d39851ce87b81a9fc630197202
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jul 29 01:47:41 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jul 29 01:51:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97a998ad

net-libs/libnftnl: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 net-libs/libnftnl/Manifest |  3 -
 .../files/libnftnl-1.1.1-big-endian-1.patch| 93 --
 .../files/libnftnl-1.1.1-big-endian-2.patch| 37 -
 .../files/libnftnl-1.1.1-big-endian-3.patch| 33 
 net-libs/libnftnl/libnftnl-1.0.8-r1.ebuild | 61 --
 net-libs/libnftnl/libnftnl-1.1.1-r1.ebuild | 67 
 net-libs/libnftnl/libnftnl-1.1.2-r1.ebuild | 47 ---
 7 files changed, 341 deletions(-)

diff --git a/net-libs/libnftnl/Manifest b/net-libs/libnftnl/Manifest
index 623f9d82ae7..e14496a52c5 100644
--- a/net-libs/libnftnl/Manifest
+++ b/net-libs/libnftnl/Manifest
@@ -1,4 +1 @@
-DIST libnftnl-1.0.8.tar.bz2 400496 BLAKE2B 
d2563f707ceb40b8cd7c4b4fdede64943fabcc8a639eb61c844f7b941786a49b1c029e375977759717e5cb8f8dc2019ddcbf48223347f868713d1a077d51d8a8
 SHA512 
df9f5967908ce5e6a6a85fe4328bdf6e7501ce6b0e42239b750782aeb76c30b1aae80dd07f73a06fb077d072b1269c4e0c5fd525feed1055400201567d215ef9
-DIST libnftnl-1.1.1.tar.bz2 372562 BLAKE2B 
9dee45bb485399c4677f636c8aa065a7e4e80102f17beb4aa066278a6ef753e7c1aaf02c6a853edc70f018ebef5e8389a05ca384116ec06761f0a29e278f4e54
 SHA512 
87f092e2b6576121538c8ac7ce92d8c918723e36dd02e2fcfcb7dcaf2ae705bbcd62c79c9076574ef73f461f7df5d10e72bcaeda29e4a7e60ea1401d998424a6
-DIST libnftnl-1.1.2.tar.bz2 366014 BLAKE2B 
c9170b9a948b949e443fcbbc0b795095a8e51b0cb77e5ba23853fe8c3005baa476afd5d7fa4d7bfcb733b912f0ecb868d22aa2b4c88dbf68e7b56e1a5b23c1db
 SHA512 
808e0efd2ff32a65cca1e6113cc29aece1335364b94ad87438d19b0887d0bd34de11942fa411e4105ef153f2cce862ded17ebc441c413b839ac506471e530569
 DIST libnftnl-1.1.3.tar.bz2 366521 BLAKE2B 
9a46a46b68fd6d3e0ffc3d28713ee9a70017dd4d05763a49a655f172ae77928d9b54554e7609851f3a18e9465c53f53c1828311162013bc067493e4e02ff3fb8
 SHA512 
3fb96ea1a8bc9eb00fa2cf79f64cc9613250e8b97de6e90e440c7c44e92789e7c7fd603b7347bb02d9d74af725cf8fde5d2e435c5ffdcb784316c67b83ddf0fe

diff --git a/net-libs/libnftnl/files/libnftnl-1.1.1-big-endian-1.patch 
b/net-libs/libnftnl/files/libnftnl-1.1.1-big-endian-1.patch
deleted file mode 100644
index e91333e21bb..000
--- a/net-libs/libnftnl/files/libnftnl-1.1.1-big-endian-1.patch
+++ /dev/null
@@ -1,93 +0,0 @@
-From 9737856067b97cbb869e04fc6b6e65c1d859f521 Mon Sep 17 00:00:00 2001
-From: Phil Sutter 
-Date: Fri, 22 Jun 2018 14:18:57 +0200
-Subject: utils: Fix nftnl_get_value() on big endian
-
-This function basically did:
-
-| memcpy(out, val, );
-
-which works only for little endian integer types. Fix this by assigning
-the 64bit input value to a variable of the right size and use that as
-input for above memcpy() call.
-
-Signed-off-by: Phil Sutter 

- src/utils.c | 44 ++--
- 1 file changed, 42 insertions(+), 2 deletions(-)
-
-diff --git a/src/utils.c b/src/utils.c
-index 3e44960..4d9ee78 100644
 a/src/utils.c
-+++ b/src/utils.c
-@@ -72,6 +72,15 @@ static struct {
- 
- int nftnl_get_value(enum nftnl_type type, void *val, void *out)
- {
-+  union {
-+  uint8_t u8;
-+  uint16_t u16;
-+  uint32_t u32;
-+  int8_t s8;
-+  int16_t s16;
-+  int32_t s32;
-+  } values;
-+  void *valuep = NULL;
-   int64_t sval;
-   uint64_t uval;
- 
-@@ -85,7 +94,6 @@ int nftnl_get_value(enum nftnl_type type, void *val, void 
*out)
-   errno = ERANGE;
-   return -1;
-   }
--  memcpy(out, &uval, basetype[type].len);
-   break;
-   case NFTNL_TYPE_S8:
-   case NFTNL_TYPE_S16:
-@@ -97,10 +105,42 @@ int nftnl_get_value(enum nftnl_type type, void *val, void 
*out)
-   errno = ERANGE;
-   return -1;
-   }
--  memcpy(out, &sval, basetype[type].len);
-   break;
-   }
- 
-+  switch (type) {
-+  case NFTNL_TYPE_U8:
-+  values.u8 = uval;
-+  valuep = &values.u8;
-+  break;
-+  case NFTNL_TYPE_U16:
-+  values.u16 = uval;
-+  valuep = &values.u16;
-+  break;
-+  case NFTNL_TYPE_U32:
-+  values.u32 = uval;
-+  valuep = &values.u32;
-+  break;
-+  case NFTNL_TYPE_U64:
-+  valuep = &uval;
-+  break;
-+  case NFTNL_TYPE_S8:
-+  values.s8 = sval;
-+  valuep = &values.s8;
-+  break;
-+  case NFTNL_TYPE_S16:
-+  values.s16 = sval;
-+  valuep = &values.s16;
-+  break;
-+

[gentoo-commits] repo/gentoo:master commit in: app-arch/lbzip2/

2019-07-28 Thread Thomas Deutschmann
commit: 41d5111c266acc2a524a8126cad24af6a1e5c444
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jul 29 01:26:16 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jul 29 01:27:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41d5111c

app-arch/lbzip2: x86 stable (bug #686664)

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

 app-arch/lbzip2/lbzip2-2.5_p20181227.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lbzip2/lbzip2-2.5_p20181227.ebuild 
b/app-arch/lbzip2/lbzip2-2.5_p20181227.ebuild
index 7e5511578cc..04fa9267b15 100644
--- a/app-arch/lbzip2/lbzip2-2.5_p20181227.ebuild
+++ b/app-arch/lbzip2/lbzip2-2.5_p20181227.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://dev.gentoo.org/~whissi/dist/${PN}/${P}.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug symlink"
 
 RDEPEND="symlink? ( !app-arch/pbzip2[symlink] )"



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

2019-07-28 Thread Georgy Yakovlev
commit: c97729d7e205a65f146168a03563678a2eaf37a7
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Jul 29 01:06:19 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Jul 29 01:06:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97729d7

dev-python/importlib_resources: keyword on ~ppc64

Bug: https://bugs.gentoo.org/690956
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild 
b/dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild
index 5ebc09e8110..d46d8177a6a 100644
--- a/dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild
+++ b/dev-python/importlib_resources/importlib_resources-1.0.2-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="Apache-2.0"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="doc test"
 
 RDEPEND="



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

2019-07-28 Thread Georgy Yakovlev
commit: f767a53b2d2786d20b1a428ceea18bb94027f576
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Jul 29 01:07:07 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Jul 29 01:07:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f767a53b

dev-python/importlib_metadata: keyword on ~ppc64

Bug: https://bugs.gentoo.org/690956
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Georgy Yakovlev  gentoo.org>

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

diff --git a/dev-python/importlib_metadata/importlib_metadata-0.18.ebuild 
b/dev-python/importlib_metadata/importlib_metadata-0.18.ebuild
index dcfb1283d7b..15de405a5ab 100644
--- a/dev-python/importlib_metadata/importlib_metadata-0.18.ebuild
+++ b/dev-python/importlib_metadata/importlib_metadata-0.18.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="doc test"
 
 RDEPEND="



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

2019-07-28 Thread Georgy Yakovlev
commit: 2b60d1b62304831f9d3de4e832e29a1ac07f90dd
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Jul 29 01:05:29 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Jul 29 01:05:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b60d1b6

dev-python/zipp: keyword on ~ppc64

Bug: https://bugs.gentoo.org/690956
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Georgy Yakovlev  gentoo.org>

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

diff --git a/dev-python/zipp/zipp-0.5.2.ebuild 
b/dev-python/zipp/zipp-0.5.2.ebuild
index 2d0e62d3d6e..11e5c5eced8 100644
--- a/dev-python/zipp/zipp-0.5.2.ebuild
+++ b/dev-python/zipp/zipp-0.5.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="doc test"
 
 BDEPEND="



[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/

2019-07-28 Thread Zac Medico
commit: 8eeb4ee67da8ce2143f26f07545e666b3a4ad610
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Jul 29 00:48:07 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Jul 29 00:50:23 2019 +
URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=8eeb4ee6

filter_flags: handle default IUSE correctly with reduce_flag

Fix comparisons to use the result of reduce_flag.

Bug: https://bugs.gentoo.org/690786
Signed-off-by: Zac Medico  gentoo.org>

 pym/gentoolkit/flag.py | 19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/pym/gentoolkit/flag.py b/pym/gentoolkit/flag.py
index 90a931a..42e8196 100644
--- a/pym/gentoolkit/flag.py
+++ b/pym/gentoolkit/flag.py
@@ -116,22 +116,21 @@ def filter_flags(use, use_expand_hidden, usemasked, 
useforced):
"""
# clean out some environment flags, since they will most probably
# be confusing for the user
+   use = dict((reduce_flag(flag), flag) for flag in use)
for f in use_expand_hidden:
f=f.lower() + "_"
-   for x in use:
-   if f in x:
-   use.remove(x)
+   for x in list(use):
+   if x.startswith(f):
+   del use[x]
# clean out any arch's
archlist = portage.settings["PORTAGE_ARCHLIST"].split()
-   for a in use[:]:
-   if a in archlist:
-   use.remove(a)
+   for a in archlist:
+   use.pop(a, None)
# dbl check if any from usemasked  or useforced are still there
masked = usemasked + useforced
-   for a in use[:]:
-   if a in masked:
-   use.remove(a)
-   return use
+   for a in masked:
+   use.pop(a, None)
+   return list(use.values())
 
 
 def get_all_cpv_use(cpv):



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

2019-07-28 Thread Aaron Bauman
commit: 05a4de618cdb0148fc1918d8520b67754ec6ed92
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Jul 29 00:44:23 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jul 29 00:44:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05a4de61

media-sound/fluidsynth: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"

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

diff --git a/media-sound/fluidsynth/fluidsynth-1.1.11.ebuild 
b/media-sound/fluidsynth/fluidsynth-1.1.11.ebuild
index 54c7ef35b39..038896c834e 100644
--- a/media-sound/fluidsynth/fluidsynth-1.1.11.ebuild
+++ b/media-sound/fluidsynth/fluidsynth-1.1.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/FluidSynth/fluidsynth/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="alsa dbus debug examples ipv6 jack ladspa lash portaudio pulseaudio 
readline sndfile"
 
 RDEPEND="



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

2019-07-28 Thread Aaron Bauman
commit: efe39bf47b7105a7632be04a2360042ccfb86b57
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Jul 29 00:44:12 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jul 29 00:44:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efe39bf4

media-libs/portaudio: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"

 media-libs/portaudio/portaudio-19.06.00-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/portaudio/portaudio-19.06.00-r1.ebuild 
b/media-libs/portaudio/portaudio-19.06.00-r1.ebuild
index 8ed072228b9..0b4f1938c3a 100644
--- a/media-libs/portaudio/portaudio-19.06.00-r1.ebuild
+++ b/media-libs/portaudio/portaudio-19.06.00-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -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: media-libs/qt-gstreamer/

2019-07-28 Thread Aaron Bauman
commit: d58c51557a8f71de62d9e85946b242aa8cd42276
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Jul 29 00:44:32 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jul 29 00:44:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d58c5155

media-libs/qt-gstreamer: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"

 media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r4.ebuild 
b/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r4.ebuild
index 75bb4951571..72741f9402e 100644
--- a/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r4.ebuild
+++ b/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r4.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 if [[ ${PV} != ** ]]; then
SRC_URI="https://gstreamer.freedesktop.org/src/qt-gstreamer/${P}.tar.xz";
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
 else

EGIT_REPO_URI="https://anongit.freedesktop.org/git/gstreamer/qt-gstreamer.git";
inherit git-r3



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

2019-07-28 Thread Aaron Bauman
commit: f693713e98786c0254627deaf850b8be764735e4
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Jul 29 00:44:07 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jul 29 00:44:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f693713e

media-sound/lash: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"

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

diff --git a/media-sound/lash/lash-0.5.4-r3.ebuild 
b/media-sound/lash/lash-0.5.4-r3.ebuild
index b3bbce5b501..3d15cd2a7ed 100644
--- a/media-sound/lash/lash-0.5.4-r3.ebuild
+++ b/media-sound/lash/lash-0.5.4-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ppc ppc64 sparc x86"
 IUSE="alsa debug gtk python static-libs" # doc
 
 RDEPEND="dev-libs/libxml2



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

2019-07-28 Thread Georgy Yakovlev
commit: c0c9586deb1d246e34ae179cc1781527e6e6b8cb
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Jul 29 00:09:30 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Jul 29 00:09:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0c9586d

profiles/package.mask: clarify pytest mask comment

Signed-off-by: Georgy Yakovlev  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 19320308def..539d8a4c7d2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -40,7 +40,8 @@ dev-lang/vala:0.46
 ~sys-apps/kbd-2.1.0
 
 # Georgy Yakovlev  (2019-07-26)
-# Mask new version until more deps keyworded
+# Mask 5.x version
+# It breaks hundreds of py2 ebuilds and not all deps are keyworded
 >=dev-python/pytest-5.0.1
 
 # Brian Evans  (2019-07-25)



[gentoo-commits] repo/gentoo:master commit in: sys-process/systemd-cron/

2019-07-28 Thread Matt Turner
commit: 3269c350cf2760ef2aba371e88bb9e05fd6d3df3
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 28 23:23:10 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 28 23:23:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3269c350

sys-process/systemd-cron-1.5.12-r1: added ~sparc

Signed-off-by: Matt Turner  gentoo.org>

 sys-process/systemd-cron/systemd-cron-1.5.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/systemd-cron/systemd-cron-1.5.12-r1.ebuild 
b/sys-process/systemd-cron/systemd-cron-1.5.12-r1.ebuild
index eb5f6fad2af..51db20d0b8e 100644
--- a/sys-process/systemd-cron/systemd-cron-1.5.12-r1.ebuild
+++ b/sys-process/systemd-cron/systemd-cron-1.5.12-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/systemd-cron/${PN}/archive/v${PV}.tar.gz -> systemd-
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~sparc x86"
 IUSE="cron-boot etc-crontab-systemd minutely setgid test yearly"
 
 RDEPEND=">=sys-apps/systemd-217



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/edk2-ovmf/files/

2019-07-28 Thread Matthias Maier
commit: 2e035219b706d89b1725512cccd2679a9fcf3368
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Jul 28 22:23:37 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Jul 28 23:17:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e035219

sys-firmware/edk2-ovmf: drop obsolete patch

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Matthias Maier  gentoo.org>

 ...-ovmf-2017_pre20170505-build_system_fixes.patch | 145 -
 1 file changed, 145 deletions(-)

diff --git 
a/sys-firmware/edk2-ovmf/files/edk2-ovmf-2017_pre20170505-build_system_fixes.patch
 
b/sys-firmware/edk2-ovmf/files/edk2-ovmf-2017_pre20170505-build_system_fixes.patch
deleted file mode 100644
index 68b14e36fdc..000
--- 
a/sys-firmware/edk2-ovmf/files/edk2-ovmf-2017_pre20170505-build_system_fixes.patch
+++ /dev/null
@@ -1,145 +0,0 @@
-diff --git a/BaseTools/Conf/tools_def.template 
b/BaseTools/Conf/tools_def.template
-index 427ef1b..936f79d 100755
 a/BaseTools/Conf/tools_def.template
-+++ b/BaseTools/Conf/tools_def.template
-@@ -4335,7 +4335,7 @@ DEBUG_*_*_OBJCOPY_ADDDEBUGFLAG = 
--add-gnu-debuglink=$(DEBUG_DIR)/$(MODULE_N
- RELEASE_*_*_OBJCOPY_ADDDEBUGFLAG   =
- NOOPT_*_*_OBJCOPY_ADDDEBUGFLAG = 
--add-gnu-debuglink=$(DEBUG_DIR)/$(MODULE_NAME).debug
- 
--DEFINE GCC_ALL_CC_FLAGS= -g -Os -fshort-wchar -fno-builtin 
-fno-strict-aliasing -Wall -Werror -Wno-array-bounds -include AutoGen.h 
-fno-common
-+DEFINE GCC_ALL_CC_FLAGS= -g -Os -fshort-wchar -fno-builtin 
-fno-strict-aliasing -Wall -Wno-array-bounds -include AutoGen.h -fno-common
- DEFINE GCC_IA32_CC_FLAGS   = DEF(GCC_ALL_CC_FLAGS) -m32 
-malign-double -freorder-blocks -freorder-blocks-and-partition -O2 
-mno-stack-arg-probe
- DEFINE GCC_X64_CC_FLAGS= DEF(GCC_ALL_CC_FLAGS) -mno-red-zone 
-Wno-address -mno-stack-arg-probe
- DEFINE GCC_IPF_CC_FLAGS= DEF(GCC_ALL_CC_FLAGS) 
-minline-int-divide-min-latency
-@@ -4368,7 +4368,7 @@ DEFINE GCC_IPF_RC_FLAGS= -I binary -O 
elf64-ia64-little   -B ia64
- DEFINE GCC_ARM_RC_FLAGS= -I binary -O elf32-littlearm -B arm  
   --rename-section .data=.hii
- DEFINE GCC_AARCH64_RC_FLAGS= -I binary -O elf64-littleaarch64 -B 
aarch64 --rename-section .data=.hii
- 
--DEFINE GCC44_ALL_CC_FLAGS= -g -fshort-wchar -fno-builtin 
-fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections 
-fdata-sections -include AutoGen.h -fno-common 
-DSTRING_ARRAY_NAME=$(BASE_NAME)Strings
-+DEFINE GCC44_ALL_CC_FLAGS= -g -fshort-wchar -fno-builtin 
-fno-strict-aliasing -Wall -Wno-array-bounds -ffunction-sections 
-fdata-sections -include AutoGen.h -fno-common 
-DSTRING_ARRAY_NAME=$(BASE_NAME)Strings
- DEFINE GCC44_IA32_CC_FLAGS   = DEF(GCC44_ALL_CC_FLAGS) -m32 
-march=i586 -malign-double -fno-stack-protector -D EFI32 
-fno-asynchronous-unwind-tables
- DEFINE GCC44_X64_CC_FLAGS= DEF(GCC44_ALL_CC_FLAGS) -m64 
-fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" 
-maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie 
-fno-asynchronous-unwind-tables
- DEFINE GCC44_IA32_X64_DLINK_COMMON   = -nostdlib -Wl,-n,-q,--gc-sections -z 
common-page-size=0x20
-@@ -5864,7 +5864,7 @@ NOOPT_CLANG38_X64_DLINK2_FLAGS = 
DEF(GCC5_X64_DLINK2_FLAGS) -O0
- *_ELFGCC_X64_VFRPP_PATH= DEF(ELFGCC_BIN)/gcc
- *_ELFGCC_X64_RC_PATH   = DEF(ELFGCC_BIN)/objcopy
- 
--*_ELFGCC_X64_CC_FLAGS  = -Os -fshort-wchar -fno-strict-aliasing 
-Wall -Werror -Wno-address -Wno-array-bounds -include AutoGen.h -D_EFI_P64
-+*_ELFGCC_X64_CC_FLAGS  = -Os -fshort-wchar -fno-strict-aliasing 
-Wall -Wno-address -Wno-array-bounds -include AutoGen.h -D_EFI_P64
- *_ELFGCC_X64_DLINK_FLAGS   = -nostdlib --shared --entry 
$(IMAGE_ENTRY_POINT) -u $(IMAGE_ENTRY_POINT) -Map 
$(DEST_DIR_DEBUG)/$(BASE_NAME).map
- *_ELFGCC_X64_SLINK_FLAGS   =
- *_ELFGCC_X64_ASM_FLAGS = -c -x assembler -imacros 
$(DEST_DIR_DEBUG)/AutoGen.h
-@@ -5887,7 +5887,7 @@ NOOPT_CLANG38_X64_DLINK2_FLAGS = 
DEF(GCC5_X64_DLINK2_FLAGS) -O0
- *_ELFGCC_IPF_VFRPP_PATH   = DEF(ELFGCC_BIN)/gcc
- *_ELFGCC_IPF_RC_PATH  = DEF(ELFGCC_BIN)/objcopy
- 
--*_ELFGCC_IPF_CC_FLAGS = -Os -fshort-wchar -Wall -Werror -include 
AutoGen.h -D_EFI_P64
-+*_ELFGCC_IPF_CC_FLAGS = -Os -fshort-wchar -Wall -include 
AutoGen.h -D_EFI_P64
- *_ELFGCC_IPF_DLINK_FLAGS  = -nostdlib --shared --entry 
$(IMAGE_ENTRY_POINT) -u $(IMAGE_ENTRY_POINT) -Map 
$(DEST_DIR_DEBUG)/$(BASE_NAME).map
- *_ELFGCC_IPF_SLINK_FLAGS  =
- *_ELFGCC_IPF_ASM_FLAGS= -c -x assembler -imacros 
$(DEST_DIR_DEBUG)/AutoGen.h
-@@ -7296,10 +7296,10 @@ RELEASE_XCODE32_IA32_ASM_FLAGS  = -arch i386
- *_XCODE32_IA32_NASM_FLAGS   = -f macho32
- *_XCODE32_IA32_PP_FLAGS = -arch i386 -E -x assembler-with-cpp 
-include $(DEST_D

[gentoo-commits] repo/gentoo:master commit in: sys-firmware/edk2-ovmf/

2019-07-28 Thread Matthias Maier
commit: 6137d4c59ea47d77517e925d8bfd46b8b3b1f669
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Jul 28 21:00:39 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Jul 28 23:17:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6137d4c5

sys-firmware/edk2-ovmf: version bump to 201905

 * switch to new upstream version number

 * add secure boot support

 * versions contains security fixes for all vulnerabilities identified
   in #678906c1

Closes: https://bugs.gentoo.org/680920
Closes: https://bugs.gentoo.org/681936
Closes: https://bugs.gentoo.org/665152
Bug: https://bugs.gentoo.org/678906
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Matthias Maier  gentoo.org>

 sys-firmware/edk2-ovmf/Manifest|   5 +-
 sys-firmware/edk2-ovmf/edk2-ovmf-201905.ebuild | 153 +
 2 files changed, 156 insertions(+), 2 deletions(-)

diff --git a/sys-firmware/edk2-ovmf/Manifest b/sys-firmware/edk2-ovmf/Manifest
index a061a11c712..579051780e0 100644
--- a/sys-firmware/edk2-ovmf/Manifest
+++ b/sys-firmware/edk2-ovmf/Manifest
@@ -1,4 +1,5 @@
 DIST edk2-ovmf-2017_p20180211-bin.tar.xz 910896 BLAKE2B 
2d2ead282cebc1254cae2b10042f809e887a17a83fe67998ddcadf86cdf07e615594b243ab35d3fa8a6d6ce218f8f0bad758ee1db2ab4ff6c08d65419f4078b0
 SHA512 
88c3c4d7cecc2af1cc4dfa06686f34cc3a5facfb24750c766b47f53dec7267b95b58b391d23038e6a589d1687d2c117f1912d10118e26f99c0906c3d8e90deed
 DIST edk2-ovmf-2017_p20180211.tar.xz 22977736 BLAKE2B 
4d95eaf3017668197632ab7e035ad6c9f1490bde3d27e575170541fd64773fef8676406c88451b8dc996d9d7dd625fa389279105951f02e08f6de025075bd172
 SHA512 
ee3d70da562ed7dc4647576da8605d25fd9f991b4a96c2ed106e0d1b697af9e0624ad161750ccba7ab3db553ab1c6177780dd9c29a70073eb17729e9ae24c5a7
-DIST edk2-ovmf-2017_pre20170505-bin.tar.xz 874904 BLAKE2B 
a381d3ca20cf0e1f3aff74335c1d783bb80f0b5c7a8716d8154f2e0a19255780e5b08fae37cab9fa484fc1cbe3bc3b5d40339634ee3b0808bd2b3a8b2849730a
 SHA512 
c7a7d83758214b6ab63c6cefe827a601aaa7656b7f01e03413c84d913078a2b0d8037f70de34d42d8e1614aee794e0ffd7d9e62314eb4e04c21256b70338af5c
-DIST edk2-ovmf-2017_pre20170505.tar.xz 22952060 BLAKE2B 
7d4da1fed8e76f643e2856be2485f6c398896d61b7ad8fb013e891fd73f69c4acfd9980e7f95aec002cee647719a622711100f8cb6829edecae35ed31b3ef563
 SHA512 
6da859360448fd6d04d1492c88a7e935f7108c524f7ccfe6aa4c13bf9af9695dbc4a5b8efa274adc86d3105946aaa1ba80bcd9713facdca153f1a3d873797b63
+DIST edk2-ovmf-201905-bin.tar.xz 3017256 BLAKE2B 
6a106f111a363f1c2de33c4e7eba48183da6047654512939c286c6d0369e3b4c7705c271e61fa95299ba2b629022be7b5ef665ff096d41373583f5409b5c32fb
 SHA512 
4a174dc1d64769a93de3bf5f9d787e278bfab57e2317699d722aa772e64e8867b3998b7feee58d5e4c66adc79ba9c5023dae2ce786159db7a740b86cf35d923d
+DIST edk2-ovmf-201905-bundled.tar.xz 3538508 BLAKE2B 
a1766180c84ee83987f50fdb6a6c9891dfb983ff78c98f7bc38635ffe484ebf29d4286ff97d7747080e28a655ff14b5939d4505d75ebe6655ecacc7f9d405469
 SHA512 
be3d8ef1ffb1ddce64883d9ef8dc598c7026d23d2e33c33949d28de81513b6a7f04f840ccb3d42664e918c6603487fbe594261c327921f3250c3998218572774
+DIST edk2-ovmf-201905.tar.gz 14551747 BLAKE2B 
6fb3385445fd01c0dea26295a68de2691524e55c96d8a0e85aab1385a9abddc47c13ce3236b952c1299514e542ad0fa4bc9550cc4527945c05109d227a698293
 SHA512 
91188923f7d1ab83c0d6abf7ec6d59f357d0341a617ad6a3ae05f3d0e041dff43f62b014b0c5fc5d15e16d8f1c279c581a5cd64b31e3d52b340d7ef90adb50f1

diff --git a/sys-firmware/edk2-ovmf/edk2-ovmf-201905.ebuild 
b/sys-firmware/edk2-ovmf/edk2-ovmf-201905.ebuild
new file mode 100644
index 000..246a3853850
--- /dev/null
+++ b/sys-firmware/edk2-ovmf/edk2-ovmf-201905.ebuild
@@ -0,0 +1,153 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+
+inherit eutils python-any-r1 readme.gentoo-r1
+
+DESCRIPTION="UEFI firmware for 64-bit x86 virtual machines"
+HOMEPAGE="https://github.com/tianocore/edk2";
+
+NON_BINARY_DEPEND="
+   >=dev-lang/nasm-2.0.7
+   >=sys-power/iasl-20160729
+   ${PYTHON_DEPS}
+"
+DEPEND=""
+RDEPEND=""
+if [[ ${PV} == "99" ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/tianocore/edk2";
+   DEPEND+="
+   ${NON_BINARY_DEPEND}
+   "
+else
+   # Binary versions taken from fedora:
+   # 
http://download.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/Packages/s/
+   #   edk2-ovmf-20190501stable-2.fc31.noarch.rpm
+   SRC_URI="
+   !binary? (
+   
https://github.com/tianocore/edk2/archive/edk2-stable${PV}.tar.gz -> ${P}.tar.gz
+   
https://dev.gentoo.org/~tamiko/distfiles/${P}-bundled.tar.xz
+   )
+   binary? ( 
https://dev.gentoo.org/~tamiko/distfiles/${P}-bin.tar.xz )
+   "
+   KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+   IUSE="+binary"
+   REQUIRED_USE+="

[gentoo-commits] repo/gentoo:master commit in: sys-firmware/edk2-ovmf/

2019-07-28 Thread Matthias Maier
commit: aed5cfd1b2ec95c1b90d2a07ebaa6182a07ea95d
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Jul 28 21:08:35 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Jul 28 23:17:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aed5cfd1

sys-firmware/edk2-ovmf: drop vulnerable

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Matthias Maier  gentoo.org>

 .../edk2-ovmf/edk2-ovmf-2017_pre20170505-r1.ebuild | 113 -
 1 file changed, 113 deletions(-)

diff --git a/sys-firmware/edk2-ovmf/edk2-ovmf-2017_pre20170505-r1.ebuild 
b/sys-firmware/edk2-ovmf/edk2-ovmf-2017_pre20170505-r1.ebuild
deleted file mode 100644
index a487faaeb8d..000
--- a/sys-firmware/edk2-ovmf/edk2-ovmf-2017_pre20170505-r1.ebuild
+++ /dev/null
@@ -1,113 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils python-any-r1 readme.gentoo-r1
-
-DESCRIPTION="UEFI firmware for 64-bit x86 virtual machines"
-HOMEPAGE="https://github.com/tianocore/edk2";
-
-NON_BINARY_DEPEND="
-   >=dev-lang/nasm-2.0.7
-   >=sys-power/iasl-20160729
-   ${PYTHON_DEPS}
-"
-DEPEND=""
-RDEPEND=""
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/tianocore/edk2";
-   DEPEND+="
-   ${NON_BINARY_DEPEND}
-   "
-else
-   SRC_URI="
-   binary? ( 
https://dev.gentoo.org/~tamiko/distfiles/${P}-bin.tar.xz )
-   !binary? ( https://dev.gentoo.org/~tamiko/distfiles/${P}.tar.xz 
)"
-   KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86 ~x86-fbsd"
-   IUSE="+binary"
-   REQUIRED_USE+="
-   !amd64? ( binary )
-   "
-   DEPEND+="
-   !binary? (
-   amd64? (
-   ${NON_BINARY_DEPEND}
-   )
-   )"
-   PATCHES=(
-   "${FILESDIR}"/${P}-build_system_fixes.patch
-   )
-fi
-
-LICENSE="BSD-2 MIT"
-SLOT="0"
-
-DISABLE_AUTOFORMATTING=true
-DOC_CONTENTS="This package contains the tianocore edk2 UEFI firmware for 
64-bit x86
-virtual machines. The firmware is located under
-   /usr/share/edk2-ovmf/OVMF.fd
-   /usr/share/edk2-ovmf/OVMF_CODE.fd
-   /usr/share/edk2-ovmf/OVMF_VARS.fd
-
-The firmware does not support csm (due to no free csm implementation
-available). If you need a firmware with csm support you have to download
-one for yourself. Firmware blobs are commonly labeled
-   OVMF{,_CODE,_VARS}-with-csm.fd
-
-In order to use the firmware you can run qemu the following way
-
-   $ qemu-system-x86_64 \
-   -drive 
file=/usr/share/edk2-ovmf/OVMF.fd,if=pflash,format=raw,unit=0,readonly=on \
-   ...
-
-You can register the firmware for use in libvirt by adding to 
/etc/libvirt/qemu.conf:
-   nvram = [
-   
\"/usr/share/edk2-ovmf/OVMF_CODE.fd:/usr/share/edk2-ovmf/OVMF_VARS.fd\"
-   ]"
-
-pkg_setup() {
-[[ ${PV} != "" ]] && use binary || python-any-r1_pkg_setup
-}
-
-src_prepare() {
-   if  [[ ${PV} != "" ]] && use binary; then
-   eapply_user
-   return
-   fi
-   default
-}
-
-src_compile() {
-   TARGET_ARCH=X64
-   TARGET_NAME=RELEASE
-   TARGET_TOOLS=GCC49
-
-   [[ ${PV} != "" ]] && use binary && return
-
-   emake ARCH=${TARGET_ARCH} -C BaseTools -j1
-
-   . ./edksetup.sh
-
-   ./OvmfPkg/build.sh \
-   -a "${TARGET_ARCH}" -b "${TARGET_NAME}" -t "${TARGET_TOOLS}" \
-   -D FD_SIZE_2MB \
-   || die "OvmfPkg/build.sh failed"
-}
-
-src_install() {
-   local builddir="Build/OvmfX64/${TARGET_NAME}_${TARGET_TOOLS}/FV"
-
-   insinto /usr/share/${PN}
-   doins "${builddir}"/OVMF{,_CODE,_VARS}.fd
-
-   readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-   readme.gentoo_print_elog
-}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/edk2-ovmf/

2019-07-28 Thread Matthias Maier
commit: fff18dae2f07b0bf7b885912abfdc49fa283055e
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Jul 28 21:11:51 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Jul 28 23:17:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff18dae

sys-firmware/edk2-ovmf: update live ebuild

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Matthias Maier  gentoo.org>

 ...k2-ovmf-.ebuild => edk2-ovmf-99.ebuild} | 73 +-
 1 file changed, 57 insertions(+), 16 deletions(-)

diff --git a/sys-firmware/edk2-ovmf/edk2-ovmf-.ebuild 
b/sys-firmware/edk2-ovmf/edk2-ovmf-99.ebuild
similarity index 50%
rename from sys-firmware/edk2-ovmf/edk2-ovmf-.ebuild
rename to sys-firmware/edk2-ovmf/edk2-ovmf-99.ebuild
index a3779c68d3d..8bd303ef2cb 100644
--- a/sys-firmware/edk2-ovmf/edk2-ovmf-.ebuild
+++ b/sys-firmware/edk2-ovmf/edk2-ovmf-99.ebuild
@@ -1,10 +1,10 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 PYTHON_REQ_USE="sqlite"
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
 
 inherit eutils python-any-r1 readme.gentoo-r1
 
@@ -12,22 +12,21 @@ DESCRIPTION="UEFI firmware for 64-bit x86 virtual machines"
 HOMEPAGE="https://github.com/tianocore/edk2";
 
 NON_BINARY_DEPEND="
+   app-emulation/qemu
>=dev-lang/nasm-2.0.7
>=sys-power/iasl-20160729
${PYTHON_DEPS}
 "
 DEPEND=""
 RDEPEND=""
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} == "99" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/tianocore/edk2";
DEPEND+="
${NON_BINARY_DEPEND}
"
 else
-   SRC_URI="
-   binary? ( 
https://dev.gentoo.org/~tamiko/distfiles/${P}-bin.tar.xz )
-   !binary? ( https://dev.gentoo.org/~tamiko/distfiles/${P}.tar.xz 
)"
+   SRC_URI=""
KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="+binary"
REQUIRED_USE+="
@@ -40,7 +39,6 @@ else
)
)"
PATCHES=(
-   "${FILESDIR}"/${P}-build_system_fixes.patch
)
 fi
 
@@ -50,9 +48,20 @@ SLOT="0"
 DISABLE_AUTOFORMATTING=true
 DOC_CONTENTS="This package contains the tianocore edk2 UEFI firmware for 
64-bit x86
 virtual machines. The firmware is located under
-   /usr/share/edk2-ovmf/OVMF.fd
/usr/share/edk2-ovmf/OVMF_CODE.fd
/usr/share/edk2-ovmf/OVMF_VARS.fd
+   /usr/share/edk2-ovmf/OVMF_CODE.secboot.fd
+
+If USE=binary is enabled, we also install an OVMF variables file (coming from
+fedora) that contains secureboot default keys
+
+   /usr/share/edk2-ovmf/OVMF_VARS.secboot.fd
+
+If you have compiled this package by hand, you need to either populate all
+necessary EFI variables by hand by booting
+   /usr/share/edk2-ovmf/UefiShell.(iso|img)
+or creating OVMF_VARS.secboot.fd by hand:
+   https://github.com/puiterwijk/qemu-ovmf-secureboot
 
 The firmware does not support csm (due to no free csm implementation
 available). If you need a firmware with csm support you have to download
@@ -68,14 +77,15 @@ In order to use the firmware you can run qemu the following 
way
 You can register the firmware for use in libvirt by adding to 
/etc/libvirt/qemu.conf:
nvram = [

\"/usr/share/edk2-ovmf/OVMF_CODE.fd:/usr/share/edk2-ovmf/OVMF_VARS.fd\"
+   
\"/usr/share/edk2-ovmf/OVMF_CODE.secboot.fd:/usr/share/edk2-ovmf/OVMF_VARS.fd\"
]"
 
 pkg_setup() {
-[[ ${PV} != "" ]] && use binary || python-any-r1_pkg_setup
+   [[ ${PV} != "99" ]] && use binary || python-any-r1_pkg_setup
 }
 
 src_prepare() {
-   if  [[ ${PV} != "" ]] && use binary; then
+   if  [[ ${PV} != "99" ]] && use binary; then
eapply_user
return
fi
@@ -87,23 +97,54 @@ src_compile() {
TARGET_NAME=RELEASE
TARGET_TOOLS=GCC49
 
-   [[ ${PV} != "" ]] && use binary && return
+   BUILD_FLAGS="-D TLS_ENABLE \
+   -D HTTP_BOOT_ENABLE \
+   -D NETWORK_IP6_ENABLE \
+   -D FD_SIZE_2MB"
+
+   SECUREBOOT_BUILD_FLAGS="${BUILD_FLAGS} \
+   -D SECURE_BOOT_ENABLE \
+   -D SMM_REQUIRE \
+   -D EXCLUDE_SHELL_FROM_FD"
+
+   [[ ${PV} != "99" ]] && use binary && return
 
emake ARCH=${TARGET_ARCH} -C BaseTools
 
. ./edksetup.sh
 
+   # Build all EFI firmware blobs:
+
+   mkdir -p ovmf
+
./OvmfPkg/build.sh \
-a "${TARGET_ARCH}" -b "${TARGET_NAME}" -t "${TARGET_TOOLS}" \
-   -D FD_SIZE_2MB \
-   || die "OvmfPkg/build.sh failed"
+   ${BUILD_FLAGS} || die "OvmfPkg/build.sh failed"
+
+   cp Build/OvmfX64/*/FV/OVMF_*.fd ovmf/
+   rm -rf Build/OvmfX64
+
+   ./OvmfPkg/build.sh \
+   -a "${TARGET_ARCH}" -b "${

[gentoo-commits] repo/gentoo:master commit in: sys-firmware/edk2-ovmf/

2019-07-28 Thread Matthias Maier
commit: 1bf61089297e21d870768a00e5103e23b0c611b6
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Jul 28 22:44:15 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Jul 28 23:17:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf61089

sys-firmware/edk2-ovmf: also create a convenience UefiShell.img

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Matthias Maier  gentoo.org>

 sys-firmware/edk2-ovmf/edk2-ovmf-201905.ebuild | 16 ++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/sys-firmware/edk2-ovmf/edk2-ovmf-201905.ebuild 
b/sys-firmware/edk2-ovmf/edk2-ovmf-201905.ebuild
index 246a3853850..6e9f4e3babf 100644
--- a/sys-firmware/edk2-ovmf/edk2-ovmf-201905.ebuild
+++ b/sys-firmware/edk2-ovmf/edk2-ovmf-201905.ebuild
@@ -12,6 +12,7 @@ DESCRIPTION="UEFI firmware for 64-bit x86 virtual machines"
 HOMEPAGE="https://github.com/tianocore/edk2";
 
 NON_BINARY_DEPEND="
+   app-emulation/qemu
>=dev-lang/nasm-2.0.7
>=sys-power/iasl-20160729
${PYTHON_DEPS}
@@ -123,6 +124,8 @@ src_compile() {
 
. ./edksetup.sh
 
+   # Build all EFI firmware blobs:
+
mkdir -p ovmf
 
./OvmfPkg/build.sh \
@@ -137,8 +140,17 @@ src_compile() {
${SECUREBOOT_BUILD_FLAGS} || die "OvmfPkg/build.sh failed"
 
cp Build/OvmfX64/*/FV/OVMF_CODE.fd ovmf/OVMF_CODE.secboot.fd || die "cp 
failed"
-   cp Build/OvmfX64/*/X64/Shell.efi ovmf/ || dies "cp failed"
-   cp Build/OvmfX64/*/X64/EnrollDefaultKeys.efi ovmf || dies "cp failed"
+   cp Build/OvmfX64/*/X64/Shell.efi ovmf/ || die "cp failed"
+   cp Build/OvmfX64/*/X64/EnrollDefaultKeys.efi ovmf || die "cp failed"
+
+   # Build a convenience UefiShell.img:
+
+   mkdir -p iso_image/efi/boot || die "mkdir failed"
+   cp ovmf/Shell.efi iso_image/efi/boot/bootx64.efi || die "cp failed"
+   cp ovmf/EnrollDefaultKeys.efi iso_image || die "cp failed"
+   qemu-img convert --image-opts \
+   
driver=vvfat,floppy=on,fat-type=12,label=UEFI_SHELL,dir=iso_image \
+   ovmf/UefiShell.img || die "qemu-img failed"
 }
 
 src_install() {



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

2019-07-28 Thread Louis Sautier
commit: b1df133a9e287eccda10b2d280a6aaeb28ea0c0b
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun Jul 28 23:04:46 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun Jul 28 23:05:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1df133a

net-irc/znc: remove vulnerable version 1.7.3

Bug: https://bugs.gentoo.org/688152
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Louis Sautier  gentoo.org>

 net-irc/znc/Manifest |   1 -
 net-irc/znc/znc-1.7.3.ebuild | 182 ---
 2 files changed, 183 deletions(-)

diff --git a/net-irc/znc/Manifest b/net-irc/znc/Manifest
index beff2345859..4a2dbc1e157 100644
--- a/net-irc/znc/Manifest
+++ b/net-irc/znc/Manifest
@@ -1,3 +1,2 @@
 DIST gtest-1.8.1.tar.gz 992298 BLAKE2B 
40ef3417fe424205c0617f07207347ce671ac87605f8ac9b8a333b0b06e3fbef9f556041ee324c18f957f3258ab9fe06704f31cdd038355fb7890180eb77ced1
 SHA512 
e6283c667558e1fd6e49fa96e52af0e415a3c8037afe1d28b7ff1ec4c2ef8f49beb70a9327b7fc77eb4052a58c4ccad8b5260ec90e4bceeac7a46ff59c4369d7
-DIST znc-1.7.3.tar.gz 2084575 BLAKE2B 
4d8f76abef8bf2c5f96d9bd04716cd2debae2b2fcd3b8688aa715af6ef09e60c2aac203c5c7b32d2f4d56730f30dbbe9abd5eeec4f07e7580900dcb1cd164530
 SHA512 
4cd63be2cb3bc1e3950f38984b128c6511bd1b9fc01a00d51cfcdc46826c2dedad120d6ed8e30d9c400909e33d39b2b14579fb40ee1e3508b7f3a07eff3a15d8
 DIST znc-1.7.4.tar.gz 2084756 BLAKE2B 
3b389a13d7c1c59b8ac485b6996b5a56a03689e8191a65c99692ea849a99ed0a013065a47ea3d213faf883e1d3e595375a665090b4173e97261c3afe21a120e7
 SHA512 
ea559ee9e06bfbc51c03ef08e145bc39ee7402638cc153fab7dc1dcedae01548fa0743d726304f9e4631a66241eb96c03940b76093954093a35f69641133b2ae

diff --git a/net-irc/znc/znc-1.7.3.ebuild b/net-irc/znc/znc-1.7.3.ebuild
deleted file mode 100644
index 3bd414de002..000
--- a/net-irc/znc/znc-1.7.3.ebuild
+++ /dev/null
@@ -1,182 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{5,6,7} )
-
-inherit cmake-utils python-single-r1 readme.gentoo-r1 systemd user
-
-GTEST_VER="1.8.1"
-GTEST_URL="https://github.com/google/googletest/archive/${GTEST_VER}.tar.gz -> 
gtest-${GTEST_VER}.tar.gz"
-DESCRIPTION="An advanced IRC Bouncer"
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI=${EGIT_REPO_URI:-"https://github.com/znc/znc.git"}
-   SRC_URI=""
-else
-   MY_PV=${PV/_/-}
-   MY_P=${PN}-${MY_PV}
-   SRC_URI="
-   https://znc.in/releases/archive/${MY_P}.tar.gz
-   test? ( ${GTEST_URL} )
-   "
-   KEYWORDS="amd64 arm x86"
-   S=${WORKDIR}/${MY_P}
-fi
-
-HOMEPAGE="https://znc.in";
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="+ipv6 +icu libressl nls perl python +ssl sasl tcl test +zlib"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} icu )"
-
-RDEPEND="
-   icu? ( dev-libs/icu:= )
-   nls? ( dev-libs/boost:=[nls] )
-   perl? ( >=dev-lang/perl-5.10:= )
-   python? ( ${PYTHON_DEPS} )
-   sasl? ( >=dev-libs/cyrus-sasl-2 )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   tcl? ( dev-lang/tcl:0= )
-   zlib? ( sys-libs/zlib:0= )
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-   perl? ( >=dev-lang/swig-3.0.0 )
-   python? ( >=dev-lang/swig-3.0.0 )
-   test? ( dev-qt/qtnetwork:5 )
-"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.7.1-inttest-dir.patch )
-
-pkg_setup() {
-   if use python; then
-   python-single-r1_pkg_setup
-   fi
-
-   enewgroup ${PN}
-   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
-   # The home directory was previously set to /dev/null
-   # This caused a bug with the systemd unit
-   # https://bugs.gentoo.org/521916
-   esethome ${PN} /var/lib/${PN}
-}
-
-src_prepare() {
-   # Let SWIG rebuild modperl/modpython to make user patching easier.
-   if [[ ${PV} != ** ]]; then
-   rm modules/modperl/generated.tar.gz || die
-   rm modules/modpython/generated.tar.gz || die
-   fi
-
-   sed -i -e "s|DZNC_BIN_DIR:path=|DZNC_BIN_DIR:path=${T}/inttest|" \
-   test/CMakeLists.txt || die
-
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DWANT_SYSTEMD=yes  # Causes -DSYSTEMD_DIR to be used.
-   -DSYSTEMD_DIR="$(systemd_get_systemunitdir)"
-   -DWANT_ICU="$(usex icu)"
-   -DWANT_IPV6="$(usex ipv6)"
-   -DWANT_I18N="$(usex nls)"
-   -DWANT_PERL="$(usex perl)"
-   -DWANT_PYTHON="$(usex python)"
-   -DWANT_CYRUS="$(usex sasl)"
-   -DWANT_OPENSSL="$(usex ssl)"
-   -DWANT_TCL="$(usex tcl)"
-   -DWANT_ZLIB="$(usex zlib)"
-   )
-
-   if [[ ${PV} != ** ]] && use test; then
-   exp

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

2019-07-28 Thread Matt Turner
commit: 6dfade72889d63401ee41ebf70480c08805f9414
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 28 22:51:55 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 28 22:52:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dfade72

dev-util/vulkan-tools: Add Python 3.7 support

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-util/vulkan-tools/vulkan-tools-.ebuild 
b/dev-util/vulkan-tools/vulkan-tools-.ebuild
index 2cac7708424..2a6ce1302f7 100644
--- a/dev-util/vulkan-tools/vulkan-tools-.ebuild
+++ b/dev-util/vulkan-tools/vulkan-tools-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 
 if [[ "${PV}" == "" ]]; then
EGIT_REPO_URI="https://github.com/KhronosGroup/Vulkan-Tools.git";



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

2019-07-28 Thread Matt Turner
commit: 6e06d59debd88912c6cca477b78e7b2ee7dd26ab
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 28 22:42:35 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 28 22:52:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e06d59d

media-libs/freeglut: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-libs/freeglut/Manifest   |  1 -
 .../files/freeglut-2.4.0-bsd-usb-joystick.patch| 16 ---
 media-libs/freeglut/freeglut-2.8.1-r1.ebuild   | 33 --
 3 files changed, 50 deletions(-)

diff --git a/media-libs/freeglut/Manifest b/media-libs/freeglut/Manifest
index 4fca9a17f39..c7cddf1667c 100644
--- a/media-libs/freeglut/Manifest
+++ b/media-libs/freeglut/Manifest
@@ -1,2 +1 @@
-DIST freeglut-2.8.1.tar.gz 1005343 BLAKE2B 
d830f6d19659ba6bbe60fc9c981ae16582de8d90e05d58bcaee43133b7699a5f0b2507a777c11c5fcdb730b17c394dd6fc562d5e857024d99d4feb2130ff7cde
 SHA512 
935fddfa197c5f0ec74c5f2005fe5a0ebfd39f4a402cc79363da7cfe2e8576263130e44bd7e4f6c07ea53d3137bd7ca8ee8db85c0a09f25508fcf1b9ed07052e
 DIST freeglut-3.0.0.tar.gz 419095 BLAKE2B 
6065044fb2816ddfebd363189cdb897e00fa433d79c09f5a705b80ff730e1312158ed5db8d7a2cbfc2ddac0d0a9400300c5c245d967c33c937da11303fc316de
 SHA512 
9c45d5b203b26a7ff92331b3e080a48e806c92fbbe7c65d9262dd18c39cd6efdad8a795a80f499a2d23df84b4909dbd7c1bab20d7dd3555d3d88782ce9dd15b0

diff --git a/media-libs/freeglut/files/freeglut-2.4.0-bsd-usb-joystick.patch 
b/media-libs/freeglut/files/freeglut-2.4.0-bsd-usb-joystick.patch
deleted file mode 100644
index 08aa1326ebc..000
--- a/media-libs/freeglut/files/freeglut-2.4.0-bsd-usb-joystick.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-We disable BSD usb joystick support until upstream has a better support for it
-so that it can at least build. For now it builds but does not link to libusbhid
-so that libglut.so has undefined references to hid_* symbols and causes linking
-errors later on in the build process.
-
 freeglut-2.4.0/src/freeglut_joystick.c.old 2008-08-08 15:26:15 +
-+++ freeglut-2.4.0/src/freeglut_joystick.c 2008-08-08 15:26:32 +
-@@ -78,7 +78,7 @@
- #include 
- #if defined(__FreeBSD__) || defined(__NetBSD__)
- /* XXX The below hack is done until freeglut's autoconf is updated. */
--#define HAVE_USB_JS1
-+#undef HAVE_USB_JS
- 
- #if defined(__FreeBSD__) && __FreeBSD_version >= 50
- #include 

diff --git a/media-libs/freeglut/freeglut-2.8.1-r1.ebuild 
b/media-libs/freeglut/freeglut-2.8.1-r1.ebuild
deleted file mode 100644
index ddd46e1ea7d..000
--- a/media-libs/freeglut/freeglut-2.8.1-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools-multilib
-
-DESCRIPTION="Completely OpenSourced alternative to the OpenGL Utility Toolkit 
(GLUT) library"
-HOMEPAGE="http://freeglut.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="debug static-libs"
-
-RDEPEND=">=virtual/glu-9.0-r1[${MULTILIB_USEDEP}]
-   >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
-   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
-   >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
-   >=x11-libs/libXi-1.7.2[${MULTILIB_USEDEP}]
-   >=x11-libs/libXrandr-1.4.2[${MULTILIB_USEDEP}]
-   >=x11-libs/libXxf86vm-1.1.3[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   x11-base/xorg-proto"
-
-PATCHES=(
-   # Please read the comments in the patch before thinking about dropping 
it
-   # yet again...
-   "${FILESDIR}"/${PN}-2.4.0-bsd-usb-joystick.patch
-)
-
-HTML_DOCS=( doc/. )



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

2019-07-28 Thread Matt Turner
commit: faa2f5feb01fff91f6f8e3458281b11a45cbd01f
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 28 22:52:26 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 28 22:52:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faa2f5fe

dev-util/vulkan-tools: Enable X by default

Signed-off-by: Matt Turner  gentoo.org>

 dev-util/vulkan-tools/vulkan-tools-1.1.106-r1.ebuild | 4 ++--
 dev-util/vulkan-tools/vulkan-tools-.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/vulkan-tools/vulkan-tools-1.1.106-r1.ebuild 
b/dev-util/vulkan-tools/vulkan-tools-1.1.106-r1.ebuild
index 8c9610536b6..4b502753322 100644
--- a/dev-util/vulkan-tools/vulkan-tools-1.1.106-r1.ebuild
+++ b/dev-util/vulkan-tools/vulkan-tools-1.1.106-r1.ebuild
@@ -22,7 +22,7 @@ HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Tools";
 
 LICENSE="Apache-2.0"
 SLOT="0"
-IUSE="+cube +vulkaninfo X wayland"
+IUSE="+cube +vulkaninfo +X wayland"
 COMMON_DEPEND="media-libs/vulkan-loader:=[${MULTILIB_USEDEP},wayland?,X?]
wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
X? (
@@ -37,7 +37,7 @@ RDEPEND="${COMMON_DEPEND}"
 
 # Vulkaninfo does not support wayland
 REQUIRED_USE="|| ( X wayland )
- vulkaninfo? ( X )"
+   vulkaninfo? ( X )"
 
 pkg_setup() {
MULTILIB_CHOST_TOOLS=()

diff --git a/dev-util/vulkan-tools/vulkan-tools-.ebuild 
b/dev-util/vulkan-tools/vulkan-tools-.ebuild
index 2a6ce1302f7..574fee54f75 100644
--- a/dev-util/vulkan-tools/vulkan-tools-.ebuild
+++ b/dev-util/vulkan-tools/vulkan-tools-.ebuild
@@ -22,7 +22,7 @@ HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Tools";
 
 LICENSE="Apache-2.0"
 SLOT="0"
-IUSE="+cube +vulkaninfo X wayland"
+IUSE="+cube +vulkaninfo +X wayland"
 COMMON_DEPEND="media-libs/vulkan-loader:=[${MULTILIB_USEDEP},wayland?,X?]
wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
X? (
@@ -37,7 +37,7 @@ RDEPEND="${COMMON_DEPEND}"
 
 # Vulkaninfo does not support wayland
 REQUIRED_USE="|| ( X wayland )
- vulkaninfo? ( X )"
+   vulkaninfo? ( X )"
 
 pkg_setup() {
MULTILIB_CHOST_TOOLS=()



[gentoo-commits] repo/gentoo:master commit in: games-engines/openmw/

2019-07-28 Thread James Le Cuirot
commit: e84acb7ec27ca807a4da2ba65099456a8fc5f0b8
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Jul 28 22:25:49 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Jul 28 22:25:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e84acb7e

games-engines/openmw: Drop old 0.44.0

Package-Manager: Portage-2.3.69, Repoman-2.3.13
Signed-off-by: James Le Cuirot  gentoo.org>

 games-engines/openmw/Manifest |   1 -
 games-engines/openmw/openmw-0.44.0.ebuild | 126 --
 2 files changed, 127 deletions(-)

diff --git a/games-engines/openmw/Manifest b/games-engines/openmw/Manifest
index 8f8101ca1bc..fd925092a09 100644
--- a/games-engines/openmw/Manifest
+++ b/games-engines/openmw/Manifest
@@ -1,2 +1 @@
-DIST openmw-0.44.0.tar.gz 4976422 BLAKE2B 
9dec8412aa68ac35ba51926c7e5c5a64ce717ea6677162e0b35439a59c482375b7729bd462fa6e8da2e9b463c1121cdca0a5b42f553095da82a83cefb11986ce
 SHA512 
1b178891274361b7821ac1d3d66976ed5d443545531499d98f7ed30823f3891172cc5dcb3f7382ba0f561774a92b9ad8805e0c9582b78d2f010e4ed661219017
 DIST openmw-0.45.0.tar.gz 4711103 BLAKE2B 
85676294b07170dd6845892e9e7b354c5767428584c76ea2e1a64e9f9c72c46c279fdf5043058d37b927cb55e6cf2e833129d64954cdcdb3af4eb4b84dc3
 SHA512 
b968426659457cf486f6756f7ab82cc4cb34a92923c433dd86f711e5d7097f75441ed17daa50d21f15f1847f5aed1f4c3a094a06cfd3f2e9b90aa182742c596f

diff --git a/games-engines/openmw/openmw-0.44.0.ebuild 
b/games-engines/openmw/openmw-0.44.0.ebuild
deleted file mode 100644
index 70c4a527b85..000
--- a/games-engines/openmw/openmw-0.44.0.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils readme.gentoo-r1
-
-DESCRIPTION="Open source reimplementation of TES III: Morrowind"
-HOMEPAGE="https://openmw.org/";
-SRC_URI="https://github.com/OpenMW/openmw/archive/${P}.tar.gz";
-
-LICENSE="GPL-3 MIT BitstreamVera ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc devtools +qt5"
-
-RDEPEND="
-   dev-games/mygui
-   
>=dev-games/openscenegraph-3.5.5:=[ffmpeg,jpeg,png,sdl,svg,truetype,zlib]
-   dev-games/openscenegraph-qt
-   dev-libs/boost:=[threads]
-   dev-libs/tinyxml[stl]
-   media-libs/libsdl2[joystick,opengl,video,X]
-   media-libs/openal
-   media-video/ffmpeg:=
-   >=sci-physics/bullet-2.86
-   virtual/opengl
-   qt5? (
-   app-arch/unshield
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtopengl:5
-   dev-qt/qtwidgets:5
-   )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? (
-   app-doc/doxygen[doc]
-   dev-python/sphinx
-   )
-"
-
-S="${WORKDIR}/${PN}-${P}"
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   # We don't install license files
-   sed -e '/LICDIR/d' \
-   -i CMakeLists.txt || die
-   # Use the system tinyxml headers
-   sed -e 's/"tinyxml.h"//g' \
-   -e 's/"tinystr.h"//g' \
-   -i extern/oics/ICSPrerequisites.h || die
-}
-
-src_configure() {
-   use devtools && ! use qt5 && \
-   elog "'qt5' USE flag is disabled, 'openmw-cs' will not be 
installed"
-
-   local mycmakeargs=(
-   -DBUILD_BSATOOL=$(usex devtools)
-   -DBUILD_DOCS=$(usex doc)
-   -DBUILD_ESMTOOL=$(usex devtools)
-   -DBUILD_LAUNCHER=$(usex qt5)
-   -DBUILD_NIFTEST=$(usex devtools)
-   -DBUILD_OPENCS=$(usex devtools $(usex qt5))
-   -DBUILD_WIZARD=$(usex qt5)
-   -DBUILD_UNITTESTS=OFF
-   -DGLOBAL_DATA_PATH=/usr/share
-   -DICONDIR="/usr/share/icons/hicolor/256x256/apps"
-   -DMORROWIND_DATA_FILES="/usr/share/morrowind-data"
-   -DUSE_SYSTEM_TINYXML=ON
-   -DDESIRED_QT_VERSION=5
-   )
-
-   cmake-utils_src_configure
-}
-
-src_compile() {
-   cmake-utils_src_compile
-
-   if use doc ; then
-   cmake-utils_src_compile doc
-   find "${CMAKE_BUILD_DIR}"/docs/Doxygen/html \
-   -name '*.md5' -type f -delete || die
-   HTML_DOCS=( "${CMAKE_BUILD_DIR}"/docs/Doxygen/html/. )
-   fi
-}
-
-src_install() {
-   cmake-utils_src_install
-
-   local DOC_CONTENTS="
-   You need the original Morrowind data files. If you haven't
-   installed them yet, you can install them straight via the
-   installation wizard which is the officially supported method
-   (either by using the launcher or by calling 'openmw-wizard'
-   directly).\n"
-
-   if ! use qt5; then
-   local DOC_CONTENTS+="\n\n
-   USE flag 'qt5' is disabled, 'openmw-launcher' and
-   'openmw-wizard' are not available. You are on your own for
-

[gentoo-commits] repo/gentoo:master commit in: games-engines/openmw/

2019-07-28 Thread James Le Cuirot
commit: a824605ace1f6e1179a5ea38bf1c9adf18bb7deb
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Jul 28 22:24:50 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Jul 28 22:24:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a824605a

games-engines/openmw: Bump to 0.45.0, EAPI 7, fix dependencies

Package-Manager: Portage-2.3.69, Repoman-2.3.13
Signed-off-by: James Le Cuirot  gentoo.org>

 games-engines/openmw/Manifest |   1 +
 games-engines/openmw/openmw-0.45.0.ebuild | 129 ++
 2 files changed, 130 insertions(+)

diff --git a/games-engines/openmw/Manifest b/games-engines/openmw/Manifest
index 664a8f7a5c7..8f8101ca1bc 100644
--- a/games-engines/openmw/Manifest
+++ b/games-engines/openmw/Manifest
@@ -1 +1,2 @@
 DIST openmw-0.44.0.tar.gz 4976422 BLAKE2B 
9dec8412aa68ac35ba51926c7e5c5a64ce717ea6677162e0b35439a59c482375b7729bd462fa6e8da2e9b463c1121cdca0a5b42f553095da82a83cefb11986ce
 SHA512 
1b178891274361b7821ac1d3d66976ed5d443545531499d98f7ed30823f3891172cc5dcb3f7382ba0f561774a92b9ad8805e0c9582b78d2f010e4ed661219017
+DIST openmw-0.45.0.tar.gz 4711103 BLAKE2B 
85676294b07170dd6845892e9e7b354c5767428584c76ea2e1a64e9f9c72c46c279fdf5043058d37b927cb55e6cf2e833129d64954cdcdb3af4eb4b84dc3
 SHA512 
b968426659457cf486f6756f7ab82cc4cb34a92923c433dd86f711e5d7097f75441ed17daa50d21f15f1847f5aed1f4c3a094a06cfd3f2e9b90aa182742c596f

diff --git a/games-engines/openmw/openmw-0.45.0.ebuild 
b/games-engines/openmw/openmw-0.45.0.ebuild
new file mode 100644
index 000..6a6f448a3fc
--- /dev/null
+++ b/games-engines/openmw/openmw-0.45.0.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils xdg-utils readme.gentoo-r1
+
+DESCRIPTION="Open source reimplementation of TES III: Morrowind"
+HOMEPAGE="https://openmw.org/";
+SRC_URI="https://github.com/OpenMW/openmw/archive/${P}.tar.gz";
+
+LICENSE="GPL-3 MIT BitstreamVera ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc devtools +qt5"
+
+# FIXME: Unbundle dev-games/openscenegraph-qt in extern/osgQt directory,
+# used when BUILD_OPENCS flag is enabled. See bug #676266.
+
+RDEPEND="
+   dev-games/mygui
+   
>=dev-games/openscenegraph-3.5.5:=[ffmpeg,jpeg,png,sdl,svg,truetype,zlib]
+   dev-libs/boost:=[threads]
+   dev-libs/tinyxml[stl]
+   media-libs/libsdl2[joystick,opengl,video]
+   media-libs/openal
+   media-video/ffmpeg:=
+   >=sci-physics/bullet-2.86:=
+   virtual/opengl
+   qt5? (
+   app-arch/unshield
+   dev-qt/qtcore:5=
+   dev-qt/qtgui:5=
+   dev-qt/qtnetwork:5=
+   dev-qt/qtopengl:5=
+   dev-qt/qtwidgets:5=
+   )
+"
+
+DEPEND="${RDEPEND}"
+
+BDEPEND="
+   virtual/pkgconfig
+   doc? (
+   app-doc/doxygen[doc]
+   dev-python/sphinx
+   )
+"
+
+S="${WORKDIR}/${PN}-${P}"
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   # We don't install license files
+   sed -i '/LICDIR/d' CMakeLists.txt || die
+
+   # Use the system tinyxml headers
+   rm -v extern/oics/tiny{str,xml}* || die
+}
+
+src_configure() {
+   use devtools && ! use qt5 && \
+   elog "'qt5' USE flag is disabled, 'openmw-cs' will not be 
installed"
+
+   local mycmakeargs=(
+   -DBUILD_BSATOOL=$(usex devtools)
+   -DBUILD_DOCS=$(usex doc)
+   -DBUILD_ESMTOOL=$(usex devtools)
+   -DBUILD_LAUNCHER=$(usex qt5)
+   -DBUILD_NIFTEST=$(usex devtools)
+   -DBUILD_OPENCS=$(usex devtools $(usex qt5))
+   -DBUILD_WIZARD=$(usex qt5)
+   -DBUILD_UNITTESTS=OFF
+   -DGLOBAL_DATA_PATH=/usr/share
+   -DICONDIR="/usr/share/icons/hicolor/256x256/apps"
+   -DMORROWIND_DATA_FILES="/usr/share/morrowind-data"
+   -DUSE_SYSTEM_TINYXML=ON
+   -DDESIRED_QT_VERSION=5
+   )
+
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   cmake-utils_src_compile
+
+   if use doc ; then
+   cmake-utils_src_compile doc
+   find "${CMAKE_BUILD_DIR}"/docs/Doxygen/html \
+   -name '*.md5' -type f -delete || die
+   HTML_DOCS=( "${CMAKE_BUILD_DIR}"/docs/Doxygen/html/. )
+   fi
+}
+
+src_install() {
+   cmake-utils_src_install
+
+   local DOC_CONTENTS="
+   You need the original Morrowind data files. If you haven't
+   installed them yet, you can install them straight via the
+   installation wizard which is the officially supported method
+   (either by using the launcher or by calling 'openmw-wizard'
+   directly).\n"
+
+   if ! use qt5; then
+   local DOC_CONTENTS+="\n\n
+   USE flag 'qt5' is disabled, 'openmw-launcher' and
+   'openmw-wizard' are not avai

[gentoo-commits] repo/gentoo:master commit in: net-libs/libvncserver/

2019-07-28 Thread Andreas Sturmlechner
commit: 61a66db5451e859c3cc01853ba5a5737c2157147
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 28 21:07:58 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 28 21:20:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61a66db5

net-libs/libvncserver: Drop 0.9.11-r1 and 0.9.12 (r0)

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

 net-libs/libvncserver/Manifest |  1 -
 .../libvncserver/libvncserver-0.9.11-r1.ebuild | 72 --
 net-libs/libvncserver/libvncserver-0.9.12.ebuild   | 72 --
 3 files changed, 145 deletions(-)

diff --git a/net-libs/libvncserver/Manifest b/net-libs/libvncserver/Manifest
index 0cb75239ec8..17e32429cee 100644
--- a/net-libs/libvncserver/Manifest
+++ b/net-libs/libvncserver/Manifest
@@ -1,2 +1 @@
-DIST LibVNCServer-0.9.11.tar.gz 1413739 BLAKE2B 
e295d3aef7181cd767676c4e55130fa65ecf8ea92a659b6de82d2cc465f1c9e1a587839942fd89882126dc8ec54f9de20a78e799ea194f9ae227a82ae705721b
 SHA512 
e473c081b68dd3cdd96a1756b4f4945ece79d3c8e4cef62140be1699671555fc16d3080e81d764197a14ea83203ffcd0e18c3cc182e012d036e3faae943003fb
 DIST LibVNCServer-0.9.12.tar.gz 2237447 BLAKE2B 
583500c0bcfb6e9e3a02a33fb2701113b164851f0906fcc4845de7c7d82d4f7f65f5edd6c9a672348ee1deeefc65c1b0a257da024254598ba86d121d424f027e
 SHA512 
60ff1cc93a937d6f8f97449bc58b763095846207112f7b1b3c43eb2d74448b595d6da949903a764bd484ee54e38ff6277e882adbe965dd6d26ba15ef6ff6fcb8

diff --git a/net-libs/libvncserver/libvncserver-0.9.11-r1.ebuild 
b/net-libs/libvncserver/libvncserver-0.9.11-r1.ebuild
deleted file mode 100644
index e075c4351e8..000
--- a/net-libs/libvncserver/libvncserver-0.9.11-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit autotools eutils multilib-minimal
-
-MY_PN="LibVNCServer"
-
-DESCRIPTION="library for creating vnc servers"
-HOMEPAGE="https://libvnc.github.io/";
-SRC_URI="https://github.com/LibVNC/${PN}/archive/${MY_PN}-${PV}.tar.gz";
-
-LICENSE="GPL-2"
-# No sub slot wanted (yet), see #578958
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="+24bpp gcrypt gnutls ipv6 +jpeg libressl +png ssl static-libs systemd 
test +threads +zlib"
-REQUIRED_USE="!gnutls? ( ssl? ( threads ) )"
-
-DEPEND="
-   gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0=[${MULTILIB_USEDEP}] )
-   gnutls? (
-   >=net-libs/gnutls-2.12.23-r6:0=[${MULTILIB_USEDEP}]
-   >=dev-libs/libgcrypt-1.5.3:0=[${MULTILIB_USEDEP}]
-   )
-   !gnutls? (
-   ssl? (
-   !libressl? ( 
>=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
-   libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
-   )
-   )
-   jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
-   png? ( >=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}] )
-   systemd? ( sys-apps/systemd:= )
-   zlib? ( >=sys-libs/zlib-1.2.8-r1:0=[${MULTILIB_USEDEP}] )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}-${MY_PN}-${PV}"
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-src_prepare() {
-   default
-
-   sed -i -r \
-   -e "/^SUBDIRS/s:\<$(usex test '' 
'test|')client_examples|examples\>::g" \
-   Makefile.am || die
-
-   eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE=${S} \
-   econf \
-   --disable-silent-rules \
-   $(use_enable static-libs static) \
-   $(use_with 24bpp) \
-   $(use_with gnutls) \
-   $(usex gnutls --with-gcrypt $(use_with gcrypt)) \
-   $(usex gnutls --without-ssl $(use_with ssl)) \
-   $(use_with ipv6) \
-   $(use_with jpeg) \
-   $(use_with png) \
-   $(use_with threads pthread) \
-   $(use_with zlib)
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   prune_libtool_files
-}

diff --git a/net-libs/libvncserver/libvncserver-0.9.12.ebuild 
b/net-libs/libvncserver/libvncserver-0.9.12.ebuild
deleted file mode 100644
index 10cbd56dcaf..000
--- a/net-libs/libvncserver/libvncserver-0.9.12.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit cmake-multilib
-
-MY_PN="LibVNCServer"
-
-DESCRIPTION="library for creating vnc servers"
-HOMEPAGE="https://libvnc.github.io/";
-SRC_URI="https://github.com/LibVNC/${PN}/archive/${MY_PN}-${PV}.tar.gz";
-
-LICENSE="GPL-2"
-# No sub slot wanted (yet), see #578958
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="+24bpp gcrypt gnutls ipv6 +jpeg libressl l

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

2019-07-28 Thread Andreas Sturmlechner
commit: e77dea4a53648561d5aeee46c779e4d546f979ef
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 28 21:17:43 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 28 21:20:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e77dea4a

media-libs/zimg: Drop old

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

 media-libs/zimg/Manifest|   3 -
 media-libs/zimg/files/zimg-2.7.5-sse2.patch | 231 
 media-libs/zimg/zimg-2.5.ebuild |  36 -
 media-libs/zimg/zimg-2.7.4.ebuild   |  36 -
 media-libs/zimg/zimg-2.7.5.ebuild   |  33 
 5 files changed, 339 deletions(-)

diff --git a/media-libs/zimg/Manifest b/media-libs/zimg/Manifest
index 71b6acd6d38..812439a44b6 100644
--- a/media-libs/zimg/Manifest
+++ b/media-libs/zimg/Manifest
@@ -1,4 +1 @@
-DIST zimg-2.5.tar.gz 213054 BLAKE2B 
0532693c11c1b2bcc0d5bde3a0bc16bf4f736ceff5fcda5d9bf491fcebe7e8be538041cc536e40bc110e438370c8599ce0be35f71cea00429b16c6eeb680cb86
 SHA512 
7fc48c704b434d837c36d4bafc51b35789eaf90fc81a68dcd7ec546f1e82a3e41c53263f8d381541d5c0ce58e25dddf0adaf1c3575512842ae633b5581778938
-DIST zimg-2.7.4.tar.gz 246376 BLAKE2B 
b6a21a1f7ca5106810485a69bb4e8f1d59d67fe3a619fd0ac412b1e441fe2d8892f6482fbdfa48ae441fa5a21512b5ba0977eeaca7dcb7e0fcc43447f6e4
 SHA512 
adbb525b2611ef5267a4c0d4e8c6dd164c2814241c4d58d5356545b23dcf0cbeabb140141ae6ff0e70ef8e0741e351cbfadbadd60923061ddd693a2c3d9e5fde
-DIST zimg-2.7.5.tar.gz 246416 BLAKE2B 
a0ce1497356238aee5d3965a7ec57f1591d51c5df2475fb05d208a07f1431f073f8caaac110775fb17c6df8f887ed974b53f262e01f5532de13dc4c539958c1b
 SHA512 
600139f86b074f2ed9614daa58d969465fa3d1578d8165bd2f841193f7b793c4b36389064dd4eee8e01e66a745d1c71c62e5bdb0b5283e54c435ed4a130a5b3b
 DIST zimg-2.8.tar.gz 265363 BLAKE2B 
a8982c64325e0089617136fcd5d6ee429ab861e3b9445b9cc0292bd3bbd3abb5783e94983e3e802fd9e59c2c7089eeea176d1eda4f3a850379cfc4fb36cbc408
 SHA512 
1e89087a756798a7ae3bfae3bc8244b29ae8ae7f04f53bdf6c4d4de3cb11412dc1eecd95a4a121bb9077437e633f8fbb665522ff8112ade806d9191ea4b5f7bf

diff --git a/media-libs/zimg/files/zimg-2.7.5-sse2.patch 
b/media-libs/zimg/files/zimg-2.7.5-sse2.patch
deleted file mode 100644
index 77483ab59e7..000
--- a/media-libs/zimg/files/zimg-2.7.5-sse2.patch
+++ /dev/null
@@ -1,231 +0,0 @@
-From e30112df0ca703be82ed2c852511916fc46defbd Mon Sep 17 00:00:00 2001
-From: sekrit-twc 
-Date: Fri, 22 Mar 2019 18:51:14 -0700
-Subject: [PATCH] colorspace: use bfloat16 for SSE2 linear-to-gamma LUT
-
-On Skylake, processing 512 pixel array:
-
-direction  cycles/sample   cycles/pxvector
- g->l   2.35  9.43
- l->g   2.49  9.97

- .../colorspace/x86/operation_impl_avx2.cpp|   3 +-
- .../colorspace/x86/operation_impl_sse2.cpp| 104 --
- test/colorspace/x86/colorspace_sse2_test.cpp  |  14 +--
- 3 files changed, 100 insertions(+), 21 deletions(-)
-
-diff --git a/src/zimg/colorspace/x86/operation_impl_avx2.cpp 
b/src/zimg/colorspace/x86/operation_impl_avx2.cpp
-index f896..f0e7f792 100644
 a/src/zimg/colorspace/x86/operation_impl_avx2.cpp
-+++ b/src/zimg/colorspace/x86/operation_impl_avx2.cpp
-@@ -114,8 +114,7 @@ class ToGammaLutOperationAVX2 final : public Operation {
-   {
-   EnsureSinglePrecision x87;
- 
--  // Allocate an extra LUT entry so that indexing can be done by 
multipying by a power of 2.
--  for (unsigned long i = 0; i <= UINT16_MAX; ++i) {
-+  for (size_t i = 0; i <= UINT16_MAX; ++i) {
-   uint16_t half = static_cast(i);
-   float x = 
_mm_cvtss_f32(_mm_cvtph_ps(_mm_set1_epi16(half)));
-   m_lut[i] = func(x * prescale);
-diff --git a/src/zimg/colorspace/x86/operation_impl_sse2.cpp 
b/src/zimg/colorspace/x86/operation_impl_sse2.cpp
-index 48645031..da9d4dbc 100644
 a/src/zimg/colorspace/x86/operation_impl_sse2.cpp
-+++ b/src/zimg/colorspace/x86/operation_impl_sse2.cpp
-@@ -3,11 +3,13 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include "common/align.h"
- #include "common/ccdep.h"
- #include "common/make_unique.h"
-+#include "common/x86/sse2_util.h"
- #include "colorspace/gamma.h"
- #include "colorspace/operation.h"
- #include "colorspace/operation_impl.h"
-@@ -20,14 +22,25 @@ namespace {
- 
- constexpr unsigned LUT_DEPTH = 16;
- 
--void lut_filter_line(const float *RESTRICT lut, unsigned lut_depth, float 
prescale, const float *src, float *dst, unsigned left, unsigned right)
-+template 
-+T bit_cast(const U &x) noexcept
-+{
-+  static_assert(sizeof(T) == sizeof(U), "object sizes must match");
-+  static_assert(std::is_pod::value && std::is_pod::value, "object 
types must be POD");
-+
-+  T ret;
-+  std::copy_n(reinterpret_cast(&x), sizeof(x), 
reinterpret_cast(&ret));

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

2019-07-28 Thread Andreas Sturmlechner
commit: eef4e581b71cb7992072bd355d6d8f1be30a5b1d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 28 21:15:11 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 28 21:20:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef4e581

kde5-functions.eclass: Drop obsolete minimum version declarations

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 eclass/kde5-functions.eclass | 14 ++
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 2b2455e249e..a1b930a3eba 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -36,7 +36,6 @@ export KDE_BUILD_TYPE
 case ${CATEGORY} in
kde-frameworks)
[[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=}
-   [[ ${PV} = 5.57* ]] && : ${QT_MINIMAL:=5.11.1}
;;
kde-plasma)
if [[ ${PV} = 5.15.5 ]]; then
@@ -44,17 +43,8 @@ case ${CATEGORY} in
: ${QT_MINIMAL:=5.11.1}
fi
[[ ${PV} = 5.16.3 ]] && : ${FRAMEWORKS_MINIMAL:=5.58.0}
-   [[ ${PV} = 5.16* ]] && : ${FRAMEWORKS_MINIMAL:=5.60.0}
[[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=}
;;
-   kde-apps)
-   if [[ ${PV} = 18.12.3 ]]; then
-   : ${FRAMEWORKS_MINIMAL:=5.57.0}
-   : ${PLASMA_MINIMAL:=5.14.5}
-   : ${QT_MINIMAL:=5.11.1}
-   fi
-   [[ ${PV} = 19.04.3 ]] && : ${FRAMEWORKS_MINIMAL:=5.60.0}
-   ;;
 esac
 
 # @ECLASS-VARIABLE: QT_MINIMAL
@@ -65,7 +55,7 @@ esac
 # @ECLASS-VARIABLE: FRAMEWORKS_MINIMAL
 # @DESCRIPTION:
 # Minimum version of Frameworks to require. This affects add_frameworks_dep.
-: ${FRAMEWORKS_MINIMAL:=5.57.0}
+: ${FRAMEWORKS_MINIMAL:=5.60.0}
 
 # @ECLASS-VARIABLE: PLASMA_MINIMAL
 # @DESCRIPTION:
@@ -75,7 +65,7 @@ esac
 # @ECLASS-VARIABLE: KDE_APPS_MINIMAL
 # @DESCRIPTION:
 # Minimum version of KDE Applications to require. This affects add_kdeapps_dep.
-: ${KDE_APPS_MINIMAL:=18.12.3}
+: ${KDE_APPS_MINIMAL:=19.04.3}
 
 # @ECLASS-VARIABLE: KDE_GCC_MINIMAL
 # @DEFAULT_UNSET



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

2019-07-28 Thread Andreas Sturmlechner
commit: 80565dd361ddb4287a8346238b98e2ec3100e821
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 28 21:18:46 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 28 21:20:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80565dd3

net-libs/srt: Drop 1.2.2 and 1.3.1-r1

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

 net-libs/srt/Manifest  |  2 -
 net-libs/srt/files/srt-1.3.1-no-rpath.patch| 28 --
 ...-09afc227e0880b12a98e18ee8182f89c3a80e3a6.patch | 64 --
 net-libs/srt/srt-1.2.2.ebuild  | 41 --
 net-libs/srt/srt-1.3.1-r1.ebuild   | 51 -
 5 files changed, 186 deletions(-)

diff --git a/net-libs/srt/Manifest b/net-libs/srt/Manifest
index 76a817b23a7..187ef5fee05 100644
--- a/net-libs/srt/Manifest
+++ b/net-libs/srt/Manifest
@@ -1,3 +1 @@
-DIST srt-1.2.2.tar.gz 634049 BLAKE2B 
1f650c5d8ab470829212b9c4a1082eb1de4480c8bad4b787a63a2b9c06cb7c8c0ad3a80a06ec5b13e629ec2d18a025ff36e3dcdaa9de8359805e3ff4c1b4d963
 SHA512 
cb897c97d5fd93b333c8de0805c78c940650a2daf8d821e09e3fb01c7e4b56bd7513cf28545f7ac422fba9fa8420b745f397359a4b9e81cff496c776820ea90a
-DIST srt-1.3.1.tar.gz 783953 BLAKE2B 
647a67fbc8806f35b6ebc5c24236664262abbccaf41668f3b3db76055917cff767b6d04b1fdd97b676772fbb561f36f3d2f712e1d1165a26033f728c1bf9efdc
 SHA512 
1f8fdfc0e1d92bc8c477651982c23afeacb65e2293a7225227927e1b6f71a01355a3311600097d77b3df638503e4856acbcb52ed270b650480f20b98c1be5ec2
 DIST srt-1.3.2.tar.gz 812053 BLAKE2B 
97e9053fb80da967d0ce90b0276f37d23c93b8c9847910559a12f672c1f224b9069955f57b920417b205374e921f7dbdabf96a66f5cad59e14e85506e5d19d89
 SHA512 
7cd8b64fafe99c47f82ba3b0c34436353161cd829bbe639038e995a0a39557f9c754a3dcadf4cf7ca587779ce185325ba88e391a058818b84b9ed32212a88817

diff --git a/net-libs/srt/files/srt-1.3.1-no-rpath.patch 
b/net-libs/srt/files/srt-1.3.1-no-rpath.patch
deleted file mode 100644
index 6e3650709c6..000
--- a/net-libs/srt/files/srt-1.3.1-no-rpath.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From a90e6ab27bc20fa34536c19828db5be44be4ef4d Mon Sep 17 00:00:00 2001
-From: Craig Andrews 
-Date: Mon, 26 Nov 2018 21:51:20 -0500
-Subject: [PATCH] Do not force rpath on Linux
-

- CMakeLists.txt | 8 
- 1 file changed, 8 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index eb2582c..60c4507 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -663,14 +663,6 @@ macro(srt_make_application name)
-   # set (CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
-   # set (FORCE_RPATH BUILD_WITH_INSTALL_RPATH TRUE 
INSTALL_RPATH_USE_LINK_PATH TRUE)
- 
--  if (LINUX)
--  # This is only needed on Linux, on Windows (including Cygwin) 
the library file will
--  # be placed into the binrary directory anyway.
--  # XXX not sure about Mac.
--  # See this name used already in install(${TARGET_srt} LIBRARY 
DESTINATION...).
--  set(FORCE_RPATH LINK_FLAGS 
-Wl,-rpath,.,-rpath,../${CMAKE_INSTALL_LIBDIR} BUILD_WITH_INSTALL_RPATH TRUE 
INSTALL_RPATH_USE_LINK_PATH TRUE)
--  endif()
--
-   # We state that Darwin always uses CLANG compiler, which honors this 
flag the same way.
-   set_target_properties(${name} PROPERTIES COMPILE_FLAGS 
"${CFLAGS_CXX_STANDARD} ${EXTRA_stransmit}" ${FORCE_RPATH})
- 

diff --git 
a/net-libs/srt/files/srt-1.3.1-use-destdir-for-symlinks-09afc227e0880b12a98e18ee8182f89c3a80e3a6.patch
 
b/net-libs/srt/files/srt-1.3.1-use-destdir-for-symlinks-09afc227e0880b12a98e18ee8182f89c3a80e3a6.patch
deleted file mode 100644
index 2859ed1bac3..000
--- 
a/net-libs/srt/files/srt-1.3.1-use-destdir-for-symlinks-09afc227e0880b12a98e18ee8182f89c3a80e3a6.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-From 09afc227e0880b12a98e18ee8182f89c3a80e3a6 Mon Sep 17 00:00:00 2001
-From: Dennis Schridde 
-Date: Sat, 15 Dec 2018 23:21:17 +0100
-Subject: [PATCH] CMakeLists.txt: Respect DESTDIR when creating stransmit
- symlink
-
-Fixes: #357

- CMakeLists.txt| 20 ++--
- scripts/haiUtil.cmake |  5 -
- 2 files changed, 6 insertions(+), 19 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index eb2582c..fe45919 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -705,28 +705,20 @@ if ( ENABLE_CXX11 )
-   # For backward compatibility with the old name
-   if (SYMLINKABLE)
-   set (REPLI_COMMAND create_symlink )
-+  # It appears impossible to get the filename component from the 
generator
-+  # expression $, hence we predict 
it as:
-+  set (srt_live_transmit_name 
srt-live-transmit${CMAKE_EXECUTABLE_SUFFIX})
-   else()
-   set (REPLI_COMMAND copy)
-+  set (srt_live_transmit_name $)
-   endif()
- 
-   set (stransmit_path 
$/stransmit${CMAKE_EXECUTABLE_SUFFIX})
-   add_custom_comm

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

2019-07-28 Thread Andreas Sturmlechner
commit: 0d10aba3465ad96f3c67bcda062b366819b80807
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 28 21:03:29 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 28 21:20:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d10aba3

media-libs/libmatroska: Drop 1.4.9 and 1.5.0

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

 media-libs/libmatroska/Manifest |  2 --
 media-libs/libmatroska/libmatroska-1.4.9.ebuild | 23 ---
 media-libs/libmatroska/libmatroska-1.5.0.ebuild | 23 ---
 3 files changed, 48 deletions(-)

diff --git a/media-libs/libmatroska/Manifest b/media-libs/libmatroska/Manifest
index 6b48eab20ee..3a8238b2e9a 100644
--- a/media-libs/libmatroska/Manifest
+++ b/media-libs/libmatroska/Manifest
@@ -1,3 +1 @@
-DIST libmatroska-1.4.9.tar.xz 64556 BLAKE2B 
9f2c01213edd979b325eb1dda148054bc6e0117ad41b29385f6d505108d4e2a4da643df76f957d07541bb581e71d5fed9875f1aef0804894cbab4cc39da50a98
 SHA512 
281224b66ce7ef39daf0f186cda1144250e190b914e64f4f2524e8bf0170a3d18dbc50f204d4ca8d7eaffe183a61f96c92ba6ec4325bacb068272d62cdbcef33
-DIST libmatroska-1.5.0.tar.xz 64596 BLAKE2B 
a14f3f1aef87e2bc05989d3166b562edf852c20e5a25f6bb9376cd4b5224bfc7db3f45daffa5ccff140af75a2addca2bdac024228c7512016e6568e669c639e7
 SHA512 
eb59b5afd9d510c2d6c7408b0053a261cee6669a9f5bbb1a939d98d96ac6c9b8f340691e95310268f59c954a1d9f72322fd0ec7b442a74c56cd2e2c22eb3a754
 DIST libmatroska-1.5.2.tar.xz 64996 BLAKE2B 
6af202b9817ed54feca76c0a9ed60a0eca0431ffc4ebc9aeae2df191066501c16fb7bb8dc37cb6353eb22c87dfe9fa22420cbbf18d3a6a6edeec4900a59bc0cf
 SHA512 
122b71b91ae89e2a7cc89db17655a006248d58f18d913b4f9ffc885aef7e39681a3a16eed43cd8ecd949c570a939007797c79829f5ee87d08562aee3f0224ba2

diff --git a/media-libs/libmatroska/libmatroska-1.4.9.ebuild 
b/media-libs/libmatroska/libmatroska-1.4.9.ebuild
deleted file mode 100644
index 830cbf92352..000
--- a/media-libs/libmatroska/libmatroska-1.4.9.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Extensible multimedia container format based on EBML"
-HOMEPAGE="https://www.matroska.org/ 
https://github.com/Matroska-Org/libmatroska/";
-SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz";
-
-LICENSE="LGPL-2.1"
-SLOT="0/6" # subslot = soname major version
-KEYWORDS="alpha amd64 arm arm64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd 
~x86-linux"
-IUSE=""
-
-RDEPEND=">=dev-libs/libebml-1.3.6:="
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   local mycmakeargs=( -DBUILD_SHARED_LIBS=YES )
-   cmake-utils_src_configure
-}

diff --git a/media-libs/libmatroska/libmatroska-1.5.0.ebuild 
b/media-libs/libmatroska/libmatroska-1.5.0.ebuild
deleted file mode 100644
index 960db31935b..000
--- a/media-libs/libmatroska/libmatroska-1.5.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils
-
-DESCRIPTION="Extensible multimedia container format based on EBML"
-HOMEPAGE="https://www.matroska.org/ 
https://github.com/Matroska-Org/libmatroska/";
-SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz";
-
-LICENSE="LGPL-2.1"
-SLOT="0/6" # subslot = soname major version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-linux"
-IUSE=""
-
-RDEPEND=">=dev-libs/libebml-1.3.7:="
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   local mycmakeargs=( -DBUILD_SHARED_LIBS=YES )
-   cmake-utils_src_configure
-}



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

2019-07-28 Thread Andreas Sturmlechner
commit: 4d84148a84abd331b7645b4de1b31621dec37615
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 28 21:07:17 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 28 21:20:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d84148a

dev-util/cmocka: Drop 1.1.3

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

 dev-util/cmocka/Manifest   |  1 -
 dev-util/cmocka/cmocka-1.1.3.ebuild| 51 --
 dev-util/cmocka/files/cmocka-1.1.3-examples.patch  | 45 ---
 .../cmocka/files/cmocka-1.1.3-fix-doxygen.patch| 43 --
 4 files changed, 140 deletions(-)

diff --git a/dev-util/cmocka/Manifest b/dev-util/cmocka/Manifest
index 1709a3dcbbe..06a150ece92 100644
--- a/dev-util/cmocka/Manifest
+++ b/dev-util/cmocka/Manifest
@@ -1,2 +1 @@
-DIST cmocka-1.1.3.tar.xz 78744 BLAKE2B 
5043a496afab08837a73c2e0ff9c9b3c3880a2fd394a768b1f8b51d2fec517a5527e93b7e660f8dcc73af79aaf88e224f4e2869c7e31540f8e54c76481905ff6
 SHA512 
b1a2ce72234256d653eebf95f8744a34525b9027e1ecf6552e1620c83a4bdda8b5674b748cc5fd14abada1e374829e2e7f0bcab0b1c8d6c3b7d9b7ec474b6ed3
 DIST cmocka-1.1.5.tar.xz 81004 BLAKE2B 
5625dc293ad481c654848f3de806ef88d1b651192c2461e52b54bf9d443b5e2ea5d2a685ab85b044685f57e5723ade6c4c17e38624f59c4eab240cb4feeaab1e
 SHA512 
cad7f04757183d004f6eaad39036fc0e24c5e0e987f80e85bc43bc66dba22389cb02b08e25531cc28a541d0a24a86b29be134a2d6fc339128e87d66952f502bd

diff --git a/dev-util/cmocka/cmocka-1.1.3.ebuild 
b/dev-util/cmocka/cmocka-1.1.3.ebuild
deleted file mode 100644
index 59978fb7fdf..000
--- a/dev-util/cmocka/cmocka-1.1.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-multilib
-
-DESCRIPTION="Unit testing framework for C"
-HOMEPAGE="https://cmocka.org/";
-SRC_URI="https://cmocka.org/files/1.1/${P}.tar.xz";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="doc examples static-libs test"
-
-BDEPEND="
-   doc? ( app-doc/doxygen[dot] )
-"
-
-DOCS=( AUTHORS ChangeLog README.md )
-
-PATCHES=(
-   "${FILESDIR}/${P}-fix-doxygen.patch" # bug 671404
-   "${FILESDIR}/${P}-examples.patch"
-)
-
-multilib_src_configure() {
-   local mycmakeargs=(
-   -DWITH_EXAMPLES=$(usex examples)
-   -DWITH_STATIC_LIB=$(usex static-libs)
-   -DUNIT_TESTING=$(usex test)
-   $(multilib_is_native_abi && cmake-utils_use_find_package doc 
Doxygen \
-   || echo -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON)
-   )
-
-   cmake-utils_src_configure
-}
-
-multilib_src_compile() {
-   cmake-utils_src_compile
-   multilib_is_native_abi && use doc && cmake-utils_src_compile docs
-}
-
-multilib_src_install() {
-   if multilib_is_native_abi && use doc; then
-   local HTML_DOCS=( "${BUILD_DIR}"/doc/html/. )
-   fi
-
-   cmake-utils_src_install
-}

diff --git a/dev-util/cmocka/files/cmocka-1.1.3-examples.patch 
b/dev-util/cmocka/files/cmocka-1.1.3-examples.patch
deleted file mode 100644
index 3d5fcc8098f..000
--- a/dev-util/cmocka/files/cmocka-1.1.3-examples.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From ee264da1aa222b354cee36184ab48c2072f62243 Mon Sep 17 00:00:00 2001
-From: Andreas Schneider 
-Date: Wed, 23 Jan 2019 11:20:31 +0100
-Subject: [PATCH] cmake: Add WITH_EXAMPLES options
-
-This is turned on by default, but you can disable it, if you just
-package cmocka for an opterating system.
-
-Fixes #14
-
-Signed-off-by: Andreas Schneider 

- CMakeLists.txt  | 4 +++-
- DefineOptions.cmake | 1 +
- 2 files changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 7778039..702be97 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -60,7 +60,9 @@ if (UNIT_TESTING)
- add_subdirectory(tests)
- endif (UNIT_TESTING)
- 
--add_subdirectory(example)
-+if (WITH_EXAMPLES)
-+add_subdirectory(example)
-+endif ()
- 
- # pkg-config file
- configure_file(cmocka.pc.cmake ${CMAKE_CURRENT_BINARY_DIR}/cmocka.pc)
-diff --git a/DefineOptions.cmake b/DefineOptions.cmake
-index 5bc1ef3..911ff1d 100644
 a/DefineOptions.cmake
-+++ b/DefineOptions.cmake
-@@ -1,5 +1,6 @@
- option(WITH_STATIC_LIB "Build with a static library" OFF)
- option(WITH_CMOCKERY_SUPPORT "Install a cmockery header" OFF)
-+option(WITH_EXAMPLES "Build examples" ON)
- option(UNIT_TESTING "Build with unit testing" OFF)
- option(PICKY_DEVELOPER "Build with picky developer flags" OFF)
- 
--- 
-2.18.1
-

diff --git a/dev-util/cmocka/files/cmocka-1.1.3-fix-doxygen.patch 
b/dev-util/cmocka/files/cmocka-1.1.3-fix-doxygen.patch
deleted file mode 100644
index c093021aa82..000
--- a/dev-util/cmocka/files/cmocka-

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

2019-07-28 Thread Andreas Sturmlechner
commit: 43d80fe025a7b3e4d07421f57146b9f15c0e6f53
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 28 21:16:55 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 28 21:20:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43d80fe0

sys-fs/udisks: Drop 2.7.4-r1 and 2.8.1

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

 sys-fs/udisks/Manifest   |   2 -
 sys-fs/udisks/metadata.xml   |   2 -
 sys-fs/udisks/udisks-2.7.4-r1.ebuild | 127 ---
 sys-fs/udisks/udisks-2.8.1.ebuild| 119 
 4 files changed, 250 deletions(-)

diff --git a/sys-fs/udisks/Manifest b/sys-fs/udisks/Manifest
index ce326be7baf..b816cb4ff8b 100644
--- a/sys-fs/udisks/Manifest
+++ b/sys-fs/udisks/Manifest
@@ -1,6 +1,4 @@
 DIST udisks-1.0.5.tar.gz 736221 BLAKE2B 
9a709c5d4fcd390d9a52ac764d0e3c678983a14644f79cfcf92dd4ea7ddecbac90aa046b890b7bdd1ad701f1106d5956d72dab1fbb030606319b4bcc4c297bdd
 SHA512 
bdf4970113975221ff0e17866db18fd969ff9c8e1e851c8ad7572630814ab0c46b59df59433edcb2e7cc41cc8152afd35807f45e07f6d0fa87b21b5a77d0965a
-DIST udisks-2.7.4.tar.gz 1286465 BLAKE2B 
8c52199215bc4ee3840ded2ccf9e3d61bc99bf0f505abb55a5ce18aa2676a60f788bc235e0f6be308c8bb50ec653a559010970e827d3bb4c1212afea291e7a8d
 SHA512 
d0ad6c6d44f53414de3da68e0cdff1be0e9e6e03f900d5fdb4912560db36af52be32a2615d3d2efeaf134d4721a4a0c3e03515fd670f42e96f42ded08c3bf849
-DIST udisks-2.8.1.tar.bz2 1354879 BLAKE2B 
c2e5fc11dc29d43c6ff2cfb048c8f5540e72ea9c966e75b70754ed9491e3d4bfa9693718ab735c61ec110c480037064d610d238df92a839b4b4222dd624397bf
 SHA512 
a3c7d26cd1bbd9cce59b25d118076c34482a698d7dca9e0468b6f9c928f40c8dbdd0b1cb61cf288ae77151643dc4a3eacf31e22af2c7b35a2828e49ee335e70b
 DIST udisks-2.8.2.tar.bz2 1589149 BLAKE2B 
eaa9d95e175bbdd4255c627a0dcd93ff6f0a3660134d2117551c2d61298733570409481393ceeafc92ff26b74277b3a754b70d9359ed402c19d73fea2f39ec04
 SHA512 
dc0087ed2d3ab71dc66f63f868a6e2cd0e4e7578c40b2240739cecaffd6f50f5a2cecfc7ef7df9304e291d84ab12f59a940b9fb42b34a5a60d12061e6aaffc1a
 DIST udisks-2.8.3.tar.bz2 1613373 BLAKE2B 
d2f5e145ee0fefaafab71ff2cfec40962d835c7df22fee47702bc8406760b2463cbe334404e8d27b21e0c05134c67d336d24a6de7b19c0dc5d16ea78553a2738
 SHA512 
6d1d9ed18cb1742de13aad48709356f3dd9b8324967fd47107bd0f1e16b697d0928bd722397062495bdea51190774a25309834d27a5160feb7915becb474468f
 DIST udisks-2.8.4.tar.bz2 1619051 BLAKE2B 
4fdf3d5ea8ae02eb74efd552afee2dbe94137767c343034dd68f1553b224871a51bb2382eda00de90d45bad18b4088b4812e1f3fbb004cd29e753e92afb34e05
 SHA512 
70860e5ca9ac73d442ca67f0e0429ce2f33575d8f64945fbf06d1694b080c8b6fed8d65b2485eff0ab66eab59cdebeb9309424820a2ee82c5faaa38029e15e6c

diff --git a/sys-fs/udisks/metadata.xml b/sys-fs/udisks/metadata.xml
index 521f6870035..a62a8bcadb9 100644
--- a/sys-fs/udisks/metadata.xml
+++ b/sys-fs/udisks/metadata.xml
@@ -5,9 +5,7 @@
freedesktop-b...@gentoo.org


-   Enable sys-fs/cryptsetup 
support
Use sys-auth/elogind for 
session tracking
-   Pull in sys-apps/gptfdisk for 
sgdisk command as used by partitioning functionality
Add support for Logical Volume Management via 
sys-fs/lvm2.
Control whether connections from 
other clients over LAN are allowed
Support sys-apps/systemd's 
logind

diff --git a/sys-fs/udisks/udisks-2.7.4-r1.ebuild 
b/sys-fs/udisks/udisks-2.7.4-r1.ebuild
deleted file mode 100644
index 3a51cabba1d..000
--- a/sys-fs/udisks/udisks-2.7.4-r1.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools bash-completion-r1 eutils linux-info systemd udev xdg-utils
-
-DESCRIPTION="Daemon providing interfaces to work with storage devices"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/udisks";
-SRC_URI="https://github.com/storaged-project/${PN}/archive/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 x86"
-IUSE="acl cryptsetup debug elogind +gptfdisk +introspection lvm nls selinux 
systemd"
-
-REQUIRED_USE="?? ( elogind systemd )"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.36:2
-   >=dev-libs/libatasmart-0.19
-   >=sys-auth/polkit-0.110
-   >=sys-libs/libblockdev-2.14[cryptsetup,lvm?]
-   >=virtual/libgudev-165:=
-   virtual/udev
-   acl? ( virtual/acl )
-   elogind? ( >=sys-auth/elogind-219 )
-   introspection? ( >=dev-libs/gobject-introspection-1.30:= )
-   lvm? ( sys-fs/lvm2 )
-   systemd? ( >=sys-apps/systemd-209 )
-"
-# gptfdisk -> src/udiskslinuxpartition.c -> sgdisk (see also #412801#c1)
-# util-linux -> mount, umount, swapon, swapoff (see also #403073)
-RDEPEND="${COMMON_DEPEND}
-   >=sys-apps/util-linux-2.20.1-r2
-   >=sys-block/parted-3
-   virtual/eject
-   cryptsetup

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

2019-07-28 Thread Andreas Sturmlechner
commit: 786a9741693dc00d41517625585ba6e374433905
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 28 21:09:10 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 28 21:20:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=786a9741

sys-fs/encfs: Drop 1.9.2 and 1.9.4

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

 sys-fs/encfs/Manifest   |  2 --
 sys-fs/encfs/encfs-1.9.2.ebuild | 39 ---
 sys-fs/encfs/encfs-1.9.4.ebuild | 40 
 3 files changed, 81 deletions(-)

diff --git a/sys-fs/encfs/Manifest b/sys-fs/encfs/Manifest
index 8d59e40803f..72c36520cce 100644
--- a/sys-fs/encfs/Manifest
+++ b/sys-fs/encfs/Manifest
@@ -1,3 +1 @@
-DIST encfs-1.9.2.tar.gz 11043181 BLAKE2B 
5e1ada5b85166312010dade2537b83d44b67dcfa0cdbdc1cf4076e4a92ed593aed6129457c241492ea8afe7049ab12889dbe292c4d427710ff16c11a67085819
 SHA512 
7664a2f48e77cae005aba70962704b002f60afb2da35c4661f7e4e22ce5c003d3b674ce125fcc72e9f0588164c1f7dbf22f2b9061d0736b8c164c1ec70a5
-DIST encfs-1.9.4.tar.gz 2794574 BLAKE2B 
95f0a96eedf52984fadfc6fb34c938d61b80310f97dc163cb7f8340fca8d6a56be574190cc56cad00fdfde2b907fc594ecaba3e4f2a90da171c84d8c4ab43630
 SHA512 
082e35e6eae4730b5e7827eed729422f9d995ebe9e441c5f9725f39cc2f46f014ac1479c7b0a7ce04e9e7228c1a93ecf5b4228e667fc48e6a7d3b68d2324cd0b
 DIST encfs-1.9.5.tar.gz 279 BLAKE2B 
d95e0ea8b807e2cbf4c20907bcc1b163c5397402eea934a7155e83c9d18a84db3097e1d4266a5e632acf39ecadf9812d5104b1565d25a149979e0f72523bb09d
 SHA512 
036e08ca9bc13b44742aebdee49bf7029d0c6b7e59cd6dedc9a09da2af99482859f6a79eddf07e3db296edaf45aafc48fe08488840e765682e9b192dd6ae4c46

diff --git a/sys-fs/encfs/encfs-1.9.2.ebuild b/sys-fs/encfs/encfs-1.9.2.ebuild
deleted file mode 100644
index 3fd739dd5bd..000
--- a/sys-fs/encfs/encfs-1.9.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-inherit cmake-utils
-
-DESCRIPTION="An implementation of encrypted filesystem in user-space using 
FUSE"
-HOMEPAGE="https://vgough.github.io/encfs/";
-SRC_URI="https://github.com/vgough/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm sparc ~x86"
-IUSE="libressl nls"
-
-RDEPEND="
-   !libressl? ( dev-libs/openssl:= )
-   libressl? ( dev-libs/libressl:= )
-   dev-libs/tinyxml2:0=
-   sys-fs/fuse:=
-   sys-libs/zlib"
-DEPEND="
-   ${RDEPEND}
-   dev-lang/perl
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-# Build dir is hardcoded in test suite, but we restrict them
-# because they can lead to false negatives, bug #630486
-RESTRICT="test"
-BUILD_DIR="${S}/build"
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_NLS="$(usex nls)"
-   -DUSE_INTERNAL_TINYXML=OFF
-   )
-   cmake-utils_src_configure
-}

diff --git a/sys-fs/encfs/encfs-1.9.4.ebuild b/sys-fs/encfs/encfs-1.9.4.ebuild
deleted file mode 100644
index 03e7838e87d..000
--- a/sys-fs/encfs/encfs-1.9.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-inherit cmake-utils
-
-DESCRIPTION="An implementation of encrypted filesystem in user-space using 
FUSE"
-HOMEPAGE="https://vgough.github.io/encfs/";
-SRC_URI="https://github.com/vgough/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 arm ~sparc x86"
-IUSE="libressl nls"
-
-RDEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   dev-libs/tinyxml2:0=
-   sys-fs/fuse:=
-   sys-libs/zlib"
-DEPEND="
-   ${RDEPEND}
-   dev-lang/perl
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-# Build dir is hardcoded in test suite, but we restrict them
-# because they can lead to false negatives, bug #630486
-RESTRICT="test"
-BUILD_DIR="${S}/build"
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_NLS="$(usex nls)"
-   -DUSE_INTERNAL_TINYXML=OFF
-   -DBUILD_UNIT_TESTS=OFF
-   )
-   cmake-utils_src_configure
-}



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

2019-07-28 Thread Andreas Sturmlechner
commit: 1776c57b5611b0baca00a1c6e0a01f943ea0c2c1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 28 21:01:40 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 28 21:20:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1776c57b

dev-libs/libical: Drop 3.0.4

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

 dev-libs/libical/Manifest  |  1 -
 .../files/libical-3.0.4-pkgconfig-libdir.patch | 24 --
 dev-libs/libical/libical-3.0.4.ebuild  | 93 --
 3 files changed, 118 deletions(-)

diff --git a/dev-libs/libical/Manifest b/dev-libs/libical/Manifest
index 2a3140970bd..d9c3d48177c 100644
--- a/dev-libs/libical/Manifest
+++ b/dev-libs/libical/Manifest
@@ -1,2 +1 @@
-DIST libical-3.0.4.tar.gz 871853 BLAKE2B 
478589bd60a8cf2cadf3cb7d2a7502810ccea7c553db206135ba3f4d5f4ea28acbe670b76844306957c8a137b381f8d8b885c1fef56fad2afd5c6e8e9c14b28c
 SHA512 
491a1dd0c33bb823a79165eb6e4f86ef048a44642adfe44f8e69c83598b458ddf8e4365b11afc37d0b21bc1367e0a99096fc7887aae29e7ff4e3bd1cdee64dd9
 DIST libical-3.0.5.tar.gz 881800 BLAKE2B 
64f95950cc6f128c9ea475129e54d9c58b26d9866f8183762d34c996934a1b2bcc528c47442357a12fb6444831caa8f39772a6810d81f8c0b6596fd724f0de6c
 SHA512 
9bf24b535864f66ea0b8d52d902d15fbfd20efbc480b5188ecd1b3d4aafdba063219763f99a8c30413964f7a024c7a902bade6bc40224bc59a438e672f65d656

diff --git a/dev-libs/libical/files/libical-3.0.4-pkgconfig-libdir.patch 
b/dev-libs/libical/files/libical-3.0.4-pkgconfig-libdir.patch
deleted file mode 100644
index 1ef0817bce7..000
--- a/dev-libs/libical/files/libical-3.0.4-pkgconfig-libdir.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 111ee5ff9daf7db21ad0b6874c4b7cc05baf4703 Mon Sep 17 00:00:00 2001
-From: Milan Crha 
-Date: Tue, 8 Jan 2019 22:13:47 +0100
-Subject: [PATCH] Fix typo in libical-glib.pc.in
-
-Missing '$' causes compiler warnings about missing-include-dirs, due to
-the {includedir} not being properly replaced with the variable value.
-
-Signed-off-by: Allen Winter 

- src/libical-glib/libical-glib.pc.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/libical-glib/libical-glib.pc.in 
b/src/libical-glib/libical-glib.pc.in
-index 42f1ffe5..e164cfb5 100644
 a/src/libical-glib/libical-glib.pc.in
-+++ b/src/libical-glib/libical-glib.pc.in
-@@ -7,5 +7,5 @@ Name: libical-glib
- Description: A GObject interface of the libical library
- Version: @LIBICAL_LIB_VERSION_STRING@
- Requires: glib-2.0, gobject-2.0, libical
--Cflags: -I{includedir}
-+Cflags: -I${includedir}
- Libs: -L${libdir} -lical-glib

diff --git a/dev-libs/libical/libical-3.0.4.ebuild 
b/dev-libs/libical/libical-3.0.4.ebuild
deleted file mode 100644
index 3e1efabd39b..000
--- a/dev-libs/libical/libical-3.0.4.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{5,6,7} )
-inherit cmake-utils python-any-r1
-
-DESCRIPTION="An implementation of basic iCAL protocols"
-HOMEPAGE="https://github.com/libical/libical";
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz";
-
-LICENSE="|| ( MPL-2.0 LGPL-2.1 )"
-SLOT="0/3"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
-IUSE="berkdb doc examples static-libs test"
-
-# TODO: disabled until useful
-#  glib? (
-#  dev-libs/glib:2
-#  dev-libs/libxml2:2
-#  )
-#  introspection? ( dev-libs/gobject-introspection:= )
-DEPEND="
-   dev-libs/icu:=
-   berkdb? ( sys-libs/db:= )
-"
-BDEPEND="
-   dev-lang/perl
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-   test? ( ${PYTHON_DEPS} )
-"
-RDEPEND="${DEPEND}
-   sys-libs/timezone-data
-"
-
-DOCS=(
-   AUTHORS ReadMe.txt ReleaseNotes.txt TEST THANKS TODO
-   doc/{AddingOrModifyingComponents,UsingLibical}.txt
-)
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-3.0.{4,5}-pkgconfig-libdir.patch
-   "${FILESDIR}"/${P}-tests.patch
-)
-
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}
-
-src_prepare() {
-   cmake-utils_src_prepare
-   use examples || cmake_comment_add_subdirectory examples
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DICAL_GLIB=OFF
-   -DGOBJECT_INTROSPECTION=OFF
-   $(cmake-utils_use_find_package berkdb BDB)
-   -DICAL_BUILD_DOCS=$(usex doc)
-   -DSHARED_ONLY=$(usex !static-libs)
-   )
-#  TODO: disabled until useful
-#  -DICAL_GLIB=$(usex glib)
-#  -DGOBJECT_INTROSPECTION=$(usex introspection)
-   cmake-utils_src_configure
-}
-
-src_compile() {
-   cmake-utils_src_compile
-   use doc && cmake-utils_src_compile docs
-}
-
-src_test() {
- 

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

2019-07-28 Thread Andreas Sturmlechner
commit: 560ca53bf724587d134c74b3845ed19985d565ff
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 28 21:06:15 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 28 21:20:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=560ca53b

dev-libs/libebml: Drop 1.3.6 and 1.3.7

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

 dev-libs/libebml/Manifest |  2 --
 dev-libs/libebml/libebml-1.3.6.ebuild | 20 
 dev-libs/libebml/libebml-1.3.7.ebuild | 20 
 3 files changed, 42 deletions(-)

diff --git a/dev-libs/libebml/Manifest b/dev-libs/libebml/Manifest
index 90cef6e7e88..811e5cc3d7e 100644
--- a/dev-libs/libebml/Manifest
+++ b/dev-libs/libebml/Manifest
@@ -1,3 +1 @@
-DIST libebml-1.3.6.tar.xz 57764 BLAKE2B 
554f9d4d162d02ba05e2b1eecd688a6c25a4c727ee1a2a93cd6c4ceec94c5628ec20306dc5fa41a2dfcf189afb7a3add33b09a3bcf62f8b5f8fb2ac6657916d3
 SHA512 
6a31a56dcde39642848f25353a462f4621d6cfd3bc9ef62add1b00d098c6a80b3c2b50ecf4d6dd50650c609eb39a6150c6d1b69ea3a77a3928bd3300af7dd91f
-DIST libebml-1.3.7.tar.xz 69460 BLAKE2B 
53cb7ab3c553cc533b025bdf1953c1de33108e506900e8df0ecafa5f88bc43b0a54611c69bd169401ddea162a1e669bde0e93dc38255b8ea24d04dd41fae9599
 SHA512 
ad574a73a1d2c5fbd4581991ff790ef22cfcaf5645295b06dce36235b43d552bbec3b400d3c80550c8020ed3720226fad05348c6034c444da1106439c7fd9fc1
 DIST libebml-1.3.9.tar.xz 69836 BLAKE2B 
d37bf9d74cb21a0c4cea3550bbd25f081e48085ba8d97d2f133e3f5da292527f0f31fc5aa3978c21f82262698877a76670b4b120e915573d339751234c4450c7
 SHA512 
a388fa8ff7acf9a0fb33faf9c00fc07f53794d86a4f894e04e2a690a24e781a7f380a0896e607e801a6f1f0b215407ee09a801e96d4b3e15f39ca71ec3a6d64e

diff --git a/dev-libs/libebml/libebml-1.3.6.ebuild 
b/dev-libs/libebml/libebml-1.3.6.ebuild
deleted file mode 100644
index 77792f6ff04..000
--- a/dev-libs/libebml/libebml-1.3.6.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Extensible binary format library (kinda like XML)"
-HOMEPAGE="https://www.matroska.org/ https://github.com/Matroska-Org/libebml/";
-SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz";
-
-LICENSE="LGPL-2.1"
-SLOT="0/4" # subslot = soname major version
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-src_configure() {
-   local mycmakeargs=( -DBUILD_SHARED_LIBS=YES )
-   cmake-utils_src_configure
-}

diff --git a/dev-libs/libebml/libebml-1.3.7.ebuild 
b/dev-libs/libebml/libebml-1.3.7.ebuild
deleted file mode 100644
index daa59d42571..000
--- a/dev-libs/libebml/libebml-1.3.7.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils
-
-DESCRIPTION="Extensible binary format library (kinda like XML)"
-HOMEPAGE="https://www.matroska.org/ https://github.com/Matroska-Org/libebml/";
-SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz";
-
-LICENSE="LGPL-2.1"
-SLOT="0/4" # subslot = soname major version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-src_configure() {
-   local mycmakeargs=( -DBUILD_SHARED_LIBS=YES )
-   cmake-utils_src_configure
-}



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

2019-07-28 Thread Andreas Sturmlechner
commit: 4d83cf5cda8277e7fb1c2f85f581b6dd95b3f9c7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul 28 21:04:20 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul 28 21:20:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d83cf5c

media-video/mkvtoolnix: Drio 29.0.0

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

 media-video/mkvtoolnix/Manifest |   1 -
 media-video/mkvtoolnix/mkvtoolnix-29.0.0.ebuild | 129 
 2 files changed, 130 deletions(-)

diff --git a/media-video/mkvtoolnix/Manifest b/media-video/mkvtoolnix/Manifest
index ef883a191c6..bbb2f025093 100644
--- a/media-video/mkvtoolnix/Manifest
+++ b/media-video/mkvtoolnix/Manifest
@@ -1,2 +1 @@
-DIST mkvtoolnix-29.0.0.tar.xz 7051380 BLAKE2B 
8f5694abdbeb95c13e3a97740e3e81c02f1408116f1bdf96e8199bba0408e03278cac0bee0506b4b0aedc0a0417d61e13f31af716942faa9dbe61d16eb1d0761
 SHA512 
bfb5e31fdd43dbb1c3a54a9b82af414abd43f8edad1cc87e5118f8c1781185470152163fda828303c58db97df27c8037b7fa64e2077c69e3204d5080f0248dae
 DIST mkvtoolnix-35.0.0.tar.xz 7297244 BLAKE2B 
9a7cd015b00fe46f165903b8b6f9317489548aa9a352c85727296ee0638506336028231b115a9270388a4ede1a088a4bdba16156600341c51bd5a2ae557b181f
 SHA512 
aa109be9da3f0bd119d9315b9ea136d3c1532d0f351c5a052dcc7ad67a4dcec9d8fec69a0c9358790abfcb6eeaee47fad4af2a0506bef39cfd5c8466f90bdf98

diff --git a/media-video/mkvtoolnix/mkvtoolnix-29.0.0.ebuild 
b/media-video/mkvtoolnix/mkvtoolnix-29.0.0.ebuild
deleted file mode 100644
index e8f9a9bf09e..000
--- a/media-video/mkvtoolnix/mkvtoolnix-29.0.0.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs versionator multiprocessing xdg-utils qmake-utils 
gnome2-utils
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://gitlab.com/mbunkus/mkvtoolnix.git";
-   inherit git-r3
-else
-   SRC_URI="https://mkvtoolnix.download/sources/${P}.tar.xz";
-   KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-fi
-
-DESCRIPTION="Tools to create, alter, and inspect Matroska files"
-HOMEPAGE="https://mkvtoolnix.download/ https://gitlab.com/mbunkus/mkvtoolnix";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug nls pch test qt5"
-
-# check NEWS.md for build system changes entries for boost/libebml/libmatroska
-# version requirement updates and other packaging info
-# TODO: package fmt (http://fmtlib.net/)
-RDEPEND="
-   >=dev-libs/boost-1.49.0:=
-   >=dev-libs/libebml-1.3.5:=
-   dev-libs/jsoncpp:=
-   dev-libs/pugixml
-   media-libs/flac
-   >=media-libs/libmatroska-1.4.8:=
-   media-libs/libogg
-   media-libs/libvorbis
-   sys-apps/file
-   sys-libs/zlib
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtconcurrent:5
-   dev-qt/qtmultimedia:5
-   app-text/cmark
-   )
-"
-DEPEND="${RDEPEND}
-   dev-ruby/rake
-   virtual/pkgconfig
-   dev-libs/libxslt
-   app-text/docbook-xsl-stylesheets
-   nls? (
-   sys-devel/gettext
-   app-text/po4a
-   )
-   test? ( dev-cpp/gtest )
-"
-
-DOCS="AUTHORS NEWS.md README.md"
-
-pkg_pretend() {
-   # https://bugs.gentoo.org/419257
-   local ver=4.6
-   local msg="You need at least GCC ${ver}.x for C++11 range-based 'for' 
and nullptr support."
-   if ! version_is_at_least ${ver} $(gcc-version); then
-   eerror ${msg}
-   die ${msg}
-   fi
-}
-
-src_prepare() {
-   default
-   [[ ${PV} == "" ]] && { ./autogen.sh || die; }
-}
-
-src_configure() {
-   local myeconfargs=(
-   $(use_enable debug)
-   $(usex pch "" --disable-precompiled-headers)
-   $(use_enable qt5 qt)
-   $(use_with nls gettext)
-   $(usex nls "" --with-po4a-translate=false)
-   --disable-update-check
-   --disable-optimization
-   --docdir="${EPREFIX}"/usr/share/doc/${PF}
-   --with-boost="${EPREFIX}"/usr
-   --with-boost-libdir="${EPREFIX}"/usr/$(get_libdir)
-   )
-
-   if use qt5 ; then
-   # ac/qt5.m4 finds default Qt version set by qtchooser, bug 
#532600
-   myeconfargs+=(
-   --with-moc=$(qt5_get_bindir)/moc
-   --with-uic=$(qt5_get_bindir)/uic
-   --with-rcc=$(qt5_get_bindir)/rcc
-   --with-qmake=$(qt5_get_bindir)/qmake
-   )
-   fi
-
-   econf "${myeconfargs[@]}"
-}
-
-src_compile() {
-   rake V=1 -j$(makeopts_jobs) || die
-}
-
-src_test() {
-   rake V=1 -j$(makeopts_jobs) tests:unit || die
-   rake

[gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk/

2019-07-28 Thread Georgy Yakovlev
commit: c60fc30bd94ab8549acee312c475e8655eafcebf
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jul 28 21:08:46 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jul 28 21:16:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60fc30b

dev-java/openjdk: bump to 11.0.4_p11

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/openjdk/Manifest  |   1 +
 dev-java/openjdk/openjdk-11.0.4_p11.ebuild | 267 +
 2 files changed, 268 insertions(+)

diff --git a/dev-java/openjdk/Manifest b/dev-java/openjdk/Manifest
index 4799924a940..73e9722b9c4 100644
--- a/dev-java/openjdk/Manifest
+++ b/dev-java/openjdk/Manifest
@@ -1,4 +1,5 @@
 DIST jdk-11.0.3+7.tar.bz2 90300528 BLAKE2B 
db566140028ddbf9f6e10eaaac018ddf3ad13a954500c73abde8aec5c673c375f2cf0e56bc75c410a4ff90e6cb8e9c4580bb5719786e34865f00a92bd3ea8431
 SHA512 
46c1c13165e7d5ef480052810ccdc1b5d55f6b2b542e10303d3940536df7f17bf3d8a0cf774e73dc25af7cd69432790656a03c66d2df9efaf71cb9e44c2da684
+DIST jdk-11.0.4+11.tar.bz2 90420043 BLAKE2B 
28e7ea146a14ed4629a42c69721a9d53a1c7d6a0346d96bedf15c7f3472d39b0b1d303ceb0c80dd226ba21236588a3c1222446bf98492235f9c18ca870eae26a
 SHA512 
5211aa3d8b1215574b75137a6645ec1a3dd833a9815065f04cefa00c26d2aa6028074076645a22af2a6ffc1bd39cfa1e5e92d9ee3f24af32f9de914cf36b8056
 DIST openjdk-8.212_p03.tar.bz2 451800 BLAKE2B 
f8466a0d99650a07e3ff21e8dc06252ef9d31ce15e22c6ede15fc4c7b1633820e84e67aa501e816101c6bd473293fb897645b2df1530d8f7b81c6e8e6d38ce3a
 SHA512 
ccc642da05aa00cfcc46c1eb759391dd2242218b7392bced77481600aa15b3b1d0a0c03380f59b6a6d038311721f249de1a6b116c6f651193cfb57b89fba4866
 DIST openjdk-8.222_p10.tar.bz2 452194 BLAKE2B 
aa5a19245e9b5f79da217ef4e8ff87acaf6b4c7b930a6cd1c7a00d2c6d50bb3168c41da1b18e8beb072a84bca7f3956e939edd9f5fd88899d2cc3fe754ff19f8
 SHA512 
08f92327732fb54df847fe0b3e49460bcdd25fe2aef7bc9545d75ab6504ab92452f8f5daede6040d28fd9b8347f49d658dc7bf88abc90235d6cf4a72cb44fbba
 DIST openjdk-corba-8.212_p03.tar.bz2 1033709 BLAKE2B 
f59b294e62425b63e881ed5534ae9beb3cc51351ff197995503671ec52ad82e34e145f8c9790dc88e4f452b4e09af80143fd0f7e0fda588b00eed08d4b2bc861
 SHA512 
3a786a372ab6b849a6ccd944cdfdc0aa9994a6a9f4d52afccad7d6b187e46a1fd0be30bde3da1eb03988034c36b4590b55379819245fb6f5ed4d75a958e9caa3

diff --git a/dev-java/openjdk/openjdk-11.0.4_p11.ebuild 
b/dev-java/openjdk/openjdk-11.0.4_p11.ebuild
new file mode 100644
index 000..be67385a603
--- /dev/null
+++ b/dev-java/openjdk/openjdk-11.0.4_p11.ebuild
@@ -0,0 +1,267 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools check-reqs flag-o-matic java-pkg-2 java-vm-2 multiprocessing 
pax-utils toolchain-funcs
+
+MY_PV=${PV/_p/+}
+SLOT=${MY_PV%%[.+]*}
+
+DESCRIPTION="Open source implementation of the Java programming language"
+HOMEPAGE="https://openjdk.java.net";
+SRC_URI="https://hg.${PN}.java.net/jdk-updates/jdk${SLOT}u/archive/jdk-${MY_PV}.tar.bz2";
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+
+IUSE="alsa cups debug doc examples gentoo-vm headless-awt javafx +jbootstrap 
nsplugin +pch selinux source systemtap +webstart"
+
+COMMON_DEPEND="
+   media-libs/freetype:2=
+   media-libs/giflib:0/7
+   media-libs/libpng:0=
+   media-libs/lcms:2=
+   sys-libs/zlib
+   virtual/jpeg:0=
+   systemtap? ( dev-util/systemtap )
+"
+
+# Many libs are required to build, but not to run, make is possible to remove
+# by listing conditionally in RDEPEND unconditionally in DEPEND
+RDEPEND="
+   ${COMMON_DEPEND}
+   >=sys-apps/baselayout-java-0.1.0-r1
+   !headless-awt? (
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXi
+   x11-libs/libXrender
+   x11-libs/libXt
+   x11-libs/libXtst
+   )
+   alsa? ( media-libs/alsa-lib )
+   cups? ( net-print/cups )
+   selinux? ( sec-policy/selinux-java )
+"
+
+DEPEND="
+   ${COMMON_DEPEND}
+   app-arch/zip
+   media-libs/alsa-lib
+   net-print/cups
+   x11-base/xorg-proto
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXi
+   x11-libs/libXrender
+   x11-libs/libXt
+   x11-libs/libXtst
+   javafx? ( dev-java/openjfx:${SLOT} )
+   || (
+   dev-java/openjdk-bin:${SLOT}
+   dev-java/openjdk:${SLOT}
+   )
+"
+
+PDEPEND="
+   webstart? ( >=dev-java/icedtea-web-1.6.1:0 )
+   nsplugin? ( >=dev-java/icedtea-web-1.6.1:0[nsplugin] )
+"
+
+REQUIRED_USE="javafx? ( alsa !headless-awt )"
+
+S="${WORKDIR}/jdk${SLOT}u-jdk-${MY_PV}"
+
+# The space required to build varies wildly depending on USE flags,
+# ranging from 2GB to 16GB. This function is certainly not exact but
+# should be close enough to be useful.
+openjdk_check_requirements() {
+   local M
+   M=2048
+   M=$(( $(usex jbootstr

[gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk-bin/

2019-07-28 Thread Georgy Yakovlev
commit: 010ab91b7bc29e95636891c546cc68b55ce3a7f2
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jul 28 20:54:05 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jul 28 21:16:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=010ab91b

dev-java/openjdk-bin: bump to 8.222_p10

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/openjdk-bin/Manifest |   3 +
 dev-java/openjdk-bin/openjdk-bin-8.222_p10.ebuild | 108 ++
 2 files changed, 111 insertions(+)

diff --git a/dev-java/openjdk-bin/Manifest b/dev-java/openjdk-bin/Manifest
index 6f2957ca976..f756b7b0d45 100644
--- a/dev-java/openjdk-bin/Manifest
+++ b/dev-java/openjdk-bin/Manifest
@@ -3,5 +3,8 @@ DIST OpenJDK11U-jdk_arm_linux_hotspot_11.0.3_7.tar.gz 174868718 
BLAKE2B 74c482d6
 DIST OpenJDK11U-jdk_ppc64le_linux_hotspot_11.0.3_7.tar.gz 180425080 BLAKE2B 
77f571a145e837c80da49a2ef8d20089b24ec23abf8078cc5781762ec9b88038d4c47c9d36766195c2f96809c98e4706b249c14518ef450b1fbfb100ba8c49d8
 SHA512 
6b7542fcbd9b727e93a2c2e157ecd52fb27db74d67cc98fb713eed531c7ea4420fdae2e420131b3d046e6ad2bccb2f91461928750e7b9c4274984a983293be8a
 DIST OpenJDK11U-jdk_x64_linux_hotspot_11.0.3_7.tar.gz 195982221 BLAKE2B 
61ccbceb07bcb72a5f9d797997b4a250c2d171d7c7930877db0865d95b1faeb83e160eab59c484d2fce06a7116f06eb8a57eb5295a254fba7315ccb2e88b6db9
 SHA512 
2c590492ab9bddef68afcfbb54117688e1b24b41dc871bc4ba869319c16587ebfc061ce72712f209403e76d589f01d57cd85384653b1ecf767ee8e4018e1607a
 DIST OpenJDK8U-jdk_aarch64_linux_hotspot_8u191b12.tar.gz 75382012 BLAKE2B 
9521bb3d0dc08d5069108bb56594d401cbadf7a290652a39c7379e6ded530044e85f1ffae1cd3eb7e881d7c283c06463e6f8b76602d03a7bf5b188b1004f5daf
 SHA512 
156f7a57f095095b72edb4bfc766d575795e496b006fb994566b0207d346e89863cf377ce97290bf1b47923c5d6aee5558eaa7a54f394f95a270b1cfec4308e2
+DIST OpenJDK8U-jdk_aarch64_linux_hotspot_8u222b10.tar.gz 104510642 BLAKE2B 
c67f640ededdc0d91fc02144c9e1d58a4c94984d6679e22172ae536a7c1397296bd52d5037eabcf255a2655e0d2f2cb3fdfe2e10a6f5739cc351e1d982acdbce
 SHA512 
229ab2fef5339d396ebf5923454f45a9989341e8e9c9d57ee8779c6d5c8bd78d9d62d7a24d236b7f66baf79db641b04b9f9809d0734c1028ade7039bb2a94926
 DIST OpenJDK8U-jdk_ppc64le_linux_hotspot_8u212b03.tar.gz 101610850 BLAKE2B 
3a782f21855b1633255b2691e4adb516b12b84e37d81cdfda2b7b251cf78602a3b4c4120fbaec01d177fe7187b581f5dde392c7f841a39d269b548f1ada18be2
 SHA512 
25d53c8ca9bc4e1fd0ae1fca349d1e605e0dfb8a4aa386408875d5c23ef8b3ecc42ed297bc125f2ab74e9726e10374ec12d6c39736a53a94d3150001756e0027
+DIST OpenJDK8U-jdk_ppc64le_linux_hotspot_8u222b10.tar.gz 101730569 BLAKE2B 
3391a783edcd00820e7db92c11d2707331e9aecd352802b8cd0fe565eb42620d179e2decc32452a94bff4951b9f1fe9e276b773135d316847c215f7f42e24a7c
 SHA512 
691ff8e2f2b8d7d3004fd11470cc881a8a7d3b60eed6007986db7ee8561bc41c3508b3c9b8f4da4a298a84e3023fd9b874f9d8f20664d89ce63cdb760f554465
 DIST OpenJDK8U-jdk_x64_linux_hotspot_8u212b03.tar.gz 104368598 BLAKE2B 
0c16398c1e962e53316eb9301a8ebb6dc7b37ef812d3b65719c239f392074fcba999fca8442cc52a0b067eb4761b0477e9da243d0d84a2e2ded1d883614d15b3
 SHA512 
7674f26bbc69535c1d06d7364f515ddd00f1f43f6fb76c806c56cd3b379e03047084fbf6439e375cf57257b8a1fdf94702ba063bf843793b009a76fb449a5cc9
+DIST OpenJDK8U-jdk_x64_linux_hotspot_8u222b10.tar.gz 104480114 BLAKE2B 
83f85b07cb1613976560d2e4df9473cd483888aa61aad17ab310683689079dc4bdde68d134123d1f3431f38be362a281cdba16b0c71e50d3fbf6a5e9b9ec2956
 SHA512 
8c090817bdbe2c7e1caa61b568c43e1a98e9ab5623743f4c74f6fd05254b3148e9a092cd475f7d141b1ec8ceeb4207a0f74ec1bc408f9b024806cbb740f9a2da

diff --git a/dev-java/openjdk-bin/openjdk-bin-8.222_p10.ebuild 
b/dev-java/openjdk-bin/openjdk-bin-8.222_p10.ebuild
new file mode 100644
index 000..05ab88cb032
--- /dev/null
+++ b/dev-java/openjdk-bin/openjdk-bin-8.222_p10.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eapi7-ver java-vm-2
+
+abi_uri() {
+   echo "${2-$1}? (
+   
https://github.com/AdoptOpenJDK/openjdk${SLOT}-binaries/releases/download/jdk${MY_PV}/OpenJDK8U-jdk_${1}_linux_hotspot_${MY_PV/-/}.tar.gz
+   )"
+}
+
+MY_PV=$(ver_rs 1 'u' 2 '-' ${PV//p/b})
+SLOT="$(ver_cut 1)"
+
+DESCRIPTION="Prebuilt Java JDK binaries provided by AdoptOpenJDK"
+HOMEPAGE="https://adoptopenjdk.net";
+SRC_URI="
+   $(abi_uri aarch64 arm64)
+   $(abi_uri ppc64le ppc64)
+   $(abi_uri x64 amd64)
+"
+
+LICENSE="GPL-2-with-classpath-exception"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
+
+IUSE="alsa cups doc examples +gentoo-vm headless-awt nsplugin selinux source 
+webstart"
+
+RDEPEND="
+   media-libs/fontconfig:1.0
+   media-libs/freetype:2
+   >=sys-apps/baselayout-java-0.1.0-r1
+   >=sys-libs/glibc-2.2.5:*
+   sys-libs/zlib
+   alsa? ( media-libs/alsa-lib )
+   cups? ( net-print/cups )
+   doc? ( dev-java/java-sdk-docs:1.${S

[gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk/

2019-07-28 Thread Georgy Yakovlev
commit: d8607b76ca75c2fbcec3c93856d961d211f4e502
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jul 28 20:40:22 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jul 28 21:16:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8607b76

dev-java/openjdk: bump to 8.222_p10

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/openjdk/Manifest |   8 +
 dev-java/openjdk/openjdk-8.222_p10.ebuild | 255 ++
 2 files changed, 263 insertions(+)

diff --git a/dev-java/openjdk/Manifest b/dev-java/openjdk/Manifest
index 724c3f51a78..4799924a940 100644
--- a/dev-java/openjdk/Manifest
+++ b/dev-java/openjdk/Manifest
@@ -1,9 +1,17 @@
 DIST jdk-11.0.3+7.tar.bz2 90300528 BLAKE2B 
db566140028ddbf9f6e10eaaac018ddf3ad13a954500c73abde8aec5c673c375f2cf0e56bc75c410a4ff90e6cb8e9c4580bb5719786e34865f00a92bd3ea8431
 SHA512 
46c1c13165e7d5ef480052810ccdc1b5d55f6b2b542e10303d3940536df7f17bf3d8a0cf774e73dc25af7cd69432790656a03c66d2df9efaf71cb9e44c2da684
 DIST openjdk-8.212_p03.tar.bz2 451800 BLAKE2B 
f8466a0d99650a07e3ff21e8dc06252ef9d31ce15e22c6ede15fc4c7b1633820e84e67aa501e816101c6bd473293fb897645b2df1530d8f7b81c6e8e6d38ce3a
 SHA512 
ccc642da05aa00cfcc46c1eb759391dd2242218b7392bced77481600aa15b3b1d0a0c03380f59b6a6d038311721f249de1a6b116c6f651193cfb57b89fba4866
+DIST openjdk-8.222_p10.tar.bz2 452194 BLAKE2B 
aa5a19245e9b5f79da217ef4e8ff87acaf6b4c7b930a6cd1c7a00d2c6d50bb3168c41da1b18e8beb072a84bca7f3956e939edd9f5fd88899d2cc3fe754ff19f8
 SHA512 
08f92327732fb54df847fe0b3e49460bcdd25fe2aef7bc9545d75ab6504ab92452f8f5daede6040d28fd9b8347f49d658dc7bf88abc90235d6cf4a72cb44fbba
 DIST openjdk-corba-8.212_p03.tar.bz2 1033709 BLAKE2B 
f59b294e62425b63e881ed5534ae9beb3cc51351ff197995503671ec52ad82e34e145f8c9790dc88e4f452b4e09af80143fd0f7e0fda588b00eed08d4b2bc861
 SHA512 
3a786a372ab6b849a6ccd944cdfdc0aa9994a6a9f4d52afccad7d6b187e46a1fd0be30bde3da1eb03988034c36b4590b55379819245fb6f5ed4d75a958e9caa3
+DIST openjdk-corba-8.222_p10.tar.bz2 1033549 BLAKE2B 
c75f100dc22535068588afe0460618005c46542cbe078e4e35ad80741d61012422eb21826a6ddcfc3b59fdde3bc7e6107a57cfc654114255b1d880273f54a762
 SHA512 
377847ae044d1e4515c6c7afaf965e037e6688ab010a24d436a5b31c251f2c09a8e622863d533b8b71625284bb5db93f114ba12ec05c731f0dc75d9dce70ec17
 DIST openjdk-hotspot-8.212_p03.tar.bz2 7925246 BLAKE2B 
b405362450186d50228ddaf78907a98365c34d5e09a95064dc39bbc88328d1bf37e23791322fb68a44d90753cd68139627d235852dd1e03ad2b0535982badeaf
 SHA512 
e8c8f9151c94bd821fa6810a0c70ed2749e0c39f66108deccc68718f106eb1731c91b13fb502c4a4be425ee04ecd909937247efb5891aac1ca27ee16d7bbf290
+DIST openjdk-hotspot-8.222_p10.tar.bz2 7937298 BLAKE2B 
42a74946b0ff88f1d910751af7efbe86aefc92b9039a4629445ba08255e4a9159a592e778acb8dce557b58324ce023360d9ed892568486a11336e8a09f8e6664
 SHA512 
20395d55201f072fcb5a7674ee1a2e3fb7a922e03ed4630645d4f22a5ec94c945978f7dfa6d06c28d0f8e9e4025f50986e8eba573fd44bc675ff7978e25723b3
 DIST openjdk-jaxp-8.212_p03.tar.bz2 2734510 BLAKE2B 
fa920514fd499019a8f3d03edf895c11b3d67617b645444025cc5406216fed0ecb9340a08b8e314c43d0ced0ffbc1e3940f7c719930d5e4cdf9b24653d6249f8
 SHA512 
200516ef92b9fd50b4e7814b2f5f62c344b4654c8c836e0166c9e3669992d2fe231d3e262bc9be54d8793d6c4a3d6bdee5c93a6b6a3b6481d6a234f26dfb2a32
+DIST openjdk-jaxp-8.222_p10.tar.bz2 2735189 BLAKE2B 
c4ab593edfc914e30bebcfbf0d5c68b64711005a2a027f165eba8b1583e673d74d0cbec582e6d1d65de06ffcf189dbdb66f2b1eb224f127a1908cd6c154c418c
 SHA512 
e45facbaabb803191d86b477f88eb8d8960ee224bc5d6bd4fc19688e097c9d5aafc00597ff38bdaae5403ff330c3188867bc94cd3fb7bf6394b770f1fb0711b7
 DIST openjdk-jaxws-8.212_p03.tar.bz2 2540937 BLAKE2B 
53c2793d9071f408a3704dacc4d61ac8f1b8ead33e75d309f217a05514661f14656711d017bcdde5821e114c5010d4417ac283571c2a52c28885d6736468402e
 SHA512 
3e336e8cab78636b82488b7da183ba4ba2b84c0a2cb72a369c4352aaeb0fa5da05660c830db12a486e1cdfbc7a88a748d88284ca86c45b890a40dc1d23f3915a
+DIST openjdk-jaxws-8.222_p10.tar.bz2 2542293 BLAKE2B 
832cf1b98c2cfcc55591d004c7c9f3055412a71632c671cb7343af74ff25645f68d27b298d6ae74a346c0be97470e79c0aca152e3ef702b9e88385ddbfa324f7
 SHA512 
560bfea42b6e7981e19d974e71382f8ad74729a2fb76974adeb592accaf58c2715ec096f3347ce56a7403c38db4dbca8892eced67eb851f16eb4cc43a1152f1c
 DIST openjdk-jdk-8.212_p03.tar.bz2 46720739 BLAKE2B 
af515701052ede8b6cf828cc74f1f5938dad0874a12ed3c5c3f7b03be1f43108fce5e1820452a87e098c346997950f6f4fea33306f7b426487b48cc4b993
 SHA512 
9b3342419c82a8f243d2a7523d83b395c89629820fd99ba387991656e5754ed067877bf12b7e780368dd4bdb6eba10be09e63b1301bcbc0aa29e86e84ec394a3
+DIST openjdk-jdk-8.222_p10.tar.bz2 47175873 BLAKE2B 
47b330aa1d78607b42df650629bd88dbde7a8caff2bf6938d75a9d8ec9726b5d32cc5852bb0d877eedeecccee8e2673328697bf104b7380c275e85b9a57a1274
 SHA512 
d6229f4e86ee0e5798b60143454f39e8de79edc596bf89f6dc7aaf2ec73fe22631f974c2d43e832a255ed2e51e32877926874d1911c3561f9077ea28093bf057
 DIST openjdk-langtools-8.212_p03.tar.bz2 2393112 BLAKE

[gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk-jre-bin/

2019-07-28 Thread Georgy Yakovlev
commit: 6961756e296c7123507f3ccd06a33ef7fae017b9
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jul 28 21:15:18 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jul 28 21:16:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6961756e

dev-java/openjdk-jre-bin: bump to 11.0.4_p11

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/openjdk-jre-bin/Manifest  |  1 +
 .../openjdk-jre-bin-11.0.4_p11.ebuild  | 98 ++
 2 files changed, 99 insertions(+)

diff --git a/dev-java/openjdk-jre-bin/Manifest 
b/dev-java/openjdk-jre-bin/Manifest
index 98333ee61da..a4905f36df9 100644
--- a/dev-java/openjdk-jre-bin/Manifest
+++ b/dev-java/openjdk-jre-bin/Manifest
@@ -1,3 +1,4 @@
 DIST OpenJDK11U-jre_x64_linux_hotspot_11.0.3_7.tar.gz 41732132 BLAKE2B 
9d3bd543fec6eb6c30ea3ca6073365c5b8900dff9af47cfba5569ecfc33a8e2562ed3f8cf4940b2a7d7c427e48164a94fce1f72c8e98fa7f0fc32d923237
 SHA512 
b7232a3c75a8c4e67f51bd95c8441026b2bfef29cc779768a5f2d300208dc569d672402e06a2d6c6f512450723bc0631c5a18cde80cbc1ec2028c123607df30f
+DIST OpenJDK11U-jre_x64_linux_hotspot_11.0.4_11.tar.gz 42055392 BLAKE2B 
d9634ee9a47a9be67ae7bcb4f8a938b3d15ea40859b47ae0b078102ac1924957ac04492a0c11e9144ddbcd333733a6e2b6f997818f4a6144f594167e1b04e05b
 SHA512 
d2e38e0d7536bfa2f05135e229e3fa35e0c9860f03077da61d77d1b6551f099c957b9a9f8a25f922261b47360f7e4f7b64c1e3796557d478a90945ff2820515b
 DIST OpenJDK8U-jre_x64_linux_hotspot_8u212b03.tar.gz 40871242 BLAKE2B 
8a6eee7f7465cbccc575e44ab08d6a3d2cedc32954475ea71064a4b6d4379927a795225fed7394922bdaa2a425efb6966d6a0126a55a0fa0e68dc0eeb7a6e935
 SHA512 
3b0c560cce673fa0e9506c18c4a25b56e26c8ccd7874098f55c37f1a556387b4c2d3ba81ef0368cc666178028eef0fd7beac6307588628c8c8c051381a21366f
 DIST OpenJDK8U-jre_x64_linux_hotspot_8u222b10.tar.gz 40934975 BLAKE2B 
e03bfb1896e140b79474a4c9004a97aa07bc9fb29c608b2320c05625a56936555ff8ffda7c9656a2d3ff7628bac769e4d14694b2be6d08e4c90b0e6802a05afb
 SHA512 
e1810c4115206cf78c69b971354474098e853c786b472c2140b9e16187efcd3e15bfff26e743e7a532a6f0619f4728482348583662c1eeccd1ebbb82b980f8af

diff --git a/dev-java/openjdk-jre-bin/openjdk-jre-bin-11.0.4_p11.ebuild 
b/dev-java/openjdk-jre-bin/openjdk-jre-bin-11.0.4_p11.ebuild
new file mode 100644
index 000..6efa5873bdf
--- /dev/null
+++ b/dev-java/openjdk-jre-bin/openjdk-jre-bin-11.0.4_p11.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit java-vm-2
+
+abi_uri() {
+   echo "${2-$1}? (
+   
https://github.com/AdoptOpenJDK/openjdk${SLOT}-binaries/releases/download/jdk-${MY_PV}/OpenJDK${SLOT}U-jre_${1}_linux_hotspot_${MY_PV//+/_}.tar.gz
+   )"
+}
+
+MY_PV=${PV/_p/+}
+SLOT=${MY_PV%%[.+]*}
+
+SRC_URI="
+   $(abi_uri x64 amd64)
+"
+
+DESCRIPTION="Prebuilt Java JRE binaries provided by AdoptOpenJDK"
+HOMEPAGE="https://adoptopenjdk.net";
+LICENSE="GPL-2-with-classpath-exception"
+KEYWORDS="~amd64"
+IUSE="alsa cups +gentoo-vm headless-awt nsplugin selinux +webstart"
+
+RDEPEND="
+   media-libs/fontconfig:1.0
+   media-libs/freetype:2
+   >net-libs/libnet-1.1
+   >=sys-apps/baselayout-java-0.1.0-r1
+   >=sys-libs/glibc-2.2.5:*
+   sys-libs/zlib
+   alsa? ( media-libs/alsa-lib )
+   cups? ( net-print/cups )
+   selinux? ( sec-policy/selinux-java )
+   !headless-awt? (
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXi
+   x11-libs/libXrender
+   x11-libs/libXtst
+   )"
+
+PDEPEND="webstart? ( >=dev-java/icedtea-web-1.6.1:0 )
+   nsplugin? ( >=dev-java/icedtea-web-1.6.1:0[nsplugin] )"
+
+RESTRICT="preserve-libs splitdebug"
+QA_PREBUILT="*"
+
+S="${WORKDIR}/jdk-${MY_PV}-jre"
+
+src_install() {
+   local dest="/opt/${P}"
+   local ddest="${ED%/}/${dest#/}"
+
+   # Not sure why they bundle this as it's commonly available and they
+   # only do so on x86_64. It's needed by libfontmanager.so. IcedTea
+   # also has an explicit dependency while Oracle seemingly dlopens it.
+   rm -vf lib/libfreetype.so || die
+
+   # Oracle and IcedTea have libjsoundalsa.so depending on
+   # libasound.so.2 but AdoptOpenJDK only has libjsound.so. Weird.
+   if ! use alsa ; then
+   rm -v lib/libjsound.* || die
+   fi
+
+   if use headless-awt ; then
+   rm -v lib/lib*{[jx]awt,splashscreen}* || die
+   fi
+
+   rm -v lib/security/cacerts || die
+
+   dodir "${dest}"
+   cp -pPR * "${ddest}" || die
+
+   dosym "${EPREFIX}"/etc/ssl/certs/java/cacerts 
"${dest}"/lib/security/cacerts
+
+   use gentoo-vm && java-vm_install-env "${FILESDIR}"/${PN}-${SLOT}.env.sh
+   java-vm_set-pax-markings "${ddest}"
+   java-vm_revdep-mask
+   java-vm_sandbox-predict /dev/random /proc/self/cor

[gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk-jre-bin/

2019-07-28 Thread Georgy Yakovlev
commit: 60af1c9d5d8aa0b574fadcb0f6e59f5f55cd0360
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jul 28 21:13:59 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jul 28 21:16:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60af1c9d

dev-java/openjdk-jre-bin: bump to 8.222_p10

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/openjdk-jre-bin/Manifest  |  1 +
 .../openjdk-jre-bin-8.222_p10.ebuild   | 99 ++
 2 files changed, 100 insertions(+)

diff --git a/dev-java/openjdk-jre-bin/Manifest 
b/dev-java/openjdk-jre-bin/Manifest
index 6b6003e0823..98333ee61da 100644
--- a/dev-java/openjdk-jre-bin/Manifest
+++ b/dev-java/openjdk-jre-bin/Manifest
@@ -1,2 +1,3 @@
 DIST OpenJDK11U-jre_x64_linux_hotspot_11.0.3_7.tar.gz 41732132 BLAKE2B 
9d3bd543fec6eb6c30ea3ca6073365c5b8900dff9af47cfba5569ecfc33a8e2562ed3f8cf4940b2a7d7c427e48164a94fce1f72c8e98fa7f0fc32d923237
 SHA512 
b7232a3c75a8c4e67f51bd95c8441026b2bfef29cc779768a5f2d300208dc569d672402e06a2d6c6f512450723bc0631c5a18cde80cbc1ec2028c123607df30f
 DIST OpenJDK8U-jre_x64_linux_hotspot_8u212b03.tar.gz 40871242 BLAKE2B 
8a6eee7f7465cbccc575e44ab08d6a3d2cedc32954475ea71064a4b6d4379927a795225fed7394922bdaa2a425efb6966d6a0126a55a0fa0e68dc0eeb7a6e935
 SHA512 
3b0c560cce673fa0e9506c18c4a25b56e26c8ccd7874098f55c37f1a556387b4c2d3ba81ef0368cc666178028eef0fd7beac6307588628c8c8c051381a21366f
+DIST OpenJDK8U-jre_x64_linux_hotspot_8u222b10.tar.gz 40934975 BLAKE2B 
e03bfb1896e140b79474a4c9004a97aa07bc9fb29c608b2320c05625a56936555ff8ffda7c9656a2d3ff7628bac769e4d14694b2be6d08e4c90b0e6802a05afb
 SHA512 
e1810c4115206cf78c69b971354474098e853c786b472c2140b9e16187efcd3e15bfff26e743e7a532a6f0619f4728482348583662c1eeccd1ebbb82b980f8af

diff --git a/dev-java/openjdk-jre-bin/openjdk-jre-bin-8.222_p10.ebuild 
b/dev-java/openjdk-jre-bin/openjdk-jre-bin-8.222_p10.ebuild
new file mode 100644
index 000..0b15e6a49cc
--- /dev/null
+++ b/dev-java/openjdk-jre-bin/openjdk-jre-bin-8.222_p10.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eapi7-ver java-vm-2
+
+abi_uri() {
+   echo "${2-$1}? (
+   
https://github.com/AdoptOpenJDK/openjdk${SLOT}-binaries/releases/download/jdk${MY_PV}/OpenJDK8U-jre_${1}_linux_hotspot_${MY_PV/-/}.tar.gz
+   )"
+}
+
+MY_PV=$(ver_rs 1 'u' 2 '-' ${PV//p/b})
+SLOT="$(ver_cut 1)"
+
+DESCRIPTION="Prebuilt Java JRE binaries provided by AdoptOpenJDK"
+HOMEPAGE="https://adoptopenjdk.net";
+SRC_URI="
+   $(abi_uri x64 amd64)
+"
+
+LICENSE="GPL-2-with-classpath-exception"
+KEYWORDS="~amd64"
+
+IUSE="alsa cups +gentoo-vm headless-awt nsplugin selinux +webstart"
+
+RDEPEND="
+   media-libs/fontconfig:1.0
+   media-libs/freetype:2
+   >net-libs/libnet-1.1
+   >=sys-apps/baselayout-java-0.1.0-r1
+   >=sys-libs/glibc-2.2.5:*
+   sys-libs/zlib
+   alsa? ( media-libs/alsa-lib )
+   cups? ( net-print/cups )
+   selinux? ( sec-policy/selinux-java )
+   !headless-awt? (
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXi
+   x11-libs/libXrender
+   x11-libs/libXtst
+   )"
+
+PDEPEND="
+   webstart? ( >=dev-java/icedtea-web-1.6.1:0 )
+   nsplugin? ( >=dev-java/icedtea-web-1.6.1:0[nsplugin] )"
+
+RESTRICT="preserve-libs splitdebug"
+QA_PREBUILT="*"
+
+S="${WORKDIR}/jdk${MY_PV}-jre"
+
+src_install() {
+   local dest="/opt/${P}"
+   local ddest="${ED%/}/${dest#/}"
+
+   rm ASSEMBLY_EXCEPTION LICENSE THIRD_PARTY_README || die
+
+   # this does not exist on arm64 hence -f
+   rm -fv lib/*/libfreetype.so* || die
+
+   if ! use alsa ; then
+   rm -v lib/*/libjsoundalsa.so* || die
+   fi
+
+   if use headless-awt ; then
+   rm -fvr lib/*/lib*{[jx]awt,splashscreen}* \
+   bin/policytool || die
+   fi
+
+   rm -v lib/security/cacerts || die
+
+   dodir "${dest}"
+   cp -pPR * "${ddest}" || die
+
+   dosym "${EPREFIX}"/etc/ssl/certs/java/cacerts 
"${dest}"/lib/security/cacerts
+
+   use gentoo-vm && java-vm_install-env "${FILESDIR}"/${PN}-${SLOT}.env.sh
+   java-vm_set-pax-markings "${ddest}"
+   java-vm_revdep-mask
+   java-vm_sandbox-predict /dev/random /proc/self/coredump_filter
+}
+
+pkg_postinst() {
+   java-vm-2_pkg_postinst
+
+   if use gentoo-vm ; then
+   ewarn "WARNING! You have enabled the gentoo-vm USE flag, making 
this JRE"
+   ewarn "recognised by the system. This will almost certainly 
break things."
+   else
+   ewarn "The experimental gentoo-vm USE flag has not been enabled 
so this JRE"
+   ewarn "will not be recognised by the system. For example, 
simply calling"
+   ewarn "

[gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk-bin/

2019-07-28 Thread Georgy Yakovlev
commit: a273cc8cc65178441ba009a552e5b3aa664931ec
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jul 28 21:10:17 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jul 28 21:16:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a273cc8c

dev-java/openjdk-bin: bump to 11.0.4_p11

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/openjdk-bin/Manifest  |   4 +
 dev-java/openjdk-bin/openjdk-bin-11.0.4_p11.ebuild | 116 +
 2 files changed, 120 insertions(+)

diff --git a/dev-java/openjdk-bin/Manifest b/dev-java/openjdk-bin/Manifest
index f756b7b0d45..0393af03052 100644
--- a/dev-java/openjdk-bin/Manifest
+++ b/dev-java/openjdk-bin/Manifest
@@ -1,7 +1,11 @@
 DIST OpenJDK11U-jdk_aarch64_linux_hotspot_11.0.3_7.tar.gz 194142513 BLAKE2B 
1809ee89a4dd31d5453d15b0e3672e1d4a9e1e4573954a8dcf793cb4f837ca4bb44eab73fb685896273fa5301011d671568cb7648c0c5095659f5441a559bfad
 SHA512 
22964e4b0819eb214f378969501b9ad67e39f4efeb7425245022f7eae804386a5e0c7a8139a5df604efd649ff1d551323e6b08299ce0e3f71719e3cd120d7b91
+DIST OpenJDK11U-jdk_aarch64_linux_hotspot_11.0.4_11.tar.gz 194920675 BLAKE2B 
ad509e368aba7b5fce9e6212b296442bcd970f4dfe59e53dd13977da0137674fd85164657fa1abebfdcf58640ba511f1fcd30c46ec02a08edba5b498050bc60b
 SHA512 
7fcd7c4eddcd9e2b6aa5cba69f2926a1131cd8246348f1a0c6575dca9c73b677d245fd8e12b1b41415aaf3dd0660581398f30c29503787e17428839e3fadf5b5
 DIST OpenJDK11U-jdk_arm_linux_hotspot_11.0.3_7.tar.gz 174868718 BLAKE2B 
74c482d6cdc4066e4c8fbc93ab7f44165dc55c360d7cab36228032b76073217546e046e0556ae9aac3de05a69e860aa06d3a55d9f2aac1e8ccce1b650f45b464
 SHA512 
053787da52083f8e4cfd808205a965486d88f6e61117119ee7a5c359eb02564e581f0111ee9738feed3424eb8abc55e9e8d94d6558a63b3be7150361aaa39a89
+DIST OpenJDK11U-jdk_arm_linux_hotspot_11.0.4_11.tar.gz 183239547 BLAKE2B 
781647daac4ff5ac2e93a01aed93a6729c12611e1de75dafcc018c5222a442a846b9ccf8ec1e5381eb191ae2b8252a9878562843eb675299e96563c65e91f4bc
 SHA512 
b2e2bb63706bfa197bb7ea5560dedb521666c52900c9ffe91ffcff5ddbf4e0cacdb4efddcc03081f06c9686e9451f27a905d731a3bccd8925c952ddde331eee4
 DIST OpenJDK11U-jdk_ppc64le_linux_hotspot_11.0.3_7.tar.gz 180425080 BLAKE2B 
77f571a145e837c80da49a2ef8d20089b24ec23abf8078cc5781762ec9b88038d4c47c9d36766195c2f96809c98e4706b249c14518ef450b1fbfb100ba8c49d8
 SHA512 
6b7542fcbd9b727e93a2c2e157ecd52fb27db74d67cc98fb713eed531c7ea4420fdae2e420131b3d046e6ad2bccb2f91461928750e7b9c4274984a983293be8a
+DIST OpenJDK11U-jdk_ppc64le_linux_hotspot_11.0.4_11.tar.gz 181290255 BLAKE2B 
d8d25d71e790527c572c74f7a53317933b8a0801a8b3779daa9fe92bbe8b11fad74cf7e2e2a2194dc514930fba2c86fcdd630b06cdcd0dafa8fcecd5bac6be42
 SHA512 
5b50f0585ae09e1d446170b40728ad915b7da2c22341385a8b014ac09ca805acc413c840c6ea8bac4b579d418200208a53f98759b446a28ad3e28b0078190b50
 DIST OpenJDK11U-jdk_x64_linux_hotspot_11.0.3_7.tar.gz 195982221 BLAKE2B 
61ccbceb07bcb72a5f9d797997b4a250c2d171d7c7930877db0865d95b1faeb83e160eab59c484d2fce06a7116f06eb8a57eb5295a254fba7315ccb2e88b6db9
 SHA512 
2c590492ab9bddef68afcfbb54117688e1b24b41dc871bc4ba869319c16587ebfc061ce72712f209403e76d589f01d57cd85384653b1ecf767ee8e4018e1607a
+DIST OpenJDK11U-jdk_x64_linux_hotspot_11.0.4_11.tar.gz 196818652 BLAKE2B 
f67327882afb3fdf0636d5e5262236376ed8f98eef2c8153457be0ab068a5abeb523a3873f43ced650ac623b90079d80f2a744beb8f410d8763ff7798d5980dc
 SHA512 
8b42abedf935b8fb186a2efa11203231021417a745f03d557782aea6c5ce84f7b9fb126d3a00ac5159c349347a5d1cc9aa52b2378b2aec58d82f55a5fbcf471f
 DIST OpenJDK8U-jdk_aarch64_linux_hotspot_8u191b12.tar.gz 75382012 BLAKE2B 
9521bb3d0dc08d5069108bb56594d401cbadf7a290652a39c7379e6ded530044e85f1ffae1cd3eb7e881d7c283c06463e6f8b76602d03a7bf5b188b1004f5daf
 SHA512 
156f7a57f095095b72edb4bfc766d575795e496b006fb994566b0207d346e89863cf377ce97290bf1b47923c5d6aee5558eaa7a54f394f95a270b1cfec4308e2
 DIST OpenJDK8U-jdk_aarch64_linux_hotspot_8u222b10.tar.gz 104510642 BLAKE2B 
c67f640ededdc0d91fc02144c9e1d58a4c94984d6679e22172ae536a7c1397296bd52d5037eabcf255a2655e0d2f2cb3fdfe2e10a6f5739cc351e1d982acdbce
 SHA512 
229ab2fef5339d396ebf5923454f45a9989341e8e9c9d57ee8779c6d5c8bd78d9d62d7a24d236b7f66baf79db641b04b9f9809d0734c1028ade7039bb2a94926
 DIST OpenJDK8U-jdk_ppc64le_linux_hotspot_8u212b03.tar.gz 101610850 BLAKE2B 
3a782f21855b1633255b2691e4adb516b12b84e37d81cdfda2b7b251cf78602a3b4c4120fbaec01d177fe7187b581f5dde392c7f841a39d269b548f1ada18be2
 SHA512 
25d53c8ca9bc4e1fd0ae1fca349d1e605e0dfb8a4aa386408875d5c23ef8b3ecc42ed297bc125f2ab74e9726e10374ec12d6c39736a53a94d3150001756e0027

diff --git a/dev-java/openjdk-bin/openjdk-bin-11.0.4_p11.ebuild 
b/dev-java/openjdk-bin/openjdk-bin-11.0.4_p11.ebuild
new file mode 100644
index 000..16dc044a614
--- /dev/null
+++ b/dev-java/openjdk-bin/openjdk-bin-11.0.4_p11.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit java-vm-2
+
+abi_uri(

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

2019-07-28 Thread Jeroen Roovers
commit: 6a19fafbfdd660819c56505ccd8787559c3ef189
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jul 28 21:11:36 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jul 28 21:11:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a19fafb

dev-util/dialog: Old

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Jeroen Roovers  gentoo.org>

 dev-util/dialog/Manifest   |  2 --
 dev-util/dialog/dialog-1.3.20181022.ebuild | 51 --
 dev-util/dialog/dialog-1.3.20181107.ebuild | 51 --
 3 files changed, 104 deletions(-)

diff --git a/dev-util/dialog/Manifest b/dev-util/dialog/Manifest
index 0e51005a62c..3cd52fcbadb 100644
--- a/dev-util/dialog/Manifest
+++ b/dev-util/dialog/Manifest
@@ -1,5 +1,3 @@
 DIST dialog-1.3-20170131.tgz 507783 BLAKE2B 
a98c436eabc8d06619bd64a8b1d647a0712630f0f89565253636ef2f38333ca6926177aa0c2001305b0c06fc7a1f576cda87da493183402ef9ec3cdc3fa8be23
 SHA512 
818b4e9d0d5ee55377b78ccceacf59a78e5e6d6fbc09e24a19e62b4988ff8de32f3364132b9ee88c86e126114eda45c82d86397d5f26fae81a6bda91be979786
-DIST dialog-1.3-20181022.tgz 531815 BLAKE2B 
c6a34010eb991683356338009998964fde60bcae4181d8b07e6d5b9f0d0e9a61d3f0b112fad02c151b1774380e18b87f93f43fdfe35e0fba86914c029eaa274c
 SHA512 
5d7891086ab6d2f4a815538513b09754a56368bbb0ec3bd107346fd2ed6ae10fa858173447fa609cce28a91e234ed8067d9439efeb973593fff2df1e811a8925
-DIST dialog-1.3-20181107.tgz 531872 BLAKE2B 
7724d66bbb953ff118baf5f135810f40fca30bde6a4a340306da322e9adb4b40e105376c316945b7f70ee2be2698f1bee88bd040c22b5662685448145ccff0a8
 SHA512 
69cb367bc9a1d6dcd69b74f7eae9b4318f0bfd9c0eae48144da119df10f7f81ed4c215a8882d72dfbbd9ff41c5e591c80b168b9552e014454cc80c9aa37dca55
 DIST dialog-1.3-20190211.tar.gz 534749 BLAKE2B 
3b721cf98b961c60a97975b7720722d4a46a47d7b861fb7c27de2db2fc3fa704d249b40bf28a6845f68cffabf41b66d77d5f1acf49a342e38cb83a24907e9379
 SHA512 
247639190c97c1baa6aa2cc75bc17593a0e33fcfcfd6dbc4a1903b55709f8f102c965de03f0620c48463f018525eb77f9b62b39db8331b811a227bbf39b254c4
 DIST dialog-1.3-20190724.tar.gz 534551 BLAKE2B 
184865abfc98a509fbb2746e8476433c53b08157a53b9786066d7c48c94f3c2e50785c3546a963516f66af382903a33778188d0bfca85ef1f513165157c18196
 SHA512 
85dbec30bbd5bf5f3e40c8cf2af54236050fe3f96ca66c22d21e0447c2b851d7529b3d155d76b946e9360262959a44bf436b7f7fcf49040b38cc3f6c106c4b81

diff --git a/dev-util/dialog/dialog-1.3.20181022.ebuild 
b/dev-util/dialog/dialog-1.3.20181022.ebuild
deleted file mode 100644
index 1d1adc03257..000
--- a/dev-util/dialog/dialog-1.3.20181022.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils multilib versionator
-
-DIA_P="${PN}-$(replace_version_separator 2 '-')"
-DESCRIPTION="tool to display dialog boxes from a shell"
-HOMEPAGE="https://invisible-island.net/dialog/";
-SRC_URI="https://dev.gentoo.org/~jer/${DIA_P}.tgz";
-
-LICENSE="GPL-2"
-SLOT="0/15"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="examples minimal nls static-libs unicode"
-
-RDEPEND="
-   >=sys-libs/ncurses-5.2-r5:=[unicode?]
-"
-DEPEND="
-   ${RDEPEND}
-   nls? ( sys-devel/gettext )
-   !minimal? ( sys-devel/libtool )
-   !<=sys-freebsd/freebsd-contrib-8.
-"
-S=${WORKDIR}/${DIA_P}
-
-src_prepare() {
-   default
-   sed -i -e '/LIB_CREATE=/s:${CC}:& ${LDFLAGS}:g' configure || die
-   sed -i '/$(LIBTOOL_COMPILE)/s:$: $(LIBTOOL_OPTS):' makefile.in || die
-}
-
-src_configure() {
-   econf \
-   --disable-rpath-hack \
-   $(use_enable nls) \
-   $(use_with !minimal libtool) \
-   --with-libtool-opts=$(usex static-libs '' '-shared') \
-   --with-ncurses$(usex unicode w '')
-}
-
-src_install() {
-   use minimal && default || emake DESTDIR="${D}" install-full
-
-   use examples && dodoc -r samples
-
-   dodoc CHANGES README
-
-   prune_libtool_files
-}

diff --git a/dev-util/dialog/dialog-1.3.20181107.ebuild 
b/dev-util/dialog/dialog-1.3.20181107.ebuild
deleted file mode 100644
index 1d1adc03257..000
--- a/dev-util/dialog/dialog-1.3.20181107.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils multilib versionator
-
-DIA_P="${PN}-$(replace_version_separator 2 '-')"
-DESCRIPTION="tool to display dialog boxes from a shell"
-HOMEPAGE="https://invisible-island.net/dialog/";
-SRC_URI="https://dev.gentoo.org/~jer/${DIA_P}.tgz";
-
-LICENSE="GPL-2"
-SLOT="0/15"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="examples minimal nls static-libs unicode"
-
-RDEPEND="
-   >=sys-libs/ncurses-5.2-r5:=[unicode?]
-"
-DEPEND="
-   

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

2019-07-28 Thread Jeroen Roovers
commit: 63e4294d288e05353f415bc1af1c7e91b3bf9d06
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jul 28 21:10:44 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jul 28 21:11:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63e4294d

dev-util/dialog: Version 1.3.20190724

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Jeroen Roovers  gentoo.org>

 dev-util/dialog/Manifest   |  1 +
 dev-util/dialog/dialog-1.3.20190724.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-util/dialog/Manifest b/dev-util/dialog/Manifest
index 9c56917e7e0..0e51005a62c 100644
--- a/dev-util/dialog/Manifest
+++ b/dev-util/dialog/Manifest
@@ -2,3 +2,4 @@ DIST dialog-1.3-20170131.tgz 507783 BLAKE2B 
a98c436eabc8d06619bd64a8b1d647a07126
 DIST dialog-1.3-20181022.tgz 531815 BLAKE2B 
c6a34010eb991683356338009998964fde60bcae4181d8b07e6d5b9f0d0e9a61d3f0b112fad02c151b1774380e18b87f93f43fdfe35e0fba86914c029eaa274c
 SHA512 
5d7891086ab6d2f4a815538513b09754a56368bbb0ec3bd107346fd2ed6ae10fa858173447fa609cce28a91e234ed8067d9439efeb973593fff2df1e811a8925
 DIST dialog-1.3-20181107.tgz 531872 BLAKE2B 
7724d66bbb953ff118baf5f135810f40fca30bde6a4a340306da322e9adb4b40e105376c316945b7f70ee2be2698f1bee88bd040c22b5662685448145ccff0a8
 SHA512 
69cb367bc9a1d6dcd69b74f7eae9b4318f0bfd9c0eae48144da119df10f7f81ed4c215a8882d72dfbbd9ff41c5e591c80b168b9552e014454cc80c9aa37dca55
 DIST dialog-1.3-20190211.tar.gz 534749 BLAKE2B 
3b721cf98b961c60a97975b7720722d4a46a47d7b861fb7c27de2db2fc3fa704d249b40bf28a6845f68cffabf41b66d77d5f1acf49a342e38cb83a24907e9379
 SHA512 
247639190c97c1baa6aa2cc75bc17593a0e33fcfcfd6dbc4a1903b55709f8f102c965de03f0620c48463f018525eb77f9b62b39db8331b811a227bbf39b254c4
+DIST dialog-1.3-20190724.tar.gz 534551 BLAKE2B 
184865abfc98a509fbb2746e8476433c53b08157a53b9786066d7c48c94f3c2e50785c3546a963516f66af382903a33778188d0bfca85ef1f513165157c18196
 SHA512 
85dbec30bbd5bf5f3e40c8cf2af54236050fe3f96ca66c22d21e0447c2b851d7529b3d155d76b946e9360262959a44bf436b7f7fcf49040b38cc3f6c106c4b81

diff --git a/dev-util/dialog/dialog-1.3.20190724.ebuild 
b/dev-util/dialog/dialog-1.3.20190724.ebuild
new file mode 100644
index 000..021642f2571
--- /dev/null
+++ b/dev-util/dialog/dialog-1.3.20190724.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils multilib versionator
+
+DIA_P="${PN}-$(replace_version_separator 2 '-')"
+DESCRIPTION="tool to display dialog boxes from a shell"
+HOMEPAGE="https://invisible-island.net/dialog/";
+SRC_URI="https://dev.gentoo.org/~jer/${DIA_P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0/15"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="examples minimal nls static-libs unicode"
+
+RDEPEND="
+   >=sys-libs/ncurses-5.2-r5:=[unicode?]
+"
+DEPEND="
+   ${RDEPEND}
+   nls? ( sys-devel/gettext )
+   !minimal? ( sys-devel/libtool )
+   !<=sys-freebsd/freebsd-contrib-8.
+"
+S=${WORKDIR}/${DIA_P}
+
+src_prepare() {
+   default
+   sed -i -e '/LIB_CREATE=/s:${CC}:& ${LDFLAGS}:g' configure || die
+   sed -i '/$(LIBTOOL_COMPILE)/s:$: $(LIBTOOL_OPTS):' makefile.in || die
+}
+
+src_configure() {
+   econf \
+   --disable-rpath-hack \
+   $(use_enable nls) \
+   $(use_with !minimal libtool) \
+   --with-libtool-opts=$(usex static-libs '' '-shared') \
+   --with-ncurses$(usex unicode w '')
+}
+
+src_install() {
+   use minimal && default || emake DESTDIR="${D}" install-full
+
+   use examples && dodoc -r samples
+
+   dodoc CHANGES README
+
+   prune_libtool_files
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-screensaver/

2019-07-28 Thread Michał Górny
commit: 12532dd148448b38e71d3c5f899bf90820dc35fb
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 28 20:50:06 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 28 21:08:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12532dd1

xfce-extra/xfce4-screensaver: Drop old

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

 xfce-extra/xfce4-screensaver/Manifest  |  1 -
 .../xfce4-screensaver-0.1.5.ebuild | 74 --
 2 files changed, 75 deletions(-)

diff --git a/xfce-extra/xfce4-screensaver/Manifest 
b/xfce-extra/xfce4-screensaver/Manifest
index bb02bcf78f3..ca9e287c416 100644
--- a/xfce-extra/xfce4-screensaver/Manifest
+++ b/xfce-extra/xfce4-screensaver/Manifest
@@ -1,3 +1,2 @@
 DIST xfce4-screensaver-0.1.4.tar.bz2 617922 BLAKE2B 
c5cdf360cb1a9c38583a52bcb2d2735d2513c26aaebf23b4be4300266b72d780a3a0d8981c14f9753592eb1f63088f3fd8fd234efb6a595cb49262adaf54aca7
 SHA512 
5f074eb3c34ba731d0c135c657043ee687809146be512943f0f2892e1d06806400a5ecb1278dcb47da39ded47ddd4f9020cefc917ebb502962e16e56ee3a9b6d
-DIST xfce4-screensaver-0.1.5.tar.bz2 614480 BLAKE2B 
fda9bcb9c806a8e3b32628405f0ffc5f391f12a4bbd949f0ddeb3dd299a9bbc7bcc6e6551ddce4b3709d2d1f0192f5e36fe064f4d779aa82ae42af4bbb148ac6
 SHA512 
939dd5215b76e05a6a2b32b830b323bbc45a3c5e5785db1bd78560d8cfda37a92366fda9ef8e94c9b01fc1626a03170075951a1f2d47f29939e26c5dbb3c903e
 DIST xfce4-screensaver-0.1.6.tar.bz2 601882 BLAKE2B 
cc351320f5b4e1d0c5f897fcf3067303c4c61cd71306eeb17df024a9b81e9dabb5b54d627654704a6b0e70b992aac9a760501691fe29e88a761ce0a639a06975
 SHA512 
b4bc1e6e57ed9c76795cc9655a10956d739ed8003a7eb1195da9dcd185af87409a2150ec8a37c2f58a27ad6c53719713e954914de47f2a8d6b7bf438b2d5e8a4

diff --git a/xfce-extra/xfce4-screensaver/xfce4-screensaver-0.1.5.ebuild 
b/xfce-extra/xfce4-screensaver/xfce4-screensaver-0.1.5.ebuild
deleted file mode 100644
index a0e23b83714..000
--- a/xfce-extra/xfce4-screensaver/xfce4-screensaver-0.1.5.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Screen saver and locker (port of MATE screensaver)"
-HOMEPAGE="https://git.xfce.org/apps/xfce4-screensaver/about/";
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="consolekit elogind +locking opengl pam systemd"
-
-# Xrandr: optional but automagic
-RDEPEND="
-   dev-libs/dbus-glib
-   >=dev-libs/glib-2.50:2
-   >=x11-libs/gtk+-3.22:3
-   x11-libs/libICE:=
-   x11-libs/libX11:=
-   x11-libs/libXScrnSaver:=
-   x11-libs/libXext:=
-   x11-libs/libXxf86misc:=
-   x11-libs/libXxf86vm:=
-   >=x11-libs/libXrandr-1.3:=
-   >=x11-libs/libxklavier-5.2:=
-   >=xfce-base/garcon-0.5.0:=
-   >=xfce-base/libxfce4ui-4.12.1:=
-   >=xfce-base/libxfce4util-4.12.1:=
-   >=xfce-base/xfconf-4.12.1:=
-   consolekit? ( sys-auth/consolekit )
-   elogind? ( sys-auth/elogind )
-   locking? (
-   pam? ( virtual/pam )
-   )
-   opengl? ( virtual/opengl )
-   systemd? ( sys-apps/systemd:= )
-"
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   dev-util/intltool
-   sys-apps/dbus
-   virtual/pkgconfig"
-
-src_configure() {
-   local myconf=(
-   # disable docbook for now
-   ac_cv_path_XMLTO=no
-
-   # xscreensaver dirs autodetection doesn't seem to work
-   --with-xscreensaverdir=/usr/share/xscreensaver/config
-   --with-xscreensaverhackdir=/usr/$(get_libdir)/misc/xscreensaver
-
-   $(use_with opengl libgl)
-   $(use_enable locking)
-   $(use_enable pam)
-   $(use_with consolekit console-kit)
-   $(use_with elogind)
-   $(use_with systemd)
-   )
-
-   if use pam; then
-   myconf+=( --with-pam-auth-type=system )
-   fi
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-power-manager/

2019-07-28 Thread Michał Górny
commit: 0173ba73228031023d39a2082e0aa79601a6fbf1
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 28 21:01:27 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 28 21:08:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0173ba73

xfce-extra/xfce4-power-manager: Bump to 1.6.4

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

 xfce-extra/xfce4-power-manager/Manifest|  1 +
 .../xfce4-power-manager-1.6.4.ebuild   | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/xfce-extra/xfce4-power-manager/Manifest 
b/xfce-extra/xfce4-power-manager/Manifest
index 721b46ea20e..3472604aff4 100644
--- a/xfce-extra/xfce4-power-manager/Manifest
+++ b/xfce-extra/xfce4-power-manager/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-power-manager-1.6.1.tar.bz2 1180710 BLAKE2B 
bffb5f00a42a3242a0b9d35b48fe6d9813d3292757844e911a8e71d05cb59f2f91d93ab5a77ac15ae35c90ccfa60ce39db23bc94a0350232538c8621fec4473f
 SHA512 
b81ce1b35892a6cd0b1d4fb590ccc25b906cde6f782de2fffbe78ea89e00df15e51ea1f47576c173b7512cd617f5142868fca8cf81519b6fe165a5ecc67a5478
 DIST xfce4-power-manager-1.6.3.tar.bz2 1216971 BLAKE2B 
872011a6d18841aa7b9cfee3b9aa91e75b7db95a77dd8ac3484ebdc5d289c375a7c805d8638650e72870b8eaddd71bfac74a5e3f568b8ca1366160c972c61cc4
 SHA512 
4a3c629bf14b3214d57df9b9a5fc77ec675e02c300c508525634bcaf38d94ab0f6e125ea5ec7bd41c1d0c3d065dfb3ab1937ee7f1006adc0093142f466950c6b
+DIST xfce4-power-manager-1.6.4.tar.bz2 1216948 BLAKE2B 
bc89c30f1668e4cef662336c3294bc0ac495e3a8350d4bcd1c4f514a52840482b9129a822e4e3edee5379f32cf9df897564493e444b2c4607ec5cd8c6a562d43
 SHA512 
0d1aee648d4fbd1543dc65abf97eb9c7da7d5eb39d034ea9c99a6e9c2144854f6fcd12d5581d1bf1a31afb308f0ff34d4f6888a766c1eb7d0f1d63765a73e02d

diff --git a/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.4.ebuild 
b/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.4.ebuild
new file mode 100644
index 000..f7dd4f54e23
--- /dev/null
+++ b/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.4.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit xdg-utils
+
+DESCRIPTION="Power manager for the Xfce desktop environment"
+HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-power-manager";
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="kernel_linux networkmanager +panel-plugin policykit"
+
+COMMON_DEPEND=">=dev-libs/glib-2.42:=
+   >=sys-power/upower-0.99.0
+   sys-power/pm-utils
+   >=x11-libs/gtk+-3.14:3=
+   >=x11-libs/libnotify-0.7:=
+   x11-libs/libX11:=
+   >=x11-libs/libXrandr-1.2:=
+   x11-libs/libXext:=
+   x11-libs/libXtst:=
+   >=xfce-base/xfconf-4.12:=
+   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/libxfce4util-4.12:=
+   panel-plugin? ( >=xfce-base/xfce4-panel-4.12:= )
+   policykit? ( >=sys-auth/polkit-0.112 )"
+RDEPEND="${COMMON_DEPEND}
+   networkmanager? ( net-misc/networkmanager )"
+DEPEND="${COMMON_DEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   x11-base/xorg-proto"
+
+src_configure() {
+   local myconf=(
+   $(use_enable policykit polkit)
+   $(use_enable networkmanager network-manager)
+   $(use_enable panel-plugin xfce4panel)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-screensaver/

2019-07-28 Thread Michał Górny
commit: 7822000d510274c67c1188dd252320ddd1d544bd
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 28 20:51:21 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 28 21:08:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7822000d

xfce-extra/xfce4-screensaver: Bump to 0.1.7

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

 xfce-extra/xfce4-screensaver/Manifest  |  1 +
 .../xfce4-screensaver-0.1.7.ebuild | 72 ++
 2 files changed, 73 insertions(+)

diff --git a/xfce-extra/xfce4-screensaver/Manifest 
b/xfce-extra/xfce4-screensaver/Manifest
index ca9e287c416..cb6c4535621 100644
--- a/xfce-extra/xfce4-screensaver/Manifest
+++ b/xfce-extra/xfce4-screensaver/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-screensaver-0.1.4.tar.bz2 617922 BLAKE2B 
c5cdf360cb1a9c38583a52bcb2d2735d2513c26aaebf23b4be4300266b72d780a3a0d8981c14f9753592eb1f63088f3fd8fd234efb6a595cb49262adaf54aca7
 SHA512 
5f074eb3c34ba731d0c135c657043ee687809146be512943f0f2892e1d06806400a5ecb1278dcb47da39ded47ddd4f9020cefc917ebb502962e16e56ee3a9b6d
 DIST xfce4-screensaver-0.1.6.tar.bz2 601882 BLAKE2B 
cc351320f5b4e1d0c5f897fcf3067303c4c61cd71306eeb17df024a9b81e9dabb5b54d627654704a6b0e70b992aac9a760501691fe29e88a761ce0a639a06975
 SHA512 
b4bc1e6e57ed9c76795cc9655a10956d739ed8003a7eb1195da9dcd185af87409a2150ec8a37c2f58a27ad6c53719713e954914de47f2a8d6b7bf438b2d5e8a4
+DIST xfce4-screensaver-0.1.7.tar.bz2 607447 BLAKE2B 
e05987309fe71c2f9f424fc160b600eb569281223835916bd2446beed0406cdfbfa01aaf6a6de9a95b389064af84f9c738d52e663db9f465d60c2d62d8e8f0bc
 SHA512 
e46f06357f18d422716924c19aed6db79c4ae1029eacf079ae939964ac22ef609e907f2b898b6d14bf882cb3691a481ad6bd0eb49e85e272f05b445f28de071f

diff --git a/xfce-extra/xfce4-screensaver/xfce4-screensaver-0.1.7.ebuild 
b/xfce-extra/xfce4-screensaver/xfce4-screensaver-0.1.7.ebuild
new file mode 100644
index 000..8a1651b698e
--- /dev/null
+++ b/xfce-extra/xfce4-screensaver/xfce4-screensaver-0.1.7.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Screen saver and locker (port of MATE screensaver)"
+HOMEPAGE="https://git.xfce.org/apps/xfce4-screensaver/about/";
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="consolekit elogind +locking opengl pam systemd"
+
+# Xrandr: optional but automagic
+RDEPEND="
+   >=dev-libs/glib-2.50:2
+   >=x11-libs/gtk+-3.22:3
+   x11-libs/libICE:=
+   x11-libs/libX11:=
+   x11-libs/libXScrnSaver:=
+   x11-libs/libXext:=
+   x11-libs/libXxf86vm:=
+   >=x11-libs/libXrandr-1.3:=
+   >=x11-libs/libxklavier-5.2:=
+   >=xfce-base/garcon-0.5.0:=
+   >=xfce-base/libxfce4ui-4.12.1:=
+   >=xfce-base/libxfce4util-4.12.1:=
+   >=xfce-base/xfconf-4.12.1:=
+   consolekit? ( sys-auth/consolekit )
+   elogind? ( sys-auth/elogind )
+   locking? (
+   pam? ( virtual/pam )
+   )
+   opengl? ( virtual/opengl )
+   systemd? ( sys-apps/systemd:= )
+"
+DEPEND="${RDEPEND}
+   dev-util/glib-utils
+   dev-util/intltool
+   sys-apps/dbus
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   # disable docbook for now
+   ac_cv_path_XMLTO=no
+
+   # xscreensaver dirs autodetection doesn't seem to work
+   --with-xscreensaverdir=/usr/share/xscreensaver/config
+   --with-xscreensaverhackdir=/usr/$(get_libdir)/misc/xscreensaver
+
+   $(use_with opengl libgl)
+   $(use_enable locking)
+   $(use_enable pam)
+   $(use_with consolekit console-kit)
+   $(use_with elogind)
+   $(use_with systemd)
+   )
+
+   if use pam; then
+   myconf+=( --with-pam-auth-type=system )
+   fi
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-meta/

2019-07-28 Thread Michał Górny
commit: 9edb38d919cc55cb3a00c8f4d2067fe4b17176f6
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 28 20:54:58 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 28 21:08:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9edb38d9

xfce-base/xfce4-meta: Bump to 4.14_pre3

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

 xfce-base/xfce4-meta/xfce4-meta-4.14_pre3.ebuild | 36 
 1 file changed, 36 insertions(+)

diff --git a/xfce-base/xfce4-meta/xfce4-meta-4.14_pre3.ebuild 
b/xfce-base/xfce4-meta/xfce4-meta-4.14_pre3.ebuild
new file mode 100644
index 000..50669d177c8
--- /dev/null
+++ b/xfce-base/xfce4-meta/xfce4-meta-4.14_pre3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="The Xfce Desktop Environment (meta package)"
+HOMEPAGE="https://www.xfce.org/";
+SRC_URI=""
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="minimal +svg upower"
+
+RDEPEND=">=x11-themes/gtk-engines-xfce-3:0
+   x11-themes/hicolor-icon-theme
+   >=xfce-base/exo-0.12.7
+   >=xfce-base/garcon-0.6.4
+   >=xfce-base/libxfce4ui-4.13.7
+   >=xfce-base/libxfce4util-4.13.5
+   >=xfce-base/thunar-1.8.8
+   >=xfce-base/xfce4-appfinder-4.13.5
+   >=xfce-base/xfce4-panel-4.13.7
+   >=xfce-base/xfce4-session-4.13.4
+   >=xfce-base/xfce4-settings-4.13.8
+   >=xfce-base/xfconf-4.13.8
+   >=xfce-base/xfdesktop-4.13.6
+   >=xfce-base/xfwm4-4.13.4
+   >=xfce-extra/thunar-volman-0.9.4
+   >=xfce-extra/tumbler-0.2.6
+   !minimal? (
+   media-fonts/dejavu
+   virtual/freedesktop-icon-theme
+   )
+   svg? ( gnome-base/librsvg )
+   upower? ( >=xfce-extra/xfce4-power-manager-1.6.4 )"



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-panel-profiles/

2019-07-28 Thread Michał Górny
commit: b85deb96d6c820d339cf985374dc89f7f7d7536b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 28 20:52:45 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 28 21:08:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b85deb96

xfce-extra/xfce4-panel-profiles: Bump to 1.0.9

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

 xfce-extra/xfce4-panel-profiles/Manifest   |  1 +
 .../xfce4-panel-profiles-1.0.9.ebuild  | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/xfce-extra/xfce4-panel-profiles/Manifest 
b/xfce-extra/xfce4-panel-profiles/Manifest
index 1e726d7a3a5..c7856721c0c 100644
--- a/xfce-extra/xfce4-panel-profiles/Manifest
+++ b/xfce-extra/xfce4-panel-profiles/Manifest
@@ -1 +1,2 @@
 DIST xfce4-panel-profiles-1.0.8.tar.bz2 40074 BLAKE2B 
620e74a6c5a7316e82bda0ad217abc9868685ee9fee6857c4e8aa35002f78f938a754ce709e56466ad648ae4637144d3e90d909e5d9e6865c5e519db75c4da8e
 SHA512 
2d7980a79250414cc4611ccf573c2a3ee5eb510cf3ef6c32035ba23197eee1fded2e158cb50714dd935070916b07b3f33db02570f3d46a598144b4a2d3979ff4
+DIST xfce4-panel-profiles-1.0.9.tar.bz2 58886 BLAKE2B 
3711bfdad68701af833e8ffcb8ada151b1120168193d8508d14dcbb3eabdd5eeb9f0b3b5ecad3c17e5e3afa1b42e73e72340b8ea2fcf9efa5235415384a49018
 SHA512 
a9b381d357482582210e153fdf1ced8055847ace0507dafc29fc952070fc4fe8fd34aff62342f442ec7045cfe87550c56ccf5d78c0f0a7de7ed64e4c303aab45

diff --git a/xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.9.ebuild 
b/xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.9.ebuild
new file mode 100644
index 000..7be1dfb541b
--- /dev/null
+++ b/xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.9.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+inherit python-single-r1
+
+DESCRIPTION="Simple application to manage Xfce panel layouts"
+HOMEPAGE="https://git.xfce.org/apps/xfce4-panel-profiles/about/";
+SRC_URI="https://archive.xfce.org/src/apps/xfce4-panel-profiles/$(ver_cut 
1-2)/${P}.tar.bz2"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+   dev-libs/gobject-introspection
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   x11-libs/gtk+:3[introspection]
+   xfce-base/xfce4-panel"
+
+src_configure() {
+   # home-made configure script, yay!
+   ./configure --prefix="${EPREFIX}/usr" --python="${EPYTHON}" || die
+}
+
+src_install() {
+   default
+
+   # the default gets it right
+   rm -r "${ED}"/usr/share/doc/xfce4-panel-profiles || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-power-manager/

2019-07-28 Thread Michał Górny
commit: 6e24b0a740aca277f0ddee0e44bfa9c0ae3d678d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 28 21:00:34 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 28 21:08:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e24b0a7

xfce-extra/xfce4-power-manager: Drop old

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

 xfce-extra/xfce4-power-manager/Manifest|  1 -
 .../xfce4-power-manager-1.6.2.ebuild   | 59 --
 2 files changed, 60 deletions(-)

diff --git a/xfce-extra/xfce4-power-manager/Manifest 
b/xfce-extra/xfce4-power-manager/Manifest
index 7e8334dddfb..721b46ea20e 100644
--- a/xfce-extra/xfce4-power-manager/Manifest
+++ b/xfce-extra/xfce4-power-manager/Manifest
@@ -1,3 +1,2 @@
 DIST xfce4-power-manager-1.6.1.tar.bz2 1180710 BLAKE2B 
bffb5f00a42a3242a0b9d35b48fe6d9813d3292757844e911a8e71d05cb59f2f91d93ab5a77ac15ae35c90ccfa60ce39db23bc94a0350232538c8621fec4473f
 SHA512 
b81ce1b35892a6cd0b1d4fb590ccc25b906cde6f782de2fffbe78ea89e00df15e51ea1f47576c173b7512cd617f5142868fca8cf81519b6fe165a5ecc67a5478
-DIST xfce4-power-manager-1.6.2.tar.bz2 1212990 BLAKE2B 
d037c7fa9fae435c508d6d1656d191d763e7369938dc7158c7c8910a161f98fa20926bdd088a3a65c73e20b536150b12db883915ae95059edcd10c307c344037
 SHA512 
d1c475ad3cf194c19a2ad1decc4c80a9f504d74b64dec71887c14c576cd5a2932799cd0068f6356a15590fa67c6d0434401ad36b7a2fa6a3b62d51290cd7b68c
 DIST xfce4-power-manager-1.6.3.tar.bz2 1216971 BLAKE2B 
872011a6d18841aa7b9cfee3b9aa91e75b7db95a77dd8ac3484ebdc5d289c375a7c805d8638650e72870b8eaddd71bfac74a5e3f568b8ca1366160c972c61cc4
 SHA512 
4a3c629bf14b3214d57df9b9a5fc77ec675e02c300c508525634bcaf38d94ab0f6e125ea5ec7bd41c1d0c3d065dfb3ab1937ee7f1006adc0093142f466950c6b

diff --git a/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.2.ebuild 
b/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.2.ebuild
deleted file mode 100644
index 2307374a5d7..000
--- a/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2-utils
-
-DESCRIPTION="Power manager for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-power-manager";
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="debug kernel_linux networkmanager +panel-plugin policykit"
-
-COMMON_DEPEND=">=dev-libs/glib-2.42:=
-   >=sys-power/upower-0.99.0
-   sys-power/pm-utils
-   >=x11-libs/gtk+-3.14:3=
-   >=x11-libs/libnotify-0.7:=
-   x11-libs/libX11:=
-   >=x11-libs/libXrandr-1.2:=
-   x11-libs/libXext:=
-   x11-libs/libXtst:=
-   >=xfce-base/xfconf-4.12:=
-   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-   >=xfce-base/libxfce4util-4.12:=
-   panel-plugin? ( >=xfce-base/xfce4-panel-4.12:= )
-   policykit? ( >=sys-auth/polkit-0.112 )"
-RDEPEND="${COMMON_DEPEND}
-   networkmanager? ( net-misc/networkmanager )"
-DEPEND="${COMMON_DEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-   x11-base/xorg-proto"
-
-src_configure() {
-   local myconf=(
-   $(use_enable policykit polkit)
-   $(use_enable networkmanager network-manager)
-   $(use_enable panel-plugin xfce4panel)
-   )
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



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

2019-07-28 Thread Lars Wendler
commit: 033ac2d0285c659dd6e2aef0854b1a05c6029b67
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Jul 28 21:04:06 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Jul 28 21:04:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=033ac2d0

net-misc/dhcpcd: Removed unused patches

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Lars Wendler  gentoo.org>

 .../files/dhcpcd-7.1.1-disable_inet6_fix.patch |  24 ---
 net-misc/dhcpcd/files/dhcpcd-7.1.1-overflows.patch | 213 -
 .../files/dhcpcd-7.1.1-v6_read_overflow.patch  | 120 
 3 files changed, 357 deletions(-)

diff --git a/net-misc/dhcpcd/files/dhcpcd-7.1.1-disable_inet6_fix.patch 
b/net-misc/dhcpcd/files/dhcpcd-7.1.1-disable_inet6_fix.patch
deleted file mode 100644
index 2fd3a17428f..000
--- a/net-misc/dhcpcd/files/dhcpcd-7.1.1-disable_inet6_fix.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 6db54edd1427823dcb3924be78c042915a825fb1 Mon Sep 17 00:00:00 2001
-From: Chris Clayton 
-Date: Fri, 8 Feb 2019 16:35:36 +
-Subject: fix build with --disable-inet6
-

- src/dhcpcd.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/dhcpcd.c b/src/dhcpcd.c
-index a2cd04e..6fe60ea 100644
 a/src/dhcpcd.c
-+++ b/src/dhcpcd.c
-@@ -54,6 +54,7 @@ const char dhcpcd_copyright[] = "Copyright (c) 2006-2019 Roy 
Marples";
- #include "dev.h"
- #include "dhcp-common.h"
- #include "dhcpcd.h"
-+#include "dhcp.h"
- #include "dhcp6.h"
- #include "duid.h"
- #include "eloop.h"
--- 
-cgit v1.1
-

diff --git a/net-misc/dhcpcd/files/dhcpcd-7.1.1-overflows.patch 
b/net-misc/dhcpcd/files/dhcpcd-7.1.1-overflows.patch
deleted file mode 100644
index 6ec780936a8..000
--- a/net-misc/dhcpcd/files/dhcpcd-7.1.1-overflows.patch
+++ /dev/null
@@ -1,213 +0,0 @@
-https://roy.marples.name/git/dhcpcd.git/patch/?id=23525884a346ed81c808c1ed90e3c56a8bf0cc68
-
-From 8d11b33f6c60e2db257130fa383ba76b6018bcf6 Mon Sep 17 00:00:00 2001
-From: Roy Marples 
-Date: Fri, 19 Apr 2019 09:45:02 +0100
-Subject: DHCPv6: Fix a potential buffer overflow reading NA/TA addresses
-
-Only copy upto the size of the address option rather than the
-option length.
-
-Found by Maxime Villard 

- src/dhcp6.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/dhcp6.c b/src/dhcp6.c
-index 99a452b..8fc4f00 100644
 a/src/dhcp6.c
-+++ b/src/dhcp6.c
-@@ -2029,12 +2029,12 @@ dhcp6_findna(struct interface *ifp, uint16_t ot, const 
uint8_t *iaid,
-   nd = o + ol;
-   l -= (size_t)(nd - d);
-   d = nd;
--  if (ol < 24) {
-+  if (ol < sizeof(ia)) {
-   errno = EINVAL;
-   logerrx("%s: IA Address option truncated", ifp->name);
-   continue;
-   }
--  memcpy(&ia, o, ol);
-+  memcpy(&ia, o, sizeof(ia));
-   ia.pltime = ntohl(ia.pltime);
-   ia.vltime = ntohl(ia.vltime);
-   /* RFC 3315 22.6 */
--- 
-cgit v1.1
-
-
-From 4b67f6f1038fd4ad5ca7734eaaeba1b2ec4816b8 Mon Sep 17 00:00:00 2001
-From: Roy Marples 
-Date: Fri, 19 Apr 2019 21:00:19 +0100
-Subject: DHCP: Fix a potential 1 byte read overflow with DHO_OPTSOVERLOADED
-
-This fix basically moves the option length check up and also
-corrects an off by one error with it.
-
-Thanks to Maxime Villard 

- src/dhcp.c | 10 ++
- 1 file changed, 6 insertions(+), 4 deletions(-)
-
-diff --git a/src/dhcp.c b/src/dhcp.c
-index f7cdefc..e13d1b4 100644
 a/src/dhcp.c
-+++ b/src/dhcp.c
-@@ -215,6 +215,12 @@ get_option(struct dhcpcd_ctx *ctx,
-   }
-   l = *p++;
- 
-+  /* Check we can read the option data, if present */
-+  if (p + l > e) {
-+  errno = EINVAL;
-+  return NULL;
-+  }
-+
-   if (o == DHO_OPTSOVERLOADED) {
-   /* Ensure we only get this option once by setting
-* the last bit as well as the value.
-@@ -249,10 +255,6 @@ get_option(struct dhcpcd_ctx *ctx,
-   bp += ol;
-   }
-   ol = l;
--  if (p + ol >= e) {
--  errno = EINVAL;
--  return NULL;
--  }
-   op = p;
-   bl += ol;
-   }
--- 
-cgit v1.1
-
-
-From 7121040790b611ca3fbc400a1bbcd4364ef57233 Mon Sep 17 00:00:00 2001
-From: Roy Marples 
-Date: Fri, 19 Apr 2019 21:40:14 +0100
-Subject: auth: Use consttime_memequal(3) to compare hashes
-
-This stops any attacker from trying to infer secrets from latency.
-
-Thanks to Maxime Villard 

- src/auth.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/auth.c b/src/auth.c
-index 9e24998..ce97051 100644
 a/src/auth.c
-+++ b/src/auth.c
-@@ -

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

2019-07-28 Thread Jeroen Roovers
commit: af6597c492871a88539c2b30fe910ec3e72a37c1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jul 28 21:01:16 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jul 28 21:01:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af6597c4

app-admin/sysstat: Old

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Jeroen Roovers  gentoo.org>

 app-admin/sysstat/Manifest |  2 -
 app-admin/sysstat/files/sysstat-10.0.4-flags.patch | 31 
 app-admin/sysstat/metadata.xml |  7 +-
 app-admin/sysstat/sysstat-11.4.0.ebuild| 92 --
 app-admin/sysstat/sysstat-12.0.4.ebuild| 85 
 5 files changed, 2 insertions(+), 215 deletions(-)

diff --git a/app-admin/sysstat/Manifest b/app-admin/sysstat/Manifest
index 60a9dda7c16..9a4509a3dc5 100644
--- a/app-admin/sysstat/Manifest
+++ b/app-admin/sysstat/Manifest
@@ -1,5 +1,3 @@
-DIST sysstat-11.4.0.tar.xz 343968 BLAKE2B 
e34da8cf0216f66fad3ade0ed40e8ec3b7641f7568ebcce5bc3122f888c90885ece346bf7f4f8e71e92435257ee5c6c0e5a89913c0e22a0ad28fa1018a73ea71
 SHA512 
4a5c81d75fdbc8dcaf80685f302688c39bd7143554e5a06cb324532ddb5180caac19b261182d5320f40b317bdb1e81664887acc7cedfeb5a95dc6ad37a898604
-DIST sysstat-12.0.4.tar.gz 711554 BLAKE2B 
b671e185d70787f5773d6824a9838ddd5d5f537c66ac37895f88b6bbddbb78b4d81efa6f962e3b812d025b361ce388583811d4f199e1ffcfe1ba0f2119b6eb88
 SHA512 
0a47e2b692ac3317cfd72784f21cc03970d7673727c579d403895df0377d09836a1dc76ee5d99076f2c9347f033059d000d982f33ef915130c3a89afdd6dad96
 DIST sysstat-12.0.5.tar.gz 711967 BLAKE2B 
96aa49d82e71407dbd99d840ca5f71af83f54ba6315c858fae71f97290e8cf9c4f5358ad6389c7489366a62667c35835151e3187382a56c98153d3a04bcc2b8d
 SHA512 
c1061f1af35430e81e488e4b2f18b8588ec4f3c419ade004c49ca24baf60b5b76a6a59eb25f3b17b51a9f60c5833a914a514872d0235b2ca405341a2f4a32cb3
 DIST sysstat-12.1.4.tar.gz 738031 BLAKE2B 
6803a727bb67e5027400f684d9d93efa6ca22526a1363e04f8bce06a6cd300d4ebf7e02c8f9048fc25794974efa38117dacdf12831bee4bfd43fe40d0b34dbb6
 SHA512 
e60721408861045bcb1a52b170682df54631926bf4eef5a2709e25b1469c13377026bac3e51f5eeed11c7149b916c00bf5c06a2ff65d9c28063de1ae108b61c2
 DIST sysstat-12.1.5.tar.gz 1032031 BLAKE2B 
9fbc0c0d132983daa334345f1f83ac8a46092cf52f35bafd443febd8ce40e4ab11b5b9b05b92e4074ecf9feab682035b2e08094ce10f3287036821be57db0800
 SHA512 
9dbc44b0226efc2f219ff71d2f0b83c930263fe8d6d0b451ae8404b3056558de04c76c16f2e8ba62083cde3a37cabbcd466d9247bd61ba5921dbc2ab6a1f686b

diff --git a/app-admin/sysstat/files/sysstat-10.0.4-flags.patch 
b/app-admin/sysstat/files/sysstat-10.0.4-flags.patch
deleted file mode 100644
index 402e7d604b1..000
--- a/app-admin/sysstat/files/sysstat-10.0.4-flags.patch
+++ /dev/null
@@ -1,31 +0,0 @@
 a/Makefile.in
-+++ b/Makefile.in
-@@ -69,9 +69,8 @@
- SYSCONFIG_DIR = @SYSCONFIG_DIR@
- 
- # Compiler flags
--CFLAGS = @CFLAGS@ -Wall -Wstrict-prototypes -pipe -O2
-+CFLAGS = @CFLAGS@ -Wall -Wstrict-prototypes 
- DFLAGS = @DFLAGS@
--LFLAGS = @STRIP@
- DFLAGS += -DSA_DIR=\"$(SA_DIR)\" -DSADC_PATH=\"$(SADC_PATH)\"
- DFLAGS += $(DFSENSORS)
- 
-@@ -154,7 +153,7 @@
-   $(CC) -o $@ -c $(CFLAGS) $(DFLAGS) $<
- 
- % : %.o
--  $(CC) -o $@ $(CFLAGS) $^ $(LFLAGS)
-+  $(CC) -o $@ $(CFLAGS) $(LFLAGS) $^ $(LIBS)
- 
- all: sadc sar sadf iostat mpstat pidstat nfsiostat cifsiostat locales
- 
-@@ -196,7 +195,7 @@
- 
- sadc.o: sadc.c sa.h version.h common.h ioconf.h sysconfig.h rd_stats.h 
rd_sensors.h
- 
--sadc: LFLAGS += $(LFSENSORS)
-+sadc: LIBS = $(LFSENSORS)
- sadc: sadc.o act_sadc.o sa_wrap.o sa_common.o librdstats.a librdsensors.a 
libsyscom.a
- 
- sar.o: sar.c sa.h version.h common.h ioconf.h pr_stats.h sysconfig.h

diff --git a/app-admin/sysstat/metadata.xml b/app-admin/sysstat/metadata.xml
index b62be507057..a8fb4331294 100644
--- a/app-admin/sysstat/metadata.xml
+++ b/app-admin/sysstat/metadata.xml
@@ -2,10 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 
 
-   j...@gentoo.org
-   Jeroen Roovers
+j...@gentoo.org
+Jeroen Roovers
 
-
-   Install isag, the Interactive System Activity Graph 
tool
-
 

diff --git a/app-admin/sysstat/sysstat-11.4.0.ebuild 
b/app-admin/sysstat/sysstat-11.4.0.ebuild
deleted file mode 100644
index ed42ea423d3..000
--- a/app-admin/sysstat/sysstat-11.4.0.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils flag-o-matic multilib systemd toolchain-funcs
-
-DESCRIPTION="System performance tools for Linux"
-HOMEPAGE="http://pagesperso-orange.fr/sebastien.godard/";
-SRC_URI="${HOMEPAGE}${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~m68k ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
-IUSE="debug isag nls lm_sensors selinux static"
-
-CDEPEND="
-   isag? (
-   dev-lang/tk:0
-   dev-vcs/rcs
-   sci-visualization/gnupl

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

2019-07-28 Thread William Hubbs
commit: 8759f1ebf569ea918ae47baeb27c76c1c83b48d1
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Jul 28 20:33:51 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Jul 28 20:34:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8759f1eb

net-misc/dhcpcd: repoman fix: add ~m68k to 8.x and live ebuild

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: William Hubbs  gentoo.org>

 net-misc/dhcpcd/dhcpcd-8.0.1-r1.ebuild | 2 +-
 net-misc/dhcpcd/dhcpcd-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/dhcpcd/dhcpcd-8.0.1-r1.ebuild 
b/net-misc/dhcpcd/dhcpcd-8.0.1-r1.ebuild
index 6f8f030328e..2c0d5a53ff0 100644
--- a/net-misc/dhcpcd/dhcpcd-8.0.1-r1.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-8.0.1-r1.ebuild
@@ -13,7 +13,7 @@ else
MY_P="${MY_P/_beta/-beta}"
MY_P="${MY_P/_rc/-rc}"
SRC_URI="https://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
S="${WORKDIR}/${MY_P}"
 fi
 

diff --git a/net-misc/dhcpcd/dhcpcd-.ebuild 
b/net-misc/dhcpcd/dhcpcd-.ebuild
index 491c778680e..d8940210a7b 100644
--- a/net-misc/dhcpcd/dhcpcd-.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-.ebuild
@@ -13,7 +13,7 @@ else
MY_P="${MY_P/_beta/-beta}"
MY_P="${MY_P/_rc/-rc}"
SRC_URI="https://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
S="${WORKDIR}/${MY_P}"
 fi
 



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

2019-07-28 Thread Mikle Kolyada
commit: 75350df36d05df6259828fc07454d50e9390a2bd
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 20:31:27 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 20:31:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75350df3

dev-python/msgpack: arm stable wrt bug #686626

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/msgpack/msgpack-0.5.6.ebuild 
b/dev-python/msgpack/msgpack-0.5.6.ebuild
index 3d069eb9c6a..11d87a6d274 100644
--- a/dev-python/msgpack/msgpack-0.5.6.ebuild
+++ b/dev-python/msgpack/msgpack-0.5.6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc x86"
+KEYWORDS="amd64 arm ~arm64 ppc x86"
 IUSE="+native-extensions test"
 
 DEPEND="



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

2019-07-28 Thread Mikle Kolyada
commit: 00a39b0c6cc10dff3f9a2373c36245c699d5f4cd
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 20:30:31 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 20:30:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00a39b0c

dev-libs/libical: arm stable wrt bug #688490

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-libs/libical/libical-3.0.5.ebuild 
b/dev-libs/libical/libical-3.0.5.ebuild
index 5bf9fd73e6d..c15ce614721 100644
--- a/dev-libs/libical/libical-3.0.5.ebuild
+++ b/dev-libs/libical/libical-3.0.5.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz";
 
 LICENSE="|| ( MPL-2.0 LGPL-2.1 )"
 SLOT="0/3"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
 IUSE="berkdb doc examples static-libs test"
 
 BDEPEND="



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

2019-07-28 Thread Ulrich Müller
commit: fc1da44075b60ec8af7b9641cb3cf38a5495effb
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Jul 28 20:28:40 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Jul 28 20:29:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc1da440

sci-visualization/gnuplot: Remove old.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Ulrich Müller  gentoo.org>

 sci-visualization/gnuplot/Manifest |   1 -
 sci-visualization/gnuplot/gnuplot-5.2.5.ebuild | 210 -
 2 files changed, 211 deletions(-)

diff --git a/sci-visualization/gnuplot/Manifest 
b/sci-visualization/gnuplot/Manifest
index eebac593a07..542e3e28fba 100644
--- a/sci-visualization/gnuplot/Manifest
+++ b/sci-visualization/gnuplot/Manifest
@@ -1,4 +1,3 @@
 DIST gnuplot-5.0.7.tar.gz 5100186 BLAKE2B 
97fcefa12148fc2b581113c5283eb09217e87858ae293931758d0bb595fd7aaca4671216956211a3d30492be35f91809a975c9c80c25861c477e9235a8b5b309
 SHA512 
5d7241dc1472f87af8632110a1e88f83b5ea3f41e1bc8c89a45dc4662a3071d91a25bf9ae5196a2b8bef09c8079c22f635bb947c02def3416d78880d61eea919
-DIST gnuplot-5.2.5.tar.gz 5305288 BLAKE2B 
e9ba602cb8ae8f5f24758fcf8dc4f6e7530fe0286370fdf02e01a19be073c4d93ac1d03f3e1f1154212e269124f1c5305a22814d19f6e6989d70d8e1fb68f8f5
 SHA512 
e516f33b678963e13c2464679efec6c387e57df4f92a57d319baec8bbd29ab46e545cd5d70b2d17644d734040892769da745b8a5441467dcdb8f9c892a493ca4
 DIST gnuplot-5.2.6.tar.gz 5321601 BLAKE2B 
4281ba29926ee7fc046b48006fed6513dd3a9ee8bd3a6aa41c5782c5162bfc8af64ffdfec77d4996af6a634f5f3424404eab77c0efd91c65bd34412f5b8f17c7
 SHA512 
557c0d00c951055ca03ef0f2b262e96b8013da4fedeb64dc5325fabd94772144fd2fe7bfa9d159fa47ab76695109cb4d3f01fc5bfa996df4576aee0eebe36a90
 DIST gnuplot-5.2.7.tar.gz 5335673 BLAKE2B 
6ca3055f6bb2e032562c7f21beda0adca1087598c7bacc9ab187c7ea4a3d85e08598ddb0ff0660bca081bc17899dbb92bbfbb6acde8b7b5367f12da7a2a14b62
 SHA512 
f6b77e16b25e5705ea9dad4f89ed5f5a3cf95d3e4215da00be3cbfbcdeee23009e9205156399448526783f25b5b7599b674670c94c01345abafeff74f6c7de93

diff --git a/sci-visualization/gnuplot/gnuplot-5.2.5.ebuild 
b/sci-visualization/gnuplot/gnuplot-5.2.5.ebuild
deleted file mode 100644
index 5cd99e17d71..000
--- a/sci-visualization/gnuplot/gnuplot-5.2.5.ebuild
+++ /dev/null
@@ -1,210 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic readme.gentoo-r1 toolchain-funcs wxwidgets
-
-DESCRIPTION="Command-line driven interactive plotting program"
-HOMEPAGE="http://www.gnuplot.info/";
-
-if [[ -z ${PV%%*} ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://git.code.sf.net/p/gnuplot/gnuplot-main";
-   EGIT_BRANCH="branch-5-2-stable"
-   MY_P="${PN}"
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${MY_P}"
-else
-   MY_P="${P/_/.}"
-   SRC_URI="mirror://sourceforge/gnuplot/${MY_P}.tar.gz"
-   KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 ~s390 ~sparc x86 
~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-fi
-
-LICENSE="gnuplot bitmap? ( free-noncomm )"
-SLOT="0"
-IUSE="aqua bitmap cairo compat doc examples +gd ggi latex libcaca libcerf lua 
qt5 readline regis svga wxwidgets X"
-
-RDEPEND="
-   cairo? (
-   x11-libs/cairo
-   x11-libs/pango )
-   gd? ( >=media-libs/gd-2.0.35-r3:2=[png] )
-   ggi? ( media-libs/libggi )
-   latex? (
-   virtual/latex-base
-   lua? (
-   dev-tex/pgf
-   >=dev-texlive/texlive-latexrecommended-2008-r2 ) )
-   libcaca? ( media-libs/libcaca )
-   lua? ( dev-lang/lua:0 )
-   qt5? ( dev-qt/qtcore:5=
-   dev-qt/qtgui:5=
-   dev-qt/qtnetwork:5=
-   dev-qt/qtprintsupport:5=
-   dev-qt/qtsvg:5=
-   dev-qt/qtwidgets:5= )
-   readline? ( sys-libs/readline:0= )
-   libcerf? ( sci-libs/libcerf )
-   svga? ( media-libs/svgalib )
-   wxwidgets? (
-   x11-libs/wxGTK:3.0[X]
-   x11-libs/cairo
-   x11-libs/pango
-   x11-libs/gtk+:2 )
-   X? ( x11-libs/libXaw )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? (
-   virtual/latex-base
-   dev-texlive/texlive-latexextra
-   app-text/ghostscript-gpl )
-   qt5? ( dev-qt/linguist-tools:5 )"
-
-S="${WORKDIR}/${MY_P}"
-
-GP_VERSION="${PV%.*}"
-E_SITEFILE="lisp/50${PN}-gentoo.el"
-TEXMF="${EPREFIX}/usr/share/texmf-site"
-
-src_prepare() {
-   eapply "${FILESDIR}"/${PN}-5.0.1-fix-underlinking.patch
-   eapply "${FILESDIR}"/${PN}-5.0.6-no-picins.patch
-   eapply "${FILESDIR}"/${PN}-5.2.2-regis.patch
-   eapply_user
-
-   if [[ -z ${PV%%*} ]]; then
-   local dir
-   for dir in config demo m4 term tutorial; do
-   emake -C 

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

2019-07-28 Thread Mikle Kolyada
commit: 9bc3f71b566a9273e8dcd5bde16b86f3c54f8d3e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 20:29:33 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 20:29:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bc3f71b

net-misc/lksctp-tools: arm stable wrt bug #686242

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/net-misc/lksctp-tools/lksctp-tools-1.0.18-r1.ebuild 
b/net-misc/lksctp-tools/lksctp-tools-1.0.18-r1.ebuild
index 73ff468334c..70bbef99082 100644
--- a/net-misc/lksctp-tools/lksctp-tools-1.0.18-r1.ebuild
+++ b/net-misc/lksctp-tools/lksctp-tools-1.0.18-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/sctp/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="|| ( GPL-2+ LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc ~x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc ~x86"
 IUSE="kernel_linux static-libs"
 
 # This is only supposed to work with Linux to begin with.



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

2019-07-28 Thread William Hubbs
commit: f765f8f836f6a87b8081807a58385873cffa305a
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Jul 28 20:26:31 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Jul 28 20:29:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f765f8f8

net-misc/dhcpcd: remove 7.1.1-r3

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: William Hubbs  gentoo.org>

 net-misc/dhcpcd/Manifest   |   1 -
 net-misc/dhcpcd/dhcpcd-7.1.1-r3.ebuild | 154 -
 2 files changed, 155 deletions(-)

diff --git a/net-misc/dhcpcd/Manifest b/net-misc/dhcpcd/Manifest
index a48d7f266da..a53214c 100644
--- a/net-misc/dhcpcd/Manifest
+++ b/net-misc/dhcpcd/Manifest
@@ -1,3 +1,2 @@
-DIST dhcpcd-7.1.1.tar.xz 211788 BLAKE2B 
984ec97ffdcb15883f57f9e2a699a7c8f006b2630e7651ab9d55e7a980045f8891f09d9f7be420969203a59671d097a1ed76621fe4a62ff26a5020fc8becfe69
 SHA512 
8791e718d65ef8ae23a16b98e82824860fa91914e6eb0a42cdbbca28236c1c38005ada44214bde33aac57152fe675debebdb5d141b67dcfc82012996d8337bb4
 DIST dhcpcd-7.2.3.tar.xz 213552 BLAKE2B 
5f89e11424b85702b05da6207ec346480c029de1416cc8892471de428ca0a4395a8915700e2237bfa2b133648973bc2a7c7d15aa2d0ba492f96fbf3908d7f613
 SHA512 
271cca422fad10eaf842acfd5b590c0ad537f5f23ee919a3928d8ad98463ab03bde21c0bc08741ea9618ee31095160a7c00066155eae2c74b17c49af65ba566f
 DIST dhcpcd-8.0.1.tar.xz 221716 BLAKE2B 
597831ed9a965170d0dc9ffdaa8ab34e209b14fa6183ed7a0b915f545d654db32d0994eb9e6f12953f5b81220abfc186ac72da1cd3e60f8b0cdee21da4be56dd
 SHA512 
2931345fb50b63a49ee97b290dbb236895dd13a19ce17bf40b50797cf93ea959272de698718593f882ba0c35e2f733b5476135759f46bd04a8e8f11e81ba9f3f

diff --git a/net-misc/dhcpcd/dhcpcd-7.1.1-r3.ebuild 
b/net-misc/dhcpcd/dhcpcd-7.1.1-r3.ebuild
deleted file mode 100644
index 15d28a11404..000
--- a/net-misc/dhcpcd/dhcpcd-7.1.1-r3.ebuild
+++ /dev/null
@@ -1,154 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit systemd toolchain-funcs
-
-if [[ ${PV} == "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://roy.marples.name/git/dhcpcd.git";
-else
-   MY_P="${P/_alpha/-alpha}"
-   MY_P="${MY_P/_beta/-beta}"
-   MY_P="${MY_P/_rc/-rc}"
-   SRC_URI="https://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz";
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-   S="${WORKDIR}/${MY_P}"
-fi
-
-DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client"
-HOMEPAGE="https://roy.marples.name/projects/dhcpcd";
-LICENSE="BSD-2"
-SLOT="0"
-IUSE="elibc_glibc +embedded ipv6 kernel_linux +udev"
-
-COMMON_DEPEND="udev? ( virtual/udev )"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-disable_inet6_fix.patch #677508
-   "${FILESDIR}"/${P}-overflows.patch #684430
-   "${FILESDIR}"/${P}-v6_read_overflow.patch #685264
-)
-
-src_configure() {
-   local dev hooks=() rundir
-   use udev || dev="--without-dev --without-udev"
-   hooks=( --with-hook=ntp.conf )
-   use elibc_glibc && hooks+=( --with-hook=yp.conf )
-   use kernel_linux && rundir="--rundir=${EPREFIX}/run"
-   local myeconfargs=(
-   --prefix="${EPREFIX}"
-   --libexecdir="${EPREFIX}/lib/dhcpcd"
-   --dbdir="${EPREFIX}/var/lib/dhcpcd"
-   --localstatedir="${EPREFIX}/var"
-   ${rundir}
-   $(use_enable embedded)
-   $(use_enable ipv6)
-   ${dev}
-   CC="$(tc-getCC)"
-   ${hooks[@]}
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   keepdir /var/lib/dhcpcd
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   systemd_dounit "${FILESDIR}"/${PN}.service
-}
-
-pkg_postinst() {
-   local dbdir="${EROOT%/}"/var/lib/dhcpcd old_files=()
-
-   local old_old_duid="${EROOT%/}"/var/lib/dhcpcd/dhcpcd.duid
-   local old_duid="${EROOT%/}"/etc/dhcpcd.duid
-   local new_duid="${dbdir}"/duid
-   if [[ -e "${old_old_duid}" ]] ; then
-   # Upgrade the duid file to the new format if needed
-   if ! grep -q '..:..:..:..:..:..' "${old_old_duid}"; then
-   sed -i -e 's/\(..\)/\1:/g; s/:$//g' "${old_old_duid}"
-   fi
-
-   # Move the duid to /etc, a more sensible location
-   if [[ ! -e "${old_duid}" ]] ; then
-   cp -p "${old_old_duid}" "${new_duid}"
-   fi
-   old_files+=( "${old_old_duid}" )
-   fi
-
-   # dhcpcd-7 moves the files out of /etc
-   if [[ -e "${old_duid}" ]] ; then
-   if [[ ! -e "${new_duid}" ]] ; then
-   cp -p "${old_duid}" "${new_duid}"
-   fi
-   old_files+=( "${old_duid}" )
-   fi
-   local 

[gentoo-commits] repo/gentoo:master commit in: app-arch/lbzip2/

2019-07-28 Thread Mikle Kolyada
commit: 506459c0efa8e973941df1611ab47e675c7ee770
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 20:28:01 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 20:29:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=506459c0

app-arch/lbzip2: arm stable wrt bug #686664

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-arch/lbzip2/lbzip2-2.5_p20181227.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lbzip2/lbzip2-2.5_p20181227.ebuild 
b/app-arch/lbzip2/lbzip2-2.5_p20181227.ebuild
index 7df4240e21b..3134f4ad3e2 100644
--- a/app-arch/lbzip2/lbzip2-2.5_p20181227.ebuild
+++ b/app-arch/lbzip2/lbzip2-2.5_p20181227.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://dev.gentoo.org/~whissi/dist/${PN}/${P}.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug symlink"
 
 RDEPEND="symlink? ( !app-arch/pbzip2[symlink] )"



[gentoo-commits] repo/gentoo:master commit in: app-arch/lbzip2/

2019-07-28 Thread Mikle Kolyada
commit: 1cfa3bd55c2a4fd559cc93ca92a4e911c1ff0fa0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 20:28:38 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 20:29:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cfa3bd5

app-arch/lbzip2: sh stable wrt bug #686664

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="sh"
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-arch/lbzip2/lbzip2-2.5_p20181227.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lbzip2/lbzip2-2.5_p20181227.ebuild 
b/app-arch/lbzip2/lbzip2-2.5_p20181227.ebuild
index e83b9c86732..7e5511578cc 100644
--- a/app-arch/lbzip2/lbzip2-2.5_p20181227.ebuild
+++ b/app-arch/lbzip2/lbzip2-2.5_p20181227.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://dev.gentoo.org/~whissi/dist/${PN}/${P}.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug symlink"
 
 RDEPEND="symlink? ( !app-arch/pbzip2[symlink] )"



[gentoo-commits] repo/gentoo:master commit in: app-arch/lbzip2/

2019-07-28 Thread Mikle Kolyada
commit: 951f282d6c85a13255808f58f5697ee9cf572804
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 20:28:20 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 20:29:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=951f282d

app-arch/lbzip2: m68k stable wrt bug #686664

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="m68k"
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-arch/lbzip2/lbzip2-2.5_p20181227.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lbzip2/lbzip2-2.5_p20181227.ebuild 
b/app-arch/lbzip2/lbzip2-2.5_p20181227.ebuild
index 3134f4ad3e2..e83b9c86732 100644
--- a/app-arch/lbzip2/lbzip2-2.5_p20181227.ebuild
+++ b/app-arch/lbzip2/lbzip2-2.5_p20181227.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://dev.gentoo.org/~whissi/dist/${PN}/${P}.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 ~sh 
sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug symlink"
 
 RDEPEND="symlink? ( !app-arch/pbzip2[symlink] )"



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

2019-07-28 Thread Mike Pagano
commit: b88237a3d0de3852c80f20df4fbfe4b2b5a3bb20
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Jul 28 20:28:45 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Jul 28 20:28:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b88237a3

sys-kernel/vanilla-sources: Bump 5.1.21 and remove old.

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Mike Pagano  gentoo.org>

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

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index a2014ef3356..e2c2b2c590b 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -10,5 +10,5 @@ DIST patch-4.14.134.xz 2707028 BLAKE2B 
c61ee974aa683ab0d37ce22b10b837a559403265f
 DIST patch-4.19.62.xz 1597492 BLAKE2B 
7366ec606fb24722dfacbcc33bf8a0bfdbfe0b3284b6eb5f2013cab5f72ddcd03ca79a650bda23886df20d0b59d62c93dcd7bcf3b0e2448ee25e86ce53401cc6
 SHA512 
ed05e3422fce5f44b17b5c1fe9556f1408a7128cbb91de549bfb28d2eea5357eaa2091bde55113a74bc33d528c7a30dcb98caa320f8878c25d731309b600ef98
 DIST patch-4.4.186.xz 2623620 BLAKE2B 
0b1569f17c1dc2eac7b83d5a65381f219f594d62a38df3e6b3c011aa81627e38c0080231630f9a288dbf17e6ab0012a74554c16646fb61676e4420a966e4efd8
 SHA512 
e548d0986a679750446fbbbf86269bc01447a4cccd350890978d56d35b43eaf02c2aad22852fb99e9a04ac7474d873a9d1a931638e52c222a492360562b5bfc1
 DIST patch-4.9.186.xz 2852924 BLAKE2B 
4bb1fe840352a3e2ddbd0f6fff4b4c8bbf7b97dbed194b7ca80f6f73687188ac61c2e5a06d1bf3f8b702fb3ad8309a19a05b2c4969d00abeb9e5bc19ff8eda2c
 SHA512 
140d50ab6aa00f17bf4c7818c241fdd46665a82a5f1d50caed61b25d16a13606a3a7419e42a67ed2a8326fdd3f68fafe95330daf8b883e83903df56a5d1c088b
-DIST patch-5.1.20.xz 632672 BLAKE2B 
9da1a595474c4bce0a0900fae571cc70db342c90be5d76088b25abe1853c888d70dfc1592430edcbaec6487125360c2efeef7bd9e2c29190fdcf91609b68c7fa
 SHA512 
3e34637b0ba16d1c5af2344a6b478b27377bf181e60ce2ede2114d5f31b79363d8005a374c9f8d2c0e7db01306079010e4053504107e8045b1b2904a04aed8ee
+DIST patch-5.1.21.xz 651764 BLAKE2B 
cf928fa0453a3460af3a2889596e49383f975d22c9e891be0096c5d37cde2bdf6391301855504f8c2522d3c8a8433f865f80c6937992be67e9bbe296afae8901
 SHA512 
124bded280ada37ab8af76c11aeb688fcc37f335e2318c5a28ab6bec351e516614540cea0bfa93dfec66c1a74500e39a031deaaf67047b1eca5cbc2cde5f7165
 DIST patch-5.2.4.xz 203332 BLAKE2B 
fad41a652d19de171f4e03649da759c4368949fa5606edb60f6132ea7fdeb82941abda8088acf0e48680c23b8e8a67b821950a8a7dbc5b6db7a10d58229b9b0f
 SHA512 
80a99d02b08b6172ee5763caee62f165e659bba456912b7822b0b3c0e11f49c94e376c30b3ff01f537a27f57a1ad61913f60231f0f4f74eb97be1df83b6ca1a6

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



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

2019-07-28 Thread Mikle Kolyada
commit: 111749c3e4d7ab122e1933d5071c6bd7f78b8dcb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 20:27:09 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 20:27:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=111749c3

dev-python/sip: arm stable wrt bug #689370

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/sip/sip-4.19.17.ebuild 
b/dev-python/sip/sip-4.19.17.ebuild
index ad386ecd839..6317c6a47a2 100644
--- a/dev-python/sip/sip-4.19.17.ebuild
+++ b/dev-python/sip/sip-4.19.17.ebuild
@@ -20,7 +20,7 @@ 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"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2019-07-28 Thread Mikle Kolyada
commit: 1b4dcce08f6406b0619d5d8425b2403707acb8b6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 20:27:15 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 20:27:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b4dcce0

dev-python/PyQtWebEngine: arm stable wrt bug #689370

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/PyQtWebEngine/PyQtWebEngine-5.12.1.ebuild 
b/dev-python/PyQtWebEngine/PyQtWebEngine-5.12.1.ebuild
index 991c1ff3eac..98a5fe34aff 100644
--- a/dev-python/PyQtWebEngine/PyQtWebEngine-5.12.1.ebuild
+++ b/dev-python/PyQtWebEngine/PyQtWebEngine-5.12.1.ebuild
@@ -19,7 +19,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
+KEYWORDS="amd64 arm arm64 x86"
 IUSE="debug"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2019-07-28 Thread Mikle Kolyada
commit: 1312ff662371c7dbbd223dd69e9c4b3ffc6991d9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 20:27:13 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 20:27:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1312ff66

dev-python/PyQt5-sip: arm stable wrt bug #689370

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-python/PyQt5-sip/PyQt5-sip-4.19.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/PyQt5-sip/PyQt5-sip-4.19.17.ebuild 
b/dev-python/PyQt5-sip/PyQt5-sip-4.19.17.ebuild
index df602aaa93a..e48ab8a708c 100644
--- a/dev-python/PyQt5-sip/PyQt5-sip-4.19.17.ebuild
+++ b/dev-python/PyQt5-sip/PyQt5-sip-4.19.17.ebuild
@@ -20,7 +20,7 @@ fi
 # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h
 SLOT="0/12"
 LICENSE="|| ( GPL-2 GPL-3 SIP )"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
 IUSE=""
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2019-07-28 Thread Mikle Kolyada
commit: afdd01011abc063f0900f38acc5dd0d61bff806d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 20:27:12 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 20:27:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afdd0101

dev-python/PyQt5: arm stable wrt bug #689370

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/PyQt5/PyQt5-5.12.2.ebuild 
b/dev-python/PyQt5/PyQt5-5.12.2.ebuild
index 45e119d2b28..522cf5cdf41 100644
--- a/dev-python/PyQt5/PyQt5-5.12.2.ebuild
+++ b/dev-python/PyQt5/PyQt5-5.12.2.ebuild
@@ -19,7 +19,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
 
 # TODO: QtNfc, QtRemoteObjects (Qt >= 5.12)
 IUSE="bluetooth dbus debug declarative designer examples gles2 gui help 
location multimedia



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

2019-07-28 Thread Mikle Kolyada
commit: 7d864705c306c8810ba9fd40ba21072e38d7584b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 20:26:04 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 20:26:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d864705

app-admin/sysstat: arm stable wrt bug #687012

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/app-admin/sysstat/sysstat-12.0.5.ebuild 
b/app-admin/sysstat/sysstat-12.0.5.ebuild
index e4f025dac66..d28c04c0297 100644
--- a/app-admin/sysstat/sysstat-12.0.5.ebuild
+++ b/app-admin/sysstat/sysstat-12.0.5.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~m68k ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~m68k ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
 IUSE="debug nls lm_sensors selinux static"
 
 CDEPEND="



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

2019-07-28 Thread Mikle Kolyada
commit: 428bcd19cf62deff6e1adcc8e492f89e092fea27
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 20:25:19 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 20:25:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=428bcd19

dev-libs/openobex: arm stable wrt bug #687432

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-libs/openobex/openobex-1.7.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/openobex/openobex-1.7.2-r2.ebuild 
b/dev-libs/openobex/openobex-1.7.2-r2.ebuild
index e2a2f7cd5b0..0ca2449f9f2 100644
--- a/dev-libs/openobex/openobex-1.7.2-r2.ebuild
+++ b/dev-libs/openobex/openobex-1.7.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-Source.tar.gz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/2"
-KEYWORDS="amd64 ~arm ~hppa ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 arm ~hppa ppc ppc64 ~sparc x86"
 IUSE="bluetooth doc irda usb"
 
 BDEPEND="



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

2019-07-28 Thread Mikle Kolyada
commit: 65a071d4326bbc2f97bddb5c071f4f3b17bb15b0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 20:24:27 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 20:24:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65a071d4

dev-lang/php: arm stable wrt bug #690154

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-lang/php/php-5.6.40-r4.ebuild | 2 +-
 dev-lang/php/php-7.1.30.ebuild| 2 +-
 dev-lang/php/php-7.2.20.ebuild| 2 +-
 dev-lang/php/php-7.3.7-r1.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

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

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

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

diff --git a/dev-lang/php/php-7.3.7-r1.ebuild b/dev-lang/php/php-7.3.7-r1.ebuild
index c8de16897fe..34041772dbc 100644
--- a/dev-lang/php/php-7.3.7-r1.ebuild
+++ b/dev-lang/php/php-7.3.7-r1.ebuild
@@ -19,7 +19,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 



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

2019-07-28 Thread Mikle Kolyada
commit: 5c8eab9bfd1185f2e18b174bbeb103e3056604e4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 20:22:52 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 20:23:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c8eab9b

sys-fs/xfsprogs: arm stable wrt bug #690276

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/sys-fs/xfsprogs/xfsprogs-4.19.0.ebuild 
b/sys-fs/xfsprogs/xfsprogs-4.19.0.ebuild
index 667dfe7f90c..329f5fb77cb 100644
--- a/sys-fs/xfsprogs/xfsprogs-4.19.0.ebuild
+++ b/sys-fs/xfsprogs/xfsprogs-4.19.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
 IUSE="icu libedit nls readline static-libs"
 
 LIB_DEPEND=">=sys-apps/util-linux-2.17.2[static-libs(+)]



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

2019-07-28 Thread Mikle Kolyada
commit: c77e1520fcb27471b3729859a208fcfa785bce4d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 20:22:34 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 20:23:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c77e1520

sys-fs/xfsprogs: alpha stable wrt bug #690276

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/sys-fs/xfsprogs/xfsprogs-4.19.0.ebuild 
b/sys-fs/xfsprogs/xfsprogs-4.19.0.ebuild
index 99d92cc28bf..667dfe7f90c 100644
--- a/sys-fs/xfsprogs/xfsprogs-4.19.0.ebuild
+++ b/sys-fs/xfsprogs/xfsprogs-4.19.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
 IUSE="icu libedit nls readline static-libs"
 
 LIB_DEPEND=">=sys-apps/util-linux-2.17.2[static-libs(+)]



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

2019-07-28 Thread Mikle Kolyada
commit: a076c8b12b6927fa3ca34cd57b7cbee81d20c17b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 20:23:11 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 20:23:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a076c8b1

sys-fs/xfsprogs: sh stable wrt bug #690276

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="sh"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/sys-fs/xfsprogs/xfsprogs-4.19.0.ebuild 
b/sys-fs/xfsprogs/xfsprogs-4.19.0.ebuild
index 329f5fb77cb..2f8e9a1c6ef 100644
--- a/sys-fs/xfsprogs/xfsprogs-4.19.0.ebuild
+++ b/sys-fs/xfsprogs/xfsprogs-4.19.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
 IUSE="icu libedit nls readline static-libs"
 
 LIB_DEPEND=">=sys-apps/util-linux-2.17.2[static-libs(+)]



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

2019-07-28 Thread Mart Raudsepp
commit: 5ca71b7a2ee06d6549e8e4ff537e031445c63f8c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 28 20:19:23 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 28 20:22:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca71b7a

dev-libs/libdazzle: explicitly disable rdtscp and add reason comments

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

 dev-libs/libdazzle/libdazzle-3.32.3.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libdazzle/libdazzle-3.32.3.ebuild 
b/dev-libs/libdazzle/libdazzle-3.32.3.ebuild
index ac1010df863..22a3edefeeb 100644
--- a/dev-libs/libdazzle/libdazzle-3.32.3.ebuild
+++ b/dev-libs/libdazzle/libdazzle-3.32.3.ebuild
@@ -41,7 +41,10 @@ src_configure() {
local emesonargs=(
-Denable_tracing=false # extra trace debugging that would make 
things slower
-Denable_profiling=false # -pg passing
-   # -Denable_rdtscp=false # TODO: CPU_FLAGS_X86 for it?
+   # On linux it'll always use a vdso based implementation that is 
even faster
+   # than rdtscp insn, thus never build with rdtscp until we don't 
support non-linux
+   # as the rdtscp using function will never get called anyways.
+   -Denable_rdtscp=false
-Denable_tools=true # /usr/bin/dazzle-list-counters
$(meson_use introspection with_introspection)
$(meson_use vala with_vapi)



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

2019-07-28 Thread Mart Raudsepp
commit: 50dab61f330019e9173d8f24c424de5e12451831
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 28 20:21:39 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 28 20:22:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50dab61f

dev-libs/glib: security cleanup

Bug: https://bugs.gentoo.org/690498
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-libs/glib/glib-2.58.3.ebuild | 310 ---
 1 file changed, 310 deletions(-)

diff --git a/dev-libs/glib/glib-2.58.3.ebuild b/dev-libs/glib/glib-2.58.3.ebuild
deleted file mode 100644
index c06063efcc3..000
--- a/dev-libs/glib/glib-2.58.3.ebuild
+++ /dev/null
@@ -1,310 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
-GNOME2_EAUTORECONF=yes
-
-inherit autotools bash-completion-r1 epunt-cxx flag-o-matic gnome2 libtool 
linux-info \
-   multilib multilib-minimal pax-utils python-any-r1 toolchain-funcs 
virtualx
-
-# Until bug #537330 glib is a reverse dependency of pkgconfig and, then
-# adding new dependencies end up making stage3 to grow. Every addition needs
-# then to be think very closely.
-
-DESCRIPTION="The GLib library of C routines"
-HOMEPAGE="https://www.gtk.org/";
-SRC_URI="${SRC_URI}
-   https://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz"; # 
pkg.m4 for eautoreconf
-
-LICENSE="LGPL-2.1+"
-SLOT="2"
-IUSE="dbus debug fam gtk-doc kernel_linux +mime selinux static-libs systemtap 
test utils xattr"
-
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-
-# Added util-linux multilib dependency to have libmount support (which
-# is always turned on on linux systems, unless explicitly disabled, but
-# this ebuild does not do that anyway) (bug #599586)
-
-RDEPEND="
-   !=dev-libs/libpcre-8.31:3[${MULTILIB_USEDEP},static-libs?]
-   >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
-   >=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]
-   >=virtual/libintl-0-r2[${MULTILIB_USEDEP}]
-   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
-   kernel_linux? ( >=sys-apps/util-linux-2.23[${MULTILIB_USEDEP}] )
-   selinux? ( >=sys-libs/libselinux-2.2.2-r5[${MULTILIB_USEDEP}] )
-   xattr? ( >=sys-apps/attr-2.4.47-r1[${MULTILIB_USEDEP}] )
-   fam? ( >=virtual/fam-0-r1[${MULTILIB_USEDEP}] )
-   utils? (
-   >=dev-util/gdbus-codegen-${PV}
-   virtual/libelf:0=
-   )
-"
-DEPEND="${RDEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/docbook-xsl-stylesheets
-   >=dev-libs/libxslt-1.0
-   >=sys-devel/gettext-0.11
-   gtk-doc? ( >=dev-util/gtk-doc-1.20 )
-   systemtap? ( >=dev-util/systemtap-1.3 )
-   ${PYTHON_DEPS}
-   test? (
-   sys-devel/gdb
-   >=dev-util/gdbus-codegen-${PV}
-   >=sys-apps/dbus-1.2.14 )
-"
-# configure.ac has gtk-doc-am stuff behind m4_ifdef, so we don't need a 
gtk-doc-am build dep
-
-# Migration of glib-genmarshal, glib-mkenums and gtester-report to a separate
-# python depending package, which can be buildtime depended in packages that
-# need these tools, without pulling in python at runtime.
-RDEPEND="${RDEPEND}
-   >=dev-util/glib-utils-${PV}"
-PDEPEND="
-   dbus? ( gnome-base/dconf )
-   mime? ( x11-misc/shared-mime-info )
-"
-# shared-mime-info needed for gio/xdgmime, bug #409481
-# dconf is needed to be able to save settings, bug #498436
-
-MULTILIB_CHOST_TOOLS=(
-   /usr/bin/gio-querymodules$(get_exeext)
-)
-
-pkg_setup() {
-   if use kernel_linux ; then
-   CONFIG_CHECK="~INOTIFY_USER"
-   if use test ; then
-   CONFIG_CHECK="~IPV6"
-   WARNING_IPV6="Your kernel needs IPV6 support for 
running some tests, skipping them."
-   fi
-   linux-info_pkg_setup
-   fi
-   python-any-r1_pkg_setup
-}
-
-src_prepare() {
-   # Prevent build failure in stage3 where pkgconfig is not available, bug 
#481056
-   mv -f "${WORKDIR}"/pkg-config-*/pkg.m4 "${S}"/m4macros/ || die
-
-   if use test; then
-   # Disable tests requiring dev-util/desktop-file-utils when not 
installed, bug #286629, upstream bug #629163
-   if ! has_version dev-util/desktop-file-utils ; then
-   ewarn "Some tests will be skipped due 
dev-util/desktop-file-utils not being present on your system,"
-   ewarn "think on installing it to get these tests run."
-   sed -i -e "/appinfo\/associations/d" 
gio/tests/appinfo.c || die
-   sed -i -e "/g_test_add_func/d" 
gio/tests/desktop-app-info.c || die
-   fi
-
-   # gdesktopappinfo requires existing termina

[gentoo-commits] repo/gentoo:master commit in: net-ftp/proftpd/

2019-07-28 Thread Mikle Kolyada
commit: 3a5169288aebac3c56cde5889109b59f061291a7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 20:21:30 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 20:21:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a516928

net-ftp/proftpd: alpha stable wrt bug #690528

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-ftp/proftpd/proftpd-1.3.6-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/proftpd/proftpd-1.3.6-r5.ebuild 
b/net-ftp/proftpd/proftpd-1.3.6-r5.ebuild
index 54ee9456ea5..c3a8e165e6f 100644
--- a/net-ftp/proftpd/proftpd-1.3.6-r5.ebuild
+++ b/net-ftp/proftpd/proftpd-1.3.6-r5.ebuild
@@ -26,7 +26,7 @@ SRC_URI="ftp://ftp.proftpd.org/distrib/source/${P/_/}.tar.gz
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="acl authfile ban +caps case clamav copy ctrls deflate diskuse dso 
dynmasq exec ifsession ifversion ident ipv6
kerberos ldap libressl log_forensic memcache msg mysql ncurses nls pam 
+pcre postgres qos radius
ratio readme rewrite selinux sftp shaper sitemisc snmp sodium softquota 
sqlite ssl tcpd test unique_id vroot"



[gentoo-commits] repo/gentoo:master commit in: net-ftp/proftpd/

2019-07-28 Thread Mikle Kolyada
commit: 3e279b2611b2f947e98af66f35d781847915ffdb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 20:21:09 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 20:21:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e279b26

net-ftp/proftpd: arm stable wrt bug #690528

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-ftp/proftpd/proftpd-1.3.6-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/proftpd/proftpd-1.3.6-r5.ebuild 
b/net-ftp/proftpd/proftpd-1.3.6-r5.ebuild
index 36c38f712eb..54ee9456ea5 100644
--- a/net-ftp/proftpd/proftpd-1.3.6-r5.ebuild
+++ b/net-ftp/proftpd/proftpd-1.3.6-r5.ebuild
@@ -26,7 +26,7 @@ SRC_URI="ftp://ftp.proftpd.org/distrib/source/${P/_/}.tar.gz
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="acl authfile ban +caps case clamav copy ctrls deflate diskuse dso 
dynmasq exec ifsession ifversion ident ipv6
kerberos ldap libressl log_forensic memcache msg mysql ncurses nls pam 
+pcre postgres qos radius
ratio readme rewrite selinux sftp shaper sitemisc snmp sodium softquota 
sqlite ssl tcpd test unique_id vroot"



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/ipxe/, sys-firmware/ipxe/files/

2019-07-28 Thread Matthias Maier
commit: 6968deeca51314386b64a4ce8e3f936bda0b776c
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Jul 28 20:03:37 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Jul 28 20:19:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6968deec

sys-firmware/ipxe: drop old

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Matthias Maier  gentoo.org>

 sys-firmware/ipxe/Manifest |   2 -
 .../files/ipxe-1.0.0_p20130925-git-version.patch   |  38 ---
 .../ipxe/files/ipxe-1.0.0_p20130925-no-pie.patch   |  32 --
 .../ipxe/files/ipxe-1.0.0_p20160620-no-pie.patch   |  32 --
 sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild  | 108 
 sys-firmware/ipxe/ipxe-1.0.0_p20160620.ebuild  | 112 -
 6 files changed, 324 deletions(-)

diff --git a/sys-firmware/ipxe/Manifest b/sys-firmware/ipxe/Manifest
index da4bd1fddb1..bdab5924bb6 100644
--- a/sys-firmware/ipxe/Manifest
+++ b/sys-firmware/ipxe/Manifest
@@ -1,4 +1,2 @@
-DIST ipxe-1.0.0_p20130925-cba22d3.tar.bz2 2240189 BLAKE2B 
58717ca43ece4ffbe8f68cae2f409c4cd8f1d3c2149521c28db017d4fcd31b6122fa35b9a476d3dc865baba0d2768744f4977420fb6410f1b09dad9170c32497
 SHA512 
a098d3fc0f68067be281b9c3654bb1b0be1b9d397327b55b36b17e69faf03ce6117d0278552c06990a5020e4ece7acac168d975b3c7bfce3b6865dea1fd1d8dd
-DIST ipxe-1.0.0_p20160620-694c18a.tar.bz2 2839663 BLAKE2B 
ec6999f3bcaf198f4b73464ee34456b923d0be26f11980e3020dd66012ddbf1b721aebb1c74c4289a0012e2ffae96a54a25821a4c7c621f727e090d13de58213
 SHA512 
67657dabe09f497c270cca16391669c89032112c1496b54009e2f1e8a477904d758476d4e465973aa0b6fc764be48ed6421607189aaea76e23fa0da6e9c8add5
 DIST ipxe-1.0.0_p20180211-546dd51-bin.tar.xz 1748228 BLAKE2B 
5ed2ce71c7dbc41d5cbef6e263abd230b9831c945a8edb33a29d408bd4262e370a2f73c8d2eb3cb20e08c61ece83af1fb1bb4c5694098cb29c44628dbd18def8
 SHA512 
af2778c925a6e4c374ddae85f3db983c83e7a4e5bb2cf35e356d277b87d4c89bf63cc2c061ec31d608ff2160c13297232fa131da2b9dd0b580d93e1b0efd6532
 DIST ipxe-1.0.0_p20180211-546dd51.tar.bz2 2954305 BLAKE2B 
8232b1afe017ff5d0389534e4efea3209ea0330d66e4d3d429abf81da66639b19488911d85bf2da200ff8cb0d49c5dda438074c4538303335419ea080ef80a16
 SHA512 
45d7f80f15a1c5ff1daa31b132065d38013a51127795ad81308b468940a455edcb40cde7601475039a7c977d732817203bbc627c642d3d10146a480da603f1dd

diff --git a/sys-firmware/ipxe/files/ipxe-1.0.0_p20130925-git-version.patch 
b/sys-firmware/ipxe/files/ipxe-1.0.0_p20130925-git-version.patch
deleted file mode 100644
index a981abdd892..000
--- a/sys-firmware/ipxe/files/ipxe-1.0.0_p20130925-git-version.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 6153c09c41034250408f3596555fcaae715da46c Mon Sep 17 00:00:00 2001
-From: Florian Schmaus 
-Date: Mon, 28 Jul 2014 16:47:48 +0100
-Subject: [PATCH] [build] Set GITVERSION only if there is a git repository
-
-The $(BIN)/version.%.o target will fail if iPXE is built within a
-non-git repository, e.g. when the user downloaded and extracted an
-archive containing iPXE sources, *and* if any parent directory of the
-iPXE sources is a git repository (or even contains a directory named
-".git").  This is because git will by default ascend the directory
-tree and look for ".git".
-
-The problem typically manifests on source based distributions, see for
-example https://bugs.gentoo.org/show_bug.cgi?id=482804
-
-Modified-by: Michael Brown 
-Signed-off-by: Michael Brown 

- src/Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/Makefile b/src/Makefile
-index 22a7335..c6760ee 100644
 a/src/Makefile
-+++ b/src/Makefile
-@@ -190,8 +190,8 @@ VERSION_PATCH  = 0
- EXTRAVERSION  = +
- MM_VERSION= $(VERSION_MAJOR).$(VERSION_MINOR)
- VERSION   = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION)
-+ifneq ($(wildcard ../.git),)
- GITVERSION := $(shell git describe --always --abbrev=1 --match "" 2>/dev/null)
--ifneq ($(GITVERSION),)
- VERSION   += ($(GITVERSION))
- endif
- version :
--- 
-2.3.2
-

diff --git a/sys-firmware/ipxe/files/ipxe-1.0.0_p20130925-no-pie.patch 
b/sys-firmware/ipxe/files/ipxe-1.0.0_p20130925-no-pie.patch
deleted file mode 100644
index 3156f3d1170..000
--- a/sys-firmware/ipxe/files/ipxe-1.0.0_p20130925-no-pie.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-https://bugs.gentoo.org/585752
-
-From cea213034635e4d765b2f362057b696febbe509f Mon Sep 17 00:00:00 2001
-From: Mike Frysinger 
-Date: Tue, 21 Jun 2016 00:47:32 -0400
-Subject: [PATCH] [build] fix PIE disable flag
-
-The flag is "-no-pie", not "-nopie".
-
-Signed-off-by: Mike Frysinger 

- src/arch/i386/Makefile | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/arch/i386/Makefile b/src/arch/i386/Makefile
-index fe3adc9ce436..59ad25b6e0af 100644
 a/src/Makefile.housekeeping
-+++ b/src/Makefile.housekeeping
-@@ -75,8 +75,8 @@ CFLAGS   += -Ui386
- # output on stderr instead of checking the exit status.
- #
- ifeq ($(CC

[gentoo-commits] repo/gentoo:master commit in: sys-firmware/ipxe/

2019-07-28 Thread Matthias Maier
commit: c382bb6c08797635ad8d0bf1ec3b6263524850a7
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Jul 28 20:15:23 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Jul 28 20:19:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c382bb6c

sys-firmware/ipxe: version bump to 1.0.0_p20190728

Bug: https://bugs.gentoo.org/652842
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Matthias Maier  gentoo.org>

 sys-firmware/ipxe/Manifest|   2 +
 sys-firmware/ipxe/ipxe-1.0.0_p20190728.ebuild | 119 ++
 2 files changed, 121 insertions(+)

diff --git a/sys-firmware/ipxe/Manifest b/sys-firmware/ipxe/Manifest
index bdab5924bb6..5267976c1fa 100644
--- a/sys-firmware/ipxe/Manifest
+++ b/sys-firmware/ipxe/Manifest
@@ -1,2 +1,4 @@
 DIST ipxe-1.0.0_p20180211-546dd51-bin.tar.xz 1748228 BLAKE2B 
5ed2ce71c7dbc41d5cbef6e263abd230b9831c945a8edb33a29d408bd4262e370a2f73c8d2eb3cb20e08c61ece83af1fb1bb4c5694098cb29c44628dbd18def8
 SHA512 
af2778c925a6e4c374ddae85f3db983c83e7a4e5bb2cf35e356d277b87d4c89bf63cc2c061ec31d608ff2160c13297232fa131da2b9dd0b580d93e1b0efd6532
 DIST ipxe-1.0.0_p20180211-546dd51.tar.bz2 2954305 BLAKE2B 
8232b1afe017ff5d0389534e4efea3209ea0330d66e4d3d429abf81da66639b19488911d85bf2da200ff8cb0d49c5dda438074c4538303335419ea080ef80a16
 SHA512 
45d7f80f15a1c5ff1daa31b132065d38013a51127795ad81308b468940a455edcb40cde7601475039a7c977d732817203bbc627c642d3d10146a480da603f1dd
+DIST ipxe-1.0.0_p20190728-a4f8c6e-bin.tar.xz 1839688 BLAKE2B 
b28772b928690646e1b0cb1c27ef56e2cb1c0637a43c6174dea7c8ca401d8c8819938fa358a0bed5d57b8cf992b8c2060b52e32a970ef813f1cf705fb0805beb
 SHA512 
1e5838b8c530257dc544f6e25f80e6e223480917db393ca3ff8c577f07e60180e18f2eed4e71f7b1965157d6e7001f65e224d3c8b56a98f84739e2504ca38985
+DIST ipxe-1.0.0_p20190728-a4f8c6e.tar.bz2 2985776 BLAKE2B 
5a85505404978d51f80e30332f6eb0417d6d97eb9b3bc05eec5ad649c446c7d17dc841f8cd34a1b29c31dc6f5cf08baa69191de9c8dd4bcdb098c5d7f13a7824
 SHA512 
3af0da9058b39966bfd8f9d7dfe518ae7b26e18f58d1a3fa2cba8922ec3c50775b82dd9f23bf51be3ca3f69b705f92bcf80988a1817b30f7ab1826a4b159c5a6

diff --git a/sys-firmware/ipxe/ipxe-1.0.0_p20190728.ebuild 
b/sys-firmware/ipxe/ipxe-1.0.0_p20190728.ebuild
new file mode 100644
index 000..3850249adbd
--- /dev/null
+++ b/sys-firmware/ipxe/ipxe-1.0.0_p20190728.ebuild
@@ -0,0 +1,119 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs eutils savedconfig
+
+GIT_REV="a4f8c6e31f6c62522cfc633bbbffa81b22f9d6f3"
+GIT_SHORT=${GIT_REV:0:7}
+
+DESCRIPTION="Open source network boot (PXE) firmware"
+HOMEPAGE="http://ipxe.org/";
+SRC_URI="
+   !binary? ( https://git.ipxe.org/ipxe.git/snapshot/${GIT_REV}.tar.bz2 -> 
${P}-${GIT_SHORT}.tar.bz2 )
+   binary? ( 
https://dev.gentoo.org/~tamiko/distfiles/${P}-${GIT_SHORT}-bin.tar.xz )"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
+IUSE="+binary efi ipv6 iso lkrn +qemu undi usb vmware"
+
+REQUIRED_USE="!amd64? ( !x86? ( binary ) )"
+
+SOURCE_DEPEND="app-arch/xz-utils
+   dev-lang/perl
+   sys-libs/zlib
+   iso? (
+   sys-boot/syslinux
+   virtual/cdrtools
+   )"
+DEPEND="
+   !binary? (
+   amd64? ( ${SOURCE_DEPEND} )
+   x86? ( ${SOURCE_DEPEND} )
+   )"
+RDEPEND=""
+
+S="${WORKDIR}/ipxe-${GIT_SHORT}/src"
+
+src_configure() {
+   use binary && return
+
+   cat <<-EOF > "${S}"/config/local/general.h
+#undef BANNER_TIMEOUT
+#define BANNER_TIMEOUT 0
+EOF
+
+   use ipv6 && echo "#define NET_PROTO_IPV6" >> 
"${S}"/config/local/general.h
+
+   if use vmware; then
+   cat <<-EOF >> "${S}"/config/local/general.h
+#define VMWARE_SETTINGS
+#define CONSOLE_VMWARE
+EOF
+   fi
+
+   restore_config config/local/general.h
+
+   tc-ld-disable-gold
+}
+
+ipxemake() {
+   # Q='' makes the build verbose since that's what everyone loves now
+   emake Q='' \
+   CC="$(tc-getCC)" \
+   LD="$(tc-getLD)" \
+   AS="$(tc-getAS)" \
+   AR="$(tc-getAR)" \
+   NM="$(tc-getNM)" \
+   OBJCOPY="$(tc-getOBJCOPY)" \
+   RANLIB="$(tc-getRANLIB)" \
+   OBJDUMP="$(tc-getOBJDUMP)" \
+   HOST_CC="$(tc-getBUILD_CC)" \
+   "$@"
+}
+
+src_compile() {
+   use binary && return
+
+   export NO_WERROR=1
+   if use qemu; then
+   ipxemake bin/808610de.rom # pxe-e1000.rom (old)
+   ipxemake bin/8086100e.rom # pxe-e1000.rom
+   ipxemake bin/80861209.rom # pxe-eepro100.rom
+   ipxemake bin/10500940.rom # pxe-ne2k_pci.rom
+   ipxemake bin/10222000.rom # pxe-pcnet.rom
+   ipxemake bin/10ec8139.rom # pxe-rtl8139.rom
+   ipxemake bin/1af41000.rom # pxe-virtio.rom
+   fi

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

2019-07-28 Thread Mikle Kolyada
commit: 8d19605284224a98c3c91b12f3143aea366fc2b7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 20:19:34 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 20:20:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d196052

media-libs/libmatroska: arm stable wrt bug #689690

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/media-libs/libmatroska/libmatroska-1.5.2.ebuild 
b/media-libs/libmatroska/libmatroska-1.5.2.ebuild
index ef20652cb5a..a84fbb11012 100644
--- a/media-libs/libmatroska/libmatroska-1.5.2.ebuild
+++ b/media-libs/libmatroska/libmatroska-1.5.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz";
 
 LICENSE="LGPL-2.1"
 SLOT="0/6" # subslot = soname major version
-KEYWORDS="alpha amd64 ~arm arm64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=dev-libs/libebml-1.3.9:="



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/seabios/

2019-07-28 Thread Matthias Maier
commit: 322983b68e2e3c455151aa2888d135fa0bc65bba
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Jul 28 19:45:42 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Jul 28 20:19:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=322983b6

sys-firmware/seabios: version bump to 1.12.0

 * Version bump to 1.12.0
 * Actually use Redhat's "1.12.1" version for USE=binary

Closes: https://bugs.gentoo.org/675754
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Matthias Maier  gentoo.org>

 sys-firmware/seabios/Manifest  |   2 +
 sys-firmware/seabios/seabios-1.12.0.ebuild | 145 +
 2 files changed, 147 insertions(+)

diff --git a/sys-firmware/seabios/Manifest b/sys-firmware/seabios/Manifest
index a153d6fbfff..8c598e824f6 100644
--- a/sys-firmware/seabios/Manifest
+++ b/sys-firmware/seabios/Manifest
@@ -2,3 +2,5 @@ DIST seabios-1.10.2-bin.tar.xz 121172 BLAKE2B 
9d4ff624b638773e59bbf6674fb8630bd8
 DIST seabios-1.10.2.tar.gz 589283 BLAKE2B 
08fdbecf7fb06629db472adb05a780249dbf0e0a44d04dcced5480d631c133f74ecd04b04486db3bb817b8e119e783c4b09c3ade15b9a6cc956537e9f7204514
 SHA512 
ea8396fe247a3bd16b43ab775cf8e23f139673b94e83f450cadb094cc8117ca7e9ef518162d965209d5ab091c96f70ec5cc8ec8d15b638e06c4c8f7a0e1609dc
 DIST seabios-1.11.0-bin.tar.xz 158552 BLAKE2B 
44c42b9eea70a090ad51296949fe79e5360b569bae791fe84f447061f8dbcdb6b601501e2cc1607b62308f3118087386d15ba32c8495202f62f9f9a1e3cf27c3
 SHA512 
03a1523dc99dbf6e353e7844a4f12020d88bf8d5cbfd187007663ab1b02447b02694f27ee93aa46a18a5ab161f13b1ffe62f2d0f678cd86975a3d53295a6eb1e
 DIST seabios-1.11.0.tar.gz 607746 BLAKE2B 
9f688be6b8f7c0fcbd72b59ac649a9c763fdd9e2971a4d85636c9972efc0ad42082a1622a8c41156ad1e2063907349c2e02cff9aeb444844dc445b5f7d6062bb
 SHA512 
cae79c720bfbba3321777bbc6d5bde432fe56e2ba8f1be8acfebbde0bd453a58e889f5fa24db6055dca0a3a56d35b907761723ea35ef248c5f812129d0a27b77
+DIST seabios-1.12.0-bin.tar.xz 162492 BLAKE2B 
9a5a349226ed7efbed328493dc057e232203b251677a23f1f09c133743ff0ca6b05270c9d27460be1d8897888fe23ff7bdfa122023fa8ddb23af03d5b9b6f8dd
 SHA512 
f7a0395d621245093bb9a278d95ecc3d4e8d23f620058cd4fddaf885c8b86256f6258f3fd8173c1d24c03306f44d180e768bf8005ee123bc4b699b9f0ca371be
+DIST seabios-1.12.0.tar.gz 613542 BLAKE2B 
f145c2db716996bfa9e5c014086ccfaa8ae96ebc158f34303b122b7bf209408c567665d8691364df8d8e886f63e0e72a3f3cd319dfa86ef581023201b5d94e53
 SHA512 
e52c5363e5bb37b5286e55545aa06bd126218f9d0e3a06ac2e189de68fe3de3256c11ca1bb13357a9c384d7e3af6284083ff3aa587688b5de04ef11b97bdfa27

diff --git a/sys-firmware/seabios/seabios-1.12.0.ebuild 
b/sys-firmware/seabios/seabios-1.12.0.ebuild
new file mode 100644
index 000..1ab0b09fd5c
--- /dev/null
+++ b/sys-firmware/seabios/seabios-1.12.0.ebuild
@@ -0,0 +1,145 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python{2_7,3_{5,6}} )
+
+inherit eutils toolchain-funcs python-any-r1
+
+# SeaBIOS maintainers sometimes don't release stable tarballs or stable
+# binaries to generate the stable tarball the following is necessary:
+# git clone git://git.seabios.org/seabios.git && cd seabios
+# git archive --output seabios-${PV}.tar.gz --prefix seabios-${PV}/ rel-${PV}
+
+if [[ ${PV} == ** || -n "${EGIT_COMMIT}" ]] ; then
+   EGIT_REPO_URI="git://git.seabios.org/seabios.git"
+   inherit git-r3
+else
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+
+   # Binary versions taken from fedora:
+   # 
http://download.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/Packages/s/
+   #   seabios-bin-1.12.1-2.fc31.noarch.rpm
+   #   seavgabios-bin-1.12.1-2.fc31.noarch.rpm
+   SRC_URI="
+   !binary? ( 
https://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz )
+   binary? ( 
https://dev.gentoo.org/~tamiko/distfiles/${P}-bin.tar.xz )"
+fi
+
+DESCRIPTION="Open Source implementation of a 16-bit x86 BIOS"
+HOMEPAGE="https://www.seabios.org/";
+
+LICENSE="LGPL-3 GPL-3"
+SLOT="0"
+IUSE="+binary debug +seavgabios"
+
+REQUIRED_USE="debug? ( !binary )
+   !amd64? ( !x86? ( binary ) )"
+
+# The amd64/x86 check is needed to workaround #570892.
+SOURCE_DEPEND="
+   >=sys-power/iasl-20060912
+   ${PYTHON_DEPS}"
+DEPEND="
+   !binary? (
+   amd64? ( ${SOURCE_DEPEND} )
+   x86? ( ${SOURCE_DEPEND} )
+   )"
+RDEPEND=""
+
+pkg_pretend() {
+   if ! use binary; then
+   ewarn "You have decided to compile your own SeaBIOS. This is 
not"
+   ewarn "supported by upstream unless you use their recommended"
+   ewarn "toolchain (which you are not)."
+   elog
+   ewarn "If you are intending to use this build with QEMU, 
realize"
+   ewarn "you will not receive any support if you have compile

[gentoo-commits] repo/gentoo:master commit in: sys-firmware/vgabios/

2019-07-28 Thread Matthias Maier
commit: bbd6ea9a92bec711a26e133d0bfb9d473fcd
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Jul 28 20:02:35 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Jul 28 20:19:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd6ea9a

sys-firmware/vgabios: drop old

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Matthias Maier  gentoo.org>

 sys-firmware/vgabios/Manifest   |  3 --
 sys-firmware/vgabios/vgabios-0.6c-r1.ebuild | 71 -
 2 files changed, 74 deletions(-)

diff --git a/sys-firmware/vgabios/Manifest b/sys-firmware/vgabios/Manifest
index 05e9c96d05a..f1e63ab4d30 100644
--- a/sys-firmware/vgabios/Manifest
+++ b/sys-firmware/vgabios/Manifest
@@ -1,5 +1,2 @@
-DIST vgabios-0.6c-bins.tar.xz 17876 BLAKE2B 
db343ed998701a061a77d49a2a931493bf7ed82f68cd7e83e22465ab8ef3a0f01e176f84a39e458e4e4a2f290c7bc4bd7ae68a246edd93dc3f0e3063e73afb90
 SHA512 
7c3790d6e9feb12697558d690dd23a6ca35a9037987f516bcd84f750c177cb26ddfdbdacb68730e01f6d9ba118c5d092ad00c0cfa9f8c40b2c0218641dc8a53e
-DIST vgabios-0.6c-fixes-2.tar.bz2 4174 BLAKE2B 
d3bb95b57939be85e4f24411f1590c6d75b7c701c3cd848f5b07d875a45ec1159a624ab37158f393b384c6d4db6db38b36e0a4c0b1300cc6abafcef4c03549b1
 SHA512 
bf85dfa52c078517c77b219361b0c569ad79ef9a8234dfdb14f39902198f0e7bfab99f826e084bda5c8321e69591deeda8242e4f52134bac654046db7fe20584
-DIST vgabios-0.6c.tgz 1470496 BLAKE2B 
1e2416aa09bf572551f12b963170999de88b3842d834a0b27332c5667975f807ac19d0fd602538bea9421fb58911fee824f1a7f3c49ecae34811fd8679e53ba7
 SHA512 
b0392358abf691f0a3b8292cf14dc56897d5cbf004336af4b4a3378002c4b47eb28c9da182cddf2c89d162a6e166b7a5c07cb098303a9f9918ea484922d3770e
 DIST vgabios-0.7a-fixes-1.tar.bz2 2602 BLAKE2B 
68fbd29e6c660dc69ea110e00ff75fc9d14f10bd11b9be89bd373281852a3133c73ee0f2a7ecdf026b29979e4c20bcdbad0baf9f80d013ffeb24dda892725778
 SHA512 
30992efac011d4b99301960df08cdc69d9503aa6b61feed01fca2c5a910460269d9500650cb394a0737318e977a282c5e0ab613a8b2bc28b9f0c6528a9a77d73
 DIST vgabios-0.7a.tgz 1506655 BLAKE2B 
fb9b99ab385423b4ef103a56de140591556d2f49fffebfdd508a462551b1a9def9d8dc50c947a88ef6d47c43ff62dbe3d97fef969d985c49b9e78671eaefd34e
 SHA512 
35d789b1b39f8f05b757b6c3379a1b2c33dc27b244720471530325f3e215b5f4fa97cfbfc131f813013f4640fe85be912e7b4cb924fa87ed35e68b6966424874

diff --git a/sys-firmware/vgabios/vgabios-0.6c-r1.ebuild 
b/sys-firmware/vgabios/vgabios-0.6c-r1.ebuild
deleted file mode 100644
index c5f314bac74..000
--- a/sys-firmware/vgabios/vgabios-0.6c-r1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-# Can't really call them backports when they're fixes that upstream
-# won't carry
-FIXES=2
-
-inherit eutils
-
-DESCRIPTION="VGA BIOS implementation"
-HOMEPAGE="http://www.nongnu.org/vgabios/";
-SRC_URI="https://savannah.gnu.org/download/${PN}/${P}.tgz
-   https://dev.gentoo.org/~cardoe/distfiles/${P}-bins.tar.xz
-   https://dev.gentoo.org/~cardoe/distfiles/${P}-fixes-${FIXES}.tar.bz2";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-fbsd"
-IUSE="debug"
-
-DEPEND="amd64? ( sys-devel/dev86 )
-   x86? ( sys-devel/dev86 )"
-RDEPEND=""
-
-src_prepare() {
-   [[ -n ${FIXES} ]] && \
-   EPATCH_FORCE=yes EPATCH_SUFFIX="patch" 
EPATCH_SOURCE="${S}/patches" \
-   epatch
-}
-
-src_compile() {
-   if use amd64 || use x86 ; then
-   emake clean # Necessary to clean up the pre-built pieces
-   emake biossums
-   emake
-   fi
-}
-
-src_install() {
-   insinto /usr/share/vgabios
-
-   if use amd64 || use x86 ; then
-   # Stock VGABIOS
-   newins VGABIOS-lgpl-latest.bin vgabios.bin
-   use debug && newins VGABIOS-lgpl-latest.debug.bin 
vgabios.debug.bin
-
-   # Cirrus
-   newins VGABIOS-lgpl-latest.cirrus.bin vgabios-cirrus.bin
-   use debug && newins VGABIOS-lgpl-latest.cirrus.debug.bin \
-   vgabios-cirrus.debug.bin
-
-   # QXL
-   newins VGABIOS-lgpl-latest.qxl.bin vgabios-qxl.bin
-   use debug && newins VGABIOS-lgpl-latest.qxl.debug.bin \
-   vgabios-qxl.debug.bin
-
-   # Standard VGA
-   newins VGABIOS-lgpl-latest.stdvga.bin vgabios-stdvga.bin
-   use debug && newins VGABIOS-lgpl-latest.stdvga.debug.bin \
-   vgabios-stdvga.debug.bin
-
-   # VMWare
-   newins VGABIOS-lgpl-latest.vmware.bin vgabios-vmware.bin
-   use debug && newins VGABIOS-lgpl-latest.vmware.debug.bin \
-   vgabios-vmware.debug.bin
-   else
-   doins bins/*
-   fi
-}



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

2019-07-28 Thread Mikle Kolyada
commit: 4bb4a4cde6a1f16a2c929b6602e929271035f8e8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 20:19:10 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 20:20:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb4a4cd

dev-libs/libebml: arm stable wrt bug #689692

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-libs/libebml/libebml-1.3.9.ebuild 
b/dev-libs/libebml/libebml-1.3.9.ebuild
index 412538d8715..c789e2c6750 100644
--- a/dev-libs/libebml/libebml-1.3.9.ebuild
+++ b/dev-libs/libebml/libebml-1.3.9.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dl.matroska.org/downloads/${PN}/${P}.tar.xz";
 
 LICENSE="LGPL-2.1"
 SLOT="0/4" # subslot = soname major version
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 src_configure() {



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

2019-07-28 Thread Mikle Kolyada
commit: 1385a1e9c8abec269c4fa454182a83dc07b663c3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 20:18:16 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 20:18:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1385a1e9

net-irc/znc: arm stable wrt bug #688152

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-irc/znc/znc-1.7.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/znc/znc-1.7.4.ebuild b/net-irc/znc/znc-1.7.4.ebuild
index d6e9044033e..3bd414de002 100644
--- a/net-irc/znc/znc-1.7.4.ebuild
+++ b/net-irc/znc/znc-1.7.4.ebuild
@@ -22,7 +22,7 @@ else
https://znc.in/releases/archive/${MY_P}.tar.gz
test? ( ${GTEST_URL} )
"
-   KEYWORDS="amd64 ~arm x86"
+   KEYWORDS="amd64 arm x86"
S=${WORKDIR}/${MY_P}
 fi
 



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

2019-07-28 Thread Mikle Kolyada
commit: 81ebf75f8e357383b106b627b4d559e4d8cf0bdc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 20:17:28 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 20:17:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81ebf75f

dev-libs/glib: alpha stable wrt bug #690498

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-libs/glib/glib-2.58.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/glib/glib-2.58.3-r1.ebuild 
b/dev-libs/glib/glib-2.58.3-r1.ebuild
index e74a789cc18..1008e011987 100644
--- a/dev-libs/glib/glib-2.58.3-r1.ebuild
+++ b/dev-libs/glib/glib-2.58.3-r1.ebuild
@@ -21,7 +21,7 @@ LICENSE="LGPL-2.1+"
 SLOT="2"
 IUSE="dbus debug fam gtk-doc kernel_linux +mime selinux static-libs systemtap 
test utils xattr"
 
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 
 # Added util-linux multilib dependency to have libmount support (which
 # is always turned on on linux systems, unless explicitly disabled, but



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

2019-07-28 Thread Mikle Kolyada
commit: 3256faf9c933f9e0eafc72b42462fffae2f767be
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 28 20:17:07 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 28 20:17:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3256faf9

dev-libs/glib: arm stable wrt bug #690498

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-libs/glib/glib-2.58.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/glib/glib-2.58.3-r1.ebuild 
b/dev-libs/glib/glib-2.58.3-r1.ebuild
index d566b9e141d..e74a789cc18 100644
--- a/dev-libs/glib/glib-2.58.3-r1.ebuild
+++ b/dev-libs/glib/glib-2.58.3-r1.ebuild
@@ -21,7 +21,7 @@ LICENSE="LGPL-2.1+"
 SLOT="2"
 IUSE="dbus debug fam gtk-doc kernel_linux +mime selinux static-libs systemtap 
test utils xattr"
 
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 
 # Added util-linux multilib dependency to have libmount support (which
 # is always turned on on linux systems, unless explicitly disabled, but



  1   2   3   4   5   >