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

2019-11-18 Thread Lars Wendler
commit: 450f96fa85fc867b0705174270dbad5d45d9f83f
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov 18 08:06:23 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov 18 08:06:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=450f96fa

Revert "sys-apps/shadow: Revbump to re-add split-usr"

This reverts commit 3e71cbd8a3a3b45fe6858e5837c2e7535ea3a158.

Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/shadow/{shadow-4.7-r2.ebuild => shadow-4.7-r1.ebuild} | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/sys-apps/shadow/shadow-4.7-r2.ebuild 
b/sys-apps/shadow/shadow-4.7-r1.ebuild
similarity index 95%
rename from sys-apps/shadow/shadow-4.7-r2.ebuild
rename to sys-apps/shadow/shadow-4.7-r1.ebuild
index 2ca144b20bf..c0735c920ae 100644
--- a/sys-apps/shadow/shadow-4.7-r2.ebuild
+++ b/sys-apps/shadow/shadow-4.7-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/shadow-maint/shadow/releases/download/${PV}/${P}.tar
 LICENSE="BSD GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86"
-IUSE="acl audit +cracklib nls pam selinux skey split-usr xattr"
+IUSE="acl audit +cracklib nls pam selinux skey xattr"
 # Taken from the man/Makefile.am file.
 LANGS=( cs da de es fi fr hu id it ja ko pl pt_BR ru sv tr zh_CN zh_TW )
 
@@ -109,13 +109,6 @@ src_install() {
insopts -m0600
doins "${FILESDIR}"/default/useradd
 
-   if use split-usr ; then
-   # move passwd to / to help recover broke systems #64441
-   dodir /bin
-   mv "${ED}"/usr/bin/passwd "${ED}"/bin/ || die
-   dosym ../../bin/passwd /usr/bin/passwd
-   fi
-
cd "${S}" || die
insinto /etc
insopts -m0644



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

2019-11-18 Thread Alfredo Tupone
commit: 5cfa5064b0484d5f617d6df78154e6a834f524fe
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Nov 18 08:08:44 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Nov 18 08:08:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cfa5064

dev-tcltk/tls: remove old version

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-tcltk/tls/Manifest  |  1 -
 dev-tcltk/tls/tls-1.7.11.ebuild | 44 -
 2 files changed, 45 deletions(-)

diff --git a/dev-tcltk/tls/Manifest b/dev-tcltk/tls/Manifest
index acf24f22540..f8cdbefff33 100644
--- a/dev-tcltk/tls/Manifest
+++ b/dev-tcltk/tls/Manifest
@@ -1,2 +1 @@
-DIST tcltls-1.7.11.tar.gz 158181 BLAKE2B 
21955f0f4d750c9b0789b275abd45e77ecc6235b8bf8094cfa18c372ccda53fa28612ff10a87c91a883160f625844364391985363304ea2a5d4ca312471a581d
 SHA512 
7a9aa33d7ed606ba792b4ff5a817a94f880b7204795ac30ab386299ee5850c7dfde920f35056676afa2db23866ad4fc6cb6c6b9e7a7dfba7385f97f447de2e04
 DIST tcltls-1.7.16.tar.gz 166439 BLAKE2B 
855b61bf21e7635fc9c53838037136586552261bb0c3b4c4a52638e99358f418a2c0d606b5fb130e32004e3a34c80afea25be16f068ffb499d6636309e4ae2a3
 SHA512 
f63b885dbfaec5d9ae811c126bd0ff253787effd7b053282b9ee566e9fae54df940bc058a6c3dd22e31fcb9ec6ae1b286aa40efd69c3f01f5a3014aada730ab1

diff --git a/dev-tcltk/tls/tls-1.7.11.ebuild b/dev-tcltk/tls/tls-1.7.11.ebuild
deleted file mode 100644
index 9fca7425f25..000
--- a/dev-tcltk/tls/tls-1.7.11.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils
-
-MY_P="tcl${PN}-${PV}"
-
-DESCRIPTION="TLS OpenSSL extension to Tcl"
-HOMEPAGE="http://tls.sourceforge.net/";
-SRC_URI="https://core.tcl.tk/tcltls/uv/tcl${PN}-${PV}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
-IUSE="tk"
-
-DEPEND="
-   dev-lang/tcl:0=
-   dev-libs/openssl:0=
-   tk? ( dev-lang/tk:0= )"
-RDEPEND="${DEPEND}"
-
-RESTRICT="test"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
-   econf \
-   --with-ssl-dir="${EPREFIX}/usr" \
-   --with-tcl="${EPREFIX}/usr/$(get_libdir)"
-}
-
-src_install() {
-   default
-   dodoc tls.htm
-
-   if [[ ${CHOST} == *-darwin* ]] ; then
-   # this is ugly, but fixing the makefile mess is even worse
-   local loc=usr/$(get_libdir)/tls1.7/libtls1.7.dylib
-   install_name_tool -id "${EPREFIX}"/${loc} "${ED}"/${loc} || die
-   fi
-}



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

2019-11-18 Thread Alfredo Tupone
commit: 0321db0109929cb1a892be35f089eb2ba0fd3c0c
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Nov 18 08:12:25 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Nov 18 08:12:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0321db01

media-libs/glm: MissingTestRestrict

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Alfredo Tupone  gentoo.org>

 media-libs/glm/glm-0.9.9.2.ebuild| 1 +
 media-libs/glm/glm-0.9.9.4.ebuild| 1 +
 media-libs/glm/glm-0.9.9.5.ebuild| 1 +
 media-libs/glm/glm-0.9.9.6-r1.ebuild | 1 +
 4 files changed, 4 insertions(+)

diff --git a/media-libs/glm/glm-0.9.9.2.ebuild 
b/media-libs/glm/glm-0.9.9.2.ebuild
index 7d34ec0aba6..a196c92bc9b 100644
--- a/media-libs/glm/glm-0.9.9.2.ebuild
+++ b/media-libs/glm/glm-0.9.9.2.ebuild
@@ -13,6 +13,7 @@ LICENSE="|| ( HappyBunny MIT )"
 SLOT="0"
 KEYWORDS="amd64 arm ~arm64 ~ppc64 x86"
 IUSE="test cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_avx 
cpu_flags_x86_avx2"
+RESTRICT="!test? ( test )"
 
 RDEPEND="virtual/opengl"
 

diff --git a/media-libs/glm/glm-0.9.9.4.ebuild 
b/media-libs/glm/glm-0.9.9.4.ebuild
index 169bf319fad..13639d0788e 100644
--- a/media-libs/glm/glm-0.9.9.4.ebuild
+++ b/media-libs/glm/glm-0.9.9.4.ebuild
@@ -13,6 +13,7 @@ LICENSE="|| ( HappyBunny MIT )"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="test cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_avx 
cpu_flags_x86_avx2"
+RESTRICT="!test? ( test )"
 
 RDEPEND="virtual/opengl"
 

diff --git a/media-libs/glm/glm-0.9.9.5.ebuild 
b/media-libs/glm/glm-0.9.9.5.ebuild
index 8ae918b5299..b439b0bf903 100644
--- a/media-libs/glm/glm-0.9.9.5.ebuild
+++ b/media-libs/glm/glm-0.9.9.5.ebuild
@@ -13,6 +13,7 @@ LICENSE="|| ( HappyBunny MIT )"
 SLOT="0"
 KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86"
 IUSE="test cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_avx 
cpu_flags_x86_avx2"
+RESTRICT="!test? ( test )"
 
 RDEPEND="virtual/opengl"
 

diff --git a/media-libs/glm/glm-0.9.9.6-r1.ebuild 
b/media-libs/glm/glm-0.9.9.6-r1.ebuild
index 196d3f431fc..6facddfdf0f 100644
--- a/media-libs/glm/glm-0.9.9.6-r1.ebuild
+++ b/media-libs/glm/glm-0.9.9.6-r1.ebuild
@@ -14,6 +14,7 @@ LICENSE="|| ( HappyBunny MIT )"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="test cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_avx 
cpu_flags_x86_avx2"
+RESTRICT="!test? ( test )"
 
 RDEPEND="virtual/opengl"
 



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

2019-11-18 Thread Andreas Sturmlechner
commit: 17385aa1ebff96779cca21128b1ebb07d22dc10a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 18 07:59:53 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 18 08:00:08 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=17385aa1

kde-apps/kdeedu-meta: Drop kde-apps/cantor from 19.11.80 RDEPEND

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

 kde-apps/kdeedu-meta/kdeedu-meta-19.11.80.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/kdeedu-meta/kdeedu-meta-19.11.80.ebuild 
b/kde-apps/kdeedu-meta/kdeedu-meta-19.11.80.ebuild
index 24a6d7958c..4a2845c6be 100644
--- a/kde-apps/kdeedu-meta/kdeedu-meta-19.11.80.ebuild
+++ b/kde-apps/kdeedu-meta/kdeedu-meta-19.11.80.ebuild
@@ -15,7 +15,6 @@ RDEPEND="
>=kde-apps/analitza-${PV}:${SLOT}
>=kde-apps/artikulate-${PV}:${SLOT}
>=kde-apps/blinken-${PV}:${SLOT}
-   >=kde-apps/cantor-${PV}:${SLOT}
>=kde-apps/kalzium-${PV}:${SLOT}
>=kde-apps/kanagram-${PV}:${SLOT}
>=kde-apps/kbruch-${PV}:${SLOT}



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

2019-11-18 Thread Andreas Sturmlechner
commit: 3083c7f020f5292b74796153d81c48843cb10f63
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 18 08:01:51 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 18 08:01:51 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3083c7f0

kde-apps/cantor: Drop broken 19.11.80 beta

Closes: https://bugs.gentoo.org/700238
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/cantor/cantor-19.11.80.ebuild | 114 -
 1 file changed, 114 deletions(-)

diff --git a/kde-apps/cantor/cantor-19.11.80.ebuild 
b/kde-apps/cantor/cantor-19.11.80.ebuild
deleted file mode 100644
index 3dccb7a1ce..00
--- a/kde-apps/cantor/cantor-19.11.80.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_MAKEFILE_GENERATOR="emake"
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{6,7} )
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.63.0
-QTMIN=5.12.3
-inherit ecm kde.org python-single-r1
-
-DESCRIPTION="Interface for doing mathematics and scientific computing"
-HOMEPAGE="https://kde.org/applications/education/org.kde.cantor
-https://edu.kde.org/cantor/";
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="+analitza julia lua postscript python qalculate R"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-# TODO Add Sage Mathematics Software backend (http://www.sagemath.org)
-DEPEND="
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=dev-qt/qtxmlpatterns-${QTMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/kparts-${KFMIN}:5
-   >=kde-frameworks/kpty-${KFMIN}:5
-   >=kde-frameworks/ktexteditor-${KFMIN}:5
-   >=kde-frameworks/ktextwidgets-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/syntax-highlighting-${KFMIN}:5
-   analitza? ( >=kde-apps/analitza-${PVCUT}:5 )
-   julia? ( dev-lang/julia )
-   lua? ( dev-lang/luajit:2 )
-   qalculate? (
-   sci-libs/cln
-   sci-libs/libqalculate:=
-   )
-   postscript? ( app-text/libspectre )
-   python? (
-   ${PYTHON_DEPS}
-   >=dev-qt/qtdbus-${QTMIN}:5
-   )
-   R? ( dev-lang/R )
-"
-RDEPEND="${DEPEND}"
-
-RESTRICT+=" test"
-
-pkg_pretend() {
-   ecm_pkg_pretend
-
-   if ! has_version sci-mathematics/maxima && ! has_version 
sci-mathematics/octave && \
-   ! use analitza && ! use julia && ! use lua && ! use python && ! 
use qalculate && ! use R; then
-   elog "You have decided to build ${PN} with no backend."
-   elog "To have this application functional, please enable one of 
the backends via USE flag:"
-   elog "analitza, lua, python, qalculate, R"
-   elog "Alternatively, install one of these:"
-   elog "# emerge sci-mathematics/maxima (bug #619534)"
-   elog "# emerge sci-mathematics/octave"
-   elog "Experimental available USE flag:"
-   elog "julia (not stable, bug #613576)"
-   elog
-   fi
-
-   if ! has_version virtual/latex-base; then
-   elog "For LaTeX support:"
-   elog "# emerge virtual/latex-base"
-   fi
-}
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-   ecm_pkg_setup
-}
-
-src_configure() {
-   use julia && addpredict /proc/self/mem # bug 602894
-
-   local mycmakeargs=(
-   -DCMAKE_DISABLE_FIND_PACKAGE_PythonLibs=ON
-   $(cmake_use_find_package analitza Analitza5)
-   $(cmake_use_find_package julia Julia)
-   $(cmake_use_find_package lua LuaJIT)
-   $(cmake_use_find_package postscript LibSpectre)
-   $(cmake_use_find_package python PythonLibs3)
-   $(cmake_use_find_package qalculate Qalculate)
-   $(cmake_use_find_package R R)
-   )
-   ecm_src_configure
-}
-
-src_compile() {
-   LANG="en_US.utf8" ecm_src_compile
-}



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

2019-11-18 Thread Keri Harris
commit: 0f155a9267a27933901e6254e8d1bf845fed0a83
Author: Keri Harris  gentoo  org>
AuthorDate: Mon Nov 18 09:13:24 2019 +
Commit: Keri Harris  gentoo  org>
CommitDate: Mon Nov 18 09:13:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f155a92

dev-lang/swi-prolog: fix MissingTestRestrict

Signed-off-by: Keri Harris  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.11

 dev-lang/swi-prolog/swi-prolog-8.0.3.ebuild  | 1 +
 dev-lang/swi-prolog/swi-prolog-8.1.16.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-lang/swi-prolog/swi-prolog-8.0.3.ebuild 
b/dev-lang/swi-prolog/swi-prolog-8.0.3.ebuild
index a6dcafcdbc1..328da7dbf93 100644
--- a/dev-lang/swi-prolog/swi-prolog-8.0.3.ebuild
+++ b/dev-lang/swi-prolog/swi-prolog-8.0.3.ebuild
@@ -15,6 +15,7 @@ LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="archive berkdb debug doc +gmp java +libedit libressl minimal odbc pcre 
qt5 readline ssl test uuid X yaml"
+RESTRICT="!test? ( test )"
 
 RDEPEND="sys-libs/ncurses:=
sys-libs/zlib

diff --git a/dev-lang/swi-prolog/swi-prolog-8.1.16.ebuild 
b/dev-lang/swi-prolog/swi-prolog-8.1.16.ebuild
index cdc33c687ea..8b822e79410 100644
--- a/dev-lang/swi-prolog/swi-prolog-8.1.16.ebuild
+++ b/dev-lang/swi-prolog/swi-prolog-8.1.16.ebuild
@@ -15,6 +15,7 @@ LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="archive berkdb debug doc +gmp java +libedit libressl minimal odbc pcre 
qt5 readline ssl test uuid X yaml"
+RESTRICT="!test? ( test )"
 
 RDEPEND="sys-libs/ncurses:=
sys-libs/zlib



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

2019-11-18 Thread Miroslav Šulc
commit: fe59de9d5aa36815074baf5fa1f32295b0936138
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Nov 18 09:19:40 2019 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Nov 18 09:20:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe59de9d

media-sound/cadence-: removed patch

the patch prevented stripping but it's not needed anymore
as it was committed by upstream:
https://github.com/falkTX/Cadence/commit/233e8c10cf65dbe51c25a8878c4c0fdf1ae39e7d

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/cadence/cadence-.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/media-sound/cadence/cadence-.ebuild 
b/media-sound/cadence/cadence-.ebuild
index de44214ae7c..2350c0a718d 100644
--- a/media-sound/cadence/cadence-.ebuild
+++ b/media-sound/cadence/cadence-.ebuild
@@ -30,8 +30,6 @@ CDEPEND="
 RDEPEND="${CDEPEND}"
 DEPEND="${RDEPEND}"
 
