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

2018-10-07 Thread Andreas Sturmlechner
commit: cc8ca961a1506924da77aa59b3190a7cc0ea7094
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Oct  7 23:38:39 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct  8 04:58:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc8ca961

profiles: ppc32: Drop obsolete sci-astronomy/stellarium[sound] mask

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

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

diff --git a/profiles/arch/powerpc/ppc32/package.use.mask 
b/profiles/arch/powerpc/ppc32/package.use.mask
index f762c6ad858..478c36b6e69 100644
--- a/profiles/arch/powerpc/ppc32/package.use.mask
+++ b/profiles/arch/powerpc/ppc32/package.use.mask
@@ -55,7 +55,6 @@ net-irc/kvirc kde
 # Requires unkeyworded dev-qt/qtmultimedia:5
 media-plugins/audacious-plugins qt5
 net-analyzer/wireshark qt5
-sci-astronomy/stellarium sound
 
 # James Le Cuirot  (30 Jan 2016)
 # scrollview requires Java, which is unsupported on ppc.



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

2018-10-07 Thread Davide Pesavento
commit: 39ccd1eecf8508d7b3420e2927f7c9806d49ce82
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Oct  8 01:09:04 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Oct  8 01:09:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39ccd1ee

dev-python/PyQt5: bump to 5.11.3, EAPI=7

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

 dev-python/PyQt5/Manifest|   1 +
 dev-python/PyQt5/PyQt5-5.11.3.ebuild | 195 +++
 2 files changed, 196 insertions(+)

diff --git a/dev-python/PyQt5/Manifest b/dev-python/PyQt5/Manifest
index 45f36f7c52f..5d0feadf282 100644
--- a/dev-python/PyQt5/Manifest
+++ b/dev-python/PyQt5/Manifest
@@ -1,2 +1,3 @@
 DIST PyQt5_gpl-5.10.1.tar.gz 3110469 BLAKE2B 
75e24bd8c0739d47eff6212435aa783eaa302633beb0494f099edc3f8f99600cd03dc3cba5152ed7ae703cfe445ecae06ec5d2281dd7c0640c71db041659bd6f
 SHA512 
04cd0292f7a088f9c0d088d7c73ec96cfc40253f771dfdf194eb92be7635e6fcaf04863fa24215e9c34a096658549bb2feeb8d8fdca1e39ed87f0256ef0f790b
+DIST PyQt5_gpl-5.11.3.tar.gz 3121036 BLAKE2B 
e7881fea18535ba55c0b6946718fd1eccdc6a4678b869678c9413c500daee0cbfb281116db40a13655c8cb5e778b605f141821e20bf3834f1434908f73fc22bd
 SHA512 
6f4abb1866ce357263c208121607072e127c8853e9c6bf039b034fefdda4c40e38f917c3b313375f0d692d764ecf26ff3a6b12cda2a2eeb5237db8b5e9443548
 DIST PyQt5_gpl-5.9.2.tar.gz 3102848 BLAKE2B 
b87f25693aa2b2029f89cf13665bf88f14de8827d43ba757344ab9bdef0b0c197abb8386308c72925da263cabb6efd3f104db8a350c51fca3fba8c7c06b6
 SHA512 
5af2e65addaed7dd02d8dbf7a7c63767e565fc8edeb7b51e5991a00cda29f75b666529097646e821aaff556f350a929fd451f548bba76e97355b7fe10bd913bc

