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

2020-01-19 Thread Sergei Trofimovich
commit: f4d1633bcd4088fe93ceb86d83756425543ad623
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 20 07:51:54 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 20 07:52:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4d1633b

app-misc/mc: destabilize alpha to ~alpha

Bug: https://bugs.gentoo.org/693914
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-misc/mc/mc-4.8.22.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/mc/mc-4.8.22.ebuild b/app-misc/mc/mc-4.8.22.ebuild
index 256d07fc143..5f959e6ff92 100644
--- a/app-misc/mc/mc-4.8.22.ebuild
+++ b/app-misc/mc/mc-4.8.22.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="http://ftp.midnight-commander.org/${MY_P}.tar.xz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x86-solaris"
 IUSE="+edit gpm nls samba sftp +slang spell test unicode X +xdg"
 
 REQUIRED_USE="spell? ( edit )"



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

2020-01-19 Thread Sergei Trofimovich
commit: 2c1d80f0e7adc3c0a523db9bfe63ab2ad94cce5a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 20 07:49:55 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 20 07:52:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c1d80f0

app-misc/mc: bump up to 4.8.24

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

 app-misc/mc/Manifest |   1 +
 app-misc/mc/mc-4.8.24.ebuild | 108 +++
 2 files changed, 109 insertions(+)

diff --git a/app-misc/mc/Manifest b/app-misc/mc/Manifest
index e921d36443b..48e47aaf077 100644
--- a/app-misc/mc/Manifest
+++ b/app-misc/mc/Manifest
@@ -1,2 +1,3 @@
 DIST mc-4.8.22.tar.xz 2538524 BLAKE2B 
f7839177dfb02d5b56d6a4ae1f045f7bc501b70fc845efaa6d45ef8e432ec680e51e4530aa5aa25c33ad339171d1ff435f6a1c5dbc5ac150053c64101b7a5c30
 SHA512 
834d467a4561fe4361bbde61be2c9ded95ade2a89855d953f58b7bfeb21297a3d6ebf674e72ac665b1794e0cbc8da752bc14fb37b129ff870856b339091f6bed
 DIST mc-4.8.23.tar.xz 2552944 BLAKE2B 
f246f30d852f93ac96f81ec7a933a1bcd86ff3bfa040a0fa1cb32c14d781f77df34452e4dd94f0846e379d91a648cd417241e4660930a9c90defe58cb19d1cee
 SHA512 
e51c7f926d296280a57a8ecb5f4b296a850022b7ab9beaba89f5cb7554d8fc3e13c73b8571f78c3162ee85df88f7f46d07c9c893156cda4d1377a01071cdd1c6
+DIST mc-4.8.24.tar.xz 2434988 BLAKE2B 
18bd730d5bfbad19fa5e70fb578cf587a3df8da33885543b3d316548ac0d29bd67e4683d32b2751471e148e89390c7658edb622fd741eae054b7fae774996b60
 SHA512 
ec9e40198455e7001bb1d06ea060b9b4c32ad3a3750d0cc9bac334b53eb666df1746335bfcd411213fa4386b23e516f6026fe3d74ad9119b2340b26c63ccd4fc