-PATCHES=( "${FILESDIR}"/${PN}-add-skip-stripping.patch )
-
 src_prepare() {
sed -i -e "s/python3/${EPYTHON}/" \
data/cadence \



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

2019-11-18 Thread Lars Wendler
commit: eef3734193d90d139c3bb66e35d426169a9c45f0
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov 18 09:15:29 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov 18 09:21:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef37341

net-misc/whois: Bump to version 5.5.3

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

 net-misc/whois/Manifest   |  1 +
 net-misc/whois/whois-5.5.3.ebuild | 74 +++
 2 files changed, 75 insertions(+)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index 8253c7f3b72..3c14bcfef47 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,2 +1,3 @@
 DIST whois-5.5.2.tar.gz 103312 BLAKE2B 
a1b5c7ad0147dd5b9a63deed9433f31f46f141af88673e858f7316bd6ea72c632c9c804fc0691faabb992bf525d29e6c1e0106f98b6457933adab87d94f51a2d
 SHA512 
39cb2a8eb105096d8905d9509b86750e4850808e74d5a3640c0e57185255e2ae18b322b7cfe98f2e00ad13638e5403d93c78280b0ae2477e6e7ae8a0f0b8c234
 DIST whois_5.4.3.tar.xz 83904 BLAKE2B 
19b78ca984c86ad711c317ca6090003ae354eee2b39f353081e99f44396e254b3cb75d38c8f6df9fe88283c5036e9e02f38c74401de8245dbd4f5dae3a6e1a0a
 SHA512 
762feec983d29696796bea87fb47c5bd7357ca96d701b2e30cccb186c248225c45b451289ab45936d7e3eed5c0ff4e8fa249255ceb061a4e1ba1f6cd8fcdf084
+DIST whois_5.5.3.tar.xz 85456 BLAKE2B 
fb64150ef2a3c40c7e9b7467198f1187b07d7b0a75e7f89f36a613cd9480016434a187607f93c102142f2f82cba405f5b0a7b16314f1b13aea793da6eb3b9ade
 SHA512 
cf92c17b9187da1fb5ef38d3e814cb5590fc9bcb5c8f53640428cb7680fd003ce71d8a6819279b571138da1b31042b65eb1dac5d3b220ab725d191958c4ba47b

diff --git a/net-misc/whois/whois-5.5.3.ebuild 
b/net-misc/whois/whois-5.5.3.ebuild
new file mode 100644
index 000..c05c758875a
--- /dev/null
+++ b/net-misc/whois/whois-5.5.3.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_P="${P/-/_}"
+DESCRIPTION="improved Whois Client"
+HOMEPAGE="https://github.com/rfc1036/whois";
+if [[ "${PV}" == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/rfc1036/whois.git";
+else
+   SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
+   #SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="iconv idn nls"
+RESTRICT="test" #59327
+
+RDEPEND="iconv? ( virtual/libiconv )
+   idn? ( net-dns/libidn2:= )
+   nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-arch/xz-utils
+   >=dev-lang/perl-5
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+S="${WORKDIR}/${PN}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
+   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
+)
+
+src_prepare() {
+   default
+   if use nls ; then
+   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
+   else
+   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
+
+   # don't generate po files when nls is disabled (bug #419889)
+   sed -i -e '/^all:/s/ pos//' \
+   -e '/^install:/s/ install-pos//' Makefile || die
+   fi
+}
+
+src_configure() { :; } # expected no-op
+
+src_compile() {
+   unset HAVE_ICONV HAVE_LIBIDN
+   use iconv && export HAVE_ICONV=1
+   use idn && export HAVE_LIBIDN=1
+   tc-export CC
+   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
+}
+
+src_install() {
+   emake BASEDIR="${ED}" prefix=/usr install
+   insinto /etc
+   doins whois.conf
+   dodoc README debian/changelog
+
+   if [[ ${USERLAND} != "GNU" ]]; then
+   mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die
+   mv "${ED}"/usr/bin/{whois,mdwhois} || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xterm/

2019-11-18 Thread Lars Wendler
commit: 071729bd060f4914b88d64b7cb375ff11ca15e76
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov 18 09:21:00 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov 18 09:22:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071729bd

x11-terms/xterm: Removed old

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

 x11-terms/xterm/Manifest |  1 -
 x11-terms/xterm/xterm-349.ebuild | 99 
 2 files changed, 100 deletions(-)

diff --git a/x11-terms/xterm/Manifest b/x11-terms/xterm/Manifest
index 01fe72ccfd9..6cbfd6c31b7 100644
--- a/x11-terms/xterm/Manifest
+++ b/x11-terms/xterm/Manifest
@@ -1,5 +1,4 @@
 DIST xterm-327.tgz 1240131 BLAKE2B 
7f009ec995fa9f8007cd5497d13f1120440df40ef0801da9be6c708e6e9a31e5c43ddb8fe1af1abfa24ce4c1c9e769bf8d74d0bd7acf94d172ea4cc10ddc177c
 SHA512 
d9d9f3b870fea8db9ae3c076a9d85152488b2d392b9b1e2e4ebbeded287ed4911f1f63e5e035d5b3793b2506b993125c6fca437393b435a28aeb519d76147672
 DIST xterm-337.tgz 1336781 BLAKE2B 
6878154cc5d2f8547b8b8ffac0bff7603dce6d58c294b4153e169654fc441f1209c97a6d17bf3f880d0160a42e102ca8fd4a291c2b7d373269290a7bbebeeb8d
 SHA512 
fad31aa971a42cf38d3e3db2edc615b408d92226c305654b9276592c6dee075f31c7f082a3f549284f1685a31d5d9dedbda99c2c308a90bd741958f862806609
-DIST xterm-349.tgz 1381911 BLAKE2B 
24486676741f138a5b9e98e5b3e213ddd29d83cfed16072f5a1f825f6fe40f72a121bef8e0dfed0aa4c0a912ec4b1ec83f9c9ab2a24a405d7d8de5f3ad1c2451
 SHA512 
d350671a262973b6486dd9785f84c1f09b6a5e52898ce38d39ed2b11cd8208c473c63c3504533e7e9004af4e690d9032828a14fe6c5474523cfb8ec4badcbd0f
 DIST xterm-350.tgz 1399138 BLAKE2B 
3665f1529d41b518dbd5650f74e2ccfb48969430823c68b396a3db962d6906664bd8bf359103e5b22d902bbe823637a246823c2244dfc1b068d16a89a4e87c99
 SHA512 
66e6cb37ebedd65c473b04cc31917e509f50652358414787a0a3f0b8f39ae957bf0aefe372576f82a698fccc6c45840cd4e4a2d8ce9f0b1fe5582ed88dae724f
 DIST xterm-351.tgz 1401009 BLAKE2B 
df32425affce33deb199710be118e90da7b1975882aaf92ff1ad5e976ac18f280cf7d72362d82c0ff9f9530d8da3ba133e345ff9de7f0ac0a2134200c9cc87e6
 SHA512 
941507be19ad062b39c57288c6e28a17f0ceba090a2d1c3f626f638e5333ca9b4c762fe2fbc42908adf7854b00d9a98cb6eb7481dfa50fd0125459f8ca385c00

diff --git a/x11-terms/xterm/xterm-349.ebuild b/x11-terms/xterm/xterm-349.ebuild
deleted file mode 100644
index 2055f880410..000
--- a/x11-terms/xterm/xterm-349.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop flag-o-matic multilib
-
-DESCRIPTION="Terminal Emulator for X Windows"
-HOMEPAGE="https://invisible-island.net/xterm/";
-SRC_URI="ftp://ftp.invisible-island.net/${PN}/${P}.tgz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="+openpty sixel toolbar truetype unicode Xaw3d xinerama"
-
-BDEPEND="virtual/pkgconfig
-   x11-base/xorg-proto"
-DEPEND="kernel_linux? ( sys-libs/libutempter )
-   kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 
sys-libs/libutempter ) )
-   media-libs/fontconfig:1.0
-   >=sys-libs/ncurses-5.7-r7:0=
-   x11-apps/xmessage
-   x11-libs/libICE
-   x11-libs/libX11
-   x11-libs/libXaw
-   x11-libs/libXft
-   x11-libs/libxkbfile
-   x11-libs/libXmu
-   x11-libs/libXrender
-   x11-libs/libXt
-   unicode? ( x11-apps/luit )
-   Xaw3d? ( x11-libs/libXaw3d )
-   xinerama? ( x11-libs/libXinerama )"
-RDEPEND="${DEPEND}
-   media-fonts/font-misc-misc
-   x11-apps/rgb"
-
-DOCS=( README{,.i18n} ctlseqs.txt )
-
-pkg_setup() {
-   DEFAULTS_DIR="${EPREFIX}"/usr/share/X11/app-defaults
-}
-
-src_configure() {
-   # 454736
-   # Workaround for ncurses[tinfo] until upstream fixes their buildsystem 
using
-   # something sane like pkg-config or ncurses5-config and stops guessing 
libs
-   # Everything gets linked against ncurses anyways, so don't shout
-   append-libs $(pkg-config --libs ncurses)
-
-   local myeconfargs=(
-   --disable-full-tgetent
-   --disable-imake
-   --disable-setgid
-   --disable-setuid
-   --enable-256-color
-   --enable-broken-osc
-   --enable-broken-st
-   --enable-dabbrev
-   --enable-exec-xterm
-   --enable-i18n
-   --enable-load-vt-fonts
-   --enable-logging
-   --enable-screen-dumps
-   --enable-warnings
-   --enable-wide-chars
-   --libdir="${EPREFIX}"/etc
-   --with-app-defaults="${DEFAULTS_DIR}"
-   --with-utempter
-   --with-x
-   $(use_enable openpty)
-   $(use_enable sixel

[gentoo-commits] repo/gentoo:master commit in: x11-terms/xterm/

2019-11-18 Thread Lars Wendler
commit: 212d0b302cd864757c4f794ebcd22728645fdaeb
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov 18 09:18:39 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov 18 09:22:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=212d0b30

x11-terms/xterm: Bump to version 351

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

 x11-terms/xterm/Manifest |  1 +
 x11-terms/xterm/xterm-351.ebuild | 99 
 2 files changed, 100 insertions(+)

diff --git a/x11-terms/xterm/Manifest b/x11-terms/xterm/Manifest
index aee97be3009..01fe72ccfd9 100644
--- a/x11-terms/xterm/Manifest
+++ b/x11-terms/xterm/Manifest
@@ -2,3 +2,4 @@ DIST xterm-327.tgz 1240131 BLAKE2B 
7f009ec995fa9f8007cd5497d13f1120440df40ef0801
 DIST xterm-337.tgz 1336781 BLAKE2B 
6878154cc5d2f8547b8b8ffac0bff7603dce6d58c294b4153e169654fc441f1209c97a6d17bf3f880d0160a42e102ca8fd4a291c2b7d373269290a7bbebeeb8d
 SHA512 
fad31aa971a42cf38d3e3db2edc615b408d92226c305654b9276592c6dee075f31c7f082a3f549284f1685a31d5d9dedbda99c2c308a90bd741958f862806609
 DIST xterm-349.tgz 1381911 BLAKE2B 
24486676741f138a5b9e98e5b3e213ddd29d83cfed16072f5a1f825f6fe40f72a121bef8e0dfed0aa4c0a912ec4b1ec83f9c9ab2a24a405d7d8de5f3ad1c2451
 SHA512 
d350671a262973b6486dd9785f84c1f09b6a5e52898ce38d39ed2b11cd8208c473c63c3504533e7e9004af4e690d9032828a14fe6c5474523cfb8ec4badcbd0f
 DIST xterm-350.tgz 1399138 BLAKE2B 
3665f1529d41b518dbd5650f74e2ccfb48969430823c68b396a3db962d6906664bd8bf359103e5b22d902bbe823637a246823c2244dfc1b068d16a89a4e87c99
 SHA512 
66e6cb37ebedd65c473b04cc31917e509f50652358414787a0a3f0b8f39ae957bf0aefe372576f82a698fccc6c45840cd4e4a2d8ce9f0b1fe5582ed88dae724f
+DIST xterm-351.tgz 1401009 BLAKE2B 
df32425affce33deb199710be118e90da7b1975882aaf92ff1ad5e976ac18f280cf7d72362d82c0ff9f9530d8da3ba133e345ff9de7f0ac0a2134200c9cc87e6
 SHA512 
941507be19ad062b39c57288c6e28a17f0ceba090a2d1c3f626f638e5333ca9b4c762fe2fbc42908adf7854b00d9a98cb6eb7481dfa50fd0125459f8ca385c00

diff --git a/x11-terms/xterm/xterm-351.ebuild b/x11-terms/xterm/xterm-351.ebuild
new file mode 100644
index 000..017e04f57b0
--- /dev/null
+++ b/x11-terms/xterm/xterm-351.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop flag-o-matic multilib
+
+DESCRIPTION="Terminal Emulator for X Windows"
+HOMEPAGE="https://invisible-island.net/xterm/";
+SRC_URI="ftp://ftp.invisible-island.net/${PN}/${P}.tgz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="+openpty sixel toolbar truetype unicode Xaw3d xinerama"
+
+BDEPEND="virtual/pkgconfig
+   x11-base/xorg-proto"
+DEPEND="kernel_linux? ( sys-libs/libutempter )
+   kernel_FreeBSD? ( sys-libs/libutempter )
+   media-libs/fontconfig:1.0
+   >=sys-libs/ncurses-5.7-r7:0=
+   x11-apps/xmessage
+   x11-libs/libICE
+   x11-libs/libX11
+   x11-libs/libXaw
+   x11-libs/libXft
+   x11-libs/libxkbfile
+   x11-libs/libXmu
+   x11-libs/libXrender
+   x11-libs/libXt
+   unicode? ( x11-apps/luit )
+   Xaw3d? ( x11-libs/libXaw3d )
+   xinerama? ( x11-libs/libXinerama )"
+RDEPEND="${DEPEND}
+   media-fonts/font-misc-misc
+   x11-apps/rgb"
+
+DOCS=( README{,.i18n} ctlseqs.txt )
+
+pkg_setup() {
+   DEFAULTS_DIR="${EPREFIX}"/usr/share/X11/app-defaults
+}
+
+src_configure() {
+   # 454736
+   # Workaround for ncurses[tinfo] until upstream fixes their buildsystem 
using
+   # something sane like pkg-config or ncurses5-config and stops guessing 
libs
+   # Everything gets linked against ncurses anyways, so don't shout
+   append-libs $(pkg-config --libs ncurses)
+
+   local myeconfargs=(
+   --disable-full-tgetent
+   --disable-imake
+   --disable-setgid
+   --disable-setuid
+   --enable-256-color
+   --enable-broken-osc
+   --enable-broken-st
+   --enable-dabbrev
+   --enable-exec-xterm
+   --enable-i18n
+   --enable-load-vt-fonts
+   --enable-logging
+   --enable-screen-dumps
+   --enable-warnings
+   --enable-wide-chars
+   --libdir="${EPREFIX}"/etc
+   --with-app-defaults="${DEFAULTS_DIR}"
+   --with-utempter
+   --with-x
+   $(use_enable openpty)
+   $(use_enable sixel sixel-graphics)
+   $(use_enable toolbar)
+   $(use_enable truetype freetype)
+   $(use_enable unicode luit)
+   $(use_enable unicode mini-luit)
+   $(use_with Xaw3d)
+   $(use_with 

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

2019-11-18 Thread Lars Wendler
commit: d80b80bf6748241f69b1f3e2a898cd464cffdcba
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov 18 09:21:51 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov 18 09:22:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d80b80bf

app-arch/unrar: Removed old

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

 app-arch/unrar/Manifest   |  2 --
 app-arch/unrar/unrar-5.8.1.ebuild | 70 ---
 app-arch/unrar/unrar-5.8.2.ebuild | 70 ---
 3 files changed, 142 deletions(-)

diff --git a/app-arch/unrar/Manifest b/app-arch/unrar/Manifest
index 03ac6f6a786..620843809d5 100644
--- a/app-arch/unrar/Manifest
+++ b/app-arch/unrar/Manifest
@@ -1,5 +1,3 @@
 DIST unrar-5.7.5.tar.gz 228818 BLAKE2B 
2bd9cfaed07802147af9a3457cea3f78f464cc26e2e20ef2c15817fffb7dc275fd326fd96b089257a8044982c0ae130ca3dc42126356d973ee6a8afd43e28df0
 SHA512 
101a21a20d8e30ca21605e332579064d362feacb36e9d4a7cd5218585298dcb48ec2805ff9523ae9b25e8e3d3e7557b73ea457702c6cb6d8c50d324ea1f4
-DIST unrar-5.8.1.tar.gz 228917 BLAKE2B 
4b34fd35a371ea2784af0968a95270b04afbefd4968c74c44e88d7b79598fe05b01c331ce730cbfd2535d5a713049e7f4dfbd38d28266e957ae9995cf8ce54b3
 SHA512 
31303df575e8a5ed9fc03e20d0482306536c3496894a39788052c5c9dfde61eb7f5ca29b8c48354581622a020aa446f108af956ab43024a48731a12233155612
-DIST unrar-5.8.2.tar.gz 229116 BLAKE2B 
88bcc90e36d231dd35b066495967a116571ce25b6cc6ee73e84ded5a56fd74662e0c9da10a7e7025d2cecbdd1e47d84f303207b6a466c1488168f523e7fb23fd
 SHA512 
09f12f141925aa99d74d4a0a0f3bacdd5b53d174473346de317cf95c1f560ef4bad445f14d81d313f8a34e8400df6a76709d068b9cd23433d1f638935185ab0d
 DIST unrar-5.8.3.tar.gz 229162 BLAKE2B 
1515af301fdcbbe02d1ebf487b1a0ab7849919e0065f223ec78e69cf5fb9436778f184c9cdead927c37d41ddf779bc7c539259cc60b1e9db19225762af17ed27
 SHA512 
32ab5cd9135d968f2e908975e72e716f5aa8911ee53fbcade6cf9783eb22330dc0114baf5db148c223015498d28fa4c60446e0ccd8108856c6d089117a147669
 DIST unrar-5.8.4.tar.gz 229618 BLAKE2B 
3b163a7d3a13dd5864ae729eef6c6bc171e45b0db4e716660b24a14ecf035572fdd1dc44a9c59d07d9fde87255b941f45d5b2e0aeffac3a53b021dc1cbd4b0f1
 SHA512 
dd3502662b443f05c7bd01a50806b9e3443f9bbba7d88ee8fe9ca0d671d93b0db8956b822ec25b9d827941313ef2ec5608f15934bab91cecbab1ccea9ae8129e

diff --git a/app-arch/unrar/unrar-5.8.1.ebuild 
b/app-arch/unrar/unrar-5.8.1.ebuild
deleted file mode 100644
index 7fce116316f..000
--- a/app-arch/unrar/unrar-5.8.1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic multilib toolchain-funcs
-
-MY_PN="${PN}src"
-
-DESCRIPTION="Uncompress rar files"
-HOMEPAGE="https://www.rarlab.com/rar_add.htm";
-SRC_URI="https://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="unRAR"
-# subslot = soname version
-SLOT="0/5"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="!<=app-arch/unrar-gpl-0.0.1_p20080417"
-
-S="${WORKDIR}/unrar"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-5.5.5-build.patch
-   "${FILESDIR}"/${PN}-5.5.5-honor-flags.patch
-)
-
-src_prepare() {
-   default
-
-   local sed_args=( -e "/libunrar/s:.so:$(get_libname ${PV%.*.*}):" )
-   if [[ ${CHOST} == *-darwin* ]] ; then
-   sed_args+=( -e "s:-shared:-dynamiclib -install_name 
${EPREFIX}/usr/$(get_libdir)/libunrar$(get_libname ${PV%.*.*}):" )
-   else
-   sed_args+=( -e "s:-shared:& -Wl,-soname 
-Wl,libunrar$(get_libname ${PV%.*.*}):" )
-   fi
-   sed -i "${sed_args[@]}" makefile || die
-}
-
-src_configure() {
-   mkdir -p build-{lib,bin}
-   printf 'VPATH = ..\ninclude ../makefile' > build-lib/Makefile || die
-   cp build-{lib,bin}/Makefile || die
-}
-
-src_compile() {
-   unrar_make() {
-   emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}" STRIP=true "$@"
-   }
-
-   unrar_make CXXFLAGS+=" -fPIC" -C build-lib lib
-   ln -s libunrar$(get_libname ${PV%.*.*}) 
build-lib/libunrar$(get_libname) || die
-   ln -s libunrar$(get_libname ${PV%.*.*}) build-lib/libunrar$(get_libname 
${PV}) || die
-
-   unrar_make -C build-bin
-}
-
-src_install() {
-   dobin build-bin/unrar
-   dodoc readme.txt
-
-   dolib.so build-lib/libunrar*
-
-   insinto /usr/include/libunrar${PV%.*.*}
-   doins *.hpp
-   dosym libunrar${PV%.*.*} /usr/include/libunrar
-
-   find "${ED}" -type f -name "*.a" -delete || die
-}

diff --git a/app-arch/unrar/unrar-5.8.2.ebuild 
b/app-arch/unrar/unrar-5.8.2.ebuild
deleted file mode 100644
index 7fce116316f..000
--- a/app-arch/unrar/unrar-5.8.2.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms

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

2019-11-18 Thread Michał Górny
commit: 8d2c6fb116c47524846d707ebfed3252d023aadb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 18 09:54:20 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 18 09:55:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d2c6fb1

dev-python/pyxattr: Fix remaining MissingTestRestrict

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

 dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild | 1 +
 dev-python/pyxattr/pyxattr-0.6.1.ebuild| 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild 
b/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild
index 6885ed8f3c9..6a55cd3646a 100644
--- a/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild
+++ b/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild
@@ -15,6 +15,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="doc test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="sys-apps/attr"
 DEPEND="${RDEPEND}

diff --git a/dev-python/pyxattr/pyxattr-0.6.1.ebuild 
b/dev-python/pyxattr/pyxattr-0.6.1.ebuild
index 5ddd2424b54..8be4d43ebe6 100644
--- a/dev-python/pyxattr/pyxattr-0.6.1.ebuild
+++ b/dev-python/pyxattr/pyxattr-0.6.1.ebuild
@@ -15,6 +15,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="sys-apps/attr"
 DEPEND="${RDEPEND}



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

2019-11-18 Thread Michał Górny
commit: 2c7c7801635372442527176da5bf6f86f0034642
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 18 09:25:46 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 18 09:55:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c7c7801

app-portage/gemato: Enable py3.8

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

 app-portage/gemato/gemato-14.3.ebuild  | 3 +--
 app-portage/gemato/gemato-.ebuild  | 7 +++
 app-portage/gemato/gemato-m.ebuild | 7 +++
 3 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/app-portage/gemato/gemato-14.3.ebuild 
b/app-portage/gemato/gemato-14.3.ebuild
index d58a025ed50..317b969b3e5 100644
--- a/app-portage/gemato/gemato-14.3.ebuild
+++ b/app-portage/gemato/gemato-14.3.ebuild
@@ -3,8 +3,7 @@
 
 EAPI=7
 
-# pysha3 is broken with pypy3
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy{,3} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} pypy{,3} )
 PYTHON_REQ_USE='threads(+)'
 inherit distutils-r1
 

diff --git a/app-portage/gemato/gemato-.ebuild 
b/app-portage/gemato/gemato-.ebuild
index f419059fa64..ec43603da33 100644
--- a/app-portage/gemato/gemato-.ebuild
+++ b/app-portage/gemato/gemato-.ebuild
@@ -1,10 +1,9 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-# pyblake2 & pysha3 are broken with pypy3
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} pypy{,3} )
 PYTHON_REQ_USE='threads(+)'
 inherit distutils-r1 git-r3
 
@@ -24,7 +23,7 @@ MODULE_RDEPEND="
bzip2? ( $(python_gen_cond_dep 'dev-python/bz2file[${PYTHON_USEDEP}]' 
python2_7 pypy) )
gpg? ( app-crypt/gnupg )
lzma? ( $(python_gen_cond_dep 
'dev-python/backports-lzma[${PYTHON_USEDEP}]' python2_7 pypy) )
-   sha3? ( $(python_gen_cond_dep 'dev-python/pysha3[${PYTHON_USEDEP}]' 
python{2_7,3_5} pypy{,3}) )"
+   sha3? ( $(python_gen_cond_dep 'dev-python/pysha3[${PYTHON_USEDEP}]' 
python{2_7,3_5} pypy) )"
 
 RDEPEND="${MODULE_RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/app-portage/gemato/gemato-m.ebuild 
b/app-portage/gemato/gemato-m.ebuild
index fe7b3b5ba96..abe4544cbda 100644
--- a/app-portage/gemato/gemato-m.ebuild
+++ b/app-portage/gemato/gemato-m.ebuild
@@ -1,10 +1,9 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-# pyblake2 & pysha3 are broken with pypy3
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} pypy{,3} )
 PYTHON_REQ_USE='threads(+)'
 inherit distutils-r1 git-r3
 
@@ -25,7 +24,7 @@ MODULE_RDEPEND="
bzip2? ( $(python_gen_cond_dep 'dev-python/bz2file[${PYTHON_USEDEP}]' 
python2_7 pypy) )
gpg? ( app-crypt/gnupg )
lzma? ( $(python_gen_cond_dep 
'dev-python/backports-lzma[${PYTHON_USEDEP}]' python2_7 pypy) )
-   sha3? ( $(python_gen_cond_dep 'dev-python/pysha3[${PYTHON_USEDEP}]' 
python{2_7,3_5} pypy{,3}) )"
+   sha3? ( $(python_gen_cond_dep 'dev-python/pysha3[${PYTHON_USEDEP}]' 
python{2_7,3_5} pypy) )"
 
 RDEPEND="${MODULE_RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"



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

2019-11-18 Thread Michał Górny
commit: f487b959e29b56d12ae3293edd5778a65c24ec8f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 18 09:48:47 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 18 09:55:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f487b959

dev-python/pyxattr: Enable py3.8, remove nose dep

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

 dev-python/pyxattr/pyxattr-0.6.1-r1.ebuild | 14 +-
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/dev-python/pyxattr/pyxattr-0.6.1-r1.ebuild 
b/dev-python/pyxattr/pyxattr-0.6.1-r1.ebuild
index 5ce00c43a28..b31d3d000ed 100644
--- a/dev-python/pyxattr/pyxattr-0.6.1-r1.ebuild
+++ b/dev-python/pyxattr/pyxattr-0.6.1-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
 
 inherit distutils-r1 eutils
 
@@ -14,14 +14,14 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
+IUSE="doc"
 
 RDEPEND="sys-apps/attr"
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( >=dev-python/sphinx-1.3.1[${PYTHON_USEDEP}] )
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+   doc? ( >=dev-python/sphinx-1.3.1 )"
+
+distutils_enable_tests unittest
 
 python_prepare_all() {
sed -i -e 's:, "-Werror"::' setup.py || die
@@ -56,10 +56,6 @@ src_test() {
distutils-r1_src_test
 }
 
-python_test() {
-   nosetests -v || die "Tests fail with ${EPYTHON}"
-}
-
 python_install_all() {
use doc && local HTML_DOCS=( doc/html/. )
distutils-r1_python_install_all



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

2019-11-18 Thread Jeroen Roovers
commit: b1566a89ad25a6a1d2bbf08e64efc57e3b6b86c6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov 18 10:12:21 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov 18 10:26:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1566a89

app-misc/remind: Version 03.01.17

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

 app-misc/remind/Manifest   |  1 +
 app-misc/remind/remind-03.01.17.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/app-misc/remind/Manifest b/app-misc/remind/Manifest
index 596609f84a5..50b56eb201e 100644
--- a/app-misc/remind/Manifest
+++ b/app-misc/remind/Manifest
@@ -1,2 +1,3 @@
 DIST remind-03.01.15.tar.gz 363101 BLAKE2B 
a5e27b83c20428991982c3cae22b32be6cc054bfd51a868ee3515f5ec4a37aa24f8ec476f566860ca0fbb6f29e7c9f3e6ed023714e52091ebca103162936877f
 SHA512 
335f3ca88237f1ae53768b9ecdeb03f0bb1e706a8afd3ba36121ec76048a08fbc0d5ec72b05e552394b4cf2131be335c49533e1212b7e713ef16002a0621fc84
 DIST remind-03.01.16.tar.gz 354521 BLAKE2B 
b4157922842af67408423e1b36ddae8f049e9c803cec83a7a11188dff5ccf7934ce5afc776bdc02acd6b18a8ad172180841a53576220791fb64230a0e1d54884
 SHA512 
61d72b01315d59a0e6f96006d5cb063752efad68119e2d1c4fcf6e6f3b2c122a7df47081c305f777fb2c6574e278e401446192897e48b4f93607db29db046550
+DIST remind-03.01.17.tar.gz 355331 BLAKE2B 
c3c45b58763a02c951ff5b890ba7ee657894f54ac8b235c7c0f5bb83385b7ae867d660dc37ed71f5f35bd17a5668a8ac3a99bc76c22c000642419ddf90b3fd5b
 SHA512 
e5d98c9e2b90a9d31f1298f252c12ff6be378e7d1501e4a8d3361eb349bf50e89aa1bc6b6543f052f3ffa4113241816117a83eb144b8cf452cf0af8b9d0c8a17

diff --git a/app-misc/remind/remind-03.01.17.ebuild 
b/app-misc/remind/remind-03.01.17.ebuild
new file mode 100644
index 000..b3357ae89e1
--- /dev/null
+++ b/app-misc/remind/remind-03.01.17.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Ridiculously functional reminder program"
+HOMEPAGE="https://dianne.skoll.ca/projects/remind/";
+SRC_URI="${HOMEPAGE}download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="tk"
+
+RDEPEND="
+   tk? ( dev-lang/tk dev-tcltk/tcllib )
+"
+DOCS="docs/WHATSNEW examples/defs.rem www/README.*"
+
+src_prepare() {
+   default
+   sed -i 's:$(MAKE) install:&-nostripped:' "${S}"/Makefile || die
+}
+
+src_test() {
+   if [[ ${EUID} -eq 0 ]] ; then
+   ewarn "Testing fails if run as root. Skipping tests"
+   else
+   emake test
+   fi
+}
+
+src_install() {
+   default
+   dobin www/rem2html
+
+   if ! use tk ; then
+   rm \
+   "${D}"/usr/bin/cm2rem* \
+   "${D}"/usr/bin/tkremind \
+   "${D}"/usr/share/man/man1/cm2rem* \
+   "${D}"/usr/share/man/man1/tkremind* \
+   || die
+   fi
+
+   rm "${S}"/contrib/rem2ics-*/{Makefile,rem2ics.spec} || die
+   insinto /usr/share/${PN}
+   doins -r contrib/
+}



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

2019-11-18 Thread Tim Harder
commit: f05f120a8a1caf7fea6547e133eea6df01c1b5c3
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 10:42:35 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 10:43:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f05f120a

dev-python/snakeoil: drop pytest-mock test dep

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

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

diff --git a/dev-python/snakeoil/snakeoil-.ebuild 
b/dev-python/snakeoil/snakeoil-.ebuild
index 186d88f724a..d374c3dffd9 100644
--- a/dev-python/snakeoil/snakeoil-.ebuild
+++ b/dev-python/snakeoil/snakeoil-.ebuild
@@ -23,10 +23,8 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   )"
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
 [[ ${PV} ==  ]] && DEPEND+=" dev-python/cython[${PYTHON_USEDEP}]"
 
 python_test() {



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

2019-11-18 Thread Slawek Lis
commit: 5d3c7dcb2b6201ac96a7685d8978afe8f9e54eb8
Author: Slawomir Lis  gentoo  org>
AuthorDate: Mon Nov 18 10:49:05 2019 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Mon Nov 18 10:49:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d3c7dcb

media-libs/assimp: version bump to 5.0.0

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Slawek Lis  gentoo.org>

 media-libs/assimp/Manifest |  1 +
 media-libs/assimp/assimp-5.0.0.ebuild  | 66 ++
 .../assimp/files/assimp-5.0.0-disabletest.patch| 13 +
 .../assimp/files/assimp-5.0.0-findassimp.patch | 28 +
 .../assimp/files/assimp-5.0.0-unzip-of.patch   | 11 
 5 files changed, 119 insertions(+)

diff --git a/media-libs/assimp/Manifest b/media-libs/assimp/Manifest
index 76d568f91e9..31741ac4ef0 100644
--- a/media-libs/assimp/Manifest
+++ b/media-libs/assimp/Manifest
@@ -1,2 +1,3 @@
 DIST assimp-4.0.1.tar.gz 44625148 BLAKE2B 
50cbb6096e89fa311a67cf4f526be57a19f41fe48d59bcdd8d6fd309a988cb19c0f1a4c175301e4c299cb644882a6e8042b0d9281319424faf7504688764e97e
 SHA512 
260b4c7e738f857d8364c4878ea4e789ca676180821943f6d9bff8f56e5f9377ea29660dca4e130c681a8aa12fc32f155adb1d78ca260ba242e68b8afa6cc1bb
 DIST assimp-4.1.0.tar.gz 45417293 BLAKE2B 
74170ab48b64ab357ddd9da58f1218d0c3c0a4039345dcd7ae396aca3bb47c2f5ea2ee8b61b7d81c68c2e1237cd3ba516b816038400e9960b6c0cfe031a41e54
 SHA512 
5f1292de873ae16c9921d1d44f2871474d74c0ddfd76cc928a7d9b3e03aa6eca4cc72af0513da20a86d09c55d48646e610fd4a4f2b05364f08ad09cf27cbc67a
+DIST assimp-5.0.0.tar.gz 46604597 BLAKE2B 
850c84cce6c24c01c2db00d76337797f3e4a4e819e133cf194cac0a7344fa58cb4805e0d5eb29b434f651c0b977e2c0fc5dbe083557f19bb9fe7ccb6977428d1
 SHA512 
0f73b6e961cd8455d6b6c8c10ed8b99485d846c96377b5d4fcc3b83f737647207c1306aa3dd51dad9654fbfa61bfe1119b34646f90288ae7ecab45efa6fa418a

diff --git a/media-libs/assimp/assimp-5.0.0.ebuild 
b/media-libs/assimp/assimp-5.0.0.ebuild
new file mode 100644
index 000..00b042528bb
--- /dev/null
+++ b/media-libs/assimp/assimp-5.0.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Importer library to import assets from 3D files"
+HOMEPAGE="https://github.com/assimp/assimp";
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="samples static test tools"
+SLOT="0"
+
+RDEPEND="
+   dev-libs/boost:=
+   sys-libs/zlib:=[minizip]
+   samples? (
+   media-libs/freeglut
+   virtual/opengl
+   x11-libs/libX11
+   )
+   tools? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtopengl:5
+   dev-qt/qtwidgets:5
+   media-libs/devil
+   virtual/opengl
+   )
+"
+DEPEND="${RDEPEND}
+   test? ( dev-cpp/gtest )
+"
+
+PATCHES=(
+   "${FILESDIR}/${P}-disabletest.patch" # bug 659122
+   "${FILESDIR}/${P}-unzip-of.patch"
+   "${FILESDIR}/${P}-findassimp.patch"
+)
+
+src_configure() {
+   local mycmakeargs=(
+   -DASSIMP_BUILD_SAMPLES=$(usex samples)
+   -DASSIMP_BUILD_STATIC_LIB=$(usex static)
+   -DASSIMP_BUILD_TESTS=$(usex test)
+   -DASSIMP_BUILD_ASSIMP_TOOLS=$(usex tools)
+   -DCMAKE_DEBUG_POSTFIX=""
+   -DASSIMP_LIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)/"
+   )
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+
+   insinto /usr/share/cmake/Modules
+   doins cmake-modules/Findassimp.cmake
+}
+
+src_test() {
+   "${BUILD_DIR}/test/unit" || die
+}

diff --git a/media-libs/assimp/files/assimp-5.0.0-disabletest.patch 
b/media-libs/assimp/files/assimp-5.0.0-disabletest.patch
new file mode 100644
index 000..d5343c11366
--- /dev/null
+++ b/media-libs/assimp/files/assimp-5.0.0-disabletest.patch
@@ -0,0 +1,13 @@
+--- a/test/unit/utVersion.cpp  2019-11-18 11:39:09.655298634 +0100
 b/test/unit/utVersion.cpp  2019-11-18 11:39:25.823299035 +0100
+@@ -66,10 +66,6 @@
+ EXPECT_NE( aiGetCompileFlags(), 0U );
+ }
+ 
+-TEST_F( utVersion, aiGetVersionRevisionTest ) {
+-EXPECT_NE( aiGetVersionRevision(), 0U );
+-}
+-
+ TEST_F( utVersion, aiGetBranchNameTest ) {
+ EXPECT_NE( nullptr, aiGetBranchName() );
+ }