diff --git a/dev-python/PyQt5/PyQt5-5.11.3.ebuild 
b/dev-python/PyQt5/PyQt5-5.11.3.ebuild
new file mode 100644
index 000..5eedcadd3ea
--- /dev/null
+++ b/dev-python/PyQt5/PyQt5-5.11.3.ebuild
@@ -0,0 +1,195 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+inherit multibuild python-r1 qmake-utils
+
+DESCRIPTION="Python bindings for the Qt framework"
+HOMEPAGE="https://www.riverbankcomputing.com/software/pyqt/intro;
+
+MY_P=${PN}_gpl-${PV/_pre/.dev}
+if [[ ${PV} == *_pre* ]]; then
+   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz;
+else
+   SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+# TODO: QtNetworkAuth, QtNfc
+IUSE="bluetooth dbus debug declarative designer examples gles2 gui help 
location
+   multimedia network opengl positioning printsupport sensors serialport 
sql svg
+   testlib webchannel webengine webkit websockets widgets x11extras 
xmlpatterns"
+
+# The requirements below were extracted from configure.py
+# and from the output of 'grep -r "%Import " "${S}"/sip'
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   bluetooth? ( gui )
+   declarative? ( gui network )
+   designer? ( widgets )
+   help? ( gui widgets )
+   location? ( positioning )
+   multimedia? ( gui network )
+   opengl? ( gui widgets )
+   positioning? ( gui )
+   printsupport? ( gui widgets )
+   sensors? ( gui )
+   serialport? ( gui )
+   sql? ( widgets )
+   svg? ( gui widgets )
+   testlib? ( widgets )
+   webchannel? ( network )
+   webengine? ( network widgets? ( printsupport webchannel ) )
+   webkit? ( gui network printsupport widgets )
+   websockets? ( network )
+   widgets? ( gui )
+   xmlpatterns? ( network )
+"
+
+# Minimal supported version of Qt.
+QT_PV="5.9.6:5"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   >=dev-python/sip-4.19.11:=[${PYTHON_USEDEP}]
+   >=dev-qt/qtcore-${QT_PV}
+   >=dev-qt/qtxml-${QT_PV}
+   virtual/python-enum34[${PYTHON_USEDEP}]
+   bluetooth? ( >=dev-qt/qtbluetooth-${QT_PV} )
+   dbus? (
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   >=dev-qt/qtdbus-${QT_PV}
+   )
+   declarative? ( >=dev-qt/qtdeclarative-${QT_PV}[widgets?] )
+   designer? ( >=dev-qt/designer-${QT_PV} )
+   gui? ( >=dev-qt/qtgui-${QT_PV}[gles2=] )
+   help? ( >=dev-qt/qthelp-${QT_PV} )
+   location? ( >=dev-qt/qtlocation-${QT_PV} )
+   multimedia? ( >=dev-qt/qtmultimedia-${QT_PV}[widgets?] )
+   network? ( >=dev-qt/qtnetwork-${QT_PV} )
+   opengl? ( >=dev-qt/qtopengl-${QT_PV} )
+   positioning? ( >=dev-qt/qtpositioning-${QT_PV} )
+   printsupport? ( >=dev-qt/qtprintsupport-${QT_PV} )
+   sensors? ( >=dev-qt/qtsensors-${QT_PV} )
+   serialport? ( >=dev-qt/qtserialport-${QT_PV} )
+   sql? ( >=dev-qt/qtsql-${QT_PV} )
+   svg? ( >=dev-qt/qtsvg-${QT_PV} )
+   testlib? ( >=dev-qt/qttest-${QT_PV} )
+   webchannel? ( >=dev-qt/qtwebchannel-${QT_PV} )
+   webengine? ( 

[gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-php/

2018-10-07 Thread Andreas Sturmlechner
commit: 1a52730779d7ff066c0876c691abf32662f6cd75
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Oct  7 20:10:05 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct  7 21:08:57 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1a527307

dev-util/kdevelop-php: Fix DEPENDs

Upstream commit 577b6b59f5505f814ee4b6e622a88cbac826ee98

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

 dev-util/kdevelop-php/kdevelop-php-5.3..ebuild | 11 ++-
 dev-util/kdevelop-php/kdevelop-php-.ebuild | 11 ++-
 2 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/dev-util/kdevelop-php/kdevelop-php-5.3..ebuild 
b/dev-util/kdevelop-php/kdevelop-php-5.3..ebuild
index 325a97cb63..a1085ace2d 100644
--- a/dev-util/kdevelop-php/kdevelop-php-5.3..ebuild
+++ b/dev-util/kdevelop-php/kdevelop-php-5.3..ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,15 +17,13 @@ LICENSE="GPL-2 LGPL-2"
 IUSE=""
 [[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86"
 
-DEPEND="
-   $(add_frameworks_dep karchive)
+COMMON_DEPEND="
$(add_frameworks_dep kcmutils)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemmodels)
$(add_frameworks_dep ktexteditor)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
@@ -35,6 +33,9 @@ DEPEND="
dev-util/kdevelop-pg-qt:5
dev-util/kdevelop:5
 "
-RDEPEND="${DEPEND}
+RDEPEND="${COMMON_DEPEND}
!dev-util/kdevelop-php-docs
 "
+DEPEND="${COMMON_DEPEND}
+   test? ( $(add_frameworks_dep karchive) )
+"

diff --git a/dev-util/kdevelop-php/kdevelop-php-.ebuild 
b/dev-util/kdevelop-php/kdevelop-php-.ebuild
index cca1b05fe9..74f0418a44 100644
--- a/dev-util/kdevelop-php/kdevelop-php-.ebuild
+++ b/dev-util/kdevelop-php/kdevelop-php-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,15 +16,13 @@ LICENSE="GPL-2 LGPL-2"
 IUSE=""
 [[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86"
 
-DEPEND="
-   $(add_frameworks_dep karchive)
+COMMON_DEPEND="
$(add_frameworks_dep kcmutils)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemmodels)
$(add_frameworks_dep ktexteditor)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
@@ -34,6 +32,9 @@ DEPEND="
dev-util/kdevelop-pg-qt:5
dev-util/kdevelop:5
 "
-RDEPEND="${DEPEND}
+RDEPEND="${COMMON_DEPEND}
!dev-util/kdevelop-php-docs
 "
+DEPEND="${COMMON_DEPEND}
+   test? ( $(add_frameworks_dep karchive) )
+"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/qscintilla/

2018-10-07 Thread Davide Pesavento
commit: b882109a21c4b89a4c1ad335aedda02783000261
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Oct  7 18:14:02 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Oct  7 23:21:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b882109a

x11-libs/qscintilla: bump to 2.10.8

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

 x11-libs/qscintilla/Manifest |  1 +
 x11-libs/qscintilla/qscintilla-2.10.8.ebuild | 77 
 2 files changed, 78 insertions(+)

diff --git a/x11-libs/qscintilla/Manifest b/x11-libs/qscintilla/Manifest
index 67300618010..c6fc7b5655a 100644
--- a/x11-libs/qscintilla/Manifest
+++ b/x11-libs/qscintilla/Manifest
@@ -1,2 +1,3 @@
 DIST QScintilla_gpl-2.10.4.tar.gz 2721322 BLAKE2B 
df50dd0a34db96dd57147ddc399d4a30751b1bb4922dc1b8b3c3c1989e810937dc8345f92128e8a606b1edc04fde4b930a424ab8344818c9899c8fe496793a77
 SHA512 
dee6684f68173784d098931554c839a30e129b89f980cd9704f818c44eb7023199bd3682e4b342091fa3e0ce577ec576d34046477bdd1d7fc58ca5dd2ba947a3
 DIST QScintilla_gpl-2.10.7.tar.gz 2734778 BLAKE2B 
9fea764828e1c95ce842b06b06c45398b52669c0823a660bcd45a4af4a33a4a5b75b6349f84dc844e18d394c301bbb66f3485abd9f56a5c056d2b507b67a0148
 SHA512 
d5489a308da265f09c305128d9984b195c90003e52a55f5342c8ea50090392619425a0fc3df692aae0d09467d5b0b496b548eb31ff93cba97c9f4f40657c
+DIST QScintilla_gpl-2.10.8.tar.gz 2736054 BLAKE2B 
4bc7a2bc1974f8e10a96b7716a8e35d4854e9eeb8040734f99b796bddd9679ee2539f6517743689f9d7deff9ce523cdbb2f77ccd65eaadfc947dcc7a1337d918
 SHA512 
c0a216737dbda6bc390225196b37a43e4884c9cd67e6e81fc1b1b952683fe88dbfe7caf3c66d94a378f37502e1f08cbdf788426248e73f5f66ec65982b7652b5

diff --git a/x11-libs/qscintilla/qscintilla-2.10.8.ebuild 
b/x11-libs/qscintilla/qscintilla-2.10.8.ebuild
new file mode 100644
index 000..45509318b94
--- /dev/null
+++ b/x11-libs/qscintilla/qscintilla-2.10.8.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic qmake-utils
+
+MY_P=QScintilla_gpl-${PV/_pre/.dev}
+
+DESCRIPTION="A Qt port of Neil Hodgson's Scintilla C++ editor class"
+HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
+SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0/13"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="designer doc"
+
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   designer? ( dev-qt/designer:5 )
+"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+src_unpack() {
+   default
+
+   # Sub-slot sanity check
+   local subslot=${SLOT#*/}
+   local version=$(sed -nre 's:.*VERSION\s*=\s*([0-9\.]+):\1:p' 
"${S}"/Qt4Qt5/qscintilla.pro || die)
+   local major=${version%%.*}
+   if [[ ${subslot} != ${major} ]]; then
+   eerror
+   eerror "Ebuild sub-slot (${subslot}) does not match QScintilla 
major version (${major})"
+   eerror "Please update SLOT variable as follows:"
+   eerror "SLOT=\"${SLOT%%/*}/${major}\""
+   eerror
+   die "sub-slot sanity check failed"
+   fi
+}
+
+qsci_run_in() {
+   pushd "$1" >/dev/null || die
+   shift || die
+   "$@" || die
+   popd >/dev/null || die
+}
+
+src_configure() {
+   if use designer; then
+   # prevent building against system version (bug 466120)
+   append-cxxflags -I../Qt4Qt5
+   append-ldflags -L../Qt4Qt5
+   fi
+
+   qsci_run_in Qt4Qt5 eqmake5
+   use designer && qsci_run_in designer-Qt4Qt5 eqmake5
+}
+
+src_compile() {
+   qsci_run_in Qt4Qt5 emake
+   use designer && qsci_run_in designer-Qt4Qt5 emake
+}
+
+src_install() {
+   qsci_run_in Qt4Qt5 emake INSTALL_ROOT="${D}" install
+   use designer && qsci_run_in designer-Qt4Qt5 emake INSTALL_ROOT="${D}" 
install
+
+   DOCS=( ChangeLog NEWS )
+   use doc && HTML_DOCS=( doc/html-Qt4Qt5/. )
+   einstalldocs
+}



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

2018-10-07 Thread Davide Pesavento
commit: e2d49f2bf22d9abe41f64e67ed0e08d65e7f54d1
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Oct  7 23:21:06 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Oct  7 23:21:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2d49f2b

dev-python/qscintilla-python: bump to 2.10.8

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

 dev-python/qscintilla-python/Manifest  |  1 +
 .../qscintilla-python-2.10.8.ebuild| 72 ++
 2 files changed, 73 insertions(+)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 67300618010..c6fc7b5655a 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,2 +1,3 @@
 DIST QScintilla_gpl-2.10.4.tar.gz 2721322 BLAKE2B 
df50dd0a34db96dd57147ddc399d4a30751b1bb4922dc1b8b3c3c1989e810937dc8345f92128e8a606b1edc04fde4b930a424ab8344818c9899c8fe496793a77
 SHA512 
dee6684f68173784d098931554c839a30e129b89f980cd9704f818c44eb7023199bd3682e4b342091fa3e0ce577ec576d34046477bdd1d7fc58ca5dd2ba947a3
 DIST QScintilla_gpl-2.10.7.tar.gz 2734778 BLAKE2B 
9fea764828e1c95ce842b06b06c45398b52669c0823a660bcd45a4af4a33a4a5b75b6349f84dc844e18d394c301bbb66f3485abd9f56a5c056d2b507b67a0148
 SHA512 
d5489a308da265f09c305128d9984b195c90003e52a55f5342c8ea50090392619425a0fc3df692aae0d09467d5b0b496b548eb31ff93cba97c9f4f40657c
+DIST QScintilla_gpl-2.10.8.tar.gz 2736054 BLAKE2B 
4bc7a2bc1974f8e10a96b7716a8e35d4854e9eeb8040734f99b796bddd9679ee2539f6517743689f9d7deff9ce523cdbb2f77ccd65eaadfc947dcc7a1337d918
 SHA512 
c0a216737dbda6bc390225196b37a43e4884c9cd67e6e81fc1b1b952683fe88dbfe7caf3c66d94a378f37502e1f08cbdf788426248e73f5f66ec65982b7652b5

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild
new file mode 100644
index 000..0c917f6bc80
--- /dev/null
+++ b/dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+inherit python-r1 qmake-utils
+
+MY_P=QScintilla_gpl-${PV/_pre/.dev}
+
+DESCRIPTION="Python bindings for QScintilla"
+HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
+SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE="debug"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+   ${PYTHON_DEPS}
+   >=dev-python/sip-4.19:=[${PYTHON_USEDEP}]
+   dev-python/PyQt5[gui,printsupport,widgets,${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   ~x11-libs/qscintilla-${PV}:=
+"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}/Python
+
+src_prepare() {
+   default
+   python_copy_sources
+}
+
+src_configure() {
+   configuration() {
+   local myconf=(
+   "${PYTHON}"
+   configure.py
+   --pyqt=PyQt5
+   --qmake="$(qt5_get_bindir)"/qmake
+   --sip-incdir="$(python_get_includedir)"
+   $(usex debug '--debug --trace' '')
+   --verbose
+   --no-dist-info # causes parallel build failures, 
reported upstream
+   )
+   echo "${myconf[@]}"
+   "${myconf[@]}" || die
+
+   # Run eqmake to respect toolchain, build flags, and prevent 
stripping
+   eqmake5 -recursive
+   }
+   python_foreach_impl run_in_build_dir configuration
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+   installation() {
+   emake INSTALL_ROOT="${D}" install
+   python_optimize
+   }
+   python_foreach_impl run_in_build_dir installation
+}



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

2018-10-07 Thread Matt Turner
commit: 40d810d4d41db8a72538de0267a82dd7285f673e
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct  7 22:03:17 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct  7 22:03:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40d810d4

dev-python/olefile-0.44: ppc64 stable, bug 667500

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

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

diff --git a/dev-python/olefile/olefile-0.44.ebuild 
b/dev-python/olefile/olefile-0.44.ebuild
index 2363eb5a552..e98d48d5c1f 100644
--- a/dev-python/olefile/olefile-0.44.ebuild
+++ b/dev-python/olefile/olefile-0.44.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/decalage2/${PN}/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 RDEPEND=""



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

2018-10-07 Thread Matt Turner
commit: 6e6c787cd9c4b08b32dea01b9c6689d2ef994ef9
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct  7 22:03:14 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct  7 22:03:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e6c787c

app-text/lv-4.51-r4: ppc64 stable, bug 667366

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

 app-text/lv/lv-4.51-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/lv/lv-4.51-r4.ebuild b/app-text/lv/lv-4.51-r4.ebuild
index 7b5d272235b..5ff0134f92e 100644
--- a/app-text/lv/lv-4.51-r4.ebuild
+++ b/app-text/lv/lv-4.51-r4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ia64 ppc ~ppc64 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND="!app-editors/levee



[gentoo-commits] repo/gentoo:master commit in: sys-power/upower/

2018-10-07 Thread Matt Turner
commit: 8a8920c4655f998f37439e18c46a72c01c59e253
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct  7 22:03:10 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct  7 22:03:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a8920c4

sys-power/upower-0.99.8: ppc stable, bug 666870

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

 sys-power/upower/upower-0.99.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/upower/upower-0.99.8.ebuild 
b/sys-power/upower/upower-0.99.8.ebuild
index 2885a37afda..ad5aee88e36 100644
--- a/sys-power/upower/upower-0.99.8.ebuild
+++ b/sys-power/upower/upower-0.99.8.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://gitlab.freedesktop.org/upower/upower/uploads/${COMMIT}/${P}.tar
 
 LICENSE="GPL-2"
 SLOT="0/3" # based on SONAME of libupower-glib.so
-KEYWORDS="~alpha amd64 ~arm ~arm64 ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd"
 
 # gtk-doc files are not available as prebuilt in the tarball
 IUSE="doc +introspection ios kernel_FreeBSD kernel_linux selinux"



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

2018-10-07 Thread Matt Turner
commit: 1380ecbcd0e64efb31b4b61c39289f5cd2917dbd
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct  7 22:03:12 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct  7 22:03:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1380ecbc

dev-python/pillow-5.2.0: ppc stable, bug 667500

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

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

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



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

2018-10-07 Thread Matt Turner
commit: e9c2ef1ede3f41d157b97e1259db57dbf5d1f4e2
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct  7 22:03:11 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct  7 22:03:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c2ef1e

dev-python/olefile-0.44: ppc stable, bug 667500

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

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

diff --git a/dev-python/olefile/olefile-0.44.ebuild 
b/dev-python/olefile/olefile-0.44.ebuild
index 7d8ce108ca3..2363eb5a552 100644
--- a/dev-python/olefile/olefile-0.44.ebuild
+++ b/dev-python/olefile/olefile-0.44.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/decalage2/${PN}/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 RDEPEND=""



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

2018-10-07 Thread Matt Turner
commit: 3795d2583fa33dc05c662f47df829e1c47a0711e
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct  7 22:03:18 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct  7 22:03:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3795d258

dev-python/pillow-5.2.0: ppc64 stable, bug 667500

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

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

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



[gentoo-commits] repo/gentoo:master commit in: sys-power/upower/

2018-10-07 Thread Matt Turner
commit: 7e06faa06d2b58310c9d9cf8cdfcb23e3bf63cef
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct  7 22:03:16 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct  7 22:03:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e06faa0

sys-power/upower-0.99.8: ppc64 stable, bug 666870

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

 sys-power/upower/upower-0.99.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/upower/upower-0.99.8.ebuild 
b/sys-power/upower/upower-0.99.8.ebuild
index ad5aee88e36..bda2792c5c8 100644
--- a/sys-power/upower/upower-0.99.8.ebuild
+++ b/sys-power/upower/upower-0.99.8.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://gitlab.freedesktop.org/upower/upower/uploads/${COMMIT}/${P}.tar
 
 LICENSE="GPL-2"
 SLOT="0/3" # based on SONAME of libupower-glib.so
-KEYWORDS="~alpha amd64 ~arm ~arm64 ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 
 # gtk-doc files are not available as prebuilt in the tarball
 IUSE="doc +introspection ios kernel_FreeBSD kernel_linux selinux"



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

2018-10-07 Thread Matt Turner
commit: 76cfec84985dc0329f385b8d5bff65f06f6ec098
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct  7 22:03:13 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct  7 22:03:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76cfec84

media-gfx/libimagequant-2.11.7: ppc stable, bug 667500

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

 media-gfx/libimagequant/libimagequant-2.11.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/libimagequant/libimagequant-2.11.7.ebuild 
b/media-gfx/libimagequant/libimagequant-2.11.7.ebuild
index e0088b888ea..9d4f36b7a4d 100644
--- a/media-gfx/libimagequant/libimagequant-2.11.7.ebuild
+++ b/media-gfx/libimagequant/libimagequant-2.11.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ImageOptim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0/0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="cpu_flags_x86_sse2 debug openmp static-libs"
 
 DEPEND=""



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

2018-10-07 Thread Matt Turner
commit: 5e9ab4ac5ad02a01bbd3f86ae6d44c19d6936b83
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct  7 22:03:09 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct  7 22:03:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e9ab4ac

media-libs/libbs2b-3.1.0-r2: ppc stable, bug 667394

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

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

diff --git a/media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild 
b/media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild
index 6caaccb7c82..476131ef306 100644
--- a/media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild
+++ b/media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/bs2b/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~mips ppc ~ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=media-libs/libsndfile-1.0.25-r1[${MULTILIB_USEDEP}]"



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

2018-10-07 Thread Matt Turner
commit: b9bd872e4e1bfb10be999c22c83d25fb194e11e9
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct  7 22:03:08 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct  7 22:03:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9bd872e

app-text/lv-4.51-r4: ppc stable, bug 667366

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

 app-text/lv/lv-4.51-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/lv/lv-4.51-r4.ebuild b/app-text/lv/lv-4.51-r4.ebuild
index 722c56da9cf..7b5d272235b 100644
--- a/app-text/lv/lv-4.51-r4.ebuild
+++ b/app-text/lv/lv-4.51-r4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ia64 ~ppc ~ppc64 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ia64 ppc ~ppc64 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND="!app-editors/levee



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

2018-10-07 Thread Matt Turner
commit: d0c432f0e7fa674029304d6144cd9a96634bc1e7
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct  7 22:03:15 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct  7 22:03:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0c432f0

media-libs/libbs2b-3.1.0-r2: ppc64 stable, bug 667394

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

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

diff --git a/media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild 
b/media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild
index 476131ef306..35b1c756b55 100644
--- a/media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild
+++ b/media-libs/libbs2b/libbs2b-3.1.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/bs2b/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~mips ppc ~ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~mips ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=media-libs/libsndfile-1.0.25-r1[${MULTILIB_USEDEP}]"



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

2018-10-07 Thread Matt Turner
commit: e2a5559740ca7f476621aab31412b03439415534
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct  7 22:03:19 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct  7 22:03:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2a55597

media-gfx/libimagequant-2.11.7: ppc64 stable, bug 667500

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

 media-gfx/libimagequant/libimagequant-2.11.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/libimagequant/libimagequant-2.11.7.ebuild 
b/media-gfx/libimagequant/libimagequant-2.11.7.ebuild
index 9d4f36b7a4d..092a935042f 100644
--- a/media-gfx/libimagequant/libimagequant-2.11.7.ebuild
+++ b/media-gfx/libimagequant/libimagequant-2.11.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ImageOptim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0/0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="cpu_flags_x86_sse2 debug openmp static-libs"
 
 DEPEND=""



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

2018-10-07 Thread Mikle Kolyada
commit: 045856779d951bcb100eb7dc7f1f36ea6c40261a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct  7 21:55:12 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct  7 21:55:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04585677

dev-libs/girara: missformatting fix

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

 dev-libs/girara/girara-0.3.1.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-libs/girara/girara-0.3.1.ebuild 
b/dev-libs/girara/girara-0.3.1.ebuild
index abfc5ebceea..539ec1e49d2 100644
--- a/dev-libs/girara/girara-0.3.1.ebuild
+++ b/dev-libs/girara/girara-0.3.1.ebuild
@@ -15,14 +15,14 @@ KEYWORDS="~amd64 ~arm ~x86"
 IUSE="doc libnotify test"
 
 RDEPEND="dev-libs/glib:2
-   dev-libs/json-c
-   >=x11-libs/gtk+-3.20:3
-   >=x11-libs/pango-1.14
-   libnotify? ( x11-libs/libnotify )"
+dev-libs/json-c
+>=x11-libs/gtk+-3.20:3
+>=x11-libs/pango-1.14
+libnotify? ( x11-libs/libnotify )"
 
 DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )
-   test? ( dev-libs/check )"
+doc? ( app-doc/doxygen )
+test? ( dev-libs/check )"
 
 BDEPEND="virtual/pkgconfig"
 



[gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/default/linux/, profiles/features/hardened/

2018-10-07 Thread Michael Orlitzky
commit: 0f7838027ac84f2a57d98823e8b259677fe6ef36
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Jan 14 15:31:24 2018 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Oct  7 21:52:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f783802

profiles: unset USE=modules by default.

The "modules" USE flag was originally enabled by default in the base
profile so that any ebuild inheriting linux-mod.eclass would have its
kernel modules built by default. However, the name of that USE flag is
now controlled by the MODULES_OPTIONAL_USE variable, set in the ebuild
itself. The best place for the USE flag default is therefore in IUSE
(in the ebuild), because only the ebuild knows the correct flag name.

There are at least two packages, media-gfx/graphicsmagick and
net-im/mcabber, that assign a different meaning to the "modules" flag,
further suggesting that a global default is too blunt an approach.

This commit drops the flag from base/make.defaults, and also from
default/linux/make.defaults where a redundant entry was present.
Thereafter, the override in features/hardened/make.defaults is
unnecessary, so it has been dropped as well.

Closes: https://bugs.gentoo.org/635720
Signed-off-by: Michael Orlitzky  gentoo.org>

 profiles/base/make.defaults  | 5 -
 profiles/default/linux/make.defaults | 5 -
 profiles/features/hardened/make.defaults | 1 -
 3 files changed, 11 deletions(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index a0a1d4f977b..6e1ada342cf 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -92,11 +92,6 @@ LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 
lcdm001 mtxorb ncurses te
 # Netbeans modules/clusters
 NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb 
php profiler soa visualweb webcommon websvccommon xml"
 
-# 2009/09/21 Robin H. Johnson 
-# 
https://archives.gentoo.org/gentoo-dev/msg_dc705dc2c1a45e18a85aa62e8fb17009.xml
-# Build kernel modules from linux-mod by default:
-USE="${USE} modules"
-
 # Manuel RĂ¼ger  (09 Sep 2015)
 # Default Ruby build target
 # Updated to include ruby23 on 21 Jan 2018

diff --git a/profiles/default/linux/make.defaults 
b/profiles/default/linux/make.defaults
index 4d580b1ba06..0716de8a14c 100644
--- a/profiles/default/linux/make.defaults
+++ b/profiles/default/linux/make.defaults
@@ -53,8 +53,3 @@ VIDEO_CARDS="dummy fbdev v4l"
 # Note that adding LDFLAGS="-Wl,-O1 ${LDFLAGS}" breaks dev-util/boost-build
 # because of whitespace.
 LDFLAGS="-Wl,-O1 -Wl,--as-needed"
-
-# 2009/09/21 Robin H. Johnson 
-# 
https://archives.gentoo.org/gentoo-dev/msg_dc705dc2c1a45e18a85aa62e8fb17009.xml
-# Build kernel modules from linux-mod by default:
-USE="${USE} modules"

diff --git a/profiles/features/hardened/make.defaults 
b/profiles/features/hardened/make.defaults
index 1502b08728f..88e165c4611 100644
--- a/profiles/features/hardened/make.defaults
+++ b/profiles/features/hardened/make.defaults
@@ -24,4 +24,3 @@ USE="${USE} -berkdb -gdbm -tcpd"
 USE="${USE} -fortran"
 USE="${USE} -cli"
 USE="${USE} -dri"
-USE="${USE} -modules"



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

2018-10-07 Thread Mikle Kolyada
commit: 2bfb1e0d6e9c0eabc8521ac0802b2676d1f34dbd
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct  7 21:51:30 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct  7 21:51:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bfb1e0d

dev-libs/girara: Drop old

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

 dev-libs/girara/Manifest|  1 -
 dev-libs/girara/girara-0.2.7.ebuild | 68 -
 2 files changed, 69 deletions(-)

diff --git a/dev-libs/girara/Manifest b/dev-libs/girara/Manifest
index 0070de2b588..edc95ff5ee8 100644
--- a/dev-libs/girara/Manifest
+++ b/dev-libs/girara/Manifest
@@ -1,3 +1,2 @@
-DIST girara-0.2.7.tar.gz 76723 BLAKE2B 
7438709e15b9272260cfa9f5419b40672a2c33b2cdeed1d915b51b4d53b301a4347cb0c051155a9a20b09b61efb0ee13df7eb0fdc3a94d1a428a7cb1e296f0d2
 SHA512 
4229565b8a5fad1ecbf42e4f3f852644964a7d5c90154dab9b7dcb5ccd5f25731911452472bbeb28927d1e30d4df6ed066926e11c6a73f0fd5740570493a036f
 DIST girara-0.2.8.tar.gz 73646 BLAKE2B 
08a3fea194922cfb84793d14905f15aac6e73daf3c4304842b88e7f517046daa287deaef770176bc06358b37c52418f1e42204df302c2c7d4f82c2f4a10a44a9
 SHA512 
d853f8337a63ae2ed319547a2daa2ccd3ce6f31b3dbb52522705c78dbbb94da1dc1efc4ac62d3c2af94531d4dea309323b878619ea0c9778c37960791ca0cb4e
 DIST girara-0.3.1.tar.xz 58148 BLAKE2B 
7945ca0b417bf09a37f4ce7cc6603adc93cd224d7e449c7f4dae00a4abf254b251230fb40e2f985c293bad95c0bd05ff646418bb5f8e0a1c6d5d2df832900256
 SHA512 
5c4b2972bfb0296cd1b984c9426b67b50e29e2928fb0e9a3aa3f9bc21aebc28dcc93570e888060e0bb02561022b379cdfcfa3317b52e78cac04e7fc1ba476107

diff --git a/dev-libs/girara/girara-0.2.7.ebuild 
b/dev-libs/girara/girara-0.2.7.ebuild
deleted file mode 100644
index f8ff7c98236..000
--- a/dev-libs/girara/girara-0.2.7.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib toolchain-funcs virtualx
-[[ ${PV} == * ]] && inherit git-2
-
-DESCRIPTION="UI library that focuses on simplicity and minimalism"
-HOMEPAGE="https://pwmt.org/projects/girara/;
-if ! [[ ${PV} == * ]]; then
-SRC_URI="https://pwmt.org/projects/${PN}/download/${P}.tar.gz;
-fi
-EGIT_REPO_URI="https://git.pwmt.org/pwmt/${PN}.git;
-EGIT_BRANCH="develop"
-
-LICENSE="ZLIB"
-SLOT="3"
-if ! [[ ${PV} == * ]]; then
-KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
-fi
-IUSE="libnotify static-libs test"
-
-RDEPEND=">=dev-libs/glib-2.28
-   >=x11-libs/gtk+-3.4:3
-   dev-libs/json-c
-   !<${CATEGORY}/${PN}-0.1.6
-   libnotify? ( >=x11-libs/libnotify-0.7 )"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-   virtual/pkgconfig
-   test? ( x11-apps/xhost
-   dev-libs/check )"
-
-pkg_setup() {
-   mygiraraconf=(
-   WITH_LIBNOTIFY=$(usex libnotify 1 0)
-   PREFIX="${EPREFIX}"/usr
-   LIBDIR='${PREFIX}'/$(get_libdir)
-   CC="$(tc-getCC)"
-   SFLAGS=''
-   VERBOSE=1
-   DESTDIR="${D}"
-   )
-}
-
-src_prepare() {
-   # Remove 'static' and 'install-static' targets
-   if ! use static-libs; then
-   sed -i \
-   -e '/^${PROJECT}:/s:static::' \
-   -e '/^install:/s:install-static::' \
-   Makefile || die
-   fi
-}
-
-src_compile() {
-   emake "${mygiraraconf[@]}"
-}
-
-src_test() {
-   virtx default
-}
-
-src_install() {
-   emake "${mygiraraconf[@]}" install
-   dodoc AUTHORS
-}



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

2018-10-07 Thread Mikle Kolyada
commit: b42d6bbfc04a87e815c5153456d17e578ad81210
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct  7 21:50:43 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct  7 21:51:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b42d6bbf

dev-libs/girara: Version bump (v0.3.1)

- switch to meson
- needed for newer zathura packages

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

 dev-libs/girara/Manifest|  1 +
 dev-libs/girara/girara-0.3.1.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/dev-libs/girara/Manifest b/dev-libs/girara/Manifest
index 1d57a50e6f3..0070de2b588 100644
--- a/dev-libs/girara/Manifest
+++ b/dev-libs/girara/Manifest
@@ -1,2 +1,3 @@
 DIST girara-0.2.7.tar.gz 76723 BLAKE2B 
7438709e15b9272260cfa9f5419b40672a2c33b2cdeed1d915b51b4d53b301a4347cb0c051155a9a20b09b61efb0ee13df7eb0fdc3a94d1a428a7cb1e296f0d2
 SHA512 
4229565b8a5fad1ecbf42e4f3f852644964a7d5c90154dab9b7dcb5ccd5f25731911452472bbeb28927d1e30d4df6ed066926e11c6a73f0fd5740570493a036f
 DIST girara-0.2.8.tar.gz 73646 BLAKE2B 
08a3fea194922cfb84793d14905f15aac6e73daf3c4304842b88e7f517046daa287deaef770176bc06358b37c52418f1e42204df302c2c7d4f82c2f4a10a44a9
 SHA512 
d853f8337a63ae2ed319547a2daa2ccd3ce6f31b3dbb52522705c78dbbb94da1dc1efc4ac62d3c2af94531d4dea309323b878619ea0c9778c37960791ca0cb4e
+DIST girara-0.3.1.tar.xz 58148 BLAKE2B 
7945ca0b417bf09a37f4ce7cc6603adc93cd224d7e449c7f4dae00a4abf254b251230fb40e2f985c293bad95c0bd05ff646418bb5f8e0a1c6d5d2df832900256
 SHA512 
5c4b2972bfb0296cd1b984c9426b67b50e29e2928fb0e9a3aa3f9bc21aebc28dcc93570e888060e0bb02561022b379cdfcfa3317b52e78cac04e7fc1ba476107

diff --git a/dev-libs/girara/girara-0.3.1.ebuild 
b/dev-libs/girara/girara-0.3.1.ebuild
new file mode 100644
index 000..abfc5ebceea
--- /dev/null
+++ b/dev-libs/girara/girara-0.3.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson virtualx
+
+DESCRIPTION="UI library that focuses on simplicity and minimalism"
+HOMEPAGE="https://pwmt.org/projects/girara/;
+SRC_URI="https://pwmt.org/projects/girara/download/${P}.tar.xz;
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="doc libnotify test"
+
+RDEPEND="dev-libs/glib:2
+   dev-libs/json-c
+   >=x11-libs/gtk+-3.20:3
+   >=x11-libs/pango-1.14
+   libnotify? ( x11-libs/libnotify )"
+
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen )
+   test? ( dev-libs/check )"
+
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   default
+   sed -i -e '/'-Werror.*'/d' meson.build || die "sed failed"
+}
+
+src_configure() {
+   local emesonargs=(
+   --libdir=/usr/$(get_libdir)
+   -Denable-json=true
+   -Denable-docs=$(usex doc true false)
+   -Denable-notify=$(usex libnotify true false)
+   )
+   meson_src_configure
+}
+
+src_test() {
+   virtx default
+}



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

2018-10-07 Thread James Le Cuirot
commit: ddc142f9db08cbe69be19b60dbf386a8c6882672
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Oct  7 21:46:35 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Oct  7 21:49:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddc142f9

dev-java/icedtea: Version bump to 3.9.0 with security fixes

Bug: https://bugs.gentoo.org/667920
Signed-off-by: James Le Cuirot  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.10

 dev-java/icedtea/Manifest |  11 +
 dev-java/icedtea/icedtea-3.9.0.ebuild | 391 ++
 2 files changed, 402 insertions(+)

diff --git a/dev-java/icedtea/Manifest b/dev-java/icedtea/Manifest
index 93cd6409934..48538dca21e 100644
--- a/dev-java/icedtea/Manifest
+++ b/dev-java/icedtea/Manifest
@@ -9,5 +9,16 @@ DIST icedtea-3.8-nashorn-bb3e3345d3ec.tar.xz 2317148 BLAKE2B 
9d85532853dfde6fcbf
 DIST icedtea-3.8-openjdk-499b993b345a.tar.xz 335928 BLAKE2B 
bb49fd086851110e9beb993167f2cb9b217800086070a1ba04a6b96b9e130157a2d8420a056e2e71e98144cd94454aa4c3a568c038f1b282cbc06b25df49a54c
 SHA512 
e438a7ab0eb4e4374278afdbd40cab66875c9704f80a8963f0c965ce995744bcf23814c734ffd10e95329c7b767337fff18e3478c3f03481f8e15a5a9bfc853f
 DIST icedtea-3.8-shenandoah-c44a9eef4985.tar.xz 6954776 BLAKE2B 
348735f8a2ecd656c4d323dd870fa63d028757a57babe0f4ffa0977d0446f17cd80a6709147b98d6712e1b5d26719cfad1ea01536930dddcf7389947b43a7d7d
 SHA512 
2e84c6b398f35e59d3819e5ce23dd573e76c385c47f9971d6b77def1cfc1b19a86288e3cdbd78aa6dcdab068128852f4a1c82cf13229a760b1f625095cd51514
 DIST icedtea-3.8.0.tar.xz 1496972 BLAKE2B 
9a376539ca2c4c8560aeaaa2fbc65c61a90519b9c87e924e2d54ef150401676e90df0fb5143fd90e9e4c6d254db56617456a668bf886573854f299402af378d8
 SHA512 
6336d35c11dbe16c96bc07eaa760fd849a2cd317416aba72b0732f8f1e52c9e3fedde5398d4a7f5a3057d4b6ae229965d597b3f5df09a76b5f31bbad0ad02a9a
+DIST icedtea-3.9-aarch32-891d70e93fb0.tar.xz 6771692 BLAKE2B 
915e3287b7a3f251e3f274e84c127e16c3145e550305d1f5dabae56367e3f118810fccd3be3c0f773f02556e9411812f30964bc38f6b44234f5e08b69c0362e3
 SHA512 
a15670f1c3593367aec89d40946115f6bc03bf4ba439cbcc0544293f46cbc5c0bbd4bb1b644fc00c29d8c82cdcabd00d993615b1852fabade097b433de0190fa
+DIST icedtea-3.9-corba-c120c4fb7b31.tar.xz 944220 BLAKE2B 
545430b398f6f33591faaf436a294c11d6a1ae83ed2c4ca474407568c01709aad0ecb3f7fe2a8b84900f1257b627890439439e200322b7c7d1d410c8f25a39c6
 SHA512 
644203f6b951b8a6af1291f732c0c1fd5a060ba87e0e371e77e6d40c8e36a094799ce8b29cbf094dd9a53a91aaaeea38f63c7340c8adba162ceff7a2695863ff
+DIST icedtea-3.9-hotspot-d78088224b98.tar.xz 6851860 BLAKE2B 
1006b9840e7e0a76fda362a47503ffdb689a0a2ed025696dd57cafc5a17167b21373b6c225d01c1d6ad8583e39d4eaac99157cea361daf193c9d992972764630
 SHA512 
e7e333695e5871a7ebf9d663d5c5a7d16a31e3eca33a7f974d7d6941598732bb8514cff8f0da8baffa2cff639d404f27aca23f450198e8a45262acc69d89f25f
+DIST icedtea-3.9-jaxp-55420c5cc9f3.tar.xz 2289624 BLAKE2B 
acdc7ec79393178b7d8a7f46605e8114858f2040e445e1c6388e9ebf21bd2367d21a65d3f1f041b316f45978fae970af1c7340679c9fefb8385a45e19564a98f
 SHA512 
98792ceeea825c91c6642bab14f43dfa8c3aeffcf9091c1b5c9587d154c6613c24bfa9d83a362393baf1eb0a71e424baaca4302729d1a8a30c0eb17c3688b6be
+DIST icedtea-3.9-jaxws-f824de94c42e.tar.xz 2272684 BLAKE2B 
150d3ced87a87096eee0d4aee40a9f055047d4af1cbfa71a77902599bcc3addc6808e99538bfec21337909a3cd4240e79ee8fa28bd946abdae0f8ba6a5b6ddfc
 SHA512 
d97f86bc8775cf83b7931f2503fc2c824e4433be46587416b314f6fc114e5d1117071625344305eb99101576e4639c8b24afa8be9c57387c9dd12b376150e835
+DIST icedtea-3.9-jdk-7b289a33ab97.tar.xz 39194584 BLAKE2B 
d08416b2757847f4218412dd8854b3488c4040e782dc672d77bd556869a91d6a7c4f529c79b5d3f3c69dad9996869c3d94359514b572ede879a2b1afb2d44b01
 SHA512 
192093916f442cac6d7a756f831a71e13407b327bb772031a795cb4578d82215c7eb38623e26781064f049ec7532bfac09bacda1d5241aba41f675ec84aa6730
+DIST icedtea-3.9-langtools-8496472630c5.tar.xz 2071464 BLAKE2B 
321bc7817d437b93ddec6e1f2167521acc1b54a8937352c3f4c59d3fba4ea06d6fc4a67d58e14b47d7357f4bec11dd657b5731b42676ce04a62c9cd0ba96
 SHA512 
20f7a53701621a827f45f8ec18b3a186b4d8ec2e58c11283a253c54e1182878e6c9ca0b6004c9c487c701ead9533912b7fe0d66339cdc8a39dab12a6da909064
+DIST icedtea-3.9-nashorn-79a2c8e2babc.tar.xz 2314292 BLAKE2B 
813a16728ca48c7cf9c414caab721f5ff46878d41bf05221d85c7da27dc3bdcc1c9ca4da5acde5b030fe04a466dca950fddf0f0771557bf73f7e868979365e15
 SHA512 
e149ee35efff265074e57351d5ba4870ec241516e4d73d23cf75a3420f07e666e610847c996f9c1f742586af49d23518776c4c60d8d1051a4e05b39be163ddd0
+DIST icedtea-3.9-openjdk-3b2d372838b9.tar.xz 338056 BLAKE2B 
1118cf74d6728685b7d9dcbee8351f462ef7c19020e7596e38e4b3b080d6108966c0f280e866e8925c620292592dc39e627808cde15dea47a01a39bcd675493b
 SHA512 
775930ee4806ddcf39d37ddf0f7fbacad1e1bb174cb2754a830bb1f7941a636e013ff5d844e431c4840c423480238fdb88a6c28d345e3c1326ec1dbb1c511c85
+DIST icedtea-3.9-shenandoah-b8b742251e42.tar.xz 6990872 BLAKE2B 

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

2018-10-07 Thread James Le Cuirot
commit: a2bb18cff3517874f1b18afe535f7009f38e9b82
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Oct  7 21:48:32 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Oct  7 21:49:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2bb18cf

dev-java/icedtea: Remove vulnerable 3.8.0

Bug: https://bugs.gentoo.org/667920
Signed-off-by: James Le Cuirot  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.10

 dev-java/icedtea/Manifest |  11 -
 dev-java/icedtea/icedtea-3.8.0.ebuild | 417 --
 2 files changed, 428 deletions(-)

diff --git a/dev-java/icedtea/Manifest b/dev-java/icedtea/Manifest
index 48538dca21e..8dc5ffb6fc2 100644
--- a/dev-java/icedtea/Manifest
+++ b/dev-java/icedtea/Manifest
@@ -1,14 +1,3 @@
-DIST icedtea-3.8-aarch32-bd08b7f27e11.tar.xz 6762428 BLAKE2B 
d5c6b97ad133faf21f16328e1a86fe22a1e3bdcba73d43728cceddb6341f529661202e5384f3a7bc9f0de4bac9af897b86f942cbfaa310a44b959b0be5b55fde
 SHA512 
99715812bf7b71e2031e96e27b27745d6963ee9749886a61a982628b5d95b9491a7696cf733d06adedef75dbb8dabecf5ffb72531e6b19329121b0e4f1b08afb
-DIST icedtea-3.8-corba-75fd375dd38a.tar.xz 942152 BLAKE2B 
86ca4a62d8dfe7b8fec3a90471b48e2d0711fe708654695bbc400bf71f1f3a3926f28989940ff325c0e171989336082d271ab468a13e38dfd93d680437d5
 SHA512 
a41d53d2d6471b94878ba18caf525f1b64e72c2ae6926a9f1f5dac2e9a9366151d35156fb519cca8aeeda97d8e42cc258a93390170859b3035de4da69e48e321
-DIST icedtea-3.8-hotspot-cb5711bf53d9.tar.xz 6838240 BLAKE2B 
a2419e93d736458c7853800c0efbd8a5035b2baa2b239e4326bdf70c5b6f08d36a96ae53b29de978e493c40ccf146f2c2115a08413b1fbf25c51850eb83fc4c2
 SHA512 
8c4b060611b867c43fbe6cac3d2f06f6979950781872b387220e12c7066b3efde24160b7bd03189350a6518615b492703425c2ea67a26c6b4d187f843093a780
-DIST icedtea-3.8-jaxp-2b279bb3475b.tar.xz 2287836 BLAKE2B 
3705c8137a29a706aefe3dbb32fb0042e81c50cddcc54c31448d2c6f2c5a27ab3ea7e7f03f82990c379b9f39368aaeb6d8ee8adb56ecbf21faddb35d1727be07
 SHA512 
3eb04788776612f0de0b058908417c4735e6b1cfb56afaf73748e1f3121b25d6eea710cd1d72ed19f8788c8e00b701265d79237da3542d0947c00d37b4308e9c
-DIST icedtea-3.8-jaxws-c54a27559acb.tar.xz 2270928 BLAKE2B 
2c5adb94aabd276fb00840ef6b0dfd04a36d728c603c8281bdbcc3d13b393144fb2336d4da54085ab999ef6725b6f706d727645a36b77f4a1294177947b6059f
 SHA512 
1431e71e2281eef893904e686c8d33587c4332ed7cfacd5fd2e278fe0a4e6f225e03d22b8ca73517b030e3e33ffba964f023bed9b9e4f4a6f14b8cced43ce0a5
-DIST icedtea-3.8-jdk-9c9ff65b03b6.tar.xz 39146448 BLAKE2B 
1f9a4efcc5697ce73af9018d39c632cecbca6945c4065f089db027d1fa86b6c315ead93f3acd291615c68edc057b470abe1cd0316300f54113eada7789b3a5cd
 SHA512 
9f6b6e42e8bea6a00c9833bd9775bfa5c63d1126e25fc376f4ba2cf5601dea8ab6a3f1d442d5fb188de3f74ce0a6410dc3a8463f798b1aa23822a272faa5aa73
-DIST icedtea-3.8-langtools-21524ad5b914.tar.xz 2070064 BLAKE2B 
5a5dcc0e40e08330e29850d99810fe62fc233390347ebb21fe12f606ddc6e8b5fe2060fe181210626d1e2ddc92828779f8fc138bdfda90f7b66f88e75f80ea43
 SHA512 
fd57023505d69246593ed24d90ad7052a88362ef7106900eca59e61ad5cadc247215cc9e8d410f9150e33a72126247ce1bb809540985062515b3d31d77d1535e
-DIST icedtea-3.8-nashorn-bb3e3345d3ec.tar.xz 2317148 BLAKE2B 
9d85532853dfde6fcbf406d52f29e3b8130e5435e38200a48aadb16b4aa8a9dfe70fe6f7f83c4bd170e25a61fbaf3a8499893ae247239594e004f1a4aa37e708
 SHA512 
7c6d51a6565fe8c670a59caf001b1c0821b7fb2e42b2bbe24b35e337df4fc664c87868e0c55dcaa168f9c3e973ab9e75bca93d660e242c07d0f21eff83d674b5
-DIST icedtea-3.8-openjdk-499b993b345a.tar.xz 335928 BLAKE2B 
bb49fd086851110e9beb993167f2cb9b217800086070a1ba04a6b96b9e130157a2d8420a056e2e71e98144cd94454aa4c3a568c038f1b282cbc06b25df49a54c
 SHA512 
e438a7ab0eb4e4374278afdbd40cab66875c9704f80a8963f0c965ce995744bcf23814c734ffd10e95329c7b767337fff18e3478c3f03481f8e15a5a9bfc853f
-DIST icedtea-3.8-shenandoah-c44a9eef4985.tar.xz 6954776 BLAKE2B 
348735f8a2ecd656c4d323dd870fa63d028757a57babe0f4ffa0977d0446f17cd80a6709147b98d6712e1b5d26719cfad1ea01536930dddcf7389947b43a7d7d
 SHA512 
2e84c6b398f35e59d3819e5ce23dd573e76c385c47f9971d6b77def1cfc1b19a86288e3cdbd78aa6dcdab068128852f4a1c82cf13229a760b1f625095cd51514
-DIST icedtea-3.8.0.tar.xz 1496972 BLAKE2B 
9a376539ca2c4c8560aeaaa2fbc65c61a90519b9c87e924e2d54ef150401676e90df0fb5143fd90e9e4c6d254db56617456a668bf886573854f299402af378d8
 SHA512 
6336d35c11dbe16c96bc07eaa760fd849a2cd317416aba72b0732f8f1e52c9e3fedde5398d4a7f5a3057d4b6ae229965d597b3f5df09a76b5f31bbad0ad02a9a
 DIST icedtea-3.9-aarch32-891d70e93fb0.tar.xz 6771692 BLAKE2B 
915e3287b7a3f251e3f274e84c127e16c3145e550305d1f5dabae56367e3f118810fccd3be3c0f773f02556e9411812f30964bc38f6b44234f5e08b69c0362e3
 SHA512 
a15670f1c3593367aec89d40946115f6bc03bf4ba439cbcc0544293f46cbc5c0bbd4bb1b644fc00c29d8c82cdcabd00d993615b1852fabade097b433de0190fa
 DIST icedtea-3.9-corba-c120c4fb7b31.tar.xz 944220 BLAKE2B 
545430b398f6f33591faaf436a294c11d6a1ae83ed2c4ca474407568c01709aad0ecb3f7fe2a8b84900f1257b627890439439e200322b7c7d1d410c8f25a39c6
 SHA512 

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

2018-10-07 Thread James Le Cuirot
commit: cc257eb782057aec5788c4e53bbfc5e375ef8b91
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Oct  7 21:47:24 2018 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Oct  7 21:49:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc257eb7

dev-java/icedtea-bin: Version bump to 3.9.0 with security fixes

Bug: https://bugs.gentoo.org/667920
Signed-off-by: James Le Cuirot  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.10

 dev-java/icedtea-bin/Manifest |  14 +++
 dev-java/icedtea-bin/icedtea-bin-3.9.0.ebuild | 160 ++
 2 files changed, 174 insertions(+)

diff --git a/dev-java/icedtea-bin/Manifest b/dev-java/icedtea-bin/Manifest
index 3582cd29e92..75fa28f806c 100644
--- a/dev-java/icedtea-bin/Manifest
+++ b/dev-java/icedtea-bin/Manifest
@@ -10,8 +10,15 @@ DIST icedtea-bin-core-3.8.0-arm64.tar.xz 59142392 BLAKE2B 
aa653348bb9d76ecccf27c
 DIST icedtea-bin-core-3.8.0-ppc64.tar.xz 54282712 BLAKE2B 
78f9f9fbbcdb5f36a970497eed6ea77ed142d32beec74caea489ee7105e08151878a622fef5ea66b521103dc5b561203c4bf3fe7ab2b80ac304b5d4bd2d1d84d
 SHA512 
d354b2eeb591dc73c9547a56f1421b034c7789cfb44a7f6b717ebce39113b319b3c3afbc7367e14c86b42a52e2c27fb69a016657581ab7f3586b6a7cc62b0137
 DIST icedtea-bin-core-3.8.0-ppc64le.tar.xz 54314152 BLAKE2B 
4a7988672a1bced1bc10c8ca7d6299e27aac624af6f6d1335c1a4722508aadb408e3f210de82491f3acc2873868d7f04bb26840161c56741ffd16c6c43e84430
 SHA512 
1382711e50f90ab1943c98214fdfdb971129eeb6ebdd710ecc8bf777487ce85aaee0e5c8dd17ac403e00f20a8829c1f1afcdf648794a08da6be9b0500d959815
 DIST icedtea-bin-core-3.8.0-x86.tar.xz 61435788 BLAKE2B 
5b4da8a54354287994d249ab2b3d2011ccfc987675e1899789f2a09b709e54fbf586b76a98839acad88b81fdef624b58e3821fbd416ea8bcf710293619ef9941
 SHA512 
623fc1b1f125b241642219e3060396395a6d802c73b440689c984ea259a1a0bad7b8ae04a300058f0a2815abb590e2b77bcaf3b4cddf2a9ed37a0789b87f25ba
+DIST icedtea-bin-core-3.9.0-amd64.tar.xz 61995800 BLAKE2B 
dbef63538ae68e5e9d2e664fdbb8d1422d9d5a32c9dbb6bf77fbc0b3602eb9de3a8ae830df480bf3e91cc89d9a3593f2892cd3001eba782512e8e5ab9f8b58ca
 SHA512 
349f7ab0dbe11614bc659f9a3a5cf75b7b1d1765cbf9f651684365cfc5fd7f608312b25362fb086521a077610cb88b19d33af4fce10e69dbeb29d8f4a23bad61
+DIST icedtea-bin-core-3.9.0-arm.tar.xz 58032620 BLAKE2B 
1646096d659a702b5ddb08c2c1d56f2eb53d91d08902045973b177b640d0bc7abb51343e81594fee669506a4710b5ca012af11ef4c4490d27e1fa2a7cf52a3e4
 SHA512 
f362170bd60e0a6ecce0f712aaa00effe9d52d082e4ae524f88e4ec91c02908108a0b8496cc21787f94605c265212c7fe7da164959d0432cb927d274f79ec56b
+DIST icedtea-bin-core-3.9.0-arm64.tar.xz 59190292 BLAKE2B 
8778d668e96a660b73371e4d67bd3c8121b981efea1d3c900c8d38b6be3bd3de65e79e87deeaa88b86be2ce766750471e332e0fbad08fb669b803eba3c367903
 SHA512 
577bb5bca4c9b9bc9ae14ba50fde73c89d37515e7287ff611d297394aecc2dfd69f4d2ca347ba5d833c41584cd4b644060f21ac5b6c3c11bf710037176065314
+DIST icedtea-bin-core-3.9.0-ppc64.tar.xz 54302616 BLAKE2B 
6a354a96bdfd3d6398832e0840f88c50981a1ca304f076c599603f98d3f61b32192f03b5a9830966e3a683af63415c56769977202cda6a618bc6953922f94f89
 SHA512 
534d1c7d7e64b69cd6352b62c46da005df0855bb5a8d01657462a9202d1149f3e9d3e89b8fe499b53f3f7faff976b6fb665e200bc05ee7ac17c981096c7ba584
+DIST icedtea-bin-core-3.9.0-ppc64le.tar.xz 54336300 BLAKE2B 
2cee58d745faee8dab0ad8b064b51d60552995d33407f40e50794a17f7d993b74fbd340db3aac520642e11a926a89554e9d686cd425b05bed4194eb1bc957e5f
 SHA512 
6d680a987dddff0d569417c3d33d8c8b73bf2aeb454906047226be3ff7277ffc62d272c0dcd6c2bc9ee3724eacf77074ef9e931f980232ffb356e9e919f2247b
+DIST icedtea-bin-core-3.9.0-x86.tar.xz 61471872 BLAKE2B 
09d1a9d66759ed008de33d6f0b6888308f9f6ef782501bce513bca9a9f5040d0407883018dda106b446bdd040ad8cb02f69177d6244dff7604e9a5bdb71bcaf5
 SHA512 
713b3c1fc4f18f2dc3729f0432f4695b44c45ceb16b576d3a291e756f2353267dbe2f6819a7bafab797d43ccc77c55a117c3782a7f75eb39f0749b1572d7b982
 DIST icedtea-bin-doc-3.7.0.tar.xz 11682076 BLAKE2B 
6c4629cfee975532aae9692061037662761ff4a0e3d13e72e167edfa90c81894894b48e97ad0077b38ba9e7081e21d157969f471988150a11f11a0b1ca6bf073
 SHA512 
e9c9ffe923fd6d6cd2dbb1bed402cba282baf17791c87b6fe12907fb4da3e401f4d101a06e1e6614d1d75d5b49a3e7cc60912a67af4dc25a4351d38c5c8ed391
 DIST icedtea-bin-doc-3.8.0.tar.xz 11683136 BLAKE2B 
37fd84b58f6d6934b4775b23c3cfd47dbf275083719361ef74d55dcd2385f822b8cd0257e76cf4a194cc6d555c579a8373b39f72f4a8e80b8511acb5a0b2b537
 SHA512 
aee063874fa2de7cc7848deb511b1373df14ecb530eb00887920ca82b9af80763616ac4df641cd0debbf08011f71b20e8b250384e9d142387139e7698dece53a
+DIST icedtea-bin-doc-3.9.0.tar.xz 11685100 BLAKE2B 
3c0301193e295b1441f657247263994deaf84c3c534b110db9a7e4fd3e6fe73d2499a2661dbed4f9d2751634c0b99242963b92a0cbea3fa846230d7dbfce1604
 SHA512 
d5190f0c341181321aab1a0113368cd138550a12d6be684568e45899df509b3e9ea95abd72c1505c298d6a14977ca2fcb07e85e6ab4d2d554959af35f993cb8f
 DIST icedtea-bin-examples-3.7.0-amd64.tar.xz 1856720 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: dev-go/go-protobuf/

2018-10-07 Thread Zac Medico
commit: 2538dbd7d5b53a782b7a1e51c3a121528161fcca
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Oct  7 21:39:03 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Oct  7 21:39:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2538dbd7

dev-go/go-protobuf: remove unmaintained  ebuild

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

 dev-go/go-protobuf/go-protobuf-.ebuild | 30 --
 1 file changed, 30 deletions(-)

diff --git a/dev-go/go-protobuf/go-protobuf-.ebuild 
b/dev-go/go-protobuf/go-protobuf-.ebuild
deleted file mode 100644
index b94987b944e..000
--- a/dev-go/go-protobuf/go-protobuf-.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-EGO_SRC=github.com/golang/protobuf
-EGO_PN=${EGO_SRC}/...
-
-if [[ ${PV} = ** ]]; then
-   inherit golang-vcs
-else
-   KEYWORDS="~amd64"
-   EGIT_COMMIT="68c687dc49948540b356a6b47931c9be4fcd0245"
-   SRC_URI="https://${EGO_SRC}/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
-   inherit golang-vcs-snapshot
-fi
-inherit golang-build
-
-DESCRIPTION="Go support for Google's protocol buffers"
-HOMEPAGE="https://github.com/golang/protobuf;
-LICENSE="BSD"
-SLOT="0/${PV}"
-IUSE=""
-DEPEND=""
-RDEPEND=""
-
-src_install() {
-   golang-build_src_install
-   dobin bin/*
-}



[gentoo-commits] repo/gentoo:master commit in: dev-go/go-protobuf/

2018-10-07 Thread Zac Medico
commit: fab116d2fa3e813d0e71af0762ba407def6fde90
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Oct  7 21:39:51 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Oct  7 21:39:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab116d2

dev-go/go-protobuf: remove old version 0_pre20150809

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

 dev-go/go-protobuf/Manifest|  1 -
 .../go-protobuf/go-protobuf-0_pre20150809.ebuild   | 31 --
 2 files changed, 32 deletions(-)

diff --git a/dev-go/go-protobuf/Manifest b/dev-go/go-protobuf/Manifest
index a3cf755dde1..1a6b08868cc 100644
--- a/dev-go/go-protobuf/Manifest
+++ b/dev-go/go-protobuf/Manifest
@@ -1,6 +1,5 @@
 DIST github.com-golang-net-aaf60122140d3fcf75376d319f0554393160eb50.tar.gz 
965206 BLAKE2B 
018ab877bfa7208bb0ca9b4ede85077ed37c8ee3c7065569646e6c9704715d6810b0286276ea0fa9a271f12ffbe964b41f55ec762711c8a43ccea564607f3265
 SHA512 
d56f5608e64e8d883a782f0c460f08da20e7d01a97330fad35c8757420ac82fb84b657c3f64e3c4d90a08cc4d8905ab37225d6fab8472e8f1fd3d7be212df8b9
 DIST github.com-golang-sync-1d60e4601c6fd243af51cc01ddf169918a5407ca.tar.gz 
16326 BLAKE2B 
d214c190a03006b726b4e5daa8320aa2f664572db46ac6a57545ccd3e98529c63fd5d9296e2afe0af0b781fcced4af52127d8079e72d116e0310688465e1882e
 SHA512 
dc67de045513305edb3239b412b9154b44b6f408eace3cbbcf400c08d68322cec7090b9e6b22d63bcfaaec459e221d0e3f2c057aa19ae9b35a4a134dd72475c5
 DIST 
github.com-google-go-genproto-af9cb2a35e7f169ec875002c1829c9b315cddc04.tar.gz 
2323831 BLAKE2B 
a614c74b60f8e347b47c8686807228ea76b021a918fc732b69293c8b59c1bc5396e320cbce6db87ab43b9a4fd649d19779874934bdd667f7cabf03165439c54a
 SHA512 
a6524f31e8c4775195c245ffbe54c7f770591d46663ea86b8120ffd8efb3cf9269569fbf457b0d0272dc47177ccf3b413e858c2b437ee9892b5ac6698d07ed4d
-DIST go-protobuf-0_pre20150809.tar.gz 151982 BLAKE2B 
dc7722108d09f94395c204a3adb8cce46978daa73319012964863536e8e4d3eaaff1878097dab0a96cc94ebc66c1b2f8cc0f49e931c104392bd7d083f2f1af8f
 SHA512 
04802b8d74ccaa17f9fc030badd0e74b6e47233ca5f1faab7c49f25bef2f06efd97aa4bf3f4783a7815958354744ddb9fee96d183aebbb03864069b0cc569564
 DIST go-protobuf-0_pre20160216.tar.gz 198638 BLAKE2B 
21b1780d9e792263eaa1babbefff855fc506177b56d907650968ae96e13c6624982511cbeb3b2bf002ad724ab454e4450f6d7649b55297fb2756b528f9789283
 SHA512 
d7f446ce7b3f78d646abccdbcb92c423fcca99a51275b55f2a357b5e44c2a6b6d7ea59a39b654daa36e59aa39d3b094ed3fb3d6f53c789a4396fceaecbd5ace5
 DIST go-protobuf-1.2.0.tar.gz 332565 BLAKE2B 
6916341aaa30f593c9a27363d4d73c548d0f7a629adffeab927078bb3ebc64f59a5c568b7bb7999c7505d526ce0ead0c9163908080f24ecd6c7b94ed2db28335
 SHA512 
a0f596ee96f7501ee47da75ea234c1e29c0abb2c3fda731acd601a55880502ae90d70f6d3da9c9a35e493fd1bcb69971c062e16b1e49a0996137950dac2effac

diff --git a/dev-go/go-protobuf/go-protobuf-0_pre20150809.ebuild 
b/dev-go/go-protobuf/go-protobuf-0_pre20150809.ebuild
deleted file mode 100644
index f5a8b85107e..000
--- a/dev-go/go-protobuf/go-protobuf-0_pre20150809.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-EGO_SRC=github.com/golang/protobuf
-EGO_PN=${EGO_SRC}/...
-
-if [[ ${PV} = ** ]]; then
-   inherit golang-vcs
-else
-   KEYWORDS="~amd64"
-   EGIT_COMMIT="68c687dc49948540b356a6b47931c9be4fcd0245"
-   SRC_URI="https://${EGO_SRC}/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
-   inherit golang-vcs-snapshot
-fi
-inherit golang-build
-
-DESCRIPTION="Go support for Google's protocol buffers"
-HOMEPAGE="https://github.com/golang/protobuf;
-LICENSE="BSD"
-SLOT="0/${PV}"
-IUSE=""
-DEPEND=""
-RDEPEND=""
-
-src_install() {
-   rm -rf src/${EGO_SRC}/.git* || die
-   golang-build_src_install
-   dobin bin/*
-}



[gentoo-commits] repo/gentoo:master commit in: dev-go/go-protobuf/

2018-10-07 Thread Zac Medico
commit: 7eb8b449936f88a6a1a8641badcc1f520a8b8e32
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Oct  7 21:20:03 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Oct  7 21:35:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb8b449

dev-go/go-protobuf: fix unit tests (bug 623474)

Closes: https://bugs.gentoo.org/623474
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Zac Medico  gentoo.org>

 dev-go/go-protobuf/Manifest |  2 ++
 dev-go/go-protobuf/go-protobuf-1.2.0.ebuild | 21 -
 2 files changed, 22 insertions(+), 1 deletion(-)

diff --git a/dev-go/go-protobuf/Manifest b/dev-go/go-protobuf/Manifest
index a2e22f93ba8..a3cf755dde1 100644
--- a/dev-go/go-protobuf/Manifest
+++ b/dev-go/go-protobuf/Manifest
@@ -1,3 +1,5 @@
+DIST github.com-golang-net-aaf60122140d3fcf75376d319f0554393160eb50.tar.gz 
965206 BLAKE2B 
018ab877bfa7208bb0ca9b4ede85077ed37c8ee3c7065569646e6c9704715d6810b0286276ea0fa9a271f12ffbe964b41f55ec762711c8a43ccea564607f3265
 SHA512 
d56f5608e64e8d883a782f0c460f08da20e7d01a97330fad35c8757420ac82fb84b657c3f64e3c4d90a08cc4d8905ab37225d6fab8472e8f1fd3d7be212df8b9
+DIST github.com-golang-sync-1d60e4601c6fd243af51cc01ddf169918a5407ca.tar.gz 
16326 BLAKE2B 
d214c190a03006b726b4e5daa8320aa2f664572db46ac6a57545ccd3e98529c63fd5d9296e2afe0af0b781fcced4af52127d8079e72d116e0310688465e1882e
 SHA512 
dc67de045513305edb3239b412b9154b44b6f408eace3cbbcf400c08d68322cec7090b9e6b22d63bcfaaec459e221d0e3f2c057aa19ae9b35a4a134dd72475c5
 DIST 
github.com-google-go-genproto-af9cb2a35e7f169ec875002c1829c9b315cddc04.tar.gz 
2323831 BLAKE2B 
a614c74b60f8e347b47c8686807228ea76b021a918fc732b69293c8b59c1bc5396e320cbce6db87ab43b9a4fd649d19779874934bdd667f7cabf03165439c54a
 SHA512 
a6524f31e8c4775195c245ffbe54c7f770591d46663ea86b8120ffd8efb3cf9269569fbf457b0d0272dc47177ccf3b413e858c2b437ee9892b5ac6698d07ed4d
 DIST go-protobuf-0_pre20150809.tar.gz 151982 BLAKE2B 
dc7722108d09f94395c204a3adb8cce46978daa73319012964863536e8e4d3eaaff1878097dab0a96cc94ebc66c1b2f8cc0f49e931c104392bd7d083f2f1af8f
 SHA512 
04802b8d74ccaa17f9fc030badd0e74b6e47233ca5f1faab7c49f25bef2f06efd97aa4bf3f4783a7815958354744ddb9fee96d183aebbb03864069b0cc569564
 DIST go-protobuf-0_pre20160216.tar.gz 198638 BLAKE2B 
21b1780d9e792263eaa1babbefff855fc506177b56d907650968ae96e13c6624982511cbeb3b2bf002ad724ab454e4450f6d7649b55297fb2756b528f9789283
 SHA512 
d7f446ce7b3f78d646abccdbcb92c423fcca99a51275b55f2a357b5e44c2a6b6d7ea59a39b654daa36e59aa39d3b094ed3fb3d6f53c789a4396fceaecbd5ace5

diff --git a/dev-go/go-protobuf/go-protobuf-1.2.0.ebuild 
b/dev-go/go-protobuf/go-protobuf-1.2.0.ebuild
index 00647dff876..06fee922c86 100644
--- a/dev-go/go-protobuf/go-protobuf-1.2.0.ebuild
+++ b/dev-go/go-protobuf/go-protobuf-1.2.0.ebuild
@@ -7,6 +7,8 @@ EGO_SRC="github.com/golang/protobuf"
 EGO_PN=${EGO_SRC}/...
 EGO_VENDOR=(
"google.golang.org/genproto af9cb2a35e7f169ec875002c1829c9b315cddc04 
github.com/google/go-genproto"
+   "golang.org/x/net aaf60122140d3fcf75376d319f0554393160eb50 
github.com/golang/net"
+   "golang.org/x/sync 1d60e4601c6fd243af51cc01ddf169918a5407ca 
github.com/golang/sync"
 )
 
 inherit golang-build golang-vcs-snapshot
@@ -22,9 +24,26 @@ IUSE=""
 DEPEND=""
 RDEPEND=""
 
+src_prepare() {
+   default
+   # golden_test.go:113: golden file differs: deprecated/deprecated.pb.go
+   sed -e 's:^\(func \)\(TestGolden\):\1_\2:' \
+   -i src/${EGO_SRC}/protoc-gen-go/golden_test.go || die
+}
+
+src_compile() {
+   env GOPATH="${S}" \
+   go install -v -work -x ${EGO_BUILD_FLAGS} "${EGO_PN}" || die
+}
+
+src_test() {
+   GOPATH="${S}" \
+   go test -v -work -x "${EGO_PN}" || die
+}
+
 src_install() {
rm -rf src/${EGO_SRC}/.git* || die
-   golang-build_src_install
+   golang_install_pkgs
rm -rf "${D%/}$(get_golibdir_gopath)/src/${EGO_SRC}/vendor" || die
 
dobin bin/*



[gentoo-commits] repo/gentoo:master commit in: dev-go/go-protobuf/

2018-10-07 Thread Zac Medico
commit: 75e230b730e5e942170a0d9fe6403c1f839be180
Author: Michael Perlov  gmail  com>
AuthorDate: Sun Oct  7 19:44:29 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Oct  7 21:35:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e230b7

dev-go/go-protobuf: version bump to 1.2.0

Closes: https://github.com/gentoo/gentoo/pull/10100
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Michael Perlov  gmail.com>
Signed-off-by: Zac Medico  gentoo.org>

 dev-go/go-protobuf/Manifest |  2 ++
 dev-go/go-protobuf/go-protobuf-1.2.0.ebuild | 31 +
 2 files changed, 33 insertions(+)

diff --git a/dev-go/go-protobuf/Manifest b/dev-go/go-protobuf/Manifest
index 79c8e0e6a9c..a2e22f93ba8 100644
--- a/dev-go/go-protobuf/Manifest
+++ b/dev-go/go-protobuf/Manifest
@@ -1,2 +1,4 @@
+DIST 
github.com-google-go-genproto-af9cb2a35e7f169ec875002c1829c9b315cddc04.tar.gz 
2323831 BLAKE2B 
a614c74b60f8e347b47c8686807228ea76b021a918fc732b69293c8b59c1bc5396e320cbce6db87ab43b9a4fd649d19779874934bdd667f7cabf03165439c54a
 SHA512 
a6524f31e8c4775195c245ffbe54c7f770591d46663ea86b8120ffd8efb3cf9269569fbf457b0d0272dc47177ccf3b413e858c2b437ee9892b5ac6698d07ed4d
 DIST go-protobuf-0_pre20150809.tar.gz 151982 BLAKE2B 
dc7722108d09f94395c204a3adb8cce46978daa73319012964863536e8e4d3eaaff1878097dab0a96cc94ebc66c1b2f8cc0f49e931c104392bd7d083f2f1af8f
 SHA512 
04802b8d74ccaa17f9fc030badd0e74b6e47233ca5f1faab7c49f25bef2f06efd97aa4bf3f4783a7815958354744ddb9fee96d183aebbb03864069b0cc569564
 DIST go-protobuf-0_pre20160216.tar.gz 198638 BLAKE2B 
21b1780d9e792263eaa1babbefff855fc506177b56d907650968ae96e13c6624982511cbeb3b2bf002ad724ab454e4450f6d7649b55297fb2756b528f9789283
 SHA512 
d7f446ce7b3f78d646abccdbcb92c423fcca99a51275b55f2a357b5e44c2a6b6d7ea59a39b654daa36e59aa39d3b094ed3fb3d6f53c789a4396fceaecbd5ace5
+DIST go-protobuf-1.2.0.tar.gz 332565 BLAKE2B 
6916341aaa30f593c9a27363d4d73c548d0f7a629adffeab927078bb3ebc64f59a5c568b7bb7999c7505d526ce0ead0c9163908080f24ecd6c7b94ed2db28335
 SHA512 
a0f596ee96f7501ee47da75ea234c1e29c0abb2c3fda731acd601a55880502ae90d70f6d3da9c9a35e493fd1bcb69971c062e16b1e49a0996137950dac2effac

diff --git a/dev-go/go-protobuf/go-protobuf-1.2.0.ebuild 
b/dev-go/go-protobuf/go-protobuf-1.2.0.ebuild
new file mode 100644
index 000..00647dff876
--- /dev/null
+++ b/dev-go/go-protobuf/go-protobuf-1.2.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGO_SRC="github.com/golang/protobuf"
+EGO_PN=${EGO_SRC}/...
+EGO_VENDOR=(
+   "google.golang.org/genproto af9cb2a35e7f169ec875002c1829c9b315cddc04 
github.com/google/go-genproto"
+)
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Go support for Google's protocol buffers"
+HOMEPAGE="https://github.com/golang/protobuf;
+SRC_URI="https://${EGO_SRC}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   ${EGO_VENDOR_URI}"
+LICENSE="BSD"
+SLOT="0/${PVR}"
+KEYWORDS="~amd64"
+IUSE=""
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+   rm -rf src/${EGO_SRC}/.git* || die
+   golang-build_src_install
+   rm -rf "${D%/}$(get_golibdir_gopath)/src/${EGO_SRC}/vendor" || die
+
+   dobin bin/*
+}



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

2018-10-07 Thread Matt Turner
commit: 68f5771bed3fdc5f8d4bc44a145bb07a73b73af8
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct  7 21:25:31 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct  7 21:27:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68f5771b

profiles/arch/powerpc/ppc32: Mask media-libs/x265's power8 flag

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

 profiles/arch/powerpc/ppc32/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/powerpc/ppc32/package.use.mask 
b/profiles/arch/powerpc/ppc32/package.use.mask
index 49413885519..f762c6ad858 100644
--- a/profiles/arch/powerpc/ppc32/package.use.mask
+++ b/profiles/arch/powerpc/ppc32/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Matt Turner  (07 Oct 2018)
+# media-libs/x265[power8] fails to build on 32-bit ppc.
+media-libs/x265 power8
+
 # Mikle Kolyada  (01 Sep 2018)
 # The dependency is not keyworded
 net-analyzer/wireshark bcg729



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

2018-10-07 Thread Matt Turner
commit: 397286eba9f050fbff68c4466cf8108557f5a79f
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct  7 21:26:59 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct  7 21:27:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=397286eb

media-libs/x265-2.8: ppc64 stable, bug 666486

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

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

diff --git a/media-libs/x265/x265-2.8.ebuild b/media-libs/x265/x265-2.8.ebuild
index 415f386b354..2cf0bfeaa75 100644
--- a/media-libs/x265/x265-2.8.ebuild
+++ b/media-libs/x265/x265-2.8.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} = * ]]; then
EHG_REPO_URI="https://bitbucket.org/multicoreware/x265;
 else

SRC_URI="https://bitbucket.org/multicoreware/x265/downloads/${PN}_${PV}.tar.gz;
-   KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ppc ~ppc64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ppc ppc64 x86"
 fi
 
 DESCRIPTION="Library for encoding video streams into the H.265/HEVC format"



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

2018-10-07 Thread Matt Turner
commit: e664dd9d017a0310e080bad46f8bc97b496c1b67
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct  7 21:26:56 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct  7 21:27:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e664dd9d

media-libs/x265-2.8: ppc stable, bug 666486

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

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

diff --git a/media-libs/x265/x265-2.8.ebuild b/media-libs/x265/x265-2.8.ebuild
index 5f87da893e5..415f386b354 100644
--- a/media-libs/x265/x265-2.8.ebuild
+++ b/media-libs/x265/x265-2.8.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} = * ]]; then
EHG_REPO_URI="https://bitbucket.org/multicoreware/x265;
 else

SRC_URI="https://bitbucket.org/multicoreware/x265/downloads/${PN}_${PV}.tar.gz;
-   KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ~ppc ~ppc64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ppc ~ppc64 x86"
 fi
 
 DESCRIPTION="Library for encoding video streams into the H.265/HEVC format"



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

2018-10-07 Thread Virgil Dupras
commit: e9c0bdddcfb6b77ef3d999493a85e286cca0020c
Author: Virgil Dupras  gentoo  org>
AuthorDate: Sun Oct  7 21:23:12 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Sun Oct  7 21:24:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c0bddd

profiles: last-rite app-office/openerp

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

Signed-off-by: Virgil Dupras  gentoo.org>

 profiles/package.mask | 8 
 1 file changed, 8 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index f18960ff8b0..65c38dab49d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,14 @@
 
 #--- END OF EXAMPLES ---
 
+# Virgil Dupras  (07 Oct 2018)
+# Masked for removal, along with orphans, because it's unmaintained
+# and vulnerable. Bug #629270
+app-office/openerp
+dev-python/pychart
+dev-python/pywebdav
+dev-python/vatnumber
+
 # Andreas Sturmlechner  (07 Oct 2018)
 # Masked for more testing especially of reverse-deps.
 >=dev-games/ogre-1.11.2



[gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-backgrounds/

2018-10-07 Thread Mart Raudsepp
commit: 520eb0826ad62f51ac424bcfa7a2c0c14ac3b6e6
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct  7 21:01:51 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct  7 21:01:51 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=520eb082

x11-themes/gnome-backgrounds-3.26.2: remove, available in ::gentoo

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

 .../gnome-backgrounds/gnome-backgrounds-3.26.2.ebuild| 16 
 1 file changed, 16 deletions(-)

diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.26.2.ebuild 
b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.26.2.ebuild
deleted file mode 100644
index 1ff9721c..
--- a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.26.2.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="A set of backgrounds packaged with the GNOME desktop"
-HOMEPAGE="https://git.gnome.org/browse/gnome-backgrounds;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="!

[gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-backgrounds/

2018-10-07 Thread Mart Raudsepp
commit: 115b5feb08c662a5aa0cfa9b78d3a529bc361862
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct  7 21:02:49 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct  7 21:02:49 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=115b5feb

x11-themes/gnome-backgrounds-: sync in LICENSE fix

The live ebuild probably doesn't work though and needs change
to use meson.

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

 x11-themes/gnome-backgrounds/gnome-backgrounds-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-.ebuild 
b/x11-themes/gnome-backgrounds/gnome-backgrounds-.ebuild
index abf8b283..9fe6063f 100644
--- a/x11-themes/gnome-backgrounds/gnome-backgrounds-.ebuild
+++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ inherit gnome2
 DESCRIPTION="A set of backgrounds packaged with the GNOME desktop"
 HOMEPAGE="https://git.gnome.org/browse/gnome-backgrounds;
 
-LICENSE="GPL-2"
+LICENSE="CC-BY-SA-2.0 CC-BY-SA-3.0 CC-BY-2.0"
 SLOT="0"
 if [[ ${PV} =  ]]; then
KEYWORDS=""



[gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-font-viewer/

2018-10-07 Thread Mart Raudsepp
commit: fb6fd75f9635a14515791e37cde516a540b65f5c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct  7 20:53:14 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct  7 20:53:14 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=fb6fd75f

media-gfx/gnome-font-viewer-3.26.0: remove, 3.30.0 available in ::gentoo

The main tree version removes wrong gdk-pixbuf build dep, adds missing
appstream-glib build dep and updates DESCRIPTION.

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

 .../gnome-font-viewer-3.26.0.ebuild| 29 --
 1 file changed, 29 deletions(-)

diff --git a/media-gfx/gnome-font-viewer/gnome-font-viewer-3.26.0.ebuild 
b/media-gfx/gnome-font-viewer/gnome-font-viewer-3.26.0.ebuild
deleted file mode 100644
index 3f54e327..
--- a/media-gfx/gnome-font-viewer/gnome-font-viewer-3.26.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome-meson
-
-DESCRIPTION="Font viewer for GNOME"
-HOMEPAGE="https://git.gnome.org/browse/gnome-font-viewer;
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0"
-IUSE=""
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-libs/glib-2.35.1:2
-   gnome-base/gnome-desktop:3=
-   media-libs/fontconfig:1.0
-   media-libs/freetype:2
-   >=media-libs/harfbuzz-0.9.9
-   >=x11-libs/gtk+-3.20:3
-"
-# libxml2+gdk-pixbuf required for glib-compile-resources
-DEPEND="${RDEPEND}
-   dev-libs/libxml2:2
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   x11-libs/gdk-pixbuf:2
-"



[gentoo-commits] proj/gnome:master commit in: x11-terms/gnome-terminal/

2018-10-07 Thread Mart Raudsepp
commit: b7c69a467dd75878328b52c71adda30def4a281c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct  7 21:03:43 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct  7 21:20:51 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=b7c69a46

x11-terms/gnome-terminal-: sync in dep updates from 3.30.1

Also remove gone --disable-migration configure argument

yelp-tools might actually be needed due to eautoreconf, but lets
see if anyone finds that to be the case..

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

 x11-terms/gnome-terminal/gnome-terminal-.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-.ebuild 
b/x11-terms/gnome-terminal/gnome-terminal-.ebuild
index de0e3912..d253183a 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -23,7 +23,7 @@ fi
 RDEPEND="
>=dev-libs/glib-2.42:2
>=x11-libs/gtk+-3.20:3
-   >=x11-libs/vte-0.52.2:2.91
+   >=x11-libs/vte-0.54.1:2.91
>=dev-libs/libpcre2-10
>=gnome-base/dconf-0.14
>=gnome-base/gsettings-desktop-schemas-0.1.0
@@ -31,13 +31,14 @@ RDEPEND="
gnome-shell? ( gnome-base/gnome-shell )
nautilus? ( >=gnome-base/nautilus-3 )
 "
-# itstool/yelp-tools required for help/* with non-en LINGUAS, see bug #549358
+# itstool required for help/* with non-en LINGUAS, see bug #549358
 # xmllint required for glib-compile-resources, see bug #549304
 DEPEND="${RDEPEND}
-   app-text/yelp-tools
-   dev-libs/libxml2
+   dev-libs/libxml2:2
dev-util/gdbus-codegen
+   dev-util/glib-utils
>=dev-util/intltool-0.50
+   dev-util/itstool
sys-devel/gettext
virtual/pkgconfig
 "
@@ -58,7 +59,6 @@ src_configure() {
 
gnome2_src_configure \
--disable-static \
-   --disable-migration \
$(use_enable debug) \
$(use_enable gnome-shell search-provider) \
$(use_with nautilus nautilus-extension) \



[gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-font-viewer/

2018-10-07 Thread Mart Raudsepp
commit: 211aaa99c18c4d3ac4cc23fc2c1ec01830a60a7b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct  7 20:54:45 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct  7 20:54:45 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=211aaa99

media-gfx/gnome-font-viewer: sync live ebuild

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

 media-gfx/gnome-font-viewer/gnome-font-viewer-.ebuild | 13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/media-gfx/gnome-font-viewer/gnome-font-viewer-.ebuild 
b/media-gfx/gnome-font-viewer/gnome-font-viewer-.ebuild
index f37d0466..556d6fdb 100644
--- a/media-gfx/gnome-font-viewer/gnome-font-viewer-.ebuild
+++ b/media-gfx/gnome-font-viewer/gnome-font-viewer-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ if [[ ${PV} =  ]]; then
EGIT_REPO_URI="git://git.gnome.org/gnome-font-viewer"
 fi
 
-DESCRIPTION="Font viewer for GNOME"
+DESCRIPTION="Font viewer utility for GNOME"
 HOMEPAGE="https://git.gnome.org/browse/gnome-font-viewer;
 
 LICENSE="GPL-2+ LGPL-2.1+"
@@ -23,16 +23,15 @@ fi
 
 RDEPEND="
>=dev-libs/glib-2.35.1:2
-   gnome-base/gnome-desktop:3=
+   >=x11-libs/gtk+-3.20:3
+   >=media-libs/harfbuzz-0.9.9
media-libs/fontconfig:1.0
media-libs/freetype:2
-   >=media-libs/harfbuzz-0.9.9
-   >=x11-libs/gtk+-3.20:3
+   gnome-base/gnome-desktop:3=
 "
-# libxml2+gdk-pixbuf required for glib-compile-resources
 DEPEND="${RDEPEND}
+   dev-libs/appstream-glib
dev-libs/libxml2:2
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
-   x11-libs/gdk-pixbuf:2
 "



[gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-backgrounds/

2018-10-07 Thread Mart Raudsepp
commit: e4d6d8d254b0990fbc055d9c940efda976b63169
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct  7 20:53:19 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct  7 21:14:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4d6d8d2

x11-themes/gnome-backgrounds: fix license

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

 x11-themes/gnome-backgrounds/gnome-backgrounds-3.24.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.24.0.ebuild 
b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.24.0.ebuild
index cc430be8029..5b601d7fb92 100644
--- a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.24.0.ebuild
+++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.24.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ inherit gnome2
 DESCRIPTION="A set of backgrounds packaged with the GNOME desktop"
 HOMEPAGE="https://git.gnome.org/browse/gnome-backgrounds;
 
-LICENSE="GPL-2"
+LICENSE="CC-BY-SA-2.0 CC-BY-SA-3.0 CC-BY-2.0"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-backgrounds/

2018-10-07 Thread Mart Raudsepp
commit: 6421af46cb76810756bb62a4c6ef648005e2163d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct  7 20:57:14 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct  7 21:14:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6421af46

x11-themes/gnome-backgrounds: bump to 3.26.2

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

 x11-themes/gnome-backgrounds/Manifest|  1 +
 .../gnome-backgrounds/gnome-backgrounds-3.26.2.ebuild| 16 
 2 files changed, 17 insertions(+)

diff --git a/x11-themes/gnome-backgrounds/Manifest 
b/x11-themes/gnome-backgrounds/Manifest
index 6355e5db7a0..b3d9892bbf6 100644
--- a/x11-themes/gnome-backgrounds/Manifest
+++ b/x11-themes/gnome-backgrounds/Manifest
@@ -1 +1,2 @@
 DIST gnome-backgrounds-3.24.0.tar.xz 15223020 BLAKE2B 
5a4bf10bb767da9ac1b89e426a517c0ad9b76d62d764b4398e3381cb9b1bd425ab8f36835a681e1586bbd95f5f2d08307a2680d2aae45bcfc400fa0c61e3938d
 SHA512 
ba044cd21d4c22dd6bf1a93a17579f2bc5f2b9198e40331486772f4fcb81a1c0179949a162e5a1e332f49cd833ca773cf27c1592966e94afbecd8b4d0728c24b
+DIST gnome-backgrounds-3.26.2.tar.xz 19289360 BLAKE2B 
757ba9a77d81f3cb5fe80df37f130cd6594d5e8127c8e2e05e90952d755d25be6e7896a3c737cbbef84f8f8f63f7a88ab893ff3d78e472fd3b156d849c8b
 SHA512 
14970e3c87a94a503d5a260304e100e64ea76fdaa5fc5c7d5b1c35444f5f4046abc95041c57bf31350aed4de37c6aaa80fd3d2905a52881d93c49487dd868791

diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.26.2.ebuild 
b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.26.2.ebuild
new file mode 100644
index 000..05cd98be629
--- /dev/null
+++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.26.2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="A set of backgrounds packaged with the GNOME desktop"
+HOMEPAGE="https://git.gnome.org/browse/gnome-backgrounds;
+
+LICENSE="CC-BY-SA-2.0 CC-BY-SA-3.0 CC-BY-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="!

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

2018-10-07 Thread Andreas Sturmlechner
commit: 30b1df6839f44c7ea39fc162f0d64edfacecb638
Author: Paul Healy  gmail  com>
AuthorDate: Tue Oct  2 17:59:57 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct  7 21:06:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30b1df68

sys-apps/dstat: add proxy maintainer to metadata.xml

I would like to maintain this package, and have added
myself to metadata.xml

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

 sys-apps/dstat/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/sys-apps/dstat/metadata.xml b/sys-apps/dstat/metadata.xml
index 4fb9befed7d..97a18fb59d1 100644
--- a/sys-apps/dstat/metadata.xml
+++ b/sys-apps/dstat/metadata.xml
@@ -1,7 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   lmip...@gmail.com
+   Paul Healy
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

 Dstat is a versatile replacement for vmstat, iostat and ifstat. Dstat overcomes
 some of the limitations and adds some extra features.



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

2018-10-07 Thread Andreas Sturmlechner
commit: 3f9649777c14a331b3f29c0bc77f223656eec5a0
Author: Paul Healy  gmail  com>
AuthorDate: Tue Oct  2 17:52:58 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct  7 21:06:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f964977

sys-apps/dstat: avoid running network... etc tests

This fixes the test target to only load a restricted
number of the shipped plugins - network, db,
virtualisation... etc will fail in different ways
unless the environment or explicit dependencies are
met.

Closes: https://bugs.gentoo.org/638728
Closes: https://bugs.gentoo.org/656514

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

 sys-apps/dstat/dstat-0.7.3.ebuild |  2 ++
 .../dstat/files/dstat-0.7.3-skip-non-sandbox-tests.patch  | 15 +++
 2 files changed, 17 insertions(+)

diff --git a/sys-apps/dstat/dstat-0.7.3.ebuild 
b/sys-apps/dstat/dstat-0.7.3.ebuild
index cbdd1df1a54..372d70a1fd0 100644
--- a/sys-apps/dstat/dstat-0.7.3.ebuild
+++ b/sys-apps/dstat/dstat-0.7.3.ebuild
@@ -24,6 +24,8 @@ RDEPEND="
)"
 DEPEND=""
 
+PATCHES=( "${FILESDIR}/dstat-${PV}-skip-non-sandbox-tests.patch" )
+
 src_install() {
emake DESTDIR="${ED}" install
einstalldocs

diff --git a/sys-apps/dstat/files/dstat-0.7.3-skip-non-sandbox-tests.patch 
b/sys-apps/dstat/files/dstat-0.7.3-skip-non-sandbox-tests.patch
new file mode 100644
index 000..48eb542ed19
--- /dev/null
+++ b/sys-apps/dstat/files/dstat-0.7.3-skip-non-sandbox-tests.patch
@@ -0,0 +1,15 @@
+--- a/Makefile 2016-03-18 13:03:22.0 +
 b/Makefile 2018-10-02 11:11:00.344942941 +0100
+@@ -32,9 +32,11 @@
+   rm -f examples/*.pyc plugins/*.pyc
+   $(MAKE) -C docs clean
+ 
++TEST_PLUGINS=--cpufreq --disk-avgqu --disk-avgrq --disk-svctm --disk-tps 
--disk-util --disk-wait --dstat-cpu --dstat-ctxt --dstat-mem --dstat 
--helloworld --md-status --net-packets --proc-count --snooze --test 
--top-bio-adv --top-bio --top-childwait --top-cpu-adv --top-cpu 
--top-cputime-avg --top-cputime --top-int --top-io-adv --top-io 
--top-latency-avg --top-latency --top-mem --top-oom
++
+ test:
+   ./dstat -taf 1 5
+-  ./dstat -t --all-plugins 1 5
++  ./dstat -t $(TEST_PLUGINS) 1 5
+ 
+ dist: clean
+   $(MAKE) -C docs dist



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

2018-10-07 Thread Johannes Huber
commit: 1b5fc4671a6d3612972c48cbe43e9450399c5a0f
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Oct  7 20:32:29 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Oct  7 20:32:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b5fc467

dev-libs/qtkeychain: Remove 0.8.0

Overshadowed by 0.9.0.

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

 dev-libs/qtkeychain/Manifest|  1 -
 dev-libs/qtkeychain/qtkeychain-0.8.0.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/dev-libs/qtkeychain/Manifest b/dev-libs/qtkeychain/Manifest
index 39e88122b1e..77e163f1a7d 100644
--- a/dev-libs/qtkeychain/Manifest
+++ b/dev-libs/qtkeychain/Manifest
@@ -1,2 +1 @@
-DIST qtkeychain-0.8.0.tar.gz 34686 BLAKE2B 
bb20ace4393e04a8c8167ce112499fed75615ed165824bfcbba6a243e374523ff397aa85eb324ee8d742295a1bd4618a363fae6f92aae74caf09b9ca18d76c1e
 SHA512 
be83ebc665a7916e96a2fd9990c72cd29373196591cf557fa6f9691f332ab67cc5475cab240c3e50e76cb37e0b7f189f0a1f2c3a70a6f655918e1d2465ed2f33
 DIST qtkeychain-0.9.0.tar.gz 35614 BLAKE2B 
b8fbcc3737808f8415f703cd92dd1f036fd6d1d83c056562e0142f67a234ddc29ad7f029ce9f520c8bcf179d8b99b5cf8b702ad010763956ff0fb8ce3f030934
 SHA512 
d8e7895169e9746c234a156e00edb939926d14da1a5eadab7cb1e67790958973bfd11c9c04c6fa5cf776aafbd0af40dcd50c683f1c80bef60d47d1465bb350df

diff --git a/dev-libs/qtkeychain/qtkeychain-0.8.0.ebuild 
b/dev-libs/qtkeychain/qtkeychain-0.8.0.ebuild
deleted file mode 100644
index 3c29800f75b..000
--- a/dev-libs/qtkeychain/qtkeychain-0.8.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Qt API for storing passwords securely"
-HOMEPAGE="https://github.com/frankosterfeld/qtkeychain;
-SRC_URI="https://github.com/frankosterfeld/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/1"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="gnome-keyring"
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5
-   gnome-keyring? ( gnome-base/libgnome-keyring )
-"
-
-DOCS=( ChangeLog ReadMe.txt )
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_WITH_QT4=OFF
-   -DQTKEYCHAIN_STATIC=OFF
-   -DBUILD_TRANSLATIONS=ON
-   -DLIBSECRET_SUPPORT=$(usex gnome-keyring)
-   )
-
-   cmake-utils_src_configure
-}



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

2018-10-07 Thread Johannes Huber
commit: 17fe6024758d4541e13095f38b1401924da8f5c1
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Oct  7 20:24:14 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Oct  7 20:24:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17fe6024

app-misc/screenfetch: Remove 3.8.0 (r0)

Overshadowed by 3.8.0-r1.

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

 app-misc/screenfetch/screenfetch-3.8.0.ebuild | 35 ---
 1 file changed, 35 deletions(-)

diff --git a/app-misc/screenfetch/screenfetch-3.8.0.ebuild 
b/app-misc/screenfetch/screenfetch-3.8.0.ebuild
deleted file mode 100644
index 35f27763226..000
--- a/app-misc/screenfetch/screenfetch-3.8.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/f/F}"
-
-DESCRIPTION="Bash Screenshot Information Tool"
-HOMEPAGE="https://github.com/KittyKatt/screenFetch;
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="curl X"
-
-DEPEND=""
-RDEPEND="
-   curl? ( net-misc/curl )
-   X? (
-   media-gfx/scrot
-   x11-apps/xdpyinfo
-   )"
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/KittyKatt/screenFetch.git;
-   inherit git-r3
-else
-   KEYWORDS="amd64 x86 ~x64-macos"
-   SRC_URI="https://github.com/KittyKatt/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
-src_install() {
-   newbin ${PN}-dev ${PN}
-   einstalldocs
-}



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

2018-10-07 Thread Nick Sarnie
commit: 0a2b2323a4b6e853150a2154d0683461099f0af0
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Oct  7 20:00:51 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Oct  7 20:06:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2b2323

dev-util/spirv-tools: Don't treat warnings as errors

Fix suggested by Coacher

Fixes: https://bugs.gentoo.org/667988
Signed-off-by: Nick Sarnie  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 dev-util/spirv-tools/spirv-tools-2018.4.ebuild | 3 ++-
 dev-util/spirv-tools/spirv-tools-2018.5.ebuild | 3 ++-
 dev-util/spirv-tools/spirv-tools-.ebuild   | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-util/spirv-tools/spirv-tools-2018.4.ebuild 
b/dev-util/spirv-tools/spirv-tools-2018.4.ebuild
index 95d38ce604d..abdb79a8835 100644
--- a/dev-util/spirv-tools/spirv-tools-2018.4.ebuild
+++ b/dev-util/spirv-tools/spirv-tools-2018.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -24,6 +24,7 @@ S="${WORKDIR}/SPIRV-Tools-${PV}"
 multilib_src_configure() {
local mycmakeargs=(
"-DSPIRV-Headers_SOURCE_DIR=/usr/"
+   "-DSPIRV_WERROR=OFF"
)
 
cmake-utils_src_configure

diff --git a/dev-util/spirv-tools/spirv-tools-2018.5.ebuild 
b/dev-util/spirv-tools/spirv-tools-2018.5.ebuild
index 23339df56f9..cabe3b5e9b7 100644
--- a/dev-util/spirv-tools/spirv-tools-2018.5.ebuild
+++ b/dev-util/spirv-tools/spirv-tools-2018.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -24,6 +24,7 @@ S="${WORKDIR}/SPIRV-Tools-${PV}"
 multilib_src_configure() {
local mycmakeargs=(
"-DSPIRV-Headers_SOURCE_DIR=/usr/"
+   "-DSPIRV_WERROR=OFF"
)
 
cmake-utils_src_configure

diff --git a/dev-util/spirv-tools/spirv-tools-.ebuild 
b/dev-util/spirv-tools/spirv-tools-.ebuild
index 593054a38eb..9dd96e1985f 100644
--- a/dev-util/spirv-tools/spirv-tools-.ebuild
+++ b/dev-util/spirv-tools/spirv-tools-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,6 +22,7 @@ DEPEND=">=dev-util/spirv-headers-1.3.4_pre20180917"
 multilib_src_configure() {
local mycmakeargs=(
"-DSPIRV-Headers_SOURCE_DIR=/usr/"
+   "-DSPIRV_WERROR=OFF"
)
 
cmake-utils_src_configure



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

2018-10-07 Thread Virgil Dupras
commit: 8bdb5b86e0c6f8e496145c4654f31caec9aeed8e
Author: Virgil Dupras  gentoo  org>
AuthorDate: Sun Oct  7 20:01:50 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Sun Oct  7 20:01:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bdb5b86

dev-python/pytest-relaxed: re-stabilize 1.1.4 on alpha

alpha was mistakenly de-stabilized as part of #647562 when it was
already stabilized as part of #663988

Bug: https://bugs.gentoo.org/663988
Bug: https://bugs.gentoo.org/647562
Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild 
b/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild
index 683884b4f05..7bc9b75035b 100644
--- a/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild
+++ b/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD-2"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/, profiles/arch/ia64/, profiles/arch/alpha/, ...

2018-10-07 Thread Virgil Dupras
commit: f9b740ffc467f21ad543a5e96a608ba4e040b93f
Author: Virgil Dupras  gentoo  org>
AuthorDate: Sun Oct  7 19:38:37 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Sun Oct  7 19:40:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b740ff

profiles: remove obsolete app-text/mupdf masks

Closes: https://bugs.gentoo.org/626732
Bug: https://bugs.gentoo.org/658618

Signed-off-by: Virgil Dupras  gentoo.org>

 profiles/arch/alpha/package.use.mask  | 4 
 profiles/arch/arm/package.use.mask| 4 
 profiles/arch/ia64/package.use.mask   | 4 
 profiles/arch/powerpc/package.use.mask| 4 
 profiles/arch/powerpc/package.use.stable.mask | 4 
 profiles/arch/powerpc/ppc32/package.use.mask  | 4 
 profiles/arch/powerpc/ppc64/package.use.mask  | 4 
 profiles/arch/sparc/package.use.mask  | 4 
 8 files changed, 32 deletions(-)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index dfc273aa4ad..e4017c1d3a5 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -175,10 +175,6 @@ net-analyzer/rrdtool rados
 # scrollview requires Java, which is unsupported on Alpha.
 app-text/tesseract scrollview
 
-# Michael Weber  (09 Jan 2016)
-# no alpha support in media-libs/glfw
-app-text/mupdf opengl
-
 # Justin Lecher  (18 Nov 2015)
 # requires dev-python/restkit which requires
 # dev-python/socketpool which requires dev-python/gevent which requires

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index cd87c3421d5..d5f15f34ca9 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -222,10 +222,6 @@ dev-cpp/eigen test
 # scrollview requires SWT, which is currently unsupported on ARM.
 app-text/tesseract scrollview
 
-# Michael Weber  (09 Jan 2016)
-# no arm support in media-libs/glfw
-app-text/mupdf opengl
-
 # Brian Evans  (23 Nov 2015)
 # unmask galera for dev-db/mariadb
 >=dev-db/mariadb-10.1.0 -galera

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index 3f796af7144..123e836f9e8 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -148,10 +148,6 @@ dev-cpp/eigen test
 # Missing keywords, bug #560382
 media-video/ffmpeg snappy
 
-# Michael Weber  (09 Jan 2016)
-# no ia64 support in media-libs/glfw
-app-text/mupdf opengl
-
 # Justin Lecher  (18 Nov 2015)
 # requires dev-python/restkit which requires
 # dev-python/socketpool which requires dev-python/gevent which requires

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index 52449270105..f8c08e17a22 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -92,10 +92,6 @@ net-misc/bfgminer adl lm_sensors
 # media-libs/libcdr, app-text/libwpd and app-text/libwpg
 media-gfx/inkscape cdr visio wpg
 
-# Michael Weber  (14 Mar 2017)
-# mask unkeyworded dependency media-libs/glfw
-app-text/mupdf opengl
-
 # Jason Zaman  (09 May 2017)
 # x11-libs/libXpresent is not keyworded on ppc
 xfce-base/xfwm4 xpresent

diff --git a/profiles/arch/powerpc/package.use.stable.mask 
b/profiles/arch/powerpc/package.use.stable.mask
index 23d9d45966e..d9f02c57399 100644
--- a/profiles/arch/powerpc/package.use.stable.mask
+++ b/profiles/arch/powerpc/package.use.stable.mask
@@ -25,10 +25,6 @@ media-video/vlc libav
 # Non-stable dependency.  Used to be masked completely.
 media-sound/abcde replaygain
 
-# Virgil Dupras  (18 Aug 2018)
-# app-text/mupdf stable ppc/ppc64 keywords were dropped in bug #658618
-net-print/cups-filters pdf
-
 # Ulrich MĂ¼ller  (09 Aug 2018)
 # Needs net-mail/mailutils and net-libs/webkit-gtk which are not
 # stable (yet?), bug #663248

diff --git a/profiles/arch/powerpc/ppc32/package.use.mask 
b/profiles/arch/powerpc/ppc32/package.use.mask
index 27935492196..49413885519 100644
--- a/profiles/arch/powerpc/ppc32/package.use.mask
+++ b/profiles/arch/powerpc/ppc32/package.use.mask
@@ -64,10 +64,6 @@ dev-lang/logtalk fop
 gnome-extra/libgda reports
 net-analyzer/wireshark doc-pdf
 
-# Michael Weber  (09 Jan 2016)
-# no ppc support in media-libs/glfw
-app-text/mupdf opengl
-
 # Anthony G. Basile  (26 Oct 2015)
 # Mask x265 on vlc for bug #564138
 media-video/vlc x265

diff --git a/profiles/arch/powerpc/ppc64/package.use.mask 
b/profiles/arch/powerpc/ppc64/package.use.mask
index d1eed069ec8..b6032b13eed 100644
--- a/profiles/arch/powerpc/ppc64/package.use.mask
+++ b/profiles/arch/powerpc/ppc64/package.use.mask
@@ -46,10 +46,6 @@ dev-java/batik python
 dev-java/bsf python
 dev-java/ant-apache-bsf python
 
-# Michael Weber  (09 Jan 2016)
-# no ppc64 support in media-libs/glfw
-app-text/mupdf opengl
-
 # Jeroen Roovers  (26 Dec 2015)
 # Mask until >sys-cluster/ceph-0.94 goes stable
 net-analyzer/rrdtool rados

diff --git 

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

2018-10-07 Thread Alfredo Tupone
commit: 68d838966e51132cce3f9fc08caf139730c54386
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Sun Oct  7 19:26:10 2018 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun Oct  7 19:26:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68d83896

dev-tcltk/bwidget: bump to 1.9.12 and fix test

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

 dev-tcltk/bwidget/Manifest   |  1 +
 .../{bwidget-1.9.9.ebuild => bwidget-1.9.12.ebuild}  | 16 +++-
 dev-tcltk/bwidget/bwidget-1.9.9.ebuild   |  4 ++--
 3 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/dev-tcltk/bwidget/Manifest b/dev-tcltk/bwidget/Manifest
index b9cd937923b..f5e7dab4385 100644
--- a/dev-tcltk/bwidget/Manifest
+++ b/dev-tcltk/bwidget/Manifest
@@ -1,2 +1,3 @@
+DIST bwidget-1.9.12.tar.gz 254905 BLAKE2B 
02b206b9d19ec9580003a8549aa14d2bce230f8dc9834fcd2ba327bee2cf1f90c324f1804e175b89055d5f5f8727253132d186e9230efdc8b29e390e3cf2bf6b
 SHA512 
0e01725ec65041a47a32625f2687e22bc42ccd581a26b3ca7be5a969b0b901c07fd5887a47ff846cc767a72cfc6e31f4aa99a1c9040a6f08705d97a5970f
 DIST bwidget-1.9.8.tar.gz 252668 BLAKE2B 
d7318b3ac932fd0ab9a5fb180e3ca739012e2e6583ba8e3366b6a63c85bfda26ea2f2534540442f9a2047cc27179877658bf492ccfac8106858d049f46f33034
 SHA512 
437958871809c8ce285cbf4521ff08720d106dca708183ff94234015da2b04ccb3a7b05df13d8e3f46466106c91418607c5983fc4ed8d9c4285ae0a0b1071262
 DIST bwidget-1.9.9.tar.gz 243001 BLAKE2B 
31935584e5c6737b143e67113f7d5fb34450ea5bf7852f3c72691abcb1545752f1607945377ac1cb68e5bb256aabc8f92aa193d2a63149ab3de0b74c074409d2
 SHA512 
6374c9127ab37dd2cc3ede30fc525a7d0f226a995e44f7b1c9751e1c5520090bfbbae5cfcb5cbeec4d1c89eb8f4cd7eb2e453ac055d4ae5ef4b7b77512d2e042

diff --git a/dev-tcltk/bwidget/bwidget-1.9.9.ebuild 
b/dev-tcltk/bwidget/bwidget-1.9.12.ebuild
similarity index 68%
copy from dev-tcltk/bwidget/bwidget-1.9.9.ebuild
copy to dev-tcltk/bwidget/bwidget-1.9.12.ebuild
index c7518e156e9..f13b72b2fa6 100644
--- a/dev-tcltk/bwidget/bwidget-1.9.9.ebuild
+++ b/dev-tcltk/bwidget/bwidget-1.9.12.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 inherit eutils multilib virtualx
 
@@ -10,7 +10,7 @@ MY_P=${MY_PN}-${PV}
 
 DESCRIPTION="High-level widget set for Tcl/Tk"
 HOMEPAGE="http://tcllib.sourceforge.net/;
-SRC_URI="mirror://sourceforge/project/tcllib/${MY_PN}/${PV}/${P}.tar.gz"
+SRC_URI="mirror://sourceforge/tcllib/${MY_PN}/${PV}/${P}.tar.gz"
 
 LICENSE="tcltk"
 SLOT="0"
@@ -20,13 +20,10 @@ IUSE="doc"
 DEPEND="dev-lang/tk:0"
 RDEPEND="${DEPEND}"
 
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.9.8-test.patch
-}
+PATCHES=( "${FILESDIR}"/${PN}-1.9.8-test.patch )
 
 src_test() {
-   VIRTUALX_COMMAND=tclsh
-   virtualmake tests/entry.test
+   TCLLIBPATH=${S} virtx tclsh tests/entry.test
 }
 
 src_install() {
@@ -38,5 +35,6 @@ src_install() {
doins -r demo
dodoc ChangeLog README.txt
 
-   use doc && dohtml BWman/*
+   docinto html
+   use doc && dodoc -r BWman/*
 }

diff --git a/dev-tcltk/bwidget/bwidget-1.9.9.ebuild 
b/dev-tcltk/bwidget/bwidget-1.9.9.ebuild
index c7518e156e9..7b2f79c479e 100644
--- a/dev-tcltk/bwidget/bwidget-1.9.9.ebuild
+++ b/dev-tcltk/bwidget/bwidget-1.9.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -26,7 +26,7 @@ src_prepare() {
 
 src_test() {
VIRTUALX_COMMAND=tclsh
-   virtualmake tests/entry.test
+   TCLLIBPATH="${S}" virtualmake tests/entry.test
 }
 
 src_install() {



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

2018-10-07 Thread Mikle Kolyada
commit: ec2744ca72dcb49fb6cde427ea43e39f2ee7e592
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct  7 19:14:16 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct  7 19:14:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec2744ca

net-libs/libtorrent-rasterbar: mark stable

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

 net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.9.ebuild 
b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.9.ebuild
index f9f8a919d1d..dea20892956 100644
--- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.9.ebuild
+++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${MY_
 
 LICENSE="BSD"
 SLOT="0/9"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="debug +dht doc examples libressl python +ssl static-libs test"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] proj/kde:master commit in: kde-plasma/breeze-grub/, kde-plasma/milou/, kde-plasma/oxygen/, ...

2018-10-07 Thread Andreas Sturmlechner
commit: c827f3867bae0b335bed4ce33d6a85a7a825f374
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Oct  7 19:09:20 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct  7 19:09:20 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c827f386

kde-plasma: Add KDE Plasma 5.14 stable branch

Bump version now, bump EAPI later...

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

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

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

diff --git a/kde-plasma/breeze-grub/breeze-grub-5.14.49..ebuild 
b/kde-plasma/breeze-grub/breeze-grub-5.14.49..ebuild
new file mode 100644
index 00..8e47f9f102
--- /dev/null
+++ 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/

2018-10-07 Thread Mikle Kolyada
commit: 5c144a7c2d303929b9b5ed5e3925f33c73b930a9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct  7 19:07:29 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct  7 19:07:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c144a7c

net-p2p/qbittorrent: Mark minor release stable

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

 net-p2p/qbittorrent/qbittorrent-4.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/qbittorrent/qbittorrent-4.1.3.ebuild 
b/net-p2p/qbittorrent/qbittorrent-4.1.3.ebuild
index dba40dca433..f990644fdec 100644
--- a/net-p2p/qbittorrent/qbittorrent-4.1.3.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-4.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/${PN}/qBittorrent.git;
 else

SRC_URI="https://github.com/qbittorrent/qBittorrent/archive/release-${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~ppc64 x86"
S="${WORKDIR}/qBittorrent-release-${PV}"
 fi
 



[gentoo-commits] repo/user/veremit:master commit in: app-office/scribus/files/, app-office/scribus/

2018-10-07 Thread Michael Everitt
commit: 58786218b1e0b317dff5b9d4dc117178c8fa61f0
Author: Michael Everitt  iee  org>
AuthorDate: Sun Oct  7 19:05:45 2018 +
Commit: Michael Everitt  iee  org>
CommitDate: Sun Oct  7 19:05:45 2018 +
URL:https://gitweb.gentoo.org/repo/user/veremit.git/commit/?id=58786218

Add scribus qt4 packages

Signed-off-by: Michael Everitt  iee.org>

 app-office/scribus/Manifest|   2 +
 .../scribus/files/scribus-1.4.0-minizip.patch  |  60 
 app-office/scribus/metadata.xml|  19 +++
 app-office/scribus/scribus-1.4.6.ebuild| 171 +
 app-office/scribus/scribus-1.4.7.ebuild| 171 +
 5 files changed, 423 insertions(+)

diff --git a/app-office/scribus/Manifest b/app-office/scribus/Manifest
new file mode 100644
index 000..cd5c14e
--- /dev/null
+++ b/app-office/scribus/Manifest
@@ -0,0 +1,2 @@
+DIST scribus-1.4.6.tar.xz 73601104 BLAKE2B 
5968a48410d1a2a4caa333c9f83b43f68c964862d9aa3cb20e136760201ef2ef6cb82f770026b6f962758c9d397f25a017d906433f52f88bec11c57105c27f6b
 SHA512 
74d8a89eb767535bcd8fe5e3c55d03709d59ff8fc5280005bcc2ad36cae1d37c8442ab85abaea86fdee9f351a901c86947231001324e2d8df00cbd8e5c18d1e3
+DIST scribus-1.4.7.tar.xz 72763748 BLAKE2B 
a3daa485cd35164d5055d920d53d1945c2760d48c552a2ce34193d1be2c5dc43e3c7d3c2ac64712f6d33c3b822648a78d8ba68f42c48bd3eb01739e28ec7aca1
 SHA512 
7627a46f0de2a7d4d3d3223e852db2fcdf9af439654cee3130046cd0a9a39f89dc185fc0342d9e03067e996c378929a2fee3f05cefee0b831a823622cf41e957

diff --git a/app-office/scribus/files/scribus-1.4.0-minizip.patch 
b/app-office/scribus/files/scribus-1.4.0-minizip.patch
new file mode 100644
index 000..c0a4b7c
--- /dev/null
+++ b/app-office/scribus/files/scribus-1.4.0-minizip.patch
@@ -0,0 +1,60 @@
+ Scribus.pro|4 
+ scribus/CMakeLists.txt |2 --
+ 2 files changed, 0 insertions(+), 6 deletions(-)
+
+diff --git a/Scribus.pro b/Scribus.pro
+index 17b5417..0cc23c9 100644
+--- a/Scribus.pro
 b/Scribus.pro
+@@ -276,7 +276,6 @@ HEADERS += scribus/about.h \
+scribus/insertaframe.h \
+scribus/insertTable.h \
+scribus/inspage.h \
+-   scribus/ioapi.h \
+scribus/javadocs.h \
+scribus/KarbonCurveFit.h \
+scribus/langmgr.h \
+@@ -496,7 +495,6 @@ HEADERS += scribus/about.h \
+scribus/undostate.h \
+scribus/unicodesearch.h \
+scribus/units.h \
+-   scribus/unzip.h \
+scribus/updatemanager.h \
+scribus/upgradechecker.h \
+scribus/urllauncher.h \
+@@ -933,7 +931,6 @@ SOURCES += scribus/about.cpp \
+scribus/insertaframe.cpp \
+scribus/insertTable.cpp \
+scribus/inspage.cpp \
+-   scribus/ioapi.c \
+scribus/javadocs.cpp \
+scribus/KarbonCurveFit.cpp \
+scribus/langmgr.cpp \
+@@ -1143,7 +1140,6 @@ SOURCES += scribus/about.cpp \
+scribus/undostate.cpp \
+scribus/unicodesearch.cpp \
+scribus/units.cpp \
+-   scribus/unzip.c \
+scribus/updatemanager.cpp \
+scribus/upgradechecker.cpp \
+scribus/urllauncher.cpp \
+diff --git a/scribus/CMakeLists.txt b/scribus/CMakeLists.txt
+index dcd7e10..3aca69b 100644
+--- a/scribus/CMakeLists.txt
 b/scribus/CMakeLists.txt
+@@ -405,7 +405,6 @@ SET(SCRIBUS_SOURCES
+   insertTable.cpp
+   insertaframe.cpp
+   inspage.cpp
+-  ioapi.c
+   javadocs.cpp
+   KarbonCurveFit.cpp
+   langmgr.cpp
+@@ -613,7 +612,6 @@ SET(SCRIBUS_SOURCES
+   undostate.cpp
+   unicodesearch.cpp
+   units.cpp
+-  unzip.c
+   updatemanager.cpp
+   upgradechecker.cpp
+   urllauncher.cpp

diff --git a/app-office/scribus/metadata.xml b/app-office/scribus/metadata.xml
new file mode 100644
index 000..02d7f56
--- /dev/null
+++ b/app-office/scribus/metadata.xml
@@ -0,0 +1,19 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+j...@gentoo.org
+  
+  
+Enable support for Boost based enhancement
+Enable support for spell checking with 
app-text/hunspell
+Don't install headers (only required for e.g. plug-in 
developers)
+3D redering via dev-games/openscenegraph
+Install the scripts
+Document tamplates
+Install tk based scripts e.g. FontSample.py
+  
+  
+scribus
+  
+

diff --git a/app-office/scribus/scribus-1.4.6.ebuild 
b/app-office/scribus/scribus-1.4.6.ebuild
new file mode 100644
index 000..0908438
--- /dev/null
+++ b/app-office/scribus/scribus-1.4.6.ebuild
@@ -0,0 +1,171 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="tk?"
+
+inherit cmake-utils fdo-mime python-single-r1
+
+DESCRIPTION="Desktop publishing (DTP) and layout program"
+HOMEPAGE="http://www.scribus.net/;
+SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.xz"
+

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

2018-10-07 Thread Mike Gilbert
commit: 156e1f73a4e9cd6a8c95b09db2a41047917d9894
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Oct  7 19:02:48 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Oct  7 19:02:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=156e1f73

www-client/chromium: beta channel bump (70.0.3538.45)

Package-Manager: Portage-2.3.50_p14, Repoman-2.3.11_p21
Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/chromium/Manifest| 2 +-
 .../{chromium-70.0.3538.22.ebuild => chromium-70.0.3538.45.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 0fe4a3695cf..d9e1d19a7e7 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,5 +1,5 @@
 DIST chromium-69.0.3497.100.tar.xz 617374764 BLAKE2B 
45805e7a743982c167974cbe223b126dad83cca2eca6c78b6fe707431b2df45cb30271c0ee5002839c84f661260063852a1e1a913d26a073a87fb20e7b4d964e
 SHA512 
bc9dd4a63eb9a8c369bd360f7fd0fb9b72addfa553e9a9d8adbfafe7ec4af39ec1fb3dd6523af1f17cb141aaf017ca4b6abc357c4a595ff627e88c58e87e8f6f
-DIST chromium-70.0.3538.22.tar.xz 622935696 BLAKE2B 
d2eb7f72aa9967d2620a705549c13d081aa5b011d47536ca3e1aa77989a9723a6187dab0d0c31c6f4e50469b05960411c8635c24cc9e58a5ed2651c5affb13d9
 SHA512 
5af260a217734965e4475211646a992b0c568e81610f552c13773082055ee7cc3356f9d60b85abc118e7d7866c903ddc6f4e64d1f0c4126cba19d886dc79b189
 DIST chromium-70.0.3538.35.tar.xz 622959384 BLAKE2B 
1b32897a08a63e6e1a4bcabef97d5b92a568632014b1c197ae76da6f1a6fb76f0ef93b50d41556d27943c72e8b7cefd36249cdd08204992abb54742c63b4c00f
 SHA512 
e4539ab964d95cc56c5c7d963787207b5e2c50a8aa12ac5e6d1e71f35be3adf60881b63f4c189c53f3f80bc69779556d61365afa2d8db43dba4a7bbd781591d9
+DIST chromium-70.0.3538.45.tar.xz 622986816 BLAKE2B 
f21d7755251e62c52dd8ea7a7e3300b77c8ca361671632e778becd68ff205c4d84386b7feab12aeb1f18082a79dca4d69a414294c2055bbb29ef448a27c783e0
 SHA512 
a5f87fd765e7cb9b07ffa3b04aed2d5a7f94c213de6b9d0abcb3e1e8e640e3b70e44d233c2865b418a021285fd1e797db49e3e9dd1cc9ac24f815419d57132a1
 DIST chromium-71.0.3554.4.tar.xz 626667348 BLAKE2B 
4cdbd7041fd087c860bfc5c731073713ac01059fa388de10684058a81178d007e6fe2ad2bf6ce58a44b5489b24ded1a29862f98dd8f9ec8484e5e0d9d7a2e38e
 SHA512 
ad4c6bc8ab857bf1a928b959129f5b64c1333f109cc7a5482f3bea3cab070faee85e41128acc4d9e479a312dd66ec201cf115e2dd8e35587f1bdd95ff78dfd18
 DIST chromium-71.0.3559.6.tar.xz 626881656 BLAKE2B 
4712e7bb9c7018ed4ace7f8d7d7c313e26c6a156c937084f5553e18bd38edd98536b09e867718ed1e9e561c3f39ddc6de4802b780e33d72f1329f636fa356250
 SHA512 
12ba43ee94aa185d13035c01755b0166082fe4831f1787e755de11a9b6121c0384eb04352f0582659a23908acc4544db359a30e0f22715d69f357c8a1baa3aac

diff --git a/www-client/chromium/chromium-70.0.3538.22.ebuild 
b/www-client/chromium/chromium-70.0.3538.45.ebuild
similarity index 100%
rename from www-client/chromium/chromium-70.0.3538.22.ebuild
rename to www-client/chromium/chromium-70.0.3538.45.ebuild



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

2018-10-07 Thread Andreas Sturmlechner
commit: 7481f997ac2739fa95800092eed45269f52826cb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep 13 00:41:14 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct  7 18:36:51 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7481f997

cmake-utils.eclass: Turn `eqawarn` into `die` for >= EAPI 7

 eclass/cmake-utils.eclass | 25 -
 1 file changed, 20 insertions(+), 5 deletions(-)

diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
index 527b26de80..0bb3ec7131 100644
--- a/eclass/cmake-utils.eclass
+++ b/eclass/cmake-utils.eclass
@@ -125,7 +125,13 @@ esac
 
 EXPORT_FUNCTIONS src_prepare src_configure src_compile src_test src_install
 
-[[ ${WANT_CMAKE} ]] && eqawarn "\${WANT_CMAKE} has been removed and is a no-op 
now"
+if [[ ${WANT_CMAKE} ]]; then
+   if [[ ${EAPI} != [56] ]]; then
+   die "\${WANT_CMAKE} has been removed and is a no-op now"
+   else
+   eqawarn "\${WANT_CMAKE} has been removed and is a no-op now"
+   fi
+fi
 [[ ${PREFIX} ]] && die "\${PREFIX} has been removed and is a no-op now"
 
 case ${CMAKE_MAKEFILE_GENERATOR} in
@@ -208,8 +214,13 @@ _cmake_check_build_dir() {
# Respect both the old variable and the new one, depending
# on which one was set by the ebuild.
if [[ ! ${BUILD_DIR} && ${CMAKE_BUILD_DIR} ]]; then
-   eqawarn "The CMAKE_BUILD_DIR variable has been renamed 
to BUILD_DIR."
-   eqawarn "Please migrate the ebuild to use the new one."
+   if [[ ${EAPI} != [56] ]]; then
+   eerror "The CMAKE_BUILD_DIR variable has been 
renamed to BUILD_DIR."
+   die "The ebuild must be migrated to BUILD_DIR."
+   else
+   eqawarn "The CMAKE_BUILD_DIR variable has been 
renamed to BUILD_DIR."
+   eqawarn "Please migrate the ebuild to use the 
new one."
+   fi
 
# In the next call, both variables will be set already
# and we'd have to know which one takes precedence.
@@ -224,7 +235,7 @@ _cmake_check_build_dir() {
fi
 
# Backwards compatibility for getting the value.
-   CMAKE_BUILD_DIR=${BUILD_DIR}
+   [[ ${EAPI} == [56] ]] && CMAKE_BUILD_DIR=${BUILD_DIR}
 
mkdir -p "${BUILD_DIR}" || die
echo ">>> Working in BUILD_DIR: \"$BUILD_DIR\""
@@ -508,7 +519,11 @@ cmake-utils_src_configure() {
debug-print-function ${FUNCNAME} "$@"
 
if [[ ! ${_CMAKE_UTILS_SRC_PREPARE_HAS_RUN} ]]; then
-   eqawarn "cmake-utils_src_prepare has not been run, please open 
a bug on https://bugs.gentoo.org/;
+   if [[ ${EAPI} != [56] ]]; then
+   die "FATAL: cmake-utils_src_prepare has not been run"
+   else
+   eqawarn "cmake-utils_src_prepare has not been run, 
please open a bug on https://bugs.gentoo.org/;
+   fi
fi
 
[[ ${EAPI} == 5 ]] && _cmake_cleanup_cmake



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

2018-10-07 Thread Andreas Sturmlechner
commit: 42f0d29b4942e60b70fc708ad67d96d839e87c70
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 15 00:03:00 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct  7 18:36:34 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=42f0d29b

cmake-utils.eclass: Make ninja default backend in EAPI >= 7

* Using the ninja backend as a default is the only way to
  massively improve src_compile core utilization, given that
  it seems unlikely that CMake will ever produce non-recursive
  Makefiles.

  See also:
  http://www.kaizou.org/2016/09/build-benchmark-large-c-project/

 eclass/cmake-utils.eclass | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
index 73e7f0b73a..a75574505c 100644
--- a/eclass/cmake-utils.eclass
+++ b/eclass/cmake-utils.eclass
@@ -50,10 +50,12 @@ _CMAKE_UTILS_ECLASS=1
 # Set to enable in-source build.
 
 # @ECLASS-VARIABLE: CMAKE_MAKEFILE_GENERATOR
+# @DEFAULT_UNSET
 # @DESCRIPTION:
 # Specify a makefile generator to be used by cmake.
 # At this point only "emake" and "ninja" are supported.
-: ${CMAKE_MAKEFILE_GENERATOR:=emake}
+# In EAPI 7 and above, the default is set to "ninja",
+# whereas in EAPIs below 7, it is set to "emake".
 
 # @ECLASS-VARIABLE: CMAKE_MIN_VERSION
 # @DESCRIPTION:
@@ -112,7 +114,13 @@ esac
 inherit toolchain-funcs ninja-utils flag-o-matic multiprocessing xdg-utils
 
 case ${EAPI} in
-   5|6) inherit eutils multilib ;;
+   [56])
+   : ${CMAKE_MAKEFILE_GENERATOR:=emake}
+   inherit eapi7-ver eutils multilib
+   ;;
+   *)
+   : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
+   ;;
 esac
 
 EXPORT_FUNCTIONS src_prepare src_configure src_compile src_test src_install



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

2018-10-07 Thread Andreas Sturmlechner
commit: a3cf2369a989b6989b9db33a6ec45f2a675d4744
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 15 00:03:03 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct  7 18:36:43 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a3cf2369

cmake-utils.eclass: Enable BUILD_SHARED_LIBS by default in EAPI >= 7

* Many upstreams build static libraries by default, as this is
  simpler for distribution. Developers can still override this
  variable if required.

  Examples:
  https://github.com/pezmaster31/bamtools/blob/master/CMakeLists.txt#L64

 eclass/cmake-utils.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
index a75574505c..527b26de80 100644
--- a/eclass/cmake-utils.eclass
+++ b/eclass/cmake-utils.eclass
@@ -630,6 +630,7 @@ cmake-utils_src_configure() {
if [[ ${EAPI} != [56] ]]; then
cat >> "${common_config}" <<- _EOF_ || die
SET (CMAKE_INSTALL_DOCDIR 
"${EPREFIX}/usr/share/doc/${PF}" CACHE PATH "")
+   SET (BUILD_SHARED_LIBS ON CACHE BOOLEAN "")
_EOF_
fi
 



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

2018-10-07 Thread Andreas Sturmlechner
commit: 3eab9dcacdf3e1790e2a38e7aa5bb42778225cba
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Oct  7 18:19:06 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct  7 18:22:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eab9dca

profiles: Mask >=dev-games/ogre-1.11.2 for more revdep-testing

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

 profiles/package.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 14902d7e737..f18960ff8b0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (07 Oct 2018)
+# Masked for more testing especially of reverse-deps.
+>=dev-games/ogre-1.11.2
+
 # Mart Raudsepp  (06 Oct 2018)
 # Netspeed applet moved into mate-base/mate-applets since v1.14,
 # use that instead. Bug #667910



[gentoo-commits] repo/gentoo:master commit in: dev-games/ogre/, dev-games/ogre/files/

2018-10-07 Thread Andreas Sturmlechner
commit: 6951cd9bba219de923a83bcd5c7ca4c18346c89f
Author: Sven Eden  gmx  net>
AuthorDate: Fri Sep  7 06:27:06 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct  7 18:22:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6951cd9b

dev-games/ogre: 1.11.2 version bump

This is the second stable release of the current 1.11 series.
Apart from stabilizing Ogre BITES, this series also adds json material support.

Bug: https://bugs.gentoo.org/647266
Signed-off-by: Sven Eden  prydeworx.com>
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Closes: https://github.com/gentoo/gentoo/pull/9474
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-games/ogre/Manifest|   1 +
 .../ogre-1.11.2-fix_sample_source_install.patch|  18 +++
 dev-games/ogre/files/ogre-1.11.2-media_path.patch  |  18 +++
 .../ogre/files/ogre-1.11.2-resource_path.patch |  14 ++
 dev-games/ogre/metadata.xml|   6 +-
 dev-games/ogre/ogre-1.11.2.ebuild  | 143 +
 6 files changed, 199 insertions(+), 1 deletion(-)

diff --git a/dev-games/ogre/Manifest b/dev-games/ogre/Manifest
index 93a14df137a..8b173e90d4f 100644
--- a/dev-games/ogre/Manifest
+++ b/dev-games/ogre/Manifest
@@ -1,2 +1,3 @@
 DIST ogre-1.10.12.zip 133067192 BLAKE2B 
188437153969504b169970d14c39d47c9e666308bf65412018f42ba8ad108876f164733fe2004ea31941ab5db534766c10b871b34ef525522d1120b175530b87
 SHA512 
63998ea4940d04adfc179a94aa91bb2598692307b429f4c7e5b86a1519c13817035de4c71afc9e4b33fde35e962504373d152de9b9cc8eebbbeb78b2c1942041
+DIST ogre-1.11.2.zip 127409383 BLAKE2B 
7493892f434847ea4afda580868b2a8572d65c9ea9de3709aacd789229531803450dbd78994ff0fae29a9435912a80029edba51db035c7a175c860ce07912968
 SHA512 
dc6a7e14ee515d5a5c218aa3f31cefc8ad95a175604fb5fb252185220c6fd537f7094d3a1086d5eb5e9515f8c528c7f6e2ccc95594ef9882204c666b87fae4e2
 DIST ogre-1.9.0.tar.bz2 128098305 BLAKE2B 
6e67a5b60a6606a910e099f1c7ba736eb525f079f3aba5cfb362329b9130059d303fc9df6f7b8611c0ba75e1e207fa018e543e93c9f5ce39a6621e4c72ed4a83
 SHA512 
b1ea93d80ac0978a7c228460a6714f8d17797450efd5af6765c9fa4402e9060a8ef3a700d2757593a3016fdc32276722c8f4a5d9889a3e2eb424f16162a52bde

diff --git a/dev-games/ogre/files/ogre-1.11.2-fix_sample_source_install.patch 
b/dev-games/ogre/files/ogre-1.11.2-fix_sample_source_install.patch
new file mode 100644
index 000..6e4a476fbb4
--- /dev/null
+++ b/dev-games/ogre/files/ogre-1.11.2-fix_sample_source_install.patch
@@ -0,0 +1,18 @@
+--- a/Samples/CMakeLists.txt   2018-04-25 07:30:38.211048775 +0200
 b/Samples/CMakeLists.txt   2018-04-25 07:32:32.842049802 +0200
+@@ -97,10 +97,11 @@
+   PATTERN "scripts" EXCLUDE
+   )
+   # install a new CMakeLists.txt file to allow building of samples
+-  configure_file(${OGRE_TEMPLATES_DIR}/SDK_CMakeLists.txt.in 
${CMAKE_CURRENT_BINARY_DIR}/../CMakeLists.txt @ONLY)
+-  configure_file(${OGRE_TEMPLATES_DIR}/SDK_Samples_CMakeLists.txt.in 
${CMAKE_CURRENT_BINARY_DIR}/CMakeLists.txt @ONLY)
+-  install(FILES ${CMAKE_CURRENT_BINARY_DIR}/../CMakeLists.txt DESTINATION 
${OGRE_SAMPLES_DIR}/../)
+-  install(FILES ${CMAKE_CURRENT_BINARY_DIR}/CMakeLists.txt DESTINATION 
${OGRE_SAMPLES_DIR})
++# The SDK_CMakeLists.txt.in file does not exist at the moment (sed - 
2018-04-25)
++#  configure_file(${OGRE_TEMPLATES_DIR}/SDK_CMakeLists.txt.in 
${CMAKE_CURRENT_BINARY_DIR}/../CMakeLists.txt @ONLY)
++#  configure_file(${OGRE_TEMPLATES_DIR}/SDK_Samples_CMakeLists.txt.in 
${CMAKE_CURRENT_BINARY_DIR}/CMakeLists.txt @ONLY)
++#  install(FILES ${CMAKE_CURRENT_BINARY_DIR}/../CMakeLists.txt DESTINATION 
${OGRE_SAMPLES_DIR}/../)
++#  install(FILES ${CMAKE_CURRENT_BINARY_DIR}/CMakeLists.txt DESTINATION 
${OGRE_SAMPLES_DIR})
+ endif ()
+ 
+ # Install sample headers, some people rely on these

diff --git a/dev-games/ogre/files/ogre-1.11.2-media_path.patch 
b/dev-games/ogre/files/ogre-1.11.2-media_path.patch
new file mode 100644
index 000..aea15218c17
--- /dev/null
+++ b/dev-games/ogre/files/ogre-1.11.2-media_path.patch
@@ -0,0 +1,18 @@
+--- a/CMake/InstallResources.cmake 2018-04-03 19:39:31.586129013 +0200
 b/CMake/InstallResources.cmake 2018-04-03 19:40:28.169128923 +0200
+@@ -170,10 +170,11 @@
+ 
+ # CREATE CONFIG FILES - BUILD DIR VERSIONS
+ if (NOT (APPLE_IOS OR WINDOWS_STORE OR WINDOWS_PHONE))
+-  set(OGRE_MEDIA_DIR_REL "${OGRE_SOURCE_DIR}/Samples/Media")
+-  set(OGRE_MEDIA_DIR_DBG "${OGRE_SOURCE_DIR}/Samples/Media")
+-  set(OGRE_TEST_MEDIA_DIR_REL "${OGRE_SOURCE_DIR}/Tests/Media")
+-  set(OGRE_TEST_MEDIA_DIR_DBG "${OGRE_SOURCE_DIR}/Tests/Media")
++  # No, they are fine already
++  # set(OGRE_MEDIA_DIR_REL "${OGRE_SOURCE_DIR}/Samples/Media")
++  # set(OGRE_MEDIA_DIR_DBG "${OGRE_SOURCE_DIR}/Samples/Media")
++  # set(OGRE_TEST_MEDIA_DIR_REL "${OGRE_SOURCE_DIR}/Tests/Media")
++  # set(OGRE_TEST_MEDIA_DIR_DBG "${OGRE_SOURCE_DIR}/Tests/Media")
+ else ()
+   # iOS needs to use relative paths in the config files

[gentoo-commits] repo/gentoo:master commit in: dev-games/ogre/, dev-games/ogre/files/

2018-10-07 Thread Andreas Sturmlechner
commit: caa70850f4a747a5a5b9f8bd6d0e541e1f2b4310
Author: Sven Eden  gmx  net>
AuthorDate: Fri Sep  7 06:32:24 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct  7 18:22:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caa70850

dev-games/ogre: Pre 2.1 release snapshot 2018-09-01 added

As the future of Ogre changes a lot of the old API, it is important to have
access to the new system as early as possible. The current development state
is quite usable already, although not all components have been ported, yet.

Providing an ebuild for the new 2.1 series to interested users and developers,
everybody gets the chance to adapt their project to the future of Ogre.

This is done using snapshot ebuilds, because not all commits in the Ogre tree
provide buildable revisions. Further it is easier to test newly ported
components when snapshot ebuilds are used.

Bug: https://bugs.gentoo.org/647266
Closes: https://bugs.gentoo.org/647266
Signed-off-by: Sven Eden  prydeworx.com>
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-games/ogre/Manifest|   1 +
 .../files/ogre-2.1-enhance_config_loading.patch|  29 
 dev-games/ogre/files/ogre-2.1-media_path.patch |  28 
 dev-games/ogre/files/ogre-2.1-resource_path.patch  |  18 +++
 dev-games/ogre/files/ogre-2.1-samples.patch|  26 
 dev-games/ogre/metadata.xml|   8 ++
 dev-games/ogre/ogre-2.1_pre20180901.ebuild | 153 +
 7 files changed, 263 insertions(+)

diff --git a/dev-games/ogre/Manifest b/dev-games/ogre/Manifest
index 8b173e90d4f..1b26aeec681 100644
--- a/dev-games/ogre/Manifest
+++ b/dev-games/ogre/Manifest
@@ -1,3 +1,4 @@
 DIST ogre-1.10.12.zip 133067192 BLAKE2B 
188437153969504b169970d14c39d47c9e666308bf65412018f42ba8ad108876f164733fe2004ea31941ab5db534766c10b871b34ef525522d1120b175530b87
 SHA512 
63998ea4940d04adfc179a94aa91bb2598692307b429f4c7e5b86a1519c13817035de4c71afc9e4b33fde35e962504373d152de9b9cc8eebbbeb78b2c1942041
 DIST ogre-1.11.2.zip 127409383 BLAKE2B 
7493892f434847ea4afda580868b2a8572d65c9ea9de3709aacd789229531803450dbd78994ff0fae29a9435912a80029edba51db035c7a175c860ce07912968
 SHA512 
dc6a7e14ee515d5a5c218aa3f31cefc8ad95a175604fb5fb252185220c6fd537f7094d3a1086d5eb5e9515f8c528c7f6e2ccc95594ef9882204c666b87fae4e2
 DIST ogre-1.9.0.tar.bz2 128098305 BLAKE2B 
6e67a5b60a6606a910e099f1c7ba736eb525f079f3aba5cfb362329b9130059d303fc9df6f7b8611c0ba75e1e207fa018e543e93c9f5ce39a6621e4c72ed4a83
 SHA512 
b1ea93d80ac0978a7c228460a6714f8d17797450efd5af6765c9fa4402e9060a8ef3a700d2757593a3016fdc32276722c8f4a5d9889a3e2eb424f16162a52bde
+DIST ogre-2.1_pre20180901.tar.bz2 152746767 BLAKE2B 
758d31fca2e5e31080c688ba758948fb5998a8fe49b9052f79de6791786501d02d7079e8f55ed37dc1a93f360af1003d2a28a260ba687c60c75a1340b95232a7
 SHA512 
c3cb5630a35e0ddf8c688a972ab5f2821d62545b4febc013235157eaf5268b3ceac1b94c403d0298131991f3d80d1c9b3800212a49647c652ba02bd176f6cc04

diff --git a/dev-games/ogre/files/ogre-2.1-enhance_config_loading.patch 
b/dev-games/ogre/files/ogre-2.1-enhance_config_loading.patch
new file mode 100644
index 000..365aa7c69d6
--- /dev/null
+++ b/dev-games/ogre/files/ogre-2.1-enhance_config_loading.patch
@@ -0,0 +1,29 @@
+--- a/OgreMain/src/OgreConfigFile.cpp  2018-07-27 07:52:31.121337386 +0200
 b/OgreMain/src/OgreConfigFile.cpp  2018-07-27 07:59:51.301317661 +0200
+@@ -62,8 +62,25 @@
+ //---
+ void ConfigFile::load(const String& filename, const String& separators, 
bool trimWhitespace)
+ {
+-loadDirect(filename, separators, trimWhitespace);
++// Try automatic loading first
++try {
++loadDirect(filename, separators, trimWhitespace);
++} catch (Exception ) {
++// Try /etc/OGRE/ next
++try {
++loadDirect("/etc/OGRE/" + filename, separators, 
trimWhitespace);
++return;
++} catch (...) { /* was just a test */ }
++// Try /usr/share/OGRE/ last
++try {
++loadDirect("/usr/share/OGRE/" + filename, separators, 
trimWhitespace);
++return;
++} catch (...) { /* was just a test */ }
++/* dammit... */
++throw e;
++}
+ }
++
+ //---
+ void ConfigFile::load(const String& filename, const String& 
resourceGroup, 
+ const String& separators, bool trimWhitespace)

diff --git a/dev-games/ogre/files/ogre-2.1-media_path.patch 
b/dev-games/ogre/files/ogre-2.1-media_path.patch
new file mode 100644
index 000..5e7ad276ac0
--- /dev/null
+++ b/dev-games/ogre/files/ogre-2.1-media_path.patch
@@ -0,0 +1,28 @@
+--- a/CMake/InstallResources.cmake 2018-03-23 10:49:24.620486243 +0100
 

[gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav/files/

2018-10-07 Thread Thomas Raschbacher
commit: 3a8dd8fcdef8b3a4a41af84b7b35a1a439e56ad7
Author: Thomas Raschbacher  gentoo  org>
AuthorDate: Sun Oct  7 18:20:58 2018 +
Commit: Thomas Raschbacher  gentoo  org>
CommitDate: Sun Oct  7 18:20:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a8dd8fc

app-antivirus/clamav: fix freshclamd.service

Fix for freschclamd systemd file.
Thanks to Shaun for the patch and floppym for checking.
Closes https://bugs.gentoo.org/592668

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

 app-antivirus/clamav/files/freshclamd.service | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-antivirus/clamav/files/freshclamd.service 
b/app-antivirus/clamav/files/freshclamd.service
index a0a72c2e60e..21487688066 100644
--- a/app-antivirus/clamav/files/freshclamd.service
+++ b/app-antivirus/clamav/files/freshclamd.service
@@ -3,6 +3,9 @@ Description=clamav updater
 
 [Service]
 Type=forking
+User=clamav
+Group=clamav
+RuntimeDirectory=clamav
 PIDFile=/run/clamav/freshclam.pid
 ExecStart=/usr/bin/freshclam -d -p /run/clamav/freshclam.pid
 



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

2018-10-07 Thread Davide Pesavento
commit: b7c8a0c96ed43e3e8f379ace7de581548b8c9764
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Oct  7 18:03:42 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Oct  7 18:08:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7c8a0c9

dev-python/sip: remove 4.19.12

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

 dev-python/sip/Manifest   |   1 -
 dev-python/sip/sip-4.19.12.ebuild | 116 --
 2 files changed, 117 deletions(-)

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

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

[gentoo-commits] repo/gentoo:master commit in: media-fonts/unifont/, media-fonts/unifont/files/

2018-10-07 Thread Jeroen Roovers
commit: 33aa027eb4657f3400bd115a56e272481a760d86
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  7 17:57:13 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  7 17:57:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33aa027e

media-fonts/unifont: Version 11.0.02.

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

 media-fonts/unifont/Manifest |  1 +
 media-fonts/unifont/files/11.0.02-make.patch | 11 +
 media-fonts/unifont/unifont-11.0.02.ebuild   | 65 
 3 files changed, 77 insertions(+)

diff --git a/media-fonts/unifont/Manifest b/media-fonts/unifont/Manifest
index 10223c58426..3944240bd90 100644
--- a/media-fonts/unifont/Manifest
+++ b/media-fonts/unifont/Manifest
@@ -1,4 +1,5 @@
 DIST unifont-10.0.04.tar.gz 15651848 BLAKE2B 
6308298244c45b51647e7eeb41cf19e085be89677688402b3fa384f423c27cb666ad8254ab98d052a93e5f928f490890d767fd96fe4c963f6f628cf14c3d9983
 SHA512 
0f9bb622e469ed340cc5ff465f6922b32eed2115014cad3ff445e8b17cedbf7c4c7f0025825e14ec4d046d9a28edb6a90eb9d9e402c38ed22b10303141f473b9
 DIST unifont-10.0.05.tar.gz 15645240 BLAKE2B 
2707891d66e7ee71b3bf68aa63ebfb303c6f2f85f39a48fb281484fedccfef02d76b05d9ce5ee5305c39336f26750dbf4b766db700b8f1a87046328be171efd7
 SHA512 
fa9ee669ecebf8ae86d4b972e66997fa8455ee37c0e95b3528394e7e10046fc0083950fca2fe84b265ae6066bbc9ed02dde1d7795f2fa5f34bdf8ffa47ecc042
 DIST unifont-10.0.06.tar.gz 15651257 BLAKE2B 
e146ffe9ab591e5d90d399d37e068f0c3002a67699698b3f6b22a14ca91fe0415a507d855b56caae4e50183d97978667edca2fa2095209abbc7d02a4f17c20b8
 SHA512 
36f1eed24b37aad2f2ef100c8d2be01363a5438e76771e9ae82fa61ce58a4dd51566063b8e7b1265696cfe2335f1017842fecac2a5a801913f82ac9bf24caa54
+DIST unifont-11.0.02.tar.gz 15874967 BLAKE2B 
ee3c887ae441e70a95aad9a8f11d955ef848a5d4921d9c4c340d2f91a4c795503f2ef514bae93899591978afb797bee9d03bc222801f7d2daed199fb6045769b
 SHA512 
d0dc8ce079feb282f53c444df5819751a7c97788feed480dc5c5b8a239c8cc13ef258876ffe2830994e404c0a6f524481a405b273c7341703ceef5854c12a68d
 DIST unifont-9.0.06.tar.gz 14785468 BLAKE2B 
9d2328eb8918e9af82235279b9d01bb3a0487480123f77d8d7a4618742c0938a3f62c33b7b148657ab83c7e6a79209ac959d4875b686083fb15167b254c8fa81
 SHA512 
767dc107d9a33008116b6939facbf31db6c7942acad257ad52a1a249f04b6215b41da928ef00e8308c2cc19924257cb0219d4eddd2b99502621ebd82e8673988

diff --git a/media-fonts/unifont/files/11.0.02-make.patch 
b/media-fonts/unifont/files/11.0.02-make.patch
new file mode 100644
index 000..fa4e8aebb67
--- /dev/null
+++ b/media-fonts/unifont/files/11.0.02-make.patch
@@ -0,0 +1,11 @@
+--- a/font/Makefile
 b/font/Makefile
+@@ -247,7 +247,7 @@
+ # as a baseline.  Remove the Plane 1 Copyleft glyph from the Plane 0
+ # set of hex files.
+ #
+-coverage:
++coverage: hex
+   grep -v "^01F12F" $(COMPILED_DIR)/unifont_csur_lower-$(VERSION).hex \
+  > $(COMPILED_DIR)/unifont_all-$(VERSION).hex
+   sort plane0[1-E]/*.hex plane0Fcsur/*.hex | grep -v "^0020:" \

diff --git a/media-fonts/unifont/unifont-11.0.02.ebuild 
b/media-fonts/unifont/unifont-11.0.02.ebuild
new file mode 100644
index 000..54818db00cf
--- /dev/null
+++ b/media-fonts/unifont/unifont-11.0.02.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit font toolchain-funcs xdg-utils
+
+DESCRIPTION="GNU Unifont - a Pan-Unicode X11 bitmap iso10646 font"
+HOMEPAGE="http://unifoundry.com/;
+SRC_URI="mirror://gnu/${PN}/${P}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE="fontforge utils"
+
+DEPEND="
+   fontforge? (
+   app-text/bdf2psf
+   dev-lang/perl
+   dev-perl/GD[png(-)]
+   media-gfx/fontforge
+   x11-apps/bdftopcf
+   )
+"
+RDEPEND="
+   utils? (
+   dev-lang/perl
+   dev-perl/GD[png(-)]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/11.0.02-make.patch
+)
+
+src_prepare() {
+   sed -i -e 's/install -s/install/' src/Makefile || die
+   default
+}
+
+src_compile() {
+   if use fontforge || use utils; then
+   tc-export CC
+   xdg_environment_reset
+   makeargs=(
+   CFLAGS="${CFLAGS}"
+   BUILDFONT=$(usex fontforge 1 '')
+   )
+   emake  "${makeargs[@]}"
+   fi
+}
+
+src_install() {
+   makeargs+=(
+   DESTDIR="${ED%/}"
+   PCFDEST="${ED%/}${FONTDIR}"
+   TTFDEST="${ED%/}${FONTDIR}"
+   USRDIR=usr
+   )
+   use utils || makeargs+=( -C font )
+   emake "${makeargs[@]}" install
+   font_xfont_config
+   font_fontconfig
+}



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

2018-10-07 Thread Thomas Deutschmann
commit: 8432cb4555e34a85294b90e27da49bb045667a18
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct  7 17:48:12 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct  7 17:55:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8432cb45

media-sound/snapcast: drop unused description for USE=test

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

 media-sound/snapcast/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-sound/snapcast/metadata.xml 
b/media-sound/snapcast/metadata.xml
index b0eb43fa759..341a0256acb 100644
--- a/media-sound/snapcast/metadata.xml
+++ b/media-sound/snapcast/metadata.xml
@@ -15,7 +15,6 @@
Build with FLAC compression support
Build and install Snapcast server 
component
Build static libs
-   Build and run tests
Build with TREMOR version of vorbis
Build with libvorbis support




[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-beta/

2018-10-07 Thread Mike Gilbert
commit: 2302a72fb18c39f440183f02f34da426f741ebd3
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Oct  7 17:49:03 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Oct  7 17:49:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2302a72f

www-client/google-chrome-beta: automated update (70.0.3538.45)

Package-Manager: Portage-2.3.50_p14, Repoman-2.3.11_p21
Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...-beta-70.0.3538.35.ebuild => google-chrome-beta-70.0.3538.45.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index 75f9a49fbf4..38ef62a1d3a 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_70.0.3538.35-1_amd64.deb 57135036 BLAKE2B 
32bb60b0391b0736b9d466ea7a41c2a3234e5294362da44e72e4c20078fa0ed4e4acb5871174b22e9ed505cde3a8bb6585c80863d7fed3c9071536519d8a06e9
 SHA512 
751843d0ad0d74586b9100c07a29579509e56694972eef089697df8dd05128484bd2bdd656bcbaacd6f90177ec3dd6cecd39b1df095ec7936abffe2ee6161223
+DIST google-chrome-beta_70.0.3538.45-1_amd64.deb 57163054 BLAKE2B 
c7cad0c5880cfafffc12e6a754c68f206272f5c29327ac76d74b0fd9b5a6b9a754397694022c86c357fa5ba2e3a5b285084d2cb77d4a382eb0d31e2340fd807c
 SHA512 
444fe73def234dcc257222f28875a8bc0e798ff38240810f818694563318f99726e754fe81f4a85633cba8b0ef836ef09a0f208659ce3c48f136e8d5ce656b45

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-70.0.3538.35.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-70.0.3538.45.ebuild
similarity index 100%
rename from www-client/google-chrome-beta/google-chrome-beta-70.0.3538.35.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-70.0.3538.45.ebuild



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

2018-10-07 Thread Mike Gilbert
commit: 2c90a0579a2a99e2cbb1c575d69021e54e249eb5
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Oct  7 17:49:30 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Oct  7 17:49:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c90a057

www-plugins/chrome-binary-plugins: automated update (70.0.3538.45, 71.0.3569.0)

Package-Manager: Portage-2.3.50_p14, Repoman-2.3.11_p21
Signed-off-by: Mike Gilbert  gentoo.org>

 www-plugins/chrome-binary-plugins/Manifest| 4 ++--
 35_beta.ebuild => chrome-binary-plugins-70.0.3538.45_beta.ebuild} | 0
 6_alpha.ebuild => chrome-binary-plugins-71.0.3569.0_alpha.ebuild} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 3bb7644b824..35c7205d0d5 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_70.0.3538.35-1_amd64.deb 57135036 BLAKE2B 
32bb60b0391b0736b9d466ea7a41c2a3234e5294362da44e72e4c20078fa0ed4e4acb5871174b22e9ed505cde3a8bb6585c80863d7fed3c9071536519d8a06e9
 SHA512 
751843d0ad0d74586b9100c07a29579509e56694972eef089697df8dd05128484bd2bdd656bcbaacd6f90177ec3dd6cecd39b1df095ec7936abffe2ee6161223
+DIST google-chrome-beta_70.0.3538.45-1_amd64.deb 57163054 BLAKE2B 
c7cad0c5880cfafffc12e6a754c68f206272f5c29327ac76d74b0fd9b5a6b9a754397694022c86c357fa5ba2e3a5b285084d2cb77d4a382eb0d31e2340fd807c
 SHA512 
444fe73def234dcc257222f28875a8bc0e798ff38240810f818694563318f99726e754fe81f4a85633cba8b0ef836ef09a0f208659ce3c48f136e8d5ce656b45
 DIST google-chrome-stable_69.0.3497.100-1_amd64.deb 54675966 BLAKE2B 
7043eca541b3dd75ed45ffd7bd06b26f2c3561378be913bc3988274ac1adc98ac05df7e7d42ec24402dea482131494f939578b5b1fde87224caa3e59bad25e96
 SHA512 
6566fefd13ef3013368d3f9edb7aa967d83fa888bec429beca16c0cab6398eaef5c07c31f399417baebeb7d0f79f5eebd651a31d0bca34eaa6ec729798b430e4
-DIST google-chrome-unstable_71.0.3559.6-1_amd64.deb 57503184 BLAKE2B 
48fdb39d3523e1cd58641d57a7fd10172c67879fbcf327a68fdf76b4ce7adfbeddced03136f2a89d9012cfd27d79bd32c20f7c158d6541be5dcbc0180791beb9
 SHA512 
30367f713bb283df64c157f01bb9c3d6dc39354628f331d5aca8b886d213d2f5b990536468a57979c7fc2fd89350abe32d47dbc1a4ebffa4055a2193ad4e
+DIST google-chrome-unstable_71.0.3569.0-1_amd64.deb 57663542 BLAKE2B 
a8f5ba07431c644c5654be13d5110fcecbf975c2d89e1015fc829e8b19a8140dea430dc4a9fa6b1a247198cb06bdbd97073bd4c3f33b1363a845268ddb957561
 SHA512 
4f0d139a6e9cc23d7ee07007a2be0b5bead6fd72516677cd4a0eb2423475c3e574bc3ce6d55de268cab4e855ed3cbea9c4af3787112f57be11805b922327e878

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-70.0.3538.35_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-70.0.3538.45_beta.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-70.0.3538.35_beta.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-70.0.3538.45_beta.ebuild

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-71.0.3559.6_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-71.0.3569.0_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-71.0.3559.6_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-71.0.3569.0_alpha.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2018-10-07 Thread Mike Gilbert
commit: 3331e0524e147f2d9cad8b8e26d0d059dccdc834
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Oct  7 17:49:22 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Oct  7 17:49:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3331e052

www-client/google-chrome-unstable: automated update (71.0.3569.0)

Package-Manager: Portage-2.3.50_p14, Repoman-2.3.11_p21
Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...ble-71.0.3559.6.ebuild => google-chrome-unstable-71.0.3569.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index fa215bb0a7b..ab9e12b8e90 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_71.0.3559.6-1_amd64.deb 57503184 BLAKE2B 
48fdb39d3523e1cd58641d57a7fd10172c67879fbcf327a68fdf76b4ce7adfbeddced03136f2a89d9012cfd27d79bd32c20f7c158d6541be5dcbc0180791beb9
 SHA512 
30367f713bb283df64c157f01bb9c3d6dc39354628f331d5aca8b886d213d2f5b990536468a57979c7fc2fd89350abe32d47dbc1a4ebffa4055a2193ad4e
+DIST google-chrome-unstable_71.0.3569.0-1_amd64.deb 57663542 BLAKE2B 
a8f5ba07431c644c5654be13d5110fcecbf975c2d89e1015fc829e8b19a8140dea430dc4a9fa6b1a247198cb06bdbd97073bd4c3f33b1363a845268ddb957561
 SHA512 
4f0d139a6e9cc23d7ee07007a2be0b5bead6fd72516677cd4a0eb2423475c3e574bc3ce6d55de268cab4e855ed3cbea9c4af3787112f57be11805b922327e878

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-71.0.3559.6.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-71.0.3569.0.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-71.0.3559.6.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-71.0.3569.0.ebuild



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

2018-10-07 Thread Virgil Dupras
commit: da7c28ccf0ad7b3a35d0adbd0ed2ad50640e718f
Author: Virgil Dupras  gentoo  org>
AuthorDate: Sun Oct  7 13:39:48 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Sun Oct  7 17:40:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da7c28cc

app-text/mupdf: bump to 1.14.0

Many things changed upstream in this release, which prompts many changes
in the ebuild.

1. Drop the "static" USE flag. It was already broken in 1.13 because
options weren't passed to the static `emake` call like is was in the
main `emake` invocation. In addition to that, building a static binary
requires "media-gfx/graphite2[+static-libs]" which doesn't exist.

2. Drop "lcms" USE flag. See bug #667788.

3. Always link to dev-lang/mujs. mupdf can't build without being linked
to mujs now. The best we can do it to disable JS with the "FZ_ENABLE_JS"
flag, which is what the "javascript" USE flag does.

4. Make "javascript" USE flag enabled by default, which is in line with
upstream's behavior.

5. Make "vanilla" USE flag enabled by default. The patch it enables
doesn't seem very useful and I couldn't track it's *raison d'Ăªtre* in
git/cvs history: it's been there since the first commit.

6. Simplify ebuild and remove obsolete seds. The "sed" invocations I've
removed have been verified and either point to absent files or replace
nothing.

7. Don't remove third party libs. The new "USE_SYSTEM_LIBS" flag being
used is a reliable way to ensure that the correct libraries are used.

8. Fix "curl" USE flag. See bug #664646

Closes: https://bugs.gentoo.org/664646
Closes: https://bugs.gentoo.org/667788

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

 app-text/mupdf/Manifest|   1 +
 app-text/mupdf/files/mupdf-1.14-CFLAGS.patch   |  13 +++
 app-text/mupdf/files/mupdf-1.14-debug-build.patch  |  13 +++
 .../mupdf/files/mupdf-1.14-openssl-curl-x11.patch  |  52 +
 app-text/mupdf/mupdf-1.14.0.ebuild | 123 +
 5 files changed, 202 insertions(+)

diff --git a/app-text/mupdf/Manifest b/app-text/mupdf/Manifest
index 6e813b10936..f5f8f290123 100644
--- a/app-text/mupdf/Manifest
+++ b/app-text/mupdf/Manifest
@@ -1 +1,2 @@
 DIST mupdf-1.13.0-source.tar.gz 51425034 BLAKE2B 
7f4a1c84b5840991cc7879f3617165579f4db1f7a010a8313b0eaf94ad59af60bb3d0e4a0f2acc14d2c7511dd0f8b96c89c51e360ab379ba32590b887dd3be6a
 SHA512 
d7fca7292e612959893a728d35964cf7b4e607385bdd72e81b8ca1de6ab642f999b734afbbf32d75400cd29b7e178ec360e65c91d7b1e1a53c2a04ff0adbd707
+DIST mupdf-1.14.0-source.tar.xz 41602372 BLAKE2B 
bb680038344af16c7231a18a009c0d04c5f50b3fcbaf061c9f5907f35d79eea93eeced7c2a43a06a963b93b39c74d0246c5fdad35655953d1aa5efb79737265a
 SHA512 
bd41125dac1a81b7dbbfbb5f5e06e70bb601854731e0945983688da5d8d7c0bca9771fff2e4b6d9c36dbead6146f0a866ed7427d58e13d02ed6dfd94dcfe54bf

diff --git a/app-text/mupdf/files/mupdf-1.14-CFLAGS.patch 
b/app-text/mupdf/files/mupdf-1.14-CFLAGS.patch
new file mode 100644
index 000..90972e8c53e
--- /dev/null
+++ b/app-text/mupdf/files/mupdf-1.14-CFLAGS.patch
@@ -0,0 +1,13 @@
+diff --git a/Makerules b/Makerules
+index fc9bf998..82f10b28 100644
+--- a/Makerules
 b/Makerules
+@@ -21,8 +21,6 @@ SANITIZE_FLAGS += -fsanitize=address
+ SANITIZE_FLAGS += -fsanitize=leak
+ 
+ ifeq ($(build),debug)
+-  CFLAGS += -pipe -g
+-  LDFLAGS += -g $(LDREMOVEUNREACH)
+ else ifeq ($(build),release)
+   CFLAGS += -pipe -O2 -DNDEBUG -fomit-frame-pointer
+   LDFLAGS += $(LDREMOVEUNREACH) -Wl,-s

diff --git a/app-text/mupdf/files/mupdf-1.14-debug-build.patch 
b/app-text/mupdf/files/mupdf-1.14-debug-build.patch
new file mode 100644
index 000..6f8b5b96a97
--- /dev/null
+++ b/app-text/mupdf/files/mupdf-1.14-debug-build.patch
@@ -0,0 +1,13 @@
+diff --git a/Makefile b/Makefile
+index 37fc48e6..bd8c6049 100644
+--- a/Makefile
 b/Makefile
+@@ -3,7 +3,7 @@
+ -include user.make
+ 
+ ifndef build
+-  build := release
++  build := debug
+ endif
+ 
+ ifndef OUT

diff --git a/app-text/mupdf/files/mupdf-1.14-openssl-curl-x11.patch 
b/app-text/mupdf/files/mupdf-1.14-openssl-curl-x11.patch
new file mode 100644
index 000..a1284a63d67
--- /dev/null
+++ b/app-text/mupdf/files/mupdf-1.14-openssl-curl-x11.patch
@@ -0,0 +1,52 @@
+diff --git a/Makerules b/Makerules
+index fc9bf998..5c0fffa4 100644
+--- a/Makerules
 b/Makerules
+@@ -113,10 +113,14 @@ else ifeq ($(OS),Linux)
+   SYS_ZLIB_LIBS := $(shell pkg-config --libs zlib)
+   endif
+ 
++  WANT_CURL ?= yes
++  ifeq "$(WANT_CURL)" "yes"
+   HAVE_CURL := $(shell pkg-config --exists libcurl && echo yes)
+   ifeq ($(HAVE_CURL),yes)
+   SYS_CURL_CFLAGS := $(shell pkg-config --cflags libcurl)
+-  SYS_CURL_LIBS := $(shell pkg-config --libs libcurl)
++# We have to forcibly add -lpthread to avoid linking errors.
++  SYS_CURL_LIBS := $(shell pkg-config --libs libcurl) -lpthread
++  endif
+   endif
+ 
+   HAVE_GLUT := yes
+@@ -125,17 +129,29 @@ 

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

2018-10-07 Thread Virgil Dupras
commit: af402aa4ea9e96802d55162cbb60ec52abd960ec
Author: Virgil Dupras  gentoo  org>
AuthorDate: Sun Oct  7 17:39:28 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Sun Oct  7 17:40:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af402aa4

app-text/mupdf: add myself as maintainer

This package seems ill-maintained.

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

 app-text/mupdf/metadata.xml | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/app-text/mupdf/metadata.xml b/app-text/mupdf/metadata.xml
index 96d29f2af06..38351433e8b 100644
--- a/app-text/mupdf/metadata.xml
+++ b/app-text/mupdf/metadata.xml
@@ -1,10 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-x...@gentoo.org
-Michael Weber
-
+   
+   x...@gentoo.org
+   Michael Weber
+   
+   
+   vdup...@gentoo.org
+   Virgil Dupras
+   
 
Use dev-libs/openssl crypto backend
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/vcontrold/files/, app-misc/vcontrold/

2018-10-07 Thread MichaÅ‚ GĂ³rny
commit: 7a92c1ba02485e71c659606483b103b2905f4836
Author: Tobias Leupold  gmx  de>
AuthorDate: Sun Oct  7 14:15:06 2018 +
Commit: MichaÅ‚ GĂ³rny  gentoo  org>
CommitDate: Sun Oct  7 17:18:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a92c1ba

Version bump: app-misc/vcontrold-0.98.6

Signed-off-by: Tobias Leupold  gmx.de>
Signed-off-by: MichaÅ‚ GĂ³rny  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/9989

 app-misc/vcontrold/Manifest   |  1 +
 app-misc/vcontrold/files/man_generation.patch | 22 ++
 app-misc/vcontrold/vcontrold-0.98.6.ebuild| 44 +++
 3 files changed, 67 insertions(+)

diff --git a/app-misc/vcontrold/Manifest b/app-misc/vcontrold/Manifest
index 7c116c62837..358e60cebaa 100644
--- a/app-misc/vcontrold/Manifest
+++ b/app-misc/vcontrold/Manifest
@@ -1 +1,2 @@
 DIST vcontrold-0.98.5.tar.gz 86684 BLAKE2B 
07ed2c932b9f1c03410cbd6c23cfbfb7bf1aeaff027f597fb6f05a6b61c647f229a75b5a87d893a66c6b8e917595083d193c5da8585c6b9546d12c5867ca1a1b
 SHA512 
b94dbb09ffe274e0a0a0ac4948365ed3213f221dbc00ed2b2adec2ac5a632e293686d62a07575454b3d11b1b8e4e058625a067461996dd720c2f84066d57e60e
+DIST vcontrold-0.98.6.tar.gz 86999 BLAKE2B 
bb2933c166793a851fc9b3292cdf00228e0f5383ab6cfce66150383103e7c6b54661ef8c7f0bb177aecedef9f7ca7d3e64a20c1af106d45a6c5a1f2a32bdd971
 SHA512 
74c17dc83af456e9fbece44a00d775d6e474b1de76993da69f5cb897658be13a83ef2abc3fe75f571f1d52120e2ddade08079336a338af81eae8557b3b357481

diff --git a/app-misc/vcontrold/files/man_generation.patch 
b/app-misc/vcontrold/files/man_generation.patch
new file mode 100644
index 000..81b8941d00a
--- /dev/null
+++ b/app-misc/vcontrold/files/man_generation.patch
@@ -0,0 +1,22 @@
+diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt
+index 65024b3..c3e3211 100644
+--- a/doc/man/CMakeLists.txt
 b/doc/man/CMakeLists.txt
+@@ -14,14 +14,13 @@ if(VSIM)
+ endif(VSIM)
+ 
+ foreach(MANUAL IN LISTS MANUALS)
+-set(MANPAGE_OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${MANUAL}.1.gz)
++set(MANPAGE_OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${MANUAL}.1)
+ set(MANPAGE_SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/${MANUAL}.rst)
+ add_custom_command(OUTPUT ${MANPAGE_OUTPUT}
+-COMMAND ${RST2MAN} ${RST2MAN_OPTS} ${MANPAGE_SOURCE} | gzip > 
${MANPAGE_OUTPUT}
++COMMAND ${RST2MAN} ${RST2MAN_OPTS} ${MANPAGE_SOURCE} ${MANPAGE_OUTPUT}
+ DEPENDS ${MANPAGE_SOURCE}
+-BYPRODUCTS ${MANPAGE_OUTPUT}
+ WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
+-COMMENT "Converting ${MANUAL}.rst from ReStructuredText into manpage 
${MANUAL}.1.gz"
++COMMENT "Converting ${MANUAL}.rst from ReStructuredText into manpage 
${MANUAL}.1"
+ VERBATIM
+ )
+ list(APPEND MANPAGES_LIST ${MANPAGE_OUTPUT})

diff --git a/app-misc/vcontrold/vcontrold-0.98.6.ebuild 
b/app-misc/vcontrold/vcontrold-0.98.6.ebuild
new file mode 100644
index 000..cd6ff144ee0
--- /dev/null
+++ b/app-misc/vcontrold/vcontrold-0.98.6.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Daemon for communication with Viessmann Vito heatings"
+HOMEPAGE="https://github.com/openv/vcontrold/;
+SRC_URI="https://github.com/openv/vcontrold/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="+man +vclient vsim"
+
+RDEPEND="dev-libs/libxml2"
+DEPEND="${RDEPEND}
+   man? ( dev-python/docutils )"
+
+src_prepare() {
+   sed "s/@VERSION@/${PV}/" "src/version.h.in" \
+   > "src/version.h" || die "Setting version failed"
+   eapply "${FILESDIR}"/man_generation.patch
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DMANPAGES="$(usex man)"
+   -DVCLIENT="$(usex vclient)"
+   -DVSIM="$(usex vsim)"
+   )
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+   doinitd "${FILESDIR}/vcontrold"
+   insinto /etc/vcontrold/
+   doins -r xml
+}



[gentoo-commits] repo/gentoo:master commit in: sci-calculators/units/

2018-10-07 Thread Jeroen Roovers
commit: 3e76c71ec34346a5a5e6b1099c79410b0606fe9a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  7 17:09:45 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  7 17:13:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e76c71e

sci-calculators/units: Stable for AMD64 HPPA x86 too.

Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --ignore-arches
Signed-off-by: Jeroen Roovers  gentoo.org>

 sci-calculators/units/units-2.17.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-calculators/units/units-2.17.ebuild 
b/sci-calculators/units/units-2.17.ebuild
index 01fbb74ef39..6229de34513 100644
--- a/sci-calculators/units/units-2.17.ebuild
+++ b/sci-calculators/units/units-2.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="FDL-1.3 GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="+units_cur"
 REQUIRED_USE="units_cur? ( ${PYTHON_REQUIRED_USE} )"
 



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

2018-10-07 Thread Thomas Deutschmann
commit: 2f69a379837e7e98639b4349450bbc025e925cc0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct  7 17:09:02 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct  7 17:09:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f69a379

www-client/firefox: use ThinLTO mode when USE=lto

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

 www-client/firefox/firefox-62.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/firefox/firefox-62.0.3.ebuild 
b/www-client/firefox/firefox-62.0.3.ebuild
index 98a5c00667a..1b23c6994a0 100644
--- a/www-client/firefox/firefox-62.0.3.ebuild
+++ b/www-client/firefox/firefox-62.0.3.ebuild
@@ -299,7 +299,7 @@ src_configure() {
mozconfig_annotate "forcing ld=gold due to USE=lto" 
--enable-linker=gold
fi
 
-   mozconfig_annotate '+lto' --enable-lto=full
+   mozconfig_annotate '+lto' --enable-lto=thin
else
# Avoid auto-magic on linker
if use clang ; then



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

2018-10-07 Thread Thomas Deutschmann
commit: a29e535d11e57f796fb5306dda84e7be990d8e5f
Author: Christian Buchinger  guya  de>
AuthorDate: Fri Oct  5 14:02:16 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct  7 17:01:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a29e535d

media-sound/snapcast: New package

Plays audio streams time sychronized on multiple devices over network using
a server and a client component.

Closes: https://bugs.gentoo.org/667710
Signed-off-by: Christian Buchinger  guya.de>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10059
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-sound/snapcast/Manifest  |  1 +
 .../files/snapcast-options-for-use-flags.patch | 90 ++
 media-sound/snapcast/files/snapclient.confd| 33 
 media-sound/snapcast/files/snapclient.initd| 17 
 media-sound/snapcast/files/snapserver.confd| 45 +++
 media-sound/snapcast/files/snapserver.initd| 17 
 media-sound/snapcast/metadata.xml  | 36 +
 media-sound/snapcast/snapcast-0.15.0.ebuild| 87 +
 media-sound/snapcast/snapcast-.ebuild  | 87 +
 9 files changed, 413 insertions(+)

diff --git a/media-sound/snapcast/Manifest b/media-sound/snapcast/Manifest
new file mode 100644
index 000..64bd51fef59
--- /dev/null
+++ b/media-sound/snapcast/Manifest
@@ -0,0 +1 @@
+DIST snapcast-0.15.0.tar.gz 667452 BLAKE2B 
0bf7e28ba52356c8fff8066ded3d741243c2ba88cdc6cefda113c0d6866fe14b2fea6198d7809e564cd61d32a336a2c30ee22f6f5d6ae77368a6f3e254cc5065
 SHA512 
3751eeaa9be4ffd5c7633b8770f36e87360ab83004f090a8350e377f60a79d9502b92b92c5c9c35f513705e6484d113de9942f0a896824d7c5f806ba0010e84e

diff --git a/media-sound/snapcast/files/snapcast-options-for-use-flags.patch 
b/media-sound/snapcast/files/snapcast-options-for-use-flags.patch
new file mode 100644
index 000..956d6299d45
--- /dev/null
+++ b/media-sound/snapcast/files/snapcast-options-for-use-flags.patch
@@ -0,0 +1,90 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 52fec6e..d068db1 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -11,6 +11,11 @@ option(BUILD_TESTS "Build tests (run tests with make test)" 
ON)
+ option(BUILD_SERVER "Build Snapserver" ON)
+ option(BUILD_CLIENT "Build Snapclient" ON)
+ 
++option(BUILD_WITH_FLAC "Build with FLAC support" ON)
++option(BUILD_WITH_VORBIS "Build with VORBIS support" ON)
++option(BUILD_WITH_TREMOR "Build with vorbis using TREMOR" ON)
++option(BUILD_WITH_AVAHI "Build with AVAHI support" ON)
++
+ 
+ if (NOT BUILD_SHARED_LIBS AND NOT BUILD_STATIC_LIBS)
+ message(FATAL_ERROR "One or both of BUILD_SHARED_LIBS or 
BUILD_STATIC_LIBS must be set to ON to build")
+@@ -109,10 +114,12 @@ else()
+ endif (ALSA_FOUND)
+ endif()
+ 
+-pkg_search_module(AVAHI avahi-client)
+-if (AVAHI_FOUND)
+-add_definitions(-DHAS_AVAHI)
+-endif (AVAHI_FOUND)
++if(BUILD_WITH_AVAHI)
++pkg_search_module(AVAHI avahi-client)
++if (AVAHI_FOUND)
++add_definitions(-DHAS_AVAHI)
++endif (AVAHI_FOUND)
++endif(BUILD_WITH_AVAHI)
+ 
+ add_definitions(-DHAS_DAEMON)
+ 
+@@ -154,29 +161,39 @@ if(NOT HAS_CXX11_STRING_SUPPORT)
+ add_definitions("-DNO_CPP11_STRING")
+ endif()
+ 
+-pkg_search_module(FLAC flac)
+-if (FLAC_FOUND)
+-add_definitions("-DHAS_FLAC")
+-endif (FLAC_FOUND)
++if(BUILD_WITH_FLAC)
++pkg_search_module(FLAC flac)
++if (FLAC_FOUND)
++add_definitions("-DHAS_FLAC")
++endif (FLAC_FOUND)
++endif()
+ 
+-pkg_search_module(OGG ogg)
+-if (OGG_FOUND)
+-add_definitions("-DHAS_OGG")
+-endif (OGG_FOUND)
++if(BUILD_WITH_VORBIS OR BUILD_WITH_TREMOR)
++pkg_search_module(OGG ogg)
++if (OGG_FOUND)
++add_definitions("-DHAS_OGG")
++endif (OGG_FOUND)
++endif()
+ 
+-pkg_search_module(VORBIS vorbis)
+-if (VORBIS_FOUND)
+-add_definitions("-DHAS_VORBIS")
+-endif (VORBIS_FOUND)
++if(BUILD_WITH_VORBIS)
++pkg_search_module(VORBIS vorbis)
++if (VORBIS_FOUND)
++add_definitions("-DHAS_VORBIS")
++endif (VORBIS_FOUND)
++endif()
+ 
+-pkg_search_module(TREMOR vorbisidec)
+-if (TREMOR_FOUND)
+-add_definitions("-DHAS_TREMOR")
+-endif (TREMOR_FOUND)
++if(BUILD_WITH_TREMOR)
++pkg_search_module(TREMOR vorbisidec)
++if (TREMOR_FOUND)
++add_definitions("-DHAS_TREMOR")
++endif (TREMOR_FOUND)
++endif()
+ 
+-pkg_search_module(VORBISENC vorbisenc)
+-if (VORBISENC_FOUND)
+-add_definitions("-DHAS_VORBISENC")
++if(BUILD_WITH_VORBIS)
++pkg_search_module(VORBISENC vorbisenc)
++if (VORBISENC_FOUND)
++add_definitions("-DHAS_VORBISENC")
++endif(VORBISENC_FOUND)
+ endif()

diff --git a/media-sound/snapcast/files/snapclient.confd 
b/media-sound/snapcast/files/snapclient.confd
new file mode 100644
index 000..311cce1c4fa
--- /dev/null
+++ 

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/popl/

2018-10-07 Thread Thomas Deutschmann
commit: e82f9d8b7a2e375886466f0cf92a1a6292237035
Author: Christian Buchinger  guya  de>
AuthorDate: Fri Oct  5 11:03:01 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct  7 17:01:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e82f9d8b

dev-cpp/popl: New package

Header-only C++ program options parser library.
Needed as dependency for new package media-sound/snapcast

Closes: https://bugs.gentoo.org/667796
Signed-off-by: Christian Buchinger  guya.de>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-cpp/popl/Manifest  |  1 +
 dev-cpp/popl/metadata.xml  | 20 
 dev-cpp/popl/popl-1.2.0.ebuild | 29 +
 dev-cpp/popl/popl-.ebuild  | 29 +
 4 files changed, 79 insertions(+)

diff --git a/dev-cpp/popl/Manifest b/dev-cpp/popl/Manifest
new file mode 100644
index 000..a19372ed67b
--- /dev/null
+++ b/dev-cpp/popl/Manifest
@@ -0,0 +1 @@
+DIST popl-1.2.0.tar.gz 12302 BLAKE2B 
cfe775ef5cd823ce7b6cb651f7f8de6c67d24e5e3b657d13e7b2087f3b9673c11a870adbe2195665f4e2c3c7799c2427020d4e86126090ef845aa6a906c7a825
 SHA512 
a5d372346dd282f634b1ca92f468588f7069b34a5911a6ea46e5ef33e8e6c360ca13f67bf221555d76c7620c4222694077a74589a1c32bdbc094e64366299609

diff --git a/dev-cpp/popl/metadata.xml b/dev-cpp/popl/metadata.xml
new file mode 100644
index 000..0edc57f0bdf
--- /dev/null
+++ b/dev-cpp/popl/metadata.xml
@@ -0,0 +1,20 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   cb-gen...@guya.de
+   Christian Buchinger
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   
+   Johannes Pohl
+   git...@badaix.de
+   
+   https://github.com/badaix/popl/issues
+   badaix/popl
+   
+

diff --git a/dev-cpp/popl/popl-1.2.0.ebuild b/dev-cpp/popl/popl-1.2.0.ebuild
new file mode 100644
index 000..39652fbae85
--- /dev/null
+++ b/dev-cpp/popl/popl-1.2.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Header-only C++ program options parser library"
+HOMEPAGE="https://github.com/badaix/popl;
+
+if [[ ${PV} == * ]] ; then
+   inherit cmake-utils git-r3
+
+   EGIT_REPO_URI="https://github.com/badaix/popl.git;
+   EGIT_BRANCH="develop"
+else
+   inherit cmake-utils
+
+   SRC_URI="https://github.com/badaix/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+src_configure() {
+   local mycmakeargs=( -DBUILD_EXAMPLE=OFF )
+
+   cmake-utils_src_configure
+}

diff --git a/dev-cpp/popl/popl-.ebuild b/dev-cpp/popl/popl-.ebuild
new file mode 100644
index 000..39652fbae85
--- /dev/null
+++ b/dev-cpp/popl/popl-.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Header-only C++ program options parser library"
+HOMEPAGE="https://github.com/badaix/popl;
+
+if [[ ${PV} == * ]] ; then
+   inherit cmake-utils git-r3
+
+   EGIT_REPO_URI="https://github.com/badaix/popl.git;
+   EGIT_BRANCH="develop"
+else
+   inherit cmake-utils
+
+   SRC_URI="https://github.com/badaix/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+src_configure() {
+   local mycmakeargs=( -DBUILD_EXAMPLE=OFF )
+
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/aixlog/

2018-10-07 Thread Thomas Deutschmann
commit: 82fe59d120634e8590241a154e1329316cb1c0f3
Author: Christian Buchinger  guya  de>
AuthorDate: Fri Oct  5 10:14:39 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct  7 17:01:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82fe59d1

dev-cpp/aixlog: New package

Closes: https://bugs.gentoo.org/667794
Signed-off-by: Christian Buchinger  guya.de>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-cpp/aixlog/Manifest|  1 +
 dev-cpp/aixlog/aixlog-1.2.1.ebuild | 29 +
 dev-cpp/aixlog/aixlog-.ebuild  | 29 +
 dev-cpp/aixlog/metadata.xml| 20 
 4 files changed, 79 insertions(+)

diff --git a/dev-cpp/aixlog/Manifest b/dev-cpp/aixlog/Manifest
new file mode 100644
index 000..170473114db
--- /dev/null
+++ b/dev-cpp/aixlog/Manifest
@@ -0,0 +1 @@
+DIST aixlog-1.2.1.tar.gz 11396 BLAKE2B 
88cdc775acfd91ee74306fedd6429865f10bcd7cbe9b45f861463489330d74b017611078ca362a00994983dde746ba086a056c3da53b06099f200810d65c0c04
 SHA512 
776558fdd911f0cc9e8d467bf8e00a1930d2e51bb8ccd5f36f95955fefecab65faf575a80fdaacfe83fd32808f8b9c2e0323b16823e0431300df7bc0c1dfde12

diff --git a/dev-cpp/aixlog/aixlog-1.2.1.ebuild 
b/dev-cpp/aixlog/aixlog-1.2.1.ebuild
new file mode 100644
index 000..1246304bfa0
--- /dev/null
+++ b/dev-cpp/aixlog/aixlog-1.2.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Header-only C++ logging library"
+HOMEPAGE="https://github.com/badaix/aixlog;
+
+if [[ ${PV} == * ]] ; then
+   inherit cmake-utils git-r3
+
+   EGIT_REPO_URI="https://github.com/badaix/aixlog.git;
+   EGIT_BRANCH="develop"
+else
+   inherit cmake-utils
+
+   SRC_URI="https://github.com/badaix/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+src_configure() {
+   local mycmakeargs=( -DBUILD_EXAMPLE=OFF )
+
+   cmake-utils_src_configure
+}

diff --git a/dev-cpp/aixlog/aixlog-.ebuild 
b/dev-cpp/aixlog/aixlog-.ebuild
new file mode 100644
index 000..1246304bfa0
--- /dev/null
+++ b/dev-cpp/aixlog/aixlog-.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Header-only C++ logging library"
+HOMEPAGE="https://github.com/badaix/aixlog;
+
+if [[ ${PV} == * ]] ; then
+   inherit cmake-utils git-r3
+
+   EGIT_REPO_URI="https://github.com/badaix/aixlog.git;
+   EGIT_BRANCH="develop"
+else
+   inherit cmake-utils
+
+   SRC_URI="https://github.com/badaix/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+src_configure() {
+   local mycmakeargs=( -DBUILD_EXAMPLE=OFF )
+
+   cmake-utils_src_configure
+}

diff --git a/dev-cpp/aixlog/metadata.xml b/dev-cpp/aixlog/metadata.xml
new file mode 100644
index 000..c2a58d893f1
--- /dev/null
+++ b/dev-cpp/aixlog/metadata.xml
@@ -0,0 +1,20 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   cb-gen...@guya.de
+   Christian Buchinger
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   
+   Johannes Pohl
+   git...@badaix.de
+   
+   https://github.com/badaix/aixlog/issues
+   badaix/aixlog
+   
+



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luvit/

2018-10-07 Thread Jeroen Roovers
commit: 5f8b8d746db9b2349c6a3344308d54df274d79fe
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  7 16:39:49 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  7 16:41:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f8b8d74

dev-lua/luvit: Fix net-libs/http-parser dependency

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

 dev-lua/luvit/luvit-0.7.0.ebuild | 4 ++--
 dev-lua/luvit/luvit-0.8.2.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lua/luvit/luvit-0.7.0.ebuild b/dev-lua/luvit/luvit-0.7.0.ebuild
index da21771c0b3..c36395406c9 100644
--- a/dev-lua/luvit/luvit-0.7.0.ebuild
+++ b/dev-lua/luvit/luvit-0.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -29,7 +29,7 @@ RDEPEND="
!bundled-libs? (
dev-lang/luajit:2[lua52compat]
>=dev-libs/yajl-2.0.2
-   net-libs/http-parser
+   net-libs/http-parser:=
)"
 DEPEND="${RDEPEND}
virtual/pkgconfig"

diff --git a/dev-lua/luvit/luvit-0.8.2.ebuild b/dev-lua/luvit/luvit-0.8.2.ebuild
index 9dedec697b3..69f8e85872e 100644
--- a/dev-lua/luvit/luvit-0.8.2.ebuild
+++ b/dev-lua/luvit/luvit-0.8.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -30,7 +30,7 @@ RDEPEND="
!bundled-libs? (
dev-lang/luajit:2[lua52compat]
>=dev-libs/yajl-2.0.2
-   net-libs/http-parser
+   net-libs/http-parser:=
)"
 DEPEND="${RDEPEND}
virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: app-cdr/cdrtools/

2018-10-07 Thread Daniel Pielmeier
commit: 3845b69d26d24225e657991524ecbe135c5c3c80
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sun Oct  7 16:33:16 2018 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sun Oct  7 16:33:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3845b69d

app-cdr/cdrtools: Revision bump to 3.02_alpha09-r1. Switch to EAPI 7.

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

 app-cdr/cdrtools/cdrtools-3.02_alpha09-r1.ebuild | 279 +++
 1 file changed, 279 insertions(+)

diff --git a/app-cdr/cdrtools/cdrtools-3.02_alpha09-r1.ebuild 
b/app-cdr/cdrtools/cdrtools-3.02_alpha09-r1.ebuild
new file mode 100644
index 000..ded357fb3ea
--- /dev/null
+++ b/app-cdr/cdrtools/cdrtools-3.02_alpha09-r1.ebuild
@@ -0,0 +1,279 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit fcaps multilib toolchain-funcs flag-o-matic gnuconfig
+
+MY_P="${P/_alpha/a}"
+
+DESCRIPTION="A set of tools for CD/DVD reading and recording, including 
cdrecord"
+HOMEPAGE="https://sourceforge.net/projects/cdrtools/;
+SRC_URI="mirror://sourceforge/${PN}/$([[ -z ${PV/*_alpha*} ]] && echo 
'alpha')/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2 LGPL-2.1 CDDL-Schily"
+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 
~sparc-solaris ~x86-solaris"
+IUSE="acl caps nls unicode"
+
+BDEPEND="
+   nls? ( >=sys-devel/gettext-0.18.1.1 )
+"
+RDEPEND="
+   acl? ( virtual/acl )
+   caps? ( sys-libs/libcap )
+   nls? ( virtual/libintl )
+   !app-cdr/cdrkit
+"
+DEPEND="
+   ${RDEPEND}
+   x11-misc/makedepend
+"
+
+S=${WORKDIR}/${P/_alpha[0-9][0-9]}
+
+FILECAPS=(
+   
cap_sys_resource,cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_ipc_lock,cap_sys_rawio+ep
 usr/bin/cdrecord --
+   
cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_sys_rawio+ep
 usr/bin/cdda2wav --
+   cap_dac_override,cap_sys_admin,cap_net_bind_service,cap_sys_rawio+ep 
usr/bin/readcd
+)
+
+cdrtools_os() {
+   local os="linux"
+   [[ ${CHOST} == *-darwin* ]] && os="mac-os10"
+   [[ ${CHOST} == *-freebsd* ]] && os="freebsd"
+   echo "${os}"
+}
+
+src_prepare() {
+   default
+
+   gnuconfig_update
+
+   # This fixes a clash with clone() on uclibc.  Upstream isn't
+   # going to include this so let's try to carry it forward.
+   # Contact me if it needs updating.  Bug #486782.
+   # Anthony G. Basile .
+   use elibc_uclibc && epatch "${FILESDIR}"/${PN}-fix-clone-uclibc.patch
+
+   # Remove profiled make files.
+   find -name '*_p.mk' -delete || die "delete *_p.mk"
+
+   # Adjusting hardcoded paths.
+   sed -i -e "s|opt/schily|usr|" \
+   $(find ./ -type f -name \*.[0-9ch] -exec grep -l 'opt/schily' 
'{}' '+') \
+   || die "sed opt/schily"
+
+   sed -i -e "s|\(^INSDIR=\t\tshare/doc/\)|\1${PF}/|" \
+   $(find ./ -type f -exec grep -l '^INSDIR.\+doc' '{}' '+') \
+   || die "sed doc"
+
+   # Respect libdir.
+   sed -i -e "s|\(^INSDIR=\t\t\)lib|\1$(get_libdir)|" \
+   $(find ./ -type f -exec grep -l '^INSDIR.\+lib\(/siconv\)\?$' 
'{}' '+') \
+   || die "sed multilib"
+
+   # Do not install static libraries.
+   sed -i -e "s|include\t\t.*rules.lib||" \
+   $(find ./ -type f -exec grep -l '^include.\+rules\.lib' '{}' 
'+') \
+   || die "sed rules"
+
+   # Enable verbose build.
+   sed -i -e '/@echo.*==>.*;/s:@echo[^;]*;: -x;:' \
+   RULES/*.rul RULES/rules.prg RULES/rules.inc \
+   || die "sed verbose rules"
+
+   # Respect CC/CXX variables.
+   cd "${S}"/RULES || die
+   local tcCC=$(tc-getCC)
+   local tcCXX=$(tc-getCXX)
+   sed -i -e "/cc-config.sh/s|\$(C_ARCH:%64=%) \$(CCOM_DEF)|${tcCC} 
${tcCC}|" \
+   rules1.top || die "sed rules1.top"
+   sed -i -e "/^CC_COM_DEF=/s|gcc|${tcCC}|" \
+   -e "/^CC++_COM_DEF=/s|g++|${tcCXX}|" \
+   -e "/COPTOPT=/s|-O||" \
+   -e 's|$(GCCOPTOPT)||' \
+   cc-gcc.rul || die "sed cc-gcc.rul"
+   sed -i -e "s|^#\(CONFFLAGS +=\).*|\1\t-cc=${tcCC}|" \
+   rules.cnf || die "sed rules.cnf"
+
+   # Schily make setup.
+   cd "${S}"/DEFAULTS || die
+   local os=$(cdrtools_os)
+
+   sed -i \
+   -e "s|^\(DEFLINKMODE=\).*|\1\tdynamic|" \
+   -e "s|^\(LINUX_INCL_PATH=\).*|\1|" \
+   -e "s|^\(LDPATH=\).*|\1|" \
+   -e "s|^\(RUNPATH=\).*|\1|" \
+   -e "s|^\(INS_BASE=\).*|\1\t${ED}/usr|" \
+   -e "s|^\(INS_RBASE=\).*|\1\t${ED}|" \
+   -e "s|^\(DEFINSGRP=\).*|\1\t0|" \
+   -e '/^DEFUMASK/s,002,022,g' \
+   

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

2018-10-07 Thread Mike Pagano
commit: ed1c4035edce9855635d0aa6a4b524051152998d
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Oct  7 16:27:08 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Oct  7 16:27:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed1c4035

sys-kernel/git-sources: Linux patch 4.19-rc7

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

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

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 02c34e2a478..3149ec0f214 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -5,3 +5,4 @@ DIST patch-4.19-rc3.patch 38635039 BLAKE2B 
c6f5840a1483c0a97b284f038f965d74b268c
 DIST patch-4.19-rc4.patch 38932487 BLAKE2B 
fc07f52bc086f9d4f52e1ebd996ac1a2cdfce8130edb2f26251863b2f4a78f0f55c82a7f7aaf744db8b40e1ad4ab8aa3f16f3934960c46a06edb5967382d5d96
 SHA512 
8d61ff650a479676310db533d0d0625c5304caf777d924199b91a7b94d4840d9088def4a9b184e493a083a03ed20853811a5ee45b4f5074efd79129d6b3fb7b1
 DIST patch-4.19-rc5.patch 39132199 BLAKE2B 
511377a23c45f3905fb710c09727a2a8ce93b7e1b10e2274dd38ee7b2095390a4f99c6e193756719b5de9fd6c17d0d901be1aef78b92718436745ece0a57b82f
 SHA512 
0080e66cf9f0ae187c9210ecc5af15978642916d71920383e365cfcb3c837a5ee4052fd53030eafa1ccdd996663ad66d1730c8e49e85e584bc616dcf6389868e
 DIST patch-4.19-rc6.patch 39335180 BLAKE2B 
94bbeb07c7d0dadabdad0c177148747d04d3f1d1dc47257183113d6d54d9b59f67a80efeed8d7c8116d088065435b9c87352631cb910ac583f02688ee96f2884
 SHA512 
15b4748e8d98a6843c7fc47081996c79c3d4a11302ef786193432f70ec809628294dbffc5b162113aa04d2313ad69d8fafe5713a19397ce82d36e134630be59b
+DIST patch-4.19-rc7.patch 39634304 BLAKE2B 
98bf6c83118e7ce7f90ecd7c70412b8854a83c4ed6843021e7fc6b4340dc9bf89e29b30404c2e4ba16a3ba7c85d7d48bb00b16531de7b625a5ddf731b43c526c
 SHA512 
cb0bc2ab8b3efe7332fb498bef706c556071e6623d76092dbbcc14d6741051bb1fe97d7c52baa0a950803c7cc186868b87b842e9fb9f61fce95befaa5be40cd0

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



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

2018-10-07 Thread Matt Turner
commit: d343c5760143c92f0f31c1187770ac5f49edb57a
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct  7 16:01:51 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct  7 16:05:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d343c576

app-misc/lcd4linux: dropped ppc keywords, bug 658722

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

 app-misc/lcd4linux/lcd4linux-0.10.1_rc2-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/lcd4linux/lcd4linux-0.10.1_rc2-r4.ebuild 
b/app-misc/lcd4linux/lcd4linux-0.10.1_rc2-r4.ebuild
index dd4dad81be1..ce72ad45809 100644
--- a/app-misc/lcd4linux/lcd4linux-0.10.1_rc2-r4.ebuild
+++ b/app-misc/lcd4linux/lcd4linux-0.10.1_rc2-r4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 x86"
 IUSE="mysql python iconv mpd"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2018-10-07 Thread Matt Turner
commit: 4b1a421860f97c5b1c14df9f76a7cb29e3bfc451
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct  7 16:03:38 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct  7 16:05:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b1a4218

profiles/arch/powerpc: Drop stale lcd4linux mask

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

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

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index b5844a54955..52449270105 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -368,8 +368,3 @@ media-tv/mythtv vdpau
 # Brent Baude 
 # masking zephyr USE on pidgin
 net-im/pidgin zephyr
-
-# Joseph Jezak  (28 Jun 2007)
-# Masked Parallel LCD devices for bug #180683
-# app-misc/lcd4linux
-app-misc/lcd4linux lcd_devices_hd44780



[gentoo-commits] repo/gentoo:master commit in: net-firewall/shorewall/files/, net-firewall/shorewall/

2018-10-07 Thread Thomas Deutschmann
commit: fec9c6797e5c1d6b0234577d7973b896351fce87
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct  7 16:01:27 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct  7 16:02:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec9c679

net-firewall/shorewall: bump to v5.2.1

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

 net-firewall/shorewall/Manifest|   7 +
 .../shorewall-5.2.1-no-gzipped-manpages.patch  |  28 ++
 .../shorewall-core-5.2.1-no-gzipped-manpages.patch |  16 +
 .../shorewall-lite-5.2.1-no-gzipped-manpages.patch |  26 ++
 net-firewall/shorewall/shorewall-5.2.1.ebuild  | 479 +
 5 files changed, 556 insertions(+)

diff --git a/net-firewall/shorewall/Manifest b/net-firewall/shorewall/Manifest
index 5dc17102042..65b3e1bc59e 100644
--- a/net-firewall/shorewall/Manifest
+++ b/net-firewall/shorewall/Manifest
@@ -1,7 +1,14 @@
 DIST shorewall-5.2.0.5.tar.bz2 539666 BLAKE2B 
df4f8680ee29a773f584a1210b40a7047be1a590490a01617b26b71840e488f569ebcf268ba2f6199fb10671925356c4e187a5219ed7784672f6d14b2e90f580
 SHA512 
8299e0f40ad96c09eceb9460c6088e694e50b7a1b81a16395426466c666eb21dc23236c1ee6cc6047c05ad4a4ba43aac33fc7cb05f5784bf27ac81e5fa4e9059
+DIST shorewall-5.2.1.tar.bz2 550552 BLAKE2B 
c7b77912f644b3ae1a15a366018bc57da72d23342ec9db4ba282c8bc993f4964b3ce6d783448e2e36a6370fd223e1d14f1b27e9cadfa47024a1dda8109419c7f
 SHA512 
2c408196a142a314f72ea4adb4193fa5cf30300529c41661e157e7b69f2d8448a0c25bcd177f25d6f993494b26068edf48cc0fc8e6a526380726baa33a8e11c8
 DIST shorewall-core-5.2.0.5.tar.bz2 76567 BLAKE2B 
078520ef3166d689d559f1c08ae417a2bf5c7fdc3618a26f72b244fa14679634752dffaeebafbd84609e33ec7f1856b701abb297077797abcb14d3264a3bfd25
 SHA512 
640c854a7484e886cd603742d16682456e02c0054c3d6d5f2188bf30e235ac975fc1ce50af500cf4fb99253a1d13c2408cc72aff54f14aa738e1e80b8d07066a
+DIST shorewall-core-5.2.1.tar.bz2 76562 BLAKE2B 
6129e90f9cfca9b36221320eb917f3299dd151d366e2b98d546519330cd5c95511d4a1e7b1a4ea2de046aed2d2a72367f8e3039ad288de89178e161cb16eb5a0
 SHA512 
4ea3fdec0c4ffb57a7e63334aed3479819079936575928b01399a3c2a8515a4ecf1eb19f1e193849480e6ac84f4c7de9e4c84699765684fb2299bf1b5276a3a8
 DIST shorewall-docs-html-5.2.0.5.tar.bz2 4295236 BLAKE2B 
8cef99b3535551e1d4ecdf0d3d1c2b3434c0b91c793f0857bc3f22f0020d80cd49b038c7c4f5d15fe23af14869f1736a69b01978403fe94bc5dac261bd2f5e4d
 SHA512 
5fa3ab52580e8f090ab0be9b1796bef65a41d1a9dc5c9501e3daeba22bad7b28b5306aba5b383c654eed5f7d727a7744812034eeb1ad051633a80b2892096c24
+DIST shorewall-docs-html-5.2.1.tar.bz2 4302517 BLAKE2B 
a38659f9740da36efe3a2bf844b9686a18bb47476388580d02462aec0715afb1d09d20ffb2ee708550f7288fb7bb36ae8e5f23d902bd126bb2a5c496866e49dd
 SHA512 
c67c621c1fea599c5e1987a7847bed187d8d0571e1b6d42c9fc351022de04b47e4f57030f919b85e8c9fef51829e0b04cbbc14e29a0df6f084c765219d46591c
 DIST shorewall-init-5.2.0.5.tar.bz2 30881 BLAKE2B 
92617f17553b6df514cbfc72e86597e9859baa641782848763923ff4c650915cd7fb97f0c71b41d525d6a9d5ebbf10e9918d6a8d682c9c4654de3ba40b54c0ce
 SHA512 
0367ad7468d5a9c0c70d31fdd66c05e54cf747dd45dc1bf2e128935c65af8c2508f033ed2945185059214dd81f5a8fb3f122323fd2bb79d2d642997741167371
+DIST shorewall-init-5.2.1.tar.bz2 31705 BLAKE2B 
7f6a6b5266d63e3b0fab99a49f342e8172a20f50471fdcebe07a6c62dc36fcf4d96a041870df815aa5ecf2c421b5d7cb1408c0f54f520295611d54a876150294
 SHA512 
caba4eebcc576bf261327cb7304aedcaaea7325a34e444b4dd9ce60cd545b479271ea9b7049743ac1499485695d7d0f2a37b127a895cb3d200e6dfb41a21fe17
 DIST shorewall-lite-5.2.0.5.tar.bz2 36651 BLAKE2B 
192ecda8b04d0330f0a7bced6136f2723d201cd7c30af80b59bfa81f49614d10c900cf5856296ad854287f3c925e5f78f144698674ec7b8d91065072db4ca53e
 SHA512 
b95154f7614eeedde1fc087750372cadd0c0a9618986741e035a9d83c06d2534feb78edaf6a97e2a45788015e6706f8dac3714ca3b22bd068e792458a3f5af40
+DIST shorewall-lite-5.2.1.tar.bz2 37527 BLAKE2B 
5a50d66366b5c4c456fd4291d1413923162cfe24f989df00be5f613089d96402430ec6c6780c78ee5e398cd931c964e8d164efefb4d1531cb870ba65040809be
 SHA512 
111f68c2d59b58e7d344e55b293d78fe2013771be9f8399bea88d9699905f3683931668fad23e7efea1fcae9d3c6381bd9f2073c3f208e81cec958ab19b2510e
 DIST shorewall6-5.2.0.5.tar.bz2 185740 BLAKE2B 
846a3fc44a9c0a838cf75671ca34e78dd97580690d994a34615467b241f0c854e3bb9b818bcfd5e96664ab03e14a7c69affc946dffd1357ad744da41f8d5
 SHA512 
6875074ed8ee5bce40253a6e2633c422d7c2c1bf860a072236d6197cfe949e455b511a1792d822a8f2351254e99880236267ce70fc1150ca68e87f962b6cc265
+DIST shorewall6-5.2.1.tar.bz2 188322 BLAKE2B 
5814433b11001f1e00ce3b124b5ec4ca6b1909ec00f966cb5fc93c34207325853249964492eb03f1f3c73cfc9c1b42def9578e507395395dd067f236475215b5
 SHA512 
b5dd5c4bf014c24a8a8bb4dc38b45dc92749182091b572340e1aef12d0aaeeb1dc436716b449cc1de34c74c6e4d590cc8cbe6b73aa3c614e8c9c37d7fa7a00a6
 DIST shorewall6-lite-5.2.0.5.tar.bz2 36370 BLAKE2B 

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

2018-10-07 Thread Thomas Deutschmann
commit: 534206273c3f9ef07188d85f6c1829c686dd8e8e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct  7 13:58:52 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct  7 16:02:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53420627

net-firewall/shorewall: mark stable applying ALLARCHES policy

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

 net-firewall/shorewall/shorewall-5.2.0.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-firewall/shorewall/shorewall-5.2.0.5.ebuild 
b/net-firewall/shorewall/shorewall-5.2.0.5.ebuild
index a7f7766988a..3794662afa6 100644
--- a/net-firewall/shorewall/shorewall-5.2.0.5.ebuild
+++ b/net-firewall/shorewall/shorewall-5.2.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -66,7 +66,7 @@ if [[ ${MY_PV} = *-Beta* ]] || [[ ${MY_PV} = *-RC* ]]; then
unset _tmp_last_index
unset _tmp_suffix
 else
-   KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
 fi
 
 SRC_URI="



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

2018-10-07 Thread Thomas Deutschmann
commit: ed0c875a14ea0308fe822e13f0f80d801e968c31
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct  7 13:59:32 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct  7 16:02:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed0c875a

net-firewall/shorewall: drop old

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

 net-firewall/shorewall/Manifest |   7 -
 net-firewall/shorewall/shorewall-5.2.0.4.ebuild | 459 
 2 files changed, 466 deletions(-)

diff --git a/net-firewall/shorewall/Manifest b/net-firewall/shorewall/Manifest
index b53573f8835..5dc17102042 100644
--- a/net-firewall/shorewall/Manifest
+++ b/net-firewall/shorewall/Manifest
@@ -1,14 +1,7 @@
-DIST shorewall-5.2.0.4.tar.bz2 538938 BLAKE2B 
1df68e166f5f443f120b9f45010da005b3d86a51d09c059d0886a2735c6d27c1568ae0422998f001deb48c512cb9fed23cbad423754682b06e9a4b5176b45cef
 SHA512 
b44622972d4b4ffcde9d7da57d3994279f3962bb2d2e13892d7d77453da502527ab89cb59fb6692341b5d166cb7a3e31909df31dc21c758707eff29f3ab2c9a0
 DIST shorewall-5.2.0.5.tar.bz2 539666 BLAKE2B 
df4f8680ee29a773f584a1210b40a7047be1a590490a01617b26b71840e488f569ebcf268ba2f6199fb10671925356c4e187a5219ed7784672f6d14b2e90f580
 SHA512 
8299e0f40ad96c09eceb9460c6088e694e50b7a1b81a16395426466c666eb21dc23236c1ee6cc6047c05ad4a4ba43aac33fc7cb05f5784bf27ac81e5fa4e9059
-DIST shorewall-core-5.2.0.4.tar.bz2 76022 BLAKE2B 
58602e01f7a7b6e6853c847fa38bfff2fbeb57ea68ffd124f9e556b0137bef65bfe25c8b7c70f0d6fc7b21dab7e82401985a08f0a1a8c4ca6159cbfd1862712c
 SHA512 
bfd21f249fa3b7a952bf9aeead91eac0f7db6c2f3c386e9d2aca9645916b8a799ce58ac7b6edb93d0b934d224824f9cd94b8db63a0b35a260051209613561bf4
 DIST shorewall-core-5.2.0.5.tar.bz2 76567 BLAKE2B 
078520ef3166d689d559f1c08ae417a2bf5c7fdc3618a26f72b244fa14679634752dffaeebafbd84609e33ec7f1856b701abb297077797abcb14d3264a3bfd25
 SHA512 
640c854a7484e886cd603742d16682456e02c0054c3d6d5f2188bf30e235ac975fc1ce50af500cf4fb99253a1d13c2408cc72aff54f14aa738e1e80b8d07066a
-DIST shorewall-docs-html-5.2.0.4.tar.bz2 4294681 BLAKE2B 
b6e975ddefae5dc7fd0a9be58c6fd231e828ed8e18e2405202766068b37796c075785c2cc05f25bc9decc50fbdfc01bad8d8f929b90592aa2e8cc040719e3cf1
 SHA512 
2685161f9d25cf745831f603129c4e9a33a264118698392f589e481a76bcb082dad14c9be6dc57c29441eb9807d842e5f08b3483e1e03099f0059f10ea907d91
 DIST shorewall-docs-html-5.2.0.5.tar.bz2 4295236 BLAKE2B 
8cef99b3535551e1d4ecdf0d3d1c2b3434c0b91c793f0857bc3f22f0020d80cd49b038c7c4f5d15fe23af14869f1736a69b01978403fe94bc5dac261bd2f5e4d
 SHA512 
5fa3ab52580e8f090ab0be9b1796bef65a41d1a9dc5c9501e3daeba22bad7b28b5306aba5b383c654eed5f7d727a7744812034eeb1ad051633a80b2892096c24
-DIST shorewall-init-5.2.0.4.tar.bz2 30526 BLAKE2B 
a8ac5bf7e650a58d87b608321e0ed40d8b73ed675d5b5b64ff5859149f04aca507d7a83ff6ca9c7801c84fb416d22fdc930199731a9134ef529b29cf1ec01a67
 SHA512 
c4e2bcf5a2f7b8fae30773a930ac7433cc8678f7bb52958ecd92a4ce5f0a78041e45578bd47e01ad72fe9fc1a3cbcda2995bd9379cc90917a31b3f676c12beb6
 DIST shorewall-init-5.2.0.5.tar.bz2 30881 BLAKE2B 
92617f17553b6df514cbfc72e86597e9859baa641782848763923ff4c650915cd7fb97f0c71b41d525d6a9d5ebbf10e9918d6a8d682c9c4654de3ba40b54c0ce
 SHA512 
0367ad7468d5a9c0c70d31fdd66c05e54cf747dd45dc1bf2e128935c65af8c2508f033ed2945185059214dd81f5a8fb3f122323fd2bb79d2d642997741167371
-DIST shorewall-lite-5.2.0.4.tar.bz2 36307 BLAKE2B 
ad95e4f640ae1f05936dd5dbc87e4acaf6dd576bd6704f650c8bfdc437284f0c121563427f89dbe5de4e19f543f3e182ff0d5a333da8c8416aae24994ac52ed0
 SHA512 
55bb514d9446c953de0453b8016105ed2471420d2ca6346cbd986f03cec5e713a1d27d5e08ddc6cf54cd6e5f936cf9a826eac622596480374929f41c062e8803
 DIST shorewall-lite-5.2.0.5.tar.bz2 36651 BLAKE2B 
192ecda8b04d0330f0a7bced6136f2723d201cd7c30af80b59bfa81f49614d10c900cf5856296ad854287f3c925e5f78f144698674ec7b8d91065072db4ca53e
 SHA512 
b95154f7614eeedde1fc087750372cadd0c0a9618986741e035a9d83c06d2534feb78edaf6a97e2a45788015e6706f8dac3714ca3b22bd068e792458a3f5af40
-DIST shorewall6-5.2.0.4.tar.bz2 186267 BLAKE2B 
4076c94596e462d4f150d734700d400db90ca1d0bd788152e5421d581890cf28d7e6546d2ac0c604625cdf25771415229b2a3324153ec5439cddfcab73464ae5
 SHA512 
e8989b5c6fcc1162f42e884cdb0fff47baed61b69c39b8bbdaf78b246f95ee0bf6690fce3a6ae14eff2bf48d64b762b170d67462dc685f594dfd70a2e3720a01
 DIST shorewall6-5.2.0.5.tar.bz2 185740 BLAKE2B 
846a3fc44a9c0a838cf75671ca34e78dd97580690d994a34615467b241f0c854e3bb9b818bcfd5e96664ab03e14a7c69affc946dffd1357ad744da41f8d5
 SHA512 
6875074ed8ee5bce40253a6e2633c422d7c2c1bf860a072236d6197cfe949e455b511a1792d822a8f2351254e99880236267ce70fc1150ca68e87f962b6cc265
-DIST shorewall6-lite-5.2.0.4.tar.bz2 36035 BLAKE2B 
edbdee2b979c0d2144e358b6e8b52808578923498c0da4f906ed6aa8460153879dd5f8b4cf98da4bcecc90a6a776d39ef17492881c093a018ccdc5b86e0c0bab
 SHA512 
c212ba3f6bacab1b26bbc5c13a2bac2f1f796c7fa3d442f398c91ff367f242a9562ff2191b9b678e82d07a96c2dc39a0109d30417154e6cfd4f2c4c6e31b616f
 DIST 

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

2018-10-07 Thread Anthony G. Basile
commit: c574022b7d9ecd047be2c82223736b953b8f7d23
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Oct  7 15:56:51 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Oct  7 15:56:51 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=c574022b

media-libs/mesa: fix mesa-18-musl-pthread.patch, fix issue 173

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

 media-libs/mesa/files/mesa-18-musl-pthread.patch | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/media-libs/mesa/files/mesa-18-musl-pthread.patch 
b/media-libs/mesa/files/mesa-18-musl-pthread.patch
index 2db1667..a6af63e 100644
--- a/media-libs/mesa/files/mesa-18-musl-pthread.patch
+++ b/media-libs/mesa/files/mesa-18-musl-pthread.patch
@@ -7,8 +7,8 @@ diff -Naur 
mesa-18.0.0-rc2.orig/src/gallium/state_trackers/nine/nine_debug.c mes
  #if defined(HAVE_PTHREAD)
 -#  if defined(__GNU_LIBRARY__) && defined(__GLIBC__) && 
defined(__GLIBC_MINOR__) && \
 -  (__GLIBC__ >= 3 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 12))
-+#  if defined(__linux__) && !(defined(__GLIBC__) || \
-+  (__GLIBC__ < 3 || (__GLIBC__ == 2 && __GLIBC_MINOR__ < 12)))
++#  if defined(__linux__) && (!defined(__GLIBC__) || \
++  __GLIBC__ >= 3 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 12))
  if (dbg_flags & DBG_TID)
  tid = pthread_self();
  #  endif
@@ -22,8 +22,8 @@ diff -Naur mesa-18.0.0-rc2.orig/src/util/u_thread.h 
mesa-18.0.0-rc2/src/util/u_t
 -#  if defined(__GNU_LIBRARY__) && defined(__GLIBC__) && 
defined(__GLIBC_MINOR__) && \
 -  (__GLIBC__ >= 3 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 12)) && \
 -  defined(__linux__)
-+#  if defined(__linux__) && !(defined(__GLIBC__) || \
-+  (__GLIBC__ < 3 || (__GLIBC__ == 2 && __GLIBC_MINOR__ < 12)))
++#  if defined(__linux__) && (!defined(__GLIBC__) || \
++  __GLIBC__ >= 3 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 12))
 pthread_setname_np(pthread_self(), name);
  #  endif
  #endif
@@ -34,7 +34,7 @@ diff -Naur mesa-18.0.0-rc2.orig/src/util/u_thread.h 
mesa-18.0.0-rc2/src/util/u_t
 -#  if defined(__GNU_LIBRARY__) && defined(__GLIBC__) && 
defined(__GLIBC_MINOR__) && \
 -  (__GLIBC__ >= 3 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 12))
 +#  if defined(__linux__) && !(defined(__GLIBC__) || \
-+  (__GLIBC__ < 3 || (__GLIBC__ == 2 && __GLIBC_MINOR__ < 12)))
++  __GLIBC__ >= 3 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 12))
 return pthread_equal(pthread_self(), thread);
  #  endif
  #endif



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

2018-10-07 Thread Daniel Pielmeier
commit: 7d209e5ec8381639eb558fc0eb9c8d0f2b6e8532
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sun Oct  7 15:47:52 2018 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sun Oct  7 15:49:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d209e5e

media-video/mjpegtools: Revision bump to 2.1.0-r4. Switch to EAPI 7.

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

 media-video/mjpegtools/mjpegtools-2.1.0-r4.ebuild | 121 ++
 1 file changed, 121 insertions(+)

diff --git a/media-video/mjpegtools/mjpegtools-2.1.0-r4.ebuild 
b/media-video/mjpegtools/mjpegtools-2.1.0-r4.ebuild
new file mode 100644
index 000..3ac82456dab
--- /dev/null
+++ b/media-video/mjpegtools/mjpegtools-2.1.0-r4.ebuild
@@ -0,0 +1,121 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic multilib-minimal toolchain-funcs
+
+DESCRIPTION="Tools for MJPEG video"
+HOMEPAGE="http://mjpeg.sourceforge.net/;
+SRC_URI="mirror://sourceforge/mjpeg/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+IUSE="cpu_flags_x86_mmx dv gtk png quicktime sdl sdlgfx static-libs"
+REQUIRED_USE="sdlgfx? ( sdl )"
+
+BDEPEND="
+   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
+"
+RDEPEND="
+   virtual/jpeg:0=[${MULTILIB_USEDEP}]
+   dv? ( >=media-libs/libdv-1.0.0-r3[${MULTILIB_USEDEP}] )
+   gtk? ( x11-libs/gtk+:2 )
+   png? ( media-libs/libpng:0= )
+   quicktime? ( >=media-libs/libquicktime-1.2.4-r1[${MULTILIB_USEDEP}] )
+   sdl? (
+   >=media-libs/libsdl-1.2.15-r4[${MULTILIB_USEDEP}]
+   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+   sdlgfx? ( media-libs/sdl-gfx )
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   >=sys-apps/sed-4
+   virtual/awk
+   cpu_flags_x86_mmx? ( dev-lang/nasm )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-pic.patch
+   # https://sourceforge.net/p/mjpeg/bugs/139/
+   "${FILESDIR}"/${P}-sdl-cflags.patch
+   "${FILESDIR}"/mjpegtools-2.1.0-no_format.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+   sed -i -e '/ARCHFLAGS=/s:=.*:=:' configure
+}
+
+multilib_src_configure() {
+   [[ $(gcc-major-version) -eq 3 ]] && append-flags -mno-sse2
+
+   local myconf=(
+   --enable-compile-warnings
+   $(use_enable cpu_flags_x86_mmx simd-accel)
+   $(use_enable static-libs static)
+   --enable-largefile
+
+   $(use_with quicktime libquicktime)
+   $(use_with dv libdv)
+   $(use_with sdl libsdl)
+   --without-v4l
+   $(use_with sdl x)
+
+   # used by tools only
+   $(multilib_native_use_with gtk)
+   $(multilib_native_use_with png libpng)
+   $(multilib_native_use_with sdlgfx)
+
+   # used only in V4LCONF_LIBS that is not used anywhere...
+   --without-dga
+   )
+
+   ECONF_SOURCE=${S} \
+   econf "${myconf[@]}"
+}
+
+multilib_src_compile() {
+   if multilib_is_native_abi; then
+   default
+   else
+   # avoid building programs
+   emake bin_PROGRAMS=
+   fi
+}
+
+multilib_src_test() {
+   # there are no tests at the moment, so it would just build
+   # all programs in non-native ABIs...
+   multilib_is_native_abi && default
+}
+
+multilib_src_install() {
+   if multilib_is_native_abi; then
+   default
+   else
+   emake DESTDIR="${D}" install \
+   bin_PROGRAMS=
+   fi
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   dodoc mjpeg_howto.txt PLANS HINTS docs/FAQ.txt
+
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   elog "mjpegtools installs user contributed scripts which 
require additional"
+   elog "dependencies not pulled in by the installation."
+   elog "These have to be installed manually."
+   elog "Currently known extra dpendencies are: ffmpeg, mencoder 
from mplayer,"
+   elog "parts of transcode, mpeg2dec from libmpeg2, sox, toolame, 
vcdimager, python."
+   fi
+}



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

2018-10-07 Thread Mart Raudsepp
commit: 4faf9513f4d7b0ad6044696f9ba0a37d184adab9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct  7 15:44:31 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct  7 15:44:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4faf9513

net-misc/modemmanager: bump to 1.8.2

Also tweak the usb_modeswitch message a bit

Closes: https://bugs.gentoo.org/544434
Closes: https://bugs.gentoo.org/666538
Closes: https://bugs.gentoo.org/664144
Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 net-misc/modemmanager/Manifest  |   1 +
 net-misc/modemmanager/modemmanager-1.8.2.ebuild | 118 
 2 files changed, 119 insertions(+)

diff --git a/net-misc/modemmanager/Manifest b/net-misc/modemmanager/Manifest
index f2b09ab3182..76b6abd9187 100644
--- a/net-misc/modemmanager/Manifest
+++ b/net-misc/modemmanager/Manifest
@@ -1 +1,2 @@
 DIST ModemManager-1.6.12.tar.xz 1402364 BLAKE2B 
11335c495cc428936c9b0dd319449a7bf4c58a95ccd53b7a5bb276d78030272a7f29e5f0fa96a96613c5e0cb6a62239d864a23de6260fb55f6ecab09a18e6454
 SHA512 
2ac72fb2d36530204528cc0cd4815d0b93a1a8c8539ac345101e5e15bbfffd3eda888bbdc54298d3547b9aeacb94c75be5c600e993099671da2f9f27e8ee93cd
+DIST ModemManager-1.8.2.tar.xz 2088248 BLAKE2B 
e53ec3dacac2b1d57191de0eba130ea575a40047e5faa1c813543f1ca17164d71a18478ec6c0392adabea94d2455ee510ceceefc16798fec6f26ec834ebbf84c
 SHA512 
fb00ce6f3dc9795468e81ba295ad82e9586add2d7118661ea5f287a99afca97dc3aea64488393792bb1198e7abf2605bbc5ded2517980d67f8819931effdeea5

diff --git a/net-misc/modemmanager/modemmanager-1.8.2.ebuild 
b/net-misc/modemmanager/modemmanager-1.8.2.ebuild
new file mode 100644
index 000..fe9c099b360
--- /dev/null
+++ b/net-misc/modemmanager/modemmanager-1.8.2.ebuild
@@ -0,0 +1,118 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 user readme.gentoo-r1 systemd udev vala
+
+DESCRIPTION="Modem and mobile broadband management libraries"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/ModemManager/;
+SRC_URI="https://www.freedesktop.org/software/ModemManager/ModemManager-${PV}.tar.xz;
+
+LICENSE="GPL-2+"
+SLOT="0/1" # subslot = dbus interface version, i.e. N in 
org.freedesktop.ModemManager${N}
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="+introspection mbim policykit +qmi systemd +udev vala"
+REQUIRED_USE="
+   vala? ( introspection )
+"
+
+RDEPEND="
+   >=dev-libs/glib-2.36.0:2
+   udev? ( >=virtual/libgudev-230:= )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
+   mbim? ( >=net-libs/libmbim-1.16.0 )
+   policykit? ( >=sys-auth/polkit-0.106[introspection] )
+   qmi? ( >=net-libs/libqmi-1.20.0:= )
+   systemd? ( >=sys-apps/systemd-209 )
+"
+DEPEND="${RDEPEND}
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   >=dev-util/gtk-doc-am-1
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+
+S="${WORKDIR}/ModemManager-${PV}"
+
+src_prepare() {
+   DOC_CONTENTS="
+   If your USB modem shows up only as a storage device when you 
plug it in,
+   then you should install sys-apps/usb_modeswitch, which will 
automatically
+   switch it over to USB modem mode whenever you plug it in.\n"
+
+   if use policykit; then
+   DOC_CONTENTS+="\nTo control your modem without needing to enter 
the root password,
+   add your user account to the 'plugdev' group."
+   fi
+
+   use vala && vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-more-warnings \
+   --disable-static \
+   --with-dist-version=${PVR} \
+   --with-udev-base-dir="$(get_udevdir)" \
+   $(use_with udev) \
+   $(use_enable introspection) \
+   $(use_with mbim) \
+   $(use_with policykit polkit) \
+   $(use_with systemd systemd-suspend-resume) \
+   $(use_with systemd systemd-journal) \
+   $(use_with qmi) \
+   $(use_enable vala)
+}
+
+src_install() {
+   gnome2_src_install
+
+   # Allow users in plugdev group full control over their modem
+   if use policykit; then
+   insinto /usr/share/polkit-1/rules.d/
+   doins "${FILESDIR}"/01-org.freedesktop.ModemManager1.rules
+   fi
+
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+
+   use policykit && enewgroup plugdev
+
+   # The polkit rules file moved to /usr/share
+   
old_rules="${EROOT}etc/polkit-1/rules.d/01-org.freedesktop.ModemManager.rules"
+   if [[ -f "${old_rules}" ]]; then
+   case "$(md5sum 

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

2018-10-07 Thread Daniel Pielmeier
commit: 5584931883b2ea6e78f61557600cd468950d5369
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sun Oct  7 15:43:35 2018 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sun Oct  7 15:43:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55849318

media-sound/mac: Revision bump to 4.11.4.5.7-r1. Switch to EAPI 7.

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

 media-sound/mac/files/mac-4.11.4.5.7-null.patch | 12 +
 media-sound/mac/mac-4.11.4.5.7-r1.ebuild| 61 +
 2 files changed, 73 insertions(+)

diff --git a/media-sound/mac/files/mac-4.11.4.5.7-null.patch 
b/media-sound/mac/files/mac-4.11.4.5.7-null.patch
new file mode 100644
index 000..fa1f3598ea8
--- /dev/null
+++ b/media-sound/mac/files/mac-4.11.4.5.7-null.patch
@@ -0,0 +1,12 @@
+diff -Naur monkeys-audio-4.11-u4-b5-s7_old/src/Console/Console.cpp 
monkeys-audio-4.11-u4-b5-s7/src/Console/Console.cpp
+--- monkeys-audio-4.11-u4-b5-s7_old/src/Console/Console.cpp2017-03-04 
17:52:24.154352673 +0100
 monkeys-audio-4.11-u4-b5-s7/src/Console/Console.cpp2017-03-04 
17:52:31.400352385 +0100
+@@ -51,7 +51,7 @@
+ 
+ _ErrorDesc ErrorList[][2] = {
+   ERROR_EXPLANATION
+-  NULL
++  0
+ };
+ #endif
+ 

diff --git a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild 
b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
new file mode 100644
index 000..aa65b9a5e9e
--- /dev/null
+++ b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic
+
+MY_PN=monkeys-audio
+MY_PV=$(ver_cut 1-2)-u$(ver_cut 3)-b$(ver_cut 4)-s$(ver_cut 5)
+MY_P=${MY_PN}_${MY_PV}
+
+DESCRIPTION="Monkey's Audio Codecs"
+HOMEPAGE="http://etree.org/shnutils/shntool/ 
http://www.deb-multimedia.org/dists/testing/main/binary-amd64/package/monkeys-audio.php;
+SRC_URI="http://www.deb-multimedia.org/pool/main/m/monkeys-audio/${MY_P}.orig.tar.gz;
+
+LICENSE="mac"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+IUSE="cpu_flags_x86_mmx static-libs"
+
+RDEPEND=""
+DEPEND="
+   sys-apps/sed
+   cpu_flags_x86_mmx? ( dev-lang/yasm )
+"
+
+S=${WORKDIR}/${MY_P/_/-}
+
+PATCHES=(
+   "${FILESDIR}"/${P}-output.patch
+   "${FILESDIR}"/${P}-gcc6.patch
+   "${FILESDIR}"/${P}-null.patch
+)
+
+DOCS=( AUTHORS ChangeLog NEWS TODO README src/History.txt src/Credits.txt 
ChangeLog.shntool )
+
+RESTRICT="mirror"
+
+src_prepare() {
+   default
+
+   sed -i -e 's:-O3::' configure || die
+}
+
+src_configure() {
+   append-cppflags -DSHNTOOL
+   use cpu_flags_x86_mmx && append-ldflags -Wl,-z,noexecstack
+
+   econf \
+   $(use_enable static-libs static) \
+   $(use_enable cpu_flags_x86_mmx assembly)
+}
+
+src_install() {
+   default
+
+   insinto /usr/include/${PN}
+   doins src/MACLib/{BitArray,UnBitArrayBase,Prepare}.h #409435
+
+   find "${D}" -name '*.la' -delete || die
+}



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

2018-10-07 Thread Daniel Pielmeier
commit: 5611acf75fe0d319d14f778b0e75c6368125ffe5
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sun Oct  7 15:37:49 2018 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sun Oct  7 15:37:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5611acf7

dev-util/bbe: Revision bump to 0.2.2-r1. Switch to EAPI 7.

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

 dev-util/bbe/bbe-0.2.2-r1.ebuild | 23 +++
 1 file changed, 23 insertions(+)

diff --git a/dev-util/bbe/bbe-0.2.2-r1.ebuild b/dev-util/bbe/bbe-0.2.2-r1.ebuild
new file mode 100644
index 000..b93a74d75c4
--- /dev/null
+++ b/dev-util/bbe/bbe-0.2.2-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Sed-like editor for binary files"
+HOMEPAGE="https://sourceforge.net/projects/bbe-/;
+SRC_URI="mirror://sourceforge/${PN}-/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+src_prepare() {
+   default
+
+   sed -i -e '/^htmldir/d' doc/Makefile.am || die
+   eaclocal
+   eautoreconf
+}



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

2018-10-07 Thread Andreas Sturmlechner
commit: 9feca3d5d1fe5b733c55e037f30a66ca57319649
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Oct  7 15:16:46 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct  7 15:16:46 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9feca3d5

kde-apps/kfind: Add new DEPEND

Upstream commit 0f8642a78ba2021f1cad5047a7d9de587dd87cbe

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

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

diff --git a/kde-apps/kfind/kfind-.ebuild b/kde-apps/kfind/kfind-.ebuild
index 1bce2df20f..f4a508e69e 100644
--- a/kde-apps/kfind/kfind-.ebuild
+++ b/kde-apps/kfind/kfind-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,6 +18,7 @@ DEPEND="
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep kfilemetadata)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
$(add_frameworks_dep kjobwidgets)



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

2018-10-07 Thread Daniel Pielmeier
commit: 82212b57163eedf88c588ec05e5981f4e7d6ac0f
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sun Oct  7 15:18:25 2018 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sun Oct  7 15:18:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82212b57

app-portage/pfl: Revision bump to 3.0-r2. Switch to EAPI 7.

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

 app-portage/pfl/pfl-3.0-r2.ebuild | 47 +++
 1 file changed, 47 insertions(+)

diff --git a/app-portage/pfl/pfl-3.0-r2.ebuild 
b/app-portage/pfl/pfl-3.0-r2.ebuild
new file mode 100644
index 000..c285466a603
--- /dev/null
+++ b/app-portage/pfl/pfl-3.0-r2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_REQ_USE="xml"
+
+inherit distutils-r1
+
+DESCRIPTION="Searchable online file/package database for Gentoo"
+HOMEPAGE="http://www.portagefilelist.de;
+SRC_URI="http://files.portagefilelist.de/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos"
+IUSE="+network-cron"
+
+DEPEND=""
+RDEPEND="
+   ${DEPEND}
+   net-misc/curl
+   || (
+   sys-apps/portage[${PYTHON_USEDEP}]
+   sys-apps/portage-mgorny[${PYTHON_USEDEP}]
+   )
+   >=dev-python/ssl-fetch-0.4[${PYTHON_USEDEP}]
+"
+
+python_install_all() {
+   if use network-cron ; then
+   exeinto /etc/cron.weekly
+   doexe cron/pfl
+   fi
+
+   keepdir /var/lib/${PN}
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   if [[ ! -e "${EROOT}/var/lib/${PN}/pfl.info" ]]; then
+   touch "${EROOT}/var/lib/${PN}/pfl.info" || die
+   chown -R 0:portage "${EROOT}/var/lib/${PN}" || die
+   chmod 775 "${EROOT}/var/lib/${PN}" || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-vpn/wireguard/

2018-10-07 Thread Jason Donenfeld
commit: 914a54c3784fa0bb83fb37c2d60d2628f35aa9e6
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Sun Oct  7 15:14:53 2018 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Sun Oct  7 15:15:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=914a54c3

net-vpn/wireguard: version bump

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Jason A. Donenfeld  gentoo.org>

 net-vpn/wireguard/Manifest  | 2 +-
 .../{wireguard-0.0.20181006.ebuild => wireguard-0.0.20181007.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/wireguard/Manifest b/net-vpn/wireguard/Manifest
index d2666ffd2d7..8b1f4762f3c 100644
--- a/net-vpn/wireguard/Manifest
+++ b/net-vpn/wireguard/Manifest
@@ -1 +1 @@
-DIST WireGuard-0.0.20181006.tar.xz 298168 BLAKE2B 
711c3dfe601b99f5525176aa2cb38722d6f4bf2b1704c6e0d09f78f588258e21d3a5dcbc407f18421964c79fd42e9f62a13312ba254fb1d7fe08c0fd1d75d5b7
 SHA512 
a8cfae43c3d1c4bcebd5f301eb7ce3d45f799383c8b696757e84e53d921027d415dc4459628a1dd441f0c5d31079582a54517e8de0b258452ea4a310362be9bf
+DIST WireGuard-0.0.20181007.tar.xz 299128 BLAKE2B 
7715492729c41cb3cbf94b4b6fc35ab8642251746bdbdfd5dfd72dbf2449d0f75d2b34e91fbaa281002435070ff4cf22e74a93fb36c422a2997ab1a8150112b5
 SHA512 
571268dd678a3140d10aece943f1ec62dd0e5f684558c514d5af03c7beee9c578ca04995eb9c89b694a23a47f919fae0985dee2bc1c26d4a657b819ecc747f1e

diff --git a/net-vpn/wireguard/wireguard-0.0.20181006.ebuild 
b/net-vpn/wireguard/wireguard-0.0.20181007.ebuild
similarity index 100%
rename from net-vpn/wireguard/wireguard-0.0.20181006.ebuild
rename to net-vpn/wireguard/wireguard-0.0.20181007.ebuild



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

2018-10-07 Thread Daniel Pielmeier
commit: a2bd11fc3b716bc486a255906aba5e555d944eb0
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sun Oct  7 15:01:31 2018 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sun Oct  7 15:01:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2bd11fc

net-print/hplip: Revision bump to 3.18.6-r1. Switch to EAPI 7.

Add back libnotify USE flag now that dev-python/notify2 is in the
tree. Add a patch to fix compiler warnings.

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

 net-print/hplip/Manifest   |   1 +
 net-print/hplip/hplip-3.18.6-r1.ebuild | 274 +
 net-print/hplip/metadata.xml   |   1 +
 3 files changed, 276 insertions(+)

diff --git a/net-print/hplip/Manifest b/net-print/hplip/Manifest
index 6bf149b1595..7d3121b001e 100644
--- a/net-print/hplip/Manifest
+++ b/net-print/hplip/Manifest
@@ -1,2 +1,3 @@
 DIST hplip-3.18.3-patches-2.tar.xz 8936 BLAKE2B 
58c17f3b6332de1edd88a3b458f1e9f856bc917842f62eee0808469ec14ff5793cd33c7a2ba30593eba624e58c12a6d426fa43a7d375d6ac50b985b895a85b4c
 SHA512 
cbafcd9616f9c86318007b703325d3429ed0698c3fc9d3eddd422e4cd7a16c77320ac168bfa01b5874213e1740cfaae1867d31c3cf96cd57573ad33651a674ed
+DIST hplip-3.18.6-patches-1.tar.xz 10612 BLAKE2B 
5fade89a54b5db9002ada0b1819b41cc177d1a709bdb74a32359927ddac35445275bdec4bcf64a8413fba94bde66c5f4eda2a8a460cc13afc187c59aa388
 SHA512 
ee1e4848ec7060aed688fb46263f87838a311a4d0161dd414ef6b4231c23a11090679d2525c65c2686838436735427a40de0ad80bca4cd5c48eff5207c59
 DIST hplip-3.18.6.tar.gz 22590564 BLAKE2B 
edbc80120bb332de9848e528095839b8f3496404ae83482a17bb8bd196c30dd8d3fca4d3dbb60c048bfbeeddd4384b4d7844798dad993eaf52d5418a9391b4ad
 SHA512 
deb4e6e1c7e9ea7452967f7d7d7fd93e92eb59406b4978bb9b874db93bc5022b25aab012a7420ac3e991259032bc7cb749cd924c93a164544e29a4152962184f

diff --git a/net-print/hplip/hplip-3.18.6-r1.ebuild 
b/net-print/hplip/hplip-3.18.6-r1.ebuild
new file mode 100644
index 000..1f35d634187
--- /dev/null
+++ b/net-print/hplip/hplip-3.18.6-r1.ebuild
@@ -0,0 +1,274 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_REQ_USE="threads,xml"
+
+# 14 and 15 spit out a lot of warnings about subdirs
+WANT_AUTOMAKE="1.13"
+
+inherit autotools linux-info python-single-r1 readme.gentoo-r1 udev
+
+DESCRIPTION="HP Linux Imaging and Printing - Print, scan, fax drivers and 
service tools"
+HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing;
+SRC_URI="mirror://sourceforge/hplip/${P}.tar.gz
+   
https://dev.gentoo.org/~billie/distfiles/${PN}-3.18.6-patches-1.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="doc fax +hpcups hpijs kde libnotify libressl -libusb0 minimal parport 
policykit qt5 scanner +snmp static-ppds X"
+
+COMMON_DEPEND="
+   net-print/cups
+   virtual/jpeg:0
+   hpijs? ( net-print/cups-filters[foomatic] )
+   !minimal? (
+   ${PYTHON_DEPS}
+   sys-apps/dbus
+   !libusb0? ( virtual/libusb:1 )
+   libusb0? ( virtual/libusb:0 )
+   scanner? ( media-gfx/sane-backends )
+   snmp? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
+   net-analyzer/net-snmp
+   )
+   )
+"
+BDEPEND="
+   virtual/pkgconfig
+"
+DEPEND="
+   ${COMMON_DEPEND}
+"
+RDEPEND="
+   ${COMMON_DEPEND}
+   app-text/ghostscript-gpl
+   !minimal? (
+   >=dev-python/dbus-python-1.2.0-r1[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'dev-python/pygobject:2[${PYTHON_USEDEP}]' 'python2*')
+   $(python_gen_cond_dep 
'dev-python/pygobject:3[${PYTHON_USEDEP}]' 'python3*')
+   fax? ( dev-python/reportlab[${PYTHON_USEDEP}] )
+   kernel_linux? ( virtual/udev )
+   qt5? (
+   
>=dev-python/PyQt5-5.5.1[dbus,gui,widgets,${PYTHON_USEDEP}]
+   libnotify? ( dev-python/notify2[${PYTHON_USEDEP}] )
+   )
+   scanner? (
+   >=dev-python/reportlab-3.2[${PYTHON_USEDEP}]
+   >=dev-python/pillow-3.1.1[${PYTHON_USEDEP}]
+   X? (
+   || (
+   kde? ( kde-misc/skanlite )
+   media-gfx/xsane
+   media-gfx/sane-frontends
+   )
+   )
+   )
+   )
+   policykit? ( sys-auth/polkit )
+"
+
+REQUIRED_USE="!minimal? ( ${PYTHON_REQUIRED_USE} )"
+
+PATCHES=(
+   "${WORKDIR}/patches"
+)
+
+CONFIG_CHECK="~PARPORT ~PPDEV"
+ERROR_PARPORT="Please make sure kernel parallel port support is 

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

2018-10-07 Thread Andrey Grozin
commit: 94fd5d6f0cab48436309e4506512eaf603cade4e
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Oct  7 14:55:11 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Oct  7 14:55:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94fd5d6f

dev-util/pycharm-community: bump to 2018.2.4

Signed-off-by: Andrey Grozin  gentoo.org>
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-util/pycharm-community/Manifest|  1 +
 .../pycharm-community-2018.2.4.ebuild  | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-util/pycharm-community/Manifest 
b/dev-util/pycharm-community/Manifest
index efdcd54a949..6b762287cac 100644
--- a/dev-util/pycharm-community/Manifest
+++ b/dev-util/pycharm-community/Manifest
@@ -1 +1,2 @@
 DIST pycharm-community-2018.2.1.tar.gz 260758803 BLAKE2B 
735d3e7483b46a9be8bf0a8fa88a51352b1048718aab00b63c133a408666e151947ded527b4ed754ce15aff17a3da9396e10b9194e61286f0ed0534d51f0eabe
 SHA512 
bcae7f579664aa9b071eef6fedc68dad8c9e36078c258cee6877ada1247f9051c4d542657ef2b01dce087e273623b84d86d786ddf1e922d7c6599725f50428bd
+DIST pycharm-community-2018.2.4.tar.gz 260812419 BLAKE2B 
2274d8af513535e4c5b3b69619c944f503dd9f2248a43cf3352221b34c40604f409038d85366321e858037e3c9c63dc838c046917c3102a2d536e4aef05c1636
 SHA512 
aca812b332c6a65865385e82c96fbca06f9caa39fd21723710922865f7aeb38de33eb041efb1e3553e161c34de6d8b8ed724d7c91ba16f3a818711ca9468

diff --git a/dev-util/pycharm-community/pycharm-community-2018.2.4.ebuild 
b/dev-util/pycharm-community/pycharm-community-2018.2.4.ebuild
new file mode 100644
index 000..c37c85ebc8e
--- /dev/null
+++ b/dev-util/pycharm-community/pycharm-community-2018.2.4.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils readme.gentoo-r1 xdg
+
+DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
+HOMEPAGE="http://www.jetbrains.com/pycharm/;
+SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz;
+
+LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=virtual/jre-1.8
+dev-python/pip"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/${PN}/bin/fsnotifier
+   opt/${PN}/bin/fsnotifier64
+   opt/${PN}/bin/fsnotifier-arm"
+
+MY_PN=${PN/-community/}
+
+src_prepare() {
+   default
+
+   rm -rf jre || die
+}
+
+src_install() {
+   insinto /opt/${PN}
+   doins -r *
+
+   fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
+
+   dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
+   newicon bin/${MY_PN}.png ${PN}.png
+   make_desktop_entry ${PN} ${PN} ${PN}
+
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_icon_cache_update
+}



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

2018-10-07 Thread Daniel Pielmeier
commit: a160981b7c86ec6357468ebaf4211ef534faaf49
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sun Oct  7 14:37:22 2018 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sun Oct  7 14:37:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a160981b

dev-libs/libisoburn: Version bump to 1.5.0. Switch to EAPI 7.

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

 dev-libs/libisoburn/Manifest|  1 +
 dev-libs/libisoburn/libisoburn-1.5.0.ebuild | 66 +
 2 files changed, 67 insertions(+)

diff --git a/dev-libs/libisoburn/Manifest b/dev-libs/libisoburn/Manifest
index 75b4a09b5e9..63366ab389f 100644
--- a/dev-libs/libisoburn/Manifest
+++ b/dev-libs/libisoburn/Manifest
@@ -1 +1,2 @@
 DIST libisoburn-1.4.8.tar.gz 1537097 BLAKE2B 
569684a115ac09506aa2fe6439f4dd80424ba7a5fb539b587e618a2a618c18512099117892ed0abc7268bb258c80a1ce8c2e4535f4eef963a14a5f8285806e23
 SHA512 
26dd6f6884d98d9d3f54bf18b529a688d28aa0ff54b7fe6fe7926c7765755a1c7f7b2d0ef02ca6ea2bdac9ddf6f928c01c89a3547aea1e9f0b47346b160d0d46
+DIST libisoburn-1.5.0.tar.gz 1550656 BLAKE2B 
447c383b3847b7ca0c4aca73f5317dec03ef79b34debc3ad2149fae4e7216f29c4a0dd918271087b530fb6c476b219430159e1515bec4bcf51c47d5b2ee05d89
 SHA512 
c74a9e2887244c28c82abe70d2603dbcd49b639c370e5b7fea03aabce59ff2b361345cd6ec88fe8152727e8a416d4759b88d91e2b5aec8a697408e00b7dc9e4d

diff --git a/dev-libs/libisoburn/libisoburn-1.5.0.ebuild 
b/dev-libs/libisoburn/libisoburn-1.5.0.ebuild
new file mode 100644
index 000..a43cbf92690
--- /dev/null
+++ b/dev-libs/libisoburn/libisoburn-1.5.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Creation/expansion of ISO-9660 filesystems on CD/DVD media 
supported by libburn"
+HOMEPAGE="https://dev.lovelyhq.com/libburnia/web/wikis/home;
+SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz;
+
+LICENSE="GPL-2 GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="acl debug external-filters external-filters-setuid frontend-optional
+   launch-frontend launch-frontend-setuid libedit readline static-libs 
xattr zlib"
+
+REQUIRED_USE="frontend-optional? ( || ( launch-frontend launch-frontend-setuid 
) )"
+
+BDEPEND="
+   virtual/pkgconfig
+"
+RDEPEND="
+   >=dev-libs/libburn-1.5.0
+   >=dev-libs/libisofs-1.5.0
+   readline? ( sys-libs/readline:0= )
+   !readline? ( libedit? ( dev-libs/libedit ) )
+   acl? ( virtual/acl )
+   xattr? ( sys-apps/attr )
+   zlib? ( sys-libs/zlib )
+   launch-frontend? ( dev-lang/tcl:0 dev-lang/tk:0 )
+   launch-frontend-setuid? ( dev-lang/tcl:0 dev-lang/tk:0 )
+   frontend-optional? ( dev-tcltk/bwidget )
+"
+DEPEND="
+   ${RDEPEND}
+"
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   $(use_enable readline libreadline) \
+   $(usex readline --disable-libedit $(use_enable libedit)) \
+   $(use_enable acl libacl) \
+   $(use_enable xattr) \
+   $(use_enable zlib) \
+   --disable-libjte \
+   $(use_enable external-filters) \
+   $(use_enable external-filters-setuid) \
+   $(use_enable launch-frontend) \
+   $(use_enable launch-frontend-setuid) \
+   --disable-ldconfig-at-install \
+   --enable-pkg-check-modules \
+   $(use_enable debug)
+}
+
+src_install() {
+   default
+
+   dodoc CONTRIBUTORS doc/{comments,*.wiki,startup_file.txt}
+
+   docinto frontend
+   dodoc frontend/README-tcltk
+   docinto xorriso
+   dodoc xorriso/{changelog.txt,README_gnu_xorriso}
+
+   find "${D}" -name '*.la' -delete || die
+}



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

2018-10-07 Thread Daniel Pielmeier
commit: d666285697b47966b44e31c1e5abee90d9dc29a7
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sun Oct  7 14:35:27 2018 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sun Oct  7 14:35:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6662856

dev-libs/libburn: Version bump to 1.5.0. Switch to EAPI 7.

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

 dev-libs/libburn/Manifest |  1 +
 dev-libs/libburn/libburn-1.5.0.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/dev-libs/libburn/Manifest b/dev-libs/libburn/Manifest
index a27c7ec9447..eabcb915af7 100644
--- a/dev-libs/libburn/Manifest
+++ b/dev-libs/libburn/Manifest
@@ -1 +1,2 @@
 DIST libburn-1.4.8.tar.gz 977757 BLAKE2B 
2a59adbd104238857cd848cb76c2da3e5ea61112607832c42bba2c47999218bf87563fe2a3901370d2a8cbbfbe2a6dfb1615efc6be10f7ee52d7f822917504f4
 SHA512 
e02c08078313abb19108bb394741d4bde1c5098c1a200129940744e03078d8350b6ac951bf5523872a343b3f9b7a4954dda60a3336997f975abdee6dbae9b87c
+DIST libburn-1.5.0.tar.gz 979953 BLAKE2B 
7fdd6d8314d65547e48baa3bb7c0b8f94c5d5a799e62d79d8dfcd5de644c555be437fc7c84134598703b9335c2330c49e8c7c7adbaefa9e1f288109e0010f8df
 SHA512 
c524d672d79db2f6dc22f6381cd422ddaa3b61d6741c998c773772722e37c53576ae9549dd17a33c2d020c66857ecbb948f353bc22cdf28c2bb115bd2b82d4a2

diff --git a/dev-libs/libburn/libburn-1.5.0.ebuild 
b/dev-libs/libburn/libburn-1.5.0.ebuild
new file mode 100644
index 000..8b37ce1e684
--- /dev/null
+++ b/dev-libs/libburn/libburn-1.5.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Open-source library for reading, mastering and writing optical 
discs"
+HOMEPAGE="https://dev.lovelyhq.com/libburnia/web/wikis/home;
+SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug static-libs"
+
+BDEPEND="
+   virtual/pkgconfig
+"
+RDEPEND=""
+DEPEND="
+   ${RDEPEND}
+"
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   --disable-ldconfig-at-install \
+   $(use_enable debug)
+}
+
+src_install() {
+   default
+
+   dodoc CONTRIBUTORS doc/{comments,*.txt}
+
+   docinto cdrskin
+   dodoc cdrskin/{*.txt,README}
+   docinto cdrskin/html
+   dodoc cdrskin/cdrskin_eng.html
+
+   find "${D}" -name '*.la' -delete || die
+}



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

2018-10-07 Thread Daniel Pielmeier
commit: ffa1bcff37a0baf323bc7040efad5bfd8693a2b6
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sun Oct  7 14:32:49 2018 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sun Oct  7 14:32:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa1bcff

dev-libs/libisofs: Version bump to 1.5.0. Switch to EAPI 7.

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

 dev-libs/libisofs/Manifest  |  1 +
 dev-libs/libisofs/libisofs-1.5.0.ebuild | 45 +
 2 files changed, 46 insertions(+)

diff --git a/dev-libs/libisofs/Manifest b/dev-libs/libisofs/Manifest
index 7af8bb2589d..a98f17b3407 100644
--- a/dev-libs/libisofs/Manifest
+++ b/dev-libs/libisofs/Manifest
@@ -1 +1,2 @@
 DIST libisofs-1.4.8.tar.gz 829979 BLAKE2B 
78275a8a1c2ed3824d25dcd2eb02675059d102f2f0b93ae469ea18c342bd6c72e79655eb9f3c700539f87ad46bb97b6a3e28950f84a03bf3d9f1fd982c4fc479
 SHA512 
0c6f505a951a1b7fce63bf63c715e5acb3158c15be2660627d2380771f025ec88bd67a4c2b8c86ef9dbb649a23cb26b826e875e7c87ff46c8bcd13d831fe8bcc
+DIST libisofs-1.5.0.tar.gz 834099 BLAKE2B 
57dbdb4173df635d2811c61a0b88e49f617b628909a6f87eeca7715a2c94b25b381860722cd56752cac28993bb314c9b0371ae5c0ca73e37044192f50aa47179
 SHA512 
1d0bc488c18b95971b7aa89765d7b5772b64d17eadeae9ec52c0f880c6f68acee80ee39b603752a1f9fbe0f35029c27023d5a6710d149a0f568bb396c3dcede8

diff --git a/dev-libs/libisofs/libisofs-1.5.0.ebuild 
b/dev-libs/libisofs/libisofs-1.5.0.ebuild
new file mode 100644
index 000..6c6df197b20
--- /dev/null
+++ b/dev-libs/libisofs/libisofs-1.5.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Open-source library for reading, mastering and writing optical 
discs"
+HOMEPAGE="https://dev.lovelyhq.com/libburnia/web/wikis/home;
+SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="acl debug static-libs verbose-debug xattr zlib"
+
+BDEPEND="
+   virtual/pkgconfig
+"
+RDEPEND="
+   acl? ( virtual/acl )
+   xattr? ( sys-apps/attr )
+   zlib? ( sys-libs/zlib )
+"
+DEPEND="
+   ${RDEPEND}
+"
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   $(use_enable debug) \
+   $(use_enable verbose-debug) \
+   $(use_enable acl libacl) \
+   $(use_enable xattr) \
+   $(use_enable zlib) \
+   --disable-libjte \
+   --disable-ldconfig-at-install
+}
+
+src_install() {
+   default
+
+   dodoc Roadmap doc/{*.txt,Tutorial}
+
+   find "${D}" -name '*.la' -delete || die
+}



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

2018-10-07 Thread Daniel Pielmeier
commit: 659d97b57d94d78db2f602f7b40a2a658fe02698
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sun Oct  7 14:28:17 2018 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sun Oct  7 14:28:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=659d97b5

sys-fs/fatsort: Version bump to 1.5.0. Switch to EAPI 7.

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

 sys-fs/fatsort/Manifest |  1 +
 sys-fs/fatsort/fatsort-1.5.0.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/sys-fs/fatsort/Manifest b/sys-fs/fatsort/Manifest
index a556760e427..3f97b2b9d9b 100644
--- a/sys-fs/fatsort/Manifest
+++ b/sys-fs/fatsort/Manifest
@@ -1 +1,2 @@
 DIST fatsort-1.4.2.439.tar.xz 41852 BLAKE2B 
30ffc8575ca50a71c09c5f90e658a150ece34a9bed664696d8969ccbe4c3cb1b0130d830990e259889fab331ccf0c35e3f0aa3401628fdff3e04acbb7d0b53dd
 SHA512 
c51b5316b34e1a74e2a8d1c625716fd022d32e40a92ef56b88fbc940b5e6dd6c978b733f180477e8b5b3235b46cd16eb74798c5aadd45de9ead1f1bafdf52fee
+DIST fatsort-1.5.0.456.tar.xz 56100 BLAKE2B 
996f144c67a2311ef9962b06e776d0a0c8897814383e50c9f48f5af0bc800159ee34c10d9f8d51dae5160844dfe9fcbc4b56bb9883cbdb0402a0ea20198fc1d6
 SHA512 
fe9d8108494fd64da730ec40882582fc16a89e76a5ba4e8040d03a3dbbf12c525904abe24814337713f5f1d15c72e8321b27fad69db816c073a96fbfd15ea486

diff --git a/sys-fs/fatsort/fatsort-1.5.0.ebuild 
b/sys-fs/fatsort/fatsort-1.5.0.ebuild
new file mode 100644
index 000..55682645fa1
--- /dev/null
+++ b/sys-fs/fatsort/fatsort-1.5.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+SVN_REV=456
+MY_P=${P}.${SVN_REV}
+
+DESCRIPTION="Sorts files on FAT16/32 partitions, ideal for basic audio players"
+HOMEPAGE="http://fatsort.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   default
+
+   sed -i -e '/^\(MANDIR=\|SBINDIR=\)/s|/usr/local|/usr|' \
+   $(find ./ -name Makefile) || die
+}
+
+src_compile() {
+   emake CC=$(tc-getCC) LD=$(tc-getCC) \
+   CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
+   DESTDIR="${D}"
+}
+
+src_test() {
+   # Tests require root permissions and mounting filesystems which does
+   # not work inside the ebuild environment
+   true
+}



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

2018-10-07 Thread Alice Ferrazzi
commit: ff6bc4f2083f6d6c0af7afbdb55646286e9f16fc
Author: Karl Linden  gmail  com>
AuthorDate: Sun Oct  7 09:11:14 2018 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Sun Oct  7 14:26:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff6bc4f2

sys-kernel/rt-sources: remove old

Signed-off-by: Karl Linden  gmail.com>
Signed-off-by: Alice Ferrazzi  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 sys-kernel/rt-sources/Manifest |  5 --
 .../rt-sources/rt-sources-3.18.117_p104.ebuild | 58 --
 .../rt-sources/rt-sources-4.14.59_p37.ebuild   | 54 
 .../rt-sources/rt-sources-4.4.145_p162.ebuild  | 58 --
 4 files changed, 175 deletions(-)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index 7b0c1249ffa..d17ef50284c 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -16,15 +16,12 @@ DIST linux-4.16.tar.xz 103020152 BLAKE2B 
c7f7b36280b74b2112a098733680e1e93c4f995
 DIST linux-4.18.tar.xz 101781564 BLAKE2B 
138bdc49dc8871e5566b5e23a9e5ed0e68fff480a7a04fc659a9efe2d4bcc778ac01368a32bc5d1dbde870102ce7294b9d315f81c4e6e762ee781135e83033f2
 SHA512 
950eb85ac743b291afe9f21cd174d823e25f11883ee62cecfbfff8fe8c5672aae707654b1b8f29a133b1f2e3529e63b9f7fba4c45d6da8000b3a9a9ae038
 DIST linux-4.4.tar.xz 87295988 BLAKE2B 
f260f1858994f5d481fd078c86e51bddbc958f7c5d1586f60dced772e1b1107ecf3aae0558c3e6f39c36f7d3aa1e6cd1e5c64ec9d6f2218f47b98413da6466fb
 SHA512 
13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e
 DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7
 SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
-DIST patch-3.18.117-rt104.patch.xz 174976 BLAKE2B 
c7a066ebd4b3450d26c1825ae8c2f2afc784c9941838a071387dead23dba12d1e75b879a15967adbfe279b379bc49053c5ccd0a5a14e134103403bf4b551f358
 SHA512 
a6df3bf5ae5c5471847ec8e88d9040270ce56d1d8050cf9b49e7aa988d219ca9b8fc0c0e5dbd5f02188f9b752338ef17b2f0e58175d269f1e80cd104a592dbad
 DIST patch-3.18.117-rt105.patch.xz 177028 BLAKE2B 
04f0f3f1d7c5e91bb6754f6074dece164e3b05df17581435b045271bd09409e48986df6e4239366358d9ec3e351e643c051deed681b4aec6c2f7af8f6057c228
 SHA512 
c95e900223a473c1d96181df8576f6b3f9b136ce9e493fb24b78837c1d9afcce56e847f6f0f08144390c2f3e35829b12cebf871f8319b82cbdea5bc694193587
 DIST patch-3.18.117.xz 1614868 BLAKE2B 
ff86219c3547c60d603313fb6628d718dae24e2d114cec6544aed301dabb3c79e2e91dfd25e5e71e9aede7a6c29d3653cb3bdb135dafb1911180dc671d6559c2
 SHA512 
537efe3d940d65b045cafa95b25dad23849c63cfd751d8f936cf3d6eff4c10667ac236db55df0079ea8e17c6c256ec9fe11f4e8295e088fc4bcacc654f9551cc
 DIST patch-3.18.121-rt106.patch.xz 177004 BLAKE2B 
9895f40d07e889bb75f632ee1c470476712247badec2c13725a919dce6875944251f383dd09c619c0ed498ce50a53fb653255525c86e7f4744a7f29f06bd828f
 SHA512 
8723e66be3ec448e059cc03054538ab97d469090e7d21e4d15d25eac22cbec39c7c001519eef439a837b6466fb8e5918299a5f6536ac52958922998955bdd35c
 DIST patch-3.18.121.xz 1649336 BLAKE2B 
e3091aea9e6ec131dc5a3e374337ed257333946e222e5ba188c980f861b7075cfb3643ba3fe14aefd2c96bca411fb9aa692c50fcadb86b70a9e54aed362aeb18
 SHA512 
c3b94c32a716b9d9d8fa7ed7057d49fb0402bb9fbde0ac38e247eea128655ffaa390194b89cb2687cbbeacecd38c964350bff7d3088f81c774174206defa
 DIST patch-3.18.123-rt107.patch.xz 177044 BLAKE2B 
26ec7f306d1e5dfdf8677c7a20474f769a4974649660a20b562e1361843ecf7ba65b5661d99e195e195d3d6200b9aa5a066962bbfa25f4d3490713a5decf6c91
 SHA512 
6e54e6667f747b0bee79f65ed0f41d1df599247b40f17b04c9e3b22bd1bede0bc8772d5b4babe64ad1e7fb2efbea1e66946a3fb82dfda9f8d1dae323a1ceda37
 DIST patch-3.18.123.xz 1670860 BLAKE2B 
48fd660879ae27e05d30577b6c5dc2c3a8b83a2fb029ecfe4eae6b5dcc2f0b0afad5411cffb1454227c1b19a719feef8b32556c24c5955670fc358c649f248ad
 SHA512 
7bdd4ab38bf7cdb0148dc062010c9c0af6f75eb36ad30b384cc79ae28233cdc6eac897317f8513c7d42e1ba71bd5d4ebe963325fca6e8180438e7973cf1ce4e9
-DIST patch-4.14.59-rt37.patch.xz 230040 BLAKE2B 
c2973c4ff401667f1933db9d89b050df239c9ec4e02d020dd88735719d0ab90643ccfedcbbab8e2839ff427e06548b6ff1d8bc6e24d73667640c0c70d07405e4
 SHA512 
1bad47fef519e39230a556f82a0243705976a157ea8867ad19f13ccb83d995b17bcb34de3fa992d137ecfb142a60b641f38fef52ce5221029b1489070870dda4
-DIST patch-4.14.59.xz 1514024 BLAKE2B 
ad0e2873d5e7572a864ad7b6a7decfdc991b575dd68040a5134be7bbdd48a41fadf7ddb1e4dd61d600501a73db77adb8d33371b20174d2b1da75c4cc562ebd5e
 SHA512 
a3797c2802fb36e0e9d4e7817b5554657a1943d6087ef1b43394eebbfb3da16f81fb3e4fec9482685e98b01f178988e8dc32c92fdcb6832cbfee79773894446d
 DIST patch-4.14.63-rt40.patch.xz 229024 BLAKE2B 

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

2018-10-07 Thread Alice Ferrazzi
commit: 5890b82dff054323bfa166882f7e8598cfd3ee0d
Author: Karl Linden  gmail  com>
AuthorDate: Sun Oct  7 07:58:45 2018 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Sun Oct  7 14:24:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5890b82d

sys-kernel/rt-sources: version bump to 3.18.123_p107

Signed-off-by: Karl Linden  gmail.com>
Signed-off-by: Alice Ferrazzi  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10094

 sys-kernel/rt-sources/Manifest |  2 +
 .../rt-sources/rt-sources-3.18.123_p107.ebuild | 58 ++
 2 files changed, 60 insertions(+)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index dbda65fc293..7b0c1249ffa 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -21,6 +21,8 @@ DIST patch-3.18.117-rt105.patch.xz 177028 BLAKE2B 
04f0f3f1d7c5e91bb6754f6074dece
 DIST patch-3.18.117.xz 1614868 BLAKE2B 
ff86219c3547c60d603313fb6628d718dae24e2d114cec6544aed301dabb3c79e2e91dfd25e5e71e9aede7a6c29d3653cb3bdb135dafb1911180dc671d6559c2
 SHA512 
537efe3d940d65b045cafa95b25dad23849c63cfd751d8f936cf3d6eff4c10667ac236db55df0079ea8e17c6c256ec9fe11f4e8295e088fc4bcacc654f9551cc
 DIST patch-3.18.121-rt106.patch.xz 177004 BLAKE2B 
9895f40d07e889bb75f632ee1c470476712247badec2c13725a919dce6875944251f383dd09c619c0ed498ce50a53fb653255525c86e7f4744a7f29f06bd828f
 SHA512 
8723e66be3ec448e059cc03054538ab97d469090e7d21e4d15d25eac22cbec39c7c001519eef439a837b6466fb8e5918299a5f6536ac52958922998955bdd35c
 DIST patch-3.18.121.xz 1649336 BLAKE2B 
e3091aea9e6ec131dc5a3e374337ed257333946e222e5ba188c980f861b7075cfb3643ba3fe14aefd2c96bca411fb9aa692c50fcadb86b70a9e54aed362aeb18
 SHA512 
c3b94c32a716b9d9d8fa7ed7057d49fb0402bb9fbde0ac38e247eea128655ffaa390194b89cb2687cbbeacecd38c964350bff7d3088f81c774174206defa
+DIST patch-3.18.123-rt107.patch.xz 177044 BLAKE2B 
26ec7f306d1e5dfdf8677c7a20474f769a4974649660a20b562e1361843ecf7ba65b5661d99e195e195d3d6200b9aa5a066962bbfa25f4d3490713a5decf6c91
 SHA512 
6e54e6667f747b0bee79f65ed0f41d1df599247b40f17b04c9e3b22bd1bede0bc8772d5b4babe64ad1e7fb2efbea1e66946a3fb82dfda9f8d1dae323a1ceda37
+DIST patch-3.18.123.xz 1670860 BLAKE2B 
48fd660879ae27e05d30577b6c5dc2c3a8b83a2fb029ecfe4eae6b5dcc2f0b0afad5411cffb1454227c1b19a719feef8b32556c24c5955670fc358c649f248ad
 SHA512 
7bdd4ab38bf7cdb0148dc062010c9c0af6f75eb36ad30b384cc79ae28233cdc6eac897317f8513c7d42e1ba71bd5d4ebe963325fca6e8180438e7973cf1ce4e9
 DIST patch-4.14.59-rt37.patch.xz 230040 BLAKE2B 
c2973c4ff401667f1933db9d89b050df239c9ec4e02d020dd88735719d0ab90643ccfedcbbab8e2839ff427e06548b6ff1d8bc6e24d73667640c0c70d07405e4
 SHA512 
1bad47fef519e39230a556f82a0243705976a157ea8867ad19f13ccb83d995b17bcb34de3fa992d137ecfb142a60b641f38fef52ce5221029b1489070870dda4
 DIST patch-4.14.59.xz 1514024 BLAKE2B 
ad0e2873d5e7572a864ad7b6a7decfdc991b575dd68040a5134be7bbdd48a41fadf7ddb1e4dd61d600501a73db77adb8d33371b20174d2b1da75c4cc562ebd5e
 SHA512 
a3797c2802fb36e0e9d4e7817b5554657a1943d6087ef1b43394eebbfb3da16f81fb3e4fec9482685e98b01f178988e8dc32c92fdcb6832cbfee79773894446d
 DIST patch-4.14.63-rt40.patch.xz 229024 BLAKE2B 
ba69e2388a4e6d585a042771e8f4da153c5c256cf057be98c9a3a062cde3f523d2e49b56bc4df071ee3f4bd75c07659e2fce2072a317643bd6e77d08877cf15d
 SHA512 
667f872df8ee8cb86fb923500115c23efce3329ddba38875c13e4a02e793eae7b73215dfa7c8fb9efdca7e3e2fc1843801ead5f6947cea6234be454e4b7ec856

diff --git a/sys-kernel/rt-sources/rt-sources-3.18.123_p107.ebuild 
b/sys-kernel/rt-sources/rt-sources-3.18.123_p107.ebuild
new file mode 100644
index 000..a9f986337c3
--- /dev/null
+++ b/sys-kernel/rt-sources/rt-sources-3.18.123_p107.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64"
+
+HOMEPAGE="https://www.kernel.org/pub/linux/kernel/projects/rt/;
+
+inherit eapi7-ver
+
+CKV="$(ver_cut 1-3)"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+RT_PATCHSET="${PV/*_p}"
+
+inherit kernel-2
+detect_version
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
+RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
+   
mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
+
+DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the 
CONFIG_PREEMPT_RT patch"
+SRC_URI="${KERNEL_URI} ${RT_URI}"
+
+KV_FULL="${PVR/_p/-rt}"
+S="${WORKDIR}/linux-${KV_FULL}"
+
+UNIPATCH_LIST="${DISTDIR}/${RT_FILE}"
+UNIPATCH_STRICTORDER="yes"
+
+PATCHES=(
+   "${FILESDIR}"/rt-sources-posix-printf.patch # 627068
+)
+
+src_prepare() {
+   default
+
+   # 627796
+   sed \
+   "s/default PREEMPT_NONE/default PREEMPT_RT_FULL/g" \
+   -i "${S}/kernel/Kconfig.preempt"
+}
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   

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

2018-10-07 Thread Andreas Sturmlechner
commit: 149a6672030e0ffc5338b9e0596668b71e4aef0e
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Oct  5 19:32:01 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct  7 14:00:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=149a6672

media-libs/libggimisc: fix HOMEPAGE, use HTTPS, update DESCRIPTION

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/libggimisc/libggimisc-2.2.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/libggimisc/libggimisc-2.2.2.ebuild 
b/media-libs/libggimisc/libggimisc-2.2.2.ebuild
index 23876dbf158..abf922bfdd7 100644
--- a/media-libs/libggimisc/libggimisc-2.2.2.ebuild
+++ b/media-libs/libggimisc/libggimisc-2.2.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=0
 
-DESCRIPTION="Library for General Graphics Interface"
-HOMEPAGE="http://www.ggi-project.org;
+DESCRIPTION="Adds support for some special graphical target features"
+HOMEPAGE="https://ibiblio.org/ggicore/packages/libggimisc.html;
 SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2"
 
 LICENSE="MIT"



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

2018-10-07 Thread Andreas Sturmlechner
commit: d07f3163ddcbd6ced53cbcb0cddc55dd61acd12f
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Oct  5 19:36:50 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct  7 14:00:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d07f3163

media-libs/libggimisc: EAPI7 revbump, improve ebuild

* Removes all *.la files
* Disables static build

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/libggimisc/libggimisc-2.2.2-r1.ebuild | 36 
 1 file changed, 36 insertions(+)

diff --git a/media-libs/libggimisc/libggimisc-2.2.2-r1.ebuild 
b/media-libs/libggimisc/libggimisc-2.2.2-r1.ebuild
new file mode 100644
index 000..d163051ef48
--- /dev/null
+++ b/media-libs/libggimisc/libggimisc-2.2.2-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Adds support for some special graphical target features"
+HOMEPAGE="https://ibiblio.org/ggicore/packages/libggimisc.html;
+SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="fbcon svga"
+
+RDEPEND=">=media-libs/libggi-2.2.2
+   svga? ( media-libs/svgalib )"
+DEPEND="${RDEPEND}"
+
+DOCS=( ChangeLog README TODO doc/ggimisc.txt 
doc/libggimisc{,-functions,-libraries}.txt
+   doc/retrace.txt )
+
+src_configure() {
+   econf --disable-x --without-x \
+   $(use_enable svga svgalib) \
+   $(use_enable fbcon fbdev) \
+   --disable-static
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   elog "X extension for ${PN} has been temporarily disabled for this 
release."
+}



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

2018-10-07 Thread Andreas Sturmlechner
commit: a1cd07eaf1673fb586ba12ead4806f0c1f9d6961
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Oct  5 19:10:50 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct  7 14:00:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1cd07ea

media-libs/libgii: fix HOMEPAGE, use HTTPS, update DESCRIPTION

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/libgii/libgii-1.0.2-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/libgii/libgii-1.0.2-r1.ebuild 
b/media-libs/libgii/libgii-1.0.2-r1.ebuild
index 7d9e41b79db..043293c47a6 100644
--- a/media-libs/libgii/libgii-1.0.2-r1.ebuild
+++ b/media-libs/libgii/libgii-1.0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,8 +7,8 @@ AUTOTOOLS_AUTORECONF=1
 
 inherit autotools-multilib
 
-DESCRIPTION="Fast and safe graphics and drivers for about any graphics card to 
the Linux kernel (sometimes)"
-HOMEPAGE="http://www.ggi-project.org;
+DESCRIPTION="Easy to use, but yet powerful, API for all possible input sources"
+HOMEPAGE="https://ibiblio.org/ggicore/packages/libgii.html;
 SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2"
 
 LICENSE="LGPL-2"



  1   2   >