diff --git a/app-misc/mc/mc-4.8.24.ebuild b/app-misc/mc/mc-4.8.24.ebuild
new file mode 100644
index 000..679bc5a975b
--- /dev/null
+++ b/app-misc/mc/mc-4.8.24.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic
+
+MY_P=${P/_/-}
+
+DESCRIPTION="GNU Midnight Commander is a text based file manager"
+HOMEPAGE="https://www.midnight-commander.org;
+SRC_URI="http://ftp.midnight-commander.org/${MY_P}.tar.xz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x86-solaris"
+IUSE="+edit gpm nls samba sftp +slang spell test unicode X +xdg"
+
+REQUIRED_USE="spell? ( edit )"
+
+RDEPEND=">=dev-libs/glib-2.26.0:2
+   gpm? ( sys-libs/gpm )
+   kernel_linux? ( sys-fs/e2fsprogs )
+   samba? ( net-fs/samba )
+   sftp? ( net-libs/libssh2 )
+   slang? ( >=sys-libs/slang-2 )
+   !slang? ( sys-libs/ncurses:0=[unicode?] )
+   spell? ( app-text/aspell )
+   X? ( x11-libs/libX11
+   x11-libs/libICE
+   x11-libs/libXau
+   x11-libs/libXdmcp
+   x11-libs/libSM )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+   test? ( dev-libs/check )
+   "
+
+RESTRICT="!test? ( test )"
+
+S=${WORKDIR}/${MY_P}
+
+pkg_pretend() {
+   if use slang && use unicode ; then
+   ewarn "\"unicode\" USE flag only takes effect when the 
\"slang\" USE flag is disabled."
+   fi
+}
+
+src_configure() {
+   [[ ${CHOST} == *-solaris* ]] && append-ldflags "-lnsl -lsocket"
+
+   local myeconfargs=(
+   --disable-dependency-tracking
+   --disable-silent-rules
+   --enable-charset
+   --enable-vfs
+   --with-homedir=$(usex xdg 'XDG' '.mc')
+   --with-screen=$(usex slang 'slang' "ncurses$(usex unicode 'w' 
'')")
+   $(use_enable kernel_linux vfs-undelfs)
+   # Today mclib does not expose any headers and is linked to
+   # single 'mc' binary. Thus there is no advantage of having
+   # a library. Let's avoid shared library altogether
+   # as it also conflicts with sci-libs/mc: bug #685938
+   --disable-mclib
+   $(use_enable nls)
+   $(use_enable samba vfs-smb)
+   $(use_enable sftp vfs-sftp)
+   $(use_enable spell aspell)
+   $(use_enable test tests)
+   $(use_with gpm gpm-mouse)
+   $(use_with X x)
+   $(use_with edit internal-edit)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_test() {
+   # CK_FORK=no to avoid using fork() in check library
+   # as mc mocks fork() itself: bug #644462.
+   #
+   # VERBOSE=1 to make test failures contain detailed
+   # information.
+   CK_FORK=no emake check VERBOSE=1
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc AUTHORS README NEWS
+
+   # fix bug #334383
+   if use kernel_linux && [[ ${EUID} == 0 ]] ; then
+   fowners root:tty 

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

2020-01-19 Thread Sergei Trofimovich
commit: 92221f67d68688c99091f6b233d0c65c9b3692db
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 20 07:52:20 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 20 07:52:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92221f67

app-misc/mc: drop old

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

 app-misc/mc/Manifest |   1 -
 app-misc/mc/mc-4.8.22.ebuild | 108 ---
 2 files changed, 109 deletions(-)

diff --git a/app-misc/mc/Manifest b/app-misc/mc/Manifest
index 48e47aaf077..7975a3d8d7e 100644
--- a/app-misc/mc/Manifest
+++ b/app-misc/mc/Manifest
@@ -1,3 +1,2 @@
-DIST mc-4.8.22.tar.xz 2538524 BLAKE2B 
f7839177dfb02d5b56d6a4ae1f045f7bc501b70fc845efaa6d45ef8e432ec680e51e4530aa5aa25c33ad339171d1ff435f6a1c5dbc5ac150053c64101b7a5c30
 SHA512 
834d467a4561fe4361bbde61be2c9ded95ade2a89855d953f58b7bfeb21297a3d6ebf674e72ac665b1794e0cbc8da752bc14fb37b129ff870856b339091f6bed
 DIST mc-4.8.23.tar.xz 2552944 BLAKE2B 
f246f30d852f93ac96f81ec7a933a1bcd86ff3bfa040a0fa1cb32c14d781f77df34452e4dd94f0846e379d91a648cd417241e4660930a9c90defe58cb19d1cee
 SHA512 
e51c7f926d296280a57a8ecb5f4b296a850022b7ab9beaba89f5cb7554d8fc3e13c73b8571f78c3162ee85df88f7f46d07c9c893156cda4d1377a01071cdd1c6
 DIST mc-4.8.24.tar.xz 2434988 BLAKE2B 
18bd730d5bfbad19fa5e70fb578cf587a3df8da33885543b3d316548ac0d29bd67e4683d32b2751471e148e89390c7658edb622fd741eae054b7fae774996b60
 SHA512 
ec9e40198455e7001bb1d06ea060b9b4c32ad3a3750d0cc9bac334b53eb666df1746335bfcd411213fa4386b23e516f6026fe3d74ad9119b2340b26c63ccd4fc

diff --git a/app-misc/mc/mc-4.8.22.ebuild b/app-misc/mc/mc-4.8.22.ebuild
deleted file mode 100644
index 5f959e6ff92..000
--- a/app-misc/mc/mc-4.8.22.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic
-
-MY_P=${P/_/-}
-
-DESCRIPTION="GNU Midnight Commander is a text based file manager"
-HOMEPAGE="https://www.midnight-commander.org;
-SRC_URI="http://ftp.midnight-commander.org/${MY_P}.tar.xz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x86-solaris"
-IUSE="+edit gpm nls samba sftp +slang spell test unicode X +xdg"
-
-REQUIRED_USE="spell? ( edit )"
-
-RDEPEND=">=dev-libs/glib-2.26.0:2
-   gpm? ( sys-libs/gpm )
-   kernel_linux? ( sys-fs/e2fsprogs )
-   samba? ( net-fs/samba )
-   sftp? ( net-libs/libssh2 )
-   slang? ( >=sys-libs/slang-2 )
-   !slang? ( sys-libs/ncurses:0=[unicode?] )
-   spell? ( app-text/aspell )
-   X? ( x11-libs/libX11
-   x11-libs/libICE
-   x11-libs/libXau
-   x11-libs/libXdmcp
-   x11-libs/libSM )"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-   test? ( dev-libs/check )
-   "
-
-RESTRICT="!test? ( test )"
-
-S=${WORKDIR}/${MY_P}
-
-pkg_pretend() {
-   if use slang && use unicode ; then
-   ewarn "\"unicode\" USE flag only takes effect when the 
\"slang\" USE flag is disabled."
-   fi
-}
-
-src_configure() {
-   [[ ${CHOST} == *-solaris* ]] && append-ldflags "-lnsl -lsocket"
-
-   local myeconfargs=(
-   --disable-dependency-tracking
-   --disable-silent-rules
-   --enable-charset
-   --enable-vfs
-   --with-homedir=$(usex xdg 'XDG' '.mc')
-   --with-screen=$(usex slang 'slang' "ncurses$(usex unicode 'w' 
'')")
-   $(use_enable kernel_linux vfs-undelfs)
-   # Today mclib does not expose any headers and is linked to
-   # single 'mc' binary. Thus there is no advantage of having
-   # a library. Let's avoid shared library altogether
-   # as it also conflicts with sci-libs/mc: bug #685938
-   --disable-mclib
-   $(use_enable nls)
-   $(use_enable samba vfs-smb)
-   $(use_enable sftp vfs-sftp)
-   $(use_enable spell aspell)
-   $(use_enable test tests)
-   $(use_with gpm gpm-mouse)
-   $(use_with X x)
-   $(use_with edit internal-edit)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_test() {
-   # CK_FORK=no to avoid using fork() in check library
-   # as mc mocks fork() itself: bug #644462.
-   #
-   # VERBOSE=1 to make test failures contain detailed
-   # information.
-   CK_FORK=no emake check VERBOSE=1
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS README NEWS
-
-   # fix bug #334383
-   if use kernel_linux && [[ ${EUID} == 0 ]] ; then
-   fowners root:tty /usr/libexec/mc/cons.saver
-  

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

2020-01-19 Thread Agostino Sarubbo
commit: d89699688fad0e2fce8d23aa189e2428d105e4bd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan 20 07:38:28 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan 20 07:38:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8969968

sys-kernel/git-sources: Automated version bump to 5.5_rc7.

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

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

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 5677e93c50c..765a8220558 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -5,3 +5,4 @@ DIST patch-5.5-rc3.patch 43336020 BLAKE2B 
3bc5729452ab2a07c1a01808f545a80cd69e8e
 DIST patch-5.5-rc4.patch 43379977 BLAKE2B 
a38ca7abade329ae966bfafe9f5c616c49d6a2afe2323a2835b4bb37c65d943d7b4b0224355d228a83c7a939aa3daa41b4d496ea2b808456bce2269dc6335bf3
 SHA512 
7a36ac95a934cfdad4fb1e082157c0e0a63d9658916f0889d4ef38b11c5b7d9ba2e57ec16897cb8987a134c2338ddc757e1f698661c6392cf7890571f6c08a8d
 DIST patch-5.5-rc5.patch 43553852 BLAKE2B 
06b996fded42eeabc082ede5867b62bfedd75b17fdb72bf3412bb2cf391e7a6c98485fe1bfa2aa2c71a89bf9118ad18fb436d5228c1a81b6d3ceb1595bfd
 SHA512 
ea1e206de9513bce3d6cd67b33f6b2311c141c11f1facdaffa0af09f8057f554a6f05ba682218a9f0f384995e773bbe08e3558263821b13f1c46df54db76bffe
 DIST patch-5.5-rc6.patch 43727222 BLAKE2B 
e17d108d073441237114984b5615ba17cbd07b7a4521a1b87dd41bf9d4194ad340a9a62adab3ce866151112a55090c3958df5a3c1f3fc6e321c876d70cebf219
 SHA512 
7596cccb5ac54be9b70d24ff222e20fbbc2285f59bda4402e173b0e6c8dd0060f2544ed688edd5620bca00ffbf93f6262c33a332c64d331854a23ce16589e0c2
+DIST patch-5.5-rc7.patch 43993068 BLAKE2B 
eb6da463376791dc87d96675b7c7e962e7c89c9cbf9c8f7d3bfe995d702bfd6a7fb42801efca48404f100654dd618842c5f21350bf17b13f1b353b43830fc71d
 SHA512 
02f7571e947cfa695b05eb65a36f42621bca993e0c9d32ea972334d358798fd66a8f2751a819c599f5d51f58d1264a6edf73a7cd2bb752329bc81ae300d3ded5

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



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

2020-01-19 Thread Agostino Sarubbo
commit: 99a03d7bfd83520571d018f13e201b4be5b732db
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan 20 07:37:56 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan 20 07:37:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99a03d7b

sys-kernel/vanilla-sources: Automated version bump to {4.14.166,4.19.97,5.4.13} 
- remove old.

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

 sys-kernel/vanilla-sources/Manifest | 6 +++---
 ...illa-sources-4.14.165.ebuild => vanilla-sources-4.14.166.ebuild} | 0
 ...anilla-sources-4.19.96.ebuild => vanilla-sources-4.19.97.ebuild} | 0
 ...{vanilla-sources-5.4.12.ebuild => vanilla-sources-5.4.13.ebuild} | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index b7068c08490..ebeb38d9f25 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -5,8 +5,8 @@ DIST linux-4.4.tar.xz 87295988 BLAKE2B 
f260f1858994f5d481fd078c86e51bddbc958f7c5
 DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7
 SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
 DIST patch-3.16.81.xz 2602860 BLAKE2B 
dfb1c1a879da2ba3f39b63622d64374387edd3aaf8ce5457f2d106104e17940f93471aa2ee8ba8181ff51ef793254fe741e0df2b77726b286f2982612ca86467
 SHA512 
d3499d777ae544a0dbd87bf7f2201b5dd3cf5e8196cbb0f9e240b4e333ed9f323b307aa9377a27148479d6d8d0d7b71ff473c9c4d21a22bfbc85f7e9633a402d
-DIST patch-4.14.165.xz 3325348 BLAKE2B 
41311c41a7e0bbcdd8d8635059b17f554dab51da188ffab6388722cfd7aa5fe94d6c6089af7a4e609af5b23724c009da40c04be5a7694250cd6fe19b8dc401d5
 SHA512 
8104e85e79ee8646cddbdd4523236e77107a94b252976c2c177a18705c022d5ec6717dc14bc60381c70008578a7185e811b1cff97f375843d65c451c6880efbf
-DIST patch-4.19.96.xz 2539604 BLAKE2B 
f34c55e0469251582c19f4ac42403961e3e2e35d206c85b59f3e1f184508da8f36404ab1e92dd82b9fb2d3f7980b305405ebe844bb72ac549fd3d7fb37eeedc1
 SHA512 
2f5e925b0437cb65b3606f0bc993da5287307bcdfa7e1a3ff0cde7a323cfe7c2f89be4280e7c64ac11b5cd8fd00cb51cc4de33ad3417ea797911777617a00c2b
+DIST patch-4.14.166.xz 3336932 BLAKE2B 
d66843a661b5676b6f66f4ef26ac379209d0893c9ac2767ab6b093656089f31fb428ff5e94598e11905660238fab4257b771aea561d021fea7042d5deedbf0e4
 SHA512 
0dbad68d64b26ea41a7fd9bf0094718a9e25d3bc5d4ac8ce16d3948225f10b594d4f7ebcc0e040cbd5521127c2075de06a4d5cc3a1c376d9e649cc9f6d9f75c8
+DIST patch-4.19.97.xz 2553356 BLAKE2B 
5a1d45c1b5e67890a60a5b6dcb3a8b00f433802a823d07c38d4a03cb3af02efceeb73d9b6db1ffa69cf6489566f173e4ef1c005b4c725153c2edb60f26cd3d2b
 SHA512 
4a8ad6c6a7964b587749f9f13555a068cced3df87aa976bf1f1b2a8c6735dd0dc4ba1877d808ec293f837be1655df844d38a511031124bb0ead7f50717e6ba88
 DIST patch-4.4.210.xz 2940408 BLAKE2B 
403fe2b1da9bd9e5c5f9a220b6e2e59f82a27b0dbdc87ca2ed5c1daa94d1cdd34eed620ba066a19243fa9221646395e83147006cbaec05ae501324a9ca0bb924
 SHA512 
b53319883a95ba5b40bc41ab0f568090fad61220dbd5e96e2ada589f1df5a4b6d561c74f9f22bc2bfc74435c8ee255d101c37c84a3d514ded9c25dfc485d41ef
 DIST patch-4.9.210.xz 3252208 BLAKE2B 
d1049081d3238a9d7ae9dcf7c14d5c94ab6a233dae3d00c55db10a8c7d2db3a0975a4d1b3c66a92e437bb9dfdc3f5d92a0a27658f12d9b27af9ea655599929ac
 SHA512 
0b748b89c1ff47fd7e16ab6f67ab98876fe61990dce1b5cb8ed60c6e5cdee6f5adc01658ed8255c21949958b18bd2be8f9676c41ff3587dde0abd0c05ef1646c
-DIST patch-5.4.12.xz 435856 BLAKE2B 
9acf9de131b798c1d7739ec75388371cc52d9b817f86dcb4d0dd107745d4968be2032e3fcb25c1595bfb6dd63810edc66425307caee1d343723cbaa6f336fb9f
 SHA512 
a5f247f9d8acb855936278679469de199a49366d79ea63b2a987a2bebb4fe5b7eeb698181fe6d561fd3de3c0736e42fd499c881abd6cd5fee996506133e4d143
+DIST patch-5.4.13.xz 488380 BLAKE2B 
f4f707ec221bcd1fa2b68591cb8dabffd214b6dfcb0f6dc913a1e73fa2ccf5b49de5e50da483d36246aa14e8217ac1a692db18957d85ed70bd9b177f93130632
 SHA512 
e500486d372b242fb8fbffc780fb0a842012d699bb494c29a392befe0fd06e4858d89d995b71627e65eb93bf53af9f7bf37e8cbaa3d9356fc00356d81fbc893c

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

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.19.96.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.19.97.ebuild
similarity index 100%
rename from 

[gentoo-commits] proj/kde:master commit in: dev-libs/kpeoplevcard/

2020-01-19 Thread Andreas Sturmlechner
commit: 6be0d53b9443ab8067886fe9e66f80635e86d7f3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan 20 07:20:07 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 20 07:20:07 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6be0d53b

dev-libs/kpeoplevcard: Drop 0.1

Moved to Gentoo ebuild repository.

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

 dev-libs/kpeoplevcard/kpeoplevcard-0.1.ebuild | 28 ---
 1 file changed, 28 deletions(-)

diff --git a/dev-libs/kpeoplevcard/kpeoplevcard-0.1.ebuild 
b/dev-libs/kpeoplevcard/kpeoplevcard-0.1.ebuild
deleted file mode 100644
index 6f959ab3d3..00
--- a/dev-libs/kpeoplevcard/kpeoplevcard-0.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.64.0
-QTMIN=5.12.3
-inherit ecm kde.org
-
-DESCRIPTION="Library to expose vcards to KPeople"
-HOMEPAGE="https://cgit.kde.org/kpeoplevcard.git;
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="LGPL-2.1+"
-SLOT="5"
-
-DEPEND="
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcontacts-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kpeople-${KFMIN}:5
-"
-RDEPEND="${DEPEND}"



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

2020-01-19 Thread Andreas Sturmlechner
commit: 600bfa2fd3dda7e9733c2a756f33a325ab5677b5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan 20 07:19:38 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 20 07:19:38 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=600bfa2f

kde-misc/kdeconnect: Drop 1.4

Moved to Gentoo ebuild repository

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

 kde-misc/kdeconnect/kdeconnect-1.4.ebuild | 87 ---
 1 file changed, 87 deletions(-)

diff --git a/kde-misc/kdeconnect/kdeconnect-1.4.ebuild 
b/kde-misc/kdeconnect/kdeconnect-1.4.ebuild
deleted file mode 100644
index d1b6eefde4..00
--- a/kde-misc/kdeconnect/kdeconnect-1.4.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="optional"
-ECM_TEST="true"
-KDE_ORG_NAME="${PN}-kde"
-KDE_SELINUX_MODULE="${PN}"
-KFMIN=5.64.0
-QTMIN=5.12.3
-inherit ecm kde.org
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${PV}/${KDE_ORG_NAME}-${PV}.tar.xz"
-   KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
-HOMEPAGE="https://kde.org/applications/internet/org.kde.kdeconnect.kcm
-https://community.kde.org/KDEConnect;
-
-LICENSE="GPL-2+"
-SLOT="5"
-IUSE="bluetooth pulseaudio wayland X"
-
-DEPEND="
-   >=app-crypt/qca-2.1.0:2[qt5(+),ssl]
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtmultimedia-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kpeople-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-   bluetooth? ( >=dev-qt/qtbluetooth-${QTMIN}:5 )
-   X? (
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   x11-libs/libfakekey
-   x11-libs/libX11
-   x11-libs/libXtst
-   )
-   pulseaudio? ( media-libs/pulseaudio-qt )
-   wayland? ( >=kde-frameworks/kwayland-${KFMIN}:5 )
-"
-RDEPEND="${DEPEND}
-   dev-libs/kpeoplevcard
-   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   net-fs/sshfs
-"
-
-RESTRICT+=" test"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBLUETOOTH_ENABLED=$(usex bluetooth)
-   $(cmake_use_find_package pulseaudio KF5PulseAudioQt)
-   $(cmake_use_find_package wayland KF5Wayland)
-   $(cmake_use_find_package X LibFakeKey)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst(){
-   ecm_pkg_postinst
-
-   elog "The Android .apk file is available via"
-   elog 
"https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp;
-   elog "or via"
-   elog "https://f-droid.org/repository/browse/?fdid=org.kde.kdeconnect_tp;
-}



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

2020-01-19 Thread Joonas Niilola
commit: 1a8af390eb78aa612ee47da47a4933b29a918b9e
Author: Henning Schild  hennsch  de>
AuthorDate: Sun Jan 19 16:41:22 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jan 20 07:11:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a8af390

net-im/telegram-desktop-bin: Bump version to 1.9.4

Signed-off-by: Henning Schild  hennsch.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-im/telegram-desktop-bin/Manifest   |  3 ++
 .../telegram-desktop-bin-1.9.4.ebuild  | 50 ++
 2 files changed, 53 insertions(+)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index 6736fdb4967..fe9128c9c16 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,6 +1,9 @@
 DIST tdesktop-1.8.15.tar.gz 14416530 BLAKE2B 
925c7f628515da6da6e0991ba77980c3a7de1287a4b2d18124f47ec56dfbd5ba4d13cf7e8055c135888ca0ffb5d9b1042f195bceaa149e4ebb143b3bddbebc23
 SHA512 
d31fbcc6737a4a00c0d17b000d82cb9c7038aae19a2ea2692a6707623cf83ccd0327d6ff06e4a330a0197073ca9a63b90ebb3d046312b74aaeec318571767a6d
 DIST tdesktop-1.9.3.tar.gz 13657254 BLAKE2B 
fd80453330ae394febcc7072c22a2d3e3ae0e6a618f924bfb23dd9217265feeb3813206a98e14d5f98da2f3724b06e0be588e0f35fe6264612374bcfff24c7f3
 SHA512 
94f5e3cade2b8ebe8b03cd106d84d588fc8d60877292ddbc3a106a5e6621baf4341d1386cdf829e32af175f16ca417050ac160019651b4e02f023b29dfbf2e9e
+DIST tdesktop-1.9.4.tar.gz 13664729 BLAKE2B 
a3a2c57b9c621adf7192cede359753cc8f3e588fd800f4caa10109bd8cba270aba2029151bef1d578b90dad6a2892d4d678a5038dc3d0d63d4440f2d4f0875c1
 SHA512 
54947a7557bce97654914170f302949b9bc8a2be8dc8d5835cbc2377e0aa41fe4b0d119910824ea5333c33dcb2531b6e04e7698d6d784add626a57c5f81741de
 DIST tsetup.1.8.15.tar.xz 34004272 BLAKE2B 
94c19990fe70b525585ea38c542ddf8db953a84e70f8876406b2f1c14dbb0e12e409388dc0e5162f6f9538b50901ae4ceb116c69acabf963349b6a95e84f1087
 SHA512 
37fc977447ffc723dd6eb8c3ad9f15a1e5561f25cd65776042d392ed39bfe1cbc3faa044d4398b94ba756e18818cfd52e14e2e280ece4fcce873ff89e72cc0c6
 DIST tsetup.1.9.3.tar.xz 34523816 BLAKE2B 
af0f3dda8cffdf7db020588f97dbabe5acd56da3b35f1044ea3165accfbb66d74998e57f3c63f545682f46c9790420b96a2fc5a0ddedf97c810c9a121f83f734
 SHA512 
3e02e2f4339572a55f5bd0519ff7b6e90ba8859dfbaea53d434d8ce040666530422db7b4f93cf15392e4d7823c32a8202f2aef6a60ee8f896898169ad901f7c7
+DIST tsetup.1.9.4.tar.xz 34240700 BLAKE2B 
665a72d597ed92ba660e091d591e14cb5e6dea72a15fbbcc1dc04c0524f5c55f34373331e1585d18a17360efcca36c62b40f6f7e215b50b3720b1972f25aaa79
 SHA512 
72b343b27066d49361ef2ce0c5a21e35917a73880afb0010ea4dff7c426b042c5f304a20181720a4bc99d23bc2aabda9091281e64c16c511002df87c43d7b8aa
 DIST tsetup32.1.8.15.tar.xz 38168608 BLAKE2B 
25fb2ade9287f09dd65135db95b393b20a177d71d6356848abeba1d72ef1c0166aa236b3e892eac69058d16c5f549693de8b609299c81b6805bc8f757f6d668b
 SHA512 
773b179f6ed81825a2ec9352e3d57ff91c0c418fbd853370072f37dd1381fa8e7b6bde4d0ab080cfc3a8aa870badd04ac6c4a8f0f38446cabc4f1283334123c0
 DIST tsetup32.1.9.3.tar.xz 37326096 BLAKE2B 
fe9493878bb29d25bea0c22b8f42864adce4033b5047212595102c7b9f106ee4ea6dca05c3fb88f5f0463ed690a7cff2af07b072ed91d3595a3384ba4fcf6e05
 SHA512 
5df3ebde72ec93b40e3e0b42625a422c6b31aab88e80ffa02514c2287ff1e6382d37b976d43ae20a4793552d0b699a364278077fa115fb66ea52d080bff9be90
+DIST tsetup32.1.9.4.tar.xz 36939056 BLAKE2B 
b0077a8faffc7d9035222de8e48f8ac9dab6a09798035b99a00b2aaf76e6a61998b3f035cad993e2ffcdebbafdacb8f9c4ac168cdbd4e4a729a87bd2d575a092
 SHA512 
191d7b4fde40f8499c4126e87bb442cf71da6c21a994cc0bfaa1ff2d314deece3e42ca92e4427ca66478f35d7067000aef30ecc17d84f187e201d783ee682d32

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.9.4.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.9.4.ebuild
new file mode 100644
index 000..e3da0c250b3
--- /dev/null
+++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.9.4.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop eutils xdg
+
+DESCRIPTION="Official desktop client for Telegram (binary package)"
+HOMEPAGE="https://desktop.telegram.org;
+SRC_URI="
+   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
+   amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz )
+   x86? ( https://updates.tdesktop.com/tlinux32/tsetup32.${PV}.tar.xz )
+"
+
+LICENSE="GPL-3-with-openssl-exception"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+QA_PREBUILT="usr/lib/${PN}/Telegram"
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-libs/gobject-introspection
+   >=media-libs/fontconfig-2.13
+   >=sys-apps/dbus-1.4.20
+   x11-libs/libX11
+   >=x11-libs/libxcb-1.10[xkb]
+"
+
+S="${WORKDIR}/Telegram"
+
+src_install() {
+   exeinto /usr/lib/${PN}
+   doexe "Telegram"
+   newbin "${FILESDIR}"/${PN} "telegram-desktop"
+
+   local icon_size
+   for 

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

2020-01-19 Thread Joonas Niilola
commit: f396adde229b12384f4061d671f4950cf87b434c
Author: Vladimir Pavljuchenkov (SpiderX)  spiderx  dp 
 ua>
AuthorDate: Sat Jan 18 16:44:34 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jan 20 07:11:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f396adde

app-shells/peco: version bump to 0.5.7 and other improvements

1. Switch to go-module
2. Remade EGO_VENDOR with get-ego-vendor
3. Brind tests back

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Vladimir Pavljuchenkov  spiderx.dp.ua>
Closes: https://github.com/gentoo/gentoo/pull/14380
Signed-off-by: Joonas Niilola  gentoo.org>

 app-shells/peco/Manifest  | 10 +
 app-shells/peco/peco-0.5.7.ebuild | 44 +++
 2 files changed, 54 insertions(+)

diff --git a/app-shells/peco/Manifest b/app-shells/peco/Manifest
index 6f00b205d70..c08924900d5 100644
--- a/app-shells/peco/Manifest
+++ b/app-shells/peco/Manifest
@@ -1,8 +1,18 @@
+DIST github.com-davecgh-go-spew-v1.1.0.tar.gz 42337 BLAKE2B 
691ee430beca602ea686aa065b23af5e00356e866cbca2b014bf0c8f4cc965a2318e6a39232772098e250d61d5bd6707afb769fdf4223c81a8249cad267d1971
 SHA512 
20c9f0550a2d5030265dde8ad3ed009ce5c6490d010f184ad3f656b8fe5eb6e5c6abc9594408240aa731c0977afd9739d293490e6164cc0ce156652611b05b39
+DIST github.com-google-btree-0c3044bc8bad.tar.gz 14149 BLAKE2B 
0042260a128569f42bd5cb03280d129893f15f3eec3e063a5892fa08d43c42f50c0fcfcab9a0dfd58dab1b198fb730fa45d61a474957e89157bc96804cd8097e
 SHA512 
47885509723b39d9b1be6552e4c3ae49088e52daff2c0d0babfd2ca27c5b40f9665cba0f4b45f6a673d04d7ea906da3416cc3de4ea33cdcbf4d8ccf6e350a46b
 DIST github.com-google-btree-0c3044bc8bada22db67b93f5760fe3f05d6a5c25.tar.gz 
14149 BLAKE2B 
0042260a128569f42bd5cb03280d129893f15f3eec3e063a5892fa08d43c42f50c0fcfcab9a0dfd58dab1b198fb730fa45d61a474957e89157bc96804cd8097e
 SHA512 
47885509723b39d9b1be6552e4c3ae49088e52daff2c0d0babfd2ca27c5b40f9665cba0f4b45f6a673d04d7ea906da3416cc3de4ea33cdcbf4d8ccf6e350a46b
 DIST 
github.com-jessevdk-go-flags-8bc97d602c3bfeb5fc6fc9b5a9c898f245495637.tar.gz 
54382 BLAKE2B 
5bb4a8609bb8d430e1e0adfca5f09bf8c8884832e0b248e93fd2b9e9f83d5fb816dff9afc46fdbfb65a97efa65e346b54898c14d26a302cdba6a4406a7e3a41a
 SHA512 
65bd90bb6c3d9070ff415f514f2dd113bf886c0a2bcfcf3dbec6fe789df9f27683a4df83d71426f63d00a208b3b581cf791755d71f8dc0c7f7a684a38b7c8401
+DIST github.com-jessevdk-go-flags-v1.1.0.tar.gz 54372 BLAKE2B 
e8b86c553a759b99e9a774328c0be122ed40abb189f2be9cc27ab4bc2b05b3d634a5af2bf50a55118c2927742a80ffc5df459b8fa3795629a37f6a45cb896c71
 SHA512 
7e2472883ac227c263f82fb420ce4257796c229b3a9a34ef249c45020b612fa18b765e3d68d90af5727a6802c1070b0ef86583128b1e8cc33ae1eece005255bb
 DIST 
github.com-lestrrat-go-pdebug-2e6eaaa5717f81bda41d27070d3c966f40a1e75f.tar.gz 
5178 BLAKE2B 
f90e9d643bc6e2829bea16c5ccd65db5235b5bbca7c5a6da0bab8ee99c6b6e517b94a896dbadbdd3f92208c33aa9342c77c79e83e648a9721183fba192135b13
 SHA512 
b974046135b8fe7f4272eb0f335f30bea93fb25ec9813a733dd34a2342cd6174a2a67ecd595db51e37eee03ffb5155a67cb86afb74b8b99a151d7cbc9aa52ac7
+DIST github.com-lestrrat-go-pdebug-39f9a71bcabe.tar.gz 5184 BLAKE2B 
9917f86ec739bd28463ae3b97e0afe43cbd784ede6ecfb65b88de579c4eec69a2837affbd20fff8a298a78af0c8ed8a2b4eb73ecb193ede8b07bb21d12a1a1b5
 SHA512 
ec614b9fc419a36a49221faabfc815ba2074dedd7a071ba0b99b747d6d82fd88d7246d82de73c18a6072c2f610a0f48f4244d6d6209f302e674d92c5410ee017
+DIST github.com-mattn-go-runewidth-737072b4e32b.tar.gz 6862 BLAKE2B 
c74b5450128e0093d5ae7b37871024fbe9c8e6bf166520dfc32482e2636ba3c0981e3224d843cbde880fa218872c65b37a1046ef4823d7cc3c786ec5fa0bd969
 SHA512 
ff8389d189ed1480929954d2567026984d93910a6fa7cdc3c6a925e8dc876a3df10298b08bd7bbf6f7d90914d64212928b2b1b3032ee4bd89974a2938a77f853
 DIST 
github.com-mattn-go-runewidth-737072b4e32b7a5018b4a7125da8d12de90e8045.tar.gz 
6862 BLAKE2B 
c74b5450128e0093d5ae7b37871024fbe9c8e6bf166520dfc32482e2636ba3c0981e3224d843cbde880fa218872c65b37a1046ef4823d7cc3c786ec5fa0bd969
 SHA512 
ff8389d189ed1480929954d2567026984d93910a6fa7cdc3c6a925e8dc876a3df10298b08bd7bbf6f7d90914d64212928b2b1b3032ee4bd89974a2938a77f853
+DIST github.com-nsf-termbox-go-93860e161317.tar.gz 32766 BLAKE2B 
dc03c1356c5c29ab5820904574f8e6bf7bba570e8cc78b64a1edf7937a3c7c3027e4ba0b84706927480c1a8992152caa64621d2881c505bef887056102bd1477
 SHA512 
15401bfeea3efdb545bdcd9445aec02c8e225b861d10041859093ab07113a9e5e33d3c94b083453183a50043541c830b1faa4c81eec8c8c1982c7a22876cee35
 DIST github.com-nsf-termbox-go-e2050e41c8847748ec5288741c0b19a8cb26d084.tar.gz 
31443 BLAKE2B 
821aa359d41a5aada4e184ad38159db5a6d1d581940fad86e175745757eb9451ccdf82de17217d8ddcbee87e5ae3390bba0e64ae656981a91623b952b214bdfa
 SHA512 
81c1f9ce6c507404ee79238c655d7c043c895358ef38256c2e9b95498d88149e8aa6ba37659ec2ce42b46e200d87b043c6922e0d784538e7b9dfe9771ff73ea0
+DIST github.com-pkg-errors-248dadf4e906.tar.gz 11334 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2020-01-19 Thread Joonas Niilola
commit: 4ce604ab4269f0d48a92fdafe5c31b7b5f5d631e
Author: Vladimir Pavljuchenkov (SpiderX)  spiderx  dp 
 ua>
AuthorDate: Sat Jan 18 16:55:47 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jan 20 07:11:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce604ab

app-crypt/acme-sh: drop old ebuild

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Vladimir Pavljuchenkov  spiderx.dp.ua>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-crypt/acme-sh/Manifest |  1 -
 app-crypt/acme-sh/acme-sh-2.8.0.ebuild | 44 --
 2 files changed, 45 deletions(-)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index 2f75c5dd5bb..1d1aa063e50 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1,2 +1 @@
-DIST acme.sh-2.8.0.tar.gz 127638 BLAKE2B 
b5ef10c40da4b77c7f1f3175b7cac0cc19bff135959416a97b3e8443cf13bb92d9e0b86837fd3834351412a19f25e92a4ffa146815c146f2e91cd94bcbc655a8
 SHA512 
99f86866f7bd1426e9a8b31dd09206685ad4aa01a3d723d366681aae4ea2087f9437496e0b3da947766931493c9d94305da1906eadc7005373327342ca94ce23
 DIST acme.sh-2.8.3.tar.gz 163573 BLAKE2B 
7436932d79e732b8c419a588f4677ec0338c63d0dfc227e7410b151731e2fc4c028df81f459f7ad140dab857ebdebddab3173095e3efcfad0a971ff6762c8608
 SHA512 
15e147d0f07af91eab7274df50e274ae41a411c30ee7f6ebc8bcbcb601b66094fc1d8126bfb816caa27dbeb5222da20a25d1c79227bc70ddb6b5d0ce0dcb389e

diff --git a/app-crypt/acme-sh/acme-sh-2.8.0.ebuild 
b/app-crypt/acme-sh/acme-sh-2.8.0.ebuild
deleted file mode 100644
index 27d064cd38c..000
--- a/app-crypt/acme-sh/acme-sh-2.8.0.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
-
-MY_PN="${PN/-/.}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="An ACME Shell script"
-HOMEPAGE="https://github.com/Neilpang/acme.sh;
-SRC_URI="https://github.com/Neilpang/${MY_PN}/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="net-misc/curl
-   || ( dev-libs/libressl dev-libs/openssl:0 )
-   || ( net-analyzer/netcat net-analyzer/openbsd-netcat )
-   || ( net-misc/socat www-servers/apache:2 www-servers/nginx )
-   virtual/cron"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-   einstalldocs
-   newdoc dnsapi/README.md README-dnsapi.md
-   newdoc deploy/README.md README-deploy.md
-
-   keepdir /etc/acme-sh
-   doenvd "${FILESDIR}"/99acme-sh
-   insinto /etc/bash/bashrc.d
-   doins "${FILESDIR}"/acme.sh
-
-   exeinto /usr/share/acme.sh
-   doexe acme.sh
-   insinto /usr/share/acme.sh/dnsapi
-   doins -r dnsapi/*.sh
-   insinto /usr/share/acme.sh/deploy
-   doins -r deploy/*.sh
-
-   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2020-01-19 Thread Joonas Niilola
commit: e23cd83388e66120759d161267595b3548db4dce
Author: Vladimir Pavljuchenkov (SpiderX)  spiderx  dp 
 ua>
AuthorDate: Sat Jan 18 16:56:33 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jan 20 07:11:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e23cd833

app-crypt/acme-sh: version bump to 2.8.5

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Vladimir Pavljuchenkov  spiderx.dp.ua>
Closes: https://github.com/gentoo/gentoo/pull/14381
Signed-off-by: Joonas Niilola  gentoo.org>

 app-crypt/acme-sh/Manifest |  1 +
 app-crypt/acme-sh/acme-sh-2.8.5.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index 1d1aa063e50..caf9c58a1e1 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1 +1,2 @@
 DIST acme.sh-2.8.3.tar.gz 163573 BLAKE2B 
7436932d79e732b8c419a588f4677ec0338c63d0dfc227e7410b151731e2fc4c028df81f459f7ad140dab857ebdebddab3173095e3efcfad0a971ff6762c8608
 SHA512 
15e147d0f07af91eab7274df50e274ae41a411c30ee7f6ebc8bcbcb601b66094fc1d8126bfb816caa27dbeb5222da20a25d1c79227bc70ddb6b5d0ce0dcb389e
+DIST acme.sh-2.8.5.tar.gz 176854 BLAKE2B 
74eb9bbf4b99984ba77725c6751b713d6971503d1a8542472e75192afc9139705607f629e673af75b6ec7dab68b1a9ad2fd4676cda26871daf475487e28e0848
 SHA512 
db355d8c60c61b632c62dda376e71c438035d3eaf5630a6dc3ca241f6d988216f046e1588ccfe3da955aacb7897cefac5a8c7b6868f12af8f422182c52ed7b72

diff --git a/app-crypt/acme-sh/acme-sh-2.8.5.ebuild 
b/app-crypt/acme-sh/acme-sh-2.8.5.ebuild
new file mode 100644
index 000..b34a4374029
--- /dev/null
+++ b/app-crypt/acme-sh/acme-sh-2.8.5.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="${PN/-/.}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="An ACME Shell script"
+HOMEPAGE="https://github.com/Neilpang/acme.sh;
+SRC_URI="https://github.com/Neilpang/${MY_PN}/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="net-misc/curl
+   || ( dev-libs/libressl dev-libs/openssl:0 )
+   || ( net-analyzer/netcat net-analyzer/openbsd-netcat )
+   || ( net-misc/socat www-servers/apache:2 www-servers/nginx )
+   virtual/cron"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+   einstalldocs
+   newdoc dnsapi/README.md README-dnsapi.md
+   newdoc deploy/README.md README-deploy.md
+
+   keepdir /etc/acme-sh
+   doenvd "${FILESDIR}"/99acme-sh
+   insinto /etc/bash/bashrc.d
+   doins "${FILESDIR}"/acme.sh
+
+   exeinto /usr/share/acme.sh
+   doexe acme.sh
+   insinto /usr/share/acme.sh/dnsapi
+   doins -r dnsapi/*.sh
+   insinto /usr/share/acme.sh/deploy
+   doins -r deploy/*.sh
+   insinto /usr/share/acme.sh/notify
+   doins -r notify/*.sh
+
+   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
+}



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

2020-01-19 Thread Joonas Niilola
commit: ad6943b2af4f964648be551b2563c96e615d2664
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Jan 20 05:47:34 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jan 20 07:11:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad6943b2

net-im/telegram-desktop-bin: call xdg_pkg_postinst in 1.9.4

Signed-off-by: Joonas Niilola  gentoo.org>

 net-im/telegram-desktop-bin/telegram-desktop-bin-1.9.4.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.9.4.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.9.4.ebuild
index e3da0c250b3..c0971f7fc9b 100644
--- a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.9.4.ebuild
+++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.9.4.ebuild
@@ -46,5 +46,6 @@ src_install() {
 }
 
 pkg_postinst() {
+   xdg_pkg_postinst
optfeature "spell checker support" app-text/enchant
 }



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

2020-01-19 Thread Joonas Niilola
commit: c13e5a4ce3da225cc789ba997265422c09e90e0f
Author: Henning Schild  hennsch  de>
AuthorDate: Sun Jan 19 16:42:46 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jan 20 07:11:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c13e5a4c

net-im/telegram-desktop-bin: Drop old

Signed-off-by: Henning Schild  hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/14390
Signed-off-by: Joonas Niilola  gentoo.org>

 net-im/telegram-desktop-bin/Manifest   |  3 --
 .../telegram-desktop-bin-1.8.15.ebuild | 46 --
 .../telegram-desktop-bin-1.9.3.ebuild  | 46 --
 3 files changed, 95 deletions(-)

diff --git a/net-im/telegram-desktop-bin/Manifest 
b/net-im/telegram-desktop-bin/Manifest
index fe9128c9c16..f74c01fadc0 100644
--- a/net-im/telegram-desktop-bin/Manifest
+++ b/net-im/telegram-desktop-bin/Manifest
@@ -1,9 +1,6 @@
-DIST tdesktop-1.8.15.tar.gz 14416530 BLAKE2B 
925c7f628515da6da6e0991ba77980c3a7de1287a4b2d18124f47ec56dfbd5ba4d13cf7e8055c135888ca0ffb5d9b1042f195bceaa149e4ebb143b3bddbebc23
 SHA512 
d31fbcc6737a4a00c0d17b000d82cb9c7038aae19a2ea2692a6707623cf83ccd0327d6ff06e4a330a0197073ca9a63b90ebb3d046312b74aaeec318571767a6d
 DIST tdesktop-1.9.3.tar.gz 13657254 BLAKE2B 
fd80453330ae394febcc7072c22a2d3e3ae0e6a618f924bfb23dd9217265feeb3813206a98e14d5f98da2f3724b06e0be588e0f35fe6264612374bcfff24c7f3
 SHA512 
94f5e3cade2b8ebe8b03cd106d84d588fc8d60877292ddbc3a106a5e6621baf4341d1386cdf829e32af175f16ca417050ac160019651b4e02f023b29dfbf2e9e
 DIST tdesktop-1.9.4.tar.gz 13664729 BLAKE2B 
a3a2c57b9c621adf7192cede359753cc8f3e588fd800f4caa10109bd8cba270aba2029151bef1d578b90dad6a2892d4d678a5038dc3d0d63d4440f2d4f0875c1
 SHA512 
54947a7557bce97654914170f302949b9bc8a2be8dc8d5835cbc2377e0aa41fe4b0d119910824ea5333c33dcb2531b6e04e7698d6d784add626a57c5f81741de
-DIST tsetup.1.8.15.tar.xz 34004272 BLAKE2B 
94c19990fe70b525585ea38c542ddf8db953a84e70f8876406b2f1c14dbb0e12e409388dc0e5162f6f9538b50901ae4ceb116c69acabf963349b6a95e84f1087
 SHA512 
37fc977447ffc723dd6eb8c3ad9f15a1e5561f25cd65776042d392ed39bfe1cbc3faa044d4398b94ba756e18818cfd52e14e2e280ece4fcce873ff89e72cc0c6
 DIST tsetup.1.9.3.tar.xz 34523816 BLAKE2B 
af0f3dda8cffdf7db020588f97dbabe5acd56da3b35f1044ea3165accfbb66d74998e57f3c63f545682f46c9790420b96a2fc5a0ddedf97c810c9a121f83f734
 SHA512 
3e02e2f4339572a55f5bd0519ff7b6e90ba8859dfbaea53d434d8ce040666530422db7b4f93cf15392e4d7823c32a8202f2aef6a60ee8f896898169ad901f7c7
 DIST tsetup.1.9.4.tar.xz 34240700 BLAKE2B 
665a72d597ed92ba660e091d591e14cb5e6dea72a15fbbcc1dc04c0524f5c55f34373331e1585d18a17360efcca36c62b40f6f7e215b50b3720b1972f25aaa79
 SHA512 
72b343b27066d49361ef2ce0c5a21e35917a73880afb0010ea4dff7c426b042c5f304a20181720a4bc99d23bc2aabda9091281e64c16c511002df87c43d7b8aa
-DIST tsetup32.1.8.15.tar.xz 38168608 BLAKE2B 
25fb2ade9287f09dd65135db95b393b20a177d71d6356848abeba1d72ef1c0166aa236b3e892eac69058d16c5f549693de8b609299c81b6805bc8f757f6d668b
 SHA512 
773b179f6ed81825a2ec9352e3d57ff91c0c418fbd853370072f37dd1381fa8e7b6bde4d0ab080cfc3a8aa870badd04ac6c4a8f0f38446cabc4f1283334123c0
 DIST tsetup32.1.9.3.tar.xz 37326096 BLAKE2B 
fe9493878bb29d25bea0c22b8f42864adce4033b5047212595102c7b9f106ee4ea6dca05c3fb88f5f0463ed690a7cff2af07b072ed91d3595a3384ba4fcf6e05
 SHA512 
5df3ebde72ec93b40e3e0b42625a422c6b31aab88e80ffa02514c2287ff1e6382d37b976d43ae20a4793552d0b699a364278077fa115fb66ea52d080bff9be90
 DIST tsetup32.1.9.4.tar.xz 36939056 BLAKE2B 
b0077a8faffc7d9035222de8e48f8ac9dab6a09798035b99a00b2aaf76e6a61998b3f035cad993e2ffcdebbafdacb8f9c4ac168cdbd4e4a729a87bd2d575a092
 SHA512 
191d7b4fde40f8499c4126e87bb442cf71da6c21a994cc0bfaa1ff2d314deece3e42ca92e4427ca66478f35d7067000aef30ecc17d84f187e201d783ee682d32

diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.8.15.ebuild 
b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.8.15.ebuild
deleted file mode 100644
index 6564f90ef88..000
--- a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.8.15.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop xdg
-
-DESCRIPTION="Official desktop client for Telegram (binary package)"
-HOMEPAGE="https://desktop.telegram.org;
-SRC_URI="
-   https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> 
tdesktop-${PV}.tar.gz
-   amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz )
-   x86? ( https://updates.tdesktop.com/tlinux32/tsetup32.${PV}.tar.xz )
-"
-
-LICENSE="GPL-3-with-openssl-exception"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-
-QA_PREBUILT="usr/lib/${PN}/Telegram"
-
-RDEPEND="
-   dev-libs/glib:2
-   dev-libs/gobject-introspection
-   >=media-libs/fontconfig-2.13
-   >=sys-apps/dbus-1.4.20
-   x11-libs/libX11
-   >=x11-libs/libxcb-1.10[xkb]
-"
-
-S="${WORKDIR}/Telegram"
-
-src_install() {
-   exeinto /usr/lib/${PN}
-  

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

2020-01-19 Thread Hans de Graaff
commit: 010b97d6b42635cdfebbeb854e7f27800d42abfe
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 20 06:12:17 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 20 06:29:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=010b97d6

dev-ruby/webmock: cleanup

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/webmock/Manifest |  3 --
 dev-ruby/webmock/webmock-3.7.2.ebuild | 61 ---
 dev-ruby/webmock/webmock-3.7.3.ebuild | 61 ---
 dev-ruby/webmock/webmock-3.7.5.ebuild | 61 ---
 4 files changed, 186 deletions(-)

diff --git a/dev-ruby/webmock/Manifest b/dev-ruby/webmock/Manifest
index 2d6bc538354..9b50fe60453 100644
--- a/dev-ruby/webmock/Manifest
+++ b/dev-ruby/webmock/Manifest
@@ -1,6 +1,3 @@
 DIST webmock-2.3.2.gem 112128 BLAKE2B 
ef0a722374057d7c5392924f68de8520f08cb0aa038fc0b8511e00bbd9dc13f6535955f77611e414a33dbf0ed7a519e9c18caf8517d10be7438e7360c3037a1e
 SHA512 
bb61b645b287d15690aa81db4d4c937d3456e1911d394ef1fb31e8ff3530d47b865aa039c8aaa4d4b6a72132dfcdd06be66adf1b53793384dc27ac1c9f9c01e6
 DIST webmock-3.6.2.gem 117760 BLAKE2B 
132b700323cbc4e753406ccfcc69375107c1d8546fd71bacf13db614d1818926321e2cd27dfc08670f908e0ac5946b06892138c2701fb1f27cfcf9fb6dd56c3d
 SHA512 
1d6141be90840d01e3d7b8e925e0a981ac715fbca1219dd35edd7cf3bcea1c1da3442aaa131e3586f0827a7b06207314119c1f47e6ae64f11f154c70ba6fc5c2
-DIST webmock-3.7.2.gem 121344 BLAKE2B 
616ff870ddb78cdfbf37a94222679c3ce9fcebc9c84b8f92d0aaaefa92a028dde932d3fd51cb5f87f70f9698f4c19fac629aef29c2e3e440a4a1cc9334abcb60
 SHA512 
aa665ea771fbcd077f959abbfac69408726271700aed67f522a098c263bc237c741f4bc8271e053d77aa6df5156afbb21785621f7497f2fb169d9ae36ea306f3
-DIST webmock-3.7.3.gem 121856 BLAKE2B 
b271f3df74fcc181f05d0a5a148bfc6607c7f11a409122d64e6432a7e376e8f72ff83f885e4147d04abd033936dc4b9ef344ab6b3056de2300b54074b8ff0a40
 SHA512 
fc4b35b1cbd4aa9dd323a20c686ebb7af0dacc0a5b1a9d9ea916dbc93380b772da6cdb1b8193f60b785ba2bf97b8f3f525db174a4d7bb626197c00244ddb2b2c
-DIST webmock-3.7.5.gem 121856 BLAKE2B 
dd15fcf2276f1e1e2fb3cf2a0bd43f151dd0f3105889c2c617ba8e782f5c83aeee7478cb0bb6a936939a0bbf32d571627b58b35293336a0f428411be7277
 SHA512 
3f4a9b8e6167559f9bf7690e91d8d336dfb4d811c5c04cb0ff3fbc26fcc58b76f6cb456718b30619216c5f53ccfff599dce2cc73294c023e6a45e91db02469d7
 DIST webmock-3.7.6.gem 122368 BLAKE2B 
9bc40971f1eec96d88217544acc67b7abfe6c0815a0696119e12fc5629b4f51e1164ecc982525d2c02fa50c7b1b09548c4831c1d597f06acde04a83227ba0dc9
 SHA512 
85455495476b22d94b23e34a92db3f0f8cf1aa5bb52ea6a8eb71f5f0bcbdad1edc13dff778c62806ec27850320e9f4e17f12525bbac552e5e105ee1ecd771efd

diff --git a/dev-ruby/webmock/webmock-3.7.2.ebuild 
b/dev-ruby/webmock/webmock-3.7.2.ebuild
deleted file mode 100644
index 377168ac604..000
--- a/dev-ruby/webmock/webmock-3.7.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_TEST="test spec NO_CONNECTION=true"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Allows stubbing HTTP requests and setting expectations on HTTP 
requests"
-HOMEPAGE="https://github.com/bblimke/webmock;
-
-LICENSE="GPL-2"
-SLOT="3"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/addressable-2.3.6 >=dev-ruby/crack-0.3.2 
>=dev-ruby/hashdiff-0.4.0:0"
-
-ruby_add_bdepend "test? (
-   dev-ruby/minitest:5
-   dev-ruby/rspec:3
-   >=dev-ruby/test-unit-3.0.0
-   dev-ruby/rack
-   >=dev-ruby/httpclient-2.8.0
-   || ( dev-ruby/http:4 dev-ruby/http:3 ) )"
-
-all_ruby_prepare() {
-   # Remove bundler support
-   rm Gemfile || die
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-   sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
-   sed -i -e '1igem "test-unit"' test/test_helper.rb || die
-
-   # There is now optional support for curb and typhoeus which we don't
-   # have in Gentoo yet. em_http_request is available in Gentoo but its
-   # version is too old. patron's latest version is not compatible.
-   sed -i -e '/\(curb\|typhoeus\|em-http\|patron\)/d' spec/spec_helper.rb 
|| die
-   rm 
spec/acceptance/{typhoeus,curb,excon,em_http_request,patron,async_http_client}/*
 || die
-
-   # Avoid httpclient specs that require network access, most likely
-   # because mocking does not fully work.
-   sed -i -e '/httpclient streams response/,/^  end/ s:^:#:' \
-   -e '/are detected when manually specifying Authorization 
header/,/^end/ s:^:#:' \
-   spec/acceptance/httpclient/httpclient_spec.rb
-
-   # Avoid specs that require network access
-   

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

2020-01-19 Thread Hans de Graaff
commit: dd3cf21ffd18daf812a3cb2dac38629bbc0006f8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 20 06:25:25 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 20 06:29:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd3cf21f

dev-ruby/rspec-its: add ruby27

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rspec-its/rspec-its-1.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rspec-its/rspec-its-1.3.0.ebuild 
b/dev-ruby/rspec-its/rspec-its-1.3.0.ebuild
index f592d6285a7..7f05bd44961 100644
--- a/dev-ruby/rspec-its/rspec-its-1.3.0.ebuild
+++ b/dev-ruby/rspec-its/rspec-its-1.3.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



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

2020-01-19 Thread Hans de Graaff
commit: e36e77c0b84b27c4ad3ccd6dabd5f484d2c76d10
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 20 06:28:59 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 20 06:29:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e36e77c0

dev-ruby/mocha: add ruby27

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

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

diff --git a/dev-ruby/mocha/mocha-1.11.2.ebuild 
b/dev-ruby/mocha/mocha-1.11.2.ebuild
index a08aefa4197..7570abd0f96 100644
--- a/dev-ruby/mocha/mocha-1.11.2.ebuild
+++ b/dev-ruby/mocha/mocha-1.11.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_TASK_TEST="test:units test:acceptance"
 



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

2020-01-19 Thread Hans de Graaff
commit: 6439d55f642e07a8e9161ae56d641498ed5a30ea
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 20 06:09:34 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 20 06:29:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6439d55f

dev-ruby/websocket-extensions: add ruby27

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/websocket-extensions/websocket-extensions-0.1.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/websocket-extensions/websocket-extensions-0.1.4.ebuild 
b/dev-ruby/websocket-extensions/websocket-extensions-0.1.4.ebuild
index 14cdc5899da..9a098965ed3 100644
--- a/dev-ruby/websocket-extensions/websocket-extensions-0.1.4.ebuild
+++ b/dev-ruby/websocket-extensions/websocket-extensions-0.1.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2020-01-19 Thread Hans de Graaff
commit: 05c2cac7489a3ae002f8df80b8b1aa6725b3bd35
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 20 06:29:40 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 20 06:29:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05c2cac7

dev-ruby/webmock: add 3.8.0

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/webmock/Manifest |  1 +
 dev-ruby/webmock/webmock-3.8.0.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/dev-ruby/webmock/Manifest b/dev-ruby/webmock/Manifest
index 9b50fe60453..9a556b9c42c 100644
--- a/dev-ruby/webmock/Manifest
+++ b/dev-ruby/webmock/Manifest
@@ -1,3 +1,4 @@
 DIST webmock-2.3.2.gem 112128 BLAKE2B 
ef0a722374057d7c5392924f68de8520f08cb0aa038fc0b8511e00bbd9dc13f6535955f77611e414a33dbf0ed7a519e9c18caf8517d10be7438e7360c3037a1e
 SHA512 
bb61b645b287d15690aa81db4d4c937d3456e1911d394ef1fb31e8ff3530d47b865aa039c8aaa4d4b6a72132dfcdd06be66adf1b53793384dc27ac1c9f9c01e6
 DIST webmock-3.6.2.gem 117760 BLAKE2B 
132b700323cbc4e753406ccfcc69375107c1d8546fd71bacf13db614d1818926321e2cd27dfc08670f908e0ac5946b06892138c2701fb1f27cfcf9fb6dd56c3d
 SHA512 
1d6141be90840d01e3d7b8e925e0a981ac715fbca1219dd35edd7cf3bcea1c1da3442aaa131e3586f0827a7b06207314119c1f47e6ae64f11f154c70ba6fc5c2
 DIST webmock-3.7.6.gem 122368 BLAKE2B 
9bc40971f1eec96d88217544acc67b7abfe6c0815a0696119e12fc5629b4f51e1164ecc982525d2c02fa50c7b1b09548c4831c1d597f06acde04a83227ba0dc9
 SHA512 
85455495476b22d94b23e34a92db3f0f8cf1aa5bb52ea6a8eb71f5f0bcbdad1edc13dff778c62806ec27850320e9f4e17f12525bbac552e5e105ee1ecd771efd
+DIST webmock-3.8.0.gem 122368 BLAKE2B 
17533e0ba297e2caed6de736f7e0b740d33ac8d08d743ef0ac543e443c990fe2a22b14519c599c2d5e36a0bab67d9d72e3aac99ec2ca2dc3f25643b90a75943a
 SHA512 
3c0bb83abafaf1c25f8129fe1017acc323385de0ecf00229f4ebdc1ce60bf83c8d8a05372cfb6e80c2382324854dd985b06ecf3e2003ca4697a65c57c5788d1e

diff --git a/dev-ruby/webmock/webmock-3.8.0.ebuild 
b/dev-ruby/webmock/webmock-3.8.0.ebuild
new file mode 100644
index 000..04f3e54f793
--- /dev/null
+++ b/dev-ruby/webmock/webmock-3.8.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_TASK_TEST="test spec NO_CONNECTION=true"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Allows stubbing HTTP requests and setting expectations on HTTP 
requests"
+HOMEPAGE="https://github.com/bblimke/webmock;
+
+LICENSE="GPL-2"
+SLOT="3"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/addressable-2.3.6 >=dev-ruby/crack-0.3.2 
>=dev-ruby/hashdiff-0.4.0:0"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   dev-ruby/rspec:3
+   >=dev-ruby/test-unit-3.0.0
+   dev-ruby/rack
+   >=dev-ruby/httpclient-2.8.0
+   || ( dev-ruby/http:4 dev-ruby/http:3 ) )"
+
+all_ruby_prepare() {
+   # Remove bundler support
+   rm Gemfile || die
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
+   sed -i -e '1igem "test-unit"' test/test_helper.rb || die
+
+   # There is now optional support for curb and typhoeus which we don't
+   # have in Gentoo yet. em_http_request is available in Gentoo but its
+   # version is too old. patron's latest version is not compatible.
+   sed -i -e '/\(curb\|typhoeus\|em-http\|patron\)/d' spec/spec_helper.rb 
|| die
+   rm 
spec/acceptance/{typhoeus,curb,excon,em_http_request,patron,async_http_client}/*
 || die
+
+   # Avoid httpclient specs that require network access, most likely
+   # because mocking does not fully work.
+   sed -i -e '/httpclient streams response/,/^  end/ s:^:#:' \
+   -e '/are detected when manually specifying Authorization 
header/,/^end/ s:^:#:' \
+   spec/acceptance/httpclient/httpclient_spec.rb
+
+   # Avoid specs that require network access
+   sed -i -e '/when request is not stubbed/,/^  end/ s:^:#:' 
spec/acceptance/shared/callbacks.rb
+}
+
+each_ruby_test() {
+   ${RUBY} -S rake test NO_CONNECTION=true || die
+   ${RUBY} -S rspec-3 spec || die
+
+   einfo "Delay to allow the test server to stop"
+   sleep 10
+}



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

2020-01-19 Thread Matthew Thode
commit: e68158fc1f373a28e602d19d1927d60a6d339459
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 06:09:06 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 06:09:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e68158fc

dev-python/beagle: add python3.7

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/dev-python/beagle/beagle-0.2.1.ebuild 
b/dev-python/beagle/beagle-0.2.1.ebuild
index 06ccde927f2..b793dbd0fc4 100644
--- a/dev-python/beagle/beagle-0.2.1.ebuild
+++ b/dev-python/beagle/beagle-0.2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 inherit distutils-r1
 
 DESCRIPTION="Command line client for Hound, the code search tool."



[gentoo-commits] repo/gentoo:master commit in: sys-devel/automake/

2020-01-19 Thread Andreas K. Hüttel
commit: 955dd521e4f1751517999b34c73359ae95aaa2c1
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Jan 20 05:53:33 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Jan 20 05:53:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=955dd521

sys-devel/automake: Add Python 3.7 support

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-devel/automake/automake-1.16.1-r2.ebuild | 2 +-
 sys-devel/automake/automake-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/automake/automake-1.16.1-r2.ebuild 
b/sys-devel/automake/automake-1.16.1-r2.ebuild
index 9b11712acbc..1c06ea4470f 100644
--- a/sys-devel/automake/automake-1.16.1-r2.ebuild
+++ b/sys-devel/automake/automake-1.16.1-r2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
 
 inherit python-any-r1
 

diff --git a/sys-devel/automake/automake-.ebuild 
b/sys-devel/automake/automake-.ebuild
index 9b11712acbc..1c06ea4470f 100644
--- a/sys-devel/automake/automake-.ebuild
+++ b/sys-devel/automake/automake-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
 
 inherit python-any-r1
 



[gentoo-commits] proj/gentoo-syntax: New tag: gentoo-syntax-20200120

2020-01-19 Thread Michał Górny
commit: 
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 20 05:42:09 2020 +

New tag: gentoo-syntax-20200120




[gentoo-commits] repo/gentoo:master commit in: sys-devel/automake/files/, sys-devel/automake/

2020-01-19 Thread Andreas K. Hüttel
commit: 23577f272c86fe7c44c684b3366f63f8fe1cf04f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jan 19 04:24:03 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Jan 20 05:04:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23577f27

sys-devel/automake: Fix remaining tests broken with py3

Bug: https://bugs.gentoo.org/705514
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-devel/automake/automake-1.16.1-r2.ebuild   |  4 +++
 sys-devel/automake/automake-.ebuild|  4 +++
 .../files/automake-1.16.1-py3-compile-test.patch   | 12 +++
 .../automake-1.16.1-py3-pep3147-cmdline.patch  | 16 +
 .../files/automake-1.16.1-py3-pep3147.patch| 39 ++
 5 files changed, 75 insertions(+)

diff --git a/sys-devel/automake/automake-1.16.1-r2.ebuild 
b/sys-devel/automake/automake-1.16.1-r2.ebuild
index c483767b582..d18df7f0675 100644
--- a/sys-devel/automake/automake-1.16.1-r2.ebuild
+++ b/sys-devel/automake/automake-1.16.1-r2.ebuild
@@ -49,7 +49,11 @@ BDEPEND="
 PATCHES=(
"${FILESDIR}"/automake-1.16.1-py3-compile.patch
"${FILESDIR}"/automake-1.16.1-py3-no-pyo-files.patch
+   "${FILESDIR}"/automake-1.16.1-py3-pep3147.patch
+   "${FILESDIR}"/automake-1.16.1-py3-pep3147-cmdline.patch
+   "${FILESDIR}"/automake-1.16.1-py3-compile-test.patch
 )
+# All three patches have been submitted upstream and ignored there.
 
 pkg_setup() {
use test && python-any-r1_pkg_setup

diff --git a/sys-devel/automake/automake-.ebuild 
b/sys-devel/automake/automake-.ebuild
index c483767b582..d18df7f0675 100644
--- a/sys-devel/automake/automake-.ebuild
+++ b/sys-devel/automake/automake-.ebuild
@@ -49,7 +49,11 @@ BDEPEND="
 PATCHES=(
"${FILESDIR}"/automake-1.16.1-py3-compile.patch
"${FILESDIR}"/automake-1.16.1-py3-no-pyo-files.patch
+   "${FILESDIR}"/automake-1.16.1-py3-pep3147.patch
+   "${FILESDIR}"/automake-1.16.1-py3-pep3147-cmdline.patch
+   "${FILESDIR}"/automake-1.16.1-py3-compile-test.patch
 )
+# All three patches have been submitted upstream and ignored there.
 
 pkg_setup() {
use test && python-any-r1_pkg_setup

diff --git a/sys-devel/automake/files/automake-1.16.1-py3-compile-test.patch 
b/sys-devel/automake/files/automake-1.16.1-py3-compile-test.patch
new file mode 100644
index 000..bd5a6759c29
--- /dev/null
+++ b/sys-devel/automake/files/automake-1.16.1-py3-compile-test.patch
@@ -0,0 +1,12 @@
+diff -ruN automake-1.16.1.orig/t/py-compile-basedir.sh 
automake-1.16.1/t/py-compile-basedir.sh
+--- automake-1.16.1.orig/t/py-compile-basedir.sh   2020-01-20 
05:07:12.915260159 +0100
 automake-1.16.1/t/py-compile-basedir.sh2020-01-20 05:07:45.827074984 
+0100
+@@ -42,7 +42,7 @@
+   py_installed "$d2/$f.pyc"
+   py_installed "$d2/sub/$f.pyc"
+   files=$(find "$d2" | grep '\.py[co]$')
+-  test $(echo "$files" | wc -l) -eq 4
++  test $(echo "$files" | wc -l) -eq 4 -o $(echo "$files" | wc -l) -eq 6
+   case $d2 in
+ .|..) rm -f $files;;
+*) rm -rf "$d2";;

diff --git a/sys-devel/automake/files/automake-1.16.1-py3-pep3147-cmdline.patch 
b/sys-devel/automake/files/automake-1.16.1-py3-pep3147-cmdline.patch
new file mode 100644
index 000..7ece18ebc30
--- /dev/null
+++ b/sys-devel/automake/files/automake-1.16.1-py3-pep3147-cmdline.patch
@@ -0,0 +1,16 @@
+diff -ruN automake-1.16.1.orig/t/instmany-python.sh 
automake-1.16.1/t/instmany-python.sh
+--- automake-1.16.1.orig/t/instmany-python.sh  2018-02-26 21:38:28.0 
+0100
 automake-1.16.1/t/instmany-python.sh   2020-01-20 02:44:37.192352310 
+0100
+@@ -21,7 +21,11 @@
+ required='python'
+ . test-init.sh
+ 
+-limit=2500
++limit=3200
++# Let's increase the number here a bit, otherwise the __pycache__ dirs
++# make the test fail. I know this is a hack, but does anything conform
++# to the POSIX limit of 4096 still anyway?
++
+ subdir=long_subdir_name_with_many_characters
+ nfiles=81
+ list=$(seq_ 1 $nfiles)

diff --git a/sys-devel/automake/files/automake-1.16.1-py3-pep3147.patch 
b/sys-devel/automake/files/automake-1.16.1-py3-pep3147.patch
new file mode 100644
index 000..545544d89fe
--- /dev/null
+++ b/sys-devel/automake/files/automake-1.16.1-py3-pep3147.patch
@@ -0,0 +1,39 @@
+From: Lukas Fleischer
+Subject: python: Properly uninstall __pycache__ in subdirectories
+Date: Sun, 20 May 2018 17:28:51 +0200
+
+When uninstalling __pycache__ files in a subdirectory "sub", the
+Makefile incorrectly removed the files from __pycache__/sub/ instead of
+sub/__pycache__/.
+
+* lib/am/python.am (uninstall-%DIR%PYTHON): Use the correct path when
+uninstalling byte-compiled files installed in '__pycache__'
+subdirectories.
+
+Source: 
https://lists.gnu.org/archive/html/automake-patches/2018-05/msg0.html
+Reviewed-by: Andreas K. Hüttel 
+---
+ lib/am/python.am | 4 ++--
+ 1 file changed, 2 

[gentoo-commits] repo/gentoo:master commit in: sys-devel/automake/

2020-01-19 Thread Andreas K. Hüttel
commit: 6ba47d15f1dd6532626cb4fb4b1d56e4eb2fe873
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Jan 20 05:03:14 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Jan 20 05:04:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba47d15

sys-devel/automake: Enable Python 3 support

Closes: https://bugs.gentoo.org/705514
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-devel/automake/automake-1.16.1-r2.ebuild | 4 ++--
 sys-devel/automake/automake-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-devel/automake/automake-1.16.1-r2.ebuild 
b/sys-devel/automake/automake-1.16.1-r2.ebuild
index d18df7f0675..9b11712acbc 100644
--- a/sys-devel/automake/automake-1.16.1-r2.ebuild
+++ b/sys-devel/automake/automake-1.16.1-r2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_6 )
 
 inherit python-any-r1
 
@@ -53,7 +53,7 @@ PATCHES=(
"${FILESDIR}"/automake-1.16.1-py3-pep3147-cmdline.patch
"${FILESDIR}"/automake-1.16.1-py3-compile-test.patch
 )
-# All three patches have been submitted upstream and ignored there.
+# All patches have been submitted upstream.
 
 pkg_setup() {
use test && python-any-r1_pkg_setup

diff --git a/sys-devel/automake/automake-.ebuild 
b/sys-devel/automake/automake-.ebuild
index d18df7f0675..9b11712acbc 100644
--- a/sys-devel/automake/automake-.ebuild
+++ b/sys-devel/automake/automake-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_6 )
 
 inherit python-any-r1
 
@@ -53,7 +53,7 @@ PATCHES=(
"${FILESDIR}"/automake-1.16.1-py3-pep3147-cmdline.patch
"${FILESDIR}"/automake-1.16.1-py3-compile-test.patch
 )
-# All three patches have been submitted upstream and ignored there.
+# All patches have been submitted upstream.
 
 pkg_setup() {
use test && python-any-r1_pkg_setup



[gentoo-commits] repo/gentoo:master commit in: acct-group/placement/

2020-01-19 Thread Matthew Thode
commit: b862050b0d2aa1bfb6e07ada37e32a73aa8631e0
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 04:40:41 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 04:40:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b862050b

acct-group/placement: make qa bot happy

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 acct-group/placement/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acct-group/placement/metadata.xml 
b/acct-group/placement/metadata.xml
index 1301fb3341b..be325c748ad 100644
--- a/acct-group/placement/metadata.xml
+++ b/acct-group/placement/metadata.xml
@@ -6,5 +6,6 @@
Matthew Thode


+   openstack placement group

 



[gentoo-commits] repo/gentoo:master commit in: acct-group/glance/

2020-01-19 Thread Matthew Thode
commit: 0b501c897609bb68452e16d3367e58aef2e63c20
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 04:37:09 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 04:37:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b501c89

acct-group/glance: make qa bot happy

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 acct-group/glance/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acct-group/glance/metadata.xml b/acct-group/glance/metadata.xml
index 1301fb3341b..058b3cc9e1d 100644
--- a/acct-group/glance/metadata.xml
+++ b/acct-group/glance/metadata.xml
@@ -6,5 +6,6 @@
Matthew Thode


+   openstack glance group

 



[gentoo-commits] repo/gentoo:master commit in: acct-group/heat/

2020-01-19 Thread Matthew Thode
commit: 58862f2c1af6cd30543b6af35ca1822f55659de9
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 04:37:43 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 04:37:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58862f2c

acct-group/heat: make qa-report bot happy

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 acct-group/heat/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acct-group/heat/metadata.xml b/acct-group/heat/metadata.xml
index 1301fb3341b..16087af3955 100644
--- a/acct-group/heat/metadata.xml
+++ b/acct-group/heat/metadata.xml
@@ -6,5 +6,6 @@
Matthew Thode


+   openstack heat group

 



[gentoo-commits] repo/gentoo:master commit in: acct-user/nova/

2020-01-19 Thread Matthew Thode
commit: d1b39bc146c0b33188121fd8ec2b3684bf3e3d28
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 04:46:17 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 04:46:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b39bc1

acct-user/nova: make qa bot happy

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 acct-user/nova/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acct-user/nova/metadata.xml b/acct-user/nova/metadata.xml
index 1301fb3341b..13615850c12 100644
--- a/acct-user/nova/metadata.xml
+++ b/acct-user/nova/metadata.xml
@@ -6,5 +6,6 @@
Matthew Thode


+   openstack nova user

 



[gentoo-commits] repo/gentoo:master commit in: acct-group/neutron/

2020-01-19 Thread Matthew Thode
commit: a051f33072a0730649488d7341e4b5b0853c003c
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 04:39:13 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 04:39:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a051f330

acct-group/neutron: make qa bot happy

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 acct-group/neutron/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acct-group/neutron/metadata.xml b/acct-group/neutron/metadata.xml
index 1301fb3341b..58e6ba8b41a 100644
--- a/acct-group/neutron/metadata.xml
+++ b/acct-group/neutron/metadata.xml
@@ -6,5 +6,6 @@
Matthew Thode


+   openstack neutron group

 



[gentoo-commits] repo/gentoo:master commit in: acct-group/nova/

2020-01-19 Thread Matthew Thode
commit: 5afdc2805aee0806620e79a65116108ae2eb9823
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 04:40:01 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 04:40:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5afdc280

acct-group/nova: make qa bot happy

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 acct-group/nova/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acct-group/nova/metadata.xml b/acct-group/nova/metadata.xml
index 1301fb3341b..4e2f54c7964 100644
--- a/acct-group/nova/metadata.xml
+++ b/acct-group/nova/metadata.xml
@@ -6,5 +6,6 @@
Matthew Thode


+   openstack nova group

 



[gentoo-commits] repo/gentoo:master commit in: acct-group/keystone/

2020-01-19 Thread Matthew Thode
commit: f987629e739e435078420413f16e744a210efa98
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 04:38:36 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 04:38:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f987629e

acct-group/keystone: make qa bot happy

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 acct-group/keystone/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acct-group/keystone/metadata.xml b/acct-group/keystone/metadata.xml
index 1301fb3341b..a8ad0fb7629 100644
--- a/acct-group/keystone/metadata.xml
+++ b/acct-group/keystone/metadata.xml
@@ -6,5 +6,6 @@
Matthew Thode


+   openstack keystone group

 



[gentoo-commits] repo/gentoo:master commit in: acct-user/keystone/

2020-01-19 Thread Matthew Thode
commit: 674692396e2cccfd33b7e7a9ffa3714b62242d05
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 04:44:57 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 04:44:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67469239

acct-user/keystone: make qa bot happy

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 acct-user/keystone/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acct-user/keystone/metadata.xml b/acct-user/keystone/metadata.xml
index 1301fb3341b..92dd07bae1e 100644
--- a/acct-user/keystone/metadata.xml
+++ b/acct-user/keystone/metadata.xml
@@ -6,5 +6,6 @@
Matthew Thode


+   openstack keystone user

 



[gentoo-commits] repo/gentoo:master commit in: acct-user/glance/

2020-01-19 Thread Matthew Thode
commit: 98bc58b4e9d92d18b6e3f2cb5811b88e800a94ba
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 04:43:48 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 04:43:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98bc58b4

acct-user/glance: make qa bot happy

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 acct-user/glance/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acct-user/glance/metadata.xml b/acct-user/glance/metadata.xml
index 1301fb3341b..53e88d6bf84 100644
--- a/acct-user/glance/metadata.xml
+++ b/acct-user/glance/metadata.xml
@@ -6,5 +6,6 @@
Matthew Thode


+   openstack glance user

 



[gentoo-commits] repo/gentoo:master commit in: acct-user/heat/

2020-01-19 Thread Matthew Thode
commit: 682e54f7c84c741d4f9684fd846e312a3b08e652
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 04:44:22 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 04:44:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=682e54f7

acct-user/heat: make qa bot happy

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 acct-user/heat/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acct-user/heat/metadata.xml b/acct-user/heat/metadata.xml
index 1301fb3341b..63b7b9f50d6 100644
--- a/acct-user/heat/metadata.xml
+++ b/acct-user/heat/metadata.xml
@@ -6,5 +6,6 @@
Matthew Thode


+   openstack heat user

 



[gentoo-commits] repo/gentoo:master commit in: acct-group/swift/

2020-01-19 Thread Matthew Thode
commit: 6e6d1011d00c2837cd269341c53ff06b738e83e5
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 04:41:18 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 04:41:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e6d1011

acct-group/swift: make qa bot happy

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 acct-group/swift/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acct-group/swift/metadata.xml b/acct-group/swift/metadata.xml
index 1301fb3341b..b5feb03ff1b 100644
--- a/acct-group/swift/metadata.xml
+++ b/acct-group/swift/metadata.xml
@@ -6,5 +6,6 @@
Matthew Thode


+   openstack swift group

 



[gentoo-commits] repo/gentoo:master commit in: acct-user/swift/

2020-01-19 Thread Matthew Thode
commit: d983750965314fc341d08894efef09a02cf95eca
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 04:47:29 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 04:47:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9837509

acct-user/swift: make qa bot happy

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 acct-user/swift/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acct-user/swift/metadata.xml b/acct-user/swift/metadata.xml
index 1301fb3341b..1bbce6d0ef1 100644
--- a/acct-user/swift/metadata.xml
+++ b/acct-user/swift/metadata.xml
@@ -6,5 +6,6 @@
Matthew Thode


+   openstack swift user

 



[gentoo-commits] repo/gentoo:master commit in: acct-user/placement/

2020-01-19 Thread Matthew Thode
commit: 0cf95f1aa8b073ec38c59bab64b094a25f5f46ed
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 04:46:59 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 04:46:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cf95f1a

acct-user/placement: make qa bot happy

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 acct-user/placement/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acct-user/placement/metadata.xml b/acct-user/placement/metadata.xml
index 1301fb3341b..c86266b1073 100644
--- a/acct-user/placement/metadata.xml
+++ b/acct-user/placement/metadata.xml
@@ -6,5 +6,6 @@
Matthew Thode


+   openstack placement user

 



[gentoo-commits] repo/gentoo:master commit in: acct-user/cinder/

2020-01-19 Thread Matthew Thode
commit: 415809de54e1b9326c63e06b90bd3edee1355547
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 04:42:50 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 04:42:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415809de

acct-user/cinder: make qa bot happy

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 acct-user/cinder/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acct-user/cinder/metadata.xml b/acct-user/cinder/metadata.xml
index 1301fb3341b..3a4e44720aa 100644
--- a/acct-user/cinder/metadata.xml
+++ b/acct-user/cinder/metadata.xml
@@ -6,5 +6,6 @@
Matthew Thode


+   openstack cinder user

 



[gentoo-commits] repo/gentoo:master commit in: acct-user/neutron/

2020-01-19 Thread Matthew Thode
commit: 22dc83d28f8d474f01ab9c673931a6a088dc4e8a
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 04:45:50 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 04:45:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22dc83d2

acct-user/neutron: make qa bot happy

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 acct-user/neutron/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acct-user/neutron/metadata.xml b/acct-user/neutron/metadata.xml
index 1301fb3341b..f4fa8dd047c 100644
--- a/acct-user/neutron/metadata.xml
+++ b/acct-user/neutron/metadata.xml
@@ -6,5 +6,6 @@
Matthew Thode


+   openstack neutron user

 



[gentoo-commits] repo/gentoo:master commit in: acct-group/cinder/

2020-01-19 Thread Matthew Thode
commit: e9d5e061078f425fb1d0aafddcc7bd03697a021c
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 04:36:20 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 04:36:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9d5e061

acct-group/cinder: make qa-reports happy

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 acct-group/cinder/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acct-group/cinder/metadata.xml b/acct-group/cinder/metadata.xml
index 1301fb3341b..ae9c10e7cd7 100644
--- a/acct-group/cinder/metadata.xml
+++ b/acct-group/cinder/metadata.xml
@@ -6,5 +6,6 @@
Matthew Thode


+   openstack cinder group

 



[gentoo-commits] repo/gentoo:master commit in: acct-group/neutron/

2020-01-19 Thread Matthew Thode
commit: 643be256481076b362de5df34b44384dab9a2688
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 03:28:46 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 03:50:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=643be256

acct-group/neutron: add neutron group

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --force
Signed-off-by: Matthew Thode  gentoo.org>

 acct-group/neutron/metadata.xml | 10 ++
 acct-group/neutron/neutron-0.ebuild |  8 
 2 files changed, 18 insertions(+)

diff --git a/acct-group/neutron/metadata.xml b/acct-group/neutron/metadata.xml
new file mode 100644
index 000..1301fb3341b
--- /dev/null
+++ b/acct-group/neutron/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   
+

diff --git a/acct-group/neutron/neutron-0.ebuild 
b/acct-group/neutron/neutron-0.ebuild
new file mode 100644
index 000..90ea9e731a2
--- /dev/null
+++ b/acct-group/neutron/neutron-0.ebuild
@@ -0,0 +1,8 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+ACCT_GROUP_ID=446



[gentoo-commits] repo/gentoo:master commit in: acct-user/neutron/

2020-01-19 Thread Matthew Thode
commit: 573411a9e549c37530c4af3e9b642eaabff50713
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 03:40:52 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 03:50:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=573411a9

acct-user/neutron: add neutron user

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --force
Signed-off-by: Matthew Thode  gentoo.org>

 acct-user/neutron/metadata.xml | 10 ++
 acct-user/neutron/neutron-0.ebuild | 14 ++
 2 files changed, 24 insertions(+)

diff --git a/acct-user/neutron/metadata.xml b/acct-user/neutron/metadata.xml
new file mode 100644
index 000..1301fb3341b
--- /dev/null
+++ b/acct-user/neutron/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   
+

diff --git a/acct-user/neutron/neutron-0.ebuild 
b/acct-user/neutron/neutron-0.ebuild
new file mode 100644
index 000..8f58ff4800e
--- /dev/null
+++ b/acct-user/neutron/neutron-0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="user for the openstack neutron service"
+ACCT_USER_ID=446
+ACCT_USER_HOME=/var/lib/neutron
+ACCT_USER_HOME_PERMS=0770
+ACCT_USER_GROUPS=( neutron )
+
+acct-user_add_deps



[gentoo-commits] repo/gentoo:master commit in: acct-user/swift/

2020-01-19 Thread Matthew Thode
commit: 4e16e940034bbf2fef42ee806b446ec58058b83c
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 03:31:55 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 03:50:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e16e940

acct-user/swift: add swift group

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --force
Signed-off-by: Matthew Thode  gentoo.org>

 acct-user/swift/metadata.xml   | 10 ++
 acct-user/swift/swift-0.ebuild | 12 
 2 files changed, 22 insertions(+)

diff --git a/acct-user/swift/metadata.xml b/acct-user/swift/metadata.xml
new file mode 100644
index 000..1301fb3341b
--- /dev/null
+++ b/acct-user/swift/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   
+

diff --git a/acct-user/swift/swift-0.ebuild b/acct-user/swift/swift-0.ebuild
new file mode 100644
index 000..efee86cef2d
--- /dev/null
+++ b/acct-user/swift/swift-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="USER for swift - Openstack object storage backend"
+ACCT_USER_ID=449
+ACCT_USER_GROUPS=( swift )
+
+acct-user_add_deps



[gentoo-commits] repo/gentoo:master commit in: acct-group/heat/

2020-01-19 Thread Matthew Thode
commit: ac90187423735e616ba2dbbff7714cbba49d0ea8
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 03:29:56 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 03:50:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac901874

acct-group/heat: add heat group

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --force
Signed-off-by: Matthew Thode  gentoo.org>

 acct-group/heat/heat-0.ebuild |  8 
 acct-group/heat/metadata.xml  | 10 ++
 2 files changed, 18 insertions(+)

diff --git a/acct-group/heat/heat-0.ebuild b/acct-group/heat/heat-0.ebuild
new file mode 100644
index 000..d3e6b1b93a8
--- /dev/null
+++ b/acct-group/heat/heat-0.ebuild
@@ -0,0 +1,8 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+ACCT_GROUP_ID=444

diff --git a/acct-group/heat/metadata.xml b/acct-group/heat/metadata.xml
new file mode 100644
index 000..1301fb3341b
--- /dev/null
+++ b/acct-group/heat/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   
+



[gentoo-commits] repo/gentoo:master commit in: acct-user/heat/

2020-01-19 Thread Matthew Thode
commit: a03bd275aa269dc22421d76d1fac507d1dfa1f8a
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 03:44:04 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 03:50:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a03bd275

acct-user/heat: add heat user

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --force
Signed-off-by: Matthew Thode  gentoo.org>

 acct-user/heat/heat-0.ebuild | 14 ++
 acct-user/heat/metadata.xml  | 10 ++
 2 files changed, 24 insertions(+)

diff --git a/acct-user/heat/heat-0.ebuild b/acct-user/heat/heat-0.ebuild
new file mode 100644
index 000..d721c2e9d04
--- /dev/null
+++ b/acct-user/heat/heat-0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="user for the heat openstack service"
+ACCT_USER_ID=444
+ACCT_USER_HOME=/var/lib/heat
+ACCT_USER_HOME_PERMS=0770
+ACCT_USER_GROUPS=( heat )
+
+acct-user_add_deps

diff --git a/acct-user/heat/metadata.xml b/acct-user/heat/metadata.xml
new file mode 100644
index 000..1301fb3341b
--- /dev/null
+++ b/acct-user/heat/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   
+



[gentoo-commits] repo/gentoo:master commit in: acct-user/placement/

2020-01-19 Thread Matthew Thode
commit: 571c0467ae3ef0db17c5a5306de0faf93159501a
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 03:35:54 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 03:50:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=571c0467

acct-user/placement: add placement user

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --force
Signed-off-by: Matthew Thode  gentoo.org>

 acct-user/placement/metadata.xml   | 10 ++
 acct-user/placement/placement-0.ebuild | 14 ++
 2 files changed, 24 insertions(+)

diff --git a/acct-user/placement/metadata.xml b/acct-user/placement/metadata.xml
new file mode 100644
index 000..1301fb3341b
--- /dev/null
+++ b/acct-user/placement/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   
+

diff --git a/acct-user/placement/placement-0.ebuild 
b/acct-user/placement/placement-0.ebuild
new file mode 100644
index 000..33bddfb4a00
--- /dev/null
+++ b/acct-user/placement/placement-0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="User for the placement openstack service"
+ACCT_USER_ID=448
+ACCT_USER_HOME=/var/lib/placement
+ACCT_USER_HOME_PERMS=0770
+ACCT_USER_GROUPS=( placement )
+
+acct-user_add_deps



[gentoo-commits] repo/gentoo:master commit in: acct-user/cinder/

2020-01-19 Thread Matthew Thode
commit: 5d76a0b94425da726005fbc8eb0da31ed3883d60
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 03:47:12 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 03:50:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d76a0b9

acct-user/cinder: add cinder user

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --force
Signed-off-by: Matthew Thode  gentoo.org>

 acct-user/cinder/cinder-0.ebuild | 14 ++
 acct-user/cinder/metadata.xml| 10 ++
 2 files changed, 24 insertions(+)

diff --git a/acct-user/cinder/cinder-0.ebuild b/acct-user/cinder/cinder-0.ebuild
new file mode 100644
index 000..3576a06cec0
--- /dev/null
+++ b/acct-user/cinder/cinder-0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="user for the openstack cinder service"
+ACCT_USER_ID=442
+ACCT_USER_HOME=/var/lib/cinder
+ACCT_USER_HOME_PERMS=0770
+ACCT_USER_GROUPS=( cinder )
+
+acct-user_add_deps

diff --git a/acct-user/cinder/metadata.xml b/acct-user/cinder/metadata.xml
new file mode 100644
index 000..1301fb3341b
--- /dev/null
+++ b/acct-user/cinder/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   
+



[gentoo-commits] repo/gentoo:master commit in: acct-user/keystone/

2020-01-19 Thread Matthew Thode
commit: e320819321ddfdf7eb731fd2a0b8c56b9eeba22f
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 03:42:36 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 03:50:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3208193

acct-user/keystone: add keystone user

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --force
Signed-off-by: Matthew Thode  gentoo.org>

 acct-user/keystone/keystone-0.ebuild | 14 ++
 acct-user/keystone/metadata.xml  | 10 ++
 2 files changed, 24 insertions(+)

diff --git a/acct-user/keystone/keystone-0.ebuild 
b/acct-user/keystone/keystone-0.ebuild
new file mode 100644
index 000..1519aa941e9
--- /dev/null
+++ b/acct-user/keystone/keystone-0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="user for the keystone openstack service"
+ACCT_USER_ID=445
+ACCT_USER_HOME=/var/lib/keystone
+ACCT_USER_HOME_PERMS=0770
+ACCT_USER_GROUPS=( keystone )
+
+acct-user_add_deps

diff --git a/acct-user/keystone/metadata.xml b/acct-user/keystone/metadata.xml
new file mode 100644
index 000..1301fb3341b
--- /dev/null
+++ b/acct-user/keystone/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   
+



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

2020-01-19 Thread Matthew Thode
commit: 220214aafe0d9ed2ce1c8537f5264135ab266717
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 03:49:53 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 03:50:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220214aa

sys-cluster/neutron: 14.0.4 and 15.0.1 stable amd64/x86

not migrated to user until bumped

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 sys-cluster/neutron/neutron-14.0.4.ebuild | 2 +-
 sys-cluster/neutron/neutron-15.0.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/neutron/neutron-14.0.4.ebuild 
b/sys-cluster/neutron/neutron-14.0.4.ebuild
index 0e21778417e..aabbe08f02c 100644
--- a/sys-cluster/neutron/neutron-14.0.4.ebuild
+++ b/sys-cluster/neutron/neutron-14.0.4.ebuild
@@ -19,7 +19,7 @@ else

SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/neutron/stein/configs.tar.gz
 -> neutron-configs-${PV}.tar.gz

https://dev.gentoo.org/~prometheanfire/dist/openstack/neutron/stein/ml2_plugins.tar.gz
 -> neutron-ml2-plugins-${PV}.tar.gz
https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm64 x86"
 fi
 
 LICENSE="Apache-2.0"

diff --git a/sys-cluster/neutron/neutron-15.0.1.ebuild 
b/sys-cluster/neutron/neutron-15.0.1.ebuild
index ba485cb5c83..082eab07ed2 100644
--- a/sys-cluster/neutron/neutron-15.0.1.ebuild
+++ b/sys-cluster/neutron/neutron-15.0.1.ebuild
@@ -19,7 +19,7 @@ else

SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/neutron/train/configs.tar.gz
 -> neutron-configs-${PV}.tar.gz

https://dev.gentoo.org/~prometheanfire/dist/openstack/neutron/train/ml2_plugins.tar.gz
 -> neutron-ml2-plugins-${PV}.tar.gz
https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm64 x86"
 fi
 
 LICENSE="Apache-2.0"



[gentoo-commits] repo/gentoo:master commit in: acct-user/nova/

2020-01-19 Thread Matthew Thode
commit: d35a4158cfca091f8b03b41767926e83aa72fcda
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 03:38:10 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 03:50:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d35a4158

acct-user/nova: add nova user

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --force
Signed-off-by: Matthew Thode  gentoo.org>

 acct-user/nova/metadata.xml  | 10 ++
 acct-user/nova/nova-0.ebuild | 14 ++
 2 files changed, 24 insertions(+)

diff --git a/acct-user/nova/metadata.xml b/acct-user/nova/metadata.xml
new file mode 100644
index 000..1301fb3341b
--- /dev/null
+++ b/acct-user/nova/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   
+

diff --git a/acct-user/nova/nova-0.ebuild b/acct-user/nova/nova-0.ebuild
new file mode 100644
index 000..660f668cf62
--- /dev/null
+++ b/acct-user/nova/nova-0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="user for the openstack nova service"
+ACCT_USER_ID=447
+ACCT_USER_HOME=/var/lib/nova
+ACCT_USER_HOME_PERMS=0770
+ACCT_USER_GROUPS=( nova )
+
+acct-user_add_deps



[gentoo-commits] repo/gentoo:master commit in: acct-user/glance/

2020-01-19 Thread Matthew Thode
commit: 119ce1b3a325e1764c2cbb7afb712a695ce6b0b2
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 03:45:43 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 03:50:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=119ce1b3

acct-user/glance: add glance user

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --force
Signed-off-by: Matthew Thode  gentoo.org>

 acct-user/glance/glance-0.ebuild | 14 ++
 acct-user/glance/metadata.xml| 10 ++
 2 files changed, 24 insertions(+)

diff --git a/acct-user/glance/glance-0.ebuild b/acct-user/glance/glance-0.ebuild
new file mode 100644
index 000..bf1992f3586
--- /dev/null
+++ b/acct-user/glance/glance-0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="user for the glance openstack service"
+ACCT_USER_ID=443
+ACCT_USER_HOME=/var/lib/glance
+ACCT_USER_HOME_PERMS=0770
+ACCT_USER_GROUPS=( glance )
+
+acct-user_add_deps

diff --git a/acct-user/glance/metadata.xml b/acct-user/glance/metadata.xml
new file mode 100644
index 000..1301fb3341b
--- /dev/null
+++ b/acct-user/glance/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   
+



[gentoo-commits] repo/gentoo:master commit in: acct-group/glance/

2020-01-19 Thread Matthew Thode
commit: 74b4d131faecace73ae114ced435baa44a64a880
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 03:30:29 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 03:50:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b4d131

acct-group/glance: add glance group

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --force
Signed-off-by: Matthew Thode  gentoo.org>

 acct-group/glance/glance-0.ebuild |  8 
 acct-group/glance/metadata.xml| 10 ++
 2 files changed, 18 insertions(+)

diff --git a/acct-group/glance/glance-0.ebuild 
b/acct-group/glance/glance-0.ebuild
new file mode 100644
index 000..88a84412528
--- /dev/null
+++ b/acct-group/glance/glance-0.ebuild
@@ -0,0 +1,8 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+ACCT_GROUP_ID=443

diff --git a/acct-group/glance/metadata.xml b/acct-group/glance/metadata.xml
new file mode 100644
index 000..1301fb3341b
--- /dev/null
+++ b/acct-group/glance/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   
+



[gentoo-commits] repo/gentoo:master commit in: acct-group/cinder/

2020-01-19 Thread Matthew Thode
commit: 6926c0c0eb1ed8289f2173441ca218c23963a632
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 03:30:58 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 03:50:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6926c0c0

acct-group/cinder: add cinder group

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --force
Signed-off-by: Matthew Thode  gentoo.org>

 acct-group/cinder/cinder-0.ebuild |  8 
 acct-group/cinder/metadata.xml| 10 ++
 2 files changed, 18 insertions(+)

diff --git a/acct-group/cinder/cinder-0.ebuild 
b/acct-group/cinder/cinder-0.ebuild
new file mode 100644
index 000..d57b97378c7
--- /dev/null
+++ b/acct-group/cinder/cinder-0.ebuild
@@ -0,0 +1,8 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+ACCT_GROUP_ID=442

diff --git a/acct-group/cinder/metadata.xml b/acct-group/cinder/metadata.xml
new file mode 100644
index 000..1301fb3341b
--- /dev/null
+++ b/acct-group/cinder/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   
+



[gentoo-commits] repo/gentoo:master commit in: acct-group/keystone/

2020-01-19 Thread Matthew Thode
commit: ecc70a33864daf78579de9c3525f0c7c149fd317
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 03:29:21 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 03:50:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc70a33

acct-group/keystone: add keystone group

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --force
Signed-off-by: Matthew Thode  gentoo.org>

 acct-group/keystone/keystone-0.ebuild |  8 
 acct-group/keystone/metadata.xml  | 10 ++
 2 files changed, 18 insertions(+)

diff --git a/acct-group/keystone/keystone-0.ebuild 
b/acct-group/keystone/keystone-0.ebuild
new file mode 100644
index 000..06d95b537d6
--- /dev/null
+++ b/acct-group/keystone/keystone-0.ebuild
@@ -0,0 +1,8 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+ACCT_GROUP_ID=445

diff --git a/acct-group/keystone/metadata.xml b/acct-group/keystone/metadata.xml
new file mode 100644
index 000..1301fb3341b
--- /dev/null
+++ b/acct-group/keystone/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   
+



[gentoo-commits] repo/gentoo:master commit in: acct-group/nova/

2020-01-19 Thread Matthew Thode
commit: 57f9d5f08abbecbda6fc4226c89c39a70147b310
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 03:28:08 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 03:50:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57f9d5f0

acct-group/nova: add nova group

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --force
Signed-off-by: Matthew Thode  gentoo.org>

 acct-group/nova/metadata.xml  | 10 ++
 acct-group/nova/nova-0.ebuild |  8 
 2 files changed, 18 insertions(+)

diff --git a/acct-group/nova/metadata.xml b/acct-group/nova/metadata.xml
new file mode 100644
index 000..1301fb3341b
--- /dev/null
+++ b/acct-group/nova/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   
+

diff --git a/acct-group/nova/nova-0.ebuild b/acct-group/nova/nova-0.ebuild
new file mode 100644
index 000..076e02d12e4
--- /dev/null
+++ b/acct-group/nova/nova-0.ebuild
@@ -0,0 +1,8 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+ACCT_GROUP_ID=447



[gentoo-commits] repo/gentoo:master commit in: acct-group/placement/

2020-01-19 Thread Matthew Thode
commit: b9242e4a010d4639c70838991c8e7060deb93e79
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 03:27:25 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 03:50:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9242e4a

acct-group/placement: add placement group

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --force
Signed-off-by: Matthew Thode  gentoo.org>

 acct-group/placement/metadata.xml   | 10 ++
 acct-group/placement/placement-0.ebuild |  8 
 2 files changed, 18 insertions(+)

diff --git a/acct-group/placement/metadata.xml 
b/acct-group/placement/metadata.xml
new file mode 100644
index 000..1301fb3341b
--- /dev/null
+++ b/acct-group/placement/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   
+

diff --git a/acct-group/placement/placement-0.ebuild 
b/acct-group/placement/placement-0.ebuild
new file mode 100644
index 000..4fb6ed98613
--- /dev/null
+++ b/acct-group/placement/placement-0.ebuild
@@ -0,0 +1,8 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+ACCT_GROUP_ID=448



[gentoo-commits] repo/gentoo:master commit in: acct-group/swift/

2020-01-19 Thread Matthew Thode
commit: 7e433f2cc6db0e994b9ec214178d6d6dd59d0b20
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 20 03:24:59 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 03:50:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e433f2c

acct-group/swift: adding for swift

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --force
Signed-off-by: Matthew Thode  gentoo.org>

 acct-group/swift/metadata.xml   | 10 ++
 acct-group/swift/swift-0.ebuild |  8 
 2 files changed, 18 insertions(+)

diff --git a/acct-group/swift/metadata.xml b/acct-group/swift/metadata.xml
new file mode 100644
index 000..1301fb3341b
--- /dev/null
+++ b/acct-group/swift/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   
+

diff --git a/acct-group/swift/swift-0.ebuild b/acct-group/swift/swift-0.ebuild
new file mode 100644
index 000..02bd773b31a
--- /dev/null
+++ b/acct-group/swift/swift-0.ebuild
@@ -0,0 +1,8 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+ACCT_GROUP_ID=449



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

2020-01-19 Thread Matthew Thode
commit: 3192a8cb9d7ae100af1ea8294b78c94c589bc758
Author: Matthew Thode  mthode  org>
AuthorDate: Mon Jan 20 03:16:17 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jan 20 03:18:12 2020 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=3192a8cb

add openstack account uid/gid reservations

Signed-off-by: Matthew Thode  gentoo.org>

 files/uid-gid.txt | 8 
 1 file changed, 8 insertions(+)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index 5530325..c74bdfc 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -229,6 +229,14 @@ automx2437 437 acct
 milter-regex   438 438 acct
 ldap   439 439 user.eclass
 collectd   440 440 requested
+cinder  442 442 acct
+glance  443 443 acct
+heat444 444 acct
+keystone445 445 acct
+neutron 446 446 acct
+nova447 447 acct
+placement   448 448 acct
+swift   449 449 acct
 firebird   450 450 user.eclass
 redmine451 451 acct
 vdr452 452 requested



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/

2020-01-19 Thread Richard Freeman
commit: 7c9a291645628919d02aff4104feba8530cc881c
Author: Richard Freeman  gentoo  org>
AuthorDate: Mon Jan 20 02:26:29 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Mon Jan 20 02:26:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c9a2916

app-backup/duplicity: clean broken package

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/duplicity-0.8.09.ebuild | 45 
 1 file changed, 45 deletions(-)

diff --git a/app-backup/duplicity/duplicity-0.8.09.ebuild 
b/app-backup/duplicity/duplicity-0.8.09.ebuild
deleted file mode 100644
index 01193189c3e..000
--- a/app-backup/duplicity/duplicity-0.8.09.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6)
-
-inherit distutils-r1
-
-DESCRIPTION="Secure backup system using gnupg to encrypt data"
-HOMEPAGE="http://www.nongnu.org/duplicity/;
-SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 
1-2)-series/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="s3 test"
-
-CDEPEND="
-   net-libs/librsync
-   app-crypt/gnupg
-   dev-python/fasteners[${PYTHON_USEDEP}]
-"
-DEPEND="${CDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   app-arch/par2cmdline
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pexpect[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="${CDEPEND}
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   s3? ( dev-python/boto[${PYTHON_USEDEP}] )
-"
-
-RESTRICT="test"
-
-python_test() {
-   esetup.py test
-}
-
-pkg_postinst() {
-   elog "Duplicity has many optional dependencies to support various 
backends."
-   elog "Currently it's up to you to install them as necessary."
-}



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/files/, app-backup/duplicity/

2020-01-19 Thread Richard Freeman
commit: d6a1b2d78796849837ef8f1942bbca431bd6b58e
Author: Richard Freeman  gentoo  org>
AuthorDate: Mon Jan 20 02:24:18 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Mon Jan 20 02:24:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a1b2d7

app-backup/duplicity: fix missing future dep

Closes: https://bugs.gentoo.org/705726
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/duplicity-0.8.09-r1.ebuild| 50 ++
 .../files/duplicity-0.8.09-fix-docs.patch  | 15 +++
 2 files changed, 65 insertions(+)

diff --git a/app-backup/duplicity/duplicity-0.8.09-r1.ebuild 
b/app-backup/duplicity/duplicity-0.8.09-r1.ebuild
new file mode 100644
index 000..f87d57f11a7
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.8.09-r1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_6)
+
+inherit distutils-r1
+
+DESCRIPTION="Secure backup system using gnupg to encrypt data"
+HOMEPAGE="http://www.nongnu.org/duplicity/;
+SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 
1-2)-series/${PV}/+download/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE="s3 test"
+
+CDEPEND="
+   net-libs/librsync
+   app-crypt/gnupg
+   dev-python/fasteners[${PYTHON_USEDEP}]
+"
+DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   app-arch/par2cmdline
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="${CDEPEND}
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   dev-python/future[${PYTHON_USEDEP}]
+   s3? ( dev-python/boto[${PYTHON_USEDEP}] )
+"
+
+RESTRICT="test"
+
+PATCHES=(
+   "${FILESDIR}/${P}-fix-docs.patch"
+)
+
+python_test() {
+   esetup.py test
+}
+
+pkg_postinst() {
+   elog "Duplicity has many optional dependencies to support various 
backends."
+   elog "Currently it's up to you to install them as necessary."
+}

diff --git a/app-backup/duplicity/files/duplicity-0.8.09-fix-docs.patch 
b/app-backup/duplicity/files/duplicity-0.8.09-fix-docs.patch
new file mode 100644
index 000..2141a359b89
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-0.8.09-fix-docs.patch
@@ -0,0 +1,15 @@
+--- duplicity-0.8.09/setup.py  2020-01-19 21:15:47.770168177 -0500
 duplicity-0.8.09/setup.py  2020-01-19 21:16:53.347709792 -0500
+@@ -51,12 +51,6 @@
+ data_files = [(u'share/man/man1',
+[u'bin/duplicity.1',
+ u'bin/rdiffdir.1']),
+-  (u'share/doc/duplicity-%s' % version_string,
+-   [u'COPYING',
+-u'README',
+-u'README-REPO',
+-u'README-LOG',
+-u'CHANGELOG']),
+   ]
+ 
+ top_dir = os.path.dirname(os.path.abspath(__file__))



[gentoo-commits] proj/mysql-extras:master commit in: /

2020-01-19 Thread Thomas Deutschmann
commit: 1f69699a3803985900c7a6ffc1eab5d6bc3d609a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jan 20 02:20:54 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jan 20 02:20:54 2020 +
URL:https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=1f69699a

Add 20018_all_mysql-8.0.19-without-clientlibs-tools.patch

Signed-off-by: Thomas Deutschmann  gentoo.org>

 ...all_mysql-8.0.19-without-clientlibs-tools.patch | 178 +
 1 file changed, 178 insertions(+)

diff --git a/20018_all_mysql-8.0.19-without-clientlibs-tools.patch 
b/20018_all_mysql-8.0.19-without-clientlibs-tools.patch
new file mode 100644
index 000..ea6744e
--- /dev/null
+++ b/20018_all_mysql-8.0.19-without-clientlibs-tools.patch
@@ -0,0 +1,178 @@
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -1285,7 +1285,9 @@ IF(WITH_UNIT_TESTS)
+   INCLUDE(googletest)
+ ENDIF()
+ 
+-ADD_SUBDIRECTORY(include)
++IF(NOT WITHOUT_CLIENTLIBS)
++  ADD_SUBDIRECTORY(include)
++ENDIF(NOT WITHOUT_CLIENTLIBS)
+ ADD_SUBDIRECTORY(strings)
+ ADD_SUBDIRECTORY(vio)
+ ADD_SUBDIRECTORY(mysys)
+--- a/libmysql/CMakeLists.txt
 b/libmysql/CMakeLists.txt
+@@ -242,12 +242,17 @@ IF(WIN32)
+   LIST(APPEND LIBS_TO_MERGE auth_win_client)
+ ENDIF()
+ 
+-# LDAP authentication SASL client plugin
+-MESSAGE(STATUS "Creating LDAP authentication SASL client library.")
+-ADD_SUBDIRECTORY(authentication_ldap)
+-  
+-# Merge several convenience libraries into one big mysqlclient
+-MERGE_CONVENIENCE_LIBRARIES(mysqlclient ${LIBS_TO_MERGE} COMPONENT 
Development)
++IF(WITHOUT_CLIENTLIBS)
++  # Merge several convenience libraries into one big mysqlclient
++  MERGE_CONVENIENCE_LIBRARIES(mysqlclient ${LIBS_TO_MERGE} COMPONENT 
Development SKIP_INSTALL)
++ELSE(WITHOUT_CLIENTLIBS)
++  # LDAP authentication SASL client plugin
++  MESSAGE(STATUS "Creating LDAP authentication SASL client library.")
++  ADD_SUBDIRECTORY(authentication_ldap)
++
++  # Merge several convenience libraries into one big mysqlclient
++  MERGE_CONVENIENCE_LIBRARIES(mysqlclient ${LIBS_TO_MERGE} COMPONENT 
Development)
++ENDIF(WITHOUT_CLIENTLIBS)
+ TARGET_LINK_LIBRARIES(mysqlclient PRIVATE ${LIBS_TO_LINK})
+ 
+ # Visual Studio users need debug  static library for debug projects
+@@ -283,12 +288,22 @@ ENDIF()
+ 
+ # Merge several convenience libraries into one big mysqlclient
+ # and link them together into shared library.
++IF(WITHOUT_CLIENTLIBS)
++MERGE_LIBRARIES_SHARED(libmysql ${LIBS_TO_MERGE}
++  EXPORTS
++  ${CLIENT_API_FUNCTIONS}
++  ${CLIENT_API_FUNCTIONS_UNDOCUMENTED}
++  ${CLIENT_API_NONBLOCKING_FUNCTIONS}
++  COMPONENT SharedLibraries
++  SKIP_INSTALL )
++ELSE(WITHOUT_CLIENTLIBS)
+ MERGE_LIBRARIES_SHARED(libmysql ${LIBS_TO_MERGE}
+   EXPORTS
+   ${CLIENT_API_FUNCTIONS}
+   ${CLIENT_API_FUNCTIONS_UNDOCUMENTED}
+   ${CLIENT_API_NONBLOCKING_FUNCTIONS}
+   COMPONENT SharedLibraries)
++ENDIF(WITHOUT_CLIENTLIBS)
+ TARGET_LINK_LIBRARIES(libmysql PRIVATE ${LIBS_TO_LINK})
+ 
+ IF(WIN32)
+--- a/man/CMakeLists.txt
 b/man/CMakeLists.txt
+@@ -26,7 +26,6 @@ SET(MAN1
+   ibd2sdi.1
+   innochecksum.1
+   lz4_decompress.1
+-  my_print_defaults.1
+   myisam_ftdump.1
+   myisamchk.1
+   myisamlog.1
+@@ -51,8 +50,6 @@ SET(MAN1
+   mysqlpump.1
+   mysqlshow.1
+   mysqlslap.1
+-  perror.1
+-  zlib_decompress.1
+   )
+ SET(MAN1_NDB
+   ndb-common-options.1
+--- a/scripts/CMakeLists.txt
 b/scripts/CMakeLists.txt
+@@ -414,7 +414,7 @@ ELSE()
+ ${CMAKE_CURRENT_BINARY_DIR}/${PKGCONFIG_FILE}
+ ESCAPE_QUOTES @ONLY)
+ 
+-  IF(INSTALL_PKGCONFIGDIR)
++  IF(INSTALL_PKGCONFIGDIR AND NOT WITHOUT_CLIENTLIBS)
+ MESSAGE(STATUS "INSTALL ${PKGCONFIG_FILE} ${INSTALL_PKGCONFIGDIR}")
+ INSTALL(FILES
+   ${CMAKE_CURRENT_BINARY_DIR}/${PKGCONFIG_FILE}
+@@ -427,19 +427,24 @@ ELSE()
+   # mysqld_safe used in mtr even for systemd platforms
+   IF(WITH_SYSTEMD)
+ SET(BIN_SCRIPTS
+-  mysql_config
+   mysqldumpslow
+   mysqld_safe
+   )
+   ELSE()
+ SET(BIN_SCRIPTS
+-  mysql_config
+   mysqldumpslow
+   mysqld_multi
+   mysqld_safe
+   )
+   ENDIF()
+ 
++  IF(NOT WITHOUT_CLIENTLIBS)
++SET(BIN_SCRIPTS
++  ${BIN_SCRIPTS}
++  mysql_config
++)
++  ENDIF(NOT WITHOUT_CLIENTLIBS)
++
+   FOREACH(file ${BIN_SCRIPTS})
+ IF(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${file}.sh)
+   CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${file}.sh
+--- a/support-files/CMakeLists.txt
 b/support-files/CMakeLists.txt
+@@ -24,8 +24,9 @@ IF(NOT UNIX)
+   RETURN()
+ ENDIF()
+ 
+-INSTALL(FILES mysql.m4
+-  DESTINATION ${INSTALL_SHAREDIR}/aclocal COMPONENT Development)
++IF(NOT WITHOUT_CLIENTLIBS)
++  INSTALL(FILES mysql.m4 DESTINATION ${INSTALL_SHAREDIR}/aclocal COMPONENT 
Development)
++ENDIF(NOT WITHOUT_CLIENTLIBS)
+ 
+ SET(localstatedir "${MYSQL_DATADIR}")
+ 
+--- a/utilities/CMakeLists.txt
 b/utilities/CMakeLists.txt
+@@ -120,6 +120,26 @@ IF(LINUX_INSTALL_RPATH_ORIGIN)
+   ADD_DEPENDENCIES(comp_err copy_openssl_dlls)
+ ENDIF()
+ 

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

2020-01-19 Thread Andreas Sturmlechner
commit: f404e1609ada2d6e43543ea262f680e405ea154f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan 14 23:16:18 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan 14 23:16:18 2020 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=f404e160

dev-qt/qtx11extras: Follow dev-qt/qtgui[xcb->X] renaming

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

 dev-qt/qtx11extras/qtx11extras-5.12..ebuild | 5 +++--
 dev-qt/qtx11extras/qtx11extras-5.14..ebuild | 5 +++--
 dev-qt/qtx11extras/qtx11extras-5.15..ebuild | 5 +++--
 dev-qt/qtx11extras/qtx11extras-5..ebuild| 5 +++--
 4 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/dev-qt/qtx11extras/qtx11extras-5.12..ebuild 
b/dev-qt/qtx11extras/qtx11extras-5.12..ebuild
index a2742857..32aefe9b 100644
--- a/dev-qt/qtx11extras/qtx11extras-5.12..ebuild
+++ b/dev-qt/qtx11extras/qtx11extras-5.12..ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit qt5-build
 
 DESCRIPTION="Linux/X11-specific support library for the Qt5 framework"
@@ -14,7 +15,7 @@ IUSE=""
 
 RDEPEND="
~dev-qt/qtcore-${PV}
-   ~dev-qt/qtgui-${PV}[xcb]
+   ~dev-qt/qtgui-${PV}[X]
 "
 DEPEND="${RDEPEND}
test? ( ~dev-qt/qtwidgets-${PV} )

diff --git a/dev-qt/qtx11extras/qtx11extras-5.14..ebuild 
b/dev-qt/qtx11extras/qtx11extras-5.14..ebuild
index a2742857..32aefe9b 100644
--- a/dev-qt/qtx11extras/qtx11extras-5.14..ebuild
+++ b/dev-qt/qtx11extras/qtx11extras-5.14..ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit qt5-build
 
 DESCRIPTION="Linux/X11-specific support library for the Qt5 framework"
@@ -14,7 +15,7 @@ IUSE=""
 
 RDEPEND="
~dev-qt/qtcore-${PV}
-   ~dev-qt/qtgui-${PV}[xcb]
+   ~dev-qt/qtgui-${PV}[X]
 "
 DEPEND="${RDEPEND}
test? ( ~dev-qt/qtwidgets-${PV} )

diff --git a/dev-qt/qtx11extras/qtx11extras-5.15..ebuild 
b/dev-qt/qtx11extras/qtx11extras-5.15..ebuild
index a2742857..32aefe9b 100644
--- a/dev-qt/qtx11extras/qtx11extras-5.15..ebuild
+++ b/dev-qt/qtx11extras/qtx11extras-5.15..ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit qt5-build
 
 DESCRIPTION="Linux/X11-specific support library for the Qt5 framework"
@@ -14,7 +15,7 @@ IUSE=""
 
 RDEPEND="
~dev-qt/qtcore-${PV}
-   ~dev-qt/qtgui-${PV}[xcb]
+   ~dev-qt/qtgui-${PV}[X]
 "
 DEPEND="${RDEPEND}
test? ( ~dev-qt/qtwidgets-${PV} )

diff --git a/dev-qt/qtx11extras/qtx11extras-5..ebuild 
b/dev-qt/qtx11extras/qtx11extras-5..ebuild
index a2742857..32aefe9b 100644
--- a/dev-qt/qtx11extras/qtx11extras-5..ebuild
+++ b/dev-qt/qtx11extras/qtx11extras-5..ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit qt5-build
 
 DESCRIPTION="Linux/X11-specific support library for the Qt5 framework"
@@ -14,7 +15,7 @@ IUSE=""
 
 RDEPEND="
~dev-qt/qtcore-${PV}
-   ~dev-qt/qtgui-${PV}[xcb]
+   ~dev-qt/qtgui-${PV}[X]
 "
 DEPEND="${RDEPEND}
test? ( ~dev-qt/qtwidgets-${PV} )



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

2020-01-19 Thread Andreas Sturmlechner
commit: b5cba9d35e312f2a6f1c65e2befd974e59e2dca6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 19 23:34:08 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 23:35:04 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b5cba9d3

kde-apps/ktp-approver: Raise minimum net-libs/telepathy-qt version

Upstream commit 8d0cdcd38185d4d09491fcf936647c8e56ec33c6

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

 kde-apps/ktp-approver/ktp-approver-.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/kde-apps/ktp-approver/ktp-approver-.ebuild 
b/kde-apps/ktp-approver/ktp-approver-.ebuild
index c310a115c8..a1d6f96fc7 100644
--- a/kde-apps/ktp-approver/ktp-approver-.ebuild
+++ b/kde-apps/ktp-approver/ktp-approver-.ebuild
@@ -17,16 +17,16 @@ KEYWORDS=""
 IUSE=""
 
 DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
>=kde-frameworks/kdbusaddons-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/knotifications-${KFMIN}:5
>=kde-frameworks/kservice-${KFMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   net-libs/telepathy-qt[qt5(+)]
+   >=net-libs/telepathy-qt-0.9.8[qt5(+)]
 "
 RDEPEND="${DEPEND}
>=kde-apps/ktp-contact-list-${PVCUT}:5



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

2020-01-19 Thread Andreas Sturmlechner
commit: 0ac98fdbed03adffb7a368ad7f0c98f369e9c24b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 19 23:19:54 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 23:19:54 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0ac98fdb

kde-misc/latte-dock: Prepare for dev-qt/qtgui[xcb -> X]

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

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

diff --git a/kde-misc/latte-dock/latte-dock-.ebuild 
b/kde-misc/latte-dock/latte-dock-.ebuild
index d0653af574..3362889453 100644
--- a/kde-misc/latte-dock/latte-dock-.ebuild
+++ b/kde-misc/latte-dock/latte-dock-.ebuild
@@ -24,7 +24,10 @@ DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtdeclarative-${QTMIN}:5=
>=dev-qt/qtgraphicaleffects-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5[xcb]
+   || (
+   >=dev-qt/qtgui-${QTMIN}:5[X(-)]
+   >=dev-qt/qtgui-${QTMIN}:5[xcb(-)]
+   )
>=dev-qt/qtwidgets-${QTMIN}:5
>=dev-qt/qtx11extras-${QTMIN}:5
>=kde-frameworks/kactivities-${KFMIN}:5



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

2020-01-19 Thread Andreas Sturmlechner
commit: 71bfd3c05c75cb8ee0fa0179b1f34a732a4e5f17
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan 14 23:09:15 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan 14 23:09:54 2020 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=71bfd3c0

dev-qt/qtwidgets: Rename USE xcb to X

Closes: https://bugs.gentoo.org/705440
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtwidgets/qtwidgets-5.12..ebuild | 11 ++-
 dev-qt/qtwidgets/qtwidgets-5.14..ebuild | 11 ++-
 dev-qt/qtwidgets/qtwidgets-5.15..ebuild | 11 ++-
 dev-qt/qtwidgets/qtwidgets-5..ebuild| 11 ++-
 4 files changed, 24 insertions(+), 20 deletions(-)

diff --git a/dev-qt/qtwidgets/qtwidgets-5.12..ebuild 
b/dev-qt/qtwidgets/qtwidgets-5.12..ebuild
index 700b6405..3d14a9cd 100644
--- a/dev-qt/qtwidgets/qtwidgets-5.12..ebuild
+++ b/dev-qt/qtwidgets/qtwidgets-5.12..ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 QT5_MODULE="qtbase"
 inherit qt5-build
 
@@ -12,11 +13,11 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 fi
 
 # keep IUSE defaults in sync with qtgui
-IUSE="gles2 gtk +png +xcb"
+IUSE="gles2 gtk +png +X"
 
 DEPEND="
~dev-qt/qtcore-${PV}
-   ~dev-qt/qtgui-${PV}[gles2=,png=,xcb?]
+   ~dev-qt/qtgui-${PV}[gles2=,png=,X?]
gtk? (
~dev-qt/qtgui-${PV}[dbus]
x11-libs/gtk+:3
@@ -49,8 +50,8 @@ src_configure() {
-gui
$(qt_use png libpng system)
-widgets
-   $(qt_use xcb xcb system)
-   $(usex xcb '-xcb-xlib -xcb-xinput -xkb -xkbcommon' '')
+   $(qt_use X xcb system)
+   $(usex X '-xcb-xlib -xcb-xinput -xkb -xkbcommon' '')
)
qt5-build_src_configure
 }

diff --git a/dev-qt/qtwidgets/qtwidgets-5.14..ebuild 
b/dev-qt/qtwidgets/qtwidgets-5.14..ebuild
index 700b6405..3d14a9cd 100644
--- a/dev-qt/qtwidgets/qtwidgets-5.14..ebuild
+++ b/dev-qt/qtwidgets/qtwidgets-5.14..ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 QT5_MODULE="qtbase"
 inherit qt5-build
 
@@ -12,11 +13,11 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 fi
 
 # keep IUSE defaults in sync with qtgui
-IUSE="gles2 gtk +png +xcb"
+IUSE="gles2 gtk +png +X"
 
 DEPEND="
~dev-qt/qtcore-${PV}
-   ~dev-qt/qtgui-${PV}[gles2=,png=,xcb?]
+   ~dev-qt/qtgui-${PV}[gles2=,png=,X?]
gtk? (
~dev-qt/qtgui-${PV}[dbus]
x11-libs/gtk+:3
@@ -49,8 +50,8 @@ src_configure() {
-gui
$(qt_use png libpng system)
-widgets
-   $(qt_use xcb xcb system)
-   $(usex xcb '-xcb-xlib -xcb-xinput -xkb -xkbcommon' '')
+   $(qt_use X xcb system)
+   $(usex X '-xcb-xlib -xcb-xinput -xkb -xkbcommon' '')
)
qt5-build_src_configure
 }

diff --git a/dev-qt/qtwidgets/qtwidgets-5.15..ebuild 
b/dev-qt/qtwidgets/qtwidgets-5.15..ebuild
index fb915b77..4032c89b 100644
--- a/dev-qt/qtwidgets/qtwidgets-5.15..ebuild
+++ b/dev-qt/qtwidgets/qtwidgets-5.15..ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 QT5_MODULE="qtbase"
 inherit qt5-build
 
@@ -12,11 +13,11 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 fi
 
 # keep IUSE defaults in sync with qtgui
-IUSE="gles2 gtk +png +xcb"
+IUSE="gles2 gtk +png +X"
 
 DEPEND="
~dev-qt/qtcore-${PV}
-   ~dev-qt/qtgui-${PV}[gles2=,png=,xcb?]
+   ~dev-qt/qtgui-${PV}[gles2=,png=,X?]
gtk? (
~dev-qt/qtgui-${PV}[dbus]
x11-libs/gtk+:3
@@ -49,8 +50,8 @@ src_configure() {
-gui
$(qt_use png libpng system)
-widgets
-   $(qt_use xcb)
-   $(usex xcb '-xcb-xlib -xkbcommon' '')
+   $(qt_use X)
+   $(usex X '-xcb-xlib -xkbcommon' '')
)
qt5-build_src_configure
 }

diff --git a/dev-qt/qtwidgets/qtwidgets-5..ebuild 
b/dev-qt/qtwidgets/qtwidgets-5..ebuild
index 700b6405..3d14a9cd 100644
--- a/dev-qt/qtwidgets/qtwidgets-5..ebuild
+++ b/dev-qt/qtwidgets/qtwidgets-5..ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 QT5_MODULE="qtbase"
 inherit qt5-build
 
@@ -12,11 +13,11 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 fi
 
 # keep IUSE defaults in sync with qtgui
-IUSE="gles2 gtk +png +xcb"
+IUSE="gles2 

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

2020-01-19 Thread Andreas Sturmlechner
commit: b6eb9f20fe1d680af613bf04bb7a5927d63f560a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 15 20:40:35 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 23:51:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6eb9f20

app-admin/qtpass: Drop 1.3.2 (r0)

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

 app-admin/qtpass/qtpass-1.3.2.ebuild | 62 
 1 file changed, 62 deletions(-)

diff --git a/app-admin/qtpass/qtpass-1.3.2.ebuild 
b/app-admin/qtpass/qtpass-1.3.2.ebuild
deleted file mode 100644
index 99fe7179cfb..000
--- a/app-admin/qtpass/qtpass-1.3.2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop qmake-utils virtualx
-
-DESCRIPTION="multi-platform GUI for pass, the standard unix password manager"
-HOMEPAGE="https://qtpass.org/;
-SRC_URI="https://github.com/IJHack/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="test"
-
-RDEPEND="app-admin/pass
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5[xcb]
-   dev-qt/qtnetwork:5
-   dev-qt/qtwidgets:5
-   net-misc/x11-ssh-askpass"
-DEPEND="${RDEPEND}
-   dev-qt/qtsvg:5
-   test? ( dev-qt/qttest:5 )"
-BDEPEND="dev-qt/linguist-tools:5"
-
-RESTRICT="!test? ( test )"
-
-S="${WORKDIR}/QtPass-${PV}"
-
-DOCS=( {CHANGELOG,CONTRIBUTING,FAQ,README}.md )
-
-src_prepare() {
-   default
-
-   if ! use test ; then
-   sed -i '/SUBDIRS += src /s/tests //' \
-   qtpass.pro || die "sed for qtpass.pro failed"
-   fi
-}
-
-src_configure() {
-   eqmake5 PREFIX="${D}"/usr
-}
-
-src_test() {
-   virtx default
-}
-
-src_install() {
-   default
-
-   insinto /usr/share/qtpass/translations
-   doins localization/*.qm
-
-   doman qtpass.1
-   domenu qtpass.desktop
-   newicon artwork/icon.png qtpass-icon.png
-   insinto /usr/share/appdata
-   doins qtpass.appdata.xml
-}



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

2020-01-19 Thread Andreas Sturmlechner
commit: f077123201dc708a95b2a59b336083491bcb5777
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 15 20:43:43 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 23:51:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0771232

net-misc/dropbox: Prepare for dev-qt/qtgui[xcb -> X]

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

 net-misc/dropbox/dropbox-89.3.268-r1.ebuild | 109 
 1 file changed, 109 insertions(+)

diff --git a/net-misc/dropbox/dropbox-89.3.268-r1.ebuild 
b/net-misc/dropbox/dropbox-89.3.268-r1.ebuild
new file mode 100644
index 000..c62cee3a6ea
--- /dev/null
+++ b/net-misc/dropbox/dropbox-89.3.268-r1.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/;
+SRC_URI="
+   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
+   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="amd64 x86 ~x86-linux"
+IUSE="+librsync-bundled selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+DEPEND="librsync-bundled? ( dev-util/patchelf )"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   dev-libs/glib:2
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtdeclarative:5
+   || (
+   dev-qt/qtgui:5[-gles2,X(-)]
+   dev-qt/qtgui:5[-gles2,xcb(-)]
+   )
+   dev-qt/qtopengl:5[-gles2]
+   dev-qt/qtnetwork:5
+   dev-qt/qtprintsupport:5[-gles2]
+   dev-qt/qtwebkit:5
+   dev-qt/qtwidgets:5[-gles2]
+   media-libs/fontconfig
+   media-libs/freetype
+   virtual/jpeg
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXinerama
+   x11-libs/libXxf86vm
+   x11-libs/pango[X]
+   x11-misc/wmctrl
+   x11-themes/hicolor-icon-theme
+   )
+   !librsync-bundled? ( =sys-devel/gcc-4.2.0
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5"
+
+src_unpack() {
+   unpack ${A}
+   mkdir -p "${S}" || die
+   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
+   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
+   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
+   rmdir .dropbox-dist || die
+}
+
+src_prepare() {
+   default
+
+   rm -vf libGL.so.1 libX11* libdrm.so.2 libffi.so.6 libpopt.so.0 wmctrl 
|| die
+   # tray icon doesnt load when removing libQt5* (bug 641416)
+   #rm -vrf libQt5* libicu* qt.conf plugins/ || die
+   if use X ; then
+   mv images/hicolor/16x16/status "${T}" || die
+   else
+   rm -vrf PyQt5* *pyqt5* images || die
+   fi
+   if use librsync-bundled ; then
+   patchelf --set-rpath '$ORIGIN' librsyncffi_native.*.so || die
+   else
+   rm -vf librsync.so.1 || die
+   fi
+   pax-mark cm dropbox
+   mv README ACKNOWLEDGEMENTS "${T}" || die
+}
+
+src_install() {
+   local targetdir="/opt/dropbox"
+
+   insinto "${targetdir}"
+   doins -r *
+   fperms a+x "${targetdir}"/{dropbox,dropboxd}
+   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
+
+   use X && doicon -s 16 -c status "${T}"/status
+
+   make_desktop_entry "${PN}" "Dropbox" "dropboxstatus-logo"
+
+   newinitd "${FILESDIR}"/dropbox.initd dropbox
+   newconfd "${FILESDIR}"/dropbox.conf dropbox
+   systemd_newunit "${FILESDIR}"/dropbox_at.service-r2 "dropbox@.service"
+
+   dodoc "${T}"/{README,ACKNOWLEDGEMENTS}
+}



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

2020-01-19 Thread Andreas Sturmlechner
commit: bca9ba62cf256c4a9eeeb31ce289c0f846f61250
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 15 20:37:25 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 23:51:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca9ba62

kde-misc/latte-dock: Prepare for dev-qt/qtgui[xcb -> X]

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

 kde-misc/latte-dock/latte-dock-0.9.2.ebuild|  2 +-
 kde-misc/latte-dock/latte-dock-0.9.4.ebuild|  2 +-
 kde-misc/latte-dock/latte-dock-0.9.7-r1.ebuild | 60 ++
 3 files changed, 62 insertions(+), 2 deletions(-)

diff --git a/kde-misc/latte-dock/latte-dock-0.9.2.ebuild 
b/kde-misc/latte-dock/latte-dock-0.9.2.ebuild
index 221cc4852ad..c90e01aec9f 100644
--- a/kde-misc/latte-dock/latte-dock-0.9.2.ebuild
+++ b/kde-misc/latte-dock/latte-dock-0.9.2.ebuild
@@ -41,7 +41,7 @@ DEPEND="
$(add_qt_dep qtdbus)
$(add_qt_dep qtdeclarative)
$(add_qt_dep qtgraphicaleffects)
-   $(add_qt_dep qtgui 'xcb')
+   $(add_qt_dep qtgui 'xcb(-)')
$(add_qt_dep qtwidgets)
$(add_qt_dep qtx11extras)
x11-libs/libSM

diff --git a/kde-misc/latte-dock/latte-dock-0.9.4.ebuild 
b/kde-misc/latte-dock/latte-dock-0.9.4.ebuild
index af82c797ba5..4703aafe824 100644
--- a/kde-misc/latte-dock/latte-dock-0.9.4.ebuild
+++ b/kde-misc/latte-dock/latte-dock-0.9.4.ebuild
@@ -41,7 +41,7 @@ DEPEND="
$(add_qt_dep qtdbus)
$(add_qt_dep qtdeclarative)
$(add_qt_dep qtgraphicaleffects)
-   $(add_qt_dep qtgui 'xcb')
+   $(add_qt_dep qtgui 'xcb(-)')
$(add_qt_dep qtwidgets)
$(add_qt_dep qtx11extras)
x11-libs/libSM

diff --git a/kde-misc/latte-dock/latte-dock-0.9.7-r1.ebuild 
b/kde-misc/latte-dock/latte-dock-0.9.7-r1.ebuild
new file mode 100644
index 000..33628894535
--- /dev/null
+++ b/kde-misc/latte-dock/latte-dock-0.9.7-r1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=5.64.0
+QTMIN=5.12.3
+inherit ecm kde.org
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Elegant dock, based on KDE Frameworks"
+HOMEPAGE="https://kde.org/applications/utilities/org.kde.latte-dock;
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE=""
+
+# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.14.0
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5=
+   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
+   || (
+   >=dev-qt/qtgui-${QTMIN}:5[X(-)]
+   >=dev-qt/qtgui-${QTMIN}:5[xcb(-)]
+   )
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=kde-frameworks/kactivities-${KFMIN}:5
+   >=kde-frameworks/karchive-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kcrash-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/kglobalaccel-${KFMIN}:5
+   >=kde-frameworks/kguiaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/knewstuff-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kpackage-${KFMIN}:5
+   >=kde-frameworks/kwayland-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/plasma-${KFMIN}:5[X]
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libxcb
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+"
+
+DOCS=( CHANGELOG.md README.md )



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

2020-01-19 Thread Andreas Sturmlechner
commit: aad176a473e4f8fa39940ccabb2daae0f2deafda
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 15 20:35:43 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 23:51:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aad176a4

net-im/libcommuni: Prepare for dev-qt/qtgui[xcb -> X]

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

 .../libcommuni-3.5.0_p20190110-r1.ebuild   | 88 ++
 1 file changed, 88 insertions(+)

diff --git a/net-im/libcommuni/libcommuni-3.5.0_p20190110-r1.ebuild 
b/net-im/libcommuni/libcommuni-3.5.0_p20190110-r1.ebuild
new file mode 100644
index 000..0e061171fd0
--- /dev/null
+++ b/net-im/libcommuni/libcommuni-3.5.0_p20190110-r1.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGIT_COMMIT="88bb0fcdaab5bdd1176a3b6b485a6415a137ec27"
+
+inherit qmake-utils
+
+DESCRIPTION="A cross-platform IRC framework written with Qt"
+HOMEPAGE="https://communi.github.io/;
+SRC_URI="https://github.com/communi/${PN}/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="examples qml test +uchardet"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtdeclarative:5
+   examples? ( || (
+   dev-qt/qtgui:5[X(-)]
+   dev-qt/qtgui:5[xcb(-)]
+   ) )
+   uchardet? ( app-i18n/uchardet )
+   !uchardet? ( dev-libs/icu:= )
+"
+
+DEPEND="
+   ${RDEPEND}
+   test? ( dev-qt/qttest:5 )
+"
+
+S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
+
+src_prepare() {
+   default
+
+   # Currently the test tst_IrcLagTimer fails, so disabling
+   # See: https://github.com/communi/libcommuni/issues/63
+   sed -e '/irclagtimer/d' -i tests/auto/auto.pro || die
+}
+
+src_configure() {
+   local myqmakeargs=( libcommuni.pro
+   # Disables compile run-time benchmarks, as they don't make any 
sense
+   -config no_benchmarks
+   # Is needed for fixing the QA Notice: The following files 
contain insecure RUNPATHs
+   -config no_rpath
+   # Compile libcommuni always in Release mode, as Debug seems to 
do nothing
+   -config release
+   # Don't silence all compile messages
+   -config verbose
+   -config $(usex examples '' 'no_')examples
+   -config $(usex qml '' 'no_')install_imports
+   -config $(usex qml '' 'no_')install_qml
+   -config $(usex test '' 'no_')tests
+   -config $(usex uchardet 'no_' '')icu
+   -config $(usex uchardet '' 'no_')uchardet )
+
+   eqmake5 "${myqmakeargs[@]}"
+}
+
+src_test() {
+   # This is a hack to delete the existing LD_LIBRARY_PATH and set a new 
one,
+   # otherwise a test will fail, because it uses the system installed lib 
instead of the new compiled lib.
+   # The test will fail, when libcommuni is emerged with USE="uchardet" and
+   # libcommuni is already installed with USE="-uchardat", or the other 
way around.
+   find "${S}" -type f -name 'target_wrapper.sh' -exec sed -i -e 
"/.*LD_LIBRARY_PATH.*/d" {} \; || die
+   local -x LD_LIBRARY_PATH="${S}/lib"
+
+   default
+}
+
+src_install() {
+   emake install INSTALL_ROOT="${D}"
+
+   if use examples; then
+   local examples=( "bot" "client" "minimal" "qmlbot" "quick" )
+   for example in ${examples[@]}; do
+   newbin examples/"${example}"/"${example}" 
libcommuni."${example}"
+   done
+   fi
+
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtvirtualkeyboard/, dev-qt/qtgui/, dev-qt/qtx11extras/, dev-qt/qtwidgets/

2020-01-19 Thread Andreas Sturmlechner
commit: 6064fc3aaab4133dd4b368910e8ae94b0d946e54
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 16 07:59:52 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 23:51:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6064fc3a

dev-qt: Switch USE xcb -> X

Closes: https://bugs.gentoo.org/705440
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtgui/qtgui-5.14.0-r3.ebuild| 188 +
 .../qtvirtualkeyboard-5.14.0-r1.ebuild |  43 +
 dev-qt/qtwidgets/qtwidgets-5.14.0-r1.ebuild|  57 +++
 dev-qt/qtx11extras/qtx11extras-5.14.0-r1.ebuild|  22 +++
 4 files changed, 310 insertions(+)

diff --git a/dev-qt/qtgui/qtgui-5.14.0-r3.ebuild 
b/dev-qt/qtgui/qtgui-5.14.0-r3.ebuild
new file mode 100644
index 000..8ab48c846dd
--- /dev/null
+++ b/dev-qt/qtgui/qtgui-5.14.0-r3.ebuild
@@ -0,0 +1,188 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+QT5_MODULE="qtbase"
+inherit qt5-build
+
+DESCRIPTION="The GUI module and platform plugins for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+fi
+
+# TODO: linuxfb
+
+IUSE="accessibility dbus egl eglfs evdev +gif gles2 ibus
+   jpeg +libinput +png tslib tuio +udev vnc wayland +X"
+REQUIRED_USE="
+   || ( eglfs X )
+   accessibility? ( dbus X )
+   eglfs? ( egl )
+   ibus? ( dbus )
+   libinput? ( udev )
+   X? ( gles2? ( egl ) )
+"
+
+COMMON_DEPEND="
+   dev-libs/glib:2
+   ~dev-qt/qtcore-${PV}
+   dev-util/gtk-update-icon-cache
+   media-libs/fontconfig
+   >=media-libs/freetype-2.6.1:2
+   >=media-libs/harfbuzz-1.6.0:=
+   sys-libs/zlib:=
+   virtual/opengl
+   dbus? ( ~dev-qt/qtdbus-${PV} )
+   egl? ( media-libs/mesa[egl] )
+   eglfs? (
+   media-libs/mesa[gbm]
+   x11-libs/libdrm
+   )
+   evdev? ( sys-libs/mtdev )
+   gles2? ( media-libs/mesa[gles2] )
+   jpeg? ( virtual/jpeg:0 )
+   libinput? (
+   dev-libs/libinput:=
+   >=x11-libs/libxkbcommon-0.5.0
+   )
+   png? ( media-libs/libpng:0= )
+   tslib? ( >=x11-libs/tslib-1.21 )
+   tuio? ( ~dev-qt/qtnetwork-${PV} )
+   udev? ( virtual/libudev:= )
+   vnc? ( ~dev-qt/qtnetwork-${PV} )
+   X? (
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   >=x11-libs/libxcb-1.12:=[xkb]
+   >=x11-libs/libxkbcommon-0.5.0[X]
+   x11-libs/xcb-util-image
+   x11-libs/xcb-util-keysyms
+   x11-libs/xcb-util-renderutil
+   x11-libs/xcb-util-wm
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   evdev? ( sys-kernel/linux-headers )
+   udev? ( sys-kernel/linux-headers )
+"
+# bug 703306, _populate_Gui_plugin_properties breaks installed cmake modules
+RDEPEND="${COMMON_DEPEND}
+   !

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

2020-01-19 Thread Andreas Sturmlechner
commit: 52a8be186b9572777ffb94bc9478ef9023e1ffd4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 15 20:47:33 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 23:51:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52a8be18

net-misc/dropbox: Drop 89.3.268 (r0)

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

 net-misc/dropbox/dropbox-89.3.268.ebuild | 106 ---
 1 file changed, 106 deletions(-)

diff --git a/net-misc/dropbox/dropbox-89.3.268.ebuild 
b/net-misc/dropbox/dropbox-89.3.268.ebuild
deleted file mode 100644
index b08c6c38492..000
--- a/net-misc/dropbox/dropbox-89.3.268.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop pax-utils systemd xdg
-
-DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
-HOMEPAGE="https://www.dropbox.com/;
-SRC_URI="
-   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
-   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )"
-
-LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-linux"
-IUSE="+librsync-bundled selinux X"
-
-RESTRICT="mirror strip"
-
-QA_PREBUILT="opt/.*"
-QA_EXECSTACK="opt/dropbox/dropbox"
-
-DEPEND="librsync-bundled? ( dev-util/patchelf )"
-
-# Be sure to have GLIBCXX_3.4.9, #393125
-RDEPEND="
-   X? (
-   dev-libs/glib:2
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtdeclarative:5
-   dev-qt/qtgui:5[-gles2,xcb]
-   dev-qt/qtopengl:5[-gles2]
-   dev-qt/qtnetwork:5
-   dev-qt/qtprintsupport:5[-gles2]
-   dev-qt/qtwebkit:5
-   dev-qt/qtwidgets:5[-gles2]
-   media-libs/fontconfig
-   media-libs/freetype
-   virtual/jpeg
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXinerama
-   x11-libs/libXxf86vm
-   x11-libs/pango[X]
-   x11-misc/wmctrl
-   x11-themes/hicolor-icon-theme
-   )
-   !librsync-bundled? ( =sys-devel/gcc-4.2.0
-   sys-libs/zlib
-   sys-libs/ncurses-compat:5"
-
-src_unpack() {
-   unpack ${A}
-   mkdir -p "${S}" || die
-   mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
-   mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
-   rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
-   rmdir .dropbox-dist || die
-}
-
-src_prepare() {
-   default
-
-   rm -vf libGL.so.1 libX11* libdrm.so.2 libffi.so.6 libpopt.so.0 wmctrl 
|| die
-   # tray icon doesnt load when removing libQt5* (bug 641416)
-   #rm -vrf libQt5* libicu* qt.conf plugins/ || die
-   if use X ; then
-   mv images/hicolor/16x16/status "${T}" || die
-   else
-   rm -vrf PyQt5* *pyqt5* images || die
-   fi
-   if use librsync-bundled ; then
-   patchelf --set-rpath '$ORIGIN' librsyncffi_native.*.so || die
-   else
-   rm -vf librsync.so.1 || die
-   fi
-   pax-mark cm dropbox
-   mv README ACKNOWLEDGEMENTS "${T}" || die
-}
-
-src_install() {
-   local targetdir="/opt/dropbox"
-
-   insinto "${targetdir}"
-   doins -r *
-   fperms a+x "${targetdir}"/{dropbox,dropboxd}
-   dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
-
-   use X && doicon -s 16 -c status "${T}"/status
-
-   make_desktop_entry "${PN}" "Dropbox" "dropboxstatus-logo"
-
-   newinitd "${FILESDIR}"/dropbox.initd dropbox
-   newconfd "${FILESDIR}"/dropbox.conf dropbox
-   systemd_newunit "${FILESDIR}"/dropbox_at.service-r2 "dropbox@.service"
-
-   dodoc "${T}"/{README,ACKNOWLEDGEMENTS}
-}



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtvirtualkeyboard/, dev-qt/qtwidgets/, dev-qt/qtgui/, dev-qt/qtx11extras/

2020-01-19 Thread Andreas Sturmlechner
commit: dd935560f537ad88a3eea9794103cb6bb3b2bff9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 16 08:02:46 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 23:51:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd935560

dev-qt: Drop 5.14.0 w/o USE X

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

 dev-qt/qtgui/qtgui-5.14.0-r2.ebuild| 187 -
 .../qtvirtualkeyboard-5.14.0.ebuild|  42 -
 dev-qt/qtwidgets/qtwidgets-5.14.0.ebuild   |  56 --
 dev-qt/qtx11extras/qtx11extras-5.14.0.ebuild   |  21 ---
 4 files changed, 306 deletions(-)

diff --git a/dev-qt/qtgui/qtgui-5.14.0-r2.ebuild 
b/dev-qt/qtgui/qtgui-5.14.0-r2.ebuild
deleted file mode 100644
index 1f814dd0fe5..000
--- a/dev-qt/qtgui/qtgui-5.14.0-r2.ebuild
+++ /dev/null
@@ -1,187 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-QT5_MODULE="qtbase"
-inherit qt5-build
-
-DESCRIPTION="The GUI module and platform plugins for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-fi
-
-# TODO: linuxfb
-
-IUSE="accessibility dbus egl eglfs evdev +gif gles2 ibus
-   jpeg +libinput +png tslib tuio +udev vnc wayland +xcb"
-REQUIRED_USE="
-   || ( eglfs xcb )
-   accessibility? ( dbus xcb )
-   eglfs? ( egl )
-   ibus? ( dbus )
-   libinput? ( udev )
-   xcb? ( gles2? ( egl ) )
-"
-
-COMMON_DEPEND="
-   dev-libs/glib:2
-   ~dev-qt/qtcore-${PV}
-   dev-util/gtk-update-icon-cache
-   media-libs/fontconfig
-   >=media-libs/freetype-2.6.1:2
-   >=media-libs/harfbuzz-1.6.0:=
-   sys-libs/zlib:=
-   virtual/opengl
-   dbus? ( ~dev-qt/qtdbus-${PV} )
-   egl? ( media-libs/mesa[egl] )
-   eglfs? (
-   media-libs/mesa[gbm]
-   x11-libs/libdrm
-   )
-   evdev? ( sys-libs/mtdev )
-   gles2? ( media-libs/mesa[gles2] )
-   jpeg? ( virtual/jpeg:0 )
-   libinput? (
-   dev-libs/libinput:=
-   >=x11-libs/libxkbcommon-0.5.0
-   )
-   png? ( media-libs/libpng:0= )
-   tslib? ( >=x11-libs/tslib-1.21 )
-   tuio? ( ~dev-qt/qtnetwork-${PV} )
-   udev? ( virtual/libudev:= )
-   vnc? ( ~dev-qt/qtnetwork-${PV} )
-   xcb? (
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   >=x11-libs/libxcb-1.12:=[xkb]
-   >=x11-libs/libxkbcommon-0.5.0[X]
-   x11-libs/xcb-util-image
-   x11-libs/xcb-util-keysyms
-   x11-libs/xcb-util-renderutil
-   x11-libs/xcb-util-wm
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   evdev? ( sys-kernel/linux-headers )
-   udev? ( sys-kernel/linux-headers )
-"
-# bug 703306, _populate_Gui_plugin_properties breaks installed cmake modules
-RDEPEND="${COMMON_DEPEND}
-   !

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

2020-01-19 Thread Andreas Sturmlechner
commit: 5a31e596d93cefb19f61cd7598cff35bf5471556
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 15 20:40:15 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 23:51:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a31e596

app-admin/qtpass: Prepare for dev-qt/qtgui[xcb -> X]

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

 app-admin/qtpass/qtpass-1.3.2-r1.ebuild | 65 +
 1 file changed, 65 insertions(+)

diff --git a/app-admin/qtpass/qtpass-1.3.2-r1.ebuild 
b/app-admin/qtpass/qtpass-1.3.2-r1.ebuild
new file mode 100644
index 000..7ece9838e01
--- /dev/null
+++ b/app-admin/qtpass/qtpass-1.3.2-r1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop qmake-utils virtualx
+
+DESCRIPTION="multi-platform GUI for pass, the standard unix password manager"
+HOMEPAGE="https://qtpass.org/;
+SRC_URI="https://github.com/IJHack/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND="app-admin/pass
+   dev-qt/qtcore:5
+   || (
+   dev-qt/qtgui:5[X(-)]
+   dev-qt/qtgui:5[xcb(-)]
+   )
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+   net-misc/x11-ssh-askpass"
+DEPEND="${RDEPEND}
+   dev-qt/qtsvg:5
+   test? ( dev-qt/qttest:5 )"
+BDEPEND="dev-qt/linguist-tools:5"
+
+RESTRICT="!test? ( test )"
+
+S="${WORKDIR}/QtPass-${PV}"
+
+DOCS=( {CHANGELOG,CONTRIBUTING,FAQ,README}.md )
+
+src_prepare() {
+   default
+
+   if ! use test ; then
+   sed -i '/SUBDIRS += src /s/tests //' \
+   qtpass.pro || die "sed for qtpass.pro failed"
+   fi
+}
+
+src_configure() {
+   eqmake5 PREFIX="${D}"/usr
+}
+
+src_test() {
+   virtx default
+}
+
+src_install() {
+   default
+
+   insinto /usr/share/qtpass/translations
+   doins localization/*.qm
+
+   doman qtpass.1
+   domenu qtpass.desktop
+   newicon artwork/icon.png qtpass-icon.png
+   insinto /usr/share/appdata
+   doins qtpass.appdata.xml
+}



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

2020-01-19 Thread Andreas Sturmlechner
commit: 040f587dc703adc1e0eba504e83430a032ba3c62
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan 14 23:06:06 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan 14 23:06:06 2020 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=040f587d

dev-qt/qtgui: Rename USE xcb to X

Closes: https://bugs.gentoo.org/705440
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtgui/metadata.xml   |  2 +-
 dev-qt/qtgui/qtgui-5.12..ebuild | 37 +++--
 dev-qt/qtgui/qtgui-5.14..ebuild | 37 +++--
 dev-qt/qtgui/qtgui-5.15..ebuild | 37 +++--
 dev-qt/qtgui/qtgui-5..ebuild| 37 +++--
 5 files changed, 77 insertions(+), 73 deletions(-)

diff --git a/dev-qt/qtgui/metadata.xml b/dev-qt/qtgui/metadata.xml
index 74256c16..5fd07056 100644
--- a/dev-qt/qtgui/metadata.xml
+++ b/dev-qt/qtgui/metadata.xml
@@ -15,7 +15,7 @@
Enable support for touchscreen devices via 
x11-libs/tslib
Build plugin to receive touch events over the 
TUIO protocol
Provide dev-qt/qtwayland to 
ensure Qt applications can be run as Wayland clients
-   Build the XCB platform plugin and enable X11 
integration
+   Build the XCB platform plugin and enable X11 
integration


https://bugreports.qt.io/

diff --git a/dev-qt/qtgui/qtgui-5.12..ebuild 
b/dev-qt/qtgui/qtgui-5.12..ebuild
index bd23ada7..7e8a5ceb 100644
--- a/dev-qt/qtgui/qtgui-5.12..ebuild
+++ b/dev-qt/qtgui/qtgui-5.12..ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 QT5_MODULE="qtbase"
 inherit qt5-build
 
@@ -14,14 +15,14 @@ fi
 # TODO: linuxfb
 
 IUSE="accessibility dbus egl eglfs evdev +gif gles2 ibus
-   jpeg +libinput +png tslib tuio +udev vnc wayland +xcb"
+   jpeg +libinput +png tslib tuio +udev vnc wayland +X"
 REQUIRED_USE="
-   || ( eglfs xcb )
-   accessibility? ( dbus xcb )
+   || ( eglfs X )
+   accessibility? ( dbus X )
eglfs? ( egl )
ibus? ( dbus )
libinput? ( udev )
-   xcb? ( gles2? ( egl ) )
+   X? ( gles2? ( egl ) )
 "
 
 RDEPEND="
@@ -51,7 +52,7 @@ RDEPEND="
tuio? ( ~dev-qt/qtnetwork-${PV} )
udev? ( virtual/libudev:= )
vnc? ( ~dev-qt/qtnetwork-${PV} )
-   xcb? (
+   X? (
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
@@ -111,13 +112,13 @@ QT5_GENTOO_CONFIG=(
!png:no-png:
tslib:tslib:
udev:libudev:
-   xcb:xcb:
-   xcb:xcb-glx:
-   xcb:xcb-plugin:
-   xcb:xcb-render:
-   xcb:xcb-sm:
-   xcb:xcb-xlib:
-   xcb:xcb-xinput:
+   X:xcb:
+   X:xcb-glx:
+   X:xcb-plugin:
+   X:xcb-render:
+   X:xcb-sm:
+   X:xcb-xlib:
+   X:xcb-xinput:
 )
 
 QT5_GENTOO_PRIVATE_CONFIG=(
@@ -130,8 +131,8 @@ src_prepare() {
# don't add -O3 to CXXFLAGS, bug 549140
sed -i -e '/CONFIG\s*+=/s/optimize_full//' src/gui/gui.pro || die
 
-   # egl_x11 is activated when both egl and xcb are enabled
-   use egl && QT5_GENTOO_CONFIG+=(xcb:egl_x11:) || 
QT5_GENTOO_CONFIG+=(egl:egl_x11:)
+   # egl_x11 is activated when both egl and X are enabled
+   use egl && QT5_GENTOO_CONFIG+=(X:egl_x11:) || 
QT5_GENTOO_CONFIG+=(egl:egl_x11:)
 
qt_use_disable_config dbus dbus \
src/platformsupport/themes/genericunix/genericunix.pri
@@ -166,10 +167,10 @@ src_configure() {
$(qt_use png libpng system)
$(qt_use tslib)
$(qt_use udev libudev)
-   $(qt_use xcb xcb system)
-   $(usex xcb '-xcb-xlib -xcb-xinput -xkb' '')
+   $(qt_use X xcb system)
+   $(usex X '-xcb-xlib -xcb-xinput -xkb' '')
)
-   if use libinput || use xcb; then
+   if use libinput || use X; then
myconf+=( -xkbcommon )
fi
qt5-build_src_configure

diff --git a/dev-qt/qtgui/qtgui-5.14..ebuild 
b/dev-qt/qtgui/qtgui-5.14..ebuild
index 97db51f0..ab7524bb 100644
--- a/dev-qt/qtgui/qtgui-5.14..ebuild
+++ b/dev-qt/qtgui/qtgui-5.14..ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 QT5_MODULE="qtbase"
 inherit qt5-build
 
@@ -14,14 +15,14 @@ fi
 # TODO: linuxfb
 
 IUSE="accessibility dbus egl eglfs evdev +gif gles2 ibus
-   jpeg +libinput +png tslib tuio +udev vnc wayland +xcb"
+   jpeg +libinput +png tslib tuio +udev vnc wayland +X"
 REQUIRED_USE="
-   || ( eglfs xcb )
-   accessibility? ( dbus xcb )
+   

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

2020-01-19 Thread Andreas Sturmlechner
commit: 3ebea0b3e37e5aabaed4c6d17663ec80e2c1c3d2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan 14 23:13:49 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan 14 23:13:49 2020 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=3ebea0b3

dev-qt/qtvirtualkeyboard: Rename USE xcb to X

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

 dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.12..ebuild | 9 +
 dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.14..ebuild | 9 +
 dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15..ebuild | 9 +
 dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5..ebuild| 9 +
 4 files changed, 20 insertions(+), 16 deletions(-)

diff --git a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.12..ebuild 
b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.12..ebuild
index d9506748..36d34ee4 100644
--- a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.12..ebuild
+++ b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.12..ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit qt5-build
 
 DESCRIPTION="Customizable input framework and virtual keyboard for Qt"
@@ -11,7 +12,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 fi
 
 # TODO: unbudle libraries for more layouts
-IUSE="handwriting +spell +xcb"
+IUSE="handwriting +spell +X"
 
 DEPEND="
~dev-qt/qtcore-${PV}
@@ -19,7 +20,7 @@ DEPEND="
~dev-qt/qtgui-${PV}
~dev-qt/qtsvg-${PV}
spell? ( app-text/hunspell:= )
-   xcb? ( x11-libs/libxcb:= )
+   X? ( x11-libs/libxcb:= )
 "
 RDEPEND="${DEPEND}"
 
@@ -27,7 +28,7 @@ src_configure() {
local myqmakeargs=(
$(usex handwriting CONFIG+=lipi-toolkit '')
$(usex spell '' CONFIG+=disable-hunspell)
-   $(usex xcb '' CONFIG+=disable-desktop)
+   $(usex X '' CONFIG+=disable-desktop)
CONFIG+="lang-ar_AR lang-bg_BG lang-cs_CZ lang-da_DK lang-de_DE 
\
lang-el_GR lang-en_GB lang-en_US lang-es_ES lang-es_MX \
lang-et_EE lang-fa_FA lang-fi_FI lang-fr_CA lang-fr_FR \

diff --git a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.14..ebuild 
b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.14..ebuild
index d9506748..36d34ee4 100644
--- a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.14..ebuild
+++ b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.14..ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit qt5-build
 
 DESCRIPTION="Customizable input framework and virtual keyboard for Qt"
@@ -11,7 +12,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 fi
 
 # TODO: unbudle libraries for more layouts
-IUSE="handwriting +spell +xcb"
+IUSE="handwriting +spell +X"
 
 DEPEND="
~dev-qt/qtcore-${PV}
@@ -19,7 +20,7 @@ DEPEND="
~dev-qt/qtgui-${PV}
~dev-qt/qtsvg-${PV}
spell? ( app-text/hunspell:= )
-   xcb? ( x11-libs/libxcb:= )
+   X? ( x11-libs/libxcb:= )
 "
 RDEPEND="${DEPEND}"
 
@@ -27,7 +28,7 @@ src_configure() {
local myqmakeargs=(
$(usex handwriting CONFIG+=lipi-toolkit '')
$(usex spell '' CONFIG+=disable-hunspell)
-   $(usex xcb '' CONFIG+=disable-desktop)
+   $(usex X '' CONFIG+=disable-desktop)
CONFIG+="lang-ar_AR lang-bg_BG lang-cs_CZ lang-da_DK lang-de_DE 
\
lang-el_GR lang-en_GB lang-en_US lang-es_ES lang-es_MX \
lang-et_EE lang-fa_FA lang-fi_FI lang-fr_CA lang-fr_FR \

diff --git a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15..ebuild 
b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15..ebuild
index d9506748..36d34ee4 100644
--- a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15..ebuild
+++ b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15..ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit qt5-build
 
 DESCRIPTION="Customizable input framework and virtual keyboard for Qt"
@@ -11,7 +12,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 fi
 
 # TODO: unbudle libraries for more layouts
-IUSE="handwriting +spell +xcb"
+IUSE="handwriting +spell +X"
 
 DEPEND="
~dev-qt/qtcore-${PV}
@@ -19,7 +20,7 @@ DEPEND="
~dev-qt/qtgui-${PV}
~dev-qt/qtsvg-${PV}
spell? ( app-text/hunspell:= )
-   xcb? ( x11-libs/libxcb:= )
+   X? ( x11-libs/libxcb:= )
 "
 RDEPEND="${DEPEND}"
 
@@ -27,7 +28,7 @@ src_configure() {
local myqmakeargs=(
$(usex handwriting CONFIG+=lipi-toolkit '')
 

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

2020-01-19 Thread Andreas Sturmlechner
commit: cc76dfbd776e516dadfd9b003f5f22f474de7eac
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 15 21:00:46 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 23:51:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc76dfbd

kde-misc/latte-dock: Drop 0.9.7 (r0)

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

 kde-misc/latte-dock/latte-dock-0.9.7.ebuild | 57 -
 1 file changed, 57 deletions(-)

diff --git a/kde-misc/latte-dock/latte-dock-0.9.7.ebuild 
b/kde-misc/latte-dock/latte-dock-0.9.7.ebuild
deleted file mode 100644
index d0653af5747..000
--- a/kde-misc/latte-dock/latte-dock-0.9.7.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.64.0
-QTMIN=5.12.3
-inherit ecm kde.org
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Elegant dock, based on KDE Frameworks"
-HOMEPAGE="https://kde.org/applications/utilities/org.kde.latte-dock;
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-
-# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.14.0
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5=
-   >=dev-qt/qtgraphicaleffects-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5[xcb]
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kactivities-${KFMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/kglobalaccel-${KFMIN}:5
-   >=kde-frameworks/kguiaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kpackage-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5[X]
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-"
-
-DOCS=( CHANGELOG.md README.md )



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

2020-01-19 Thread Andreas Sturmlechner
commit: c44fa0ab74ef9c859465a18ed7ab2332604dd553
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 15 20:33:37 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 23:51:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c44fa0ab

net-im/qtox: Drop 1.16.3 (r0)

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

 net-im/qtox/qtox-1.16.3.ebuild | 73 --
 1 file changed, 73 deletions(-)

diff --git a/net-im/qtox/qtox-1.16.3.ebuild b/net-im/qtox/qtox-1.16.3.ebuild
deleted file mode 100644
index 57aabd1c8f0..000
--- a/net-im/qtox/qtox-1.16.3.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="qTox-${PV}"
-inherit cmake xdg
-
-DESCRIPTION="Most feature-rich GUI for net-libs/tox using Qt5"
-HOMEPAGE="https://github.com/qTox/qTox;
-SRC_URI="https://github.com/qTox/qTox/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="notification test X"
-
-RESTRICT="!test? ( test )"
-
-S="${WORKDIR}/${MY_P}"
-
-BDEPEND="
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig
-"
-RDEPEND="
-   dev-db/sqlcipher
-   dev-libs/libsodium:=
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5[gif,jpeg,png,xcb]
-   dev-qt/qtnetwork:5
-   dev-qt/qtopengl:5
-   dev-qt/qtsql:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   media-gfx/qrencode:=
-   media-libs/libexif:=
-   media-libs/openal
-   >=media-video/ffmpeg-2.6.3:=[webp,v4l]
-   net-libs/tox:0/0.2[av]
-   notification? ( x11-libs/gtk+:2 )
-   X? ( x11-libs/libX11
-   x11-libs/libXScrnSaver )
-"
-DEPEND="${RDEPEND}
-   test? ( dev-qt/qttest:5 )
-"
-
-PATCHES=( "${FILESDIR}/${P}-qt-5.13.patch" ) # bug #699152
-
-src_prepare() {
-   cmake_src_prepare
-
-   # bug 628574
-   if ! use test; then
-   sed -i CMakeLists.txt -e "/include(Testing)/d" || die
-   sed -i cmake/Dependencies.cmake -e "/find_package(Qt5Test/d" || 
die
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_STATUSNOTIFIER=$(usex notification)
-   -DENABLE_GTK_SYSTRAY=$(usex notification)
-   -DPLATFORM_EXTENSIONS=$(usex X)
-   -DUSE_FILTERAUDIO=OFF
-   -DGIT_DESCRIBE="${PV}"
-   )
-
-   cmake_src_configure
-}



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

2020-01-19 Thread Andreas Sturmlechner
commit: bd2195b37472bcf50e89d0419eec51c8f55a4474
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 15 21:03:33 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 23:51:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd2195b3

x11-misc/projecteur: Drop 0.6 (r0)

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

 x11-misc/projecteur/projecteur-0.6.ebuild | 43 ---
 1 file changed, 43 deletions(-)

diff --git a/x11-misc/projecteur/projecteur-0.6.ebuild 
b/x11-misc/projecteur/projecteur-0.6.ebuild
deleted file mode 100644
index 2891b3b14b8..000
--- a/x11-misc/projecteur/projecteur-0.6.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN/p/P}"
-
-inherit cmake-utils udev xdg-utils
-
-DESCRIPTION="Linux Desktop Application for the Logitech Spotlight device"
-HOMEPAGE="https://github.com/jahnf/Projecteur;
-SRC_URI="https://github.com/jahnf/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtdeclarative:5
-   dev-qt/qtgui:5[xcb]
-   dev-qt/qtnetwork:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   virtual/udev
-   x11-libs/libX11
-"
-
-DEPEND="${RDEPEND}"
-
-BDEPEND="virtual/pkgconfig"
-
-pkg_postinst() {
-   udev_reload
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   udev_reload
-   xdg_icon_cache_update
-}



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

2020-01-19 Thread Andreas Sturmlechner
commit: b9e9604f46b5a0a3410a5572da8b8c5c7fcf0ce6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 15 20:33:12 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 23:51:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e9604f

net-im/qtox: Prepare for dev-qt/qtgui[xcb -> X]

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

 .../qtox/{qtox-.ebuild => qtox-1.16.3-r1.ebuild}  | 19 ++-
 net-im/qtox/qtox-.ebuild  |  7 +--
 2 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/net-im/qtox/qtox-.ebuild b/net-im/qtox/qtox-1.16.3-r1.ebuild
similarity index 76%
copy from net-im/qtox/qtox-.ebuild
copy to net-im/qtox/qtox-1.16.3-r1.ebuild
index c2f80f279d6..d29e70e3f7b 100644
--- a/net-im/qtox/qtox-.ebuild
+++ b/net-im/qtox/qtox-1.16.3-r1.ebuild
@@ -1,21 +1,24 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake git-r3 xdg
+MY_P="qTox-${PV}"
+inherit cmake xdg
 
 DESCRIPTION="Most feature-rich GUI for net-libs/tox using Qt5"
 HOMEPAGE="https://github.com/qTox/qTox;
-EGIT_REPO_URI="https://github.com/qTox/qTox.git;
+SRC_URI="https://github.com/qTox/qTox/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 IUSE="notification test X"
 
 RESTRICT="!test? ( test )"
 
+S="${WORKDIR}/${MY_P}"
+
 BDEPEND="
dev-qt/linguist-tools:5
virtual/pkgconfig
@@ -25,7 +28,10 @@ RDEPEND="
dev-libs/libsodium:=
dev-qt/qtconcurrent:5
dev-qt/qtcore:5
-   dev-qt/qtgui:5[gif,jpeg,png,xcb]
+   || (
+   dev-qt/qtgui:5[gif,jpeg,png,X(-)]
+   dev-qt/qtgui:5[gif,jpeg,png,xcb(-)]
+   )
dev-qt/qtnetwork:5
dev-qt/qtopengl:5
dev-qt/qtsql:5
@@ -45,6 +51,8 @@ DEPEND="${RDEPEND}
test? ( dev-qt/qttest:5 )
 "
 
+PATCHES=( "${FILESDIR}/${P}-qt-5.13.patch" ) # bug #699152
+
 src_prepare() {
cmake_src_prepare
 
@@ -61,6 +69,7 @@ src_configure() {
-DENABLE_GTK_SYSTRAY=$(usex notification)
-DPLATFORM_EXTENSIONS=$(usex X)
-DUSE_FILTERAUDIO=OFF
+   -DGIT_DESCRIBE="${PV}"
)
 
cmake_src_configure

diff --git a/net-im/qtox/qtox-.ebuild b/net-im/qtox/qtox-.ebuild
index c2f80f279d6..8e6526263d3 100644
--- a/net-im/qtox/qtox-.ebuild
+++ b/net-im/qtox/qtox-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -25,7 +25,10 @@ RDEPEND="
dev-libs/libsodium:=
dev-qt/qtconcurrent:5
dev-qt/qtcore:5
-   dev-qt/qtgui:5[gif,jpeg,png,xcb]
+   || (
+   dev-qt/qtgui:5[gif,jpeg,png,X(-)]
+   dev-qt/qtgui:5[gif,jpeg,png,xcb(-)]
+   )
dev-qt/qtnetwork:5
dev-qt/qtopengl:5
dev-qt/qtsql:5



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

2020-01-19 Thread Andreas Sturmlechner
commit: b564568c9a436bd27e87a40a3981b75fb501bb3f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 15 20:52:47 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 23:51:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b564568c

x11-misc/projecteur: Prepare for dev-qt/qtgui[xcb -> X], use cmake.eclass

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

 x11-misc/projecteur/projecteur-0.6-r1.ebuild | 45 
 1 file changed, 45 insertions(+)

diff --git a/x11-misc/projecteur/projecteur-0.6-r1.ebuild 
b/x11-misc/projecteur/projecteur-0.6-r1.ebuild
new file mode 100644
index 000..d727e882f0f
--- /dev/null
+++ b/x11-misc/projecteur/projecteur-0.6-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="${PN/p/P}"
+
+inherit cmake udev xdg-utils
+
+DESCRIPTION="Linux Desktop Application for the Logitech Spotlight device"
+HOMEPAGE="https://github.com/jahnf/Projecteur;
+SRC_URI="https://github.com/jahnf/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtdeclarative:5
+   || (
+   dev-qt/qtgui:5[X(-)]
+   dev-qt/qtgui:5[xcb(-)]
+   )
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   virtual/udev
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+
+BDEPEND="virtual/pkgconfig"
+
+pkg_postinst() {
+   udev_reload
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   udev_reload
+   xdg_icon_cache_update
+}



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

2020-01-19 Thread Andreas Sturmlechner
commit: 32a886f8c2e461ef792c2ea7202d8077c0882ca8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 15 20:36:00 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 23:51:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32a886f8

net-im/libcommuni: Drop 3.5.0_p20190110 (r0)

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

 .../libcommuni/libcommuni-3.5.0_p20190110.ebuild   | 85 --
 1 file changed, 85 deletions(-)

diff --git a/net-im/libcommuni/libcommuni-3.5.0_p20190110.ebuild 
b/net-im/libcommuni/libcommuni-3.5.0_p20190110.ebuild
deleted file mode 100644
index e07da594ab0..000
--- a/net-im/libcommuni/libcommuni-3.5.0_p20190110.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGIT_COMMIT="88bb0fcdaab5bdd1176a3b6b485a6415a137ec27"
-
-inherit qmake-utils
-
-DESCRIPTION="A cross-platform IRC framework written with Qt"
-HOMEPAGE="https://communi.github.io/;
-SRC_URI="https://github.com/communi/${PN}/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="examples qml test +uchardet"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtdeclarative:5
-   examples? ( dev-qt/qtgui:5[xcb] )
-   uchardet? ( app-i18n/uchardet )
-   !uchardet? ( dev-libs/icu:= )
-"
-
-DEPEND="
-   ${RDEPEND}
-   test? ( dev-qt/qttest:5 )
-"
-
-S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
-
-src_prepare() {
-   default
-
-   # Currently the test tst_IrcLagTimer fails, so disabling
-   # See: https://github.com/communi/libcommuni/issues/63
-   sed -e '/irclagtimer/d' -i tests/auto/auto.pro || die
-}
-
-src_configure() {
-   local myqmakeargs=( libcommuni.pro
-   # Disables compile run-time benchmarks, as they don't make any 
sense
-   -config no_benchmarks
-   # Is needed for fixing the QA Notice: The following files 
contain insecure RUNPATHs
-   -config no_rpath
-   # Compile libcommuni always in Release mode, as Debug seems to 
do nothing
-   -config release
-   # Don't silence all compile messages
-   -config verbose
-   -config $(usex examples '' 'no_')examples
-   -config $(usex qml '' 'no_')install_imports
-   -config $(usex qml '' 'no_')install_qml
-   -config $(usex test '' 'no_')tests
-   -config $(usex uchardet 'no_' '')icu
-   -config $(usex uchardet '' 'no_')uchardet )
-
-   eqmake5 "${myqmakeargs[@]}"
-}
-
-src_test() {
-   # This is a hack to delete the existing LD_LIBRARY_PATH and set a new 
one,
-   # otherwise a test will fail, because it uses the system installed lib 
instead of the new compiled lib.
-   # The test will fail, when libcommuni is emerged with USE="uchardet" and
-   # libcommuni is already installed with USE="-uchardat", or the other 
way around.
-   find "${S}" -type f -name 'target_wrapper.sh' -exec sed -i -e 
"/.*LD_LIBRARY_PATH.*/d" {} \; || die
-   local -x LD_LIBRARY_PATH="${S}/lib"
-
-   default
-}
-
-src_install() {
-   emake install INSTALL_ROOT="${D}"
-
-   if use examples; then
-   local examples=( "bot" "client" "minimal" "qmlbot" "quick" )
-   for example in ${examples[@]}; do
-   newbin examples/"${example}"/"${example}" 
libcommuni."${example}"
-   done
-   fi
-
-   einstalldocs
-}



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

2020-01-19 Thread Andreas Sturmlechner
commit: 49e2ab6f46d5e27d3f204bf0553f772e1f305268
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 15 20:31:10 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 23:51:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49e2ab6f

media-video/qmplay2: Prepare for dev-qt/qtgui[xcb -> X]

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

 .../qmplay2/{qmplay2-.ebuild => qmplay2-19.12.19-r1.ebuild}| 7 +--
 media-video/qmplay2/qmplay2-.ebuild| 7 +--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/media-video/qmplay2/qmplay2-.ebuild 
b/media-video/qmplay2/qmplay2-19.12.19-r1.ebuild
similarity index 97%
copy from media-video/qmplay2/qmplay2-.ebuild
copy to media-video/qmplay2/qmplay2-19.12.19-r1.ebuild
index d77ba82ead2..d1c516aaf6a 100644
--- a/media-video/qmplay2/qmplay2-.ebuild
+++ b/media-video/qmplay2/qmplay2-19.12.19-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -41,7 +41,10 @@ RDEPEND="
cdio? ( dev-libs/libcdio[cddb] )
dev-libs/jansson
dev-qt/qtcore:5
-   dev-qt/qtgui:5[xcb]
+   || (
+   dev-qt/qtgui:5[X(-)]
+   dev-qt/qtgui:5[xcb(-)]
+   )
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
dbus? ( dev-qt/qtdbus:5 )

diff --git a/media-video/qmplay2/qmplay2-.ebuild 
b/media-video/qmplay2/qmplay2-.ebuild
index d77ba82ead2..d1c516aaf6a 100644
--- a/media-video/qmplay2/qmplay2-.ebuild
+++ b/media-video/qmplay2/qmplay2-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -41,7 +41,10 @@ RDEPEND="
cdio? ( dev-libs/libcdio[cddb] )
dev-libs/jansson
dev-qt/qtcore:5
-   dev-qt/qtgui:5[xcb]
+   || (
+   dev-qt/qtgui:5[X(-)]
+   dev-qt/qtgui:5[xcb(-)]
+   )
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
dbus? ( dev-qt/qtdbus:5 )



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

2020-01-19 Thread Andreas Sturmlechner
commit: 2750515c96d18029e4d849e7d413024c23590da2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 15 20:28:21 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 23:51:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2750515c

media-sound/teamspeak-client: Prepare for dev-qt/qtgui[xcb -> X]

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

 .../teamspeak-client-3.3.2-r1.ebuild   | 104 +
 1 file changed, 104 insertions(+)

diff --git a/media-sound/teamspeak-client/teamspeak-client-3.3.2-r1.ebuild 
b/media-sound/teamspeak-client/teamspeak-client-3.3.2-r1.ebuild
new file mode 100644
index 000..e80daf5efa2
--- /dev/null
+++ b/media-sound/teamspeak-client/teamspeak-client-3.3.2-r1.ebuild
@@ -0,0 +1,104 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop toolchain-funcs unpacker xdg-utils
+
+MY_PV="${PV/_/-}"
+
+DESCRIPTION="A client software for quality voice communication via the 
internet"
+HOMEPAGE="https://www.teamspeak.com/;
+SRC_URI="
+   amd64? ( 
https://files.teamspeak-services.com/releases/client/${PV}/TeamSpeak3-Client-linux_amd64-${MY_PV}.run
 )
+   x86? ( 
https://files.teamspeak-services.com/releases/client/${PV}/TeamSpeak3-Client-linux_x86-${MY_PV}.run
 )
+"
+
+KEYWORDS="-* amd64 x86"
+LICENSE="teamspeak3 || ( GPL-2 GPL-3 LGPL-3 )"
+SLOT="0"
+IUSE="alsa pulseaudio"
+REQUIRED_USE="|| ( alsa pulseaudio )"
+
+RDEPEND="
+   app-arch/snappy:0/1
+   dev-libs/openssl:0
+   dev-libs/quazip
+   dev-qt/qtcore:5
+   || (
+   dev-qt/qtgui:5[accessibility,dbus,X(-)]
+   dev-qt/qtgui:5[accessibility,dbus,xcb(-)]
+   )
+   dev-qt/qtnetwork:5
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtsvg:5
+   dev-qt/qtwebchannel:5
+   dev-qt/qtwebengine:5[geolocation(+),widgets]
+   dev-qt/qtwidgets:5
+   net-libs/libsrtp:0
+   sys-libs/libcxx[libcxxabi]
+   sys-libs/zlib:0/1
+   virtual/udev
+   alsa? ( media-libs/alsa-lib )
+   pulseaudio? ( media-sound/pulseaudio )
+"
+
+RESTRICT="bindist mirror"
+
+S="${WORKDIR}"
+
+QA_PREBUILT="
+   opt/teamspeak3-client/error_report
+   opt/teamspeak3-client/package_inst
+   opt/teamspeak3-client/soundbackends/libalsa_linux_*.so
+   opt/teamspeak3-client/soundbackends/libpulseaudio_linux_*.so
+   opt/teamspeak3-client/ts3client
+   opt/teamspeak3-client/update
+"
+
+src_prepare() {
+   default
+
+   if ! use alsa; then
+   rm -f soundbackends/libalsa_linux_*.so || die
+   fi
+
+   if ! use pulseaudio ; then
+   rm -f soundbackends/libpulseaudio_linux_*.so || die
+   fi
+
+   mv ts3client_linux_* ts3client || die
+
+   tc-export CXX
+}
+
+src_install() {
+   exeinto /opt/teamspeak3-client
+   doexe error_report package_inst ts3client update
+   newexe "${FILESDIR}"/ts3client-bin-r2 ts3client-bin
+
+   exeinto /opt/teamspeak3-client/soundbackends
+   doexe soundbackends/*.so
+
+   insinto /opt/teamspeak3-client
+   doins -r gfx html resources sound styles translations
+
+   dosym ../../usr/$(get_libdir)/qt5/libexec/QtWebEngineProcess 
/opt/teamspeak3-client/QtWebEngineProcess
+
+   dodir /opt/bin
+   dosym ../teamspeak3-client/ts3client-bin /opt/bin/ts3client
+
+   make_desktop_entry /opt/bin/ts3client "Teamspeak 3 Client" 
/opt/teamspeak3-client/styles/default/logo-128x128.png 
"Audio;AudioVideo;Network"
+
+   einstalldocs
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}



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

2020-01-19 Thread Andreas Sturmlechner
commit: 41fe792e4578451ba91b15bd47ae993bad446a98
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 15 20:31:28 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 23:51:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41fe792e

media-video/qmplay2: Drop 19.12.19 (r0)

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

 media-video/qmplay2/qmplay2-19.12.19.ebuild | 141 
 1 file changed, 141 deletions(-)

diff --git a/media-video/qmplay2/qmplay2-19.12.19.ebuild 
b/media-video/qmplay2/qmplay2-19.12.19.ebuild
deleted file mode 100644
index d77ba82ead2..000
--- a/media-video/qmplay2/qmplay2-19.12.19.ebuild
+++ /dev/null
@@ -1,141 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg-utils
-
-DESCRIPTION="A Qt-based video player, which can play most formats and codecs"
-HOMEPAGE="https://github.com/zaps166/QMPlay2;
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/zaps166/QMPlay2;
-else
-   SRC_URI="https://github.com/zaps166/QMPlay2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/QMPlay2-${PV}"
-fi
-
-LICENSE="LGPL-3"
-SLOT="0"
-
-IUSE="avdevice +audiofilters avresample +alsa cdio cuvid dbus +extensions
-   +ffmpeg gme inputs +lastfm libass lyrics mediabrowser modplug mpris2
-   notifications opengl portaudio pulseaudio sid svg taglib vaapi vdpau
-   +videofilters visualizations xv"
-
-REQUIRED_USE="
-   audiofilters? ( || ( alsa portaudio pulseaudio ) )
-   avdevice? ( ffmpeg )
-   avresample? ( ffmpeg )
-   lastfm? ( extensions )
-   lyrics? ( extensions )
-   mediabrowser? ( extensions )
-   mpris2? ( extensions dbus )
-   vaapi? ( ffmpeg opengl )
-   vdpau? ( ffmpeg )"
-
-RDEPEND="
-   alsa? ( media-libs/alsa-lib )
-   cdio? ( dev-libs/libcdio[cddb] )
-   dev-libs/jansson
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5[xcb]
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   dbus? ( dev-qt/qtdbus:5 )
-   ffmpeg? ( media-video/ffmpeg )
-   gme? ( media-libs/game-music-emu )
-   libass? ( media-libs/libass )
-   mediabrowser? ( dev-qt/qtdeclarative:5 )
-   opengl? ( virtual/opengl )
-   portaudio? ( media-libs/portaudio )
-   pulseaudio? ( media-sound/pulseaudio )
-   sid? ( media-libs/libsidplayfp )
-   svg? ( dev-qt/qtsvg:5 )
-   taglib? ( media-libs/taglib )
-   vaapi? (
-   >=media-video/ffmpeg-4.1.0[vaapi]
-   x11-libs/libva[drm,opengl] )
-   vdpau? ( media-video/ffmpeg[vdpau] )
-   xv? ( x11-libs/libXv )"
-
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig"
-
-src_prepare() {
-   # disable compress man pages
-   sed -r \
-   -e 's/if\(GZIP\)/if\(TRUE\)/' \
-   -e 's/(install.+QMPlay2\.1)\.gz/\1/' \
-   -i src/gui/CMakeLists.txt || die
-
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   # core
-   -DUSE_ALSA=$(usex alsa)
-   -DUSE_AUDIOCD=$(usex cdio)
-   -DUSE_AVRESAMPLE=$(usex avresample)
-   -DUSE_FREEDESKTOP_NOTIFICATIONS=$(usex dbus) # 
https://github.com/zaps166/QMPlay2/issues/134
-   -DUSE_LIBASS=$(usex libass)
-   -DUSE_NOTIFY=$(usex notifications)
-   -DUSE_OPENGL2=$(usex opengl)
-   -DUSE_XVIDEO=$(usex xv)
-
-   # ffmpeg
-   -DUSE_FFMPEG=$(usex ffmpeg)
-   -DUSE_FFMPEG_AVDEVICE=$(usex avdevice)
-   -DUSE_FFMPEG_VAAPI=$(usex vaapi)
-   -DUSE_FFMPEG_VDPAU=$(usex vdpau)
-
-   # modules
-   -DUSE_AUDIOFILTERS=$(usex audiofilters)
-   -DUSE_CUVID=$(usex cuvid)
-   -DUSE_EXTENSIONS=$(usex extensions)
-   -DUSE_INPUTS=$(usex inputs)
-   -DUSE_MODPLUG=$(usex modplug)
-   -DUSE_PORTAUDIO=$(usex portaudio)
-   -DUSE_PULSEAUDIO=$(usex pulseaudio)
-   -DUSE_VIDEOFILTERS=$(usex videofilters)
-   -DUSE_VISUALIZATIONS=$(usex visualizations)
-
-   # gui
-   -DUSE_TAGLIB=$(usex taglib)
-
-   # chiptune
-   -DUSE_CHIPTUNE_GME=$(usex gme)
-   -DUSE_CHIPTUNE_SID=$(usex sid)
-
-   # extensions
-   -DUSE_LASTFM=$(usex lastfm)
-   -DUSE_LYRICS=$(usex lyrics)
-   -DUSE_MEDIABROWSER=$(usex mediabrowser)
-   -DUSE_MPRIS2=$(usex mpris2)
-   )
-
-   if [[ ${PV} == * ]]; then
-   mycmakeargs+=( USE_GIT_VERSION=ON )
-   else
-   mycmakeargs+=( USE_GIT_VERSION=OFF )
-   fi
-
- 

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

2020-01-19 Thread Andreas Sturmlechner
commit: c27e4c170d090c4f2026f0736740cbe43c3b99f3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 15 20:28:41 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 23:51:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c27e4c17

media-sound/teamspeak-client: Drop 3.3.2 (r0)

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

 .../teamspeak-client/teamspeak-client-3.3.2.ebuild | 101 -
 1 file changed, 101 deletions(-)

diff --git a/media-sound/teamspeak-client/teamspeak-client-3.3.2.ebuild 
b/media-sound/teamspeak-client/teamspeak-client-3.3.2.ebuild
deleted file mode 100644
index e98bb9cc9e7..000
--- a/media-sound/teamspeak-client/teamspeak-client-3.3.2.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop toolchain-funcs unpacker xdg-utils
-
-MY_PV="${PV/_/-}"
-
-DESCRIPTION="A client software for quality voice communication via the 
internet"
-HOMEPAGE="https://www.teamspeak.com/;
-SRC_URI="
-   amd64? ( 
https://files.teamspeak-services.com/releases/client/${PV}/TeamSpeak3-Client-linux_amd64-${MY_PV}.run
 )
-   x86? ( 
https://files.teamspeak-services.com/releases/client/${PV}/TeamSpeak3-Client-linux_x86-${MY_PV}.run
 )
-"
-
-KEYWORDS="-* amd64 x86"
-LICENSE="teamspeak3 || ( GPL-2 GPL-3 LGPL-3 )"
-SLOT="0"
-IUSE="alsa pulseaudio"
-REQUIRED_USE="|| ( alsa pulseaudio )"
-
-RDEPEND="
-   app-arch/snappy:0/1
-   dev-libs/openssl:0
-   dev-libs/quazip
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5[accessibility,dbus,xcb]
-   dev-qt/qtnetwork:5
-   dev-qt/qtsql:5[sqlite]
-   dev-qt/qtsvg:5
-   dev-qt/qtwebchannel:5
-   dev-qt/qtwebengine:5[geolocation(+),widgets]
-   dev-qt/qtwidgets:5
-   net-libs/libsrtp:0
-   sys-libs/libcxx[libcxxabi]
-   sys-libs/zlib:0/1
-   virtual/udev
-   alsa? ( media-libs/alsa-lib )
-   pulseaudio? ( media-sound/pulseaudio )
-"
-
-RESTRICT="bindist mirror"
-
-S="${WORKDIR}"
-
-QA_PREBUILT="
-   opt/teamspeak3-client/error_report
-   opt/teamspeak3-client/package_inst
-   opt/teamspeak3-client/soundbackends/libalsa_linux_*.so
-   opt/teamspeak3-client/soundbackends/libpulseaudio_linux_*.so
-   opt/teamspeak3-client/ts3client
-   opt/teamspeak3-client/update
-"
-
-src_prepare() {
-   default
-
-   if ! use alsa; then
-   rm -f soundbackends/libalsa_linux_*.so || die
-   fi
-
-   if ! use pulseaudio ; then
-   rm -f soundbackends/libpulseaudio_linux_*.so || die
-   fi
-
-   mv ts3client_linux_* ts3client || die
-
-   tc-export CXX
-}
-
-src_install() {
-   exeinto /opt/teamspeak3-client
-   doexe error_report package_inst ts3client update
-   newexe "${FILESDIR}"/ts3client-bin-r2 ts3client-bin
-
-   exeinto /opt/teamspeak3-client/soundbackends
-   doexe soundbackends/*.so
-
-   insinto /opt/teamspeak3-client
-   doins -r gfx html resources sound styles translations
-
-   dosym ../../usr/$(get_libdir)/qt5/libexec/QtWebEngineProcess 
/opt/teamspeak3-client/QtWebEngineProcess
-
-   dodir /opt/bin
-   dosym ../teamspeak3-client/ts3client-bin /opt/bin/ts3client
-
-   make_desktop_entry /opt/bin/ts3client "Teamspeak 3 Client" 
/opt/teamspeak3-client/styles/default/logo-128x128.png 
"Audio;AudioVideo;Network"
-
-   einstalldocs
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-}



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

2020-01-19 Thread Rémi Cardona
commit: c5841858413dbf1c7f0416ab2422e2d74181e900
Author: Rémi Cardona  gentoo  org>
AuthorDate: Sun Jan 19 23:23:26 2020 +
Commit: Rémi Cardona  gentoo  org>
CommitDate: Sun Jan 19 23:23:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5841858

dev-libs/gom: fix QA violations reported through CI

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Rémi Cardona  gentoo.org>

 dev-libs/gom/gom-0.3.3.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-libs/gom/gom-0.3.3.ebuild b/dev-libs/gom/gom-0.3.3.ebuild
index b9062d9606a..146fe47ed50 100644
--- a/dev-libs/gom/gom-0.3.3.ebuild
+++ b/dev-libs/gom/gom-0.3.3.ebuild
@@ -14,6 +14,8 @@ LICENSE="LGPL-2+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc +introspection test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
>=dev-db/sqlite-3.7:3



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

2020-01-19 Thread Lars Wendler
commit: b487ae9e015b5e4a4b50a2eed209e854c66079a1
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Jan 19 23:03:17 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Jan 19 23:06:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b487ae9e

app-admin/keepassxc: Bump to version 2.5.3

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

 app-admin/keepassxc/Manifest   |  1 +
 app-admin/keepassxc/keepassxc-2.5.3.ebuild | 97 ++
 2 files changed, 98 insertions(+)

diff --git a/app-admin/keepassxc/Manifest b/app-admin/keepassxc/Manifest
index 3036324b661..fad1bfcc1d7 100644
--- a/app-admin/keepassxc/Manifest
+++ b/app-admin/keepassxc/Manifest
@@ -1,3 +1,4 @@
 DIST keepassxc-2.4.3-src.tar.xz 3301944 BLAKE2B 
ba95d5d48049367e7d3c39b5fdc9fc9816dfe2b257530068f229d1b5bd4eb9c137607f63bcce0aac4bc67ed41ee00c0385be800720acfdc3920c4cade180
 SHA512 
893f1d18ab8051143d29c568ba87adcc42a13d28d0c3a7af04396cd91d6724f8a98d76d2e20ca15138c4642ec060d48b9e957857251f3a0df6066af08cd0765d
 DIST keepassxc-2.5.1-src.tar.xz 6798880 BLAKE2B 
428b5fb381c4a4c6f3b291ac203530a0ed07224edc10f55caaab243797a6c89cafcd08a9dcfcfad1dda2f73812397a4d7d6e26ef675627f29f7d4d7925a1aeb4
 SHA512 
5500a0e697758e7616754d1b612ad7a64485d9efa1aeb0c3714060db50ffd39ea0aaa0c42d86d17044b834f32e99172ea94bc2485d396a381c8e9212d8be8b37
 DIST keepassxc-2.5.2-src.tar.xz 6835848 BLAKE2B 
4c536ec062295655c04a360ba3c94ff97078aa03b96e5bb29e246f6ad13cce16ba77bcf5e7232de4df669706bc612f6b157e3050f0d8b9eb4b1f47e4308af0d0
 SHA512 
f87408362e5fbba10e2e66ff1cead2f8495214197e142c16cd3c95ea47956570b6cfc561d7b593c9a962f476637b8bd6b5e21e2fc3e4f20224506bd97d16bb23
+DIST keepassxc-2.5.3-src.tar.xz 6839148 BLAKE2B 
b3cc32f9abb42e662edec0c28967fca65a4f3c794f70bfe6c40c39375cad8cbc35eba95431b33119268230a324f83f2e5a53186ee8fc64cd366e20eac1341dc5
 SHA512 
8b1e3360b4ae5de170be6936291f7b309de09b2462fcd5a48f239c22f1c8b6ffe721aca8d1e9b6ae3881f7b16374850d7f4b809733244fd16d45eed6ad4f60c6

diff --git a/app-admin/keepassxc/keepassxc-2.5.3.ebuild 
b/app-admin/keepassxc/keepassxc-2.5.3.ebuild
new file mode 100644
index 000..c3a08042f8f
--- /dev/null
+++ b/app-admin/keepassxc/keepassxc-2.5.3.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake xdg
+
+DESCRIPTION="KeePassXC - KeePass Cross-platform Community Edition"
+HOMEPAGE="https://keepassxc.org;
+
+if [[ "${PV}" !=  ]] ; then
+   if [[ "${PV}" == *_beta* ]] ; then
+   
SRC_URI="https://github.com/keepassxreboot/keepassxc/archive/${PV/_/-}.tar.gz 
-> ${P}.tar.gz"
+   S="${WORKDIR}/${P/_/-}"
+   else
+   
#SRC_URI="https://github.com/keepassxreboot/keepassxc/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   
SRC_URI="https://github.com/keepassxreboot/keepassxc/releases/download/${PV}/${P}-src.tar.xz;
+   KEYWORDS="~amd64 ~x86"
+   fi
+else
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/keepassxreboot/${PN};
+fi
+
+LICENSE="LGPL-2.1 GPL-2 GPL-3"
+SLOT="0"
+IUSE="autotype browser ccache debug keeshare +network test yubikey"
+
+RDEPEND="
+   app-crypt/argon2:=
+   dev-libs/libgcrypt:=
+   >=dev-libs/libsodium-1.0.12:=
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   media-gfx/qrencode:=
+   sys-libs/readline:0=
+   sys-libs/zlib:=
+   autotype? (
+   dev-qt/qtx11extras:5
+   x11-libs/libX11
+   x11-libs/libXi
+   x11-libs/libXtst
+   )
+   keeshare? ( dev-libs/quazip )
+   yubikey? ( sys-auth/ykpers )
+"
+
+DEPEND="
+   ${RDEPEND}
+   dev-qt/linguist-tools:5
+   dev-qt/qttest:5
+"
+BDEPEND="
+   ccache? ( dev-util/ccache )
+"
+# Not a runtime dependency but still needed (see bug #667092)
+PDEPEND="
+   x11-misc/xsel
+"
+
+RESTRICT="!test? ( test )"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2.5.2-ccache_switch.patch"
+)
+
+src_prepare() {
+use test || \
+   sed -e "/^find_package(Qt5Test/d" -i CMakeLists.txt || die
+
+cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DWITH_CCACHE="$(usex ccache)"
+   -DWITH_GUI_TESTS=OFF
+   -DWITH_TESTS="$(usex test)"
+   -DWITH_XC_AUTOTYPE="$(usex autotype)"
+   -DWITH_XC_BROWSER="$(usex browser)"
+   -DWITH_XC_FDOSECRETS=ON
+   -DWITH_XC_KEESHARE="$(usex keeshare)"
+   -DWITH_XC_NETWORKING="$(usex network)"
+   -DWITH_XC_SSHAGENT=ON
+   -DWITH_XC_UPDATECHECK=OFF
+   -DWITH_XC_YUBIKEY="$(usex yubikey)"
+   )
+   if [[ "${PV}" == *_beta* ]] ; then
+   

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

2020-01-19 Thread Lars Wendler
commit: 61f19043aeb6385e13ff14d0746d44b2d7340f3d
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Jan 19 23:05:47 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Jan 19 23:06:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f19043

app-admin/sysklogd: Bump to version 2.1.1

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

 app-admin/sysklogd/Manifest  |  1 +
 app-admin/sysklogd/sysklogd-2.1.1.ebuild | 82 
 2 files changed, 83 insertions(+)

diff --git a/app-admin/sysklogd/Manifest b/app-admin/sysklogd/Manifest
index d6db6b9b5ce..45b3f9cf954 100644
--- a/app-admin/sysklogd/Manifest
+++ b/app-admin/sysklogd/Manifest
@@ -1,4 +1,5 @@
 DIST sysklogd-1.5.1.tar.gz 90011 BLAKE2B 
c40bd8d5769f7d3d4141d602c74ac41e05a140743d18c4923d9368da7ba193ccb89a6837173994f0b7a9c290cc23f64513040434d7ab8df81b5d09b73b0263ad
 SHA512 
a72196a1a172d25be1c4791ef6256fe71fa2ba8c1383d230e646e93f8a65c3a57c535189726325da4c792fdb2e9cb119bba43c878816a8e78e78189fd32b12b7
 DIST sysklogd-2.0.3.tar.gz 466919 BLAKE2B 
d9ada06dadb5a43ca7102cb24eaffa0494af2743f4714bab7d362cf480835ea9c3fc51ee171e4eb3b90380d63abe78c759bdfc5d946ec4d5bf8fce748cd916b9
 SHA512 
95ed0465e37b438d624b0a78d74c1194c57d117890492b5773c9ccefa7aa2c1f54ed510e54a29019fb2d7274200370031fe822a9316c154e64a2a01cb912d7a8
+DIST sysklogd-2.1.1.tar.gz 560806 BLAKE2B 
576da4c75a5f75f9df438764083d5f4a26a29edce7d8d2ce8e27e35b1b3460289aa366ac5e7e3dd887f0c2bc08fdea8fcca5dedcf5e7c34aaf677ddb5745a0be
 SHA512 
7b486a123b651e9393a4f4d0340e6356e9cf73f344c4a51f84b732134a6d61bf7ee09125d723dda3a2137c3b93c4df156b79193a8111d1ae5c339a668debada3
 DIST sysklogd-2.1.tar.gz 560611 BLAKE2B 
727f78a639d88fd67b5fe6106534a10f9b37717b0675772346b07691481d7d5297963d54d3e36eae7cf14431e8429eaf0da1c551970c7a916f4e6c891c7ad70c
 SHA512 
48fa0eed0013a9ff0a8bae0fe35bb82f46e012d3754da424bce0bcd339b4e016a1cbc93b134c02342f8da6e42721cdcdb3d28c3c71c571748d77a234460cb0c7
 DIST sysklogd_1.5-6.diff.gz 25677 BLAKE2B 
3cb1f596490998b6002d4656a2321a500ce9941a37737c0b9d4702bbb87d7bc9ba21b68e06d175e3c1714a701adc6b3312e18a556ebc9ef395d8968762830cb5
 SHA512 
816961a835a43057569f62fd20d9f7b5e0bfcfcb173b68947457708504db3ce47e635956c8a9564f9bd577d8f3c49dfc725d321dfd3370b2de918363c30f838e

diff --git a/app-admin/sysklogd/sysklogd-2.1.1.ebuild 
b/app-admin/sysklogd/sysklogd-2.1.1.ebuild
new file mode 100644
index 000..bd1e8726ca4
--- /dev/null
+++ b/app-admin/sysklogd/sysklogd-2.1.1.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic systemd toolchain-funcs
+
+DESCRIPTION="Standard log daemons"
+HOMEPAGE="https://troglobit.com/sysklogd.html 
https://github.com/troglobit/sysklogd;
+
+if [[ "${PV}" == * ]] ; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://github.com/troglobit/sysklogd.git;
+else
+   
SRC_URI="https://github.com/troglobit/sysklogd/releases/download/v${PV}/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="logger logrotate systemd"
+RESTRICT="test"
+
+DEPEND="
+   logger? (
+   !=sys-apps/util-linux-2.34-r3[logger]
+   )
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( ChangeLog.md README.md )
+
+pkg_setup() {
+   append-lfs-flags
+   tc-export CC
+}
+
+src_prepare() {
+   default
+   [[ "${PV}" == * ]] && eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --runstatedir="${EPREFIX}"/run
+   $(use_with logger)
+   $(use_with systemd systemd $(systemd_get_systemunitdir))
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   insinto /etc
+   doins syslog.conf
+   keepdir /etc/syslog.d
+
+   newinitd "${FILESDIR}"/sysklogd.rc10 sysklogd
+   newconfd "${FILESDIR}"/sysklogd.confd3 sysklogd
+
+   if use logrotate ; then
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/sysklogd.logrotate sysklogd
+   sed 's@ -r 10M:10@@' -i "${ED}"/etc/conf.d/sysklogd || die
+   fi
+
+   find "${ED}" -type f \( -name "*.a" -o -name "*.la" \) -delete || die
+}
+
+pkg_postinst() {
+   if ! use logrotate && [[ -n ${REPLACING_VERSIONS} ]] && ver_test 
${REPLACING_VERSIONS} -lt 2.0 ; then
+   elog "Starting with version 2.0 syslogd has built in log 
rotation"
+   elog "functionality that does no longer require a running cron 
daemon."
+   elog "So we no longer install any log rotation cron files for 
sysklogd."
+   fi
+   if [[ -n ${REPLACING_VERSIONS} ]] && ver_test ${REPLACING_VERSIONS} -lt 
2.1 ; then
+   elog "Starting with version 2.1 sysklogd no longer provides 
klogd."
+   elog "syslogd now also logs kernel 

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

2020-01-19 Thread Lars Wendler
commit: 9de1ff18f5c24104a80419dfb0e37cfd81479cba
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Jan 19 23:05:12 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Jan 19 23:06:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9de1ff18

app-admin/keepassxc: Removed old

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

 app-admin/keepassxc/Manifest   |  1 -
 app-admin/keepassxc/keepassxc-2.5.1.ebuild | 97 --
 2 files changed, 98 deletions(-)

diff --git a/app-admin/keepassxc/Manifest b/app-admin/keepassxc/Manifest
index fad1bfcc1d7..8d90031de6f 100644
--- a/app-admin/keepassxc/Manifest
+++ b/app-admin/keepassxc/Manifest
@@ -1,4 +1,3 @@
 DIST keepassxc-2.4.3-src.tar.xz 3301944 BLAKE2B 
ba95d5d48049367e7d3c39b5fdc9fc9816dfe2b257530068f229d1b5bd4eb9c137607f63bcce0aac4bc67ed41ee00c0385be800720acfdc3920c4cade180
 SHA512 
893f1d18ab8051143d29c568ba87adcc42a13d28d0c3a7af04396cd91d6724f8a98d76d2e20ca15138c4642ec060d48b9e957857251f3a0df6066af08cd0765d
-DIST keepassxc-2.5.1-src.tar.xz 6798880 BLAKE2B 
428b5fb381c4a4c6f3b291ac203530a0ed07224edc10f55caaab243797a6c89cafcd08a9dcfcfad1dda2f73812397a4d7d6e26ef675627f29f7d4d7925a1aeb4
 SHA512 
5500a0e697758e7616754d1b612ad7a64485d9efa1aeb0c3714060db50ffd39ea0aaa0c42d86d17044b834f32e99172ea94bc2485d396a381c8e9212d8be8b37
 DIST keepassxc-2.5.2-src.tar.xz 6835848 BLAKE2B 
4c536ec062295655c04a360ba3c94ff97078aa03b96e5bb29e246f6ad13cce16ba77bcf5e7232de4df669706bc612f6b157e3050f0d8b9eb4b1f47e4308af0d0
 SHA512 
f87408362e5fbba10e2e66ff1cead2f8495214197e142c16cd3c95ea47956570b6cfc561d7b593c9a962f476637b8bd6b5e21e2fc3e4f20224506bd97d16bb23
 DIST keepassxc-2.5.3-src.tar.xz 6839148 BLAKE2B 
b3cc32f9abb42e662edec0c28967fca65a4f3c794f70bfe6c40c39375cad8cbc35eba95431b33119268230a324f83f2e5a53186ee8fc64cd366e20eac1341dc5
 SHA512 
8b1e3360b4ae5de170be6936291f7b309de09b2462fcd5a48f239c22f1c8b6ffe721aca8d1e9b6ae3881f7b16374850d7f4b809733244fd16d45eed6ad4f60c6

diff --git a/app-admin/keepassxc/keepassxc-2.5.1.ebuild 
b/app-admin/keepassxc/keepassxc-2.5.1.ebuild
deleted file mode 100644
index c3a08042f8f..000
--- a/app-admin/keepassxc/keepassxc-2.5.1.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg
-
-DESCRIPTION="KeePassXC - KeePass Cross-platform Community Edition"
-HOMEPAGE="https://keepassxc.org;
-
-if [[ "${PV}" !=  ]] ; then
-   if [[ "${PV}" == *_beta* ]] ; then
-   
SRC_URI="https://github.com/keepassxreboot/keepassxc/archive/${PV/_/-}.tar.gz 
-> ${P}.tar.gz"
-   S="${WORKDIR}/${P/_/-}"
-   else
-   
#SRC_URI="https://github.com/keepassxreboot/keepassxc/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   
SRC_URI="https://github.com/keepassxreboot/keepassxc/releases/download/${PV}/${P}-src.tar.xz;
-   KEYWORDS="~amd64 ~x86"
-   fi
-else
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/keepassxreboot/${PN};
-fi
-
-LICENSE="LGPL-2.1 GPL-2 GPL-3"
-SLOT="0"
-IUSE="autotype browser ccache debug keeshare +network test yubikey"
-
-RDEPEND="
-   app-crypt/argon2:=
-   dev-libs/libgcrypt:=
-   >=dev-libs/libsodium-1.0.12:=
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   media-gfx/qrencode:=
-   sys-libs/readline:0=
-   sys-libs/zlib:=
-   autotype? (
-   dev-qt/qtx11extras:5
-   x11-libs/libX11
-   x11-libs/libXi
-   x11-libs/libXtst
-   )
-   keeshare? ( dev-libs/quazip )
-   yubikey? ( sys-auth/ykpers )
-"
-
-DEPEND="
-   ${RDEPEND}
-   dev-qt/linguist-tools:5
-   dev-qt/qttest:5
-"
-BDEPEND="
-   ccache? ( dev-util/ccache )
-"
-# Not a runtime dependency but still needed (see bug #667092)
-PDEPEND="
-   x11-misc/xsel
-"
-
-RESTRICT="!test? ( test )"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-2.5.2-ccache_switch.patch"
-)
-
-src_prepare() {
-use test || \
-   sed -e "/^find_package(Qt5Test/d" -i CMakeLists.txt || die
-
-cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DWITH_CCACHE="$(usex ccache)"
-   -DWITH_GUI_TESTS=OFF
-   -DWITH_TESTS="$(usex test)"
-   -DWITH_XC_AUTOTYPE="$(usex autotype)"
-   -DWITH_XC_BROWSER="$(usex browser)"
-   -DWITH_XC_FDOSECRETS=ON
-   -DWITH_XC_KEESHARE="$(usex keeshare)"
-   -DWITH_XC_NETWORKING="$(usex network)"
-   -DWITH_XC_SSHAGENT=ON
-   -DWITH_XC_UPDATECHECK=OFF
-   -DWITH_XC_YUBIKEY="$(usex yubikey)"
-   )
-   if [[ "${PV}" == *_beta* ]] ; then
-   mycmakeargs+=( 

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

2020-01-19 Thread Andreas Sturmlechner
commit: ad2e33153e4a7a88ceb12481abf1669a24d0531a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 19 22:43:59 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 22:45:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad2e3315

media-sound/snd: Drop bogus gtkglext dependency

Bug: https://bugs.gentoo.org/660328
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-sound/snd/snd-17.4-r1.ebuild | 119 +
 1 file changed, 119 insertions(+)

diff --git a/media-sound/snd/snd-17.4-r1.ebuild 
b/media-sound/snd/snd-17.4-r1.ebuild
new file mode 100644
index 000..294872469b8
--- /dev/null
+++ b/media-sound/snd/snd-17.4-r1.ebuild
@@ -0,0 +1,119 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic
+
+DESCRIPTION="Snd is a sound editor"
+HOMEPAGE="https://ccrma.stanford.edu/software/snd/;
+SRC_URI="ftp://ccrma-ftp.stanford.edu/pub/Lisp/${P}.tar.gz;
+
+LICENSE="Snd BSD-2 HPND GPL-2+ LGPL-2.1+ LGPL-3+ ruby? ( free-noncomm ) s7? ( 
free-noncomm )"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="alsa doc fftw gmp gsl gtk jack ladspa motif opengl oss portaudio 
pulseaudio readline ruby +s7"
+
+RDEPEND="
+   media-libs/audiofile
+   alsa? ( media-libs/alsa-lib )
+   fftw? ( sci-libs/fftw:3.0= )
+   gmp? (
+   dev-libs/gmp:0=
+   dev-libs/mpc
+   dev-libs/mpfr:0=
+   )
+   gsl? ( sci-libs/gsl:= )
+   gtk? (
+   x11-libs/cairo
+   x11-libs/gtk+:3
+   x11-libs/pango
+   )
+   jack? ( virtual/jack )
+   ladspa? ( media-libs/ladspa-sdk )
+   motif? ( >=x11-libs/motif-2.3:0 )
+   opengl? ( virtual/opengl )
+   portaudio? ( media-libs/portaudio )
+   pulseaudio? ( media-sound/pulseaudio )
+   readline? ( sys-libs/readline:* )
+   ruby? ( dev-lang/ruby:* )"
+DEPEND="${RDEPEND}"
+
+REQUIRED_USE="
+   ?? ( portaudio pulseaudio )
+   ?? ( ruby s7 )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-17.4-portaudio.patch
+   "${FILESDIR}"/${PN}-17.4-undefined-oss_sample_types.patch
+)
+
+pkg_setup() {
+   if ! use gtk && ! use motif ; then
+   ewarn "Warning: no graphic toolkit selected (gtk or motif)."
+   ewarn "Upstream suggests to enable one of the toolkits (or 
both)"
+   ewarn "or only the command line utilities will be helpful."
+   fi
+}
+
+src_prepare() {
+   default
+   sed -i -e "s:-O2 ::" configure.ac || die
+   eautoreconf
+}
+
+src_configure() {
+   # Workaround executable sections QA warning (bug #348754)
+   append-ldflags -Wl,-z,noexecstack
+
+   local myconf
+   if ! use ruby && ! use s7 ; then
+   myconf+=" --without-extension-language"
+   fi
+
+   econf \
+   $(use_with alsa) \
+   $(use_with fftw) \
+   $(use_with gmp) \
+   $(use_with gsl) \
+   $(use_with gtk) \
+   $(use_with jack) \
+   $(use_with ladspa) \
+   $(use_with motif) \
+   $(use_with oss) \
+   $(use_with portaudio) \
+   $(use_with pulseaudio) \
+   $(use_with ruby) \
+   $(use_with s7) \
+   ${myconf}
+}
+
+src_compile() {
+   emake snd
+
+   # Do not compile ruby extensions for command line programs since they 
fail
+   sed -i -e "s:HAVE_RUBY 1:HAVE_RUBY 0:" mus-config.h || die
+
+   local i
+   for i in sndplay sndinfo; do
+  emake ${i}
+   done
+}
+
+src_install () {
+   dobin snd sndplay sndinfo
+
+   if use ruby ; then
+   insinto /usr/share/snd
+   doins *.rb
+   fi
+
+   if use s7 ; then
+   insinto /usr/share/snd
+   doins *.scm
+   fi
+
+   use doc && HTML_DOCS=( *.html pix/*.png )
+   einstalldocs
+   dodoc HISTORY.Snd
+}



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

2020-01-19 Thread Andreas Sturmlechner
commit: da7a1503d41890c02b0bd337cd303b2206dfcfda
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 19 22:44:30 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 22:45:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da7a1503

media-sound/snd: Drop 17.4 (r0)

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

 media-sound/snd/snd-17.4.ebuild | 119 
 1 file changed, 119 deletions(-)

diff --git a/media-sound/snd/snd-17.4.ebuild b/media-sound/snd/snd-17.4.ebuild
deleted file mode 100644
index 2c8a042ea37..000
--- a/media-sound/snd/snd-17.4.ebuild
+++ /dev/null
@@ -1,119 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic
-
-DESCRIPTION="Snd is a sound editor"
-HOMEPAGE="https://ccrma.stanford.edu/software/snd/;
-SRC_URI="ftp://ccrma-ftp.stanford.edu/pub/Lisp/${P}.tar.gz;
-
-LICENSE="Snd BSD-2 HPND GPL-2+ LGPL-2.1+ LGPL-3+ ruby? ( free-noncomm ) s7? ( 
free-noncomm )"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="alsa doc fftw gmp gsl gtk jack ladspa motif opengl oss portaudio 
pulseaudio readline ruby +s7"
-
-RDEPEND="media-libs/audiofile
-   alsa? ( media-libs/alsa-lib )
-   fftw? ( sci-libs/fftw:3.0= )
-   gmp? (
-   dev-libs/gmp:0=
-   dev-libs/mpc
-   dev-libs/mpfr:0=
-   )
-   gsl? ( sci-libs/gsl:= )
-   gtk? (
-   x11-libs/gtk+:3
-   x11-libs/pango
-   x11-libs/cairo
-   opengl? ( x11-libs/gtkglext )
-   )
-   jack? ( media-sound/jack-audio-connection-kit )
-   ladspa? ( media-libs/ladspa-sdk )
-   motif? ( >=x11-libs/motif-2.3:0 )
-   opengl? ( virtual/opengl )
-   portaudio? ( media-libs/portaudio )
-   pulseaudio? ( media-sound/pulseaudio )
-   readline? ( sys-libs/readline:* )
-   ruby? ( dev-lang/ruby:* )"
-DEPEND="${RDEPEND}"
-
-REQUIRED_USE="
-   ?? ( portaudio pulseaudio )
-   ?? ( ruby s7 )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-17.4-portaudio.patch
-   "${FILESDIR}"/${PN}-17.4-undefined-oss_sample_types.patch
-)
-
-pkg_setup() {
-   if ! use gtk && ! use motif ; then
-   ewarn "Warning: no graphic toolkit selected (gtk or motif)."
-   ewarn "Upstream suggests to enable one of the toolkits (or 
both)"
-   ewarn "or only the command line utilities will be helpful."
-   fi
-}
-
-src_prepare() {
-   default
-   sed -i -e "s:-O2 ::" configure.ac || die
-   eautoreconf
-}
-
-src_configure() {
-   # Workaround executable sections QA warning (bug #348754)
-   append-ldflags -Wl,-z,noexecstack
-
-   local myconf
-   if ! use ruby && ! use s7 ; then
-   myconf+=" --without-extension-language"
-   fi
-
-   econf \
-   $(use_with alsa) \
-   $(use_with fftw) \
-   $(use_with gmp) \
-   $(use_with gsl) \
-   $(use_with gtk) \
-   $(use_with jack) \
-   $(use_with ladspa) \
-   $(use_with motif) \
-   $(use_with oss) \
-   $(use_with portaudio) \
-   $(use_with pulseaudio) \
-   $(use_with ruby) \
-   $(use_with s7) \
-   ${myconf}
-}
-
-src_compile() {
-   emake snd
-
-   # Do not compile ruby extensions for command line programs since they 
fail
-   sed -i -e "s:HAVE_RUBY 1:HAVE_RUBY 0:" mus-config.h || die
-
-   local i
-   for i in sndplay sndinfo; do
-  emake ${i}
-   done
-}
-
-src_install () {
-   dobin snd sndplay sndinfo
-
-   if use ruby ; then
-   insinto /usr/share/snd
-   doins *.rb
-   fi
-
-   if use s7 ; then
-   insinto /usr/share/snd
-   doins *.scm
-   fi
-
-   use doc && HTML_DOCS=( *.html pix/*.png )
-   einstalldocs
-   dodoc HISTORY.Snd
-}



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

2020-01-19 Thread James Le Cuirot
commit: 8a1a0d16d97888f9357bfad6060aafe37855d693
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Jan 19 22:38:09 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Jan 19 22:38:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1a0d16

games-engines/dMagnetic: Bump to 0.21, drop old 0.20

That was quick!

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

 games-engines/dMagnetic/Manifest| 2 +-
 .../dMagnetic/{dMagnetic-0.20.ebuild => dMagnetic-0.21.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-engines/dMagnetic/Manifest b/games-engines/dMagnetic/Manifest
index 9efd90f0ac6..69662c5294e 100644
--- a/games-engines/dMagnetic/Manifest
+++ b/games-engines/dMagnetic/Manifest
@@ -1 +1 @@
-DIST dMagnetic_0.20.tar.bz2 53575 BLAKE2B 
e69357fb5df31456d68a70a60f5c377c91bf1324d0e9d171fac11215d401da2c8fe40e9589f31b3441f4e77ebe28afacf8f5afed754fd65a3354deab22bd32fe
 SHA512 
608884077597333594d9ebb62d094cb5bba689dedc0cf57377b3aa5abd966a29be74e33697bce8fe162c6d0095543bcccd6689d51481fb4b75b78a1d6cbbf7a7
+DIST dMagnetic_0.21.tar.bz2 55031 BLAKE2B 
fde3134d3a7c0d4e691bed54769af594cd3c8517e3b51f3944f9655621d1e01b65516afde77cff3792ec1b66c2adeb1274d5a447ad0e31115e718362ffae0535
 SHA512 
726548513c642a26303a537d9255dd6fc406661ca9721e501dc784ef9455666474900cdfb00ab03ee59db90ec4128b660072ea52f51b78d50c26e04dc52dbd40

diff --git a/games-engines/dMagnetic/dMagnetic-0.20.ebuild 
b/games-engines/dMagnetic/dMagnetic-0.21.ebuild
similarity index 100%
rename from games-engines/dMagnetic/dMagnetic-0.20.ebuild
rename to games-engines/dMagnetic/dMagnetic-0.21.ebuild



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

2020-01-19 Thread Andreas Sturmlechner
commit: bf08718e1e62732b47fe0d571d8807c14ff1e802
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 19 22:33:43 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 22:34:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf08718e

profiles: Mask media-sound/glmix for removal

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index d5cec4c8b48..4a934eb10a7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (2020-01-19)
+# Ancient, last release in 2006, blocks x11-libs/gtkglext cleanup
+# Masked for removal in 30 days.
+media-sound/glmix
+
 # Zac Medico  (2020-01-19)
 # This package has been replaced by dev-python/python-podman and has
 # no reverse dependencies.



[gentoo-commits] proj/kde:master commit in: app-office/kmymoney/

2020-01-19 Thread Andreas Sturmlechner
commit: 81760802311c9470f34a1f9420fa13e1d06bb6ae
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 19 22:04:58 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 22:04:58 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=81760802

app-office/kmymoney: Sync with Gentoo ebuild repo

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

 app-office/kmymoney/kmymoney-5.0..ebuild | 9 -
 app-office/kmymoney/kmymoney-.ebuild | 9 -
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/app-office/kmymoney/kmymoney-5.0..ebuild 
b/app-office/kmymoney/kmymoney-5.0..ebuild
index 8208c901e7..add18b3c87 100644
--- a/app-office/kmymoney/kmymoney-5.0..ebuild
+++ b/app-office/kmymoney/kmymoney-5.0..ebuild
@@ -8,7 +8,6 @@ PYTHON_COMPAT=( python2_7 )
 
 ECM_HANDBOOK="optional"
 ECM_TEST="forceoptional"
-KDE_APPS_MINIMAL=19.04.3
 KFMIN=5.60.0
 QTMIN=5.12.3
 VIRTUALX_REQUIRED="test"
@@ -67,13 +66,13 @@ COMMON_DEPEND="
activities? ( >=kde-frameworks/kactivities-${KFMIN}:5 )
addressbook? (
>=kde-frameworks/kcontacts-${KFMIN}:5
-   >=kde-apps/akonadi-${KDE_APPS_MINIMAL}:5
-   >=kde-apps/kidentitymanagement-${KDE_APPS_MINIMAL}:5
+   kde-apps/akonadi:5
+   kde-apps/kidentitymanagement:5
)
calendar? ( dev-libs/libical:= )
hbci? (
-   >=net-libs/aqbanking-5.99.45
-   >=sys-libs/gwenhywfar-5.1.1:=[qt5]
+   >=net-libs/aqbanking-6.0.1
+   >=sys-libs/gwenhywfar-5.1.2:=[qt5]
)
holidays? ( >=kde-frameworks/kholidays-${KFMIN}:5 )
ofx? ( dev-libs/libofx )

diff --git a/app-office/kmymoney/kmymoney-.ebuild 
b/app-office/kmymoney/kmymoney-.ebuild
index 04f620bf03..62e386a045 100644
--- a/app-office/kmymoney/kmymoney-.ebuild
+++ b/app-office/kmymoney/kmymoney-.ebuild
@@ -7,7 +7,6 @@ PYTHON_COMPAT=( python2_7 )
 
 ECM_HANDBOOK="optional"
 ECM_TEST="forceoptional"
-KDE_APPS_MINIMAL=19.04.3
 KFMIN=5.60.0
 QTMIN=5.12.3
 VIRTUALX_REQUIRED="test"
@@ -66,13 +65,13 @@ COMMON_DEPEND="
activities? ( >=kde-frameworks/kactivities-${KFMIN}:5 )
addressbook? (
>=kde-frameworks/kcontacts-${KFMIN}:5
-   >=kde-apps/akonadi-${KDE_APPS_MINIMAL}:5
-   >=kde-apps/kidentitymanagement-${KDE_APPS_MINIMAL}:5
+   kde-apps/akonadi:5
+   kde-apps/kidentitymanagement:5
)
calendar? ( dev-libs/libical:= )
hbci? (
-   >=net-libs/aqbanking-5.99.40_beta
-   >=sys-libs/gwenhywfar-4.99.22_rc6:=[qt5]
+   >=net-libs/aqbanking-6.0.1
+   >=sys-libs/gwenhywfar-5.1.2:=[qt5]
)
holidays? ( >=kde-frameworks/kholidays-${KFMIN}:5 )
ofx? ( dev-libs/libofx )



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

2020-01-19 Thread Mike Gilbert
commit: e4ee5bf49c334a8cc527f23ca3a9f0b43fd34097
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Jan 19 22:09:40 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Jan 19 22:10:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ee5bf4

net-libs/libtirpc: fix build with gcc 10

Closes: https://bugs.gentoo.org/705896
Package-Manager: Portage-2.3.84_p2, Repoman-2.3.20_p24
Signed-off-by: Mike Gilbert  gentoo.org>

 .../libtirpc-1.2.5-avoid-multiple-definition.patch | 44 ++
 net-libs/libtirpc/libtirpc-1.2.5.ebuild|  5 ++-
 2 files changed, 48 insertions(+), 1 deletion(-)

diff --git 
a/net-libs/libtirpc/files/libtirpc-1.2.5-avoid-multiple-definition.patch 
b/net-libs/libtirpc/files/libtirpc-1.2.5-avoid-multiple-definition.patch
new file mode 100644
index 000..a5fecc54ced
--- /dev/null
+++ b/net-libs/libtirpc/files/libtirpc-1.2.5-avoid-multiple-definition.patch
@@ -0,0 +1,44 @@
+From 69682de06816de9b9014441d23bda1918ee2e2fb Mon Sep 17 00:00:00 2001
+From: Mike Gilbert 
+Date: Sun, 19 Jan 2020 16:57:45 -0500
+Subject: [PATCH] Avoid multiple-definiton with gcc -fno-common
+
+GCC 10 enables -fno-common by default.
+
+Bug: https://bugs.gentoo.org/705896
+---
+ src/rpc_com.h | 3 +--
+ src/svc.c | 3 +++
+ 2 files changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/src/rpc_com.h b/src/rpc_com.h
+index 10bec79..76badef 100644
+--- a/src/rpc_com.h
 b/src/rpc_com.h
+@@ -61,8 +61,7 @@ void __xprt_unregister_unlocked(SVCXPRT *);
+ void __xprt_set_raddr(SVCXPRT *, const struct sockaddr_storage *);
+ 
+ 
+-SVCXPRT **__svc_xports;
+-int __svc_maxrec;
++extern int __svc_maxrec;
+ 
+ #ifdef __cplusplus
+ }
+diff --git a/src/svc.c b/src/svc.c
+index b59467b..6db164b 100644
+--- a/src/svc.c
 b/src/svc.c
+@@ -57,6 +57,9 @@
+ 
+ #define max(a, b) (a > b ? a : b)
+ 
++static SVCXPRT **__svc_xports;
++int __svc_maxrec;
++
+ /*
+  * The services list
+  * Each entry represents a set of procedures (an rpc program).
+-- 
+2.25.0
+

diff --git a/net-libs/libtirpc/libtirpc-1.2.5.ebuild 
b/net-libs/libtirpc/libtirpc-1.2.5.ebuild
index 5d80a874a92..9970a7e6255 100644
--- a/net-libs/libtirpc/libtirpc-1.2.5.ebuild
+++ b/net-libs/libtirpc/libtirpc-1.2.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -23,6 +23,9 @@ BDEPEND="
 
 src_prepare() {
cp -r "${WORKDIR}"/tirpc "${S}"/ || die
+   local PATCHES=(
+   "${FILESDIR}"/libtirpc-1.2.5-avoid-multiple-definition.patch
+   )
default
eautoreconf
 }



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

2020-01-19 Thread Andreas Sturmlechner
commit: 9a61b9c3c138cfc2d1b3c3def9a2161c86e124b1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 19 21:37:08 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 22:07:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a61b9c3

net-libs/aqbanking: Drop 5.99.45

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

 net-libs/aqbanking/Manifest |  1 -
 net-libs/aqbanking/aqbanking-5.99.45.ebuild | 65 -
 2 files changed, 66 deletions(-)

diff --git a/net-libs/aqbanking/Manifest b/net-libs/aqbanking/Manifest
index 40544ad24e1..7c2902f2baf 100644
--- a/net-libs/aqbanking/Manifest
+++ b/net-libs/aqbanking/Manifest
@@ -1,5 +1,4 @@
 DIST aqbanking-5.7.8.tar.gz 3818825 BLAKE2B 
6536b11251fda4977fd964f513f4b2bb23cd14d62adffdd18e7508afe85d660b86aa1aadc80fe4ba47c5b393659ba7139c65eaf342795f6f05599efdd2c3904d
 SHA512 
4078c3bc2c0b6f38f853fed064e37b6188c0b8158416ca6482756232ef8fe71e9cc1df0abe8c6bcbe8a7e818c24210f553c367f540d60cb7b7cf0161a9ca7117
 DIST aqbanking-5.8.2.tar.gz 3824997 BLAKE2B 
529867a9e814d0e46ff2aac1da25a369c9a8722f41364c6ef15dce0ed861b7a5bab104fb5b30a151c6e11071c0a067aa1192a4ceda67ee50698f80053ac8e33a
 SHA512 
2a8d87396fa8926fa338cf0a7744649512ecd773741fa24ad69a52bf65d4df881365c0fc31c3a14f718184032a7f1a596e74f63d6ffdaa05c29aac23e26bd4ae
 DIST aqbanking-5.99.44beta.tar.gz 2515177 BLAKE2B 
5d28137eb1668cb1748eab19837e654b7c28698239f483965b5e402a6aba01fa3048c93a52909a8c2252c41f922063d09e2a7759326df67ca2ea64c065cb1bc0
 SHA512 
d9825a8808241ace435efe5487b8a87afdf2dfb4e092adaec2d4ae91cde719f0ffda69a46540c88e9d45d7a95a5f5295bfb631584eb688ad9c8afb2e32c714c1
-DIST aqbanking-5.99.45.tar.gz 2521826 BLAKE2B 
7cab4ad965faee6a34a6adddaeff0a02e502b2964f6e201f6265c8ae0835b454fbd47b5598c1bd1907f59045146dd9e4bf7a5bf39f31ad504863441e51e9dab3
 SHA512 
46381ec70610349cb07cb6e73d1985aa979cdb53ed0bcd64e04e8fe9afae1d7fe75227a76a1e7c74ce3b124585799f088eb5147e02ebb568a85142a4cdad42d8
 DIST aqbanking-6.0.1.tar.gz 2551617 BLAKE2B 
0f18e63f6fc695b4fb3c5b831d324cf039f02ce740655953bacbcb6fa805e441ac989fa1ef7504cf3417b366acc9dc5562b13788af72faedfd27778bd3097769
 SHA512 
57a4f1416efddff4ce0a7b1cd5f1035df95a01001fff3b43b0febbb62b322839b1d0e8be2c765863da6de3e30c85726a8866529d9b16162b18d5c204e7eb8081

diff --git a/net-libs/aqbanking/aqbanking-5.99.45.ebuild 
b/net-libs/aqbanking/aqbanking-5.99.45.ebuild
deleted file mode 100644
index 10103090ff0..000
--- a/net-libs/aqbanking/aqbanking-5.99.45.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="${P/_beta/beta}"
-
-DESCRIPTION="Generic Online Banking Interface"
-HOMEPAGE="https://www.aquamaniac.de/sites/aqbanking/index.php;
-SRC_URI="https://www.aquamaniac.de/rdm/attachments/download/232/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="debug doc ebics examples ofx"
-
-BDEPEND="
-   sys-devel/gettext
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-DEPEND="
-   app-misc/ktoblzcheck
-   dev-libs/gmp:0=
-   >=sys-libs/gwenhywfar-5.1.1:=
-   virtual/libintl
-   ebics? ( dev-libs/xmlsec[gcrypt,gnutls] )
-   ofx? ( >=dev-libs/libofx-0.9.5 )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-MAKEOPTS="${MAKEOPTS} -j1" # 5.7.8 still fails with > -j1
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
-   local backends="aqhbci aqnone aqpaypal"
-   use ofx && backends="${backends} aqofxconnect"
-   use ebics && backends="${backends} aqebics"
-
-   local myeconfargs=(
-   --with-docpath=/usr/share/doc/${PF}/apidoc
-   $(use_enable debug)
-   $(use_enable doc full-doc)
-   --with-backends="${backends}"
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-
-   rm -rv "${ED}"/usr/share/doc/ || die
-
-   einstalldocs
-
-   if use examples; then
-   docinto tutorials
-   dodoc tutorials/*.{c,h} tutorials/README
-   fi
-
-   find "${D}" -name '*.la' -type f -delete || die
-}



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

2020-01-19 Thread Andreas Sturmlechner
commit: 6a5b007119d9cf76251456a5c82e62d92b6c85ac
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 19 21:34:17 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 22:07:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a5b0071

sys-libs/gwenhywfar: 5.1.2 version bump

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

 sys-libs/gwenhywfar/Manifest|   1 +
 sys-libs/gwenhywfar/gwenhywfar-5.1.2.ebuild | 116 
 2 files changed, 117 insertions(+)

diff --git a/sys-libs/gwenhywfar/Manifest b/sys-libs/gwenhywfar/Manifest
index db051bfec8a..ec1f27c83fa 100644
--- a/sys-libs/gwenhywfar/Manifest
+++ b/sys-libs/gwenhywfar/Manifest
@@ -3,3 +3,4 @@ DIST gwenhywfar-4.20.2.tar.gz 2350327 BLAKE2B 
1209bc46fe16e4a76886327bdcc0c9dde7
 DIST gwenhywfar-4.99.25rc9.tar.gz 2333734 BLAKE2B 
03c9e2fefef592cf0efc20596f0d49d8e1eb9fbea5dce6f8eb6c7d1fc04cd1f0c1adbe386cf22c78dc4de6bba337b1f7e2ad3ca58f8b5cfce8353843d685e424
 SHA512 
5a94673360299859fca1cea3193c8f03b7d8aa54d1faedf54c69892d1f7eefcbe66eb3795145c2b444720cd296bd64e18ec5def10c9409551dcb6d8f7f57
 DIST gwenhywfar-5.0.0.tar.gz 2353970 BLAKE2B 
40599f1ffa055a15ee8ebd51cb604826b1b139a4c4207c38e22df8eb13f2d3715b00bd9dd2323c52e98926ed1babe632c6c9da5a7df2a0317e66451d781a96fd
 SHA512 
50811ca363133c36ff1c2637c3eab41d6553a04f0f4393b51a76ba5f7ff31cfcc80298a14aa4a9ac55e2270a5f5a7db2530e6b66b89a39ac23d4090958d3ec0c
 DIST gwenhywfar-5.1.1.tar.gz 2352798 BLAKE2B 
de400f12f28382724cafc6a77f56dd56798f10966048d4b65eae684f4c9df30b748644d3b02f45b9c8848f5a556a2b2062dd7c573ee4fb73bc097dc7fe1303c3
 SHA512 
39adc333f6245822c7f5cb675dfbb226837e6045c822eeb8a752d56be53671fdc4168e538c2d054ef1667ec0ebd9fce9ac9769e26c5619e161699103986d3a2b
+DIST gwenhywfar-5.1.2.tar.gz 2354910 BLAKE2B 
e73519d33da9268f90ae2924b177c4ef684c9d991faa1f788f8c30ea669fa27d645481e6e41673b22d2796376aaab9cec72de6874b89c2fe141102cfbac2d2e4
 SHA512 
20374ed6c134b310f375eb286d83bf6074e397e3c6e22b0370d06fb870b9506f171a9276cad9a809331d8917e3bca1eca30a5d5776818ca7f5b06100474a7e0f

diff --git a/sys-libs/gwenhywfar/gwenhywfar-5.1.2.ebuild 
b/sys-libs/gwenhywfar/gwenhywfar-5.1.2.ebuild
new file mode 100644
index 000..15912e50233
--- /dev/null
+++ b/sys-libs/gwenhywfar/gwenhywfar-5.1.2.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="${P/_rc/rc}"
+inherit qmake-utils
+
+DESCRIPTION="Multi-platform helper library for other libraries"
+HOMEPAGE="https://www.aquamaniac.de/sites/aqbanking/index.php;
+SRC_URI="https://www.aquamaniac.de/rdm/attachments/download/234/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0/79" # correspond with libgwenhywfar.so version
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug designer doc fox gtk libressl qml qt5 sensors serialport test 
webkit"
+
+REQUIRED_USE="designer? ( qt5 ) qml? ( qt5 ) sensors? ( qt5 ) serialport? ( 
qt5 ) webkit? ( qt5 )"
+
+BDEPEND="
+   sys-devel/gettext
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+COMMON_DEPEND="
+   dev-libs/libgcrypt:0=
+   dev-libs/libgpg-error
+   libressl? ( dev-libs/libressl:0= )
+   !libressl? ( dev-libs/openssl:0= )
+   net-libs/gnutls:=
+   virtual/libiconv
+   virtual/libintl
+   virtual/opengl
+   designer? ( dev-qt/designer:5 )
+   fox? ( x11-libs/fox:1.6 )
+   gtk? ( x11-libs/gtk+:3 )
+   qml? ( dev-qt/qtdeclarative:5 )
+   qt5? (
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qthelp:5
+   dev-qt/qtmultimedia:5[widgets]
+   dev-qt/qtnetwork:5
+   dev-qt/qtopengl:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtscript:5
+   dev-qt/qtsql:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   dev-qt/qtxml:5
+   dev-qt/qtxmlpatterns:5
+   )
+   sensors? ( dev-qt/qtsensors:5 )
+   serialport? ( dev-qt/qtserialport:5 )
+   webkit? ( dev-qt/qtwebkit:5 )
+"
+DEPEND="${COMMON_DEPEND}
+   test? ( dev-qt/qttest:5 )
+"
+RDEPEND="${COMMON_DEPEND}
+   gtk? ( !

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

2020-01-19 Thread Andreas Sturmlechner
commit: 60028ee6fdb26f8ac42643f00aafc93b54d05f27
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 19 21:35:00 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 22:07:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60028ee6

sys-libs/gwenhywfar: Drop 5.0.0 and 5.1.1

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

 sys-libs/gwenhywfar/Manifest|   2 -
 sys-libs/gwenhywfar/gwenhywfar-5.0.0.ebuild | 116 
 sys-libs/gwenhywfar/gwenhywfar-5.1.1.ebuild | 116 
 3 files changed, 234 deletions(-)

diff --git a/sys-libs/gwenhywfar/Manifest b/sys-libs/gwenhywfar/Manifest
index ec1f27c83fa..c6c1f008a39 100644
--- a/sys-libs/gwenhywfar/Manifest
+++ b/sys-libs/gwenhywfar/Manifest
@@ -1,6 +1,4 @@
 DIST gwenhywfar-4.20.0.tar.gz 2379537 BLAKE2B 
7e3439959f61c28d8845ee8355b21b71446f3108f5e344ee600eda58cdccb31cfe93a45cdc9ef8b682fbb3171d20658766918924b48150fea5f2abc1eaa76af1
 SHA512 
bc1d47c39654940198396f1bdb9f4a87ff4e0e6b07cb4525c10f7f8e6ce93445d5b9d85586a47c93c558e86eb826f7006eca29b93fad6371dfe72830bf9b88e1
 DIST gwenhywfar-4.20.2.tar.gz 2350327 BLAKE2B 
1209bc46fe16e4a76886327bdcc0c9dde7bc135851bea27caa1795f8d652b968842e5191817e255044034827fc2f7e8c392f45ce52c85eb4d9382609f7238e53
 SHA512 
9012b82b4aa5229576951ebc835621f18a19f817a689f149b120710fadf8cc3d60481a6724967db44fb04c5eedf3e96d7ec919933ff325c9b4b8dad9c7fe870b
 DIST gwenhywfar-4.99.25rc9.tar.gz 2333734 BLAKE2B 
03c9e2fefef592cf0efc20596f0d49d8e1eb9fbea5dce6f8eb6c7d1fc04cd1f0c1adbe386cf22c78dc4de6bba337b1f7e2ad3ca58f8b5cfce8353843d685e424
 SHA512 
5a94673360299859fca1cea3193c8f03b7d8aa54d1faedf54c69892d1f7eefcbe66eb3795145c2b444720cd296bd64e18ec5def10c9409551dcb6d8f7f57
-DIST gwenhywfar-5.0.0.tar.gz 2353970 BLAKE2B 
40599f1ffa055a15ee8ebd51cb604826b1b139a4c4207c38e22df8eb13f2d3715b00bd9dd2323c52e98926ed1babe632c6c9da5a7df2a0317e66451d781a96fd
 SHA512 
50811ca363133c36ff1c2637c3eab41d6553a04f0f4393b51a76ba5f7ff31cfcc80298a14aa4a9ac55e2270a5f5a7db2530e6b66b89a39ac23d4090958d3ec0c
-DIST gwenhywfar-5.1.1.tar.gz 2352798 BLAKE2B 
de400f12f28382724cafc6a77f56dd56798f10966048d4b65eae684f4c9df30b748644d3b02f45b9c8848f5a556a2b2062dd7c573ee4fb73bc097dc7fe1303c3
 SHA512 
39adc333f6245822c7f5cb675dfbb226837e6045c822eeb8a752d56be53671fdc4168e538c2d054ef1667ec0ebd9fce9ac9769e26c5619e161699103986d3a2b
 DIST gwenhywfar-5.1.2.tar.gz 2354910 BLAKE2B 
e73519d33da9268f90ae2924b177c4ef684c9d991faa1f788f8c30ea669fa27d645481e6e41673b22d2796376aaab9cec72de6874b89c2fe141102cfbac2d2e4
 SHA512 
20374ed6c134b310f375eb286d83bf6074e397e3c6e22b0370d06fb870b9506f171a9276cad9a809331d8917e3bca1eca30a5d5776818ca7f5b06100474a7e0f

diff --git a/sys-libs/gwenhywfar/gwenhywfar-5.0.0.ebuild 
b/sys-libs/gwenhywfar/gwenhywfar-5.0.0.ebuild
deleted file mode 100644
index fcf317f8067..000
--- a/sys-libs/gwenhywfar/gwenhywfar-5.0.0.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="${P/_rc/rc}"
-inherit qmake-utils
-
-DESCRIPTION="Multi-platform helper library for other libraries"
-HOMEPAGE="https://www.aquamaniac.de/sites/aqbanking/index.php;
-SRC_URI="https://www.aquamaniac.de/rdm/attachments/download/228/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0/79" # correspond with libgwenhywfar.so version
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug designer doc fox gtk libressl qml qt5 sensors serialport test 
webkit"
-
-REQUIRED_USE="designer? ( qt5 ) qml? ( qt5 ) sensors? ( qt5 ) serialport? ( 
qt5 ) webkit? ( qt5 )"
-
-BDEPEND="
-   sys-devel/gettext
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-COMMON_DEPEND="
-   dev-libs/libgcrypt:0=
-   dev-libs/libgpg-error
-   libressl? ( dev-libs/libressl:0= )
-   !libressl? ( dev-libs/openssl:0= )
-   net-libs/gnutls:=
-   virtual/libiconv
-   virtual/libintl
-   virtual/opengl
-   designer? ( dev-qt/designer:5 )
-   fox? ( x11-libs/fox:1.6 )
-   gtk? ( x11-libs/gtk+:3 )
-   qml? ( dev-qt/qtdeclarative:5 )
-   qt5? (
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qthelp:5
-   dev-qt/qtmultimedia:5[widgets]
-   dev-qt/qtnetwork:5
-   dev-qt/qtopengl:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtscript:5
-   dev-qt/qtsql:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   dev-qt/qtxml:5
-   dev-qt/qtxmlpatterns:5
-   )
-   sensors? ( dev-qt/qtsensors:5 )
-   serialport? ( dev-qt/qtserialport:5 )
-   webkit? ( dev-qt/qtwebkit:5 )
-"
-DEPEND="${COMMON_DEPEND}
-   test? ( dev-qt/qttest:5 )
-"

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

2020-01-19 Thread Andreas Sturmlechner
commit: 61892c925e0667414d87a523209ea648d53567fc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 19 21:40:47 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 22:07:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61892c92

app-office/kmymoney: 5.0.8 version bump

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

 app-office/kmymoney/Manifest  |   1 +
 app-office/kmymoney/kmymoney-5.0.8.ebuild | 127 ++
 2 files changed, 128 insertions(+)

diff --git a/app-office/kmymoney/Manifest b/app-office/kmymoney/Manifest
index 897a1abef65..8ec98e6932e 100644
--- a/app-office/kmymoney/Manifest
+++ b/app-office/kmymoney/Manifest
@@ -1 +1,2 @@
 DIST kmymoney-5.0.7.tar.xz 11667088 BLAKE2B 
4d523bb9ea5d41dc6aa6e52b0b982384c6e6ad3cf6981e961f137320a36fc395136b81dfd3b8c8085375c46dc9affaa5b746f9250cce72a6c8ad6af669e5109c
 SHA512 
af0663bc7ac3fe59a8c7db09942bbb8a182ea5f7ee3bdc05e7ed449c7172040de2282997db95fcce823f7d3d8f6f2b43229b5e4ba3b349eb8ea3b2756636f6ed
+DIST kmymoney-5.0.8.tar.xz 11753276 BLAKE2B 
0c4967b3f39ec675b9bd7e8e81e230c7f5efa574671138db57396984add802d9b6c28e383eaaddb4ee8d486e6dcc2b0ac54f5cf1129aa4dafb9bd1cf4235914f
 SHA512 
f332327dd40cc5667cd0141bd8e0c9cd81a2d996a4d482b2976f6bbd258cc27c73b2190d4631b8e0b9ee9d435ef8934312da399234830eb51b3e4ec942350988

diff --git a/app-office/kmymoney/kmymoney-5.0.8.ebuild 
b/app-office/kmymoney/kmymoney-5.0.8.ebuild
new file mode 100644
index 000..62e386a0457
--- /dev/null
+++ b/app-office/kmymoney/kmymoney-5.0.8.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+
+ECM_HANDBOOK="optional"
+ECM_TEST="forceoptional"
+KFMIN=5.60.0
+QTMIN=5.12.3
+VIRTUALX_REQUIRED="test"
+VIRTUALDBUS_TEST="true"
+inherit ecm kde.org python-single-r1
+
+DESCRIPTION="Personal finance manager based on KDE Frameworks"
+HOMEPAGE="https://kmymoney.org;
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="5"
+IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
+
+REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
+
+BDEPEND="virtual/pkgconfig"
+COMMON_DEPEND="
+   >=app-crypt/gpgme-1.7.1-r1[cxx]
+   >=app-office/libalkimia-7.0.0:=
+   dev-libs/gmp:0=
+   dev-libs/kdiagram:5
+   dev-libs/libgpg-error
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   >=dev-qt/qtsql-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/karchive-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kcompletion-${KFMIN}:5
+   >=kde-frameworks/kcodecs-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/kjobwidgets-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/ktextwidgets-${KFMIN}:5
+   >=kde-frameworks/kwallet-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   >=kde-frameworks/sonnet-${KFMIN}:5
+   activities? ( >=kde-frameworks/kactivities-${KFMIN}:5 )
+   addressbook? (
+   >=kde-frameworks/kcontacts-${KFMIN}:5
+   kde-apps/akonadi:5
+   kde-apps/kidentitymanagement:5
+   )
+   calendar? ( dev-libs/libical:= )
+   hbci? (
+   >=net-libs/aqbanking-6.0.1
+   >=sys-libs/gwenhywfar-5.1.2:=[qt5]
+   )
+   holidays? ( >=kde-frameworks/kholidays-${KFMIN}:5 )
+   ofx? ( dev-libs/libofx )
+   webkit? (
+   >=kde-frameworks/kdewebkit-${KFMIN}:5
+   >=dev-qt/qtwebkit-5.212.0_pre20180120:5
+   )
+   !webkit? ( >=dev-qt/qtwebengine-${QTMIN}:5[widgets] )
+   weboob? (
+   ${PYTHON_DEPS}
+   >=dev-qt/qtconcurrent-${QTMIN}:5
+   www-client/weboob[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/boost
+"
+RDEPEND="${COMMON_DEPEND}
+   !app-office/kmymoney:4
+   quotes? ( dev-perl/Finance-Quote )
+"
+
+pkg_setup() {
+   use weboob && python_setup
+   ecm_pkg_setup
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_QT_DESIGNER=OFF
+  

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

2020-01-19 Thread Andreas Sturmlechner
commit: f3b4fa54c6807b18a98053cde5102671074f9b95
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 19 21:36:31 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 22:07:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3b4fa54

net-libs/aqbanking: 6.0.1 version bump

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

 net-libs/aqbanking/Manifest   |  1 +
 net-libs/aqbanking/aqbanking-6.0.1.ebuild | 65 +++
 2 files changed, 66 insertions(+)

diff --git a/net-libs/aqbanking/Manifest b/net-libs/aqbanking/Manifest
index 19ee1639f5c..40544ad24e1 100644
--- a/net-libs/aqbanking/Manifest
+++ b/net-libs/aqbanking/Manifest
@@ -2,3 +2,4 @@ DIST aqbanking-5.7.8.tar.gz 3818825 BLAKE2B 
6536b11251fda4977fd964f513f4b2bb23cd
 DIST aqbanking-5.8.2.tar.gz 3824997 BLAKE2B 
529867a9e814d0e46ff2aac1da25a369c9a8722f41364c6ef15dce0ed861b7a5bab104fb5b30a151c6e11071c0a067aa1192a4ceda67ee50698f80053ac8e33a
 SHA512 
2a8d87396fa8926fa338cf0a7744649512ecd773741fa24ad69a52bf65d4df881365c0fc31c3a14f718184032a7f1a596e74f63d6ffdaa05c29aac23e26bd4ae
 DIST aqbanking-5.99.44beta.tar.gz 2515177 BLAKE2B 
5d28137eb1668cb1748eab19837e654b7c28698239f483965b5e402a6aba01fa3048c93a52909a8c2252c41f922063d09e2a7759326df67ca2ea64c065cb1bc0
 SHA512 
d9825a8808241ace435efe5487b8a87afdf2dfb4e092adaec2d4ae91cde719f0ffda69a46540c88e9d45d7a95a5f5295bfb631584eb688ad9c8afb2e32c714c1
 DIST aqbanking-5.99.45.tar.gz 2521826 BLAKE2B 
7cab4ad965faee6a34a6adddaeff0a02e502b2964f6e201f6265c8ae0835b454fbd47b5598c1bd1907f59045146dd9e4bf7a5bf39f31ad504863441e51e9dab3
 SHA512 
46381ec70610349cb07cb6e73d1985aa979cdb53ed0bcd64e04e8fe9afae1d7fe75227a76a1e7c74ce3b124585799f088eb5147e02ebb568a85142a4cdad42d8
+DIST aqbanking-6.0.1.tar.gz 2551617 BLAKE2B 
0f18e63f6fc695b4fb3c5b831d324cf039f02ce740655953bacbcb6fa805e441ac989fa1ef7504cf3417b366acc9dc5562b13788af72faedfd27778bd3097769
 SHA512 
57a4f1416efddff4ce0a7b1cd5f1035df95a01001fff3b43b0febbb62b322839b1d0e8be2c765863da6de3e30c85726a8866529d9b16162b18d5c204e7eb8081

diff --git a/net-libs/aqbanking/aqbanking-6.0.1.ebuild 
b/net-libs/aqbanking/aqbanking-6.0.1.ebuild
new file mode 100644
index 000..82c1fc073a2
--- /dev/null
+++ b/net-libs/aqbanking/aqbanking-6.0.1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="${P/_beta/beta}"
+
+DESCRIPTION="Generic Online Banking Interface"
+HOMEPAGE="https://www.aquamaniac.de/sites/aqbanking/index.php;
+SRC_URI="https://www.aquamaniac.de/rdm/attachments/download/238/${MY_P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="debug doc ebics examples ofx"
+
+BDEPEND="
+   sys-devel/gettext
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+DEPEND="
+   app-misc/ktoblzcheck
+   dev-libs/gmp:0=
+   >=sys-libs/gwenhywfar-5.1.1:=
+   virtual/libintl
+   ebics? ( dev-libs/xmlsec[gcrypt,gnutls] )
+   ofx? ( >=dev-libs/libofx-0.9.5 )
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS ChangeLog NEWS README TODO )
+
+MAKEOPTS="${MAKEOPTS} -j1" # 5.7.8 still fails with > -j1
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+   local backends="aqhbci aqnone aqpaypal"
+   use ofx && backends="${backends} aqofxconnect"
+   use ebics && backends="${backends} aqebics"
+
+   local myeconfargs=(
+   --with-docpath=/usr/share/doc/${PF}/apidoc
+   $(use_enable debug)
+   $(use_enable doc full-doc)
+   --with-backends="${backends}"
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   rm -rv "${ED}"/usr/share/doc/ || die
+
+   einstalldocs
+
+   if use examples; then
+   docinto tutorials
+   dodoc tutorials/*.{c,h} tutorials/README
+   fi
+
+   find "${D}" -name '*.la' -type f -delete || die
+}



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

2020-01-19 Thread Pacho Ramos
commit: 58b15492f1afe7ca6a2fa502ba98de0def143336
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jan 19 21:36:18 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jan 19 21:36:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58b15492

dev-python/dynd-python: Fix previous commit

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Pacho Ramos  gentoo.org>

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

diff --git a/dev-python/dynd-python/dynd-python-0.7.2-r1.ebuild 
b/dev-python/dynd-python/dynd-python-0.7.2-r1.ebuild
index ef63b311c67..019d4022e49 100644
--- a/dev-python/dynd-python/dynd-python-0.7.2-r1.ebuild
+++ b/dev-python/dynd-python/dynd-python-0.7.2-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/libdynd/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



  1   2   3   >