diff --git a/media-libs/assimp/files/assimp-5.0.0-findassimp.patch 
b/media-libs/assimp/files/assimp-5.0.0-findassimp.patch
new file mode 100644
index 000..6056f4973c5
--- /dev/null
+++ b/media-libs/assimp/files/assimp-5.0.0-findassimp.patch
@@ -0,0 +1,28 @@
+--- a/cmake-modules/Findassimp.cmake   2019-10-08 08:08:29.025321121 +0200
 b/cmake-modules/Findassimp.cmake   2019-10-08 08:09:47.976323079 +0200
+@@ -54,14 +54,17 @@
+ 
+   find_path(
+ assimp_INCLUDE_DIRS

[gentoo-commits] repo/gentoo:master commit in: app-emacs/ocaml-mode/

2019-11-18 Thread Agostino Sarubbo
commit: eeeb0e1fa7b7ab951c06c47a21dd0cf999b7c001
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 10:56:35 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 10:56:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeeb0e1f

app-emacs/ocaml-mode: alpha/amd64/arm64/arm/hppa/ia64/ppc64/ppc/sparc/x86 
stable, (ALLARCHES policy) wrt bug #700150

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/ocaml-mode/ocaml-mode-4.05.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ocaml-mode/ocaml-mode-4.05.0.ebuild 
b/app-emacs/ocaml-mode/ocaml-mode-4.05.0.ebuild
index b3a90a28f87..3d1d870deb2 100644
--- a/app-emacs/ocaml-mode/ocaml-mode-4.05.0.ebuild
+++ b/app-emacs/ocaml-mode/ocaml-mode-4.05.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/ocaml/ocaml/archive/${PV}.tar.gz 
-> ${MY_P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
 
 S="${WORKDIR}/${MY_P}/emacs"
 SITEFILE="50${PN}-gentoo-3.12.1.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/session/

2019-11-18 Thread Agostino Sarubbo
commit: ad4334d14d37ca184ceaf462cc6bdd2ab92cd524
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 11:04:45 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 11:04:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad4334d1

app-emacs/session: amd64/ppc/x86 stable, (ALLARCHES policy) wrt bug #700152

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/session/session-2.4b.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/session/session-2.4b.ebuild 
b/app-emacs/session/session-2.4b.ebuild
index 9e6d4b7720c..47b871c16f9 100644
--- a/app-emacs/session/session-2.4b.ebuild
+++ b/app-emacs/session/session-2.4b.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/emacs-session/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 
 S="${WORKDIR}"
 SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/sml-mode/

2019-11-18 Thread Agostino Sarubbo
commit: 1f5a459cb6f5d3afefcab3c6afe36331c57c2ade
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 11:06:10 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 11:06:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f5a459c

app-emacs/sml-mode: alpha/amd64/ppc/x86 stable, (ALLARCHES policy) wrt bug 
#700154

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/sml-mode/sml-mode-6.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/sml-mode/sml-mode-6.9.ebuild 
b/app-emacs/sml-mode/sml-mode-6.9.ebuild
index dd9b5fb272a..15655d5fb8e 100644
--- a/app-emacs/sml-mode/sml-mode-6.9.ebuild
+++ b/app-emacs/sml-mode/sml-mode-6.9.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz";
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+KEYWORDS="alpha amd64 ppc x86"
 
 SITEFILE="50${PN}-gentoo-6.1.el"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/psgml/

2019-11-18 Thread Agostino Sarubbo
commit: b21bbf09d029e5733432eb491cc393ace64d5777
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 11:07:08 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 11:07:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b21bbf09

app-emacs/psgml: amd64/ppc/x86 stable, (ALLARCHES policy) wrt bug #700158

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/psgml/psgml-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/psgml/psgml-1.4.1.ebuild 
b/app-emacs/psgml/psgml-1.4.1.ebuild
index 465c0edee1d..86642ee8530 100644
--- a/app-emacs/psgml/psgml-1.4.1.ebuild
+++ b/app-emacs/psgml/psgml-1.4.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz";
 
 LICENSE="GPL-2+ Texinfo-manual"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 
 RDEPEND="app-text/openjade"
 



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

2019-11-18 Thread Guilherme Amadio
commit: d562939c86165aada08eda2786e6781a51feb483
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Mon Nov 18 11:08:44 2019 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Mon Nov 18 11:10:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d562939c

sci-physics/root: add new dependency on app-arch/zstd

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

 sci-physics/root/root-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-physics/root/root-.ebuild 
b/sci-physics/root/root-.ebuild
index c1e5b490ea2..d35e726eab3 100644
--- a/sci-physics/root/root-.ebuild
+++ b/sci-physics/root/root-.ebuild
@@ -50,6 +50,7 @@ REQUIRED_USE="
 
 CDEPEND="
app-arch/lz4
+   app-arch/zstd
app-arch/xz-utils
fortran? ( dev-lang/cfortran )
dev-libs/libpcre:3



[gentoo-commits] repo/gentoo:master commit in: app-emacs/howm/

2019-11-18 Thread Agostino Sarubbo
commit: 4789cdf5f203593e587158c9e387c490e1b331b1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 11:09:39 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 11:09:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4789cdf5

app-emacs/howm: amd64/ppc/x86 stable, (ALLARCHES policy) wrt bug #700248

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/howm/howm-1.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/howm/howm-1.4.5.ebuild b/app-emacs/howm/howm-1.4.5.ebuild
index 389c61d210e..ee09504fcab 100644
--- a/app-emacs/howm/howm-1.4.5.ebuild
+++ b/app-emacs/howm/howm-1.4.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://howm.sourceforge.jp/a/${P}.tar.gz";
 
 LICENSE="GPL-1+ GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 SITEFILE="50${PN}-gentoo.el"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/po-mode/

2019-11-18 Thread Agostino Sarubbo
commit: eee5df2a38e383d7c07300e80543df8aa26c3b2a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 11:11:34 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 11:11:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee5df2a

app-emacs/po-mode: alpha/amd64/arm64/arm/hppa/ia64/ppc64/ppc/s390/sparc/x86 
stable, (ALLARCHES policy) wrt bug #700250

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/po-mode/po-mode-0.20.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/po-mode/po-mode-0.20.1.ebuild 
b/app-emacs/po-mode/po-mode-0.20.1.ebuild
index b74cb880bcb..be2fb3af33e 100644
--- a/app-emacs/po-mode/po-mode-0.20.1.ebuild
+++ b/app-emacs/po-mode/po-mode-0.20.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gettext/gettext-${PV}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~x86-macos"
 
 S="${WORKDIR}/gettext-${PV}/gettext-tools/emacs"
 ELISP_REMOVE="start-po.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/csharp-mode/

2019-11-18 Thread Agostino Sarubbo
commit: d87f9b33ccf60655f7faf2f5163de03723f89644
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 11:13:02 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 11:13:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d87f9b33

app-emacs/csharp-mode: amd64/x86 stable, (ALLARCHES policy) wrt bug #700252

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/csharp-mode/csharp-mode-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/csharp-mode/csharp-mode-0.9.2.ebuild 
b/app-emacs/csharp-mode/csharp-mode-0.9.2.ebuild
index d2dad1639c1..3429cd891bd 100644
--- a/app-emacs/csharp-mode/csharp-mode-0.9.2.ebuild
+++ b/app-emacs/csharp-mode/csharp-mode-0.9.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/josteink/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 SITEFILE="50${PN}-gentoo.el"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/matlab/

2019-11-18 Thread Agostino Sarubbo
commit: d6707c91d8375e57b568093fb393061bceb077d0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 11:22:44 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 11:22:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6707c91

app-emacs/matlab: amd64/x86 stable, (ALLARCHES policy) wrt bug #700268

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/matlab/matlab-3.3.6_pre20191010-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/matlab/matlab-3.3.6_pre20191010-r1.ebuild 
b/app-emacs/matlab/matlab-3.3.6_pre20191010-r1.ebuild
index 33487fa8e1b..aab9a5fa787 100644
--- a/app-emacs/matlab/matlab-3.3.6_pre20191010-r1.ebuild
+++ b/app-emacs/matlab/matlab-3.3.6_pre20191010-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x86-macos"
 
 S="${WORKDIR}/matlab-emacs-src"
 SITEFILE="50${PN}-gentoo-3.3.6.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/mailcrypt/

2019-11-18 Thread Agostino Sarubbo
commit: 65dbac1babdf735052b0496e78967df3e236f9c8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 11:26:19 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 11:26:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65dbac1b

app-emacs/mailcrypt: amd64/ppc/sparc/x86 stable, (ALLARCHES policy) wrt bug 
#700266

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild 
b/app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild
index d7231e393d2..3906d3b559f 100644
--- a/app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild
+++ b/app-emacs/mailcrypt/mailcrypt-3.5.9-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/mailcrypt/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ppc sparc x86"
 RESTRICT="test"
 
 RDEPEND="app-crypt/gnupg"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/initsplit/

2019-11-18 Thread Agostino Sarubbo
commit: a69a3cf821548f6a2ea0b665fb32714b76b63000
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 11:29:04 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 11:29:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a69a3cf8

app-emacs/initsplit: amd64/x86 stable, (ALLARCHES policy) wrt bug #700148

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/initsplit/initsplit-1.8_pre20160919.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/initsplit/initsplit-1.8_pre20160919.ebuild 
b/app-emacs/initsplit/initsplit-1.8_pre20160919.ebuild
index 419b7d5446f..0c67e6cb11d 100644
--- a/app-emacs/initsplit/initsplit-1.8_pre20160919.ebuild
+++ b/app-emacs/initsplit/initsplit-1.8_pre20160919.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/dabrahams/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 S="${WORKDIR}/${PN}-${COMMIT}"
 SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: dev-util/nvidia-cuda-sdk/

2019-11-18 Thread Benda XU
commit: 9fe9f97114bde369fe8a1527b06f17a262ea5f40
Author: Benda Xu  gentoo  org>
AuthorDate: Mon Nov 18 11:34:05 2019 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon Nov 18 11:34:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe9f971

dev-util/nvidia-cuda-sdk: remove unnecessary slash strip.

Package-Manager: Portage-2.3.79, Repoman-2.3.17
Signed-off-by: Benda Xu  gentoo.org>

 dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-10.1.243.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-10.1.243.ebuild 
b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-10.1.243.ebuild
index 3503fb5b2ca..e63a0c26df9 100644
--- a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-10.1.243.ebuild
+++ b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-10.1.243.ebuild
@@ -99,12 +99,12 @@ src_install() {
if use doc; then
ebegin "Installing docs ..."
while IFS="" read -d $'\0' -r f; do
-   treecopy "${f}" "${ED%/}"/usr/share/doc/${PF}/
+   treecopy "${f}" "${ED}"/usr/share/doc/${PF}/
done < <(find -type f \( -name 'readme.txt' -o -name 
'*.pdf' \) -print0)
 
while IFS="" read -d $'\0' -r f; do
-   docompress -x "${f#${ED%/}}"
-   done < <(find "${ED%/}"/usr/share/doc/${PF}/ -type f 
-name 'readme.txt' -print0)
+   docompress -x "${f#${ED}}"
+   done < <(find "${ED}"/usr/share/doc/${PF}/ -type f 
-name 'readme.txt' -print0)
eend
fi
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/graphql/

2019-11-18 Thread Agostino Sarubbo
commit: e3e21b66f326faa63b0cacfa08272cdfdcd54139
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 11:46:38 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 11:46:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3e21b66

app-emacs/graphql: amd64/x86 stable, (ALLARCHES policy) wrt bug #700254

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/graphql/graphql-0.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/graphql/graphql-0.1.1.ebuild 
b/app-emacs/graphql/graphql-0.1.1.ebuild
index 9ced070552a..f559dbc5cc9 100644
--- a/app-emacs/graphql/graphql-0.1.1.ebuild
+++ b/app-emacs/graphql/graphql-0.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}.el-${PV}"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 SITEFILE="50${PN}-gentoo.el"
 DOCS="README.md"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/treepy/

2019-11-18 Thread Agostino Sarubbo
commit: 2ce0fc0d32c8ddfdad1bcc3a0d1c943e649ff79b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 11:46:43 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 11:46:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce0fc0d

app-emacs/treepy: amd64/x86 stable, (ALLARCHES policy) wrt bug #700254

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/treepy/treepy-0.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/treepy/treepy-0.1.1.ebuild 
b/app-emacs/treepy/treepy-0.1.1.ebuild
index af73e96d936..60192956e0d 100644
--- a/app-emacs/treepy/treepy-0.1.1.ebuild
+++ b/app-emacs/treepy/treepy-0.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}.el-${PV}"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 SITEFILE="50${PN}-gentoo.el"
 DOCS="README.md"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2019-11-18 Thread Agostino Sarubbo
commit: edd825b9c9e59ee4137d86c417ec90c00f13a3f2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 11:46:32 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 11:46:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd825b9

app-emacs/ghub: amd64/x86 stable, (ALLARCHES policy) wrt bug #700254

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/ghub/ghub-3.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ghub/ghub-3.2.0.ebuild b/app-emacs/ghub/ghub-3.2.0.ebuild
index 274ca19590d..8099d9991c4 100644
--- a/app-emacs/ghub/ghub-3.2.0.ebuild
+++ b/app-emacs/ghub/ghub-3.2.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 
 SITEFILE="50${PN}-gentoo.el"
 ELISP_TEXINFO="*.texi"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/pymacs/

2019-11-18 Thread Agostino Sarubbo
commit: 3054d902555e726a708b4f940e2ad8586b79393f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 11:49:36 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 11:49:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3054d902

app-emacs/pymacs: amd64 stable wrt bug #700156

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/pymacs/pymacs-0.26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/pymacs/pymacs-0.26.ebuild 
b/app-emacs/pymacs/pymacs-0.26.ebuild
index 77c813340ae..df7a7f94a96 100644
--- a/app-emacs/pymacs/pymacs-0.26.ebuild
+++ b/app-emacs/pymacs/pymacs-0.26.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/dgentry/${PN^}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 #IUSE="doc"
 
 #BDEPEND="doc? (



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

2019-11-18 Thread Agostino Sarubbo
commit: f763e524254d8c46f9cb03d084cbd70fd86ceea2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 11:50:02 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 11:50:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f763e524

x11-misc/virtualgl: amd64 stable wrt bug #700292

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-misc/virtualgl/virtualgl-2.6.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/virtualgl/virtualgl-2.6.1-r1.ebuild 
b/x11-misc/virtualgl/virtualgl-2.6.1-r1.ebuild
index baca3aa9453..ad7c07230d8 100644
--- a/x11-misc/virtualgl/virtualgl-2.6.1-r1.ebuild
+++ b/x11-misc/virtualgl/virtualgl-2.6.1-r1.ebuild
@@ -12,7 +12,7 @@ else
MY_P="${MY_PN}-${PV}"
S="${WORKDIR}/${MY_P}"
SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm64 ~x86"
 fi
 
 DESCRIPTION="Run OpenGL applications remotely with full 3D hardware 
acceleration"



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

2019-11-18 Thread Agostino Sarubbo
commit: 4a274e83e06effc549327197f564f218a3656069
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 11:49:23 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 11:49:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a274e83

kde-misc/rsibreak: amd64 stable wrt bug #700042

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-misc/rsibreak/rsibreak-0.12.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/rsibreak/rsibreak-0.12.11.ebuild 
b/kde-misc/rsibreak/rsibreak-0.12.11.ebuild
index 712f1a81d49..1d81f808765 100644
--- a/kde-misc/rsibreak/rsibreak-0.12.11.ebuild
+++ b/kde-misc/rsibreak/rsibreak-0.12.11.ebuild
@@ -15,7 +15,7 @@ https://userbase.kde.org/RSIBreak";
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/$(ver_cut 1-2)/${P}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-2+ handbook? ( FDL-1.2 )"



[gentoo-commits] repo/gentoo:master commit in: media-radio/fldigi/

2019-11-18 Thread Agostino Sarubbo
commit: 2a26aab6eb968453c6df640ffb7ade214c09a486
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 11:48:37 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 11:48:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a26aab6

media-radio/fldigi: amd64 stable wrt bug #700350

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-radio/fldigi/fldigi-4.1.08.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/fldigi/fldigi-4.1.08.ebuild 
b/media-radio/fldigi/fldigi-4.1.08.ebuild
index 17d2911234f..15e16401dc4 100644
--- a/media-radio/fldigi/fldigi-4.1.08.ebuild
+++ b/media-radio/fldigi/fldigi-4.1.08.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="hamlib nls pulseaudio"
 IUSE_CPU_FLAGS=" sse sse2 sse3"
 IUSE+=" ${IUSE_CPU_FLAGS// / cpu_flags_x86_}"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/thunderbolt-software-user-space/

2019-11-18 Thread Agostino Sarubbo
commit: 4f01bf2b7f93fc1abb6410b04b624dfd5e01907c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 11:48:15 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 11:48:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f01bf2b

sys-apps/thunderbolt-software-user-space: amd64 stable wrt bug #698636

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 .../thunderbolt-software-user-space-0.9.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-apps/thunderbolt-software-user-space/thunderbolt-software-user-space-0.9.3-r1.ebuild
 
b/sys-apps/thunderbolt-software-user-space/thunderbolt-software-user-space-0.9.3-r1.ebuild
index 0496ffa0cda..5f9d478c298 100644
--- 
a/sys-apps/thunderbolt-software-user-space/thunderbolt-software-user-space-0.9.3-r1.ebuild
+++ 
b/sys-apps/thunderbolt-software-user-space/thunderbolt-software-user-space-0.9.3-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/intel/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 # man needs app-text/txt2tags which is dormant upstream, so it is shipped 
pregenerated



[gentoo-commits] repo/gentoo:master commit in: media-radio/flrig/

2019-11-18 Thread Agostino Sarubbo
commit: 9e4e4fd49a1befd917b61dfd54a93ac2b5fb13c7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 11:48:42 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 11:48:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e4e4fd4

media-radio/flrig: amd64 stable wrt bug #700354

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-radio/flrig/flrig-1.3.48.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/flrig/flrig-1.3.48.ebuild 
b/media-radio/flrig/flrig-1.3.48.ebuild
index 5020c2bffaf..bd5cdb084a4 100644
--- a/media-radio/flrig/flrig-1.3.48.ebuild
+++ b/media-radio/flrig/flrig-1.3.48.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/fldigi/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="nls"
 
 DOCS=(AUTHORS ChangeLog README)



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

2019-11-18 Thread Agostino Sarubbo
commit: 85922ba67ebb0be669da17fd538244fbe93e912b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 11:48:28 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 11:48:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85922ba6

dev-libs/tinyxml2: amd64 stable wrt bug #700314

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/tinyxml2/tinyxml2-7.1.0.ebuild 
b/dev-libs/tinyxml2/tinyxml2-7.1.0.ebuild
index 57a8d746e1b..d880a586b8b 100644
--- a/dev-libs/tinyxml2/tinyxml2-7.1.0.ebuild
+++ b/dev-libs/tinyxml2/tinyxml2-7.1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/leethomason/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="ZLIB"
 SLOT="0/7"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-radio/wsjtx/

2019-11-18 Thread Agostino Sarubbo
commit: 5ab5479aec063ef0439205080042a24cf7c9bd5b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 11:48:50 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 11:48:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab5479a

media-radio/wsjtx: amd64 stable wrt bug #700356

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-radio/wsjtx/wsjtx-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/wsjtx/wsjtx-2.1.0.ebuild 
b/media-radio/wsjtx/wsjtx-2.1.0.ebuild
index 15c7d5cf22d..a0d1444507c 100644
--- a/media-radio/wsjtx/wsjtx-2.1.0.ebuild
+++ b/media-radio/wsjtx/wsjtx-2.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/wsjt/${MY_P}.tgz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc"
 
 RDEPEND="dev-qt/qtcore:5



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

2019-11-18 Thread Agostino Sarubbo
commit: 661c9af627fefddeca0efbba6ee0db17041420dd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 11:49:43 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 11:49:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=661c9af6

app-i18n/poedit: amd64 stable wrt bug #700168

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/app-i18n/poedit/poedit-2.2.3.ebuild 
b/app-i18n/poedit/poedit-2.2.3.ebuild
index 0c12933994e..1c2b30add6e 100644
--- a/app-i18n/poedit/poedit-2.2.3.ebuild
+++ b/app-i18n/poedit/poedit-2.2.3.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="GUI gettext translations editor"
 HOMEPAGE="https://poedit.net";
 
SRC_URI="https://github.com/vslavik/${PN}/releases/download/v${PV}-oss/${P}.tar.gz";
 
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
 LICENSE="MIT"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/z3/

2019-11-18 Thread Agostino Sarubbo
commit: affd103706233db1acbf960a7fed374760826ef4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 11:48:22 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 11:48:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=affd1037

sci-mathematics/z3: amd64 stable wrt bug #700296

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-mathematics/z3/z3-4.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/z3/z3-4.8.6.ebuild 
b/sci-mathematics/z3/z3-4.8.6.ebuild
index 67b683d00d7..551562ab2b1 100644
--- a/sci-mathematics/z3/z3-4.8.6.ebuild
+++ b/sci-mathematics/z3/z3-4.8.6.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/z3-${P}
 
 SLOT="0/4.8"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="doc examples gmp isabelle java python"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2019-11-18 Thread Agostino Sarubbo
commit: 4f1fceb6e4e96b83e2de92bd9139fd37787bb2b1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 11:49:14 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 11:49:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f1fceb6

app-emulation/wine-vanilla: amd64 stable wrt bug #699178

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emulation/wine-vanilla/wine-vanilla-4.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.0.2.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-4.0.2.ebuild
index 78f6dd16ff0..05f6213761f 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-4.0.2.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-4.0.2.ebuild
@@ -21,7 +21,7 @@ else
MAJOR_V=$(ver_cut 1)
MINOR_V=$(ver_cut 2)

SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.${MINOR_V}/${MY_P}.tar.xz";
-   KEYWORDS="-* ~amd64 ~x86"
+   KEYWORDS="-* amd64 ~x86"
 fi
 S="${WORKDIR}/${MY_P}"
 



[gentoo-commits] repo/gentoo:master commit in: app-editors/bvi/

2019-11-18 Thread Agostino Sarubbo
commit: e37361efd114363def0fb8fba729ad426c03bde3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 11:49:54 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 11:49:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e37361ef

app-editors/bvi: amd64 stable wrt bug #700290

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-editors/bvi/bvi-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/bvi/bvi-1.4.1.ebuild b/app-editors/bvi/bvi-1.4.1.ebuild
index 0606e3e15e1..af99e391a10 100644
--- a/app-editors/bvi/bvi-1.4.1.ebuild
+++ b/app-editors/bvi/bvi-1.4.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.src.tar.gz"
 LICENSE="GPL-3+"
 SLOT="0"
 IUSE=""
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~sparc64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~sparc64-solaris ~x86-solaris"
 
 DEPEND="sys-libs/ncurses:0="
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/mpg123-el/

2019-11-18 Thread Agostino Sarubbo
commit: ef7f784252ae4f2a4b0eecc3b3ff392f6ddab6bf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 11:49:49 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 11:49:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef7f7842

app-emacs/mpg123-el: amd64 stable wrt bug #700246

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/mpg123-el/mpg123-el-1.61.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/mpg123-el/mpg123-el-1.61.ebuild 
b/app-emacs/mpg123-el/mpg123-el-1.61.ebuild
index eeba8089194..ddeb99a54e6 100644
--- a/app-emacs/mpg123-el/mpg123-el-1.61.ebuild
+++ b/app-emacs/mpg123-el/mpg123-el-1.61.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz";
 
 LICENSE="mpg123-el"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 RDEPEND="media-sound/mpg123
media-sound/alsa-utils"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2019-11-18 Thread Agostino Sarubbo
commit: e0dac4c493fe12ec2c1da50b3edcb76cc909bbe7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 11:49:29 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 11:49:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0dac4c4

sys-auth/polkit-qt: amd64 stable wrt bug #700046

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild
index 3d438c81c68..755d61bc62d 100644
--- a/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-0.113.0.ebuild
@@ -11,7 +11,7 @@ 
HOMEPAGE="https://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/";
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then

SRC_URI="mirror://kde/stable/${KDE_ORG_NAME}/${KDE_ORG_NAME}-${PV}.tar.xz"
-   KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~x86"
S="${WORKDIR}/${KDE_ORG_NAME}-${PV}"
 fi
 



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

2019-11-18 Thread Lars Wendler
commit: 1680b7c15e41b99f5282998254a0dc68718dbe57
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov 18 11:45:06 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov 18 11:51:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1680b7c1

app-admin/sysklogd: Bump to version 2.0

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

 app-admin/sysklogd/Manifest|   1 +
 .../files/sysklogd-2.0-optional_logger.patch   | 101 +
 app-admin/sysklogd/files/sysklogd.rc8  |  82 +
 app-admin/sysklogd/metadata.xml|   1 +
 app-admin/sysklogd/sysklogd-2.0.ebuild |  58 
 5 files changed, 243 insertions(+)

diff --git a/app-admin/sysklogd/Manifest b/app-admin/sysklogd/Manifest
index dc3c1683a77..dadb261979f 100644
--- a/app-admin/sysklogd/Manifest
+++ b/app-admin/sysklogd/Manifest
@@ -1,2 +1,3 @@
 DIST sysklogd-1.5.1.tar.gz 90011 BLAKE2B 
c40bd8d5769f7d3d4141d602c74ac41e05a140743d18c4923d9368da7ba193ccb89a6837173994f0b7a9c290cc23f64513040434d7ab8df81b5d09b73b0263ad
 SHA512 
a72196a1a172d25be1c4791ef6256fe71fa2ba8c1383d230e646e93f8a65c3a57c535189726325da4c792fdb2e9cb119bba43c878816a8e78e78189fd32b12b7
+DIST sysklogd-2.0.tar.gz 465822 BLAKE2B 
030ce2e65287d215d376937aec590715abcac06dffef735038c31ee102eb00d5c616bfd2f3d378e53ef6ae4aa062e9802aaaca84a6f5598b43da35ee722d37ac
 SHA512 
25b55b8ea47280c11959e03d5a8c592e1b02764b4aeb722ef9782d84116475f1bbba96d6db8c291b694d99c7970e2e7615e7cd48b8fef6dff4f9ae825e18d030
 DIST sysklogd_1.5-6.diff.gz 25677 BLAKE2B 
3cb1f596490998b6002d4656a2321a500ce9941a37737c0b9d4702bbb87d7bc9ba21b68e06d175e3c1714a701adc6b3312e18a556ebc9ef395d8968762830cb5
 SHA512 
816961a835a43057569f62fd20d9f7b5e0bfcfcb173b68947457708504db3ce47e635956c8a9564f9bd577d8f3c49dfc725d321dfd3370b2de918363c30f838e

diff --git a/app-admin/sysklogd/files/sysklogd-2.0-optional_logger.patch 
b/app-admin/sysklogd/files/sysklogd-2.0-optional_logger.patch
new file mode 100644
index 000..4e5580b0422
--- /dev/null
+++ b/app-admin/sysklogd/files/sysklogd-2.0-optional_logger.patch
@@ -0,0 +1,101 @@
+From 227008ec0f59eecf3a962ebd9fbc27a0e475a4df Mon Sep 17 00:00:00 2001
+From: Lars Wendler 
+Date: Mon, 18 Nov 2019 12:08:26 +0100
+Subject: [PATCH] build: make logger and its man page optional
+
+There are other packages that provide a logger program like util-linux
+We should respekt that
+
+Signed-off-by: Lars Wendler 
+---
+ configure.ac| 10 ++
+ man/Makefile.am |  6 +-
+ src/Makefile.am |  8 +++-
+ 3 files changed, 22 insertions(+), 2 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 37c0bd4..e7acad7 100644
+--- a/configure.ac
 b/configure.ac
+@@ -65,6 +65,10 @@ AC_ARG_WITH(systemd,
+  [AS_HELP_STRING([--with-systemd=DIR], [Directory for systemd service 
files])],,
+  [with_systemd=auto])
+ 
++AC_ARG_WITH(logger,
++ AS_HELP_STRING([--without-logger], [Do not build/install logger binary 
and man page, default: enabled]),
++ [logger=$withval], [logger='yes'])
++
+ AS_IF([test "x$klogd" != "xno"],
+ with_klogd="yes"
+   AC_DEFINE(KLOGD, 1, [Build with klogd, default: built-in /dev/kmsg 
support in syslogd]),
+@@ -97,6 +101,12 @@ AS_IF([test "x$with_systemd" != "xno"],
+  [AC_SUBST([systemddir], [$with_systemd])])
+ AM_CONDITIONAL([HAVE_SYSTEMD], [test "x$with_systemd" != "xno"])
+ 
++AS_IF([test "x$logger" != "xno"], [
++  with_logger="yes"
++  AC_DEFINE(LOGGER, 1, [Build with logger])],
++  with_logger="no")
++AM_CONDITIONAL([ENABLE_LOGGER], [test "x$with_logger" != "xno"])
++
+ # Expand $sbindir early, into $SBINDIR, for systemd unit file
+ # NOTE: This does *not* take prefix/exec_prefix override at "make
+ #   install" into account, unfortunately.
+diff --git a/man/Makefile.am b/man/Makefile.am
+index 8ee7064..8ccad31 100644
+--- a/man/Makefile.am
 b/man/Makefile.am
+@@ -1,4 +1,4 @@
+-dist_man1_MANS  = logger.1
++dist_man1_MANS  =
+ dist_man3_MANS= syslogp.3
+ dist_man5_MANS= syslog.conf.5
+ dist_man8_MANS= syslogd.8
+@@ -6,3 +6,7 @@ dist_man8_MANS = syslogd.8
+ if ENABLE_KLOGD
+ dist_man8_MANS += klogd.8
+ endif
++
++if ENABLE_LOGGER
++dist_man1_MANS += logger.1
++endif
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 85f747b..849e49b 100644
+--- a/src/Makefile.am
 b/src/Makefile.am
+@@ -16,7 +16,7 @@
+ # with this program; if not, write to the Free Software Foundation, Inc.,
+ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ 
+-bin_PROGRAMS  = logger
++bin_PROGRAMS  =
+ sbin_PROGRAMS = syslogd
+ lib_LTLIBRARIES   = libsyslog.la
+ noinst_LTLIBRARIES= libcompat.la
+@@ -25,6 +25,10 @@ if ENABLE_KLOGD
+ sbin_PROGRAMS+= klogd
+ endif
+ 
++if ENABLE_LOGGER
++bin_PROGRAMS   += logger
++endif
++
+ AM_CFLAGS = -W -Wall -Wextra
+ AM_CFLAGS

[gentoo-commits] repo/gentoo:master commit in: sys-libs/libseccomp/files/, sys-libs/libseccomp/

2019-11-18 Thread Lars Wendler
commit: e06dfa1a2fc15f638756134f0bedd61a2e4d0836
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov 18 11:51:27 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov 18 11:51:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e06dfa1a

sys-libs/libseccomp: Revbump to add missing SNR ppoll definitions

Bug: https://bugs.gentoo.org/700094
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Lars Wendler  gentoo.org>

 .../libseccomp-2.4.2-missing_SNR_ppoll_defs.patch  | 41 ++
 ...omp-2.4.2.ebuild => libseccomp-2.4.2-r1.ebuild} |  6 +++-
 2 files changed, 46 insertions(+), 1 deletion(-)

diff --git 
a/sys-libs/libseccomp/files/libseccomp-2.4.2-missing_SNR_ppoll_defs.patch 
b/sys-libs/libseccomp/files/libseccomp-2.4.2-missing_SNR_ppoll_defs.patch
new file mode 100644
index 000..9194706efa0
--- /dev/null
+++ b/sys-libs/libseccomp/files/libseccomp-2.4.2-missing_SNR_ppoll_defs.patch
@@ -0,0 +1,41 @@
+From e3647f5b6b52996bf30d0c2c1d1248e4182e1c1c Mon Sep 17 00:00:00 2001
+From: Miroslav Lichvar 
+Date: Wed, 13 Nov 2019 13:36:10 +0100
+Subject: [PATCH] api: define __SNR_ppoll again
+
+Commit bf747eb21e428c2b3ead6ebcca27951b681963a0 accidentally removed the
+__SNR_ppoll definition. Add it back, using a PNR value if disabled in
+the kernel headers.
+
+Signed-off-by: Miroslav Lichvar 
+Acked-by: Tom Hromatka 
+Signed-off-by: Paul Moore 
+---
+ include/seccomp-syscalls.h | 7 +++
+ 1 file changed, 7 insertions(+)
+
+diff --git a/include/seccomp-syscalls.h b/include/seccomp-syscalls.h
+index 6457592..3c958df 100644
+--- a/include/seccomp-syscalls.h
 b/include/seccomp-syscalls.h
+@@ -272,6 +272,7 @@
+ #define __PNR_timerfd_gettime64   -10238
+ #define __PNR_timerfd_settime64   -10239
+ #define __PNR_utimensat_time64-10240
++#define __PNR_ppoll   -10241
+ 
+ /*
+  * libseccomp syscall definitions
+@@ -1359,6 +1360,12 @@
+ #define __SNR_poll__PNR_poll
+ #endif
+ 
++#ifdef __NR_ppoll
++#define __SNR_ppoll   __NR_ppoll
++#else
++#define __SNR_ppoll   __PNR_ppoll
++#endif
++
+ #ifdef __NR_ppoll_time64
+ #define __SNR_ppoll_time64__NR_ppoll_time64
+ #else

diff --git a/sys-libs/libseccomp/libseccomp-2.4.2.ebuild 
b/sys-libs/libseccomp/libseccomp-2.4.2-r1.ebuild
similarity index 89%
rename from sys-libs/libseccomp/libseccomp-2.4.2.ebuild
rename to sys-libs/libseccomp/libseccomp-2.4.2-r1.ebuild
index 6fc6a1ee79e..8e528f0bf02 100644
--- a/sys-libs/libseccomp/libseccomp-2.4.2.ebuild
+++ b/sys-libs/libseccomp/libseccomp-2.4.2-r1.ebuild
@@ -20,6 +20,10 @@ IUSE="static-libs"
 # version here, just be safe and pull in the latest stable ones. #551248
 DEPEND=">=sys-kernel/linux-headers-4.3"
 
+PATCHES=(
+   "${FILESDIR}/${P}-missing_SNR_ppoll_defs.patch"
+)
+
 src_prepare() {
default
sed -i \
@@ -36,6 +40,6 @@ multilib_src_configure() {
 }
 
 multilib_src_install_all() {
-   find "${ED}" -type f -name libseccomp.la -delete
+   find "${ED}" -type f -name libseccomp.la -delete || die
einstalldocs
 }



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

2019-11-18 Thread Lars Wendler
commit: cc9ddd3559c7c035bceb39e6cbb0d8c83f04c656
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov 18 11:48:09 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov 18 11:51:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc9ddd35

package.mask: Masked >=app-admin/sysklogd-2.0

Signed-off-by: Lars Wendler  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 7d171c3d7f2..804c2939caf 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Lars Wendler  (2019-11-18)
+# Brand new release with a couple of hiccups like:
+#   syslogd: Failed writing to /var/log/auth.log: Bad file descriptor
+# Also no log rotation currently available. Use at your own risk!
+>=app-admin/sysklogd-2.0
+
 # Alfredo Tupone  (2019-11-18)
 # No more needed.
 # Removal in 30 days.



[gentoo-commits] repo/gentoo:master commit in: app-emacs/mailcrypt/

2019-11-18 Thread Ulrich Müller
commit: 019def4680b5b687911bac3c3e4f4117443badb6
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Nov 18 11:49:39 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Nov 18 11:55:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=019def46

app-emacs/mailcrypt: Remove old.

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

 app-emacs/mailcrypt/mailcrypt-3.5.9-r2.ebuild | 44 ---
 1 file changed, 44 deletions(-)

diff --git a/app-emacs/mailcrypt/mailcrypt-3.5.9-r2.ebuild 
b/app-emacs/mailcrypt/mailcrypt-3.5.9-r2.ebuild
deleted file mode 100644
index 60f6a2ed7f2..000
--- a/app-emacs/mailcrypt/mailcrypt-3.5.9-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit readme.gentoo-r1 elisp autotools
-
-DESCRIPTION="Provides a simple interface to public key cryptography with 
OpenPGP"
-HOMEPAGE="http://mailcrypt.sourceforge.net/";
-SRC_URI="mirror://sourceforge/mailcrypt/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-RESTRICT="test"
-
-RDEPEND="app-crypt/gnupg"
-
-ELISP_PATCHES="${P}-backquotes.patch"
-ELISP_REMOVE="FSF-timer.el"# remove bundled timer.el
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
-   elisp_src_prepare
-   eautoreconf
-}
-
-src_configure() {
-   export EMACS
-   econf
-}
-
-src_install() {
-   emake \
-   lispdir="${D}${SITELISP}/${PN}" \
-   infodir="${D}/usr/share/info" \
-   install
-   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-   dodoc ANNOUNCE ChangeLog* INSTALL LCD-entry NEWS ONEWS README*
-
-   DOC_CONTENTS="See the INSTALL file in /usr/share/doc/${PF} for how
-   to customize mailcrypt."
-   readme.gentoo_create_doc
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/

2019-11-18 Thread Ulrich Müller
commit: e2cf78190f3bb51118edcd085f52b70055f97dc1
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Nov 18 11:55:03 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Nov 18 11:55:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2cf7819

app-emacs/ghub: Remove old.

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

 app-emacs/ghub/Manifest  |  1 -
 app-emacs/ghub/ghub-3.0.0.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
index c23fb67f455..1a8660784c7 100644
--- a/app-emacs/ghub/Manifest
+++ b/app-emacs/ghub/Manifest
@@ -1,3 +1,2 @@
 DIST ghub-2.0.1.tar.gz 50014 BLAKE2B 
449c12b4a75b8de75249fa8f3fd624551d36ae745325fe62b20d8a68a6bad565a308e8c9be6d742c24fff5238fe2cd56fda9d8353465dec28e0f42b2ee10dc77
 SHA512 
d27b3f150b1b871dd31746ee7396b7bea544a6209f73039fa0ac6b670e3fcdbddc2f888cfa3dfe89b64325d208f5fe18ad90869e012758dea54878d0dcc82528
-DIST ghub-3.0.0.tar.gz 62897 BLAKE2B 
78962809f7bfd1236379f4e5520717378353f5c88d81a06b2526b6e11ccdd70d2411b38c81dc40a660aef20c116d277d4a72a31943a2aabca71ce3bd7672b844
 SHA512 
32051672c8a0fb907655c137b61efa63c9947e8216b3ee7c520ba606211ce361446d57996ea3949dac16456ea9431de1cdd1339f6b7a4d092bfcecb7acc0b893
 DIST ghub-3.2.0.tar.gz 65346 BLAKE2B 
c3aa5195a574de870fcd757bf4efb4aaca6fd83fc06ede375e76915972686fe50fc8a7fa2ebf6f0e2b8f98b60857d36a7f7c255dee30db49505ca3e90a30
 SHA512 
dc5a2807d17c2bf65e55f33ad2d00b459acb0e0033caacd5ac8ab9b15deae607c2c25d83c61626a62f50a09d45dbeb91c66299d725b8c3663a1767fd30c7c1c6

diff --git a/app-emacs/ghub/ghub-3.0.0.ebuild b/app-emacs/ghub/ghub-3.0.0.ebuild
deleted file mode 100644
index 8b1abfbebeb..000
--- a/app-emacs/ghub/ghub-3.0.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-NEED_EMACS=25
-
-inherit elisp
-
-DESCRIPTION="Minuscule client library for the Git forge APIs"
-HOMEPAGE="https://magit.vc/manual/ghub";
-SRC_URI="https://github.com/magit/ghub/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="*.texi"
-DOCS="README.md"
-
-RDEPEND="
-   >=app-emacs/dash-2.14.1
-   >=app-emacs/graphql-0.1.1
-   >=app-emacs/treepy-0.0.1
-"
-DEPEND="sys-apps/texinfo"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/po-mode/

2019-11-18 Thread Ulrich Müller
commit: 2679a45b6ac7105b90015a70e776405d8b295212
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Nov 18 11:47:00 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Nov 18 11:55:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2679a45b

app-emacs/po-mode: Remove old.

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

 app-emacs/po-mode/Manifest|  1 -
 app-emacs/po-mode/po-mode-0.19.8.1.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/app-emacs/po-mode/Manifest b/app-emacs/po-mode/Manifest
index 649c288c7aa..570020ffd17 100644
--- a/app-emacs/po-mode/Manifest
+++ b/app-emacs/po-mode/Manifest
@@ -1,2 +1 @@
-DIST gettext-0.19.8.1.tar.gz 19704011 BLAKE2B 
17dc7aad338a26d71b818fea51e46a47dccf14744ee575ce86b591becaea402e36d64dc018e1a84113c356122ffef367cf2fa424e51ebc9720350040b4960091
 SHA512 
073042fa2dc48804c58e76f036130a669e19612c25427b0ab14d0b366b549a63751bf3af03bfd0745d7c4f72497a4b2aab26a3cc6de83189ce111679073878e1
 DIST gettext-0.20.1.tar.gz 23267473 BLAKE2B 
34e776b985c7db105f8029e0f3400aa645ff6843cd35f778d48450368a31218ddcf590fbc7fd2d10f716b63094d6a15bf40b358e8a6f498d450d2420e7e7a5f2
 SHA512 
af6d74986da285df0bdd59524bdf01bb12db448e5ea659dda3b60b660c4a9063c80e8c74cc8751334e065e98348ee0db0079e43c67d485a15e86ae236115fe06

diff --git a/app-emacs/po-mode/po-mode-0.19.8.1.ebuild 
b/app-emacs/po-mode/po-mode-0.19.8.1.ebuild
deleted file mode 100644
index 9959a044d2b..000
--- a/app-emacs/po-mode/po-mode-0.19.8.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit elisp
-
-DESCRIPTION="Major mode for GNU gettext PO files"
-HOMEPAGE="https://www.gnu.org/software/gettext/";
-SRC_URI="mirror://gnu/gettext/gettext-${PV}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~x86-macos"
-
-S="${WORKDIR}/gettext-${PV}/gettext-tools/misc"
-ELISP_REMOVE="start-po.el"
-SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/howm/

2019-11-18 Thread Ulrich Müller
commit: 0b1c45493c7ae1d56a6393dead94b724a4e714c7
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Nov 18 11:46:20 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Nov 18 11:55:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1c4549

app-emacs/howm: Remove old.

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

 app-emacs/howm/Manifest  |  1 -
 app-emacs/howm/howm-1.4.3.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/app-emacs/howm/Manifest b/app-emacs/howm/Manifest
index 19078f659de..b28a12732bf 100644
--- a/app-emacs/howm/Manifest
+++ b/app-emacs/howm/Manifest
@@ -1,2 +1 @@
-DIST howm-1.4.3.tar.gz 552747 BLAKE2B 
26ddf709fcbcefb962a3cf447c1ccaef61b2407cb875be49a7a207159db5c2425fff953859c2c77ec36250e73d9da17647667d2e0a4448ed0dc40bb25ded0635
 SHA512 
da6eec498545dced3bad3c6968bb31a24b01b85220dd80c6e1ee312a0cf1a0b883dc77744f5052261e4bf0d536da057fbe05040fbb429b61a8580330750ce189
 DIST howm-1.4.5.tar.gz 565221 BLAKE2B 
a28e98e9b955c6172c7b9e51d8f157e22e87846cb2a2955d956f434c2a36fad7e0692c951ef3d37f57363d500d118c2eeaad55276656a8e543b72b8276317fa4
 SHA512 
b448bf8caeaf21bf1980862ed12541bd793369494a3e321bc5b77bb99ef63cc5ed2f70c54eaa60b427489e9b3fa9b0037d5cbe06449f87af924f245b7f8f2615

diff --git a/app-emacs/howm/howm-1.4.3.ebuild b/app-emacs/howm/howm-1.4.3.ebuild
deleted file mode 100644
index 345562c1563..000
--- a/app-emacs/howm/howm-1.4.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit elisp
-
-DESCRIPTION="Note-taking tool on Emacs"
-HOMEPAGE="http://howm.sourceforge.jp/";
-SRC_URI="http://howm.sourceforge.jp/a/${P}.tar.gz";
-
-LICENSE="GPL-1+ GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_configure() {
-   default
-}
-
-src_compile() {
-   emake -j1 

[gentoo-commits] repo/gentoo:master commit in: app-emacs/sml-mode/

2019-11-18 Thread Ulrich Müller
commit: 11dc4455159168bca9a002e809f6c228da9a3497
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Nov 18 11:44:53 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Nov 18 11:55:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11dc4455

app-emacs/sml-mode: Remove old.

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

 app-emacs/sml-mode/Manifest|  1 -
 app-emacs/sml-mode/sml-mode-6.4.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/app-emacs/sml-mode/Manifest b/app-emacs/sml-mode/Manifest
index 7c4e5cf9d49..7284b51912f 100644
--- a/app-emacs/sml-mode/Manifest
+++ b/app-emacs/sml-mode/Manifest
@@ -1,2 +1 @@
-DIST sml-mode-6.4.el.xz 20512 BLAKE2B 
ec82b44e7e1ff9d4c89ffdec6d29afddb2bb5a62474dfef417409496fd374373aca53f3a850990972e888ec2dc006606a06c63e327316e28552273d7995cd38e
 SHA512 
238c69cf34bdd9b825fdc00e65741a458e64bf4bf38ed96ba0518154dd92f25877d56d09f4c13271577ea8641ca828023db950db07a42fe1a02659527b65cb5b
 DIST sml-mode-6.9.el.xz 20368 BLAKE2B 
5b97c6620d97a60f29e21e8d69179e33f56b7410bf975238e23ef10d4c9e8d7dc250cb60d1799224ac6c81285f539cbb7f69b616763b347ed7140b9652b9add7
 SHA512 
e04143e1017317d6c6fb3ad7a26cd812bb45dd406a5fb679be21ae936ab57739bcf692585d5710a8e08c469a07728a20cb71ff1b53661c4040eb16df55c8be0b

diff --git a/app-emacs/sml-mode/sml-mode-6.4.ebuild 
b/app-emacs/sml-mode/sml-mode-6.4.ebuild
deleted file mode 100644
index 7eb5bbb4271..000
--- a/app-emacs/sml-mode/sml-mode-6.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-NEED_EMACS=24
-
-inherit elisp
-
-DESCRIPTION="Emacs major mode for editing Standard ML"
-HOMEPAGE="http://www.iro.umontreal.ca/~monnier/elisp/";
-# taken from https://elpa.gnu.org/packages/${P}.el
-SRC_URI="mirror://gentoo/${P}.el.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc x86"
-
-SITEFILE="50${PN}-gentoo-6.1.el"
-
-src_compile() {
-   elisp-compile *.el
-   elisp-make-autoload-file
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/session/

2019-11-18 Thread Ulrich Müller
commit: 0697b08f4bd1de59606d0e7426092129b570d82d
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Nov 18 11:44:03 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Nov 18 11:55:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0697b08f

app-emacs/session: Remove old.

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

 app-emacs/session/Manifest|  1 -
 app-emacs/session/session-2.3a.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/app-emacs/session/Manifest b/app-emacs/session/Manifest
index 441c0aec21b..8de6e9a0938 100644
--- a/app-emacs/session/Manifest
+++ b/app-emacs/session/Manifest
@@ -1,2 +1 @@
-DIST session-2.3a.tar.gz 26648 BLAKE2B 
6380e9c31c37afc99229bbe63ce86f0e80340e093c9ec859adbc688e10e8e6f9b40153344fe02336e9336dcbc7c40e0a2337d82a90d0a40f161b5e4b062988a7
 SHA512 
eb0721c780256ca5dfcdf5071d73a89e3e7e477bbe2ddc380adaf7a7cbf870bbc0e334192f59362df93571ff91063d53df918761322e31d7c6ffa8059d4bc15a
 DIST session-2.4b.tar.gz 21227 BLAKE2B 
7caa73e2783bb871531e0a445fa0a93a6e422b81b5912fba9415eb94baccf8db0732f6cd05e9e3796ba7e9dc6b85e831169862215b14686580b86a613f04d006
 SHA512 
2474c063b07463c09d621d095c46f87256799046a0b5a4e8dba49382e9d7da74579dce725d376b8c32fd0935a519088ec5a401d6ea8062c3fead4e53efa7c5ed

diff --git a/app-emacs/session/session-2.3a.ebuild 
b/app-emacs/session/session-2.3a.ebuild
deleted file mode 100644
index 1652c112653..000
--- a/app-emacs/session/session-2.3a.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit readme.gentoo elisp
-
-DESCRIPTION="When you start Emacs, Session restores various variables from 
your last session"
-HOMEPAGE="http://emacs-session.sourceforge.net/";
-SRC_URI="mirror://sourceforge/emacs-session/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-S="${WORKDIR}/${PN}/lisp"
-SITEFILE="50${PN}-gentoo.el"
-DOCS="../INSTALL ../README ChangeLog"
-DOC_CONTENTS="Add the following to your ~/.emacs to use session:
-   \n\t(require 'session)
-   \n\t(add-hook 'after-init-hook 'session-initialize)"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/psgml/

2019-11-18 Thread Ulrich Müller
commit: 0d46c1c62d1e73ef94c1fb11fdb99ce1d8980e2e
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Nov 18 11:45:36 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Nov 18 11:55:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d46c1c6

app-emacs/psgml: Remoce old.

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

 app-emacs/psgml/Manifest   |  1 -
 app-emacs/psgml/psgml-1.4.0.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/app-emacs/psgml/Manifest b/app-emacs/psgml/Manifest
index c026b891c58..88fc00c63f7 100644
--- a/app-emacs/psgml/Manifest
+++ b/app-emacs/psgml/Manifest
@@ -1,2 +1 @@
-DIST psgml-1.4.0.tar.gz 262246 BLAKE2B 
e888e7e13b39108efd19bbce41f3630015556ca9e5250665456866173302b5388add506694f28a6fa7e4e4572ce4596eec66762650f7203a14d84fcfbcd8ac7f
 SHA512 
99bab6440a0f437009edff6371412c16f47d48c6b1eaa5b894523130e3a8d604ea79dc81f1895ceecd4283d0c7fd908d4e5bdeace63e54b9ac048a80fc0f6f44
 DIST psgml-1.4.1.tar.xz 200512 BLAKE2B 
d2bad3e5e1d9e45f6327c064806a5c9eddc49d513bf04a0017ea3de865c3acbaec8b0b188860b4a6b435097f69e445ac92250b00b339212530cf0a7c8762b907
 SHA512 
bd73668341fc27dc1cecb67e4114bdb728512a35b6c834c5ad57efe4e6f3c5e0f83f9d87c55bb959cd0d9e2ec74d15d0e0ea786095bc834246e0cee646761681

diff --git a/app-emacs/psgml/psgml-1.4.0.ebuild 
b/app-emacs/psgml/psgml-1.4.0.ebuild
deleted file mode 100644
index 4d38464f580..000
--- a/app-emacs/psgml/psgml-1.4.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp
-
-DESCRIPTION="A GNU Emacs Major Mode for editing SGML and XML coded documents"
-HOMEPAGE="https://sourceforge.net/projects/psgml/
-   https://www.emacswiki.org/emacs/PsgmlMode";
-SRC_URI="http://www.fsavigny.de/gpled-software/${P}.tar.gz";
-
-LICENSE="GPL-2+ Texinfo-manual"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-DEPEND="app-text/openjade"
-RDEPEND="${DEPEND}"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-   ${EMACS} ${EMACSFLAGS} --load psgml-maint.el -f psgml-compile-files || 
die
-}
-
-src_install() {
-   elisp-install ${PN} *.el *.elc
-   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-   insinto "${SITEETC}/${PN}"
-   doins *.map
-   doinfo psgml.info psgml-api.info
-   dodoc ChangeLog INSTALL README.psgml psgml.ps
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/initsplit/

2019-11-18 Thread Ulrich Müller
commit: f4982d6870ac47d670a3f1af208aeb85d18cbd2e
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Nov 18 11:50:23 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Nov 18 11:55:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4982d68

app-emacs/initsplit: Remove old.

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

 app-emacs/initsplit/Manifest   |  1 -
 .../initsplit/initsplit-1.7_pre20140203.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/app-emacs/initsplit/Manifest b/app-emacs/initsplit/Manifest
index d93e8728894..485099e62df 100644
--- a/app-emacs/initsplit/Manifest
+++ b/app-emacs/initsplit/Manifest
@@ -1,2 +1 @@
-DIST initsplit-1.7_pre20140203.el.xz 4792 BLAKE2B 
eb853870e9d159129e22e48dd5704b83fe8877933ab68f75127e4c82000b7a2a3b87ccd779f16f2ed2b0407ed6574694e42310fd6195152adb099bfd5c592187
 SHA512 
f2c894bb9d0359b5e95760541feb83f465950de732266059b9498b7ee7361ebb843e0d900fec92fa5e9c37547ea160836b9fc24f64c56083e3ea4416b4b52e50
 DIST initsplit-1.8_pre20160919.tar.gz 5630 BLAKE2B 
6260108c244c1e817da5d3c0414939cb5b1699832d00f606a0c983997b4e6adb7daf4a9e1cc9d66254fe9a324523ceb70c43f0919ac2dd216bac7daa4b80cb43
 SHA512 
56f9d281ba227834f3e527b9ca48d57ffb06f3664ca2f7e1bd1d60a0bd996229ffe7cfd2a05b0530ad67328b4ba25822f39162f0ff9582bd54c8afd2981f750d

diff --git a/app-emacs/initsplit/initsplit-1.7_pre20140203.ebuild 
b/app-emacs/initsplit/initsplit-1.7_pre20140203.ebuild
deleted file mode 100644
index 9638e25e032..000
--- a/app-emacs/initsplit/initsplit-1.7_pre20140203.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit readme.gentoo elisp
-
-DESCRIPTION="Split customizations into different files"
-HOMEPAGE="https://www.emacswiki.org/emacs/InitSplit";
-# taken from https://github.com/dabrahams/${PN}
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-SITEFILE="50${PN}-gentoo.el"
-DOC_CONTENTS="Initsplit is not enabled as a site default. Add the following
-   line to your ~/.emacs file to enable configuration file splitting:
-   \n\t(load \"initsplit\")
-   \n\nIf you want configuration files byte-compiled, also add this line:
-   \n\t(add-hook 'after-save-hook 'initsplit-byte-compile-files t)"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ocaml-mode/

2019-11-18 Thread Ulrich Müller
commit: be61dc3d73158454e71ec763929a3f531ca54bf5
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Nov 18 11:43:25 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Nov 18 11:55:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be61dc3d

app-emacs/ocaml-mode: Remove old.

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

 app-emacs/ocaml-mode/Manifest |  1 -
 app-emacs/ocaml-mode/ocaml-mode-4.00.1.ebuild | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/app-emacs/ocaml-mode/Manifest b/app-emacs/ocaml-mode/Manifest
index a9d4808e3d8..4f263dc5e7d 100644
--- a/app-emacs/ocaml-mode/Manifest
+++ b/app-emacs/ocaml-mode/Manifest
@@ -1,2 +1 @@
-DIST ocaml-4.00.1.tar.bz2 2762205 BLAKE2B 
f9a788eef67158b036ee551360410921beab87f1b01684ca17d5cb87a30cc0cd475ca640fcb284ad88d9054927ae0fd397921574cc9098956d60e80915d4cbb4
 SHA512 
77899430706394af558666361b152d47df3a3e21831059875f8b317d0ff9d1a010177bf1e5851e522e086c20768e92c71344aa53eda0ce003f278752870ab5da
 DIST ocaml-4.05.0.tar.gz 4431750 BLAKE2B 
c2ab003a13e0a581ebd0e1c96eeb8a9baea9bfe6bee08823b0e4541819201ec109f1846e13fc1aefa51a001eefbb8f73320ba854d41975fc68cef41bc75b1ecc
 SHA512 
9a060ae4b741e1687277403e5bdb8f6eda2e2ebf6c45f7c0149b66ea1213cb26d13febfbb3f11c12543e244cfdd053b786b09c4145e2348e5d89a7206f7de225

diff --git a/app-emacs/ocaml-mode/ocaml-mode-4.00.1.ebuild 
b/app-emacs/ocaml-mode/ocaml-mode-4.00.1.ebuild
deleted file mode 100644
index 07f4752a09a..000
--- a/app-emacs/ocaml-mode/ocaml-mode-4.00.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp
-
-MY_P=${P/-mode/}
-DESCRIPTION="Emacs mode for OCaml"
-HOMEPAGE="http://www.ocaml.org/";
-SRC_URI="http://caml.inria.fr/distrib/${MY_P%.*}/${MY_P}.tar.bz2";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
-
-S="${WORKDIR}/${MY_P}/emacs"
-SITEFILE="50${PN}-gentoo-3.12.1.el"
-DOCS="README README.itz"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/csharp-mode/

2019-11-18 Thread Ulrich Müller
commit: 9636f187449b11c9c8dc5531652344250f5b669e
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Nov 18 11:47:37 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Nov 18 11:55:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9636f187

app-emacs/csharp-mode: Remove old.

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

 app-emacs/csharp-mode/Manifest |  1 -
 app-emacs/csharp-mode/csharp-mode-0.9.0.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/app-emacs/csharp-mode/Manifest b/app-emacs/csharp-mode/Manifest
index 33cc7a7f37b..90dabfdb372 100644
--- a/app-emacs/csharp-mode/Manifest
+++ b/app-emacs/csharp-mode/Manifest
@@ -1,2 +1 @@
-DIST csharp-mode-0.9.0.tar.gz 50453 BLAKE2B 
ed4b6ba56a9283687db332749510dcb63cc4bfc35687979cabae48b76d9e36598c88ff43f2920ca5272b56833d5cadd6602b47be21d88a7cd25d6ecb0e748493
 SHA512 
81661d98acdf03e01caf3b9388da8571e78402b8914755b223a38a723457a988201adcaf7b5b825c4e0126ad5e7628063f85dd4e60ee272102a5f1509f9446ef
 DIST csharp-mode-0.9.2.tar.gz 52389 BLAKE2B 
897d8bf3b9e0963647071628af874a77f7181592fe21f2094082c807cb33d26e43825f36cefcd100ad46dea67d217f99ec89e5f3e2c94a639553d7334ff39bc8
 SHA512 
da4e0aff63600c01d1571fea19d7892af1c3bd5366b97a1d9321853db7d52f04431f0c7c16371a0ef0f8296ccbf2baf0890ceb67e48a9159faf6fd6d10cb49ab

diff --git a/app-emacs/csharp-mode/csharp-mode-0.9.0.ebuild 
b/app-emacs/csharp-mode/csharp-mode-0.9.0.ebuild
deleted file mode 100644
index e73197cf3cc..000
--- a/app-emacs/csharp-mode/csharp-mode-0.9.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit elisp
-
-DESCRIPTION="A derived Emacs mode implementing most of the C# rules"
-HOMEPAGE="https://github.com/josteink/csharp-mode";
-SRC_URI="https://github.com/josteink/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_install() {
-   elisp-install ${PN} csharp-mode.el{,c}
-   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-   dodoc README.org
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/matlab/files/, app-emacs/matlab/

2019-11-18 Thread Ulrich Müller
commit: 93818cd5191528a690619afd2c505c9b0e50d706
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Nov 18 11:48:42 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Nov 18 11:55:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93818cd5

app-emacs/matlab: Remove old.

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

 app-emacs/matlab/Manifest|  1 -
 app-emacs/matlab/files/50matlab-gentoo.el|  2 --
 app-emacs/matlab/matlab-3.3.2_pre20130829.ebuild | 18 --
 3 files changed, 21 deletions(-)

diff --git a/app-emacs/matlab/Manifest b/app-emacs/matlab/Manifest
index 99412d58c43..cc425a0621a 100644
--- a/app-emacs/matlab/Manifest
+++ b/app-emacs/matlab/Manifest
@@ -1,2 +1 @@
-DIST matlab-3.3.2_pre20130829.tar.xz 92784 BLAKE2B 
327c1a5126cd3f686b053f404122975578edb92bef53e6c6fadd6ff27873646ab2e15ed5dc3aa34604c052675b9e0f47b82c4c89a72e1de017544a45e826e935
 SHA512 
b549314f71dd876453c395268a0ec1fca8d68ba8ae074ef45d0fb430afbbd6a45bc30a45bdd64be83dd44a0114d7f4ec8ca2f9acb250337fbdc407691d0a2c00
 DIST matlab-3.3.6_pre20191010.tar.xz 111800 BLAKE2B 
e7960f09c51664ca92ee818ab9bbd946123f4527f5a24d31a4236e8cfe534e4cbcdd1cf49539794de79f00c369d3e440465080ab44a20e184b507e860bcf8e0d
 SHA512 
e1997e23693e09cfcc1461c328d70494f9e83c4d034bce983f6065eff4ce3c7c406e4d046c01dc5b31b0dca6c7ade32860504d4d596e04bcf72618dba5c07792

diff --git a/app-emacs/matlab/files/50matlab-gentoo.el 
b/app-emacs/matlab/files/50matlab-gentoo.el
deleted file mode 100644
index f15e838a298..000
--- a/app-emacs/matlab/files/50matlab-gentoo.el
+++ /dev/null
@@ -1,2 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(require 'matlab-load)

diff --git a/app-emacs/matlab/matlab-3.3.2_pre20130829.ebuild 
b/app-emacs/matlab/matlab-3.3.2_pre20130829.ebuild
deleted file mode 100644
index b0363bf6bfc..000
--- a/app-emacs/matlab/matlab-3.3.2_pre20130829.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp
-
-DESCRIPTION="Major modes for MATLAB .m and .tlc files"
-HOMEPAGE="http://matlab-emacs.sourceforge.net/";
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x86-macos"
-
-S="${WORKDIR}/matlab-emacs"
-SITEFILE="50${PN}-gentoo.el"
-DOCS="README INSTALL ChangeLog*"



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

2019-11-18 Thread Lars Wendler
commit: d73bbfed79b5280e0757d8995bfac71753646359
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov 18 11:59:05 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov 18 11:59:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d73bbfed

app-admin/sysklogd: Added main homepage

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

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

diff --git a/app-admin/sysklogd/sysklogd-2.0.ebuild 
b/app-admin/sysklogd/sysklogd-2.0.ebuild
index e3fa8796ba4..237209bfa36 100644
--- a/app-admin/sysklogd/sysklogd-2.0.ebuild
+++ b/app-admin/sysklogd/sysklogd-2.0.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit autotools flag-o-matic systemd toolchain-funcs
 
 DESCRIPTION="Standard log daemons"
-HOMEPAGE="https://github.com/troglobit/sysklogd";
+HOMEPAGE="https://troglobit.com/sysklogd.html 
https://github.com/troglobit/sysklogd";
 SRC_URI="https://github.com/troglobit/sysklogd/releases/download/v$(ver_cut 
1-2)/${P}.tar.gz"
 
 LICENSE="BSD"



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

2019-11-18 Thread Agostino Sarubbo
commit: ec7aa021756ebf41ee01e7dad2111688fc3e9261
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 12:02:34 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 12:02:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7aa021

dev-python/flask-login: amd64 stable wrt bug #700382

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/flask-login/flask-login-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flask-login/flask-login-0.4.1.ebuild 
b/dev-python/flask-login/flask-login-0.4.1.ebuild
index 83dd7384dd4..eb8abe9d663 100644
--- a/dev-python/flask-login/flask-login-0.4.1.ebuild
+++ b/dev-python/flask-login/flask-login-0.4.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/maxcountryman/${PN}/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc test"
 
 RDEPEND=">=dev-python/flask-0.10[${PYTHON_USEDEP}]"



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

2019-11-18 Thread Agostino Sarubbo
commit: 861974fd11a09be3915162778651508ea689263f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 12:02:40 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 12:02:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=861974fd

dev-python/flask-migrate: amd64 stable wrt bug #700382

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/flask-migrate/flask-migrate-2.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flask-migrate/flask-migrate-2.5.2.ebuild 
b/dev-python/flask-migrate/flask-migrate-2.5.2.ebuild
index 8cd9e3848fd..ce7f1917303 100644
--- a/dev-python/flask-migrate/flask-migrate-2.5.2.ebuild
+++ b/dev-python/flask-migrate/flask-migrate-2.5.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND="



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

2019-11-18 Thread Agostino Sarubbo
commit: 966bc8f576e060afac511bd6d5fd520763cfe665
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 12:02:26 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 12:02:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=966bc8f5

dev-python/flask-htmlmin: amd64 stable wrt bug #700382

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/flask-htmlmin/flask-htmlmin-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flask-htmlmin/flask-htmlmin-1.5.0.ebuild 
b/dev-python/flask-htmlmin/flask-htmlmin-1.5.0.ebuild
index 7d47d05704a..4358d687712 100644
--- a/dev-python/flask-htmlmin/flask-htmlmin-1.5.0.ebuild
+++ b/dev-python/flask-htmlmin/flask-htmlmin-1.5.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 LICENSE="BSD"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-db/pgadmin4/

2019-11-18 Thread Agostino Sarubbo
commit: 2d1ba98fdf96dfde25f3db59ec5f06b5489b10d1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 12:02:20 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 12:02:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d1ba98f

dev-db/pgadmin4: amd64 stable wrt bug #700382

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-db/pgadmin4/pgadmin4-4.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/pgadmin4/pgadmin4-4.13.ebuild 
b/dev-db/pgadmin4/pgadmin4-4.13.ebuild
index 52a65026ff9..719fe0bb2fb 100644
--- a/dev-db/pgadmin4/pgadmin4-4.13.ebuild
+++ b/dev-db/pgadmin4/pgadmin4-4.13.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://www.pgadmin.org/";
 
SRC_URI="https://ftp.postgresql.org/pub/pgadmin/${PN}/v${PV}/source/${P}.tar.gz";
 
 LICENSE="POSTGRESQL"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 SLOT="0"
 IUSE="doc"
 



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

2019-11-18 Thread Agostino Sarubbo
commit: f148eb7375bcfe46464a045a69004ef31433c3b5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 12:02:47 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 12:02:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f148eb73

dev-python/psycopg: amd64 stable wrt bug #700382

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/psycopg/psycopg-2.8.3.ebuild 
b/dev-python/psycopg/psycopg-2.8.3.ebuild
index ba4a92de80d..f07576d2e91 100644
--- a/dev-python/psycopg/psycopg-2.8.3.ebuild
+++ b/dev-python/psycopg/psycopg-2.8.3.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="LGPL-3+"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="debug doc"
 
 RDEPEND=">=dev-db/postgresql-8.1:*"



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

2019-11-18 Thread Agostino Sarubbo
commit: 7985fedff8ff869b991add10ef0041807bca670b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 12:03:01 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 12:03:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7985fedf

dev-python/simplejson: amd64 stable wrt bug #700382

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/simplejson/simplejson-3.16.0.ebuild 
b/dev-python/simplejson/simplejson-3.16.0.ebuild
index 291c3847e0b..60523705b0b 100644
--- a/dev-python/simplejson/simplejson-3.16.0.ebuild
+++ b/dev-python/simplejson/simplejson-3.16.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 



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

2019-11-18 Thread Agostino Sarubbo
commit: 0f1ee9d83d15c00a714c75c4c9596f6a0bb1e51b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 12:02:56 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 12:02:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1ee9d8

dev-python/python-dateutil: amd64 stable wrt bug #700382

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/python-dateutil/python-dateutil-2.8.0.ebuild 
b/dev-python/python-dateutil/python-dateutil-2.8.0.ebuild
index 52b8a8decb7..d7ad35a677c 100644
--- a/dev-python/python-dateutil/python-dateutil-2.8.0.ebuild
+++ b/dev-python/python-dateutil/python-dateutil-2.8.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="



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

2019-11-18 Thread Agostino Sarubbo
commit: fa0998c7ed566b181e1351f038f27650e4eec454
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 12:03:08 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 12:03:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa0998c7

dev-python/wtforms: amd64 stable wrt bug #700382

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/wtforms/wtforms-2.2.1.ebuild 
b/dev-python/wtforms/wtforms-2.2.1.ebuild
index 54abdefa4a6..b0e35e7c84d 100644
--- a/dev-python/wtforms/wtforms-2.2.1.ebuild
+++ b/dev-python/wtforms/wtforms-2.2.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc test"
 
 S="${WORKDIR}/${MY_P}"



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

2019-11-18 Thread Agostino Sarubbo
commit: 7386599f00146c801e2c29d8d632ae45c3754bad
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 12:03:13 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 12:03:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7386599f

dev-vcs/tig: amd64 stable wrt bug #700406

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-vcs/tig/tig-2.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/tig/tig-2.4.1.ebuild b/dev-vcs/tig/tig-2.4.1.ebuild
index aa1ad824565..90d7267e6af 100644
--- a/dev-vcs/tig/tig-2.4.1.ebuild
+++ b/dev-vcs/tig/tig-2.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



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

2019-11-18 Thread Agostino Sarubbo
commit: ffd2ec58f9a25480fbaad4ebbcf30ef7a2bf4787
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 12:03:31 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 12:03:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffd2ec58

dev-libs/libtecla: amd64 stable wrt bug #700418

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libtecla/libtecla-1.6.3.ebuild 
b/dev-libs/libtecla/libtecla-1.6.3.ebuild
index 954e62a71a8..75f20887377 100644
--- a/dev-libs/libtecla/libtecla-1.6.3.ebuild
+++ b/dev-libs/libtecla/libtecla-1.6.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://www.astro.caltech.edu/~mcs/tecla/${P}.tar.gz";
 
 LICENSE="icu"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 DEPEND="sys-libs/ncurses:="



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

2019-11-18 Thread Agostino Sarubbo
commit: b49d260a74a585f6467dab2a9ef914422e4808ba
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 12:03:37 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 12:03:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49d260a

dev-libs/libtommath: amd64 stable wrt bug #700422

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libtommath/libtommath-1.1.0.ebuild 
b/dev-libs/libtommath/libtommath-1.1.0.ebuild
index 187678a0c8e..796da598a75 100644
--- a/dev-libs/libtommath/libtommath-1.1.0.ebuild
+++ b/dev-libs/libtommath/libtommath-1.1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/libtom/libtommath/releases/download/v${PV}/ltm-${PV}
 
 LICENSE="WTFPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="doc examples static-libs"
 
 src_prepare() {



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

2019-11-18 Thread Agostino Sarubbo
commit: 6cf5f65eee54883142472abe4f8cc15c0e695379
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 12:03:26 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 12:03:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cf5f65e

net-irc/weechat: amd64 stable wrt bug #700412

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/net-irc/weechat/weechat-2.6.ebuild 
b/net-irc/weechat/weechat-2.6.ebuild
index 024f0d1b0d0..51e73d15feb 100644
--- a/net-irc/weechat/weechat-2.6.ebuild
+++ b/net-irc/weechat/weechat-2.6.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/weechat/weechat.git";
 else
SRC_URI="https://weechat.org/files/src/${P}.tar.xz";
-   KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm ~x86 ~x64-macos"
 fi
 
 DESCRIPTION="Portable and multi-interface IRC client"



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

2019-11-18 Thread Agostino Sarubbo
commit: d25a4448fd70229a1c8ad073ea29db3e67d7af64
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 12:03:18 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 12:03:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d25a4448

app-arch/par2cmdline: amd64 stable wrt bug #700410

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-arch/par2cmdline/par2cmdline-0.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/par2cmdline/par2cmdline-0.8.0.ebuild 
b/app-arch/par2cmdline/par2cmdline-0.8.0.ebuild
index 5dfb2290f55..8084c6df541 100644
--- a/app-arch/par2cmdline/par2cmdline-0.8.0.ebuild
+++ b/app-arch/par2cmdline/par2cmdline-0.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/Parchive/${PN}/releases/download/v${PV}/${P}.tar.bz2
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE="openmp"
 
 DOCS="AUTHORS ChangeLog README" # NEWS is empty, PORTING and ROADMAP are for 
building



[gentoo-commits] repo/gentoo:master commit in: app-editors/emacs-vcs/

2019-11-18 Thread Ulrich Müller
commit: 5d88d9b3360378c6149143cadc5a72e0daaeb585
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Nov 18 12:09:05 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Nov 18 12:09:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d88d9b3

app-editors/emacs-vcs: Remove compatibility code in pkg_preinst.

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

 app-editors/emacs-vcs/emacs-vcs-26.3..ebuild  | 14 ++
 .../emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild| 15 ++-
 app-editors/emacs-vcs/emacs-vcs-27.0..ebuild  | 14 ++
 3 files changed, 6 insertions(+), 37 deletions(-)

diff --git a/app-editors/emacs-vcs/emacs-vcs-26.3..ebuild 
b/app-editors/emacs-vcs/emacs-vcs-26.3..ebuild
index 1b73de9ab19..5d69c80a079 100644
--- a/app-editors/emacs-vcs/emacs-vcs-26.3..ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-26.3..ebuild
@@ -379,18 +379,8 @@ src_install () {
 
 pkg_preinst() {
# move Info dir file to correct name
-   local infodir=/usr/share/info/${EMACS_SUFFIX} f
-   if [[ -f ${ED}${infodir}/dir.orig ]]; then
-   mv "${ED}"${infodir}/dir{.orig,} || die
-   elif [[ -d "${ED}"${infodir} ]]; then
-   # this should not happen in EAPI 4
-   ewarn "Regenerating Info directory index in ${infodir} ..."
-   rm -f "${ED}"${infodir}/dir{,.*}
-   for f in "${ED}"${infodir}/*; do
-   if [[ ${f##*/} != *-[0-9]* && -e ${f} ]]; then
-   install-info --info-dir="${ED}"${infodir} 
"${f}" || die
-   fi
-   done
+   if [[ -d ${ED}/usr/share/info ]]; then
+   mv "${ED}"/usr/share/info/${EMACS_SUFFIX}/dir{.orig,} || die
fi
 }
 

diff --git a/app-editors/emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild 
b/app-editors/emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild
index e4a2a2cd716..9880970c3fc 100644
--- a/app-editors/emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-27.0.50_pre20180831.ebuild
@@ -377,19 +377,8 @@ src_install () {
 
 pkg_preinst() {
# move Info dir file to correct name
-   local infodir=/usr/share/info/${EMACS_SUFFIX} f
-   if [[ -f ${ED}${infodir}/dir.orig ]]; then
-   mv "${ED}"${infodir}/dir{.orig,} || die "moving info dir failed"
-   elif [[ -d "${ED}"${infodir} ]]; then
-   # this should not happen in EAPI 4
-   ewarn "Regenerating Info directory index in ${infodir} ..."
-   rm -f "${ED}"${infodir}/dir{,.*}
-   for f in "${ED}"${infodir}/*; do
-   if [[ ${f##*/} != *-[0-9]* && -e ${f} ]]; then
-   install-info --info-dir="${ED}"${infodir} 
"${f}" \
-   || die "install-info failed"
-   fi
-   done
+   if [[ -d ${ED}/usr/share/info ]]; then
+   mv "${ED}"/usr/share/info/${EMACS_SUFFIX}/dir{.orig,} || die
fi
 }
 

diff --git a/app-editors/emacs-vcs/emacs-vcs-27.0..ebuild 
b/app-editors/emacs-vcs/emacs-vcs-27.0..ebuild
index dc1e3f47c0a..832d7156dc3 100644
--- a/app-editors/emacs-vcs/emacs-vcs-27.0..ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-27.0..ebuild
@@ -386,18 +386,8 @@ src_install () {
 
 pkg_preinst() {
# move Info dir file to correct name
-   local infodir=/usr/share/info/${EMACS_SUFFIX} f
-   if [[ -f ${ED}${infodir}/dir.orig ]]; then
-   mv "${ED}"${infodir}/dir{.orig,} || die
-   elif [[ -d "${ED}"${infodir} ]]; then
-   # this should not happen in EAPI 4
-   ewarn "Regenerating Info directory index in ${infodir} ..."
-   rm -f "${ED}"${infodir}/dir{,.*}
-   for f in "${ED}"${infodir}/*; do
-   if [[ ${f##*/} != *-[0-9]* && -e ${f} ]]; then
-   install-info --info-dir="${ED}"${infodir} 
"${f}" || die
-   fi
-   done
+   if [[ -d ${ED}/usr/share/info ]]; then
+   mv "${ED}"/usr/share/info/${EMACS_SUFFIX}/dir{.orig,} || die
fi
 }
 



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

2019-11-18 Thread Agostino Sarubbo
commit: e834e0c1f6978024277e1d5381e28b9afc511ff8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 12:22:09 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 12:22:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e834e0c1

net-libs/daq: amd64 stable wrt bug #700442

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/daq/daq-2.0.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/daq/daq-2.0.6-r1.ebuild b/net-libs/daq/daq-2.0.6-r1.ebuild
index 749de964a78..b5b208308ff 100644
--- a/net-libs/daq/daq-2.0.6-r1.ebuild
+++ b/net-libs/daq/daq-2.0.6-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://www.snort.org/downloads/snort/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="ipv6 +afpacket +dump +pcap nfq ipq static-libs"
 
 PCAP_DEPEND=">=net-libs/libpcap-1.0.0"



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

2019-11-18 Thread Agostino Sarubbo
commit: aa5be8b055bc8fd87b940f01c1dee4e5d2946f8d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 12:22:24 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 12:22:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5be8b0

sys-process/incron: amd64 stable wrt bug #700450

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-process/incron/incron-0.5.12_p20191114.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/incron/incron-0.5.12_p20191114.ebuild 
b/sys-process/incron/incron-0.5.12_p20191114.ebuild
index 232401e6e4a..13a4306e521 100644
--- a/sys-process/incron/incron-0.5.12_p20191114.ebuild
+++ b/sys-process/incron/incron-0.5.12_p20191114.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/ar-/incron/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 DEPEND=""



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

2019-11-18 Thread Agostino Sarubbo
commit: f6a71daea3e4f7ee53956832eb23507171e2a269
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 12:22:14 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 12:22:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6a71dae

net-libs/libnfsidmap: amd64 stable wrt bug #700444

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/libnfsidmap/libnfsidmap-0.27.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild 
b/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
index 1cfe1e97001..4662e8c50c4 100644
--- a/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
+++ b/net-libs/libnfsidmap/libnfsidmap-0.27.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ 
SRC_URI="https://fedorapeople.org/~steved/${PN}/${PV}/${P}.tar.bz2";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
 IUSE="ldap static-libs"
 
 DEPEND="ldap? ( net-nds/openldap )"



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

2019-11-18 Thread Agostino Sarubbo
commit: d5914b797a63e4fea5490a45f7c3564555c02acd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 12:22:02 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 12:22:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5914b79

dev-libs/libspnav: amd64 stable wrt bug #700438

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libspnav/libspnav-0.2.3.ebuild 
b/dev-libs/libspnav/libspnav-0.2.3.ebuild
index 0cde20cb7aa..3b7e7ce9e4c 100644
--- a/dev-libs/libspnav/libspnav-0.2.3.ebuild
+++ b/dev-libs/libspnav/libspnav-0.2.3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://spacenav.sourceforge.net/";
 
SRC_URI="mirror://sourceforge/project/${MY_PN}/${MY_PN}%20library%20%28SDK%29/${PN}%20${PV}/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 IUSE="X"
 
 CDEPEND="X? ( x11-libs/libX11 )"



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

2019-11-18 Thread Agostino Sarubbo
commit: 49780165d6d54186236967e781c879347ae9308d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 12:21:56 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 12:21:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49780165

app-text/txt2man: amd64 stable wrt bug #700434

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/txt2man/txt2man-1.6.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/txt2man/txt2man-1.6.0.ebuild 
b/app-text/txt2man/txt2man-1.6.0.ebuild
index 52ff0bcf6dc..4ad53416fa1 100644
--- a/app-text/txt2man/txt2man-1.6.0.ebuild
+++ b/app-text/txt2man/txt2man-1.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/mvertes/txt2man/archive/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE=""
 
 RDEPEND="app-shells/bash



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

2019-11-18 Thread Agostino Sarubbo
commit: d8cf14b0facc734660cf0e289feb59c4f7d1b684
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 12:22:19 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 12:22:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8cf14b0

net-libs/libpri: amd64 stable wrt bug #700446

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/libpri/libpri-1.6.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libpri/libpri-1.6.0.ebuild 
b/net-libs/libpri/libpri-1.6.0.ebuild
index 0754bc49ec7..404f96d8dcd 100644
--- a/net-libs/libpri/libpri-1.6.0.ebuild
+++ b/net-libs/libpri/libpri-1.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -14,7 +14,7 @@ 
SRC_URI="http://downloads.asterisk.org/pub/telephony/${PN}/releases/${MY_P}.tar.
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 PATCHES=(



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

2019-11-18 Thread Agostino Sarubbo
commit: 2d083ab891723ca72a1e40e273bfb8dbb96d826b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 12:21:50 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 12:21:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d083ab8

app-text/cedilla: amd64 stable wrt bug #700432

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/cedilla/cedilla-0.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/cedilla/cedilla-0.7.ebuild 
b/app-text/cedilla/cedilla-0.7.ebuild
index d6e687479ec..f5ed3950a73 100644
--- a/app-text/cedilla/cedilla-0.7.ebuild
+++ b/app-text/cedilla/cedilla-0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ DESCRIPTION="UTF-8 to postscript converter"
 HOMEPAGE="http://www.pps.jussieu.fr/~jch/software/cedilla/";
 SRC_URI="http://www.pps.jussieu.fr/~jch/software/files/${P}.tar.gz";
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 SLOT="0"
 LICENSE="GPL-2"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/quack/

2019-11-18 Thread Ulrich Müller
commit: 04cb08324cf5413c70dd3ed8e786973a11276fa3
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Nov 18 12:14:31 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Nov 18 12:31:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04cb0832

app-emacs/quack: Remove old.

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

 app-emacs/quack/Manifest  |  1 -
 app-emacs/quack/quack-0.47.ebuild | 16 
 2 files changed, 17 deletions(-)

diff --git a/app-emacs/quack/Manifest b/app-emacs/quack/Manifest
index 7c305002d1a..cbfd5d176fc 100644
--- a/app-emacs/quack/Manifest
+++ b/app-emacs/quack/Manifest
@@ -1,2 +1 @@
-DIST quack-0.47.el.xz 44508 BLAKE2B 
36b05926e019d191a21bac6e8e0d8f2c0228a4decee807f3ed61b145db56af5bdede43708c5e04d1f65f261b7de645a40a02a95f0300b8673b454293011903e9
 SHA512 
41775f5850518a8738aae9d7185c733ad4d5a778859a9d9a7235c84184fb7b84dd49d37a607291f39fac4ddc1cd507806a01dd19ab3351646ecf35e747feb8ce
 DIST quack-0.48.el.xz 44552 BLAKE2B 
c66cb3053b0ec9b2df6fefb3e383628e5c95a90a489fccd5a759c088e695f50e6ee1f12be213114aee99e91716e5f5549248a4188d85bbbe5546d958677a44d8
 SHA512 
ab6db23645c6c0582cfb9322139dcb2f45662473b1b32cc0eabda3243392e47b19cbba7a2ac3324519e877168e5694bb2d6ea76229a318d9c6c0cba4cc446dc7

diff --git a/app-emacs/quack/quack-0.47.ebuild 
b/app-emacs/quack/quack-0.47.ebuild
deleted file mode 100644
index 2cae951f443..000
--- a/app-emacs/quack/quack-0.47.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp
-
-DESCRIPTION="Enhances Emacs support for Scheme"
-HOMEPAGE="http://www.neilvandyke.org/quack/";
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ruby-mode/

2019-11-18 Thread Ulrich Müller
commit: 3bdf5b4418978407b650d8a65dec0c379735e5fc
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Nov 18 12:22:22 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Nov 18 12:31:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bdf5b44

app-emacs/ruby-mode: Remove old.

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

 app-emacs/ruby-mode/Manifest   |  2 --
 app-emacs/ruby-mode/ruby-mode-2.5.3.ebuild | 18 --
 app-emacs/ruby-mode/ruby-mode-2.6.0.ebuild | 20 
 3 files changed, 40 deletions(-)

diff --git a/app-emacs/ruby-mode/Manifest b/app-emacs/ruby-mode/Manifest
index 8db611a8911..21af8721412 100644
--- a/app-emacs/ruby-mode/Manifest
+++ b/app-emacs/ruby-mode/Manifest
@@ -1,5 +1,3 @@
 DIST ruby-2.4.1.tar.xz 9939188 BLAKE2B 
5be893c8996d17ff333276a772747d3099cec0c41331e1a1916679afc43a8ad5ed99a827bc76b32652ec950eaec933dbe28e1dde313987c2891f258ba7097af7
 SHA512 
e6fd290b6edd166348b70f0f1c56f7ed9d956c4c1eb91d97d0548041ca4196b9b75ec1ad35c745bdbfd4de195899093e7205d7f02b014ecf1c48e6f31cf25903
-DIST ruby-2.5.3.tar.xz 11453336 BLAKE2B 
66c59448a23c22796b43f04a1f84359386b7bee7163da4255426ea75b1c7af0a7a7142991b870a75a72ded56ac49f47c51bc162ebf2be2af0d1b1608b60c02df
 SHA512 
6dcae0e8d0bacdb2cbde636e2030596308b5af53f2eb85d3adccb67b02e6f8f9751e8117d12f8484829fdd9d995f6e327f701d9b433bcf94f1f59d13a1fd7518
 DIST ruby-2.5.5.tar.xz 11459832 BLAKE2B 
ced1105a87e7df8f82a65ca8d1d329d5a9d110d2f3f88b27a79262c4ac1484dda16d8646c0c03f18c1bb25f8b154075eb03a0614355ec62f677c2fa56ab3c956
 SHA512 
06b1d58536ebfacb7b56c1e6ed4b8ab816fadc4f48c845a452554cd262e7908199a30e5793f3cbaec2db56a8803aa5c6089abf7bf06c8fc47867e97870b7dfec
-DIST ruby-mode-2.6.0.tar.gz 28460 BLAKE2B 
15ab0115cc669f31d656a6af03c061699cfd872130ed51240ecbf80fae413b1d2d8ed87ea1515584f276d15ee164a3c14f9138bf5054418419f6c09b2a72e8e4
 SHA512 
bbeaa3ae788ea3a536715dc8dc0b4c82803d0a21ce44ae048a5a1c1e331f8c571980feaf38f42455e2de099210bbd4d6f3e8dc2984d6318a70fe04aa6c0d9520
 DIST ruby-mode-2.6.3.tar.gz 28460 BLAKE2B 
15ab0115cc669f31d656a6af03c061699cfd872130ed51240ecbf80fae413b1d2d8ed87ea1515584f276d15ee164a3c14f9138bf5054418419f6c09b2a72e8e4
 SHA512 
bbeaa3ae788ea3a536715dc8dc0b4c82803d0a21ce44ae048a5a1c1e331f8c571980feaf38f42455e2de099210bbd4d6f3e8dc2984d6318a70fe04aa6c0d9520

diff --git a/app-emacs/ruby-mode/ruby-mode-2.5.3.ebuild 
b/app-emacs/ruby-mode/ruby-mode-2.5.3.ebuild
deleted file mode 100644
index 17e27bf7d62..000
--- a/app-emacs/ruby-mode/ruby-mode-2.5.3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit elisp
-
-DESCRIPTION="Emacs major mode for editing Ruby code"
-HOMEPAGE="https://www.ruby-lang.org/";
-SRC_URI="https://cache.ruby-lang.org/pub/ruby/ruby-${PV}.tar.xz";
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-
-S="${WORKDIR}/ruby-${PV}/misc"
-DOCS="README"
-SITEFILE="50${PN}-gentoo-2.5.0.el"

diff --git a/app-emacs/ruby-mode/ruby-mode-2.6.0.ebuild 
b/app-emacs/ruby-mode/ruby-mode-2.6.0.ebuild
deleted file mode 100644
index 6959b4080a3..000
--- a/app-emacs/ruby-mode/ruby-mode-2.6.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp
-
-COMMIT=75bccbb384e6907df47ab69acdccb4536806c890
-
-DESCRIPTION="Emacs major mode for editing Ruby code"
-HOMEPAGE="https://www.ruby-lang.org/";
-SRC_URI="https://github.com/ruby/elisp/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-
-S="${WORKDIR}/elisp-${COMMIT}"
-DOCS="README"
-SITEFILE="50${PN}-gentoo-2.5.0.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/d-mode/

2019-11-18 Thread Ulrich Müller
commit: 263ca30da12ad5a3438ba552b76d106a99103348
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Nov 18 12:16:20 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Nov 18 12:31:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=263ca30d

app-emacs/d-mode: Remove old.

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

 app-emacs/d-mode/Manifest|  1 -
 app-emacs/d-mode/d-mode-2.0.6.ebuild | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/app-emacs/d-mode/Manifest b/app-emacs/d-mode/Manifest
index 06f155f29a1..82f73c9796c 100644
--- a/app-emacs/d-mode/Manifest
+++ b/app-emacs/d-mode/Manifest
@@ -1,2 +1 @@
 DIST d-mode-2.0.10.tar.gz 22394 BLAKE2B 
16993c1da1b4362df4ef4674f58645da13466d6bf9a6215667a70868be7f6d3f992f0e60d9a3b6c4bcac7c3f4014fa987bfec2f3ee4e1503740efe316f29d249
 SHA512 
510ee3b1c1288b4b6772cdc9c436d691cc4c09fd1337886abe9a8c86e64a6fede3d8e2aaf46e847417cb667d36f9c5db3c446e7f5ca88fe2bc8b8fb80bcd1297
-DIST d-mode-2.0.6.tar.gz 5465 BLAKE2B 
4ccb9341ac25c4856c1dc3ce7a7acc68942fb7ce3dbb6818b2fab6de843b6f6757907e994d2e777d0590b8ae26fbf4483eaa7d1b5e0ab7d635047ced4a276c60
 SHA512 
8706459af61e49b3ca1ef6d4021abff752706b4dca9385c4fbe2b7c29ecb028dc3df558b1e9b3a358e5c38e3d2ab7121505583f95d3afdd9a06bc9449ed678f2

diff --git a/app-emacs/d-mode/d-mode-2.0.6.ebuild 
b/app-emacs/d-mode/d-mode-2.0.6.ebuild
deleted file mode 100644
index 04e0ae831af..000
--- a/app-emacs/d-mode/d-mode-2.0.6.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp
-
-DESCRIPTION="Emacs major mode for editing D code"
-HOMEPAGE="https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode
-   https://www.emacswiki.org/emacs/DMode";
-SRC_URI="https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/Emacs-D-Mode-2.0.6"
-ELISP_PATCHES="${P}-emacs-24.4.patch"
-SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/wgrep/

2019-11-18 Thread Ulrich Müller
commit: 6a6bf46213a95167adb76150fbb1ca962e923e65
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Nov 18 12:19:41 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Nov 18 12:31:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a6bf462

app-emacs/wgrep: Remove old.

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

 app-emacs/wgrep/Manifest|  1 -
 app-emacs/wgrep/wgrep-2.1.10.ebuild | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/app-emacs/wgrep/Manifest b/app-emacs/wgrep/Manifest
index 54fad26724a..bf1f3a4a059 100644
--- a/app-emacs/wgrep/Manifest
+++ b/app-emacs/wgrep/Manifest
@@ -1,2 +1 @@
-DIST wgrep-2.1.10.el.xz 8708 BLAKE2B 
f3881a5b774dd9bad6169f5621d4da4662127892786e708d31815cba2ff2f5a75170863ca5882cef67efb8e27964cab4176eda7c7ca561888edeb590943ae573
 SHA512 
39761964406d3eedca9253f2f29f81dd9ee71c4e049a985c236ada4dd9b70dc553bf1e9e94cb6d3c8749f065146e2759a46a6ac52ed8e5e5f046e196798bc681
 DIST wgrep-2.3.0.tar.gz 16241 BLAKE2B 
83802934b36dfcad17e3486a7405cdd170b20bd6574d92032c92aa2a8ae84a2b6ce47313c8ca70327982bebc4fb78363181c66d1c745d2179ba84fc655c617be
 SHA512 
2f817ef482d8ce98531494a5f19f477d7544bcc8b2747ebe184194a058c6cb26d571ba7de22f7e4307aa110806fa45f683b2363b1520b8fe5edaa05ce5ba8d61

diff --git a/app-emacs/wgrep/wgrep-2.1.10.ebuild 
b/app-emacs/wgrep/wgrep-2.1.10.ebuild
deleted file mode 100644
index 69e3dc867b1..000
--- a/app-emacs/wgrep/wgrep-2.1.10.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit readme.gentoo elisp
-
-DESCRIPTION="Writable grep buffer and apply the changes to files"
-HOMEPAGE="https://github.com/mhayashi1120/Emacs-wgrep";
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz";
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-SITEFILE="50${PN}-gentoo.el"
-DOC_CONTENTS="See commentary in ${SITELISP}/${PN}/wgrep.el for documentation.
-   \n\nTo activate wgrep, add the following line to your ~/.emacs file:
-   \n\t(require 'wgrep)"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/template/

2019-11-18 Thread Ulrich Müller
commit: d3a3331062e105ef26b0d414a0b8da3d53ef11c9
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Nov 18 12:28:45 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Nov 18 12:31:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a33310

app-emacs/template: Remove old.

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

 app-emacs/template/Manifest|  1 -
 app-emacs/template/template-3.1c-r1.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/app-emacs/template/Manifest b/app-emacs/template/Manifest
index 131bffd624a..10da37fa83c 100644
--- a/app-emacs/template/Manifest
+++ b/app-emacs/template/Manifest
@@ -1,2 +1 @@
-DIST template-3.1c.tar.gz 37903 BLAKE2B 
c6bcd602727d6a6bd60c1b26694b98b28f4f7c752c8c31cd2ad9359297265579b1317effadad956e5aba455b22714985367e84f3295528a1dcc09ff50bf9882d
 SHA512 
d9fee39b67ff986d7c2dccbd09af3ce208f0e1a616a406fefefe4a6399f69a3527fa5609e87d41f7ceec5bf95818a62cb8da62994b28945998f8a9074821914c
 DIST template-3.3b.tar.gz 60370 BLAKE2B 
7263faa93dee81f1a5214cebf20bef95dc13a69a8437438849c8377eec784881f952680b4ed52ebf6bbe7dc943a4e77aeb86722772698466aa76506e85ffd146
 SHA512 
7ca098e1be70ed75b78a7d5e0b216c1cf83d6b2873414cbd09af8aca09f275732ab811204094aed25bd03631590df2b9ddf614fc9df9b4e944ca8c62d6364c1c

diff --git a/app-emacs/template/template-3.1c-r1.ebuild 
b/app-emacs/template/template-3.1c-r1.ebuild
deleted file mode 100644
index 4de14534d3c..000
--- a/app-emacs/template/template-3.1c-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp
-
-DESCRIPTION="Use templates, decorate comments, auto-update buffers"
-HOMEPAGE="http://emacs-template.sourceforge.net/";
-SRC_URI="mirror://sourceforge/emacs-template/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/${PN}"
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-   elisp-compile lisp/*.el
-}
-
-src_install() {
-   elisp-install ${PN} lisp/*.{el,elc}
-   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-
-   insinto "${SITEETC}/${PN}"
-   doins -r templates
-   dodoc README lisp/ChangeLog
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/company-mode/

2019-11-18 Thread Ulrich Müller
commit: 8494789c7b24eba9d613f754bb8a8a534feababc
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Nov 18 12:17:34 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Nov 18 12:31:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8494789c

app-emacs/company-mode: Remove old.

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

 app-emacs/company-mode/Manifest|  1 -
 app-emacs/company-mode/company-mode-0.7.ebuild | 38 --
 app-emacs/company-mode/metadata.xml|  4 ---
 3 files changed, 43 deletions(-)

diff --git a/app-emacs/company-mode/Manifest b/app-emacs/company-mode/Manifest
index 2200758ac39..81d7eec2690 100644
--- a/app-emacs/company-mode/Manifest
+++ b/app-emacs/company-mode/Manifest
@@ -1,2 +1 @@
-DIST company-mode-0.7.tar.gz 54670 BLAKE2B 
4b56182d6d37e1c0dd827babf3e5c17c49a2e86959c99aa4dc6832f5003a9c1baf0019c610cf9bd46e6db5f1d68e72381ae22f71afb636873552440c48b218c0
 SHA512 
375c8541a0c5b34fba37ea136c8549e6ec916c238bee8115f036d88f273d6bcb0c0f436a6193d3b4be6528945d8f85c605de8d340e903a9764f5ace664f8cf61
 DIST company-mode-0.9.10.tar.gz 85982 BLAKE2B 
393e8ff31f4a88d1c156418bd0c827572ec078b833e78bd1007779961e9fb852737f12a5c1aeba154ebba53d81058bdc2871f7d0aaa7dd8cb9692461c8fb
 SHA512 
b6571c55bcf68a5e83e7c92c8b53e0ac6b4e84bce1246331a7da4495f4ee5c3ab38035310fd2eb7a87748db1c034996d99c7ead8aa831d552800642b31cf9fe0

diff --git a/app-emacs/company-mode/company-mode-0.7.ebuild 
b/app-emacs/company-mode/company-mode-0.7.ebuild
deleted file mode 100644
index 7b2e2231f50..000
--- a/app-emacs/company-mode/company-mode-0.7.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp
-
-DESCRIPTION="In-buffer completion front-end"
-HOMEPAGE="https://company-mode.github.com/";
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ropemacs"
-RESTRICT="test"
-
-# Note: company-mode supports many backends, and we refrain from including
-# them all in RDEPEND. Only depend on things that are needed at build time.
-DEPEND="ropemacs? ( app-emacs/pymacs )"
-RDEPEND="${DEPEND}
-   ropemacs? ( dev-python/ropemacs )"
-
-SITEFILE="50${PN}-gentoo.el"
-DOCS="README.md NEWS.md"
-
-src_prepare() {
-   # Disable backends that require extra dependencies, unless they are
-   # selected by the respective USE flag
-
-   elog "Removing pysmell backend"
-   rm company-pysmell.el || die
-
-   if ! use ropemacs; then
-   elog "Removing ropemacs backend, as requested by USE=-ropemacs"
-   rm company-ropemacs.el || die
-   fi
-}

diff --git a/app-emacs/company-mode/metadata.xml 
b/app-emacs/company-mode/metadata.xml
index 166418c6cfa..3f2a9553630 100644
--- a/app-emacs/company-mode/metadata.xml
+++ b/app-emacs/company-mode/metadata.xml
@@ -6,10 +6,6 @@
   Gentoo GNU Emacs project
 
 
-
-  Install backend for
-dev-python/ropemacs
-
 
   company-mode/company-mode
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-libvirt-schemas/

2019-11-18 Thread Ulrich Müller
commit: c23227b7075f5d8f9a173da4919bc85460b57cc0
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Nov 18 12:29:46 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Nov 18 12:31:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23227b7

app-emacs/nxml-libvirt-schemas: Remove old.

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

 app-emacs/nxml-libvirt-schemas/Manifest|  1 -
 .../nxml-libvirt-schemas-1.2.1.ebuild  | 54 --
 2 files changed, 55 deletions(-)

diff --git a/app-emacs/nxml-libvirt-schemas/Manifest 
b/app-emacs/nxml-libvirt-schemas/Manifest
index 3f8638db7b3..fb427853a7b 100644
--- a/app-emacs/nxml-libvirt-schemas/Manifest
+++ b/app-emacs/nxml-libvirt-schemas/Manifest
@@ -1,2 +1 @@
-DIST libvirt-1.2.1.tar.gz 27228694 BLAKE2B 
5552508f87bddbd8d2dd65a37298f7f7e7238a7ac5aeef878bd8b3c6d5ecab8f2cf6fb94c8d520312b6c6399f1e663f8d68febf2badd544020635df841f5488f
 SHA512 
6184840623156ca01ee7f59078ebf031bc84c25b37bb110372c7bcf230a79b74e267475f989fb73db5e3c096dcc74f03cb30adfc5de022f756ed2cd6ab05bfd0
 DIST libvirt-5.8.0.tar.xz 13129328 BLAKE2B 
ff49b0b6dca86f35c68edfb880677c88e0aed8021ed01ebd145922821914edd70c355ca777fe470e2b0e4baf36f2813c1100be9377344f81c9df374068307da1
 SHA512 
73d18fdf307b8029921a9f1a0c84ca31c50c662a3c0339e3850d6d2f31574168807a6f34943b286ed86a44031decbbc1339f27366da7269e29d38c7094503113

diff --git a/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-1.2.1.ebuild 
b/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-1.2.1.ebuild
deleted file mode 100644
index 7c423e6fa2e..000
--- a/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-1.2.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-#BACKPORTS=
-
-inherit elisp eutils
-
-MY_P="libvirt-${PV/_rc/-rc}"
-
-DESCRIPTION="Extension for nxml-mode with libvirt schemas"
-HOMEPAGE="http://www.libvirt.org/";
-SRC_URI="http://libvirt.org/sources/${MY_P}.tar.gz
-   ${BACKPORTS:+mirror://gentoo/${MY_P}-backports-${BACKPORTS}.tar.bz2}"
-
-# This is the license of the package, but the schema files are
-# provided without license, maybe it's bad.
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# Yes this requires Java, but I'd rather not repackage this, if you
-# know something better in C, I'll be glad to use that.
-DEPEND="app-text/trang"
-RDEPEND=""
-
-SITEFILE="60${PN}-gentoo.el"
-S="${WORKDIR}/${MY_P%-rc*}"
-
-src_prepare() {
-   if [[ -d "${WORKDIR}/patches" ]]; then
-   EPATCH_SUFFIX="patch" \
-   EPATCH_FORCE="yes" \
-   EPATCH_SOURCE="${WORKDIR}/patches" \
-   epatch
-   fi
-}
-
-src_compile() {
-   emake -C docs/schemas -f "${FILESDIR}/Makefile-trang"
-}
-
-src_test() {
-   # No we don't need tests here... trang will take care of checking
-   # the well-formedness of the schema files for us
-   :
-}
-
-src_install() {
-   insinto ${SITEETC}/${PN}
-   doins "${FILESDIR}/schemas.xml" docs/schemas/*.rnc
-   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-}



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

2019-11-18 Thread Lars Wendler
commit: 81b5d7628b70b63a9b5743e7ac2437d1c1a30822
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov 18 13:14:12 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov 18 13:17:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b5d762

x11-wm/icewm: Revbump for massive dependencies overhaul

Thanks-to: Yury Martynov  linxon.ru>
Bug: https://bugs.gentoo.org/700474
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Lars Wendler  gentoo.org>

 .../{icewm-1.6.2.ebuild => icewm-1.6.2-r1.ebuild}  | 33 --
 x11-wm/icewm/metadata.xml  |  3 ++
 2 files changed, 28 insertions(+), 8 deletions(-)

diff --git a/x11-wm/icewm/icewm-1.6.2.ebuild 
b/x11-wm/icewm/icewm-1.6.2-r1.ebuild
similarity index 81%
rename from x11-wm/icewm/icewm-1.6.2.ebuild
rename to x11-wm/icewm/icewm-1.6.2-r1.ebuild
index 869277de7f9..4c87bc3f612 100644
--- a/x11-wm/icewm/icewm-1.6.2.ebuild
+++ b/x11-wm/icewm/icewm-1.6.2-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/ice-wm/icewm/releases/download/${PV}/${P}.tar.lz";
 
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="+alsa ao bidi debug nls truetype uclibc xinerama"
+IUSE="+alsa ao bidi debug +gdk-pixbuf nls truetype uclibc xinerama"
 
 # Tests broken in all versions, patches welcome, bug #323907, #389533
 RESTRICT="test"
@@ -22,15 +22,25 @@ REQUIRED_USE="|| ( alsa ao )"
 #fix for icewm preversion package names
 S="${WORKDIR}/${P/_}"
 
-RDEPEND="
+# These are the core dependencies of icewm.
+# Look into configure.ac and search for PKG_CHECK_MODULES([CORE]
+CORE_DEPEND="
media-libs/fontconfig
-   x11-libs/gdk-pixbuf:2[X]
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrender
+"
+
+RDEPEND="
+   ${CORE_DEPEND}
x11-libs/libICE
x11-libs/libSM
-   x11-libs/libX11
x11-libs/libXft
+   x11-libs/libXpm
x11-libs/libXrandr
-   x11-libs/libXrender
alsa? (
media-libs/alsa-lib
media-libs/libsndfile[alsa]
@@ -40,15 +50,22 @@ RDEPEND="
media-libs/libsndfile
)
bidi? ( dev-libs/fribidi )
-   truetype? ( x11-libs/libXext )
+   gdk-pixbuf? (
+   x11-libs/gdk-pixbuf:2[X]
+   )
+   !gdk-pixbuf? (
+   media-libs/libpng:0=
+   virtual/jpeg
+   )
xinerama? ( x11-libs/libXinerama )
 "
 DEPEND="
${RDEPEND}
$(unpacker_src_uri_depends)
+   dev-libs/glib:2
gnome-base/librsvg
x11-base/xorg-proto
-   truetype? ( >=media-libs/freetype-2.0.9 )
+   gdk-pixbuf? ( gnome-base/librsvg:2 )
 "
 
 BDEPEND="
@@ -76,7 +93,6 @@ src_configure() {
fi
 
local myconf=(
-   --enable-gdk-pixbuf
--enable-logevents
--enable-xrandr
--with-cfgdir=/etc/icewm
@@ -85,6 +101,7 @@ src_configure() {
--with-libdir=/usr/share/icewm
$(use_enable bidi fribidi)
$(use_enable debug)
+   $(use_enable gdk-pixbuf)
$(use_enable nls i18n)
$(use_enable nls)
$(use_enable xinerama)

diff --git a/x11-wm/icewm/metadata.xml b/x11-wm/icewm/metadata.xml
index 43abc08bd4b..7b0cfd7e082 100644
--- a/x11-wm/icewm/metadata.xml
+++ b/x11-wm/icewm/metadata.xml
@@ -5,6 +5,9 @@
polynomia...@gentoo.org
Lars Wendler

+   
+   Enable gdk-pixbuf rendering
+   

IceWM is a window manager designed for speed, usability, and 
consistency.
It is able to emulate the looks of Motif, OS/2, and Windows, 
and allows you



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

2019-11-18 Thread Lars Wendler
commit: ea695b6321788c198ebf90f7aab8c8dd7ec37087
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov 18 13:15:52 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov 18 13:17:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea695b63

x11-wm/icewm: Removed old

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

 x11-wm/icewm/Manifest   |   1 -
 x11-wm/icewm/icewm-1.6.1.ebuild | 120 
 2 files changed, 121 deletions(-)

diff --git a/x11-wm/icewm/Manifest b/x11-wm/icewm/Manifest
index 9473a5345a2..13bf1289324 100644
--- a/x11-wm/icewm/Manifest
+++ b/x11-wm/icewm/Manifest
@@ -1,3 +1,2 @@
 DIST icewm-1.5.5.tar.xz 1707656 BLAKE2B 
670ab4d1c1648faa24c848ddb04f3e353a3acd8e9a105837229d00ca344a61b3432d7b23b89dc054e220797cfd56d6504ad233d8793a3a5d95d9943c79017797
 SHA512 
5d75d33bf6e45ea0b46ace5173d825e9d1a12318cf7a5319b20ea704b019f6c09391f0f199b0fac678ba0f160d8236fc1cfee5d3b47d1895b7ba3721ff62a05e
-DIST icewm-1.6.1.tar.lz 1651274 BLAKE2B 
85c3bda7bacf8f2e1e6ed250fc1b66d151bb030118c56300fc2ce9ad1a54c8693c3e0f83c81cec1f1878f0c0b300c25ac78bdb6440e235877a18586e07601de3
 SHA512 
dfc221d9afa6c7949dda983c06bdac5527f8cdb93dd20babdc1de75a7ab6cf9b3b1fe8e8d617cb70bd93ebe9aec70ac419d915b76b564b31dbec42b57d6f6011
 DIST icewm-1.6.2.tar.lz 1673647 BLAKE2B 
006424aa005483b85ca36bd4447ce814ca81cd7243fc8045242a02355c2b35e9cbf6de0f1225d9b5e7685aca2961a731f060f7442250ef4f1527594233e8eac8
 SHA512 
0da78b9caf5cbbd8f944b4c89a15cb8b0e998de2075b09f65338d23027cbf024bbb9cfe9fffbe5d9606f11832090cb6552be2693cca5a62c011024f36ec1a0f9

diff --git a/x11-wm/icewm/icewm-1.6.1.ebuild b/x11-wm/icewm/icewm-1.6.1.ebuild
deleted file mode 100644
index 869277de7f9..000
--- a/x11-wm/icewm/icewm-1.6.1.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools unpacker
-
-DESCRIPTION="Ice Window Manager with Themes"
-HOMEPAGE="https://ice-wm.org/ https://github.com/ice-wm/icewm";
-LICENSE="GPL-2"
-SRC_URI="https://github.com/ice-wm/icewm/releases/download/${PV}/${P}.tar.lz";
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="+alsa ao bidi debug nls truetype uclibc xinerama"
-
-# Tests broken in all versions, patches welcome, bug #323907, #389533
-RESTRICT="test"
-
-REQUIRED_USE="|| ( alsa ao )"
-
-#fix for icewm preversion package names
-S="${WORKDIR}/${P/_}"
-
-RDEPEND="
-   media-libs/fontconfig
-   x11-libs/gdk-pixbuf:2[X]
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXft
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   alsa? (
-   media-libs/alsa-lib
-   media-libs/libsndfile[alsa]
-   )
-   ao? (
-   media-libs/libao
-   media-libs/libsndfile
-   )
-   bidi? ( dev-libs/fribidi )
-   truetype? ( x11-libs/libXext )
-   xinerama? ( x11-libs/libXinerama )
-"
-DEPEND="
-   ${RDEPEND}
-   $(unpacker_src_uri_depends)
-   gnome-base/librsvg
-   x11-base/xorg-proto
-   truetype? ( >=media-libs/freetype-2.0.9 )
-"
-
-BDEPEND="
-   app-text/asciidoc
-   virtual/pkgconfig
-   nls? ( >=sys-devel/gettext-0.19.6 )
-"
-
-src_prepare() {
-   # Fix bug #486710 - TODO: Still needed?
-   #use uclibc && PATCHES+=( "${FILESDIR}/${PN}-1.3.8-uclibc.patch" )
-
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local icesound
-   if use alsa && use ao ; then
-   icesound="alsa,ao"
-   elif use alsa ; then
-   icesound="alsa"
-   elif use ao ; then
-   icesound="ao"
-   fi
-
-   local myconf=(
-   --enable-gdk-pixbuf
-   --enable-logevents
-   --enable-xrandr
-   --with-cfgdir=/etc/icewm
-   --with-docdir=/usr/share/doc/${PF}/html
-   --with-icesound="${icesound}"
-   --with-libdir=/usr/share/icewm
-   $(use_enable bidi fribidi)
-   $(use_enable debug)
-   $(use_enable nls i18n)
-   $(use_enable nls)
-   $(use_enable xinerama)
-   )
-   if use truetype ; then
-   myconf+=(
-   --enable-shape
-   )
-   else
-   myconf+=(
-   --disable-xfreetype
-   --enable-corefonts
-   )
-   fi
-
-   econf "${myconf[@]}"
-
-   sed -i "s:/icewm-\$(VERSION)::" src/Makefile || die
-   sed -i "s:ungif:gif:" src/Makefile || die "libungif fix failed"
-}
-
-src_install(){
-   local DOCS=( AUTHORS ChangeLog NEWS README.md TODO VERSION )
-
-   default
-
-   docinto html
-   dodoc doc/icewm.html
-   dodoc man/*.html
-
-   exeinto /etc/X11/Sessions
-   doexe "${FILESDIR}/icewm"
-}



[gentoo-commits] proj/releng:master commit in: tools-uclibc/portage.ppc.hardened/savedconfig/sys-libs/, ...

2019-11-18 Thread Anthony G. Basile
commit: 570dfaf95caec7a7e3ab9a5fcb43b2d3b0c14e01
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Nov 18 13:37:15 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Nov 18 13:37:15 2019 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=570dfaf9

tools-uclibc: update configs for ppc

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

 tools-uclibc/portage.ppc.hardened/savedconfig/sys-libs/uclibc-ng | 2 +-
 tools-uclibc/portage.ppc.vanilla/savedconfig/sys-libs/uclibc-ng  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools-uclibc/portage.ppc.hardened/savedconfig/sys-libs/uclibc-ng 
b/tools-uclibc/portage.ppc.hardened/savedconfig/sys-libs/uclibc-ng
index f9af834b..ec15b279 100644
--- a/tools-uclibc/portage.ppc.hardened/savedconfig/sys-libs/uclibc-ng
+++ b/tools-uclibc/portage.ppc.hardened/savedconfig/sys-libs/uclibc-ng
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# uClibc-ng 0.1.0.31 C Library Configuration
+# uClibc-ng 0.1.0.32 C Library Configuration
 #
 # TARGET_aarch64 is not set
 # TARGET_alpha is not set

diff --git a/tools-uclibc/portage.ppc.vanilla/savedconfig/sys-libs/uclibc-ng 
b/tools-uclibc/portage.ppc.vanilla/savedconfig/sys-libs/uclibc-ng
index f9af834b..ec15b279 100644
--- a/tools-uclibc/portage.ppc.vanilla/savedconfig/sys-libs/uclibc-ng
+++ b/tools-uclibc/portage.ppc.vanilla/savedconfig/sys-libs/uclibc-ng
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# uClibc-ng 0.1.0.31 C Library Configuration
+# uClibc-ng 0.1.0.32 C Library Configuration
 #
 # TARGET_aarch64 is not set
 # TARGET_alpha is not set



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

2019-11-18 Thread Anthony G. Basile
commit: 62ae8449047e8efcb669eb6d4602f2ae5073d7f8
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Nov 18 13:38:32 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Nov 18 13:38:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ae8449

sys-libs/uclibc-ng: 1.0.32 stable on ppc

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

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

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



[gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb/

2019-11-18 Thread Agostino Sarubbo
commit: 38310333477bc20e5b14192e6e1c48c869e7a8bd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 13:40:47 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 13:40:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38310333

dev-db/mariadb: amd64 stable wrt bug #699874

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-db/mariadb/mariadb-10.1.43.ebuild | 2 +-
 dev-db/mariadb/mariadb-10.2.29.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/mariadb/mariadb-10.1.43.ebuild 
b/dev-db/mariadb/mariadb-10.1.43.ebuild
index e900614ec03..3965dfd6c7c 100644
--- a/dev-db/mariadb/mariadb-10.1.43.ebuild
+++ b/dev-db/mariadb/mariadb-10.1.43.ebuild
@@ -40,7 +40,7 @@ REQUIRED_USE="jdbc? ( extraengine server !static )
?? ( tcmalloc jemalloc )
static? ( yassl !pam )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 
 # Shorten the path because the socket path length must be shorter than 107 
chars
 # and we will run a mysql server during test phase

diff --git a/dev-db/mariadb/mariadb-10.2.29.ebuild 
b/dev-db/mariadb/mariadb-10.2.29.ebuild
index df420dcf743..2cf67ae79d6 100644
--- a/dev-db/mariadb/mariadb-10.2.29.ebuild
+++ b/dev-db/mariadb/mariadb-10.2.29.ebuild
@@ -42,7 +42,7 @@ REQUIRED_USE="jdbc? ( extraengine server !static )
?? ( tcmalloc jemalloc )
static? ( yassl !pam )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 
 # Shorten the path because the socket path length must be shorter than 107 
chars
 # and we will run a mysql server during test phase



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

2019-11-18 Thread Agostino Sarubbo
commit: 3a7b24d001b9bc325c8e694a8927ebb6823cf0e2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 14:29:04 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 14:29:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a7b24d0

media-libs/freeglut: amd64 stable wrt bug #700310

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-libs/freeglut/freeglut-3.2.1.ebuild 
b/media-libs/freeglut/freeglut-3.2.1.ebuild
index a696fe8a8fd..d65d410b076 100644
--- a/media-libs/freeglut/freeglut-3.2.1.ebuild
+++ b/media-libs/freeglut/freeglut-3.2.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="debug static-libs"
 
 # enabling GLES support seems to cause build failures



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/

2019-11-18 Thread Agostino Sarubbo
commit: c24992ba192c5760556a0df04d19e91eb90d33ae
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 14:29:23 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 14:29:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c24992ba

x11-drivers/xf86-video-ati: amd64 stable wrt bug #700310

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild 
b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
index 2aab4b2d729..0d25daa1918 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
@@ -9,7 +9,7 @@ inherit linux-info xorg-3
 if [[ ${PV} == * ]]; then
SRC_URI=""
 else
-   KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 DESCRIPTION="ATI video driver"



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

2019-11-18 Thread Agostino Sarubbo
commit: d4df5028ab1ec745a57aa198dbbe8f13fc3c9476
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 14:29:48 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 14:29:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4df5028

x11-misc/xkeyboard-config: amd64 stable wrt bug #700310

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-misc/xkeyboard-config/xkeyboard-config-2.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.28.ebuild 
b/x11-misc/xkeyboard-config/xkeyboard-config-2.28.ebuild
index d2d56f95cc3..8ad7b20bb1e 100644
--- a/x11-misc/xkeyboard-config/xkeyboard-config-2.28.ebuild
+++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.28.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
LIVE_DEPEND=">=x11-misc/util-macros-1.18"
 else
SRC_URI="https://www.x.org/releases/individual/data/${PN}/${P}.tar.bz2";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 fi
 
 LICENSE="MIT"



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

2019-11-18 Thread Agostino Sarubbo
commit: 89d6bc32b540afa5e3201134eb99e9a623499a64
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 14:28:59 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 14:28:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d6bc32

dev-libs/libinput: amd64 stable wrt bug #700310

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libinput/libinput-1.14.3.ebuild 
b/dev-libs/libinput/libinput-1.14.3.ebuild
index c6c5651aad4..285d3d51acc 100644
--- a/dev-libs/libinput/libinput-1.14.3.ebuild
+++ b/dev-libs/libinput/libinput-1.14.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz";
 
 LICENSE="MIT"
 SLOT="0/10"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="doc input_devices_wacom"
 # Tests require write access to udev rules directory which is a no-no for live 
system.
 # Other tests are just about logs, exported symbols and autotest of the test 
library.



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

2019-11-18 Thread Agostino Sarubbo
commit: 6bbf6bcd9c973d953f99d0081af63f1ea53e410a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 14:29:43 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 14:29:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bbf6bcd

x11-libs/libxkbcommon: amd64 stable wrt bug #700310

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-libs/libxkbcommon/libxkbcommon-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.9.1.ebuild 
b/x11-libs/libxkbcommon/libxkbcommon-0.9.1.ebuild
index be655c7b43b..1b5cedadd0a 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-0.9.1.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.9.1.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/xkbcommon/${PN}";
 else
SRC_URI="https://xkbcommon.org/download/${P}.tar.xz";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
 fi
 
 inherit meson multilib-minimal ${GIT_ECLASS}



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

2019-11-18 Thread Jeroen Roovers
commit: c3d266ff9f3647b894772a8610907475d3cb539b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov 18 14:28:21 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov 18 14:30:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d266ff

arch/hppa/use.mask: Unmask USE=seccomp

Signed-off-by: Jeroen Roovers  gentoo.org>

 profiles/arch/hppa/use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask
index 12eaca127e4..9c9ea506f8e 100644
--- a/profiles/arch/hppa/use.mask
+++ b/profiles/arch/hppa/use.mask
@@ -78,10 +78,6 @@ clang
 # dev-lang/luajit has not been ported to HPPA
 luajit
 
-# Jeroen Roovers  (2014-09-30)
-# sys-libs/libseccomp has not been ported to HPPA (bug #524148)
-seccomp
-
 # Jeroen Roovers  (2014-09-19)
 # >=net-libs/libgadu-1.12.0 (bug #519854) requires dev-libs/protobuf-c (bug 
#519772)
 gadu



  1   2   3   >